From owner-freebsd-bugs Sun Dec 15 0:50: 4 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B1137B401 for ; Sun, 15 Dec 2002 00:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4562943E4A for ; Sun, 15 Dec 2002 00:50: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 gBF8o1x3013317 for ; Sun, 15 Dec 2002 00:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBF8o1Rg013316; Sun, 15 Dec 2002 00:50:01 -0800 (PST) Date: Sun, 15 Dec 2002 00:50:01 -0800 (PST) Message-Id: <200212150850.gBF8o1Rg013316@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Frode Nordahl Subject: Re: kern/46176: umass causes kernel panic if device removed before umount Reply-To: Frode Nordahl 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/46176; it has been noted by GNATS. From: Frode Nordahl To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/46176: umass causes kernel panic if device removed before umount Date: 15 Dec 2002 09:42:39 +0100 Sorry about the bogus backtrace in the original PR. Here is a new one: #0 doadump () at ../../../kern/kern_shutdown.c:232 232 dumping++; (kgdb) bt #0 doadump () at ../../../kern/kern_shutdown.c:232 #1 0xc02491c9 in boot (howto=260) at ../../../kern/kern_shutdown.c:364 #2 0xc0249413 in panic () at ../../../kern/kern_shutdown.c:517 #3 0xc0147ef2 in db_panic () at ../../../ddb/db_command.c:450 #4 0xc0147e72 in db_command (last_cmdp=0xc042ed40, cmd_table=0x0, aux_cmd_tablep=0xc04281b4, aux_cmd_tablep_end=0xc04281b8) at ../../../ddb/db_command.c:346 #5 0xc0147f86 in db_command_loop () at ../../../ddb/db_command.c:472 #6 0xc014ac9a in db_trap (type=12, code=0) at ../../../ddb/db_trap.c:72 #7 0xc03bcbf2 in kdb_trap (type=12, code=0, regs=0xcc8bf824) at ../../../i386/i386/db_interface.c:166 #8 0xc03ce2f2 in trap_fatal (frame=0xcc8bf824, eva=0) at ../../../i386/i386/trap.c:839 #9 0xc03ce002 in trap_pfault (frame=0xcc8bf824, usermode=0, eva=0) at ../../../i386/i386/trap.c:758 #10 0xc03cdaf0 in trap (frame= {tf_fs = 24, tf_es = -1071710192, tf_ds = 16, tf_edi = -1035469184, tf_esi = -1034535936, tf_ebp = -863242064, tf_isp = -863242160, tf_ebx = -1037456704, tf_edx = 1, tf_ecx = 0, tf_eax = -1072438608, tf_trapno = 12, tf_err = 0, tf_eip = -956297211, tf_cs = 8, tf_eflags = 66178, tf_esp = -863242064, tf_ss = -1071559308}) at ../../../i386/i386/trap.c:445 #11 0xc03be3d8 in calltrap () at {standard input}:98 #12 0xc020fc47 in g_dev_open (dev=0x0, flags=-1035469184, fmt=0, td=0x0) at ../../../geom/geom_dev.c:201 #13 0xc020d915 in spec_open (ap=0xcc8bf9c8) at ../../../fs/specfs/spec_vnops.c:208 #14 0xc020d698 in spec_vnoperate (ap=0x0) at ../../../fs/specfs/spec_vnops.c:126 #15 0xc03718cc in ffs_mountfs (devvp=0xc2564384, mp=0xc2574a00, td=0xc21fd8c0, malloctype=0x0) at vnode_if.h:213 #16 0xc0370e65 in ffs_mount (mp=0xc2574a00, path=0xc256ff00 "/mnt", data=0x0, ndp=0xc2564384, td=0xc21fd8c0) at ../../../ufs/ffs/ffs_vfsops.c:353 #17 0xc029a8b8 in vfs_mount (td=0xc21fd8c0, fstype=0x0, fspath=0xc256ff00 "/mnt", fsflags=-1034534012, fsdata=0x0) at ../../../kern/vfs_mount.c:1061 #18 0xc0299f68 in mount (td=0x0, uap=0xcc8bfd10) at ../../../kern/vfs_mount.c:818 #19 0xc03ce64a in syscall (frame= {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134850899, tf_esi = -1077937628, tf_ebp = -1077940008, tf_isp = -863240844, tf_ebx = -1077939952, tf_edx = 0, tf_ecx = 0, tf_eax = 21, tf_trapno = 12, tf_err = 2, tf_eip = 134525795, tf_cs = 31, tf_eflags = 582, tf_esp = -1077940164, tf_ss = 47}) at ../../../i386/i386/trap.c:1033 #20 0xc03be42d in Xint0x80_syscall () at {standard input}:140 Mvh, Frode Nordahl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 15 2: 1: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46BAD37B401; Sun, 15 Dec 2002 02:01:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E470B43EDA; Sun, 15 Dec 2002 02:01: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 gBFA13x3035685; Sun, 15 Dec 2002 02:01: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 gBFA13i2035663; Sun, 15 Dec 2002 02:01:03 -0800 (PST) Date: Sun, 15 Dec 2002 02:01:03 -0800 (PST) From: Maxim Konovalov Message-Id: <200212151001.gBFA13i2035663@freefall.freebsd.org> To: vova@sw.ru, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org Subject: Re: kern/46122: msgget() can return negative value after extensive use 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: msgget() can return negative value after extensive use State-Changed-From-To: open->patched State-Changed-By: maxim State-Changed-When: Sun Dec 15 02:00:13 PST 2002 State-Changed-Why: Fixed in rev. 1.44 src/sys/kern/sysv_msg.c. Thanks! Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Sun Dec 15 02:00:13 PST 2002 Responsible-Changed-Why: Will MFC the fix in two weeks. http://www.freebsd.org/cgi/query-pr.cgi?pr=46122 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 15 2: 2:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDAEC37B401; Sun, 15 Dec 2002 02:02:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F2243EEA; Sun, 15 Dec 2002 02:02:12 -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 gBFA2Cx3036247; Sun, 15 Dec 2002 02:02:12 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFA2BlE036243; Sun, 15 Dec 2002 02:02:11 -0800 (PST) Date: Sun, 15 Dec 2002 02:02:11 -0800 (PST) From: Maxim Konovalov Message-Id: <200212151002.gBFA2BlE036243@freefall.freebsd.org> To: sblank@tiscali.de, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org Subject: Re: kern/45964: ipfw2 logs wrong port number when forwarding a packet 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: ipfw2 logs wrong port number when forwarding a packet State-Changed-From-To: open->patched State-Changed-By: maxim State-Changed-When: Sun Dec 15 02:01:17 PST 2002 State-Changed-Why: Fixed in rev. 1.20 src/sys/netinet/ip_fw2.c. Thanks! Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Sun Dec 15 02:01:17 PST 2002 Responsible-Changed-Why: Will MFC the fix in one week. http://www.freebsd.org/cgi/query-pr.cgi?pr=45964 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 15 3: 2:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC6437B406; Sun, 15 Dec 2002 03:02:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B975E43EEA; Sun, 15 Dec 2002 03:02:13 -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 gBFB2Dx3053867; Sun, 15 Dec 2002 03:02:13 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFB2DBg053857; Sun, 15 Dec 2002 03:02:13 -0800 (PST) Date: Sun, 15 Dec 2002 03:02:13 -0800 (PST) From: Maxim Konovalov Message-Id: <200212151102.gBFB2DBg053857@freefall.freebsd.org> To: root@toi-1.wetteronline.de, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/45198: start of booting, fatal trap 12 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: start of booting, fatal trap 12 State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Sun Dec 15 03:01:06 PST 2002 State-Changed-Why: I believe that panic was fixed in rev. 1.385.2.27 src/sys/i386/i386/machdep.c. http://www.freebsd.org/cgi/query-pr.cgi?pr=45198 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 15 3:48:45 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BE3A37B401; Sun, 15 Dec 2002 03:48:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B4F43ED4; Sun, 15 Dec 2002 03:48:37 -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 gBFBmbx3080412; Sun, 15 Dec 2002 03:48:37 -0800 (PST) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFBma9i080401; Sun, 15 Dec 2002 03:48:36 -0800 (PST) Date: Sun, 15 Dec 2002 03:48:36 -0800 (PST) From: Maxim Konovalov Message-Id: <200212151148.gBFBma9i080401@freefall.freebsd.org> To: mdh@logcabin.woods.bridge.com, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org Subject: Re: kern/24902: IPC Message Queue number to big 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: IPC Message Queue number to big State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Sun Dec 15 03:46:37 PST 2002 State-Changed-Why: Fixed in rev. 1.44 src/sys/kern/sysv_msg.c in -CURRENT. I'll MFC the fix to RELENG_4 in 2 weeks. Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Sun Dec 15 03:46:37 PST 2002 Responsible-Changed-Why: Will see potential feedbacks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24902 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 15 4: 6:50 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C74437B401; Sun, 15 Dec 2002 04:06:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C9E243EDA; Sun, 15 Dec 2002 04:06: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 gBFC6mx3002304; Sun, 15 Dec 2002 04:06: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 gBFC6ifZ002270; Sun, 15 Dec 2002 04:06:44 -0800 (PST) Date: Sun, 15 Dec 2002 04:06:44 -0800 (PST) From: Maxim Konovalov Message-Id: <200212151206.gBFC6ifZ002270@freefall.freebsd.org> To: autoinfo@auto.ru, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org Subject: Re: kern/46260: 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: State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Sun Dec 15 04:05:29 PST 2002 State-Changed-Why: This is not a correct Problem Report, there is no enough information to trak the problem. First of all please visit http://www.freebsd.org/doc/en/articles/problem-reports/ for more information about submitting Problem Reports. Second, you should enable crash dump and obtain a stack trace: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/advanced.html#KERNEL-PANIC-TROUBLESHOOTING These links are useful too: http://www.onlamp.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html http://www.onlamp.com/pub/a/bsd/2002/04/04/Big_Scary_Daemons.html Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Sun Dec 15 04:05:29 PST 2002 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=46260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 15 7:30:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A3237B401 for ; Sun, 15 Dec 2002 07:30:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24E4E43ED4 for ; Sun, 15 Dec 2002 07:30:08 -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 gBFFU7x3001412 for ; Sun, 15 Dec 2002 07:30:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFFU7fT001411; Sun, 15 Dec 2002 07:30:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D8F437B401 for ; Sun, 15 Dec 2002 07:25:46 -0800 (PST) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [62.212.105.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C5243ED1 for ; Sun, 15 Dec 2002 07:25:45 -0800 (PST) (envelope-from thomas@cuivre.fr.eu.org) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 408D02C3D3; Sun, 15 Dec 2002 16:26:02 +0100 (CET) Message-Id: <20021215152602.408D02C3D3@melusine.cuivre.fr.eu.org> Date: Sun, 15 Dec 2002 16:26:02 +0100 (CET) From: Thomas Quinot Reply-To: Thomas Quinot To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/46275: RELENG_4 loader fails to load snd 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: 46275 >Category: kern >Synopsis: RELENG_4 loader fails to load snd >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 Dec 15 07:30:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD melusine.cuivre.fr.eu.org 4.7-STABLE FreeBSD 4.7-STABLE #4: Sun Dec 15 13:52:26 CET 2002 thomas@melusine.cuivre.fr.eu.org:/usr2/obj/usr2/src/sys/MELUSINE i386 >Description: The RELENG_4 loader cannot load the snd module together with its dependencies using 'load snd' (or snd_load="YES") in loader.conf because the last module in the dependency graph (snd_pcm presumably) has already been loaded as a result of previous dependencies. The returned EEXIST error is erroneously propagated to the caller of file_load_dependencies. NB: I do not know what the situation with CURRENT is. >How-To-Repeat: Type 'load snd' at the loader prompt with a kernel that does not have compiled-in sound drivers. The snd module and its dependencies will be loaded, but then a 'module is already loaded' message will be emitted, and all the newly-loaded modules will be discarded (as can be confirmed using lsmod). >Fix: This patch against RELENG_4 appears to fix the problem for me; please review. Index: module.c =================================================================== RCS file: /home/ncvs/src/sys/boot/common/module.c,v retrieving revision 1.13.2.3 diff -u -r1.13.2.3 module.c --- module.c 12 Jun 2001 15:35:14 -0000 1.13.2.3 +++ module.c 15 Dec 2002 15:09:07 -0000 @@ -369,7 +369,9 @@ if (mod_findmodule(NULL, dmodname) == NULL) { printf("loading required module '%s'\n", dmodname); error = mod_load(dmodname, 0, NULL); - if (error && error != EEXIST) + if (error == EEXIST) + error = 0; + if (error != 0) break; } md = metadata_next(md, MODINFOMD_DEPLIST); >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 Dec 15 12:17:34 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1376C37B401; Sun, 15 Dec 2002 12:17:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B12F843EC2; Sun, 15 Dec 2002 12:17:33 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBFKHXx3042187; Sun, 15 Dec 2002 12:17:33 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFKHWig042183; Sun, 15 Dec 2002 12:17:32 -0800 (PST) Date: Sun, 15 Dec 2002 12:17:32 -0800 (PST) From: Matt Dillon Message-Id: <200212152017.gBFKHWig042183@freefall.freebsd.org> To: pmedwards@eircom.net, dillon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/39326: execve() for ELF exe drops VTEXT when re-execing the current executable 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: execve() for ELF exe drops VTEXT when re-execing the current executable State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Sun Dec 15 12:14:30 PST 2002 State-Changed-Why: Patch suggested in PR comitted to -stable. The bug is already fixed in -current. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=39326 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 15 13: 1:21 2002 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 259EF37B43E for ; Sun, 15 Dec 2002 13:01:20 -0800 (PST) Received: from bear.orl.ru (bear.orl.ru [213.59.67.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF26843EB2 for ; Sun, 15 Dec 2002 13:01:18 -0800 (PST) (envelope-from rxm@mail.ru) Received: from odb ([213.59.67.37]) by bear.orl.ru (8.11.1/8.11.1) with SMTP id gBFKw0Z50718 for ; Sun, 15 Dec 2002 23:58:01 +0300 (MSK) Date: Sun, 15 Dec 2002 23:58:01 +0300 (MSK) Message-Id: <200212152058.gBFKw0Z50718@bear.orl.ru> From: RxMax Laboratory To: freebsd-bugs@freebsd.org Subject: Программирование и дизайн Reply-To: rxm@mail.ru Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Вам нужна программа, аналогов которой еще не существует в компьютерном мире? Или Вы хотите, чтобы Ваш сайт стал Вашим достойным лицом? Вам требуются услуги профессиональных программистов и дизайнеров? Для этого не обязательно куда-то идти. Вы можете заказать нужное Вам программное обеспечение или дизайн Вашего сайта, не выходя из офиса. Мы реализуем Ваши проекты в срок и по разумным ценам, и гарантируем качество своих работ. Просто свяжитесь с нами по e-mail rxmax@freemail.ru Пожалуйста пользуйтесь для связи только указанным e-mail адресом, а не обратным адресом данного сообщения! Проектная студия "RxMax Software" Данная рассылка произведена в соответствии с ч.4 ст.29 Конституции РФ. Ваш электронный адрес получен из открытых источников ИНТЕРНЕТ. ДАННАЯ РАССЫЛКА ЯВЛЯЕТСЯ РАЗОВОЙ (дублирование возможно только в силу технических сбоев). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 15 16:30: 4 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B44C837B401 for ; Sun, 15 Dec 2002 16:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB3143ED4 for ; Sun, 15 Dec 2002 16:30: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 gBG0U3x3014584 for ; Sun, 15 Dec 2002 16:30: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 gBG0U3EL014583; Sun, 15 Dec 2002 16:30:03 -0800 (PST) Date: Sun, 15 Dec 2002 16:30:03 -0800 (PST) Message-Id: <200212160030.gBG0U3EL014583@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jeff Stelzner" Subject: Re: kern/46226: 5.0-RC1 ipfilter module [ipl.ko] fails to load Reply-To: "Jeff Stelzner" 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/46226; it has been noted by GNATS. From: "Jeff Stelzner" To: Cc: Subject: Re: kern/46226: 5.0-RC1 ipfilter module [ipl.ko] fails to load Date: Sun, 15 Dec 2002 16:22:54 -0800 I applied the patches to a virgin 5.0-RC1 source tree, then did a 'make buildkernel installkernel' and got a new GENERIC kernel. Rebooted, and no longer see the link_elf: and kldload: errors but instead now see: Dec 13 16:48:21 lihue kernel: KLD ipl.ko: depends on pfil - not available To confirm that ipl.ko was rebuilt along with the rest: -r-xr-xr-x 1 root wheel 5174977 Dec 13 16:31 /boot/kernel/kernel -r-xr-xr-x 1 root wheel 93287 Dec 13 16:31 /boot/kernel/ipl.ko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 15 19: 3: 4 2002 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 350E437B401 for ; Sun, 15 Dec 2002 19:03:03 -0800 (PST) Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F4C43E4A for ; Sun, 15 Dec 2002 19:03:02 -0800 (PST) (envelope-from bobf@mrp3.com) Received: from user-112v223.biz.mindspring.com ([66.47.136.67]) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 18NlX3-0008Jz-00 for freebsd-bugs@FreeBSD.org; Sun, 15 Dec 2002 22:03:02 -0500 Received: from bobxp ([192.168.0.16]) by user-112v223.biz.mindspring.com with Microsoft SMTPSVC(5.0.2195.4905); Sun, 15 Dec 2002 19:02:40 -0800 Message-ID: <000501c2a4af$989ea100$1000a8c0@SFT> From: "Bob Frazier" To: Subject: problem in fdimage.exe (fixed) Date: Sun, 15 Dec 2002 19:02:39 -0800 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.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 16 Dec 2002 03:02:40.0676 (UTC) FILETIME=[98A1AE40:01C2A4AF] 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 found a problem in fdimage.exe which I was able to correct. The updated source 'fdimage.c' is attached to this e-mail. It (essentially) had trouble reading the command line arguments, and this prevented it from functioning at all. In short, pointers, structures, and other variables "passed by reference" should be 'nulled' before being used with the MSVC 16-bit compiler (this is generally good practice anyway). When I made the trivial changes and re-compiled it using MSVC 1.2c (MS's last 16-bit compiler) it worked perfectly, whereas the one in the 4.7 CD image failed to operate (as did the compiled unmodified 'fdimage.c' included on the CD image). The original EXE file was in the /tools sub-directory on CD #1, and its source file in /tools/src Since this is a mailing list I'm not including the compiled binary, nor the source. It is available on-line at the following web addresses: http://www.mrp3.com/webutil/fdimage.c http://www.mrp3.com/webutil/fdimage.exe If anyone wants to bug/submit this on my behalf, please feel free to do so. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 16 8:46:55 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF0037B417; Mon, 16 Dec 2002 08:46:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 201E043ED8; Mon, 16 Dec 2002 08:46:54 -0800 (PST) (envelope-from robert@FreeBSD.org) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGGksx3081737; Mon, 16 Dec 2002 08:46:54 -0800 (PST) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGGkrpq081733; Mon, 16 Dec 2002 08:46:53 -0800 (PST) Date: Mon, 16 Dec 2002 08:46:53 -0800 (PST) From: Robert Drehmel Message-Id: <200212161646.gBGGkrpq081733@freefall.freebsd.org> To: e0026813@stud3.tuwien.ac.at, robert@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/41289: inet_ntop(3) buffer overflow 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: inet_ntop(3) buffer overflow State-Changed-From-To: patched->closed State-Changed-By: robert State-Changed-When: Mon Dec 16 08:46:04 PST 2002 State-Changed-Why: The bug has been fixed in both -CURRENT and -STABLE. Thanks again for reporting it. http://www.freebsd.org/cgi/query-pr.cgi?pr=41289 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 16 9:40: 4 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B837337B401 for ; Mon, 16 Dec 2002 09:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CCCC43E4A for ; Mon, 16 Dec 2002 09: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 gBGHe3x3098129 for ; Mon, 16 Dec 2002 09: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 gBGHe3We098128; Mon, 16 Dec 2002 09:40:03 -0800 (PST) Date: Mon, 16 Dec 2002 09:40:03 -0800 (PST) Message-Id: <200212161740.gBGHe3We098128@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jeff Stelzner" Subject: Re: kern/46226: 5.0-RC1 ipfilter module [ipl.ko] fails to load Reply-To: "Jeff Stelzner" 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/46226; it has been noted by GNATS. From: "Jeff Stelzner" To: Cc: Subject: Re: kern/46226: 5.0-RC1 ipfilter module [ipl.ko] fails to load Date: Mon, 16 Dec 2002 09:36:34 -0800 > Can you please just add PFIL_HOOKS into the kernel, because the issue is > bigger than just making pfil hooks into a kernel module. This is because > it is deep in the networking stack of FreeBSD. > A more practical fix will be up later on, but for now please use this > option, and request someone to close the PR, or put it in suspended > mode. I did that and ipfilter seems to activate fine from /etc/rc.conf. Thanks for taking a shot at it. I would assume that for 5.0-RELEASE the release team would want to ensure that PFIL_HOOKS was in the GENERIC configuration and commented to the effect that is mandatory for ipfilter to work by default as in 4.x. FreeBSD release team - Please incorporate the PFIL_HOOKS entry into GENERIC as listed above and suspend this PR for now. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 16 9:44: 2 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B719837B401; Mon, 16 Dec 2002 09:44:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D66F43EDA; Mon, 16 Dec 2002 09:44:01 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGHhvx3099989; Mon, 16 Dec 2002 09:44:01 -0800 (PST) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGHhqU8099985; Mon, 16 Dec 2002 09:43:52 -0800 (PST) Date: Mon, 16 Dec 2002 09:43:52 -0800 (PST) From: Tom Rhodes Message-Id: <200212161743.gBGHhqU8099985@freefall.freebsd.org> To: alex@alexwang.com, trhodes@FreeBSD.org, freebsd-bugs@FreeBSD.org, trhodes@FreeBSD.org Subject: Re: kern/46209: [PATCH] Can't max-use the DDS-2 and DDS-4 tape in HP DAT 40 tape drive 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] Can't max-use the DDS-2 and DDS-4 tape in HP DAT 40 tape drive State-Changed-From-To: open->patched State-Changed-By: trhodes State-Changed-When: Mon Dec 16 09:42:58 PST 2002 State-Changed-Why: A different version of this patch has been committed to current. Set `patched' until I MFC. Thanks for the submission! Responsible-Changed-From-To: freebsd-bugs->trhodes Responsible-Changed-By: trhodes Responsible-Changed-When: Mon Dec 16 09:42:58 PST 2002 Responsible-Changed-Why: A different version of this patch has been committed to current. Set `patched' until I MFC. Thanks for the submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=46209 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 16 11: 0: 6 2002 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 BDD8737B407 for ; Mon, 16 Dec 2002 11:00:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C5D543EB2 for ; Mon, 16 Dec 2002 11:00:05 -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 gBGJ05x3019510 for ; Mon, 16 Dec 2002 11:00:05 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGJ04x3019504 for freebsd-bugs@freebsd.org; Mon, 16 Dec 2002 11:00:04 -0800 (PST) Date: Mon, 16 Dec 2002 11:00:04 -0800 (PST) Message-Id: <200212161900.gBGJ04x3019504@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 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 Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/12/09] pending/46125gnats-adminRe:%20i386/45383:%20Failed%20installation o [2002/12/12] pending/46217gnats-adminJX port needs makemake before it's been i 2 problems total. Non-critical problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 16 11: 2:15 2002 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 1A53837B406 for ; Mon, 16 Dec 2002 11:00:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE5E743EB2 for ; Mon, 16 Dec 2002 11:00:12 -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 gBGJ0Cx3019625 for ; Mon, 16 Dec 2002 11:00:12 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGJ05Os019517 for freebsd-bugs@freebsd.org; Mon, 16 Dec 2002 11:00:05 -0800 (PST) Date: Mon, 16 Dec 2002 11:00:05 -0800 (PST) Message-Id: <200212161900.gBGJ05Os019517@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/02/18] i386/16802 An user math program have the system on K o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/05/09] misc/18466 dillon 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 wpaul Fatal trap 12: page fault while in kernel f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [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 o [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 dillon 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 ? o [2001/06/27] kern/28465 Enabling softupdates on a clean but activ o [2001/06/27] kern/28466 When soft updates is enabled, cpl is not o [2001/06/30] i386/28550 Boot: Fatal Trap 12: page fault while in f [2001/07/02] kern/28630 Look like hung up a kernel after few minu f [2001/07/04] kern/28703 dillon 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 Setting NO_MAILWRAPPER results in a syst f [2001/08/15] kern/29742 PCCARD Modems don't work on cardbus bridg o [2001/08/15] kern/29743 TI-1450 interrupt storm 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 f [2001/09/21] i386/30705 msmith Installation fails on system with Mylex A f [2001/09/23] kern/30771 Panic when mounting drive 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 o [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/01] i386/30961 On lsdev -> error & BTX halted =( 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 f [2001/10/25] kern/31493 BTX halted with big disk and 4.4R a [2001/10/31] i386/31671 ceri 4.4 installer hangs at " Mounting root fr f [2001/11/02] kern/31710 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 f [2002/02/18] kern/35082 scsi IBM Intellistation will not reboot with S 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 dillon 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 o [2002/04/10] ports/36964 portmgr 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 a [2002/04/28] ports/37524 glewis java_vm left in memory after exiting mozi o [2002/04/29] kern/37581 Onboard AC97 - channel dead o [2002/04/30] kern/37606 ru genmask, rt_fixchange causes kernel panic o [2002/05/01] kern/37624 joe USB devices: 82801CA/CAM give error with o [2002/05/07] kern/37831 sound Half of buffer gets filled with silence w 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 o [2002/05/23] i386/38459 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 o [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 f [2002/06/10] conf/39139 4.4 multi boot loader causes serious dam 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/14] kern/39297 Have random panic somewhere near console 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 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 o [2002/07/08] kern/40330 ATA no longer supports Asus A7V266-E Prom o [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/03] misc/41285 anholt xauth:(argv):1: bad display name ":0" in 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/24] i386/41988 autoconfig of SiS 900 10/100 ethernet fai 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 Several kernel panics per day with panics o [2002/09/04] i386/42406 Compatibility of USB equipments o [2002/09/04] kern/42433 silby vr0 watchdog timeout and hang on VT6102 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 f [2002/09/11] ports/42667 ports Update cccc port to 3.pre63 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/16] ports/42863 ports Xaw3d port does not include all necessary o [2002/09/18] ports/42921 nakai o [2002/09/18] kern/42937 panic when ARP cache uses up all mbufs o [2002/09/21] ports/43216 ports Port x11-toolkits/ocaml-lablgtk broken 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 o [2002/09/27] ports/43417 ports compliation of ncbi-toolkit fails o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp o [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] ports/43581 skv net/p5-Net-BGP4 is actually Net-BGP 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/09] ports/43883 phantom BugZilla contains multiple security holes o [2002/10/11] ports/43920 phantom bugzilla should be locked or updated imme o [2002/10/11] ports/43932 nbm Security fix for Achievo o [2002/10/11] misc/43954 nfs-blocked process can't return or be in o [2002/10/12] i386/43978 Kernel Panics in 4.7-STABLE with 486 CPUs o [2002/10/13] kern/44006 Filesystem corruption with ata(4) softwar o [2002/10/14] kern/44054 kernel panic o [2002/10/15] ports/44097 ports posgresql-723 fails to compile (4.7 RC0) o [2002/10/17] ports/44180 anholt XFree86-clients won't portupgrade 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/21] misc/44361 possible raw socket bug o [2002/10/24] ports/44449 ports audio/id3lib port fails to build o [2002/10/25] misc/44471 4.6 install writes MBR even when specifie o [2002/10/26] ports/44498 mharo Proftpd 1.2.6 exits on signal 11 o [2002/10/26] ports/44499 ports graphics/fxtv doesn't compile on 5.0-curr o [2002/10/28] kern/44569 Kernel crash o [2002/10/28] i386/44572 silby EPIA onboard VIA VT6103 network if hangs, o [2002/10/30] kern/44741 Repetable mbufs related 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/20] ports/45549 portmgr imake-4 port fails to install due to miss o [2002/11/21] kern/45568 ahc(A19160) pci parity error o [2002/11/22] kern/45588 netscape 4.79 crashes system o [2002/11/24] kern/45698 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/26] ports/45743 ports security/sfs fails tu build o [2002/11/26] ports/45759 ports sablot dynamic linking fails o [2002/11/26] gnu/45763 sablot dynamic linking fails o [2002/11/27] ports/45813 ports xmcd won't compile with open-motif o [2002/11/28] bin/45824 phk malloc() overflow bug o [2002/11/30] kern/45871 Kernel trap 12 in sound/pcm code o [2002/11/30] ports/45877 ports postgres7 can't create initial database. o [2002/12/02] kern/45910 unable to use amr device o [2002/12/03] kern/45957 multiple bugs in sis driver o [2002/12/04] ports/45997 dirk failure building lang/php4 with sablot o [2002/12/05] ports/46011 olgeni webmin.sh-dist references the wrong share o [2002/12/06] ports/46031 ports All emacs20 related ports dumps core on 5 o [2002/12/08] i386/46113 busspace bug f [2002/12/09] ports/46148 petef update SFS port to 0.7.1, current port br o [2002/12/11] ports/46189 mharo [update] ports/ftp/proftpd should be upda o [2002/12/12] bin/46207 OpenSSL in base system should be updated a [2002/12/12] ports/46208 dinoex Update port: ports/security/openssl shoul o [2002/12/13] ports/46231 fenner vic port doesn't compile on 5.0 (-CURRENT o [2002/12/15] ports/46268 dirk linker error in mod_php4 because missing 276 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 o [1997/08/22] bin/4357 bug in adduser script causes duplicate UI s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's o [1998/01/27] kern/5587 des session id gets dropped o [1998/02/28] kern/5877 bmilekic 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 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 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch 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 s [1999/04/08] misc/11024 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 mks 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 dillon 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 dillon bad trap in mprotect o [2000/01/01] kern/15825 dillon 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 wpaul 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/07] bin/17843 yar ftpd fails to set cwd with mode 700 NFS m f [2000/04/10] kern/17905 dillon 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 dillon 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 o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX 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 emulationLinux 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 emulationMemory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int f [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/18] kern/22943 emulationProblem 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 f [2000/11/30] conf/23192 FTP REALLY slow on internal NIC aswel (12 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 emulationLinux compatibility mode does not support o [2000/12/18] ports/23638 kuriyama Add turbine-pool.jar to Cocoon CLASSPATH 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 f [2001/01/10] conf/24238 First physical interface always has IPv6 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 standardstimezone 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 a [2001/01/29] ports/24711 portmgr ${MAKEFILE} causing trouble with ports 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 emulationnot 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 o [2001/05/09] bin/27230 nectar Users after NIS lines in /etc/passwd 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/17] ports/27419 ports E-FancyLauncer clones itself over and ove 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 o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and 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 a [2001/06/15] misc/28188 Cron is being started to early in /etc/rc 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 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/06] bin/28773 [PATCH] Bug in pw, no $ in username 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/18] bin/30654 Added ability for newsyslog to archive lo o [2001/09/21] misc/30708 DHCP and multiple interfaces o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename s [2001/09/21] ports/30728 portmgr pkg_add causes install of multiple versio o [2001/09/23] kern/30755 It is impossible to mount CD-ROM in some o [2001/09/23] ports/30767 anholt silly links break XFree-4 port if /usr/X1 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 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 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 netsaint - plugins sometimes not found o [2001/10/11] ports/31216 znerd New port: devel/plist-builder o [2001/10/14] conf/31280 gshapiro /etc/rc.network NFS server startup broken o [2001/10/17] bin/31339 make's .if processing buggy 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/21] ports/31422 ache Does pkg_delete have to erase /usr/local/ 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/01] ports/31699 ports The graphics/gd2 port conflicts with grap 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() f [2001/11/06] kern/31804 Clearing PME mode kills network performan o [2001/11/07] ports/31819 jmz ports/ispell install doesn't work o [2001/11/07] bin/31835 murray 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 a [2001/11/07] ports/31840 portmgr package naming inadequation (gnome vs gtk f [2001/11/07] i386/31845 Toshiba Satellite 2105CDS won't boot Free o [2001/11/08] misc/31864 system header file attempts to redefine a 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 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 f [2001/11/21] bin/32175 green ssh-keygen -p core dumps 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 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 o [2001/12/14] ports/32844 kde exiting konq term emulator causes crash 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/21] ports/33082 ports audio/mxv fails to compile o [2001/12/22] kern/33085 jlemon Samba's NMBD cannot find alias interface o [2001/12/22] ports/33093 jdp cvsup SNAP_16_1e breaks by SIGILL during 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 s [2002/01/01] ports/33440 portmgr Ports can not resume an interrupted downl o [2002/01/02] kern/33464 dillon 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/14] bin/33881 adduser additions: selectable crypt schem o [2002/01/15] ports/33927 ports ja-dvipdfm port requires texmf/dvips/base o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han a [2002/01/15] ports/33931 mbr trouble installing StarOffice 5.2 over li 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 o [2002/01/23] ports/34212 cpiazza Segmentation fault in audio/gmixer f [2002/01/24] kern/34228 Dual processor machine hangs at reboot o [2002/01/24] gnu/34246 joe CVS doesn't rebuild CVSROOT/options o [2002/01/25] i386/34267 semenu FreeBSD hangs and reboots when overloaded o [2002/01/25] bin/34269 tcpdump -v incorectly identifies packets o [2002/01/25] misc/34270 man -k could be used to execute any comma f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/01/29] ports/34409 kuriyama prc-tools from ports fails to compile on o [2002/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 o [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/13] ports/34907 sf 4.5/ports/ftp/wget+ipv6 hangs top make 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 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/26] ports/35364 ports cdb port forgets uint32.h 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/02] kern/35482 dc driver uses wrong case to read MAC fro 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] ports/35631 ports 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 o [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for o [2002/03/08] kern/35691 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 o [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 f [2002/03/18] kern/36057 atacontrol, apm, kernel panic 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 f [2002/03/26] ports/36363 ports apache13-ssl - default'httpsd.conf' lack 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 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 ports portupgrade of apache13+modssl causes cer s [2002/04/06] ports/36826 anholt x11-servers/XFree86-4-Server: xf86cfg -te o [2002/04/07] ports/36838 scrappy MICO update to 2.3.7 o [2002/04/07] ports/36843 ports auth_ldap port fix o [2002/04/07] ports/36846 ports 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 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 f [2002/04/09] ports/36954 seanc PostgreSQL daylight savings fix... 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/12] docs/37029 doc The translation in Italian language of th 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] ports/37236 ports bash1 port broken? 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 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/37358 ports xawtv generates sigalrm with bktr o [2002/04/22] ports/37361 ports 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 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 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 f [2002/05/03] kern/37720 sos MFC'd ATA system does not seem to like su o [2002/05/03] ports/37730 ports 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 emulationemulators/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 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] ports/38560 cpiazza PATCH: audio/gmixer uses uninitialized po 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 gpalmer 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/29] ports/38681 nectar pam_krb5-1.0.3 configure fails to determi 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 net/openldap2 doesn't work if db3 and db4 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 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 sasl_apop_patch.gz breaks LOGIN mech (SMT f [2002/06/02] misc/38835 qa sysinstall always installs crypto o [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/10] ports/39091 perky mv *-config to libdir to coexist with apr f [2002/06/10] misc/39104 The disc in your drive looks more like an o [2002/06/10] ports/39107 portmgr _REENTRANT not defined in PTHREAD_CFLAGS 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/15] ports/39332 ports coldsync build broken on current 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 a [2002/06/19] kern/39502 tjr can't write on smbfs with scp 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 ports [New Ports] Development versions of PHP, o [2002/06/21] i386/39633 Errors reported in schistory.c in syscons o [2002/06/22] ports/39660 portmgr add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DI o [2002/06/22] ports/39662 portmgr add default MAN3PREFIX for perl ports 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/39775 ports p5-GD has erroneous dependency on X11 and 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/24] kern/39813 program hangs in atprq state permanently 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 f [2002/06/29] bin/39995 users not in @wheel cannot change their p 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/01] ports/40088 ports Update: www/webcheck (patches deleted) 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 xxgdb left button does not function prope o [2002/07/05] conf/40255 problem with installing and configuring X o [2002/07/06] misc/40260 sysinstall hangs up detecting devices (No o [2002/07/06] bin/40261 sshd allows PasswordAuthentication even t f [2002/07/06] i386/40274 "fxp: device timeout" errors during heavy o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm o [2002/07/07] bin/40314 mail is unable to parse From line w/o ema f [2002/07/09] bin/40382 compiling source root CVS o [2002/07/09] kern/40394 if_tap driver hard coded permission check o [2002/07/09] standards/40402standards/usr/include/stddef.h and /usr/include/st o [2002/07/10] ports/40428 kde KDE3 trashes Xresources data o [2002/07/10] ports/40441 ports sysutils/lcdproc + HD44780 + 'winamp' wir 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 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/20] misc/40802 adduser ignores password format a [2002/07/21] misc/40837 SMC EN5251BE ethernet chipset gets incorr o [2002/07/22] ports/40886 ache pkpkg_delete apache-1.3.26_3 does not w o [2002/07/22] kern/40895 wierd kernel / device driver bug o [2002/07/22] kern/40903 Busy_count is < 0 message keeps counting o [2002/07/23] misc/40941 robert syslogd "!prog" fails for progs with non- o [2002/07/23] i386/40945 FreeBSD can not support IBM ServeRAID4Lx o [2002/07/25] i386/40972 Stallion Multiport Serial Driver . o [2002/07/25] ports/40973 emulationInvalid 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 o [2002/07/29] bin/41145 newfs core dump (args : -b 262144 -f 3276 f [2002/07/30] kern/41183 Booting with degraded RAID1 as system dis o [2002/07/31] kern/41216 dillon Get "NFS append race" error o [2002/08/01] misc/41242 periodic scripts make unwarrented assumpt o [2002/08/01] ports/41247 ports New port: net/nrpe 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/05] ports/41342 des gnatsd reveals passwords to syslog 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 murray 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/13] misc/41635 trhodes dhclient kernel panics when dhcp server i o [2002/08/13] kern/41651 sos READ_BIG errors from acd driver 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/20] kern/41835 memrange.h uses u_int64_t but does not in o [2002/08/21] ports/41847 trevor lang/gcc295 does not build on -CURRENT/al o [2002/08/21] kern/41850 sysinstall fails to create root filesyste o [2002/08/21] docs/41865 doc [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/22] i386/41915 patch for fxp/LAN detection of toshiba sa o [2002/08/23] i386/41930 declaration clash for ffs() and ${CXX} o [2002/08/23] conf/41935 PPPoE problem with 3com device - 3c12 o [2002/08/23] ports/41945 portmgr bsd.port.mk: does not run ACLOCAL o [2002/08/24] ports/41966 ports audio/play: sblive, can cause "Device bu o [2002/08/24] ports/41970 ports 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/25] bin/42005 dhclient running + non-existent interface 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 ports 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 ports isakmpd build without policy and keynote o [2002/08/29] misc/42172 ftp and fetch client needs an active comm o [2002/08/29] ports/42176 ports New port: ekg - polish GaduGadu IM system 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 o [2002/08/30] misc/42225 Installation hangs after plip0 on ppbus0 f [2002/08/30] kern/42228 sos BIOS drive 0x80 (on atapci0) is misnumber s [2002/08/30] ports/42233 portmgr pkg_add -r fails to install newer version f [2002/08/31] ports/42268 ports math/PDL port is broken o [2002/09/01] docs/42292 doc PPP documentation should use quote marks o [2002/09/02] ports/42318 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/04] ports/42425 ports update biology/babel to properly output m 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 s [2002/09/07] ports/42501 dinoex gtk+licq make failed o [2002/09/07] ports/42516 openofficeOpenOffice.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 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 port pybliographger does not configure o [2002/09/10] ports/42650 ports compile error in xisp port 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 o [2002/09/12] kern/42714 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] ports/42747 adrian Squid install changes directory owners. 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 openofficeOpenOffice 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 p [2002/09/16] bin/42852 ru make tags is broken (+FIX) 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/19] ports/42975 ports audio/dagrab generates corrupt mono .WAV o [2002/09/19] ports/42978 mbr Insufficient installation instructions fo 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] ports/43170 cpiazza Patch for gnapster to work around napigat 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] bin/43307 murray dhclient sends DHCPDECLINE if /etc/resolv o [2002/09/23] kern/43314 kernel panic "clist reservation botch" o [2002/09/24] ports/43331 ports New Port mail/messagewall o [2002/09/24] bin/43337 fetch: -s fails if -4 or possibly other o o [2002/09/24] kern/43345 sos Support for the SiS 651 ATA controller o [2002/09/25] kern/43352 luigi ipfw aborts processing file/pipe when del o [2002/09/25] ports/43356 ports New Port mail/twhttpd o [2002/09/25] i386/43366 Cannot format media in USB floppy devices o [2002/09/26] misc/43392 mail.local -B + quota deletes messages if o [2002/09/26] ports/43408 ports graphics/mpeg2play does not install docum o [2002/09/26] ports/43409 vanilla New port 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 o [2002/09/30] docs/43528 trhodes ACPI is not documented in the Handbook. o [2002/09/30] ports/43532 ports ColdSync port doesn't enable USB support o [2002/10/01] ports/43564 petef net/iperf fixes for GCC 3.2 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 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 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] ports/43853 ports nagios-plugins fails to compile/install o [2002/10/09] docs/43854 doc undocumented possibiliny of non-zero errn o [2002/10/09] ports/43882 ports New port: 4 new ports (babytrans, gsfv, m 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] bin/43975 gshapiro share/sendmail/Makefile uses ${INSTALL} - 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] ports/44084 portmgr cannot use ports if the directory contain 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] ports/44135 anholt XFree86-libraries won't portupgrade 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 linux_base-7.1_1 port has bogus protectio o [2002/10/17] misc/44176 coda can not be compiled, ports's error o 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 joe o [2002/10/17] www/44200 keramida ftp site keeps sockets open. o [2002/10/18] kern/44202 -stable rp driver does not work with mult o [2002/10/18] i386/44203 cannot start X-windows with FreeBSD 4.6 d o [2002/10/18] ports/44239 ports Update port: openldap2 to use databases/d o [2002/10/18] ports/44240 ports openldap2 breaks with multiple versions o o [2002/10/18] bin/44256 /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 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 o [2002/10/21] standards/44356standardsstrerror_r() has impermissible failure mo 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 ports [NEW PORT] devel/mingw32-binutils: new ve o [2002/10/25] ports/44458 ports [NEW PORT] devel/mingw32-bin-msvcrt: new o [2002/10/25] ports/44459 ports [NEW PORT] devel/mingw32-gcc: new version o [2002/10/25] ports/44481 obrien lang/gcc32 failed to build 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/44540 could sleep with "drm memory" locked 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 ports 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/29] ports/44719 dburr devel/p5-File-Spec: p5-File-Spec should o o [2002/10/29] ports/44722 tobez mail/p5-Mail-Box: p5-File-Spec should onl o [2002/10/29] ports/44723 ports net/p5-RPC-XML: p5-File-Spec should only o [2002/10/29] ports/44726 skv textproc/p5-RDF-Notation3: p5-File-Spec s o [2002/10/29] ports/44727 ports textproc/p5-XML-Directory: p5-File-Spec s o [2002/10/29] ports/44728 skv textproc/p5-podlators: p5-File-Spec shoul o [2002/10/29] ports/44730 tobez www/p5-CGI.pm: p5-File-Spec should only b o [2002/10/29] ports/44731 ports www/p5-HTML-Mason: p5-File-Spec should on o [2002/10/29] ports/44732 kuriyama www/p5-HTML-Template: p5-File-Spec should o [2002/10/29] ports/44733 tobez www/p5-Template-Toolkit: p5-File-Spec sho o [2002/10/29] ports/44735 ports www/p5-Bundle-Slash: p5-File-Spec should 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 ghostscript-gnu-7.05_3 produces incorrect o [2002/10/31] ports/44794 skv Sablot linking error (?) f [2002/10/31] ports/44799 dirk mysql323-server (3.23.53) fails to build o [2002/10/31] pending/44802will (no subject) o [2002/10/31] bin/44803 sos burncd hangs after 'blank' o [2002/11/02] ports/44835 knu portupgrade vs. docproj dependencies o [2002/11/03] kern/44853 Panic on resume o [2002/11/03] kern/44867 Frequent hard hangs on ASUS P4T-E/P4S-533 o [2002/11/04] kern/44887 ng_ksocket: NGM_KSOCKET_CONNECT doesn't w o [2002/11/04] ports/44918 ports Postfix port + IPv6 patch ignores $mynetw f [2002/11/04] i386/44921 NFS umount when server busy o [2002/11/05] pending/44924skv Apache initializing fails during sablot d o [2002/11/05] kern/44936 ng_pppoe: relay session identifier does n f [2002/11/05] ports/44954 ports 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/07] ports/45031 vanilla x11-toolkits/p5-Gtk fails to build o [2002/11/09] ports/45165 ports Update of java/cos to 05Nov2002 o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog a [2002/11/10] ports/45192 portmgr f [2002/11/11] ports/45219 ports update of audio/id3lib to 3.8.1 f [2002/11/11] ports/45220 ports update for audio/id3v2 to 0.1.7 o [2002/11/12] ports/45233 ports ocaml port hangs in configure stage (tst o [2002/11/12] ports/45234 ports timidity++ portupgrade problem, removes s o [2002/11/12] ports/45249 ports new port: ices-devel o [2002/11/12] ports/45250 ports new port: libshout-devel o [2002/11/12] ports/45251 ports new port: icecast-devel (supersedes ports o [2002/11/12] www/45257 www runaway errorlog creation on bento for CP o [2002/11/13] ports/45267 openoffice[PATCH] editors/openoffice: fix numerous o [2002/11/13] bin/45272 dump/restore problem o [2002/11/13] bin/45282 calendar not or mis-reporting dates o [2002/11/14] docs/45303 doc Bug in PDF DocBook rendering o [2002/11/15] ports/45311 ports make fetch-recursive in ports eats resour 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] i386/45391 /usr/bin/cmp coredumps while reading a fa o [2002/11/18] bin/45397 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] kern/45483 Invalid MAC reported by new Linksys LNE-1 o [2002/11/19] bin/45484 pkg_update(1) does not correctly re-regis o [2002/11/19] bin/45488 sys/ipc.h refers to ushort, which may not o [2002/11/19] ports/45490 ports 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 Upgrade port hyperlatex-2.5 to 2.6 o [2002/11/20] ports/45542 jedgar [Update Port] databases/p5-Mysql o [2002/11/20] ports/45543 ports [New Port] MySQL 4.0.5 o [2002/11/21] ports/45556 ports New port: xdf, show the free space of mou 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/23] kern/45637 wi0 device_probe_and_attach returns 6 o [2002/11/24] bin/45669 des pam_ssh fails in presence of SIGCHLD hand o [2002/11/24] kern/45673 PC98 internal CS4231A is mis-detected to o [2002/11/24] kern/45679 Cannot record except 8bit-mono with CS423 o [2002/11/24] kern/45682 Sometime failed to record/play with CS423 o [2002/11/24] ports/45690 ports [bento-fix](non maintainer) : devel/genge o [2002/11/25] kern/45713 If you use the amr driver, it is impossib o [2002/11/25] ports/45720 ports New port: psybnc: psyBNC is an extremely 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] ports/45725 roam [Maintainer Update] Port: www/boa o [2002/11/25] kern/45733 file descriptor flags and socket flags ou o [2002/11/25] ports/45734 ports [Maintainer Update] Port: www/mod_gzip o [2002/11/25] ports/45735 ports [Maintainer Update] Port: irc/ircservices o [2002/11/25] ports/45736 ports [Maintainer Update] Port: www/php-templat 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/26] ports/45789 gnome Mozilla 1.2 is out o [2002/11/27] conf/45792 Compaq WL200 entry in etc/defaults/pccard o [2002/11/27] ports/45802 ports MAINTAINER UPDATE postfix o [2002/11/27] ports/45805 ports security/sfs does not build on Alpha o [2002/11/27] ports/45811 ports fix XFCE Makefile for xscreensaver call o [2002/11/28] i386/45818 Cannot repartition drives: operation not o [2002/11/29] docs/45833 bp nsmb.conf man page a [2002/11/29] ports/45840 dinoex New feature for port net/licq-qt-gui o [2002/11/30] ports/45868 ports Maintainer update: Port devel/libstrfunc: o [2002/11/30] ports/45869 ports Maintainer update: Port net/ipcad: new so o [2002/11/30] ports/45879 ports Update PostgreSQL to 7.3 o [2002/11/30] ports/45880 ports PostgreSQL documentation port o [2002/11/30] ports/45881 ports update postgresql-jdbc to 7.3 o [2002/11/30] ports/45882 ports Update of postgresql-odbc to version 7.2. o [2002/11/30] ports/45883 ports Info update in p5-postgresql-plperl o [2002/11/30] ports/45885 ports Update postgresql-tcltk to 7.3 o [2002/11/30] ports/45892 ports New pgaccess port o [2002/11/30] ports/45894 sobomax wxgtk-2.2.9 conflicts with /usr/ports/dev o [2002/12/01] kern/45907 vlan support broken in 'em' driver (inclu o [2002/12/02] kern/45913 WaveLan driver problems with latest -CURR o [2002/12/02] ports/45917 ports New port: windowmaker applet for easy shu o [2002/12/02] ports/45943 ports New port databases/postgresql-libpq++ o [2002/12/02] ports/45944 ports New port databaes/postgresql-libpqxx o [2002/12/02] ports/45945 ports update databases/postgresql-plruby o [2002/12/02] ports/45946 ports update databases/p5-Pg for postgresql 7.3 o [2002/12/02] docs/45948 doc Porter's Handbook doesn't address securit o [2002/12/03] ports/45960 mph Add WITHOUT_X11 knob to `games/angband' p 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 librdiff is old version with serious memo o [2002/12/04] bin/45990 top dumps core if specific errors in pass o [2002/12/04] bin/45995 Telnet fails to properly handle SIGPIPE o o [2002/12/04] ports/46003 ports security/xmlsec update o [2002/12/05] ports/46007 petef Ports conflict: devel/cscope & devel/biso 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/46023 ports maintainer update port: news/leafnode -> o [2002/12/06] bin/46025 [PATCH] OPIE and S/Key PAM prompt echoing o [2002/12/06] ports/46026 mharo [PATCH] fix security/sudo PAM echo handli o [2002/12/06] ports/46027 kuriyama net/net-snmp4 fails to build o [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 adzapper install fails out of the box o [2002/12/07] ports/46083 gnome editors/AbiWord style dialog aborts o [2002/12/07] bin/46088 inetd(8) segfault o [2002/12/08] i386/46100 Random panic. o [2002/12/08] ports/46102 ports maintainer update port: mail/bogofilter o [2002/12/08] conf/46103 /etc/rc.d/ipfilter; ipfilter_start() need o [2002/12/08] ports/46106 ports net/vnc v3.3.5 - vncviewer core dumps w/ o [2002/12/09] ports/46115 mbr make WITH_CDROM WITH_ADABAS fails for /us 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 f [2002/12/10] ports/46162 knu Last pkgtools & libchk produce strange pa o [2002/12/10] ports/46164 ports incorrect work of pkg_add o [2002/12/10] ports/46167 ports New port: sysutils/gkleds o [2002/12/10] ports/46173 lioux maintainer update: graphics/xvid to 0.9.0 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/46179 gnome Some gnome2 ports contain many mailformed o [2002/12/11] ports/46180 ports lang/squeak3 creates $PREFIX/bin/squeak s o [2002/12/11] ports/46184 ports [PATCH] Update java/bouncycastle to versi o [2002/12/11] ports/46192 ports port pic2fig patch files update o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/11] www/46195 www man page kadmind(8) not found at www.Free o [2002/12/12] ports/46210 ports portupgrade failure with xfree86 o [2002/12/12] ports/46214 dirk MySQL client and server upgrade to 3.23.5 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] ports/46237 ports update postfix-current 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/14] ports/46266 ports upgrade to v1.31, 1.3 does not fetch o [2002/12/15] java/46269 java ports/java: jdk 1.3.1 p7 fails to build w o [2002/12/15] kern/46275 RELENG_4 loader fails to load snd o [2002/12/15] ports/46278 ports New Port: games/vegastrike o [2002/12/15] docs/46286 doc there's an omission and an error in the n 1207 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 standardsDistributed 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 davidn setusershell()/endusershell() missing o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist 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) o [1997/04/14] bin/3284 mikeh [PATCH] symorder(1): -t option doesnґt wo f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long f [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 jlemon nonworking t/tcp server side o [1997/07/18] bin/4116 davidn 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] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. 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/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported 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 p [1998/05/12] bin/6612 ru make(1) doesn't understand targets with e o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje 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 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 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 audit 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/02/25] docs/10240 wosch We need a script which check if our web m 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/03/19] ports/10682 portmgr List mirror sites in MASTER_SITE_BACKUP - 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 a [1999/04/16] bin/11168 davidn 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 o [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/01] bin/18961 green sshd does not print before motd 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 f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s 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 emulationEvilness 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 o [2000/06/29] ports/19591 ports 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 reg 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 murray 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/07] misc/20457 davidn pw command doesn't generate random passwo 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 standardssysconf(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/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove 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 davidn 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 o [2000/08/24] bin/20824 yar ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri f [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP 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 s [2000/09/10] bin/21178 ken voltag selector, and unload support for c o [2000/09/12] kern/21222 dillon 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 standardssys/dir.h should be deprecated some more f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q f [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 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] conf/21695 dougb ifconfig_XXX_aliasY in rc.conf; Y must be 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 fs [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/10] ports/21903 portmgr bsd.ports.mk - automake/aclocal adds 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] bin/22860 yar [PATCH] adduser & friends with '$' in use 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/17] bin/22933 green Typographical error in ssh.1 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 standardsPOSIX 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 [2000/12/29] bin/23944 yar Patch for ftpd to add a cd after the chro 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' f [2001/01/11] ports/24259 steve port of open-motif on make install compla o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports 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 o [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/27] ports/24687 ports QUAKE FORGE & SVGALIB o [2001/01/30] bin/24742 send adduser.message before dirs are crea 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 a [2001/02/09] ports/24983 portmgr 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 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/23] ports/25313 wosch Script source displayed at http://www.nl. 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 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 o [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/27] conf/26145 [PATCH] There is no make.conf equivalent o [2001/03/28] ports/26192 ports 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/02] ports/26303 adrian Wrong permission on Squid24's errors dire 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 dillon 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/26563 sound ioctl(SNDCTL_DSP_SPEED) returns -1 when f 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/20] kern/26740 rwatson [PATCH] jail improvement 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 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 s [2001/04/26] ports/26882 kde KDE should use ca-roots port for SSL cert 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 o [2001/05/06] ports/27167 ports ETHOberonV4 won't run 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/25] docs/27653 doc Updates to send-pr.html to support MIME o [2001/05/26] docs/27654 doc Update to PR 27653 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/02] kern/27849 dfr AGP RELEASE ioctl frees memory o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/06] ports/27903 peter Update: www/transproxy 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/28078 qa /stand/sysinstall skips distro selection 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 standardsUIO_MAXIOV needs to be made public o [2001/06/20] bin/28294 joerg dump of vinum based file systems by devic 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 [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/29] misc/28529 runetype.h doesn't have C++ 'extern "C"' 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/03] ports/28682 portmgr Some port install builds fail if silent ( 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 Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz o [2001/07/13] misc/28938 small PicoBSD - An update to the build script t 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 f [2001/07/15] docs/28994 dd New article for docproj "Checkpoint VPN-1 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] bin/29164 maxim [PATCH] lack of 'Do not fragment' flag in 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 ceri 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] ports/29298 cpiazza Installation of documentation for vcdgear 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 [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 doc [PATCH] No man page for pgrp kernel funct o [2001/08/09] bin/29581 sobomax proposed gethostbyXXXX_r() implementation o [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server 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/15] ports/29732 glewis linking error f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a f [2001/08/17] docs/29807 dd [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/18] ports/29856 portmgr make extract of cyrus did an install of c f [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before a [2001/08/19] kern/29875 joerg CURRENT driver for Tekram DC395X and DC31 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 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 dc(4) driver queues outgoing pkts indefin o [2001/08/27] ports/30148 portmgr 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 o [2001/09/01] docs/30253 bp [PATCH] mount_unionfs(8) and mount_nullfs 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 f [2001/09/08] conf/30441 Can't set interface arguments for dhcp co 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 portmgr 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 f [2001/09/18] bin/30661 alfred FreeBSD-current fails to do partial NFS f o [2001/09/20] misc/30683 [PATCH] loader(8) fails to load module wh 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 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/25] kern/30836 wpaul Chipset SiS735 / NIC SiS 900 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 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/02] ports/30983 portmgr [PATCH] Some staroffice cdrom fixes 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 f [2001/10/09] ports/31159 cpiazza gmixer 0.98c dumps core with some mixers 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/10] docs/31210 peter cvs info page missing -R o [2001/10/14] docs/31264 jdp cvsup(1) "base" option and keyword descri f [2001/10/15] ports/31282 ports NEW PORT: aolserver+ad 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/20] ports/31389 portmgr tidy readme templates + port readme enhan 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/23] ports/31462 peter rdist6 does not like accounts with '.' in 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] docs/31640 charnier Avoiding uppercase program names in manpa o [2001/10/30] kern/31647 socket calls can return undocumented EINV o [2001/10/31] ports/31669 ports New port: graphics/xawtv_applet 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/03] ports/31744 ports New port: emulators/minix (2.0.0) 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 dillon 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/19] ports/32114 portmgr WRKDIRs should be moved to a central loca o [2001/11/19] ports/32122 anholt xf86cfg graphics-mode fails on Samsung Sy o [2001/11/20] standards/32126standardsgetopt(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/21] ports/32174 portmgr Autoconf patch for bsd.port.mk 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/24] ports/32258 scrappy converters/p5-Convert-ASN1 out of date o [2001/11/24] ports/32259 scrappy Update security/p5-IO-Socket-SSL request o [2001/11/26] conf/32288 After install: /etc/rc complains if crypt o [2001/11/26] i386/32301 dfr Fix for agpgart for the AMD-751 and relat f [2001/11/26] ports/32317 petef Request for linux-qt port s [2001/11/28] ports/32362 ports postgresql7 port should install more *.h 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 www/flashplugin-mozilla has malloc bug o [2001/12/04] ports/32517 green Update port: emulators/snes9x to 1.39 o [2001/12/07] ports/32582 greid Update port: audio/tempest_for_eliza o [2001/12/07] bin/32588 joerg operator should backup vinum vols 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 dillon 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 o [2001/12/15] kern/32880 ambrisko Update aironet driver to correct signal s 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 f [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/33202 msmith sys/dev/mly/mly.c minor mly_printf cosmet o [2001/12/26] kern/33203 dillon "got bad cookie" errors on NFS client f [2001/12/26] ports/33224 me Build breaks on CURRENT due to 0 o [2002/02/01] docs/34529 doc [patch] Grammar nits in usbd.conf(5) and o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d o [2002/02/02] ports/34550 ports ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports graphics/blender port is broke o [2002/02/03] docs/34577 doc Some man pages still advise using "confli 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/05] ports/34635 ports games/flightgear 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 obrien dhclient always in -q quiet mode (PATCH E o [2002/02/07] gnu/34709 [patch] Inaccurate GDB documentation f [2002/02/07] kern/34712 njl [patch] SCSI quirk for USB Memorybird o [2002/02/07] ports/34714 ache unzip(1) breaks filenames in non-ASCII ch f [2002/02/07] ports/34718 portmgr make fetch-list includes things make fetc 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 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/13] ports/34924 kde kscd crash on startup signal 11 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 f [2002/02/16] ports/34997 anholt xf86cfg core dumps a [2002/02/16] ports/35007 ports New port archivers/arj: ARJ32 v 3.10 russ o [2002/02/16] kern/35010 pcm0 fails to attach with Intel 82801BA ( 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] ports/35060 ports New port: deskmenu (GTK root menu applica o [2002/02/17] kern/35064 ACPI not work with Epox 8KHA+ motherboard o [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 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 -> f [2002/02/20] ports/35165 ports New port: textproc/smart an information r 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/35240 Update to etc/services 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] docs/35280 mheinen [PATCH] null-modem cable pinout in 'Seria 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/26] docs/35343 doc Old broken Unix docco Makefiles o [2002/02/27] ports/35372 ports 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 o [2002/03/01] ports/35456 portmgr [PATCH] Add a distfiles-list target f [2002/03/01] conf/35457 dual boot problem from 2 different SCSI d s [2002/03/01] ports/35459 ports 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/35514 portmgr Use the value of hw.machine_arch instead o [2002/03/03] ports/35520 ports New port devel/whups: a web-based bug tra 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/35578 lkoeller mail/faces: make NAS default since xfaces o [2002/03/05] ports/35580 ports 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/06] ports/35617 lkoeller mail/faces: add USE_SOX, WITHOUT_AUDIO kn 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/08] ports/35667 ports net/pppload patch so it doesn't show wron 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 bp mount_smbfs(8) references a nonexistent n o [2002/03/08] kern/35699 trhodes [PATCH] msdosfs: differrent masks for dir o [2002/03/09] ports/35710 portmgr Request repocopy: devel/automake -> devel 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/10] ports/35753 ports New Port: biology/act o [2002/03/10] ports/35762 ports Speak Freely hangs while reading from aud 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/11] docs/35800 obrien [PATCH] removal of -kthread in gcc man pa 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] ports/35859 ports New port: Network traffic accounting daem 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 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 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 CompuPic 5.1.1016 o [2002/03/15] ports/35927 portmgr Permission sought to commit this automake 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 The /usr/local/lib/RealPlayer8/postinstal o [2002/03/15] docs/35948 trhodes disklabel(8) manual uses archaic "pack" a 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/35978 improve kobj method dispatch o [2002/03/16] kern/35988 Seimens SpeedStream PCI/PCMCI Adaptor for o [2002/03/16] kern/35993 murray sys/dev/amr/amr.c - Compiler warnings und o [2002/03/16] ports/35995 ports New port: ophoto 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 o [2002/03/17] ports/36034 ports new port databases/pg-crypto o [2002/03/18] docs/36055 doc [PATCH] adding some help-yourself-info to o [2002/03/18] ports/36061 perky New port: net/jmsn s [2002/03/18] standards/36076standardsImplementation 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] ports/36089 ports new port: net/isba - a Perl/Tk GUI for ip 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, p [2002/03/20] standards/36130standardsP1003.2 asa utility is missing 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/23] ports/36238 sf [patch] ftp/wget doesn't respect FTP_PASS o [2002/03/24] ports/36251 ports New port: lang/cocor (Coco/R, a compiler a [2002/03/24] ports/36252 petef Fix build of misc/Howto / take maintainer 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 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/26] ports/36361 ports apache13-ssl installs 'httpsd.conf' and l o [2002/03/26] ports/36364 ports apache13-ssl - 'make certificate' fails 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] ports/36386 adrian www/squid24 might overwrite perms on log o [2002/03/27] misc/36392 cron starts before vi recover, and vi rec o [2002/03/27] kern/36410 Bad mac address return from FNW-9803-T (A 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 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 several files conflict in ports/databases o [2002/03/29] docs/36524 doc bad links on handbook index page 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 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/30] ports/36561 nakai slib package bug fix o [2002/03/31] ports/36568 vanilla New port: chinese/chinput3 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 kris OpenSSL manpages should be reachable with o [2002/04/01] bin/36634 murray dhclient is quiet and cannot be made loud 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 doc 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 portmgr Incompatibility between autoconf, automak o [2002/04/05] bin/36785 Add support for $ character in usernames 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 apache13-* coredumps when using XML::Pars o [2002/04/06] docs/36837 jim Handbook lacks information about setting o [2002/04/07] ports/36841 ports 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] ports/36959 ports New port: Gnewtellium is yet another new 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] ports/37003 ports new port: misc/susv2 (Single UNIX Specifi o [2002/04/11] ports/37004 ports new port: misc/susv3 (Single UNIX Specifi o [2002/04/11] bin/37013 ls directory name output trailing slash d o [2002/04/12] ports/37019 ports New port: poink 1.5 (Nosuid, secure ping 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 a [2002/04/13] ports/37044 dinoex lesstif needs an update o [2002/04/13] misc/37047 brian daily_status_mailq_shorten doesn't produc o [2002/04/14] ports/37062 ports New port: textproc/pocketreader o [2002/04/14] misc/37073 Few new tips for FreeBSD-tips fortune o [2002/04/14] bin/37074 [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/37098 nakai Update patches for slib port s [2002/04/15] ports/37128 portmgr 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] docs/37176 ru similar nits in assorted man pages o [2002/04/17] ports/37185 ports New Port: nrpep (netsaint remote plugin e o [2002/04/17] ports/37186 ports 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 c2lib port includes vector.h which appare o [2002/04/20] ports/37290 ports New port: tool for setting the title of x o [2002/04/20] misc/37301 4.5 rc.firewall type simple does not pass o [2002/04/22] bin/37334 phk fix jail.8 instructions for creating jail o [2002/04/22] ports/37342 ambrisko ports/misc/airoflash fetches source every o [2002/04/22] ports/37362 ports The Ted port is incompatible with FreeBSD o [2002/04/22] ports/37364 ports New Port: GeekLog 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 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/37452 ports New port: devel/publib: Modular library o o [2002/04/25] docs/37457 doc acpi(4) man page references non-existant o [2002/04/25] ports/37462 jmz dvips is no more available separately fro o [2002/04/25] ports/37469 ports new port: otc o [2002/04/25] docs/37470 doc jail field not documented in procfs(5) a [2002/04/25] ports/37476 ports Updating the port of biology/molden 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/28] ports/37536 ports New port: games/doomlegacy 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] docs/37557 doc there is no ciss(4) RAID controller man p o [2002/04/29] docs/37558 doc there is no iir(4) RAID controller man pa o [2002/04/29] docs/37559 doc there is no ida(4) RAID man page o [2002/04/29] misc/37562 jdp Incorrect information in /usr/share/examp o [2002/04/29] ports/37567 ports New port devel/qextmdi o [2002/04/29] misc/37569 [PATCH] Extend fstab(5) format to allow f o [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 ports EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports 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] ports/37630 kde KDE does not work with IPv6 f [2002/05/01] misc/37634 FTP site problem - packages link points t o [2002/05/01] ports/37638 ports gd doesn't build with TrueType support o [2002/05/01] ports/37649 dirk devel/pear: unbreaking, upgrading to 4.2, o [2002/05/01] bin/37650 Add skipPCCARD variable to sysinstall a [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/02] docs/37693 doc Minor correxion to FreeBSD Porter's Handb o [2002/05/03] ports/37707 ports ports/russian/gd has a checksum error 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 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/06] ports/37803 ports New port: mod_v2h mass vhosting module fo o [2002/05/06] ports/37809 portmgr make index target fails on read-only /usr o [2002/05/06] ports/37814 vanilla www/mod_perl & lang/perl5 don't agree on 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 wrong font name in jre/lib/font.propertie o [2002/05/09] ports/37903 scrappy Unbreak devel/mico 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 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] docs/37952 doc Typos, missing/incorrect accents in Itali s [2002/05/11] ports/37962 ports ports/lang/gcl does not build o [2002/05/11] ports/37972 ports new port: graphics/gmt o [2002/05/11] conf/37980 anholt XftConfig installed in two places o [2002/05/12] i386/37999 qa In /stand/sysinstall, 's' selects Options o [2002/05/13] ports/38023 ports New Port: databases/fireprofile o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li o [2002/05/13] ports/38032 ports MASTER_SITE_THEMES is gone o [2002/05/13] ports/38034 ports compaq-cc (under linux-emu) installes man o [2002/05/13] ports/38036 arved New Port audio/ladspatoy 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 Update Port : www/cherokee fixed working o [2002/05/15] docs/38117 ceri New FAQ entry for memory states o [2002/05/15] docs/38118 ceri New FAQ entry for amount of free memory o [2002/05/15] ports/38125 ports ApacheCylical Link error/bug in Virtualse o [2002/05/16] docs/38148 trhodes In manpages "timezone" should be "time zo o [2002/05/16] ports/38155 ports new port: mod_roaming2 o [2002/05/16] kern/38156 quotacheck chokes on user -2 o [2002/05/16] ports/38165 ports [PATCH] the smalleiffel port is out of da o [2002/05/17] bin/38168 installing curses programs and terminfo d o [2002/05/17] ports/38173 ports New port: posix library for smalleiffel o [2002/05/17] ports/38174 ports New port: Tools and libraries for Eiffel 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 ceri 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 f [2002/05/18] ports/38251 arved Address is not zeroed in net/libsocket++ o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/18] ports/38259 perky New port: www/zope-cmf-devel (repocopy re o [2002/05/18] ports/38260 perky New port: www/zope-plone o [2002/05/18] ports/38268 nbm Update port: www/squishdot o [2002/05/18] ports/38270 openofficeNew Port Open office for Linux(1.0.0) f [2002/05/18] ports/38271 ports Minor bug with Crossfire 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 lang/gpc unnecessarily marked broken o [2002/05/20] ports/38324 chuckr print/transfig should default to LaTeX 2e o [2002/05/20] ports/38331 ports New Port: TEI P3 DTD o [2002/05/20] ports/38332 ports New Port: TEI P4 DTD o [2002/05/20] ports/38334 ports New Port: TEI Lite DTD o [2002/05/20] ports/38335 ports New Port: TEI Lite XML DTD o [2002/05/20] ports/38336 ports New Port: TEI P3 Guidelines o [2002/05/20] ports/38337 ports New Port: TEI P4 Guidelines o [2002/05/20] ports/38338 ports New Port: Stylesheets for TEI->HTML conve o [2002/05/20] ports/38339 ports New Port: Stylesheets for TEI->FO convers o [2002/05/20] ports/38340 ports New Port: DTD parser and clean-up tool o [2002/05/20] ports/38341 ports New Port: Customize TEI DTDs 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/38479 sysinstall vs. adduser UID inconsistency o [2002/05/23] i386/38480 qa sysinstall should prompt for normal users o [2002/05/24] www/38500 www gnats web form is overenthusiastic about o [2002/05/24] ports/38516 ports ICQv7 transport for the Jabber Server o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 o [2002/05/25] ports/38539 ports 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 f [2002/05/25] conf/38559 rc.network hangs for a long time attempti 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 doc 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] ports/38635 ports new port: comms/bforce-kst o [2002/05/27] ports/38638 ports New ports : gfaim 0.30 o [2002/05/27] docs/38647 doc cvsupit built-in instructions are slightl o [2002/05/28] ports/38655 ports Update New port : ports/38641 (DynDns Ser o [2002/05/28] kern/38657 fujitsu c4110 lifebook crashes on resume o [2002/05/28] www/38664 www Stale info about Java due to be released 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 Port for discid o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/01] ports/38800 ports update www/roxen to Roxen WebServer 2.2.2 o [2002/06/02] docs/38810 doc Minor change in section 2.13.5 of the Han o [2002/06/02] docs/38815 doc 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] ports/38824 sf wget cannot handle files >2GB 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 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] ports/38915 ports New port: "MOVA" - Scripts for Work with o [2002/06/05] kern/38923 sos Incorrect device use count prevents door o [2002/06/05] docs/38924 gshapiro Mailwrapper(8) or mailer.conf(5) should m 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 o [2002/06/06] ports/38958 ports New port: MySQLMan - a web based MySQL da o [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 o [2002/06/08] docs/39044 doc The man page for rot13(6) never mentions o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/08] ports/39054 portmgr [PATCH] Support USE_OPENSSL=yes in bsd.po o [2002/06/09] ports/39059 ports New port: IMCom command-line Jabber clien o [2002/06/09] ports/39062 ports beep: beep for a pitch and duration o [2002/06/09] www/39068 www Hypertext man pages use strange hyphen at 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 s [2002/06/11] ports/39140 portmgr New Port: Acrobat Reader 5 CJK font packs o [2002/06/11] docs/39164 doc Misprint in units(1).lib (aganist) o [2002/06/11] ports/39174 des Need port of SBCL (Steel Bank Common Lisp f [2002/06/11] ports/39178 ports new port: games/crack-attack (An OpenGL g o [2002/06/11] ports/39182 ports 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] ports/39204 ports New port: deskutils/mnemo, a web-based no 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] ports/39250 ports New port: lang/cmucl-extra o [2002/06/13] standards/39256standards[v]snprintf aren't POSIX-conformant for s o [2002/06/13] docs/39257 doc printf manpage doesn't document error ret 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] ports/39307 ports New port: ASpath-tree a IPv6 route stabil o [2002/06/14] bin/39311 qa you can't enable inetd in sysinstall with o [2002/06/14] ports/39312 ports [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/15] misc/39353 /usr/share/examples/diskless clone root c o [2002/06/16] misc/39360 If linux emu is added as a dependency (an o [2002/06/16] ports/39364 ports new port: cad/gwave o [2002/06/16] ports/39371 ports new port: mail/qmail-scanner o [2002/06/16] ports/39375 ports astro/seti_applet depends on libgtop whic o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2002/06/17] ports/39416 ports New port: t2ps 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 [PATCH] Add several options to fingerd o [2002/06/18] misc/39466 find -xdev hangs on dead NFS mounts (/etc f [2002/06/18] ports/39470 ports Update port: devel/sdts++ o [2002/06/18] ports/39476 ports 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] ports/39504 gnome textproc/libxml2 & invalid XML catalogs i 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 mayavi port disfunctional o [2002/06/19] ports/39550 sobomax the port doesn't install all the files li 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/39597 ports New port: jdictionary-eng-hun 1.4 - Hunga o [2002/06/20] ports/39598 ports New port: jdictionary-eng-hun-expr 1.4 - o [2002/06/20] ports/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] ports/39601 ports New port: JDictionary plugin: French-Hung o [2002/06/20] ports/39602 ports New port: JDictionary plugin: Interlingua o [2002/06/20] ports/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli o [2002/06/20] ports/39608 ports upgrade games/cgoban to 1.9.13 o [2002/06/21] ports/39619 ports flashplugin-mozilla crashes and doesnt pl o [2002/06/21] ports/39620 ports flashplugin-mozilla crashes when viewing o [2002/06/21] ports/39621 ports isc-dhcpd server can't get all network in o [2002/06/21] ports/39627 chein new camserv won't compile, use old for no o [2002/06/21] ports/39631 ports port eyeclock unaligned access on alpha 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 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/23] ports/39697 ports New port: arson - CD burning and ripping o [2002/06/23] ports/39723 ports New port: hu-phone - Hungarian phone code o [2002/06/23] ports/39728 ports New port: hu-zipcodes - Hungarian post co 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] misc/39787 T/TCP support o [2002/06/24] ports/39799 dirk mod_php4, among other ports, maintains no o [2002/06/24] ports/39801 ports New port: kpovmodeler - a KDE frontend fo 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] ports/39847 ports New port: dump9660 o [2002/06/25] ports/39854 ports New port: kdirstat - A small KDE utility 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 pptp client does not install from port in o [2002/06/26] ports/39888 ports New Port: ports/math/maxima o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/26] ports/39895 ports New Port: ports/lang/screamer 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/26] ports/39912 ports new port of ITS RP06 filesystem image for o [2002/06/27] ports/39926 ports [NEW-PORT] EKG - client for Polish instat o [2002/06/28] ports/39946 ports Shift-Tab navigation doesn't work in tk-8 o [2002/06/28] misc/39951 Sendmail 8.12.3 and `msgs' alias o [2002/06/28] ports/39955 ports new port of KLH10 PDP-10 mainframe emulat o [2002/06/28] ports/39963 ports New port: Tool to convert Outlook .pst to a [2002/06/28] ports/39965 portmgr ports/Mk/bsd.port.mk add several tools 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/28] ports/39978 ports ports/devel misc Makefile cleanup o [2002/06/29] ports/40000 ports New port: a java-like thread library for 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 bugbusterssend-pr -a flag does not work with -f o [2002/06/30] kern/40058 lockup on 5.0 DP1 - Xircom X3201 (RealPor o [2002/07/01] ports/40069 dirk mod_php4 doesn't compile with apache2 (& o [2002/07/01] ports/40072 ports 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] conf/40120 gshapiro Existing rc.sendmail in -STABLE doesn't a 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/40235 ports New port: graphics/kbarcode - barcode gen o [2002/07/05] ports/40238 ports New port: devel/antlr 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 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 o [2002/07/07] ports/40294 ports 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/07] ports/40324 markm security/pgp5 aborts on Pentium4 systems o [2002/07/08] misc/40325 UID changes not reflected in viewed file/ o [2002/07/08] ports/40344 ports update of mail/ssmtp to 2.50.9 o [2002/07/08] ports/40366 ports New port: graphics/openrm OpenGL based li o [2002/07/08] ports/40368 ports New port: games/gturing - A simple Turing o [2002/07/08] kern/40369 rman_reserve_resource - when "count > (en o [2002/07/09] misc/40378 standardsstdlib.h gives needless warnings with -an o [2002/07/09] conf/40391 sysinstall with PCCARD<->ISA bridge gets f [2002/07/09] ports/40393 ijliao Update to databases/mdbtools o [2002/07/09] ports/40396 ports New port: Logging daemon for Linksys BEFS o [2002/07/09] ports/40398 obrien new port: gcc31bc o [2002/07/10] ports/40411 ports 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/11] ports/40461 ports New port MP3c , a cd to mp3 converter wit o [2002/07/12] ports/40475 jkoshy ports/www/p5-HTML-Webmake has a checksum 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 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 New ports math/blacs and math/scalapack: o [2002/07/13] ports/40525 ports [new port] mail/mew2-xemacs-devel-mule f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/13] bin/40540 gshapiro allow multiple alias file to be defined i o [2002/07/13] kern/40543 /usr/src/sys/sys/proc.h:117: field `ar_ar o [2002/07/13] ports/40544 ports New port: postnuke 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 o [2002/07/14] bin/40570 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] ports/40602 ports new port: security/clamav o [2002/07/15] ports/40607 ports New Port: rexima o [2002/07/15] ports/40608 kde Fix port: devel/kdesdk3 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] ports/40644 ports New port: lang/bigloo - A Scheme interpre o [2002/07/16] ports/40645 kde kdeinit coredumps on KDE logout (11 signa 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/40669standardscommand command does not support `-p' opt o [2002/07/16] misc/40671 pthread_cancel doesn't remove thread from o [2002/07/16] ports/40676 ports Fatal error building /usr/ports/security/ 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 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 insecure default options o [2002/07/19] ports/40760 ports New port: mail/kavmilter o [2002/07/19] ports/40761 ports New port: graphics/ncarg o [2002/07/19] kern/40763 [UPDATED PATCH] Introduction of non-stric o [2002/07/19] ports/40768 ports New port: korean/netdic o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/19] ports/40782 ports New port: www/tidy-devel (latest version o [2002/07/19] ports/40789 ports New port: graphics/gocr OCR (Optical Char o [2002/07/21] ports/40834 ports New port: net/linux-jigdo o [2002/07/21] ports/40848 pat reflect WITHOUT-X11 in package name for x 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/40860 lioux new port: graphics/mplayer-devel f [2002/07/21] ports/40865 ports Port of net/dhid is old. This PR updates o [2002/07/21] ports/40866 ports sml-nj port CM autoloading compilation pr o [2002/07/21] ports/40870 ports New port: graphics/animabob Interactive 3 o [2002/07/22] ports/40881 lioux Update bsd.sites.mk o [2002/07/22] ports/40892 ports New Port: lang/g95 o [2002/07/22] bin/40894 OpenSSH weird delays o [2002/07/22] ports/40904 ports 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/40912 ports New port: Xtend X10 controller program o [2002/07/22] ports/40914 ports New port: games/linux-nwserver Neverwinte 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 [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/23] ports/40942 ports New port: graphics/xrml Extensible scene 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/40951 doc Various fixes for the solid-state article 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/24] ports/40966 ports Update: net/ddup (3.0.1) o [2002/07/25] ports/40975 ports 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 /etc/periodic/daily/440.status-mailq assu o [2002/07/26] docs/41034 doc [PATCH] Typos in /etc/named/named.conf co 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] kern/41081 n_hibma Add USB device ID for USB Flash disk driv o [2002/07/28] ports/41082 ports New port: emulators/dosbox - emulator of o [2002/07/28] ports/41084 ports New Ports / archivers/untar 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 a [2002/07/29] misc/41149 obrien fix lukemftpd man page: /etc/nologin -> / 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/41166 doc man page for smp(4) is short on details 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 f [2002/07/30] docs/41181 doc Poor grammar in the dialog manpage o [2002/07/30] bin/41190 in sed, report the { linenum instead of E o [2002/07/30] ports/41195 adrian Update port: www/squid24 - add a master s 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] ports/41211 ports New port textproc/spellutils: newsbody & 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] ports/41219 ports Mk/bsd.sites.mk - add Apache master sites 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] ports/41229 ports New port: devel/aegis-mode.el 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 f [2002/08/02] ports/41258 ports converters/recode needs new port revision o [2002/08/02] ports/41259 ports 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 USB scanning works only once a [2002/08/03] ports/41282 ports New_Ports japanese/stevie-* o [2002/08/03] docs/41290 mheinen [PATCH] wrong size for XEmpty-Deltas in m o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] ports/41308 ports New port: devel/p5-Log-Agent-Logger 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 scop RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/04] ports/41314 ports 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 New port : security/libprelude (part of P o [2002/08/04] ports/41321 ports New port : security/prelude-manager (part o [2002/08/04] ports/41324 ports New port : security/prelude-lml (part of o [2002/08/04] ports/41325 ports 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] ports/41333 scrappy updates the net/p5-perl-ldap port o [2002/08/04] i386/41337 Compaq 900T syncs too high or incorrectly f [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 o [2002/08/06] ports/41377 ports New version of lang/clisp 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 New port: www/light: another Mozilla-base f [2002/08/08] ports/41439 ports [MAINTAINER UPDATE] security/fwbuilder -> f [2002/08/08] ports/41440 ports [MAINTAINER UPDATE] security/libfwbuilder 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 New port: graphics/irit Solid modelling s o [2002/08/09] ports/41464 ports New port Cybercalendar 1.8.2: web based c o [2002/08/09] kern/41466 dfr Add support for 82801 MCH UP only SKU to o [2002/08/09] ports/41468 kuriyama xhtml port needs to be updated for XHTML o [2002/08/09] ports/41480 ports New port: whatpix / a perl apps to find, 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 New port: graphics/i3d 3D modeling progra o [2002/08/10] misc/41515 jhb boot0cfg corrupts slice table o [2002/08/10] misc/41523 [PATCH] Remove perl from 440.status-mailq o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulationEasier 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/41558 knu Portupgrade is not reinstalling correctly 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/41576standardsPOSIX compliance of ln(1) o [2002/08/12] ports/41577 ports port security/acid won't see apache2+mod_ o [2002/08/12] docs/41578 doc Incorrect #include in the usb(4) manpage o [2002/08/12] ports/41579 ports 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 New port: graphics/gltt TrueType fonts re o [2002/08/13] ports/41606 anholt x11/XFree86-4 metaport: if make target is o [2002/08/13] kern/41609 luigi ipwf prints error without telling the sou o [2002/08/13] ports/41619 ports New port x11-toolkits/SoQt (1.0.1) o [2002/08/13] ports/41625 ports New port: misc/spamcalc o [2002/08/13] kern/41631 PATCH to add sysctl knob to disable clone o [2002/08/13] ports/41638 ports New Port: devel/libio o [2002/08/13] docs/41643 doc New FAQ entry explaining UDMA ICRC errors o [2002/08/14] ports/41673 ports New port: igal, image gallery generator o [2002/08/14] misc/41674 iostat column formatting overlaps o [2002/08/14] ports/41678 ports New port: xfwm4 is a gtk2 WM ideal for us o [2002/08/15] conf/41691 Combining WLAN-SSID & DHCP in rc.conf o [2002/08/15] ports/41701 keichii New port: devel/RT2 f [2002/08/16] docs/41703 doc tcpdump manual mistake, with a draft amen f [2002/08/16] misc/41711 setup uses a to small disk o [2002/08/16] ports/41718 ports New port: dwatch - A daemon watcher o [2002/08/16] ports/41719 ports databases/dbview field positions of outpu o [2002/08/16] ports/41739 ports postgresql-odbc support for unixodbc [PAT 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] kern/41747 quake won't play sound with newpcm driver 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] ports/41763 ports [walkthrough] fixing security/acid port o [2002/08/18] ports/41768 ports Feature request: WITHOUT_SHELL for Nethac o [2002/08/18] misc/41771 '/etc/ttys' and X f [2002/08/18] misc/41772 can't disable keybell o [2002/08/19] ports/41773 ports new port: x11-servers/Mozdev-PrintServer o [2002/08/19] ports/41784 ports 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) p [2002/08/20] bin/41823 printf("%+f\n", -0.0) generates +0.000000 o [2002/08/20] ports/41829 ports New port: mail/squirrelmail-devel o [2002/08/20] ports/41836 ports new port - virus filtering tool for qmail o [2002/08/21] ports/41839 ports 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] ports/41861 ports New port: SMB authentication module for P 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 o [2002/08/22] ports/41906 ports New port: net/ldapbrowser: Java-based LDA o [2002/08/22] ports/41909 portmgr 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 New Port: mail/dsbl-testers o [2002/08/22] docs/41919 doc MINI kernel for bootfloppy (Handbook p.34 f [2002/08/22] ports/41923 ports Update port: benchmarks/dbench 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 New Port: sysutils/ipfw-manager o [2002/08/24] ports/41976 ports sysutils/LPRng port is outdated my 3 mont o [2002/08/24] ports/41978 trevor Unbreak ports: print/lilypond a [2002/08/24] ports/41984 ports [MAINTAINER UPDATE] Update build of netre o [2002/08/25] ports/42006 jmz aspell and ispell do not build from the p f [2002/08/25] ports/42007 ports gnunet 0.4.5 port segfaults on the first o [2002/08/25] ports/42018 ports pkg_info with PKG_PATH searches through t o [2002/08/25] ports/42020 ports New port: net/bpft o [2002/08/25] i386/42022 qa sysinstall in non-interactive mode prompt o [2002/08/26] kern/42031 paste in syscons doesn't work properly a [2002/08/27] docs/42058 ceri 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 New port: mail/wmymail: Report new mail i o [2002/08/27] ports/42073 ports New port: x11/wmxss o [2002/08/27] ports/42075 ports New port: devel/udesc_dump: Dump USB conf o [2002/08/27] misc/42084 luigi PicoBSD's 'netstat -i' reports negative I o [2002/08/27] ports/42110 ports New port: The ACE ORB 1.2.1 o [2002/08/28] ports/42113 ports New port: lgeneral-data, data files requi o [2002/08/28] bin/42122 obrien ftpchroot problem with lukemftpd o [2002/08/28] ports/42132 ports Update port x11-toolkit/qwt o [2002/08/28] ports/42134 ports linux-gtk PORTREVISION contaminates other o [2002/08/28] ports/42143 ports japanese/eb2, "make install" fails on -RE 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] ports/42169 ports New port: sysutils/cmdwatch - watches out f [2002/08/29] ports/42178 ports [PATCH] port net/tightvnc and net/vnc mis o [2002/08/29] ports/42181 ports New port: www/guile-www (guile modules fo o [2002/08/29] docs/42182 doc 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 [PATCH] Cleanup mail/ezmlm-web and bump P o [2002/08/30] ports/42234 ports New port: xglurbules o [2002/08/31] ports/42243 kde Update port: graphics/qglviewer o [2002/08/31] ports/42263 pat sysutils/xmbmon pre-everything message 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 New port: florist (Ada-POSIX bindings) o [2002/09/01] ports/42281 ports 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 New port: mod_webkit (adapter between Web o [2002/09/01] ports/42298 ports new-port: games/dmjava - a really authent o [2002/09/01] docs/42312 doc make release broken without full ports o [2002/09/02] ports/42323 ports Update misc/mango to version 0.18 (SUPERC o [2002/09/02] ports/42325 ports [PATCH] Update mail/cmail to 4.0.1, clean o [2002/09/02] ports/42330 ports Update port: chinese/abiword chinese/arph 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 NEW PORT: mail/aileron, WINGs mail client o [2002/09/03] ports/42370 ports New Port: mail/fumail o [2002/09/03] ports/42371 ports libncurses.so.4 missing from ports/emulat o [2002/09/03] ports/42372 ports New port: security/webjob - Download and o [2002/09/03] misc/42373 Update to rc scripts to make interface al o [2002/09/03] ports/42376 ports New Port : /usr/ports/french/SPIP-1.4 o [2002/09/03] ports/42378 ports New port: science/at Acoustic ToolBox o [2002/09/03] misc/42380 ports NEW PORT: Docbook 4.2 DTD 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 o [2002/09/03] ports/42399 ports Update port: audio/normalize to 0.7.5 o [2002/09/03] misc/42400 No option to CC on web problem report for o [2002/09/03] ports/42402 ports maintainer update: sysutils/fastresolve o [2002/09/04] kern/42404 TIOCSCTTY not implemented in linuxulator o [2002/09/04] ports/42408 ports [PATCH] Update devel/elfio to 1.0.0 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] ports/42421 ports New Port : french/dacode o [2002/09/04] misc/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] ports/42423 ports Soft links to packages point to *.tbz ins o [2002/09/04] ports/42427 ports 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] ports/42440 ports new port: audio/mp3gain (A tool to normal o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/05] ports/42443 anholt Strange demands of XFree86-Server-4.2.0_5 o [2002/09/05] ports/42460 ports New port: di-3.7 - disk information utili o [2002/09/05] misc/42461 if_wi_pci.c,if_wi_pccard.c lack device_re o [2002/09/05] bin/42464 [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 Update port: security/saint to 3.5.6 o [2002/09/07] ports/42540 ports Update port: emulators/quasi88 (0.4.4 => o [2002/09/08] misc/42558 www http://www.freebsd.org/search produces in o [2002/09/08] bin/42574 YAMAHA RTW65b router coudn't be connected p [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 f [2002/09/09] ports/42601 arved New port: devel/openhbci 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] docs/42651 doc [PATCH] mount([28]) do not document vfs.u o [2002/09/11] bin/42655 added new command 'checkpoint' to show an o [2002/09/11] ports/42661 dinoex Maintainer Update: lang/pike adding suppo o [2002/09/11] misc/42663 pw useradd assigns unique UID's to multip o [2002/09/11] ports/42668 grog port instant-workstation should be update o [2002/09/12] ports/42685 ports openldap2 on 5.0 current runs error. link o [2002/09/12] ports/42694 ports New port: devel/ifd-devkit: PC/SC Lite IF o [2002/09/12] ports/42695 ports New port: devel/ifd-test: PC/SC Lite IFD o [2002/09/12] ports/42696 ports New port: security/libsectok_pcsc: Smartc o [2002/09/12] ports/42697 ports New port: security/ifd-gpr400: PC/SC Lite o [2002/09/12] ports/42698 ports New port: security/opensc: OpenSC Smartca o [2002/09/12] ports/42701 ports New port: devel/p5-PCSC-Card: Perl bindin o [2002/09/12] ports/42702 ports New port: security/pcsc-tools: Tools for o [2002/09/12] ports/42708 wjv update biology/emboss to EMBOSS-2.5.1 f [2002/09/12] misc/42709 pkg_add tries to use tar/gzip to unpack f 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] ports/42743 nakai Update port: x11-wm/icewm to 1.2.2 o [2002/09/13] docs/42760 doc [PATCH] Correct the order of fxp devices 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/42776 ports Update port: news/ija to 0.4.13 o [2002/09/14] ports/42790 ports 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 f [2002/09/15] i386/42809 syntax error in /usr/libexec/locate.mkloc o [2002/09/15] kern/42816 file: table is full message o [2002/09/16] ports/42835 jkoshy www/p5-HTML-Webmake checksum mismatch 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 p [2002/09/18] docs/42924 ru During 'make release' is impossible to bu o [2002/09/18] ports/42927 ports New Port: games/quakeforge2 o [2002/09/18] ports/42929 ports Fix www/mod_gzip make environment for LOC 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] www/42951 blackend fix broken link in support page: web reso 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/42984 pat Update port: sysutils/xmbmon o [2002/09/20] ports/42985 tobez Perl5 port doesn't build automatically on o [2002/09/20] ports/42986 ports 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 New port: AlsaPlayer is an audio player w o [2002/09/20] ports/43147 ports upgrade math/grace to 5.1.10 o [2002/09/21] kern/43154 tunwrite() does not allocate clusters for o [2002/09/21] conf/43167 Ability to have vnode based file systems o [2002/09/21] misc/43169 caps-lock led doesn't work o [2002/09/21] ports/43171 ports 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/21] ports/43220 ports [PATCH] update ports/devel/p5-String-Appr o [2002/09/21] ports/43224 ports Ports: Update to net/mudix o [2002/09/21] ports/43225 nbm phpPgAdmin port doesn't work with Apache2 o [2002/09/22] ports/43232 anholt X doesn't receive button #7 from moused's f [2002/09/22] ports/43247 ports Invalid checksum in biology/molden o [2002/09/22] misc/43262 command 'shutdown -r' (also reboot) cause o [2002/09/22] ports/43268 ports New port: audio/streamtuner-local to 0.1. o [2002/09/22] ports/43269 ports New port: audio/streamtuner-live365 to 0. 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 New Port: nikto web and CGI vulnerability o [2002/09/24] ports/43322 ports p5-Date-Calc not updated 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] bin/43343 yar loader.help and default loader.conf list o [2002/09/24] kern/43348 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] docs/43357 doc PATCH: fix error in reallocf(3) manpage o [2002/09/25] ports/43358 ports New port japanese/mplusfonts a [2002/09/25] ports/43362 portmgr XFree86-4 port fails to require perl. 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/43387 ports x11-toolkits/p5-Prima port upgrade o [2002/09/26] ports/43394 ports 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 New port: security/ftimes - A system base o [2002/09/27] kern/43426 mlockall and munlockall system calls are o [2002/09/27] ports/43427 arved Update Port devel/c_c++_reference .> 2.0. o [2002/09/28] ports/43453 ports Unbreak misc/gman o [2002/09/29] ports/43466 ports 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] ports/43477 ports New port: tads2 (Tools for writing and pl o [2002/09/29] ports/43481 ports Update port net/amcl to gnome-mud 0.9.1 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] ports/43486 ports Update port net/arping -> 1.04 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] ports/43526 ports tcpflow incorrectly handles incorrect dgm f [2002/09/30] i386/43527 ports ld-elf.so.1 -> libintl.so.1 not found com 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 o [2002/09/30] ports/43540 ports 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] ports/43551 nakai update: graphics/gqview o [2002/10/01] ports/43553 tom Update notification: neon has new version o [2002/10/01] ports/43556 ports update devel/p5-Term-Screen to 1.02 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] ports/43571 ports New port: databases/py-PySQLite 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 doc Undocumented modules (missing man pages) o [2002/10/03] kern/43623 grog vinum: 'readpol prefer' option broken [pa o [2002/10/03] ports/43633 ports Port change request: databases/adodb 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 tom New version of subversion r3200 (0.34.2) o [2002/10/04] ports/43657 ports Updating dircproxy to newer version o [2002/10/04] ports/43664 ports xdm dumps core on alpha 4.7-rc0 - xdmauth o [2002/10/04] ports/43665 ports New port: audio/streamtuner 0.8.5 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 RC_NG script for net/openldap o [2002/10/04] ports/43671 ports RC_NG script for net/openldap2 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 a [2002/10/05] ports/43681 ports www/apache13-fp: Update to 1.3.27 and con o [2002/10/05] ports/43689 ports New port: devel/aegis o [2002/10/05] ports/43695 ports Update port: databases/unixODBC o [2002/10/05] ports/43706 nbm Make databases/phpmyadmin operate with ap o [2002/10/05] ports/43711 ports New port: php-gtk o [2002/10/05] ports/43715 ports Update to tkrat2 port o [2002/10/05] kern/43716 puc driver does not recognize Lava Dual-6 o [2002/10/05] ports/43718 ports New port: x11-wm/icebgset (set IceWM back s [2002/10/05] ports/43721 portmgr inefficient port downloads o [2002/10/05] ports/43728 ports math/PDL break info o [2002/10/05] ports/43731 ports ports/net/coda5_server doesn't build on - o [2002/10/06] docs/43750 doc incorrect "SEE ALSO" references in wi(4) o [2002/10/06] bin/43752 [PATCH] find -not is not o [2002/10/06] docs/43755 doc Additional examples for vnconfig man page o [2002/10/06] docs/43756 doc chpass(1) manual unclear about alternate o [2002/10/07] ports/43764 ports New port: audio/wavemagic - An audio play o [2002/10/07] ports/43771 ports LaTeX ports mixed between print and textp o [2002/10/07] ports/43773 ports xmaddressbook complains when run, does no o [2002/10/07] ports/43774 ports Allow users to build security/cyrus_sasl o [2002/10/07] ports/43779 phantom update request for bugzilla o [2002/10/07] ports/43787 adrian squid 2.4 using obsolute configure parame o [2002/10/07] ports/43792 ports New Port: security/libbf (The Blowfish bl o [2002/10/07] ports/43793 ports New Port: security/libidea (IDEA block ci o [2002/10/07] ports/43794 ports New Port: security/p5-Crypt-Blowfish_PP ( o [2002/10/07] ports/43795 ports New Port: security/oinkmaster (Perl scrip o [2002/10/07] ports/43799 ports New Port: security/p5-SHA (Perl5 interfac o [2002/10/07] conf/43800 Belkin 10/100 Base-TX PCMCIA card not rec o [2002/10/07] ports/43804 ports 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 murray dhclient on 'no carrier' interfaces takes o [2002/10/08] ports/43832 ports new port games/tileworld o [2002/10/09] ports/43856 ports fix build of x11/wscan 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 New Port: mail/dcc-dccd: Distributed Chec o [2002/10/09] docs/43864 doc Minor documentation to add o [2002/10/09] ports/43876 ports NEW PORT: mail/mailfmt o [2002/10/09] i386/43879 roger [PATCH] bktr: add IO-DATA GV-BCTV3/PCI ca o [2002/10/09] ports/43880 ports Names of Emacs ports are misleading o [2002/10/10] misc/43886 markm local exploitable overflow in rogue o [2002/10/10] ports/43890 ports [UPDATE] deskutils/xwrits o [2002/10/10] ports/43892 ports Enable use of keynote with security/isakm o [2002/10/10] ports/43895 arved New Port: security/libksba An X.509 Libra o [2002/10/10] i386/43896 Missing "syscall fstat64" in linux emulat o [2002/10/10] ports/43897 ports [NEW PORT] mail/maildirsync, online syncr 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] misc/43918 ru Please MFC bsd.man.mk V1.50 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] ports/43933 ports security/isakmpd uses hardcoded paths 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 New port submission: security/hydra o [2002/10/11] java/43947 znerd Checkstyle port should install checkstyle o [2002/10/11] ports/43956 ports 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 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 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/14] ports/44077 ports New Port: FetchYahoo retrieves mail from o [2002/10/15] ports/44079 ports New port: textproc/gauche-sxml - SXML for o [2002/10/15] ports/44081 anholt Random XFree86-4 crashes with Enlightenme o [2002/10/15] conf/44090 pppoa authentication failure? on FreeBSD o [2002/10/15] kern/44092 dc(4) assigns incorrect link address with 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] ports/44133 ports Upgrade of www/linux-pheonix to version 0 o [2002/10/16] kern/44134 sos When doing umount ATA drive, "flushing ca 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 portmgr 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] docs/44164 doc [PATCH] Update example CVSup refuse files o [2002/10/17] ports/44168 ports net/trafd install from package broken 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] ports/44182 vanilla New port: Cube, a 3D OpenGL first person o [2002/10/17] bin/44188 cannot install FreeBSD 4.0-4.6 to Compaq o [2002/10/18] ports/44205 ports fix build of devel/commoncpp p [2002/10/18] docs/44206 doc handbook for 4.7-RELEASE mentions devfs 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/44222 ports Update port: databases/gdbm to 1.8.2 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] kern/44257 [PATCH] for Intel ICH4 udma controllers 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 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/19] docs/44296 doc Contributors page refers to History secti o [2002/10/20] ports/44305 ports 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] docs/44312 doc Typos in /usr/src/share/examples/ipfw/cha o [2002/10/20] ports/44314 ports new port chk4mail o [2002/10/20] ports/44319 ports update port of mail/minimalist to the lat o [2002/10/21] ports/44327 ports databases/posgtresql7 port doesn't automa o [2002/10/21] bin/44329 wish for systat o [2002/10/21] bin/44332 look and feel of nice & renice 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] docs/44363 doc /etc/rc.firewall & /etc/rc.firewall6 don' 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/44374 obrien lang/gcc32 can't find iconv on -STABLE 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/44392 ports New port: graphics/gwenview - An image vi o [2002/10/22] ports/44393 green Bug in emulators/snes9x -- superfluous "& o [2002/10/22] standards/44394standardsrestrict qualifiers missing from sys/sock o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/23] ports/44403 dougb [patch] textproc/htdig doesn't build with o [2002/10/23] ports/44423 ports audio/id3lib compilation fails in FreeBSD o [2002/10/23] ports/44424 obrien install error in /usr/ports/mail/mutt (mu o [2002/10/23] standards/44425standardsgetcwd() 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] ports/44434 ports New port: Apache::Gallery - mod_perl hand 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] ports/44441 ports NEW PORT net/p5-Net-Services o [2002/10/24] ports/44444 ports Sentinel port update o [2002/10/24] kern/44450 USB support FAILURE for device that was s o [2002/10/25] ports/44464 ports Ports addition f [2002/10/25] misc/44470 mouse freezed! o [2002/10/26] ports/44496 portmgr Add YACC variable to bsd.port.mk o [2002/10/26] misc/44500 AC1001 Gigabit NIC Worked o [2002/10/26] ports/44506 ports update port databases/unixODBC o [2002/10/26] kern/44508 4.7R boot delay on ata o [2002/10/26] ports/44511 openofficeopenoffice-devel won't build o [2002/10/26] ports/44513 ports Update: x11-toolkits/bwidget o [2002/10/27] ports/44533 lioux avifiles does not resolve dependecy to qt o [2002/10/27] ports/44546 ports Remove www/comline, now part of libwww a [2002/10/28] ports/44560 ports Update net/gnugadu from 0.2.0 to 0.2.4 o [2002/10/28] ports/44565 ports NEW PORT: devel/libds (Useful data struct o [2002/10/28] conf/44576 IPFilter in FreeBSD-5 can't be dynamicall o [2002/10/28] ports/44577 ports mail/gtkgrepmail run-depends on gnome-hel o [2002/10/28] i386/44580 NFS updates file access time when file is o [2002/10/28] bin/44582 johan usr.bin/bin/Makefile issues 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] ports/44593 ports New port: mail/hotway, a POP3 gateway for 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 ports novell ncp client does not install o [2002/10/29] conf/44717 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 New port: TLS/SSL-aware FTP client (BSDft o [2002/10/30] ports/44758 ports Port emulators/vmware2 has a hard-code pa o [2002/10/30] i386/44762 sound (ie, not system beeps) stop working o [2002/10/30] ports/44768 ports [Port Fix]: games/xblackjack-2.2 o [2002/10/30] ports/44774 ports new port, deskutils/logjam2 o [2002/10/31] ports/44781 ports New port: AbiWord french dictionary o [2002/10/31] ports/44782 vanilla New port: DirectFB library o [2002/10/31] ports/44786 ports 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/44810 ports [NEW PORT] security/ftpmap - fingerprints o [2002/11/01] ports/44812 ports [NEW PORT] databases/puredb, libraries to o [2002/11/01] ports/44814 lioux mlDonkey 2.00 port o [2002/11/01] ports/44816 ports new port ngircd o [2002/11/02] ports/44829 des New Port: Steel Bank Common Lisp o [2002/11/02] ports/44831 dirk PORTS Uprade: mod_php4-4.2.3_1 o [2002/11/02] ports/44836 ports New port: hunch - Scan httpd log files, f o [2002/11/02] ports/44841 portmgr missing documentation from bsd.port.mk o [2002/11/03] ports/44854 ports [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 s [2002/11/03] ports/44865 ports use PORTCOMMENT for audio/abcde and audio o [2002/11/04] docs/44870 doc Most sysconf(3) variables are undocumente o [2002/11/04] kern/44872 dgb driver update o [2002/11/04] ports/44875 portmgr PYTHON_VERSION statement in make.conf add o [2002/11/04] ports/44877 portmgr shorter names for REINPLACE_CMD, USE_REIN o [2002/11/04] ports/44888 nbm New user config options for sqwebmail o [2002/11/04] misc/44894 as a local non-root user and remote it's o [2002/11/04] ports/44895 portmgr I need MANPREFIX defined in MAKE_ENV o [2002/11/04] ports/44909 ports New port: Krusader 1.11, a two window fil o [2002/11/04] ports/44910 ports Updated port: astro/roadmap, honor CFLAGS o [2002/11/04] misc/44915 'choose installation media' choose CD-ROM o [2002/11/04] www/44919 portmgr suggested updates for bento Package Build o [2002/11/04] ports/44920 ports /usr/ / new patch available o [2002/11/04] java/44922 java JVM crash f [2002/11/05] ports/44928 ports change of mantainer o [2002/11/05] docs/44930 fenner misspelling in traceroute manpage o [2002/11/05] ports/44932 ports New port: xtr o [2002/11/05] ports/44949 ports New port Squid Access Report Generator o [2002/11/05] ports/44953 ports make install of apsfilter-7.2.3 fails wit o [2002/11/05] ports/44957 ports Update Port: biology/spdbv o [2002/11/05] ports/44958 ports Update port: databases/dbconnect to 0.2.4 o [2002/11/05] ports/44959 ports Update port: databases/dbh o [2002/11/05] ports/44982 ports Update port: www/chimera o [2002/11/05] gnu/44984 Send-pr can use environmental variable $F o [2002/11/05] ports/44986 ports I am trying to install Netscape Communica o [2002/11/05] ports/44988 ports New port: x11-toolkits/gtkglext - an Open o [2002/11/06] ports/44990 ports New port: lang/stklos - the successor of a [2002/11/06] ports/44994 alane phoenix broken when built with system per f [2002/11/06] ports/44999 ports [MAINTAINER UPDATE] audio/nosefart o [2002/11/06] ports/45006 portmgr name of PORTSCOMMENT is too long o [2002/11/06] conf/45010 Update URL for Top Gun ssh in /etc/termca o [2002/11/06] docs/45011 trhodes style(9): '->' and '.' don't require spac o [2002/11/06] misc/45012 Sundry errata o [2002/11/07] misc/45026 Can't set next password change date on NI o [2002/11/07] ports/45120 ports sam editor port broken out of box o [2002/11/07] ports/45127 taoka correct fetch for x11/xco f [2002/11/07] ports/45131 ports make x11/gvid fetchable again 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] kern/45157 MFC sys/i386/i386/identcpu.c rev 1.96-1.9 o [2002/11/09] ports/45158 tobez perl5.8 port should have an option to com o [2002/11/09] ports/45166 ports 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 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/09] www/45184 wosch hyperlinks in mail archives don't deal wi o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/10] ports/45200 portmgr Options to use local patches in ports tre o [2002/11/10] ports/45205 dirk [PATCH] www/mod_php4: Fix OpenSSL use for o [2002/11/11] ports/45207 sobomax games/solarwolf has wrong permissions o [2002/11/11] docs/45213 doc [PATCH] Fix sorting in Additional Contrib o [2002/11/11] docs/45214 doc [PATCH] Fix sorting in Additional Contrib o [2002/11/11] docs/45215 doc [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] ports/45224 ports ircII o [2002/11/11] conf/45226 Fix for rc.network, ppp-user annoyance o [2002/11/11] ports/45227 ports problems building/installing db3 and open o [2002/11/11] bin/45229 restore(8) -i: ls reports mising files as o [2002/11/12] alpha/45240 alpha pstat -f column headings misaligned on Al o [2002/11/12] www/45242 www bento errlog reports out-of-date o [2002/11/12] gnu/45246 tar --listed-incremental fails for Solari o [2002/11/12] ports/45247 ports New port: www/scoop collaborative media o [2002/11/12] ports/45252 des mpg123 dumps core when $TERM is not set o [2002/11/12] misc/45254 qa Sysinstall installs things it should not o [2002/11/12] ports/45255 ports New port: Perl Class::Hook trace method c o [2002/11/13] bin/45269 heap documentation o [2002/11/13] misc/45273 contrib/smbfs: error in examples/dot.nsmb o [2002/11/13] standards/45274standardsmsgsnd() improperly prototyped o [2002/11/13] ports/45275 ports 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 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 [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 ports new port: audio/kmusicdb, a music collect o [2002/11/15] ports/45314 nbm Update achievo to 0.8.3 o [2002/11/15] ports/45316 ports new-port: game, train control simulation o [2002/11/15] ports/45320 ports 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] bin/45327 yar [patch] ftpd extention for arbitrary chro o [2002/11/15] ports/45329 ports 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] bin/45337 Rewritten rmuser in C o [2002/11/16] ports/45343 torstenb Metamail 2.7 incorrectly patched [PATCH] o [2002/11/16] ports/45344 ports devel/allegro: updating to 4.1.4 (devel v o [2002/11/16] ports/45347 ports [NEW PORT] security/libtasn1: ASN.1 parse o [2002/11/16] ports/45348 ports [NEW PORT] security/gnutls: GNU Transport o [2002/11/16] bin/45349 /bin/sh and 8-bit characters o [2002/11/16] ports/45351 ports lang/sr fails to compile on -CURRENT o [2002/11/16] ports/45352 ports [patch] remove dead mastersite in palm/pi o [2002/11/16] ports/45355 ports devel/p5-Proc-ProcessTable upgrade 0.35 - o [2002/11/16] ports/45356 ports pnet upgrade 0.4.4 -> 0.4.6 o [2002/11/16] ports/45357 ports 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/45396 ports add MASTER_SITE_PACKETSTORM as a mirror s o [2002/11/18] ports/45401 ports New ports: security/sslsniffer (SSLv3/TL o [2002/11/18] ports/45402 ports Update isakmpd to 20021118 o [2002/11/18] ports/45414 portmgr make update in /usr/ports missing default o [2002/11/18] ports/45416 nbm [patch] fix fetch for audio/py-ao, audio/ o [2002/11/18] ports/45419 ports [patch] update plist for audio/speex 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/45456 ports Update port: x11-wm/larswm to 7.2.8 (fix o [2002/11/18] ports/45462 ports Latest version of XML::Twig. o [2002/11/18] ports/45467 ports New ports: mail/jamlib o [2002/11/18] ports/45468 ports New port: mail/crashecho o [2002/11/19] ports/45469 alane [patch] bsd.ports.mk: automatic USE_PERL5 f [2002/11/19] ports/45479 ports MAINTAINER UPDATE: hungarian ispell versi o [2002/11/19] ports/45482 ports update port math/gri and change of mainta o [2002/11/19] bin/45486 Support for human readble (-h/-H) output o [2002/11/19] ports/45491 ports New Port: apache-soap (Apache SOAP Toolki o [2002/11/19] ports/45496 ports [New Port] www/mod_layout2 : mod_layout A o [2002/11/19] ports/45497 ports [PORT UPDATE] textproc/htmldoc 1.8.20 -> o [2002/11/19] ports/45501 ports new port: net/hinfo, look up host info fo o [2002/11/19] ports/45502 ports [New Port] www/mod_accounting : An Apache f [2002/11/19] ports/45506 naddy ports/audio/libvorbis does not build beca o [2002/11/19] ports/45507 ports x11-wm/fvwm-theme tried to remove essenti o [2002/11/19] ports/45509 ports security/saint no longer appears to be av o [2002/11/19] ports/45515 dougb xpdf 2.00 dumps core when exit o [2002/11/20] ports/45521 ports new port Sleepycat Berkeley DB4.1 o [2002/11/20] ports/45522 ports new port database/WWWdb-0.8.2 o [2002/11/20] ports/45526 ports 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 mail/smail port fails to build (fix inclu o [2002/11/21] ports/45554 ports [PATCH] databases/sqlrelay: Add Interbase o [2002/11/21] www/45560 www russian FAQ trouble on www.FreeBSD.org o [2002/11/21] ports/45561 ports xnview 1.46 is available o [2002/11/21] ports/45575 ports Update to R-letter port o [2002/11/21] ports/45576 ports port lcms fails test after build on curre o [2002/11/21] ports/45577 ports Update distfile location for audio/xmms-m a [2002/11/22] bin/45584 tjr read builtin function of sh does not read o [2002/11/22] ports/45585 anders [NON-MAINTAINER UPDATE] : www/pound : upd o [2002/11/22] docs/45590 obrien Bad pathname in ftpusers(5) FILES section o [2002/11/22] bin/45593 MAILTO environment variable in root cront o [2002/11/22] ports/45596 dwcjr net/samba v2.2.7 fetch error - maybe a fi o [2002/11/22] ports/45599 kuriyama palm/prc-tools-binutils fails to build o [2002/11/22] docs/45604 doc Minor language fixes to syslog.conf.5 o [2002/11/22] ports/45605 ports New port: rbl-milter, a sendmail milter o [2002/11/22] ports/45606 dougb textproc/htdig depends on apache in a rou o [2002/11/22] ports/45607 ports 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 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 make update doesn't o [2002/11/23] ports/45655 lkoeller update Xbae port to 4.50.0 o [2002/11/23] bin/45659 portmap can not be bound to only loopback o [2002/11/24] docs/45671 doc missing cross-reference in usb(4) o [2002/11/24] conf/45672 Makefile support for sendmail CIDR pre-pa 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] ports/45686 ports New port: security/clamav Clam AntiVirus, o [2002/11/24] ports/45687 dougb textproc/htdig port puts scripts in the w o [2002/11/24] ports/45691 dwcjr Add option to disable samba optimization. o [2002/11/24] i386/45692 ACPI error on Acer motherboard o [2002/11/24] ports/45693 ports New port: net/gkrellmmultiping2 o [2002/11/24] ports/45695 ports pnet upgrade 0.4.4 -> 0.4.8 o [2002/11/24] ports/45696 ports new port, lang/pnetlib o [2002/11/24] ports/45700 ports gcombust upgrade patches [MAINTAINER] 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/45705 ports MAINTAINER UPDATE: hungarian ispell versi o [2002/11/25] ports/45709 ports Update port: chinese/cce o [2002/11/25] ports/45711 ports 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 New Port: KMyIRC o [2002/11/25] ports/45715 alane Building KDE3 failed on cups o [2002/11/25] ports/45722 ports [MAINTAINER] Update mail/anubis to 3.6.1 o [2002/11/25] ports/45726 ports [MAINTAINER UPDATE] security/p5-File-Scan o [2002/11/25] ports/45728 jedgar Update port: mail/grepmail to 4.80 o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/26] ports/45745 ports Maintainer update: net/adasockets o [2002/11/26] ports/45748 ports Port x11-wm/windowmaker , add knob to dis o [2002/11/26] bin/45749 [PATCH] rm -f in MS-DOS directory o [2002/11/26] ports/45750 ports Update port: [Maintainer Update]: irc/pis o [2002/11/26] ports/45752 ports Update security/isakmpd o [2002/11/26] kern/45753 linux-sun-jdk1.4.1 calls SIOCGIFCONF ioct o [2002/11/26] ports/45755 dd /usr/ports/net/dictd does not build, at l o [2002/11/26] ports/45762 nbm [PATCH] Update mail/courier-imap to 1.6.1 o [2002/11/26] ports/45764 ports Update port: irc/lostirc - A simple and m o [2002/11/26] ports/45769 ports PATCH: Add bounds-checking option to lang o [2002/11/26] ports/45771 ports OffiX printer doesn't find printer o [2002/11/26] ports/45782 ports [patch] fix fetch and update version for o [2002/11/26] kern/45785 Linux WineX seems to require a few new li f [2002/11/26] ports/45786 ports [MAINTAINER UPDATE] o [2002/11/26] ports/45787 ports Update port: print/dvipdfm-cjk o [2002/11/27] kern/45793 Invalid media subtype aliases in if_media o [2002/11/27] ports/45795 lioux /usr/ports/net/silc-client update o [2002/11/27] ports/45796 ports Update port: irc/pircbot o [2002/11/27] ports/45798 ports Update port: chinese/dictd-database o [2002/11/27] ports/45799 ports New port print/mup o [2002/11/27] ports/45800 ports New port submission: sysutils/dialog o [2002/11/27] ports/45801 billf ports/textproc7word2x is gone o [2002/11/27] ports/45803 ports security/john does not install lanman.chr o [2002/11/27] ports/45804 openofficeeditors/openoffice should use USE_JAVA o [2002/11/27] ports/45809 ports update-port: sysutils/xcdroast o [2002/11/27] ports/45810 ports sysutils/pear-Log: upgrade to 1.5.1. o [2002/11/27] ports/45812 ports New port for print/mup o [2002/11/28] ports/45815 nobutaka graphics/xine 0.9.15 released a [2002/11/28] ports/45816 znerd java/jakarta-commons-lang 1.0.1 o [2002/11/28] bin/45817 [PATCH] Fortune files are needlessly rand o [2002/11/28] docs/45819 rwatson [PATCH] Fix a word in mac_biba.9 a [2002/11/28] docs/45820 trhodes [PATCH] to sh(1) manual page: trapsasync o [2002/11/28] ports/45821 ports Update port: chinese/big5con o [2002/11/28] ports/45828 jedgar Update emulators/sim to 2.10 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/28] ports/45832 ports [New port] multimedia/slideshow: slidesho o [2002/11/29] ports/45834 ports Port Update: audio/easytag 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 o [2002/11/29] ports/45846 ports Update port: textproc/resume to 1.5.1 o [2002/11/29] ports/45847 ports Update port: devel/eboxy to 0.3.4 o [2002/11/29] ports/45848 ports Update port: comms/gsmlib to 1.10 o [2002/11/29] ports/45849 ports Update port: devel/fastdep to 0.14 o [2002/11/29] ports/45850 ports Update port: graphics/gtkam o [2002/11/29] ports/45851 ports Update port: devel/libmba to 0.4.6 o [2002/11/29] ports/45852 ports Update port: graphics/xpaint to 2.6.7 o [2002/11/29] ports/45853 ports Update port: mail/nail to 10.3 o [2002/11/29] ports/45854 ports Update port: japanese/ebview to 0.2.0 o [2002/11/29] ports/45855 ports Update port: lang/scm to 5d7 o [2002/11/29] ports/45856 ports Update port: japanese/plain2 to 2.54.1 o [2002/11/29] ports/45857 ports Update port: misc/gretl to 1.0.1 o [2002/11/29] ports/45858 ports Update port: print/catdvi to 0.14 o [2002/11/29] ports/45859 ports Update port: print/psmark to 2.1 o [2002/11/29] ports/45860 ports Update port: www/retawq to 0.1.3 o [2002/11/29] ports/45862 ports Update port: security/firewalk o [2002/11/29] ports/45865 ports Update port: print/gimp-print to 4.2.4 o [2002/11/29] ports/45866 ports Update port: archivers/star to 1.4.2 o [2002/11/30] misc/45874 [PATCH] FreeBSD does not know about ca_ES o [2002/11/30] ports/45875 ports New port: audio/gnupod - Collection of pe o [2002/11/30] ports/45876 ports maintainer update: security/ssh2 -> 3.2.2 o [2002/11/30] ports/45884 ports Info update in postgresql-pltcltk o [2002/11/30] ports/45886 ports New ports: japanese/trr* o [2002/11/30] ports/45887 ports Update py-PyGreSQL to version 7.3 o [2002/11/30] ports/45888 ports maintainer-update: www/smarty to 2.3.1 o [2002/11/30] ports/45890 ports Maintainer update: devel/buildtool to ver o [2002/11/30] docs/45893 trhodes Language improvements to device.hints.5 o [2002/12/01] bin/45896 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/45900 ports security/sfs conflicts with bison 1.75 [p o [2002/12/01] ports/45902 gnome nautilus2 port should depend on gnome-con o [2002/12/01] conf/45903 /etc/mail/Makefile doesn't handle multipl o [2002/12/01] ports/45905 ports New port: devel/rt3 o [2002/12/01] ports/45909 ports New port: Python DBI Sybase module o [2002/12/02] ports/45911 ports GEOM-related problem sysutils/diskcheckd o [2002/12/02] ports/45915 ports New port: devel/publib o [2002/12/02] ports/45918 ports [PATCH] imageindex port needs version upd o [2002/12/02] ports/45919 ports Update port: audio/libsidplay2 o [2002/12/02] ports/45920 ports Update port: audio/resid o [2002/12/02] ports/45921 ports Update port: databases/gigabase to 2.75 o [2002/12/02] ports/45922 ports Update port: audio/gnump3d to 1.0 o [2002/12/02] ports/45923 ports Update port: databases/fastdb to 2.54 o [2002/12/02] ports/45924 ports Update port: databases/libdbi to 0.6.7 o [2002/12/02] ports/45925 ports Update port: devel/ragel to 1.4.1 o [2002/12/02] ports/45926 ports Update port: devel/cdecl o [2002/12/02] ports/45927 ports Update port: devel/log4cpp to 0.3.4 o [2002/12/02] ports/45928 ports Update port: devel/lwp o [2002/12/02] ports/45929 ports Update port: devel/ucpp o [2002/12/02] ports/45930 ports Update port: emulators/atari800 to 1.2.5 o [2002/12/02] ports/45931 ports Update port: databases/grass to 5.0.0 o [2002/12/02] ports/45932 ports Update port: graphics/gtkam to 1.0.10 (fi o [2002/12/02] ports/45933 ports Update port: mail/wmbiff to 0.4.9 f [2002/12/02] ports/45934 arved Update port: deskutils/tuxcards to 1.0.b2 o [2002/12/02] ports/45935 ports Update port: lang/otcl to 1.0a8 o [2002/12/02] ports/45936 ports Update port: lang/onyx to 4.2.0 o [2002/12/02] ports/45937 ports Update port: mail/sentinal to 1.6.1b o [2002/12/02] ports/45938 ports Update port: graphics/gphoto2 to 2.1.1 o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/02] ports/45942 marcus Update port: graphics/gthumb2 to 1.06 o [2002/12/02] ports/45956 lioux [patch] fix fetch for devel/understand_a o [2002/12/03] bin/45958 [PATCH] extend arp -f syntax o [2002/12/03] ports/45963 anders the port looks for majordomo.cf in /etc p [2002/12/03] kern/45964 maxim ipfw2 logs wrong port number when forward o [2002/12/03] ports/45965 ports 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/45969 gnome Calendar for mozilla 1.2.1 o [2002/12/03] ports/45975 ports Update port: mail/mimedefang to 2.27 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/03] ports/45979 ports Update of lang/pike72 to 7.2.440 o [2002/12/03] ports/45980 ports New port: lang/pexts : Pike extensions fo a [2002/12/03] docs/45981 ceri Printer setup documentation: Running dmes o [2002/12/03] ports/45984 skv the port 'p5-XML-Sablotron' does not work o [2002/12/04] ports/45985 ports [MAINTAINER UPDATE]: x11-wm/bbpager o [2002/12/04] ports/45987 ports update, devel/cvsplot 1.6.1 -> 1.6.2 o [2002/12/04] ports/45988 ports [NEW PORT]: x11/nvidia-driver o [2002/12/04] ports/45991 gnome gdm PreSession and PostSession scripts o [2002/12/04] ports/45992 ports Update port: net/vnc s [2002/12/04] ports/45993 des Update www/opera to 6.11 and add shared q o [2002/12/04] kern/45994 Pages marked read-only via mprotect() are o [2002/12/04] ports/45998 ports [NEW PORT] devel/p5-Log-Log4perl, Log4j f o [2002/12/04] kern/46000 Fix reading of mixed-mode CD's in ATAPI C o [2002/12/04] kern/46004 trhodes Add support for Trek Thumbdrive 8MB USB d o [2002/12/05] ports/46005 ports New port: ginsu - a client for the gale s o [2002/12/05] ports/46009 ports New port: openldap-2.1 o [2002/12/05] ports/46012 ports maintainer update: security/ssh2 fixes o [2002/12/05] kern/46014 atapi-cam: cd0c errors o [2002/12/05] bin/46015 [Patch] Fix non standard C code o [2002/12/05] ports/46018 ports Update port: chinese/mplayer-fonts o [2002/12/06] ports/46020 ports update-port: ftp/gftp o [2002/12/06] ports/46024 ports palm/plucker-1.2 doesn't work with python o [2002/12/06] kern/46028 Incorrect vlan tag ID detection on em dri a [2002/12/06] ports/46032 gnome net/gabber doesn't work on -CURRENT o [2002/12/06] ports/46033 ports chinese/mozilla-tclp from 1.0.1 to 'unive o [2002/12/06] ports/46034 ports new ports: mantis o [2002/12/06] ports/46038 ports Update port: devel/xmake to 1.06 o [2002/12/06] ports/46040 ports request to repo copy www/dansguardian to o [2002/12/06] ports/46041 ports port update: www/dansguardian to version o [2002/12/06] ports/46042 ports port update: www/dansguardian-devel to v o [2002/12/06] ports/46043 ports maintainer-update of mail/mutt-devel o [2002/12/06] ports/46044 ports Port of SmartEiffel 1.0 o [2002/12/06] ports/46045 ports SmallEifel was renamed to SmartEiffel o [2002/12/06] ports/46048 ports chinese/mozilla-tclp from 'universal' rev o [2002/12/06] ports/46050 tg Update port: x11/xlockmore from version 5 o [2002/12/07] ports/46055 ports [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 New port: USB FM Radio Control utility o [2002/12/07] ports/46065 ports [patch] fix fetch for devel/libvanessa_* o [2002/12/07] ports/46070 ports [patch] fix fetch and update version for o [2002/12/07] ports/46071 ports update port spin to 3.5.2 o [2002/12/07] ports/46073 sobomax [patch] fix fetch for devel/py-game by ve o [2002/12/07] ports/46077 ports [patch] fix fetch for devel/gsnes9x o [2002/12/07] ports/46078 nbm [PATCH] Update mail/offlineimap to 3.99.5 o [2002/12/07] kern/46080 [PATCH] logamount in ipfw2 does not defau o [2002/12/07] ports/46085 ports Maintainer update: net/ap-utils to 1.3 o [2002/12/07] ports/46086 orion [patch] remove obsolete distfile for mbon o [2002/12/07] ports/46089 ports multimedia/xmms Vorbis plugin built incor o [2002/12/07] ports/46090 ports New Port: security/fakeident o [2002/12/08] ports/46091 alane new port: deskutils/knowit: kde note take 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] ports/46097 ports update port: png2ico o [2002/12/08] ports/46099 ports Port update for databases/py-pyPgSQL o [2002/12/08] ports/46101 ports maintainer-update: x11-wm/fluxconf (0.6.0 o [2002/12/08] bin/46107 killall(1) can prematurely kill itself o [2002/12/08] ports/46108 ports [NEW PORT] zodb3 o [2002/12/08] bin/46110 why does fsck work with / mounted r/o but o [2002/12/09] standards/46119standardsPriority problems for SCHED_OTHER using p o [2002/12/09] ports/46120 ports [PATCH] Update net/vnc port Makefile to a o [2002/12/09] ports/46121 ports Update port: [Maintainer Update]: net/slu p [2002/12/09] kern/46122 maxim msgget() can return negative value after o [2002/12/09] bin/46123 PATCH: tcpdump needs -a flag if netmask i o [2002/12/09] kern/46124 ipfw dynamic rules lifetime feature o [2002/12/09] ports/46127 ports Update port: devel/ftnchek to 3.2.0 o [2002/12/09] ports/46128 trevor Update port: biology/xdrawchem to 1.6.1 ( o [2002/12/09] ports/46129 ports Update port: devel/styx to 1.5.1 o [2002/12/09] ports/46130 ports Update port: ftp/yafc to 1.0 o [2002/12/09] ports/46131 ports Update port: editors/ted to 2.12 o [2002/12/09] ports/46132 ports Update port: games/xqf to 0.9.10 o [2002/12/09] ports/46133 ports Update port: graphics/feh to 1.2.3 o [2002/12/09] ports/46134 ports Update port: games/gl-117 to 0.8 (fix por o [2002/12/09] ports/46135 ports Update port: math/tvmet to 0.7.0 o [2002/12/09] ports/46136 ports Update port: graphics/libgrass5 to 1.0.0 o [2002/12/09] ports/46137 ports Update port: games/bzflag to 1.7g.0 o [2002/12/09] ports/46138 ports Update port: graphics/pornview to 0.1.3 o [2002/12/09] ports/46139 ports Update port: audio/libsndfile to 1.0.3 (f o [2002/12/09] ports/46140 ports Update port: lang/smalltalk to 2.0.9 o [2002/12/09] ports/46141 ports Update port: cad/gerbv to 0.11 o [2002/12/09] ports/46142 ports Update port: net/maradns to 1.0.19 o [2002/12/09] ports/46143 ports Update port: net/tightvnc to 1.2.7 o [2002/12/09] ports/46144 ports Update port: x11/xnee to 1.0 o [2002/12/09] ports/46145 ports Update port: www/harvest to 1.9.1 (fix po o [2002/12/09] ports/46146 ports Update port: print/ghostscript-afpl to 8. o [2002/12/09] ports/46147 ports Update converters/xmedcon o [2002/12/09] ports/46150 adamw Update port: games/scummvm to 0.3.0b o [2002/12/09] kern/46156 USB attachment behaves strange on DP2/MSI 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] ports/46160 ports maintainer-update: x11-wm/fluxbox to 0.1. o [2002/12/10] misc/46163 lpc problem. Only root can modify despit p [2002/12/10] bin/46165 maxim call to getsockopt in libc/gen/getpeerid a [2002/12/10] ports/46168 alane update www/zope to 2.6.0 o [2002/12/10] ports/46171 ports new port: www/mod_python3 version 3.0.1 o [2002/12/10] ports/46172 ports linux_base-7.1_2 install problem w/linpro o [2002/12/10] kern/46174 bootp_subr.c patch o [2002/12/10] ports/46177 ports Updated port: net/naim (maint. update) to 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 s [2002/12/11] ports/46197 roam net/djbdns: manpage updates o [2002/12/11] docs/46200 doc fix for ru_RU.KOI8-R/books/porters-handbo o [2002/12/11] ports/46202 ports hackedbox make install failure (nle/et_EE o [2002/12/11] bin/46203 [patch] make(1) missing trailing '\0' and o [2002/12/12] gnu/46205 /usr/src/gnu/lib/libgmp update o [2002/12/12] ports/46206 ports New port: games/tractorgen p [2002/12/12] kern/46209 trhodes [PATCH] Can't max-use the DDS-2 and DDS-4 o [2002/12/12] ports/46211 lioux Update port: devel/distcc to version 0.15 o [2002/12/12] ports/46221 ports new port proposal for smtpscan-0.3.1 o [2002/12/12] i386/46222 CPU speed incorrectly reported o [2002/12/13] ports/46230 obraun Update lang/ghc port to 5.04.2 o [2002/12/13] bin/46232 ps(1) re an sl fields are broken o [2002/12/13] ports/46233 ports Maintainer update: please repo-copy lang/ o [2002/12/13] ports/46234 ports Maintainer Update: Please Repo Copy www/c o [2002/12/13] conf/46235 Sysinstall NTP servers for Finland requir o [2002/12/13] ports/46236 ports update-port: graphics/xawtv o [2002/12/13] i386/46238 [code] Driver for the PCL-724 ISA card o [2002/12/13] ports/46240 ports New port: emulators/ePSXe o [2002/12/13] ports/46241 ports New port: emulators/peops-gpu-soft o [2002/12/13] ports/46242 ports New port: emulators/peops-spu-oss o [2002/12/13] ports/46243 ports Update port: shells/scponly from 2.4 to 3 o [2002/12/13] ports/46247 ports Port upgrade: p5-Error from 0.14 to 0.15 o [2002/12/13] ports/46248 portmgr [patch] bsd.port.subdir.mk missing some I 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] docs/46252 doc [Patch] mprotect.2 update and clarificati o [2002/12/14] docs/46253 doc madvise(2) manual page is too specific o [2002/12/14] ports/46255 ports upgrade of lang/linux-j to 501b 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/14] ports/46265 petef change link in misc/xrmap/files/pkg-messa o [2002/12/14] ports/46267 ports Fix build on -current for net/netmap o [2002/12/15] docs/46271 doc Omission in ldconfig(8) manpage o [2002/12/15] ports/46272 ports Version bump and corrected WWW: o [2002/12/15] ports/46273 ports [MAINTAINER UPDATE] astro/gpsdrive o [2002/12/15] ports/46274 ports devel/pear-PEAR: upgrade to 1.0b3. p [2002/12/15] docs/46279 keramida typo in sio(4) man page o [2002/12/15] ports/46282 ports [Maintainer Update] audio/openal o [2002/12/15] ports/46283 nork Update port: x11-toolkits/gauche-gtk to 0 o [2002/12/15] ports/46284 portmgr [Maintainer update] lang/gauche 0.6.5 -> o [2002/12/15] ports/46285 nork New port: graphics/gauche-gl - OpenGL bin o [2002/12/16] ports/46287 ports Update port: comms/tits o [2002/12/16] ports/46288 ports OpenLDAP port update o [2002/12/16] ports/46289 ports New port: sysutils/spinner o [2002/12/16] ports/46290 ports New version of graphics/xpdf o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] ports/46292 alane new ports at http://people.freebsd.org/~a o [2002/12/16] ports/46293 ports MAINTAINER UPDATE: scmxx version 0.6.3.3 2735 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 Dec 16 11:20: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 233B037B401; Mon, 16 Dec 2002 11:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F4043ED8; Mon, 16 Dec 2002 11:20: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 gBGJK1x3031230; Mon, 16 Dec 2002 11:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGJK125031229; Mon, 16 Dec 2002 11:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB82B37B401 for ; Mon, 16 Dec 2002 11:14:19 -0800 (PST) Received: from lerlaptop.iadfw.net (lerlaptop.iadfw.net [206.66.13.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4224A43EA9 for ; Mon, 16 Dec 2002 11:14:19 -0800 (PST) (envelope-from ler@lerlaptop.iadfw.net) Received: from lerlaptop.iadfw.net (localhost [127.0.0.1]) by lerlaptop.iadfw.net (8.12.6/8.12.6) with ESMTP id gBGJEIfu063430 for ; Mon, 16 Dec 2002 13:14:18 -0600 (CST) (envelope-from ler@lerlaptop.iadfw.net) Received: (from ler@localhost) by lerlaptop.iadfw.net (8.12.6/8.12.6/Submit) id gBGJEI3t063429; Mon, 16 Dec 2002 13:14:18 -0600 (CST) Message-Id: <200212161914.gBGJEI3t063429@lerlaptop.iadfw.net> Date: Mon, 16 Dec 2002 13:14:18 -0600 (CST) From: Larry Rosenman Reply-To: Larry Rosenman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: ler@lerctr.org Subject: conf/46294: /etc/services has obsolete/bogus information for IMAP 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: 46294 >Category: conf >Synopsis: /etc/services has obsolete/bogus information for IMAP >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 Dec 16 11:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 4.7-STABLE i386 >Organization: LERCTR Consulting >Environment: System: FreeBSD lerlaptop.iadfw.net 4.7-STABLE FreeBSD 4.7-STABLE #26: Mon Dec 16 10:13:06 CST 2002 ler@lerlaptop.iadfw.net:/usr/obj/usr/src/sys/LERLAPTOP i386 >Description: /etc/services lists ports that are not now valid for IMAP stuff, per below news posting from Mark Crispin. From mrc@CAC.Washington.EDU Mon Dec 16 13:11:30 CST 2002 Article: 15971 of comp.mail.imap Path: lerami!lerami.lerctr.org!egsner!dfw-feed.news.verio.net!phl-feed.news.verio.net!newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!logbridge.uoregon.edu!news.u.washington.edu!140.142.17.34.MISMATCH!news.u.washington.edu!shiva0.cac.washington.edu!mrc From: Mark Crispin Newsgroups: comp.mail.imap Subject: Re: basic IMAP questions Date: Mon, 16 Dec 2002 10:42:15 -0800 Organization: Networks and Distributed Computing Lines: 23 Message-ID: References: <258BA3CB81631B83.A54FB99329FE21B0.E764716AC1FEA384@lp.airnews.net> NNTP-Posting-Host: shiva0.cac.washington.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: nntp6.u.washington.edu 1040064137 101764 (None) 140.142.17.39 X-Complaints-To: help@cac.washington.edu In-Reply-To: Content-Length: 314159 (believe this at your own risk) Xref: lerami!lerami.lerctr.org comp.mail.imap:15971 On Mon, 16 Dec 2002, Larry Rosenman wrote: > IMAP uses port 143 by default, and > imap 143/tcp imap2 imap4 #Interim Mail Access Protocol v2 > imap 143/udp imap2 imap4 #Interim Mail Access Protocol v2 > imap3 220/tcp #Interactive Mail Access Protocol v3 > imap3 220/udp #Interactive Mail Access Protocol v3 > imap4-ssl 585/tcp #IMAP4+SSL (use of 585 is not recommended, > imap4-ssl 585/udp # use 993 instead) > imaps 993/tcp # imap4 protocol over TLS/SSL > imaps 993/udp Some corrections: there has never been a UDP IMAP. Ports 220 and 585 were never used and never should have been allocated. The correct data is simply: imap 143/tcp imap2 imap4 #Internet Message Access Protocol imaps 993/tcp # imap4 protocol over TLS/SSL -- Mark -- http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate. >How-To-Repeat: See above >Fix: Remove offending lines? >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 Dec 16 11:24:51 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40D3637B413; Mon, 16 Dec 2002 11:24:47 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A69E643ED4; Mon, 16 Dec 2002 11:24:46 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGJOkx3033216; Mon, 16 Dec 2002 11:24:46 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGJOkor033212; Mon, 16 Dec 2002 11:24:46 -0800 (PST) Date: Mon, 16 Dec 2002 11:24:46 -0800 (PST) From: Matt Dillon Message-Id: <200212161924.gBGJOkor033212@freefall.freebsd.org> To: archie@packetdesign.com, dillon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/45994: Pages marked read-only via mprotect() are zeroed in core files 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: Pages marked read-only via mprotect() are zeroed in core files State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Mon Dec 16 11:12:55 PST 2002 State-Changed-Why: Committed modified version of patch to -current, will MFC to stable in 7 days. http://www.freebsd.org/cgi/query-pr.cgi?pr=45994 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 16 22:10: 4 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F23F737B401 for ; Mon, 16 Dec 2002 22:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5677D43EB2 for ; Mon, 16 Dec 2002 22:10: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 gBH6A0x3021076 for ; Mon, 16 Dec 2002 22:10:00 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBH6A0wH021075; Mon, 16 Dec 2002 22:10:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3D6F37B401 for ; Mon, 16 Dec 2002 22:03:41 -0800 (PST) Received: from web.plurali.net (raffa.net1.nerim.net [213.41.135.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD5443E4A for ; Mon, 16 Dec 2002 22:03:41 -0800 (PST) (envelope-from raffa@web.plurali.net) Received: by web.plurali.net (Postfix, from userid 1001) id D24629989; Tue, 17 Dec 2002 07:03:42 +0100 (CET) Message-Id: <20021217060342.D24629989@web.plurali.net> Date: Tue, 17 Dec 2002 07:03:42 +0100 (CET) From: "pelaga_r@epitech.net" Reply-To: "pelaga_r@epitech.net" To: FreeBSD-gnats-submit@FreeBSD.org Cc: pelaga_r@epitech.net X-Send-Pr-Version: 3.113 Subject: kern/46320: D-Link DFE-530TX no reconnized 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: 46320 >Category: kern >Synopsis: D-Link DFE-530TX no reconnized >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 22:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: raffa >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD web.plurali.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Mon Dec 16 18:56:04 CET 2002 raffa@web.plurali.net:/usr/src/sys/compile/GENERIC i386 Motherboard : ECS K7S5A AMD Duron 1.1Ghz >Description: Hello, I have 2 D-Link DFE-530TX cards, the first is an Rev A1 and the second a Rev C1. The First work great, but the second isn't found by the system. the dmesg said : pci0: (vendor=0x1106, dev=0x3106) at 13.0 irq 12 I tried to modify if_vr.c and if_vrreg.h and now, dmesg say : vr0: port 0xdc00-0xdcff mem \ 0xcfffcf00-0xcfffcfff irq 12 at device 13.0 on pci0 vr0: Ethernet address: 00:05:5d:68:c3:53 vr0: MII without any phy! >How-To-Repeat: Put a D-Link 530-TX Rev C.1 on a FreeBSD box >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 Tue Dec 17 5:10:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 600D937B401 for ; Tue, 17 Dec 2002 05:10:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0EF43ED1 for ; Tue, 17 Dec 2002 05:10: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 gBHDA6x3086906 for ; Tue, 17 Dec 2002 05:10: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 gBHDA6lD086903; Tue, 17 Dec 2002 05:10:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E4A37B401 for ; Tue, 17 Dec 2002 05:04:45 -0800 (PST) Received: from ccduty.csie.nctu.edu.tw (ccduty.csie.nctu.edu.tw [140.113.209.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C5AB43ED1 for ; Tue, 17 Dec 2002 05:04:44 -0800 (PST) (envelope-from wkwu@ccduty.csie.nctu.edu.tw) Received: from ccduty.csie.nctu.edu.tw (wkwu@localhost [127.0.0.1]) by ccduty.csie.nctu.edu.tw (8.12.6/8.12.3) with ESMTP id gBHD4hHB033550 for ; Tue, 17 Dec 2002 21:04:43 +0800 (CST) Received: (from wkwu@localhost) by ccduty.csie.nctu.edu.tw (8.12.6/8.12.6/Submit) id gBHD4hTh033549; Tue, 17 Dec 2002 21:04:43 +0800 (CST) Message-Id: <200212171304.gBHD4hTh033549@ccduty.csie.nctu.edu.tw> Date: Tue, 17 Dec 2002 21:04:43 +0800 (CST) From: Wei-Kai Wu Reply-To: Wei-Kai Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/46328: patch for lpd 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: 46328 >Category: misc >Synopsis: patch for lpd >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 Dec 17 05:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Wei-Kai Wu >Release: FreeBSD 4.7-STABLE i386 >Organization: Kavalan >Environment: >Description: I need to log the printed job for security reason. The man page of 'printcap' told me that when I specify the 'if' (input filter), it will invoke with arguments: if [-c] -wwidth -llength -iindent -n login -h host acct-file so I think it will be better if adding an additional argument: -j jobname I modify the usr.sbin/lpr/lpd/printjob.c as below: >How-To-Repeat: >Fix: --- usr.sbin/lpr/lpd/printjob.c Thu Jun 20 16:27:38 2002 +++ usr.sbin/lpr/lpd/printjob.c.new Tue Dec 17 20:50:50 2002 @@ -882,6 +882,24 @@ int dfcopies, err, i; char *cp, last[BUFSIZ]; + /* + * FreeBSD's cf files may put the 'N'(or 'J') after the 'f' line + * open control file for Parsing the jobname first + */ + if ((cfp = fopen(file, "r")) == NULL) + return (OK); + + while (getline(cfp)) { + if (line[0] == 'J' || line[0] == 'N') { + if (line[1] != '\0') { + strlcpy(jobname, line + 1, sizeof(jobname)); + } else + strcpy(jobname, "(standard in)"); + break; + } + } + fclose(cfp); + /* * open control file */ @@ -988,8 +1006,8 @@ { int i, amt; struct stat stb; - char *av[15], *filtcmd; - char buf[BUFSIZ], opt_c[4], opt_h[4], opt_n[4]; + char *av[17], *filtcmd; + char buf[BUFSIZ], opt_c[4], opt_h[4], opt_j[4], opt_n[4]; int copycnt, filtstat, narg, resp, sfd, sfres, sizerr, statrc; statrc = lstat(file, &stb); @@ -1048,6 +1066,7 @@ narg = 0; strcpy(opt_c, "-c"); strcpy(opt_h, "-h"); + strcpy(opt_j, "-j"); strcpy(opt_n, "-n"); if (format == 'l') av[++narg] = opt_c; @@ -1058,6 +1077,8 @@ av[++narg] = logname; av[++narg] = opt_h; av[++narg] = origin_host; + av[++narg] = opt_j; + av[++narg] = jobname; av[++narg] = pp->acct_file; av[++narg] = NULL; } else if (pp->filters[LPF_OUTPUT]) { >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 Dec 17 6:27:41 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07F3437B401; Tue, 17 Dec 2002 06:27:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6BAA43ED1; Tue, 17 Dec 2002 06:27:40 -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 gBHERex3027321; Tue, 17 Dec 2002 06:27:40 -0800 (PST) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHERe54027317; Tue, 17 Dec 2002 06:27:40 -0800 (PST) Date: Tue, 17 Dec 2002 06:27:40 -0800 (PST) From: Giorgos Keramidas Message-Id: <200212171427.gBHERe54027317@freefall.freebsd.org> To: muir@idiom.com, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22862: ncr probe fails with CACHE TEST FAILED: ? write ? read 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: ncr probe fails with CACHE TEST FAILED: ? write ? read State-Changed-From-To: feedback->open State-Changed-By: keramida State-Changed-When: Tue Dec 17 06:27:18 PST 2002 State-Changed-Why: Followup from indicates this is still a problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=22862 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 17 12: 0:44 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 579C737B401; Tue, 17 Dec 2002 12:00:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0435143EB2; Tue, 17 Dec 2002 12:00:43 -0800 (PST) (envelope-from silby@FreeBSD.org) Received: from freefall.freebsd.org (silby@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHK0gx3086547; Tue, 17 Dec 2002 12:00:42 -0800 (PST) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHK0gDu086543; Tue, 17 Dec 2002 12:00:42 -0800 (PST) Date: Tue, 17 Dec 2002 12:00:42 -0800 (PST) From: Mike Silbersack Message-Id: <200212172000.gBHK0gDu086543@freefall.freebsd.org> To: silby@FreeBSD.org, freebsd-bugs@FreeBSD.org, silby@FreeBSD.org Subject: Re: kern/46320: D-Link DFE-530TX no reconnized 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: D-Link DFE-530TX no reconnized Responsible-Changed-From-To: freebsd-bugs->silby Responsible-Changed-By: silby Responsible-Changed-When: Tue Dec 17 12:00:02 PST 2002 Responsible-Changed-Why: I'll look into this. Please submit the contents of a pciconf -l from your system, it will help in diagnosing the problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=46320 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 17 12: 2:26 2002 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 EFB9F37B404 for ; Tue, 17 Dec 2002 12:02:24 -0800 (PST) Received: from grummit.biaix.org (213-97-212-86.uc.nombres.ttd.es [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id EE7FB43EDA for ; Tue, 17 Dec 2002 12:02:18 -0800 (PST) (envelope-from joan@grummit.biaix.org) Received: (qmail 70789 invoked by uid 1000); 17 Dec 2002 20:00:59 -0000 Date: Tue, 17 Dec 2002 21:00:59 +0100 From: Joan Picanyol i Puig To: freebsd-bugs@freebsd.org, freebsd-questions@freebsd.org Subject: help needed with misc/45874 Message-ID: <20021217200059.GB69085@grummit.biaix.org> Mail-Followup-To: freebsd-bugs@freebsd.org, freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.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 (sorry for x-posting, thought it belonged in both lists) Hi, I submitted misc/45874, but did not quite make it :( My patch modified some Makefiles in /usr/src/share/ and provided the translations I deemed necessary. However, applying the patch does not work :( The directory structure is not created, at least there's /usr/src/etc/locale.alias to be completed. I'm relatively new to FreeBSD, so I'm not acquainted with it's sources, and I ask: 1. What files do I need to modify to make buildworld create the ca_ES locale? 2. What's the difference between the different naming conventions for ISO[_-]*8859-15 files? Which one should I use? 3. Whom should I send a mail to in order to get this commited before 5.0? tks -- pica To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 17 13:26:28 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31FA937B401; Tue, 17 Dec 2002 13:26:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46C643EB2; Tue, 17 Dec 2002 13:26:27 -0800 (PST) (envelope-from thomas@FreeBSD.org) Received: from freefall.freebsd.org (thomas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHLQRx3051474; Tue, 17 Dec 2002 13:26:27 -0800 (PST) (envelope-from thomas@freefall.freebsd.org) Received: (from thomas@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHLQRGn051470; Tue, 17 Dec 2002 13:26:27 -0800 (PST) Date: Tue, 17 Dec 2002 13:26:27 -0800 (PST) From: Thomas Quinot Message-Id: <200212172126.gBHLQRGn051470@freefall.freebsd.org> To: thomas@FreeBSD.org, freebsd-bugs@FreeBSD.org, thomas@FreeBSD.org Subject: Re: kern/46275: RELENG_4 loader fails to load snd 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: RELENG_4 loader fails to load snd Responsible-Changed-From-To: freebsd-bugs->thomas Responsible-Changed-By: thomas Responsible-Changed-When: Tue Dec 17 13:25:32 PST 2002 Responsible-Changed-Why: I'll take this one, since I submitted it... http://www.freebsd.org/cgi/query-pr.cgi?pr=46275 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 17 15:40: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3383237B401 for ; Tue, 17 Dec 2002 15:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B4C43E4A for ; Tue, 17 Dec 2002 15: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 gBHNe3x3088439 for ; Tue, 17 Dec 2002 15: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 gBHNe3x8088438; Tue, 17 Dec 2002 15:40:03 -0800 (PST) Date: Tue, 17 Dec 2002 15:40:03 -0800 (PST) Message-Id: <200212172340.gBHNe3x8088438@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mikhail Teterin Subject: Re: bin/43299: march=pentium4 miscompiles msun/src/e_pow.c Reply-To: Mikhail Teterin 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/43299; it has been noted by GNATS. From: Mikhail Teterin To: freebsd-gnats-submit@FreeBSD.org, mi@aldan.algebra.com Cc: deischen@FreeBSD.org, bde@FreeBSD.org Subject: Re: bin/43299: march=pentium4 miscompiles msun/src/e_pow.c Date: Tue, 17 Dec 2002 18:41:46 -0500 The described problem no longer exists. Probably -- thanks to the recent commit: deischen 2002/12/02 11:58:55 PST Modified files: sys/i386/i386 genassym.c locore.s machdep.c sys/i386/include signal.h ucontext.h Log: Align the FPU state in the ucontext and sigcontext to 16 bytes to accomodate the new SSE/XMM floating point save/restore instructions. This commit is mostly from bde and includes some style nits. Approved by: re (jhb) However, on my 2GHz Pentium4, the pow(3) is between 10 to 15% slower, when compiled for pentium4, than it is, when compiled for pentium3. The little program follows. It prints out the results of the explicit __ieee754_pow(), and than goes to work. #include #include double __ieee754_pow(double, double); int main() { int i; printf("%g^%g is %g\n", 2.0, 2.1, __ieee754_pow(2.0, 2.1)); printf("%g^%g is %g\n", 11.0, -2.1, __ieee754_pow(11.0, -2.1)); for (i = 0; i < 10000000; i++) __ieee754_pow(11.0, -2.1); return 0; } I compile it (named t.c) as follows: cd /usr/src/lib/msun/src cc $FLAGS t.c e_exp.c ../i387/s_scalbn.S ../i387/e_sqrt.S e_pow.c To exclude the effects of the precompiled -lm. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 17 18:14:27 2002 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 2273437B401 for ; Tue, 17 Dec 2002 18:14:24 -0800 (PST) Received: from 68-114-20-141.charterga.net (68-114-20-141.charterga.net [68.114.20.141]) by mx1.FreeBSD.org (Postfix) with SMTP id C908543EE1 for ; Tue, 17 Dec 2002 18:14:06 -0800 (PST) (envelope-from yaaq19112824@pager.icq.com) Received: from [174.223.185.169] by rly-xl05.mx.aol.com with NNFMP; Dec, 17 2002 8:48:29 PM +0700 Received: from rly-xl05.mx.aol.com ([147.119.50.98]) by smtp4.cyberec.com with NNFMP; Dec, 17 2002 7:48:27 PM +0300 Received: from unknown (HELO da001d2020.lax-ca.osd.concentric.net) (194.29.209.49) by f64.law4.hotmail.com with QMQP; Dec, 17 2002 6:42:23 PM -0800 Received: from mx.rootsystems.net ([60.127.54.24]) by smtp-server6.tampabay.rr.com with SMTP; Dec, 17 2002 5:53:25 PM +1100 From: Michael D G McKinlay To: Brigid@FreeBSD.ORG, C@FreeBSD.ORG, M@FreeBSD.ORG, Campbell@FreeBSD.ORG Cc: Subject: You need E-MAiL AddREssES, we've got em: 40OM for $139 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Tue, 17 Dec 2002 21:13:10 -0500 X-Mailer: Microsoft Outlook Express 6.00.2462.0000 Message-Id: <20021218021406.C908543EE1@mx1.FreeBSD.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 You want email addresses; we've got lots of fresh ones. Face it, there's no way you're going to extract 400 million email addresses with some flimsy email extractor program you downloaded from the web. You're lucky if you can extract 2 million in a year! Our email addresses are even targeted in 34 different categories to help you reach only the market you want. No need to buy any more directories from the web. We've bought almost all of them for you, cleaned them up including removal of duplicates and flamers, and compiled them into a 4 disk volume for only $139.00 Now you can send emails to millions of people worldwide. Imagine if only a small number out of even 1 million emails sent responded to your email. Don't you think you'd make something out of that? No need to worry if our email addresses will work with your mailing program. We already thought of that and made sure to save all files as text files. Text files are the most universal types of files so they will import easily. Also, there's no limit to how many times you can use our email addresses. Still have more specific questions? We're here to help. You can contact us by email At Superstud@btamail.net.cn make sure to put "ENQUIRY" in the subject line Want to order? Follow the instructions below: [] I want to order online Please complete ONLY section A & B of the order form below and either fax or email it back to us. If you're faxing it, send it to 1-6 30-604-1030 or 1-44 3-659-0730 [] I want to order by Credit Card Please complete section A , B & C of the order form below. For your security, DO NOT email anything with your credit card number on it. Please fax your order form to 1-63 0-604-10 30 or 1-4 43-659-07 30 [] I want to order by Paypal Please complete section A , B & D of the order form below. You can email or fax the order form back to us for processing. Return by fax to 1-630-604-1 030 or 1-443-6 59-0730 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION A - Products (prices are in US$) [] Email Marketing CD with 100 million Addresses $69.00 [] 200 Million Email Addresses on 2 CD's $79.00 [] 1.5 Million USA Business Fax Numbers $49.00 [] PACKAGE "A" - ALL DIRECTORIES ABOVE (3 CDs) $99.00 [] Email Gold CD FRESHLY EXTRACTED 100 Million Addresses $99.00 [] 7 Million Chinese Email Addresses $99.00 [] PACKAGE "B" + PACKAGE "A"- All directories above (4 CDs) $139.00 [] 1 Million Email Addresses from French speaking countries $69 [] 1 Million U.K. only email addresses $69 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// SECTION B - Personal Information Full Name:________________________________________________________________ Company Name:________________________________________________________________ Tel: ( ______) ___________-______________ Email Address:__________________________________________________________ Shipping Addresss:_______________________________________Zip/Postal:_______________ City:___________________________________ State/Province:____________________ Country:________________________________________________________________ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION C - Credit Card Information Card Number:____________________________________________________________ Expiration Date:____/____ CVV2 code (last 3 digits on reverse):__________________ Type of card : [] Visa [] Mastercard [] American Express Exact name on card:_______________________________________________________ Billing Address:________________________________________Zip/Postal_______________ City:____________________________________State/Province:___________________ Country:________________________________________________________________ Cardholder Signature:______________________________________________________ I hereby authorize F.T. Internat ion al to bill my credit card for the items ordered on this form. I understand that all sales are final and further agree not to dispute this charge. \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION D - Paypal Information Email Address associated with Paypal:________________________________________ Note: After receiving this order form, we will send a payment request to the address above. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// If you want off our list, please send an email to Superstud@btamail.net.cn with DELETE in the subject line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 17 18:44:53 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F147237B401; Tue, 17 Dec 2002 18:44:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB0343ED4; Tue, 17 Dec 2002 18:44:52 -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 gBI2iqx3042277; Tue, 17 Dec 2002 18:44:52 -0800 (PST) (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI2ipFY042273; Tue, 17 Dec 2002 18:44:51 -0800 (PST) Date: Tue, 17 Dec 2002 18:44:51 -0800 (PST) From: Giorgos Keramidas Message-Id: <200212180244.gBI2ipFY042273@freefall.freebsd.org> To: okoreshkov@salut.ru, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/46124: ipfw dynamic rules lifetime feature 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: ipfw dynamic rules lifetime feature State-Changed-From-To: open->closed State-Changed-By: keramida State-Changed-When: Tue Dec 17 18:43:24 PST 2002 State-Changed-Why: Superseded by PR 46159. Many thanks to Oleg Koreshkov for pointing out that these two PRs are, in fact, identical. http://www.freebsd.org/cgi/query-pr.cgi?pr=46124 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 18 0:20: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0E137B401 for ; Wed, 18 Dec 2002 00:20:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F70F43EC2 for ; Wed, 18 Dec 2002 00: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 gBI8K1x3040756 for ; Wed, 18 Dec 2002 00:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI8K1qt040755; Wed, 18 Dec 2002 00:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B696C37B401 for ; Wed, 18 Dec 2002 00:12:50 -0800 (PST) Received: from HAL9000.homeunix.com (12-232-220-15.client.attbi.com [12.232.220.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1484543ED1 for ; Wed, 18 Dec 2002 00:12:45 -0800 (PST) (envelope-from das@HAL9000.homeunix.com) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id gBI8CcnZ046437; Wed, 18 Dec 2002 00:12:38 -0800 (PST) (envelope-from das@HAL9000.homeunix.com) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id gBI8CbsN046436; Wed, 18 Dec 2002 00:12:37 -0800 (PST) (envelope-from das) Message-Id: <200212180812.gBI8CbsN046436@HAL9000.homeunix.com> Date: Wed, 18 Dec 2002 00:12:37 -0800 (PST) From: David Schultz To: FreeBSD-gnats-submit@FreeBSD.org Cc: Varshavchick Alexander X-Send-Pr-Version: 3.113 Subject: bin/46341: apps linked against pthreads break when KVA_PAGES changes 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: 46341 >Category: bin >Synopsis: apps linked against pthreads break when KVA_PAGES changes >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 00:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: David Schultz >Release: 4.7-STABLE >Organization: >Environment: >Description: Revision 1.35 of src/lib/libc_r/uthread/uthread_init.c was supposed to make applications linked against libc_r continue to work without recompiling after changing KVA_PAGES. The following patches fill in a detail to make the feature actually work. For details, see the thread on hackers@ with subject 'maxusers and random system freezes'. (This problem was fixed in -CURRENT, perhaps by accident, when the stack allocation code was substantially reorganized.) >How-To-Repeat: >Fix: Tested-by: Varshavchick Alexander Index: uthread/uthread_init.c =================================================================== RCS file: /home/ncvs/src/lib/libc_r/uthread/uthread_init.c,v retrieving revision 1.23.2.10 diff -u -r1.23.2.10 uthread_init.c --- uthread/uthread_init.c 2002/10/22 14:44:03 1.23.2.10 +++ uthread/uthread_init.c 2002/12/06 13:41:06 @@ -245,6 +245,8 @@ len = sizeof (int); if (sysctl(mib, 2, &_usrstack, &len, NULL, 0) == -1) _usrstack = (void *)USRSTACK; + _next_stack = _usrstack - PTHREAD_STACK_INITIAL - + PTHREAD_STACK_DEFAULT - (2 * PTHREAD_STACK_GUARD); /* * Create a red zone below the main stack. All other stacks are * constrained to a maximum size by the paramters passed to >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 Wed Dec 18 3:40: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53FD737B401 for ; Wed, 18 Dec 2002 03:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8816543ED1 for ; Wed, 18 Dec 2002 03: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 gBIBe3x3099821 for ; Wed, 18 Dec 2002 03: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 gBIBe3as099820; Wed, 18 Dec 2002 03:40:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A960A37B401 for ; Wed, 18 Dec 2002 03:37:18 -0800 (PST) Received: from core.zp.ua (core.zp.ua [193.108.112.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id A831D43ED4 for ; Wed, 18 Dec 2002 03:37:16 -0800 (PST) (envelope-from oleg@core.zp.ua) Received: from core.zp.ua (oleg@localhost [127.0.0.1]) by core.zp.ua with ESMTP id gBIBb5af050363 for ; Wed, 18 Dec 2002 13:37:05 +0200 (EET) (envelope-from oleg@core.zp.ua) Received: (from oleg@localhost) by core.zp.ua id gBIBb53K050362; Wed, 18 Dec 2002 13:37:05 +0200 (EET) Message-Id: <200212181137.gBIBb53K050362@core.zp.ua> Date: Wed, 18 Dec 2002 13:37:05 +0200 (EET) From: "Oleg V. Nauman" Reply-To: "Oleg V. Nauman" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/46352: Open file descriptors and signal handling in the child login process 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: 46352 >Category: bin >Synopsis: Open file descriptors and signal handling in the child login process >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 03:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oleg V. Nauman >Release: FreeBSD 4.7-STABLE i386 >Organization: ReIS Ltd. >Environment: >Description: Child login process in STABLE leaves open file descriptors associated with terminal and has some problems with signals handling. >How-To-Repeat: Log in on the terminal line, start pppd and then kill -HUP pppd This leaves some errors in the ppp log file, such as: pppd: ioctl (PPPIOCGFLAGS): Inappropriate ioctl for device pppd: ioctl (PPPIOCGFLAGS): Inappropriate ioctl for device pppd: ioctl(PPPIOCSASYNCMAP): Inappropriate ioctl for device pppd: Couldn't restore device fd flags: Inappropriate ioctl for device pppd: ioctl(TIOCSETD): Inappropriate ioctl for device pppd: tcsetattr: Inappropriate ioctl for device >Fix: --- /usr/src/usr.bin/login/login.c Thu Mar 14 18:16:16 2002 +++ login.c Mon Dec 16 22:45:05 2002 @@ -632,6 +633,17 @@ } else if (pid) { /* parent - wait for child to finish, then cleanup session */ + fpurge(stdin); + close(STDIN_FILENO); + fpurge(stdout); + close(STDOUT_FILENO); + fpurge(stderr); + close(STDERR_FILENO); + (void)signal(SIGHUP, SIG_IGN); + (void)signal(SIGALRM, SIG_IGN); + (void)signal(SIGQUIT, SIG_IGN); + (void)signal(SIGINT, SIG_IGN); + wait(NULL); PAM_END; exit(0); As I understand, this is NOT better fix for signal handling problem. But it works for me and leaves for kill(0, SIG...) from pppd much smaller window for signal handling races in the current process group. >Release-Note: >Audit-Trail: >Unformatted: Environment: System: FreeBSD core.zp.ua 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 28 21:50:40 EET 2002 root@core.zp.ua:/usr/src/sys/compile/core i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 18 10:31: 6 2002 Delivered-To: freebsd-bugs@freefall.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2209D37B401 for ; Wed, 18 Dec 2002 10:31:03 -0800 (PST) Received: from 200-207-200-241.dsl.telesp.net.br (sw59-53-218.adsl.seed.net.tw [61.59.53.218]) by mx1.FreeBSD.org (Postfix) with SMTP id 3978643ED1 for ; Wed, 18 Dec 2002 10:30:57 -0800 (PST) (envelope-from ltpmalgoss@msn.com) Received: from mailout2-eri1.midsouth.rr.com ([110.220.177.171]) by rly-xr01.mx.aol.com with NNFMP; Dec, 18 2002 1:18:17 PM -0000 Received: from 213.54.67.154 ([213.54.67.154]) by sparc.isl.net with esmtp; Dec, 18 2002 12:30:24 PM -0100 Received: from 30.215.79.204 ([30.215.79.204]) by m10.grp.snv.yahoo.com with SMTP; Dec, 18 2002 11:13:36 AM +0300 Received: from 167.90.49.93 ([167.90.49.93]) by mailout2-eri1.midsouth.rr.com with esmtp; Dec, 18 2002 10:15:13 AM +1200 From: atrpKathleen Michelle Downarowicz To: Amanda@FreeBSD.ORG, Ricklic@FreeBSD.ORG, Perks@FreeBSD.ORG Cc: Subject: MORE PROFIT NOW - 40O MiLLioN E-MAiL AddREssES ON 3 CDs - $139 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Wed, 18 Dec 2002 13:37:44 -0500 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Message-Id: <20021218183057.3978643ED1@mx1.FreeBSD.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 You want email addresses; we've got lots of fresh ones. Face it, there's no way you're going to extract 400 million email addresses with some flimsy email extractor program you downloaded from the web. You're lucky if you can extract 2 million in a year! Our email addresses are even targeted in 34 different categories to help you reach only the market you want. No need to buy any more directories from the web. We've bought almost all of them for you, cleaned them up including removal of duplicates and flamers, and compiled them into a 4 disk volume for only $139.00 Now you can send emails to millions of people worldwide. Imagine if only a small number out of even 1 million emails sent responded to your email. Don't you think you'd make something out of that? No need to worry if our email addresses will work with your mailing program. We already thought of that and made sure to save all files as text files. Text files are the most universal types of files so they will import easily. Also, there's no limit to how many times you can use our email addresses. Still have more specific questions? We're here to help. You can contact us by email At Superstud@btamail.net.cn make sure to put "ENQUIRY" in the subject line Want to order? Follow the instructions below: [] I want to order online Please complete ONLY section A & B of the order form below and either fax or email it back to us. If you're faxing it, send it to 1-6 30-604-1030 or 1-44 3-659-0730 [] I want to order by Credit Card Please complete section A , B & C of the order form below. For your security, DO NOT email anything with your credit card number on it. Please fax your order form to 1-63 0-604-10 30 or 1-4 43-659-07 30 [] I want to order by Paypal Please complete section A , B & D of the order form below. You can email or fax the order form back to us for processing. Return by fax to 1-630-604-1 030 or 1-443-6 59-0730 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION A - Products (prices are in US$) [] Email Marketing CD with 100 million Addresses $69.00 [] 200 Million Email Addresses on 2 CD's $79.00 [] 1.5 Million USA Business Fax Numbers $49.00 [] PACKAGE "A" - ALL DIRECTORIES ABOVE (3 CDs) $99.00 [] Email Gold CD FRESHLY EXTRACTED 100 Million Addresses $99.00 [] 7 Million Chinese Email Addresses $99.00 [] PACKAGE "B" + PACKAGE "A"- All directories above (4 CDs) $139.00 [] 1 Million Email Addresses from French speaking countries $69 [] 1 Million U.K. only email addresses $69 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// SECTION B - Personal Information Full Name:________________________________________________________________ Company Name:________________________________________________________________ Tel: ( ______) ___________-______________ Email Address:__________________________________________________________ Shipping Addresss:_______________________________________Zip/Postal:_______________ City:___________________________________ State/Province:____________________ Country:________________________________________________________________ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION C - Credit Card Information Card Number:____________________________________________________________ Expiration Date:____/____ CVV2 code (last 3 digits on reverse):__________________ Type of card : [] Visa [] Mastercard [] American Express Exact name on card:_______________________________________________________ Billing Address:________________________________________Zip/Postal_______________ City:____________________________________State/Province:___________________ Country:________________________________________________________________ Cardholder Signature:______________________________________________________ I hereby authorize F.T. Internat ion al to bill my credit card for the items ordered on this form. I understand that all sales are final and further agree not to dispute this charge. \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION D - Paypal Information Email Address associated with Paypal:________________________________________ Note: After receiving this order form, we will send a payment request to the address above. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// If you want off our list, please send an email to Superstud@btamail.net.cn with DELETE in the subject line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 18 12:30: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39E5537B401 for ; Wed, 18 Dec 2002 12:30:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA4043ED8 for ; Wed, 18 Dec 2002 12:30: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 gBIKU2x3055413 for ; Wed, 18 Dec 2002 12:30: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 gBIKU2Xn055412; Wed, 18 Dec 2002 12:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2A3537B401 for ; Wed, 18 Dec 2002 12:20:39 -0800 (PST) Received: from Brice.dorm9.nccu.edu.tw (Brice.dorm9.nccu.edu.tw [140.119.200.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 205A543E4A for ; Wed, 18 Dec 2002 12:20:38 -0800 (PST) (envelope-from spf@Brice.dorm9.nccu.edu.tw) Received: from Brice.dorm9.nccu.edu.tw (localhost.dorm9.nccu.edu.tw [127.0.0.1]) by Brice.dorm9.nccu.edu.tw (8.12.6/8.12.6) with ESMTP id gBIKPbmC000443; Thu, 19 Dec 2002 04:25:37 +0800 (CST) (envelope-from spf@Brice.dorm9.nccu.edu.tw) Received: (from spf@localhost) by Brice.dorm9.nccu.edu.tw (8.12.6/8.12.6/Submit) id gBIKPaAx000442; Thu, 19 Dec 2002 04:25:36 +0800 (CST) Message-Id: <200212182025.gBIKPaAx000442@Brice.dorm9.nccu.edu.tw> Date: Thu, 19 Dec 2002 04:25:36 +0800 (CST) From: spf Reply-To: spf To: FreeBSD-gnats-submit@FreeBSD.org Cc: spf@xslt.cs.nccu.edu.tw X-Send-Pr-Version: 3.113 Subject: bin/46362: mount_smbfs doesn't check if something is mounted on mount point 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: 46362 >Category: bin >Synopsis: mount_smbfs doesn't check if something is mounted on mount point >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 12:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: spf >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD Brice.dorm9.nccu.edu.tw 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #15: Sun Nov 17 07:10:48 CST 2002 root@Brice.dorm9.nccu.edu.tw:/usr/obj/usr/src/sys/spf i386 >Description: mount_smbfs doesn't check if something is mounted on mount point use mount_smbfs to mount resources on used mount point all mount_smbfs will success no matter where you mount it on the output of df, mount will reaveal additional mount_smbfs rows >How-To-Repeat: mount_smbfs -I foo.com //spf@foo/e /samba/foo/e mount_smbfs -I foo.com //spf@foo/e /samba/foo/e mount_smbfs -I blah.com //spf@blah/test /samba/foo/e mount_smbfs -I blah.com //spf@blah/test /mnt_d df -h /dev/ad0s5 5.9G 4.7G 1.2G 80% /mnt_d //SPF@FOO/E 5.3G 3.7G 1.6G 71% /samba/foo/e //SPF@FOO/E 5.3G 3.7G 1.6G 71% /samba/foo/e //SPF@BLAH/TEST 234G 212G 22G 91% /samba/foo/e //SPF@BLAH/TEST 234G 212G 22G 91% /mnt_d >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 Wed Dec 18 13:40:52 2002 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 66C0237B401; Wed, 18 Dec 2002 13:40:28 -0800 (PST) Received: from hotmail.com (f111.pav2.hotmail.com [64.4.37.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FD943EA9; Wed, 18 Dec 2002 13:40:28 -0800 (PST) (envelope-from bbfst4wtsf253@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 18 Dec 2002 13:38:13 -0800 Received: from 203.227.236.216 by pv2fd.pav2.hotmail.msn.com with HTTP; Wed, 18 Dec 2002 21:38:13 GMT X-Originating-IP: [203.227.236.216] From: =?ks_c_5601-1987?B?xMnGwyC4tg==?= To: freebsd-alpha@freebsd.org Subject: =?ks_c_5601-1987?B?oaG6/LG4uK4gwfGwzLDUIMfRufggx8/A2i4uLiEh?= Date: Wed, 18 Dec 2002 21:38:13 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=ks_c_5601-1987; format=flowed Message-ID: X-OriginalArrivalTime: 18 Dec 2002 21:38:13.0330 (UTC) FILETIME=[C46DAB20:01C2A6DD] 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 live10girls

јєЗцѕЖ ґ©µеБэ °ш°і

 

 

 

єё·Ї °Ў±в

є» АҐ»зАМЖ®ґВ АОЕНіЭ јєАО Аь№® ЖчёЈіл »зАМЖ®·О, №эАыАё·О АМ·ЇЗС і»їлА» ї­¶ч
ЗТ јц ѕшґВ ёё 20јјАЗ ї¬·Й №МёёАМіЄ АМїН°°Ає АЅ¶хЗС і»їлїЎ °ЕєО°ЁА» °®ґВ »з¶ч
µйАє АФАеА» ±ЭЗХґПґЩ.
¶ЗЗС є» »зАМЖ®ґВ №эАыАё·О АОЕНіЭїЎј­ АЅ¶х№°А» АьјЫЗПґВ °НАМ ±ЭБцµИ БцїЄ АМіЄ
±№°Ўё¦ ґл»уАё·О ЗПґВ ј­єсЅє°Ў ѕЖґФА» №аИьґПґЩ. А§АЗ »зЗЧїЎ µїАЗЗПБц ѕКґВ ґЩёй
Аэґл·О µйѕоїАБц ё¶ЅКЅГїА.

This web site contains sexually oriented adult material which is not
suitable for those who are under the age of 20. If you
are under the age of 20 or find material of an adult nature offensive, or
if you are accessing this site from a country where adult material is
specifically prohibited by law, please leave this site immediately. By
entering this web page you are acknowledging that you are in fact 20 years
of age or older, and therefore we will hold no responsibility for any adult
material you find on this web site. All models on this site are 20 years of
age or older. We do not promote violent, malignant, or child pornography.
If you understand and accept these terms you may enter.

_________________________________________________________________ °н.. °Ё.. µµ.. »з.. ¶ы.. ёё.. µй.. ±в.. MSN ·Їєк http://www.msn.co.kr/love/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 18 18:57:28 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF87437B401; Wed, 18 Dec 2002 18:57:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A42443EA9; Wed, 18 Dec 2002 18:57:27 -0800 (PST) (envelope-from wollman@FreeBSD.org) Received: from freefall.freebsd.org (wollman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJ2vRx3067748; Wed, 18 Dec 2002 18:57:27 -0800 (PST) (envelope-from wollman@freefall.freebsd.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJ2vRno067744; Wed, 18 Dec 2002 18:57:27 -0800 (PST) Date: Wed, 18 Dec 2002 18:57:27 -0800 (PST) From: Garrett Wollman Message-Id: <200212190257.gBJ2vRno067744@freefall.freebsd.org> To: mi@aldan.algebra.com, wollman@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/45488: sys/ipc.h refers to ushort, which may not be known 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: sys/ipc.h refers to ushort, which may not be known State-Changed-From-To: open->analyzed State-Changed-By: wollman State-Changed-When: Wed Dec 18 18:56:12 PST 2002 State-Changed-Why: Fixed in: $FreeBSD: src/sys/sys/ipc.h,v 1.22 2002/12/19 02:52:23 wollman Exp $ It's up to the RE team whether they want to get this fix into 5.0. http://www.freebsd.org/cgi/query-pr.cgi?pr=45488 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 18 21:10: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF74B37B401 for ; Wed, 18 Dec 2002 21:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F16AC43EC5 for ; Wed, 18 Dec 2002 21:10:01 -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 gBJ5A1x3009071 for ; Wed, 18 Dec 2002 21:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJ5A1V5009070; Wed, 18 Dec 2002 21:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A2737B401 for ; Wed, 18 Dec 2002 21:07:53 -0800 (PST) Received: from pikachu.bsp.bc.niigata-u.ac.jp (pikachu.bsp.bc.niigata-u.ac.jp [133.35.85.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 9356743EE1 for ; Wed, 18 Dec 2002 21:07:51 -0800 (PST) (envelope-from iwaki@bc.niigata-u.ac.jp) Received: (qmail 7653 invoked by alias); 19 Dec 2002 14:07:38 +0900 Message-Id: <20021219050738.7651.qmail@pikachu.bsp.bc.niigata-u.ac.jp> Date: Thu, 19 Dec 2002 14:06:29 +0900 (JST) From: Mamoru Iwaki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/46368: MAXDEP in isa/pnpparse.c is too small 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: 46368 >Category: kern >Synopsis: MAXDEP in isa/pnpparse.c is too small >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 Dec 18 21:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mamoru Iwaki >Release: FreeBSD 4.7-STABLE i386 >Organization: Niigata University >Environment: System: FreeBSD mi000.merlin.gs.niigata-u.ac.jp 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Dec 19 01:11:01 JST 2002 root@mi000.merlin.gs.niigata-u.ac.jp:/usr1/obj/usr/src/sys/MI i386 >Description: On booting my machine, it always displays and log the following message. isa0: too many dependant configs (8) I don't know how serious it is, but it looks bad for arbitration of computer resources in PnP/isa. On my system, pnpinfo reports as follows. # pnpinfo | grep Device Device Description: Creative SB AWE64 PnP Logical Device ID: CTL0042 0x42008c0e #0 Device Description: Audio Logical Device ID: CTL7002 0x02708c0e #1 Compatible Device ID: PNPb02f (2fb0d041) Device Description: Game Logical Device ID: CTL0022 0x22008c0e #2 Device Description: WaveTable Logical Device ID: CTL2011 0x11208c0e #3 Compatible Device ID: PNP0600 (0006d041) Device Description: IDE >How-To-Repeat: >Fix: In line 39, isa/pnpparse.c has a constant named MAXDEP, which is set to 8 now. Simply changing the value from 8 to 16 like - #define MAXDEP 8 + #define MAXDEP 16 the message has disappeared. I hope the value is independent of other parts, and a more preferable value is set in the future releases. >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 Thu Dec 19 0:10: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B4AD37B401 for ; Thu, 19 Dec 2002 00:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 615C643ED4 for ; Thu, 19 Dec 2002 00:10: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 gBJ8A2x3061997 for ; Thu, 19 Dec 2002 00:10: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 gBJ8A2bK061996; Thu, 19 Dec 2002 00:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20EA037B401 for ; Thu, 19 Dec 2002 00:09:46 -0800 (PST) Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3436943EA9 for ; Thu, 19 Dec 2002 00:09:45 -0800 (PST) (envelope-from t.vanderhoek@utoronto.ca) Received: from localhost.nowhere ([64.231.121.110]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021219080944.IFMZ13717.tomts10-srv.bellnexxia.net@localhost.nowhere> for ; Thu, 19 Dec 2002 03:09:44 -0500 Received: from localhost.nowhere (localhost [127.0.0.1]) by localhost.nowhere (8.12.6/8.12.5) with ESMTP id gBJ89iP1002441 for ; Thu, 19 Dec 2002 03:09:44 -0500 (EST) (envelope-from tim@localhost.nowhere) Received: (from tim@localhost) by localhost.nowhere (8.12.6/8.12.5/Submit) id gBJ89hMu002440; Thu, 19 Dec 2002 03:09:43 -0500 (EST) Message-Id: <200212190809.gBJ89hMu002440@localhost.nowhere> Date: Thu, 19 Dec 2002 03:09:43 -0500 (EST) From: Tim Vanderhoek Reply-To: Tim Vanderhoek To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/46369: umass.c and scsi_da.c quirks for Pentax Optio digital camera 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: 46369 >Category: kern >Synopsis: umass.c and scsi_da.c quirks for Pentax Optio digital camera >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 Dec 19 00:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tim Vanderhoek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSD >Environment: System: FreeBSD turquoise 4.7-STABLE FreeBSD 4.7-STABLE #16: Thu Dec 19 02:35:18 EST 2002 tim@turquoise:/usr/src/sys/compile/TURQUOISE i386 >Description: Note that these -stable sources are current as of today (Dec 19/18). The Pentax Optio 230 camera doesn't want to work with FreeBSD. I've cut'n'pasted USB debug output under various options further below. I got this thing to work by (hehe) mostly combining random lines from other special cases. I've given the minimum set of changes that seem to be necessary for the camera to work in the Fix: section. I had to change both umass.c and scsi_da.c to get this to work. I'll give this PR to njl first for the scsi_da.c changes. Someone (other than me) should look over the umass.c change too, please. The product code of the Optio 230 appears to be 0x04, in case the umass.c change should be made specific to the Optio 230. Dec 19, failed output, virgin sources: [attach] umass0: Asahi Optical Co.,Ltd. PENTAX OPTIO 230, rev 1.10/1.00, addr 2 [... waiting ... disconnect camera since nothing's happening ...] umass0: CBI reset failed, IOERROR umass0: CBI bulk-in stall clear failed, IOERROR umass0: CBI bulk-out stall clear failed, IOERROR umass0: CBI reset failed, IOERROR umass0: CBI bulk-in stall clear failed, IOERROR umass0: CBI bulk-out stall clear failed, IOERROR umass0: CBI reset failed, IOERROR umass0: CBI bulk-in stall clear failed, IOERROR umass0: CBI bulk-out stall clear failed, IOERROR umass0: CBI reset failed, IOERROR umass0: CBI bulk-in stall clear failed, IOERROR umass0: CBI bulk-out stall clear failed, IOERROR umass0: CBI reset failed, IOERROR umass0: CBI bulk-in stall clear failed, IOERROR umass0: CBI bulk-out stall clear failed, IOERROR umass0: at uhub0 port 1 (addr 2) disconnected umass0: detached Add in the DA_Q_NO_6_BYTE and DA_Q_NO_SYNC_CACHE quirks in scsi_da.c and add RS_NO_CLEAR_UA to umass.c and the camera works. Now, remove each of these and cut'n'paste the debug output: -------------------------------------------------------------------- Dec 19, here is the output when the DA_Q_NO_6_BYTE quirk is removed from scsi_da.c: umass0: Asahi Optical Co.,Ltd. PENTAX OPTIO 230, rev 1.10/1.00, addr 2, 8070i (ATAPI) over CBI umass0:2:0:-1: Attached to scbus2 as device 0 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 150KB/s transfers da0: 245MB (501761 512 byte sectors: 64H 32S/T 245C) umass0: Unsupported ATAPI command 0x08, 6 byte command should have been converted da0: reading primary partition table: error reading fsbn 0 turquoise# ls /pentax turquoise# mount /pentax umass0: Unsupported ATAPI command 0x08, 6 byte command should have been converte d da0: reading primary partition table: error reading fsbn 0 msdos: /dev/da0s1: Input/output error -------------------------------------------------------------------- Dec 19, Without the DA_Q_NO_SYNC_CACHE; the only noticeable problem is when I unmount the camera. Nothing terrible happens when DA_Q_NO_SYNC_CACHE is omitted. turqoise# umount /pentax umass0: Unsupported ATAPI command 0x35 (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x6, scsi status == 0x0 -------------------------------------------------------------------- Dec 19, Without the RS_NO_CLEAR_UA in umass.c: umass0: Asahi Optical Co.,Ltd. PENTAX OPTIO 230, rev 1.10/1.00, addr 2, 8070i (ATAPI) over CBI umass0:2:0:-1: Attached to scbus2 as device 0 [... waiting ... forcefully disconnect camera (ie, pull the plug since refuses to disconnect in any other way) ...] umass0: CBI reset failed, IOERROR umass0: CBI bulk-in stall clear failed, IOERROR umass0: CBI bulk-out stall clear failed, IOERROR umass0: at uhub0 port 1 (addr 2) disconnected umass0: detached -------------------------------------------------------------------- Dec 19, Successful output: umass0: Asahi Optical Co.,Ltd. PENTAX OPTIO 230, rev 1.10/1.00, addr 2, 8070i (ATAPI) over CBI umass0:2:0:-1: Attached to scbus2 as device 0 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 150KB/s transfers da0: 245MB (501761 512 byte sectors: 64H 32S/T 245C) umass0: at uhub0 port 1 (addr 2) disconnected (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry umass0: detached >How-To-Repeat: >Fix: --- ~umass.c Thu Dec 19 02:58:21 2002 +++ umass.c Thu Dec 19 02:58:39 2002 @@ -600,20 +600,28 @@ } if (UGETW(dd->idVendor) == USB_VENDOR_INSYSTEM && UGETW(dd->idProduct) == USB_PRODUCT_INSYSTEM_USBCABLE) { sc->drive = INSYSTEM_USBCABLE; sc->proto = UMASS_PROTO_ATAPI | UMASS_PROTO_CBI; sc->quirks |= NO_TEST_UNIT_READY | NO_START_STOP; return(UMATCH_VENDOR_PRODUCT); } + if (UGETW(dd->idVendor) == USB_VENDOR_ASAHIOPTICAL) { + /* The Pentax Optio 230 digital camera doesn't seem + * to work without RS_NO_CLEAR_UA. Probably applies to + * Pentax's other digital camera offerings, too. + */ + sc->quirks |= RS_NO_CLEAR_UA; + } + if (UGETW(dd->idVendor) == USB_VENDOR_FUJIPHOTO && UGETW(dd->idProduct) == USB_PRODUCT_FUJIPHOTO_MASS0100) { sc->quirks |= RS_NO_CLEAR_UA; } if (UGETW(dd->idVendor) == USB_VENDOR_YEDATA && UGETW(dd->idProduct) == USB_PRODUCT_YEDATA_FLASHBUSTERU) { /* Revisions < 1.28 do not handle the inerrupt endpoint * very well. --- ~scsi_da.c Thu Dec 19 02:59:50 2002 +++ scsi_da.c Thu Dec 19 03:06:19 2002 @@ -238,12 +238,21 @@ /* Another USB floppy */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "MATSHITA", "FDD CF-VFDU*","*"}, /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE }, { /* + * Pentax Optio 230 digital camera, and presumably + * the other Pentax Optio cameras. + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, + "PENTAX", "DIGITAL_CAMERA", "*"}, + /*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). * Make all sony MS* products use this quirk. */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "MS*", "*"}, /*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 Thu Dec 19 0:11:49 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E6B137B401; Thu, 19 Dec 2002 00:11:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FAB743ED8; Thu, 19 Dec 2002 00:11:47 -0800 (PST) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJ8Blx3063871; Thu, 19 Dec 2002 00:11:47 -0800 (PST) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJ8Blhk063867; Thu, 19 Dec 2002 00:11:47 -0800 (PST) Date: Thu, 19 Dec 2002 00:11:47 -0800 (PST) From: Tim Vanderhoek Message-Id: <200212190811.gBJ8Blhk063867@freefall.freebsd.org> To: hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org, njl@FreeBSD.org Subject: Re: kern/46369: umass.c and scsi_da.c quirks for Pentax Optio digital camera 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: umass.c and scsi_da.c quirks for Pentax Optio digital camera Responsible-Changed-From-To: freebsd-bugs->njl Responsible-Changed-By: hoek Responsible-Changed-When: Thu Dec 19 00:11:03 PST 2002 Responsible-Changed-Why: scsi_da.c quirks change. http://www.freebsd.org/cgi/query-pr.cgi?pr=46369 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 19 2:20: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C65E137B401 for ; Thu, 19 Dec 2002 02:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9DF143EDE for ; Thu, 19 Dec 2002 02:20:01 -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 gBJAK1x3004528 for ; Thu, 19 Dec 2002 02:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJAK13G004527; Thu, 19 Dec 2002 02:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAC0937B401 for ; Thu, 19 Dec 2002 02:18:12 -0800 (PST) Received: from enton.huebner.org (enton.huebner.org [212.5.29.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0075343E4A for ; Thu, 19 Dec 2002 02:18:12 -0800 (PST) (envelope-from hans@enton.huebner.org) Received: from enton.huebner.org (localhost [127.0.0.1]) by enton.huebner.org (8.12.6/8.12.6) with ESMTP id gBJ4VeBL000329; Thu, 19 Dec 2002 04:31:40 GMT (envelope-from hans@enton.huebner.org) Received: (from hans@localhost) by enton.huebner.org (8.12.6/8.12.6/Submit) id gBJ4Ve0C000328; Thu, 19 Dec 2002 04:31:40 GMT Message-Id: <200212190431.gBJ4Ve0C000328@enton.huebner.org> Date: Thu, 19 Dec 2002 04:31:40 GMT From: Hans Huebner Reply-To: Hans Huebner To: FreeBSD-gnats-submit@FreeBSD.org Cc: hans@huebner.org X-Send-Pr-Version: 3.113 Subject: i386/46371: USB controller cannot be initialized on IBM Netfinity 4000R 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: 46371 >Category: i386 >Synopsis: USB controller cannot be initialized on IBM Netfinity 4000R >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 Dec 19 02:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hans Huebner >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD enton.huebner.org 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 IBM Netfinity 4000R server, Intel GX chipset, one CPU. >Description: The USB controller cannot be initialized as the interrupt mechanism seems to fail (see attached dmesg output) >How-To-Repeat: Install FreeBSD-4.7 on an IBM Netfinity 4000R >Fix: --- dmesg.boot begins here --- Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (645.66-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x387fbff real memory = 268435456 (262144K bytes) avail memory = 256036864 (250036K bytes) Preloaded elf kernel "kernel" at 0xc050f000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x2000-0x201f at device 7.2 on pci0 pci_cfgintr: can't route an interrupt to 0:7 INTD uhci0: Could not allocate irq device_probe_and_attach: uhci0 attach returned 6 chip1: port 0x440-0x44f at device 7.3 on pci0 fxp0: port 0x2040-0x207f mem 0xfea00000-0xfeafffff,0xfebff000-0xfebfffff irq 9 at device 17.0 on pci0 fxp0: Ethernet address 00:06:29:de:c0:18 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: port 0x2080-0x20bf mem 0xfe900000-0xfe9fffff,0xfebfe000-0xfebfefff irq 10 at device 18.0 on pci0 fxp1: Ethernet address 00:06:29:de:c0:17 inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pcib3: at device 20.0 on pci0 pci2: on pcib3 pcib1: on motherboard pci3: on pcib1 fdc0: ready for input in output fdc0: cmd 3 failed at out byte 1 of 3 atkbdc0: at port 0x60,0x64 on isa0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x100> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 39083MB [79408/16/63] at ata0-master UDMA33 acd0: CDROM at ata1-master PIO4 Mounting root from ufs:/dev/ad0s1a --- dmesg.boot ends here --- >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 Thu Dec 19 4:44:51 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E0C737B401; Thu, 19 Dec 2002 04:44:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A09943EA9; Thu, 19 Dec 2002 04:44:50 -0800 (PST) (envelope-from thomas@FreeBSD.org) Received: from freefall.freebsd.org (thomas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJCiox3049923; Thu, 19 Dec 2002 04:44:50 -0800 (PST) (envelope-from thomas@freefall.freebsd.org) Received: (from thomas@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJCinKn049919; Thu, 19 Dec 2002 04:44:49 -0800 (PST) Date: Thu, 19 Dec 2002 04:44:49 -0800 (PST) From: Thomas Quinot Message-Id: <200212191244.gBJCinKn049919@freefall.freebsd.org> To: harashi@jazz.email.ne.jp, thomas@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/30683: [PATCH] loader(8) fails to load module which has dependencies 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] loader(8) fails to load module which has dependencies State-Changed-From-To: open->closed State-Changed-By: thomas State-Changed-When: Thu Dec 19 04:43:40 PST 2002 State-Changed-Why: A slightly different fix was committed as sys/boot/common/module.c rev. 1.13.2.4. http://www.freebsd.org/cgi/query-pr.cgi?pr=30683 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 19 5:20:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 091AC37B401 for ; Thu, 19 Dec 2002 05:20:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E19A43ED1 for ; Thu, 19 Dec 2002 05:20: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 gBJDKAx3061366 for ; Thu, 19 Dec 2002 05:20: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 gBJDKAlO061365; Thu, 19 Dec 2002 05:20:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C57637B401 for ; Thu, 19 Dec 2002 05:14:29 -0800 (PST) Received: from klein2.punyu.org (tsugumi.as.wakwak.ne.jp [61.205.234.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E8B543EC2 for ; Thu, 19 Dec 2002 05:14:24 -0800 (PST) (envelope-from imai@on.rim.or.jp) Received: from tsugumi.punyu.org (tsugumi.punyu.org [192.168.0.5]) by klein2.punyu.org (Postfix) with ESMTP id 686E83E14 for ; Thu, 19 Dec 2002 22:14:23 +0900 (JST) Message-Id: <86adj25exc.wl@punyu.org> Date: Thu, 19 Dec 2002 22:14:23 +0900 From: IMAI Takeshi To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/46375: Could not set UDMA2 mode on ATP860/ATP860R 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: 46375 >Category: kern >Synopsis: Could not set UDMA2 mode on ATP860/ATP860R >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 Dec 19 05:20:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: IMAI Takeshi >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kamome.punyu.org 5.0-CURRENT FreeBSD 5.0-CURRENT #26: Sat Dec 14 17:41:13 JST 2002 root@kamome.punyu.org:/usr/src/sys/pc98/compile/KAMOME i386 >Description: Could not set UDMA2 mode on ATP860R, and fallback PIO mode. >How-To-Repeat: Use ATA33 disk on ATP860R. >Fix: Index: ata-dma.c =================================================================== RCS file: /ext/ncvs/src/sys/dev/ata/ata-dma.c,v retrieving revision 1.106 diff -r1.106 ata-dma.c 1328c1328 < ATA_UDMA4, ATA_C_F_SETXFER, ATA_WAIT_READY); --- > ATA_UDMA2, ATA_C_F_SETXFER, ATA_WAIT_READY); >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 Thu Dec 19 6:20: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DAA37B401 for ; Thu, 19 Dec 2002 06:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A4843ED1 for ; Thu, 19 Dec 2002 06:20: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 gBJEK2x3079953 for ; Thu, 19 Dec 2002 06:20: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 gBJEK2a9079952; Thu, 19 Dec 2002 06:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C07537B401 for ; Thu, 19 Dec 2002 06:18:19 -0800 (PST) Received: from chatdsv2.terra.com.br (chatdsv2.terra.com.br [200.176.2.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 193DC43EA9 for ; Thu, 19 Dec 2002 06:18:18 -0800 (PST) (envelope-from gustavo@chatdsv2.terra.com.br) Received: (from gustavo@localhost) by chatdsv2.terra.com.br (8.11.3/8.11.3) id gBJEIGK60705; Thu, 19 Dec 2002 12:18:16 -0200 (BRST) (envelope-from gustavo) Message-Id: <200212191418.gBJEIGK60705@chatdsv2.terra.com.br> Date: Thu, 19 Dec 2002 12:18:16 -0200 (BRST) From: gkeller@terra.com.br Reply-To: gkeller@terra.com.br To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/46376: ACPI module fails to load in a IBM e-series 360 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: 46376 >Category: kern >Synopsis: ACPI module fails to load in a IBM e-series 360 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 06:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gustavo Adolfo Kellermann >Release: FreeBSD 5.0-RC1 i386 >Organization: Terra Networks Brasil S. A. >Environment: System: FreeBSD matinhos.terra.com.br 5.0-RC1 FreeBSD 5.0-RC1 #0: Sat Dec 7 22:16:29 GMT 2002 root@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 The computer is a IBM e-series 360. Here is a dmesg with the acpi module disabled: Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-RC1 #0: Sat Dec 7 22:16:29 GMT 2002 root@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0xc066b000. Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 1400245744 Hz CPU: Pentium 4 (1400.25-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf11 Stepping = 1 Features=0x3febfbff real memory = 3742269440 (3568 MB) avail memory = 3638996992 (3470 MB) Initializing GEOMetry subsystem Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcib0: at pcibus 0 on motherboard pci0: on pcib0 pci0: at device 1.0 (no driver attached) pci0: at device 2.0 (no driver attached) fxp0: port 0x1880-0x18bf mem 0xfbe00000-0xfbefffff,0xfbf7f000-0xfbf7ffff irq 3 at device 3.0 on pci0 fxp0: Ethernet address 00:02:55:ac:44:a0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ahc0: port 0x1900-0x19ff mem 0xfbf7e000-0xfbf7efff irq 9 at device 4.0 on pci0 aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs pci0: at device 6.0 (no driver attached) isab0: port 0x440-0x44f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x700-0x70f at device 15.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ohci0: mem 0xfbf7d000-0xfbf7dfff irq 11 at device 15.2 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered orm0: Removable CD-ROM SCSI-0 device pass0: 11.000MB/s transfers Mounting root from ufs:/dev/ad0s1a uhci0: port 0xcc00-0xcc1f irq 10 at device 31.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xd400-0xd41f irq 5 at device 31.4 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pid 20784 (make), uid 0: exited on signal 11 (core dumped) no CPUTYPE in make.conf, only CFLAGS= -O -pipe. >How-To-Repeat: su root;cd /usr/src && make buildworld >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 Sat Dec 21 11:11:29 2002 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 82C7F37B405 for ; Sat, 21 Dec 2002 11:11:28 -0800 (PST) Received: from lakecmmtao02.coxmail.com (lakecmmtao02.coxmail.com [68.99.120.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA1F43EFA for ; Sat, 21 Dec 2002 11:11:23 -0800 (PST) (envelope-from firsttv@1sttv.omhcoxmail.com) Received: from FIRSTTV ([68.15.229.120]) by lakecmmtao02.coxmail.com (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20021221191120.PYQH11973.lakecmmtao02.coxmail.com@FIRSTTV> for ; Sat, 21 Dec 2002 14:11:20 -0500 Message-ID: <001901c2a923$ed9e01a0$78e50f44@HOME.NET> From: "First Electronics Service" To: Subject: SIIG UltraATA 100/133 RAID support? Date: Sat, 21 Dec 2002 13:05:27 -0600 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 Disposition-Notification-To: "First Electronics Service" X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 Originator: Lucas Thode Synopsis: SIIG UltraATA 100/133 RAID support? Severity: non-critical Priority: low Category: misc Class: change-request Release: 4.6.2?-5.0 Enviroment: n/a Description: Could anyone write a driver (ataraid(1), anyone) for Ultra ATA RAID cards (SIIG's, to be exact)? How-To-Repeat: try to mount(1) a disk attached to a SIIG RAID card. Fix: n/a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 21 11:20:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 791F537B401 for ; Sat, 21 Dec 2002 11:20:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B7943EDA for ; Sat, 21 Dec 2002 11: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 gBLJK8NS004764 for ; Sat, 21 Dec 2002 11:20: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 gBLJK8h2004763; Sat, 21 Dec 2002 11:20:08 -0800 (PST) Date: Sat, 21 Dec 2002 11:20:08 -0800 (PST) Message-Id: <200212211920.gBLJK8h2004763@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "First Electronics Service" Subject: Re: kern/4413: No way to unmount a floppy that goes bad while mounted. Reply-To: "First Electronics Service" 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/4413; it has been noted by GNATS. From: "First Electronics Service" To: , Cc: Subject: Re: kern/4413: No way to unmount a floppy that goes bad while mounted. Date: Sat, 21 Dec 2002 12:26:29 -0600 Try swapping floppies before running "unmount -f". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 21 11:20:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1140437B411 for ; Sat, 21 Dec 2002 11:20:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A588643EDC for ; Sat, 21 Dec 2002 11:20: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 gBLJKANS004795 for ; Sat, 21 Dec 2002 11:20: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 gBLJKACs004792; Sat, 21 Dec 2002 11:20:10 -0800 (PST) Date: Sat, 21 Dec 2002 11:20:10 -0800 (PST) Message-Id: <200212211920.gBLJKACs004792@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "First Electronics Service" Subject: Re: bin/4419: man can display the same man page twice Reply-To: "First Electronics Service" 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/4419; it has been noted by GNATS. From: "First Electronics Service" To: , Cc: Subject: Re: bin/4419: man can display the same man page twice Date: Sat, 21 Dec 2002 12:28:26 -0600 Teach "man" to ignore compressed files. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 21 11:40: 4 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C2137B401 for ; Sat, 21 Dec 2002 11:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA32343ED8 for ; Sat, 21 Dec 2002 11: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 gBLJe2NS008775 for ; Sat, 21 Dec 2002 11: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 gBLJe2L5008774; Sat, 21 Dec 2002 11:40:02 -0800 (PST) Date: Sat, 21 Dec 2002 11:40:02 -0800 (PST) Message-Id: <200212211940.gBLJe2L5008774@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "First Electronics Service" Subject: Re: i386/5932: perfmon kernel code should check for non-Intel CPUs Reply-To: "First Electronics Service" 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 i386/5932; it has been noted by GNATS. From: "First Electronics Service" To: , Cc: Subject: Re: i386/5932: perfmon kernel code should check for non-Intel CPUs Date: Sat, 21 Dec 2002 13:23:11 -0600 You can change "if (strcmp(cpu_vendor, "GenuineIntel") != 0)" to "if (strcmp(cpu_vendor,"GenuineIntel"))". Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 21 12:15:10 2002 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 E878237B43B; Sat, 21 Dec 2002 12:15:02 -0800 (PST) Received: from yahoo.ca (h50.255.39.162.ip.alltel.net [162.39.255.50]) by mx1.FreeBSD.org (Postfix) with SMTP id 96DE743EE8; Sat, 21 Dec 2002 12:14:34 -0800 (PST) (envelope-from main_base@yahoo.ca) From: "main_base" Subject: Комплексные решения в области безопасности CFPRDDJOTQ Reply-To: main_base@yahoo.ca 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 Organization: main_base Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Date: Sat, 21 Dec 2002 23:13:50 +0300 Message-Id: <20021221201434.96DE743EE8@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 Тема письма: Комплексные решения в области безопасности Уважаемые господа! Предлагаем Вашему вниманию комплексные решения по обеспечению безопасности Вашего бизнеса: 1. Охранные услуги. 2. Установка и обслуживаник охранно-пожарной сигнализации. 3. Проверку деловых партнеров. Наши телефоны в Москве: 107-05-55, 995-04-32. Посетите наш сайт в сети Интернет: http://informations.by.ru По всем вопросам, обращайтесь также на один из наших E-mail: main_base@yahoo.ca informrus@yahoo.com pcomus@yahoo.com sordong@yahoo.ca nomitex@yahoo.com velmozhin@yahoo.com sb_inform@mailru.com P.S. Если Вы не хотите получать в дальнейшем рекламные сообщения, отправьте на любой из наших E-mail письмо с темой: REMOVE. CFPRDDJOTQHGQVQLPOVZLJBTHPQFQKMOCMJCNT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 21 14:29:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25C1E37B405; Sat, 21 Dec 2002 14:29:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C795B43ED8; Sat, 21 Dec 2002 14:29:12 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLMTCNS059694; Sat, 21 Dec 2002 14:29:12 -0800 (PST) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLMTCW9059685; Sat, 21 Dec 2002 14:29:12 -0800 (PST) Date: Sat, 21 Dec 2002 14:29:12 -0800 (PST) From: Tom Rhodes Message-Id: <200212212229.gBLMTCW9059685@freefall.freebsd.org> To: endou@fks.ed.jp, trhodes@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/46395: usr.sbin/newsyslog -v daytime incorrect 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: usr.sbin/newsyslog -v daytime incorrect State-Changed-From-To: open->patched State-Changed-By: trhodes State-Changed-When: Sat Dec 21 14:28:31 PST 2002 State-Changed-Why: Different version of the patch committed. I'll MFC soon, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=46395 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 21 14:53:29 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BEE937B401; Sat, 21 Dec 2002 14:53:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCED043EDE; Sat, 21 Dec 2002 14:53:28 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from freefall.freebsd.org (njl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLMrSNS065737; Sat, 21 Dec 2002 14:53:28 -0800 (PST) (envelope-from njl@freefall.freebsd.org) Received: (from njl@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLMrRtY065733; Sat, 21 Dec 2002 14:53:27 -0800 (PST) Date: Sat, 21 Dec 2002 14:53:27 -0800 (PST) From: Nate Lawson Message-Id: <200212212253.gBLMrRtY065733@freefall.freebsd.org> To: dillon@FreeBSD.org, njl@FreeBSD.org, freebsd-bugs@FreeBSD.org, njl@FreeBSD.org Subject: Re: kern/46386: QUIRK: Sony USB Storage Media USM128 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: Sony USB Storage Media USM128 State-Changed-From-To: open->feedback State-Changed-By: njl State-Changed-When: Sat Dec 21 14:52:37 PST 2002 State-Changed-Why: Quirk maintainer, soliced feedback Responsible-Changed-From-To: freebsd-bugs->njl Responsible-Changed-By: njl Responsible-Changed-When: Sat Dec 21 14:52:37 PST 2002 Responsible-Changed-Why: Quirk maintainer, soliced feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=46386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 21 14:57:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8945537B405; Sat, 21 Dec 2002 14:57:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3870043EDE; Sat, 21 Dec 2002 14:57:12 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from freefall.freebsd.org (njl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLMvBNS065924; Sat, 21 Dec 2002 14:57:12 -0800 (PST) (envelope-from njl@freefall.freebsd.org) Received: (from njl@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLMv6mk065920; Sat, 21 Dec 2002 14:57:06 -0800 (PST) Date: Sat, 21 Dec 2002 14:57:06 -0800 (PST) From: Nate Lawson Message-Id: <200212212257.gBLMv6mk065920@freefall.freebsd.org> To: rehsack@liwing.de, njl@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/45763: sablot dynamic linking fails 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: sablot dynamic linking fails State-Changed-From-To: open->closed State-Changed-By: njl State-Changed-When: Sat Dec 21 14:56:35 PST 2002 State-Changed-Why: Duplicate of ports/45759 http://www.freebsd.org/cgi/query-pr.cgi?pr=45763 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 21 15: 2:27 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0056937B401; Sat, 21 Dec 2002 15:02:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1BD243ED8; Sat, 21 Dec 2002 15:02:26 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from freefall.freebsd.org (njl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLN2QNS067935; Sat, 21 Dec 2002 15:02:26 -0800 (PST) (envelope-from njl@freefall.freebsd.org) Received: (from njl@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLN2QOf067931; Sat, 21 Dec 2002 15:02:26 -0800 (PST) Date: Sat, 21 Dec 2002 15:02:26 -0800 (PST) From: Nate Lawson Message-Id: <200212212302.gBLN2QOf067931@freefall.freebsd.org> To: njl@FreeBSD.org, freebsd-bugs@FreeBSD.org, gibbs@FreeBSD.org Subject: Re: kern/45568: ahc(A19160) pci parity error 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: ahc(A19160) pci parity error Responsible-Changed-From-To: freebsd-bugs->gibbs Responsible-Changed-By: njl Responsible-Changed-When: Sat Dec 21 14:58:27 PST 2002 Responsible-Changed-Why: Over to ahc maintainer. I am suspicious because fxp1 is sharing an irq with ahc and this may be causing the pci errors. http://www.freebsd.org/cgi/query-pr.cgi?pr=45568 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 21 15:12:56 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FFA237B401; Sat, 21 Dec 2002 15:12:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A4FD43ED8; Sat, 21 Dec 2002 15:12:55 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from freefall.freebsd.org (njl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLNCsNS074771; Sat, 21 Dec 2002 15:12:54 -0800 (PST) (envelope-from njl@freefall.freebsd.org) Received: (from njl@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLNCY2n074762; Sat, 21 Dec 2002 15:12:34 -0800 (PST) Date: Sat, 21 Dec 2002 15:12:34 -0800 (PST) From: Nate Lawson Message-Id: <200212212312.gBLNCY2n074762@freefall.freebsd.org> To: start_3.1415926@163.net, njl@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/42406: Compatibility of USB equipments 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: Compatibility of USB equipments State-Changed-From-To: open->feedback State-Changed-By: njl State-Changed-When: Sat Dec 21 15:11:25 PST 2002 State-Changed-Why: Try enabling an option in your BIOS: "Enable Legacy USB support?" = YES This makes USB keyboard work before the OS is running. Let me know if this works. http://www.freebsd.org/cgi/query-pr.cgi?pr=42406 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 21 16:30:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3094837B401 for ; Sat, 21 Dec 2002 16:30:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE8543EEF for ; Sat, 21 Dec 2002 16:30:08 -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 gBM0U8NS094761 for ; Sat, 21 Dec 2002 16: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 gBM0U8QQ094757; Sat, 21 Dec 2002 16:30:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80C4137B401 for ; Sat, 21 Dec 2002 16:27:05 -0800 (PST) Received: from NetBSD.ORG (pl21.katowice.cvx.ppp.tpnet.pl [217.99.65.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4135843EE6 for ; Sat, 21 Dec 2002 16:27:04 -0800 (PST) (envelope-from root@NetBSD.ORG) Received: from root by NetBSD.ORG with local (Exim 4.10) id 18Ptx0-000PZc-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 22 Dec 2002 01:26:38 +0100 Message-Id: Date: Sun, 22 Dec 2002 01:26:38 +0100 From: Michal Astron Reply-To: Michal Astron To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: i386/46453: [INTERLATIONALIZATION] cons25l2, ISO8859-2 and console applications problem 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: 46453 >Category: i386 >Synopsis: [INTERLATIONALIZATION] cons25l2, ISO8859-2 and console applications problem >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: Sat Dec 21 16:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michal Astron >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: Renacimiento SHadows Union >Environment: System: FreeBSD bell-flower 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #4: Sat Dec 7 18:50:06 CET 2002 root@bell-flower:/usr/obj/usr/src/sys/ANGELIX2 i386 From /etc/login.conf default:\ :passwd_format=md5:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\ pl|Consoles for Polish users:\ :charset=MIME_ISO-8859-2:\ :lang=pl_PL.ISO8859-2:\ :tc=default: --- From /etc/ttys ttyv0 "/usr/libexec/getty Pc" cons25l2 on insecure ttyv1 "/usr/libexec/getty Pc" cons25l2 on insecure ttyv2 "/usr/libexec/getty Pc" cons25l2 on insecure ttyv3 "/usr/libexec/getty Pc" cons25l2 on insecure --- >Description: Most applications written with ncurses, slang, or other, cannot handle extended ASCII characters the proper way. It concerns especially semigraphical characters, and for this reason drawing tables or boxes by those applications is unpleasant and introduces chaos to console. This is output from Midnight Commander left window in internationalized console: Lewy Plik Polecenie Opcje Prawy lkl< x Nazwa xRozmiarx CzasM xx x/.. x 512x13 Gru 22:09xx x/.cedit x 512x21 Kwi 2002xx As you see instead of semigraphic tables there are x-es and other strange signs. >How-To-Repeat: Try to make login class as shown above (/etc/login.conf). Add a user to this class (pw usermod username -L pl), change virtual terms to cons25l2, in /etc/ttys. Log in as this user, and try to run midc. >Fix: Don't know.. >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 Sat Dec 21 16:50: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C26B37B405 for ; Sat, 21 Dec 2002 16:50:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D03143EEC for ; Sat, 21 Dec 2002 16:50: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 gBM0o4NS098540 for ; Sat, 21 Dec 2002 16:50: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 gBM0o4Vh098539; Sat, 21 Dec 2002 16:50:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C33237B401 for ; Sat, 21 Dec 2002 16:47:36 -0800 (PST) Received: from ford.blinkenlights.nl (uplink-1.ford.blinkenlights.nl [213.196.13.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D471D43EDA for ; Sat, 21 Dec 2002 16:47:35 -0800 (PST) (envelope-from sten@ford.blinkenlights.nl) Received: by ford.blinkenlights.nl (Postfix, from userid 101) id DE15655E7; Sun, 22 Dec 2002 01:47:22 +0100 (CET) Message-Id: <20021222004722.DE15655E7@ford.blinkenlights.nl> Date: Sun, 22 Dec 2002 01:47:22 +0100 (CET) From: Sten Spans Reply-To: Sten Spans To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/46454: dhcp_interfaces should be configurable in rc.conf 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: 46454 >Category: conf >Synopsis: dhcp_interfaces should be configurable in rc.conf >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: Sat Dec 21 16:50:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sten Spans >Release: FreeBSD 4.7-STABLE i386 >Organization: none >Environment: System: FreeBSD ford.blinkenlights.nl 4.7-STABLE FreeBSD 4.7-STABLE #1: Mon Nov 11 01:04:34 CET 2002 root@ford.blinkenlights.nl:/usr/obj/usr/src/sys/FORD i386 FreeBSD 4.7-STABLE >Description: I have a machine with a vlan interface created with the following rc.conf entries: cloned_interfaces="vlan4" ifconfig_vlan4="vlan 4 vlandev fxp0" this vlan interface has to do dhcp for it's ip address, however I can't do : cloned_interfaces="vlan4" ifconfig_vlan4="DCHP" because that leaves the vlandev is un-configured. >How-To-Repeat: not aplicable >Fix: don't empty dhcp_interfaces in rc.network line 194 ( dhcp_interfaces="" ) which enables the following setup : cloned_interfaces="vlan4" ifconfig_vlan4="vlan 4 vlandev fxp0" dhcp_interfaces="vlan4" Which makes sense because you can specify network, ipv6_network and gif interfaces in rc.conf as well. This change makes dhcp possible on interfaces that need ifconfigging before they are dhcp ready. I think that this is a better solution than using /etc/start_if.${ifn} scripts because it keeps the config in rc.conf where it belongs. I also don't see why the emptying of dhcp_interfaces in rc.network is needed. >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 Sat Dec 21 17:10:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9638837B401 for ; Sat, 21 Dec 2002 17:10:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F7443ED8 for ; Sat, 21 Dec 2002 17: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 gBM1A4NS007731 for ; Sat, 21 Dec 2002 17:10: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 gBM1A4Gh007730; Sat, 21 Dec 2002 17:10:04 -0800 (PST) Date: Sat, 21 Dec 2002 17:10:04 -0800 (PST) Message-Id: <200212220110.gBM1A4Gh007730@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nate Lawson Subject: Re: gnu/45763: sablot dynamic linking fails Reply-To: Nate Lawson 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 gnu/45763; it has been noted by GNATS. From: Nate Lawson To: Jens Rehsack Cc: freebsd-gnats-submit@freebsd.org Subject: Re: gnu/45763: sablot dynamic linking fails Date: Sat, 21 Dec 2002 17:01:41 -0800 (PST) On Sun, 22 Dec 2002, Jens Rehsack wrote: > If you read the comment you'll see, that's a gcc/g++ bug in the end. > ports/45759 is a workaround. > query-pr --full 45763 > pr1 > query-pr --full 45759 > pr2 > diff -u pr1 pr2 ... shows there is no difference between the two other than my reply. That is the very definition of a duplicate. All followups should be posted to ports/45759 -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 21 17:50: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF9237B401 for ; Sat, 21 Dec 2002 17:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F6D43EE5 for ; Sat, 21 Dec 2002 17:50: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 gBM1o2NS016124 for ; Sat, 21 Dec 2002 17:50: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 gBM1o2ul016123; Sat, 21 Dec 2002 17:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B92A37B401 for ; Sat, 21 Dec 2002 17:41:01 -0800 (PST) Received: from nollie.summersault.com (nollie.summersault.com [208.10.44.140]) by mx1.FreeBSD.org (Postfix) with SMTP id D9C4B43EDC for ; Sat, 21 Dec 2002 17:41:00 -0800 (PST) (envelope-from mark@summersault.com) Received: (qmail 72736 invoked by uid 1002); 22 Dec 2002 01:40:50 -0000 Message-Id: <20021222014050.72735.qmail@nollie.summersault.com> Date: 22 Dec 2002 01:40:50 -0000 From: Mark Stosberg Reply-To: Mark Stosberg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: i386/46455: trouble with VIA EPIA 5000 system- WRITE command failed 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: 46455 >Category: i386 >Synopsis: trouble with VIA EPIA 5000 system- WRITE command failed >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 21 17:50:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Stosberg >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: >Description: I recently upgraded my home FreeBSD machine to a system based around the VIA EPIA 5000 motherboard. (Which is a great system that's small, fanless, and cheap ). FreeBSD 4.7 has worked well on this hardware with a few exceptions. Currently I'm experiencing a critical problem that leaves my computer unusable after just an hour or so of uptime. There appears to a problem with hard disk writes, followed by immediate failure of my USB keyboard to work. Here's what the logs report: ### Dec 18 18:53:14 asana /kernel: ad1: WRITE command timeout tag=0 serv=0 - resetting Dec 18 18:53:49 asana /kernel: ata0: resetting devices .. done Dec 18 18:53:49 asana /kernel: ad1: WRITE command timeout tag=0 serv=0 - resetting Dec 18 18:53:49 asana /kernel: ata0: resetting devices .. done Dec 18 18:53:49 asana /kernel: ad1: WRITE command timeout tag=0 serv=0 - resetting Dec 18 18:53:49 asana /kernel: ata0: resetting devices .. done Dec 18 18:53:49 asana /kernel: ad1: WRITE command timeout tag=0 serv=0 - resetting Dec 18 18:53:49 asana /kernel: ad1: timeout waiting for cmd=ef s=d0 e=00 Dec 18 18:53:49 asana /kernel: ad1: trying fallback to PIO mode Dec 18 18:53:49 asana /kernel: ata0: resetting devices .. done Dec 18 18:56:21 asana /kernel: uhub1: at uhub0 port 2 (addr 2) disconnected Dec 18 18:56:21 asana /kernel: ukbd0: detached Dec 18 18:56:31 asana /kernel: uhub1: detached Dec 18 18:58:45 asana /kernel: uhub0: port error, restarting port 2 Dec 18 18:59:06 asana /kernel: uhub0: device problem, disabling port 1 ### What's happening with the USB related entries there is that I have un-plugged and re-plugged the keyboard, but it won't recognize it at this point. My "dmesg" output is attached for full system details. Here are some additional notes: - The drive is brand new, attached with new 80 wire IDE cables. - I've been trying to get APM to work, specifically get the hard drive to spin down. I never got that to work, and eventually tried disabling APM in kernel.conf and rc.conf. Either way, these desk errors still happen. I suspect that the APM workings of FreeBSD and/or the BIOS could be related. - My USB keyboard (the "Happy Hacking" keyboard), has exhibited other weird behavior before. At least once, some weird characters were ghost-typed into the terminal window I was working in, and then the computer rebooted with a kernel panic. Another time, the keyboard registered the same key press over and over, even though the key wasn't being pressed. I use the exact same model on a Mac at work without problems. - My computer dual-boots into Linux from the same drive. I have now been using Linux for a couple of days without any problems with disk writes, or the USB keyboard. Considering this, along with the drive and hardware being new, I strongly suspect that the issue is with FreeBSD's interaction with the hardware and not the hardeware itself. I asked around on the "-hardware" list first and didn't get a response. I could upgrade the system to -CURRENT if that might help. Thanks for any suggestions! Mark http://mark.stosberg.com/ >How-To-Repeat: I have not yet been able to isolate what causes the problem. However, with guidance, I could perhaps turn on some debugging to better illuminate what's happening. >Fix: Here's my "dmesg" output: --- --- Copyright (c) 1991-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.7-RELEASE #0: Wed Dec 18 19:40:55 EST 2002 root@asana.summersault.com:/usr/src/sys/compile/ASANA_EDEN-2002-12-18 Timecounter "i8254" frequency 1193182 Hz CPU: VIA C3 Samuel 2 (533.36-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x673 Stepping = 3 Features=0x803035 real memory = 260046848 (253952K bytes) config> enable apm avail memory = 249487360 (243640K bytes) Preloaded elf kernel "kernel" at 0xc037e000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc037e09c. Preloaded elf module "snd_via82c686.ko" at 0xc037e0ec. Preloaded elf module "snd_pcm.ko" at 0xc037e194. md0: Malloc disk Using $PIR table, 5 entries at 0xc00fdc70 apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 10 isab0: at device 17.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 17.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 3 at device 17.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub1: Chicony Generic USB Hub, class 9/0, rev 1.10/1.00, addr 2 uhub1: 1 port with 0 removable, bus powered ukbd0: Chicony PFU-65 USB Keyboard, rev 1.10/1.00, addr 3, iclass 3/1 kbd0 at ukbd0 uhci1: port 0xd800-0xd81f irq 3 at device 17.3 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered chip1: at device 17.4 on pci0 pcm0: port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 5 at device 17.5 on pci0 vr0: port 0xe800-0xe8ff mem 0xe4001000-0xe40010ff irq 10 at device 18.0 on pci0 vr0: Ethernet address: 00:40:63:c1:1a:5f miibus0: on vr0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xec00-0xec7f mem 0xe4000000-0xe400007f irq 11 at device 20.0 on pci0 xl0: Ethernet address: 00:01:02:bd:77:24 miibus1: on xl0 xlphy0: <3Com internal media interface> on miibus1 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto orm0: