From owner-freebsd-bugs Sun Nov 26 2:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F1BC37B4D7 for ; Sun, 26 Nov 2000 02:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA76100; Sun, 26 Nov 2000 02:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id E089237B4CF for ; Sun, 26 Nov 2000 02:13:52 -0800 (PST) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 26 Nov 2000 02:12:18 -0800 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id eAQADlR98780; Sun, 26 Nov 2000 02:13:47 -0800 (PST) (envelope-from cjc) Message-Id: <200011261013.eAQADlR98780@149.211.6.64.reflexcom.com> Date: Sun, 26 Nov 2000 02:13:47 -0800 (PST) From: cjclark@reflexnet.net Reply-To: cjclark@alum.mit.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/23108: Boot defaults to wd(4) devices rather than ad(4) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Note: There was a bad value `non-critica' for the field `>Severity:'. It was set to the default value of `serious'. >Number: 23108 >Category: i386 >Synopsis: Boot defaults to wd(4) devices rather than ad(4) >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 26 02:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Crist J. Clark >Release: FreeBSD 4.1-STABLE i386 >Organization: >Environment: FreeBSD 4.x on i386 booting from IDE HDD without an fstab(5) file. >Description: When booting without an fstab(5) file, by default, the kernel will try to mount the root device from a wd(4) device. However, since the wd(4) have been depricated for ad(4), it should try to boot from an ad(4) device. >How-To-Repeat: Without any special settings in the /boot/loader.conf or other customizations, # mv /etc/fstab /etc/fstab.hold # reboot . . . (After we go through the boot messages...) atapci0: port 0xfe00-0xfe0f irq 14 at device 8.0 on pci0 ... ad0: 775MB [1575/16/63] at ata0-master WDMA2 Mounting root from ufs:wd0s1a Now, I fall into single-user where I repair the fstab and continue the boot. When up in multi-user, # mount /dev/wd0s1a on / (ufs, local, soft-updates) /dev/ad0s1e on /usr (ufs, local, soft-updates) procfs on /proc (procfs, local) The wd0 is still there. When booted with the fstab, /dev/ad0s1a on / (ufs, local, soft-updates) It appears as intended. >Fix: I had a look in the boot code and found where the mount information is printed from, /usr/src/sys/kern/vfs_conf.c, but trying to track down where all that information comes from... That BIOS stuff is not pretty. >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 Nov 26 3:15:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D7BF37B4C5; Sun, 26 Nov 2000 03:15:10 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA83690; Sun, 26 Nov 2000 03:15:10 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Date: Sun, 26 Nov 2000 03:15:10 -0800 (PST) From: Message-Id: <200011261115.DAA83690@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/23082: ntpd has only one reference-clock parser compiled - No way to add another throu /etc/make.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ntpd has only one reference-clock parser compiled - No way to add another throu /etc/make.conf Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Sun Nov 26 03:14:44 PST 2000 Responsible-Changed-Why: I'm interested in committing this. http://www.freebsd.org/cgi/query-pr.cgi?pr=23082 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 8:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94C8937B479 for ; Sun, 26 Nov 2000 08:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA28636; Sun, 26 Nov 2000 08:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 26 Nov 2000 08:10:03 -0800 (PST) Message-Id: <200011261610.IAA28636@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dag-Erling Smorgrav Subject: Re: i386/23067: fetch in FreeBSD 4.2 does not work with FTP proxy Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/23067; it has been noted by GNATS. From: Dag-Erling Smorgrav To: tarjei.jensen@kvaerner.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/23067: fetch in FreeBSD 4.2 does not work with FTP proxy Date: 26 Nov 2000 17:01:41 +0100 tarjei.jensen@kvaerner.com writes: > With 4.2 and the same setup, the fetch stuff seems to try to use the > ftp proxy as a http proxy. When I use fetch -v it says that it > connects to port 80 on the ftp proxy. It is supposed to use port 21 > and log in as user@remote_host. RTFM. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 9: 0:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D06737B4C5 for ; Sun, 26 Nov 2000 09:00:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA33275; Sun, 26 Nov 2000 09:00:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from vega.uli.it (vega.uli.it [62.212.0.2]) by hub.freebsd.org (Postfix) with ESMTP id C161937B479 for ; Sun, 26 Nov 2000 08:59:11 -0800 (PST) Received: from olgeni.localdomain.net (olgeni.uli.it [62.212.0.22]) by vega.uli.it (Postfix) with ESMTP id 4FCEF3B00F for ; Sun, 26 Nov 2000 17:59:10 +0100 (CET) Received: (from olgeni@localhost) by olgeni.localdomain.net (8.11.1/8.11.1) id eAQGxXf03397; Sun, 26 Nov 2000 17:59:33 +0100 (CET) (envelope-from olgeni) Message-Id: <200011261659.eAQGxXf03397@olgeni.localdomain.net> Date: Sun, 26 Nov 2000 17:59:33 +0100 (CET) From: olgeni@uli.it Reply-To: olgeni@uli.it To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/23110: groff_man.man not installed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23110 >Category: gnu >Synopsis: groff_man.man not installed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 26 09:00:07 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 4.2-STABLE i386 >Organization: Colby >Environment: FreeBSD olgeni.localdomain.net 4.2-STABLE FreeBSD 4.2-STABLE #0: Sun Nov 26 14:31:46 CET 2000 olgeni@olgeni.localdomain.net:/usr/obj/usr/src/sys/BSDBOX i386 >Description: The groff_man man page is referenced from groff.1, and exists in /usr/src/contrib/groff/tmac/groff_man.man, but it is not installed by installworld. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 9:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9CCE37B479 for ; Sun, 26 Nov 2000 09:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA36901; Sun, 26 Nov 2000 09:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 26 Nov 2000 09:20:03 -0800 (PST) Message-Id: <200011261720.JAA36901@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: i386/23067: fetch in FreeBSD 4.2 does not work with FTP proxy Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/23067; it has been noted by GNATS. From: Peter Pentchev To: Dag-Erling Smorgrav Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/23067: fetch in FreeBSD 4.2 does not work with FTP proxy Date: Sun, 26 Nov 2000 19:18:13 +0200 On Sun, Nov 26, 2000 at 08:10:03AM -0800, Dag-Erling Smorgrav wrote: > The following reply was made to PR i386/23067; it has been noted by GNATS. > > From: Dag-Erling Smorgrav > To: tarjei.jensen@kvaerner.com > Cc: freebsd-gnats-submit@FreeBSD.ORG > Subject: Re: i386/23067: fetch in FreeBSD 4.2 does not work with FTP proxy > Date: 26 Nov 2000 17:01:41 +0100 > > tarjei.jensen@kvaerner.com writes: > > With 4.2 and the same setup, the fetch stuff seems to try to use the > > ftp proxy as a http proxy. When I use fetch -v it says that it > > connects to port 80 on the ftp proxy. It is supposed to use port 21 > > and log in as user@remote_host. > > RTFM. There was no call for that now, was there - this PR is already closed to the originator's satisfaction - explicitly specifying the URL schema as ftp:// does the trick. However, your remark begs the question - *which* manual? Neither the fetch(1), nor the fetch(3) manpage on -stable suggests that HTTP is used as the default schema - I was able to find out this was a schema problem only by grepping for FTP_PROXY in src/lib/libfetch and scanning the annotated CVS file around the found lines :( And just to show that I'm writing this in good faith, not to slight or anything, attached is a proposed patch to fetch.1 to document this HTTP default. The patch is against -stable, but it also applies cleanly to -current with 1-line fuzz. And btw - since I am not at all comfortable with mdoc - is .Em the right tag to use for the ftp:// prefix on the last line? I tried using .Pf, but it would not allow me to glue a dot at the end :( On second thoughts.. wouldn't this be better documented in fetch(3).. But still, I'd think it deserves mentioning in fetch(1). G'luck, Peter -- If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. Index: fetch.1 =================================================================== RCS file: /home/ncvs/src/usr.bin/fetch/fetch.1,v retrieving revision 1.33.2.4 diff -u -r1.33.2.4 fetch.1 --- fetch.1 2000/07/21 11:20:05 1.33.2.4 +++ fetch.1 2000/11/26 17:12:38 @@ -238,3 +238,13 @@ and .Fl f options and specify URLs on the command line. +.Pp +All URL's processed by +.Nm +(including those specified on the command line, or those given in the +.Ev FTP_PROXY +and +.Ev HTTP_PROXY +environment variables) are considered by default to be HTTP URL's, +unless explicitly given an FTP schema by prefixing them with +.Em ftp:// . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 11:17:58 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sauber.net (adsl-209-233-30-232.dsl.snfc21.pacbell.net [209.233.30.232]) by hub.freebsd.org (Postfix) with ESMTP id F0E4F37B479; Sun, 26 Nov 2000 11:17:55 -0800 (PST) Received: from [10.0.1.12] (pcporter [10.0.1.12]) by sauber.net (8.9.3/8.9.3) with ESMTP id LAA01300; Sun, 26 Nov 2000 11:17:55 -0800 (PST) (envelope-from sauber@netcom.com) From: sauber@netcom.com Date: Sun, 26 Nov 2000 11:17:53 -0800 (PST) X-Sender: sauber@porter.sauber.net To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/23061: kernel doesn't boot when compiled with pcm In-Reply-To: <200011240240.SAA98526@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Update; I discovered that by removing pccard, pcic0 and pcic1 from kernel config, pcm starts working. Again, there was no such conflict between pcm and pccard in freebsd 4.0, 4.1 and 4.1.1. On Thu, 23 Nov 2000 gnats-admin@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `kern/23061'. > The individual assigned to look at your > report is: freebsd-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=23061 > > >Category: kern > >Responsible: freebsd-bugs > >Synopsis: kernel doesn't boot when compiled with pcm > >Arrival-Date: Thu Nov 23 18:40:00 PST 2000 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 12:50: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0553137B479 for ; Sun, 26 Nov 2000 12:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA65142; Sun, 26 Nov 2000 12:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D52A437B479; Sun, 26 Nov 2000 12:47:05 -0800 (PST) Message-Id: <20001126204705.D52A437B479@hub.freebsd.org> Date: Sun, 26 Nov 2000 12:47:05 -0800 (PST) From: seraf@2600.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/23118: static link-level route bug? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23118 >Category: misc >Synopsis: static link-level route bug? >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 26 12:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dominick LaTrappe >Release: 4.1-20001102-STABLE >Organization: >Environment: FreeBSD ghfggerwg 4.1-20001102-STABLE FreeBSD 4.1-20001102-STABLE #666: Sun Nov 19 14:06:59 UTC 2000 dominick@ghfggerwg:/usr/src/sys/compile/HOHEHF i386 >Description: I add a static link-level route with route(8), and when I look it up with netstat(8), the first octet of the ARP address is missing. Once this routing table entry is in place, the destination becomes unreachable, and the "use" flag on the entry never increments. >How-To-Repeat: # route add -host 10.20.30.40 -link 0:a:b:c:d:e -iface fxp0 -static add host 10.20.30.40: gateway 0:a:b:c:d:e # netstat -nr | grep 10.20.30.40 10.20.30.40 a:b:c:d:e UHLS 0 0 fxp0 ^^^^^^^^^ >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 13: 0: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79E6737B479 for ; Sun, 26 Nov 2000 13:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA66146; Sun, 26 Nov 2000 13:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 26 Nov 2000 13:00:03 -0800 (PST) Message-Id: <200011262100.NAA66146@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "David Schwartz" Subject: Re: kern/21783: When msgrcv() blocks, it blocks ALL threads in multi-threaded application Reply-To: "David Schwartz" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/21783; it has been noted by GNATS. From: "David Schwartz" To: , Cc: Subject: Re: kern/21783: When msgrcv() blocks, it blocks ALL threads in multi-threaded application Date: Sun, 26 Nov 2000 12:50:55 -0800 This is extremely unlikely to get fixed in FreeBSD3. For FreeBSD4, the best solution is for programs that need this functionality to compile/link with the LinuxThreads port (ports/devel/linuxthreads). The problem is that FreeBSD's POSIX threads library (libc_r) actually only has a single kernel execution vehicle. So anything that stalls that vehicle stalls all threads. If you need multiple kernel execution vehicles, you should be using a threads library that provides it. David Schwartz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 13:14:23 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from p6.frust.eu.org (d9168.dtk.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id A0C6837B479; Sun, 26 Nov 2000 13:14:17 -0800 (PST) Received: (from edwin@localhost) by p6.frust.eu.org (8.11.1/8.11.1) id eAQLEGo66279; Sun, 26 Nov 2000 22:14:16 +0100 (CET) (envelope-from edwin) Date: Sun, 26 Nov 2000 22:14:16 +0100 From: Edwin Groothuis To: dillon@freebsd.org Cc: freebsd-bugs@freebsd.org Subject: Re: kern/14394: kernel panic when asking help in visual userconfig Message-ID: <20001126221416.A66198@p6.frust.eu.org> Mail-Followup-To: Edwin Groothuis , dillon@freebsd.org, freebsd-bugs@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greetings, I'm writing you directly instead of via the FreeBSD PR system because I got tired after more than half a year waiting for somebody to process this PR. It's a patch to a bug caused by your changes to the pager in the kernel, please have a look at it and react on it. If you're not capable to fixing it, please let me know and I'll search further. URL with the PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17539 URL with your patch http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/i386/i386/userconfig.c.diff?r1=1.117&r2=1.118 ta, Edwin -- Edwin Groothuis | Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 13:22: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from p6.frust.eu.org (d9168.dtk.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id CC8E837B479; Sun, 26 Nov 2000 13:22:05 -0800 (PST) Received: (from edwin@localhost) by p6.frust.eu.org (8.11.1/8.11.1) id eAQLM5H66319; Sun, 26 Nov 2000 22:22:05 +0100 (CET) (envelope-from edwin) Date: Sun, 26 Nov 2000 22:22:04 +0100 From: Edwin Groothuis To: kris@freebsd.org Cc: freebsd-bugs@freebsd.org Subject: bin/22787: [PATCH] telnet dumps core after connecting to host with long name Message-ID: <20001126222204.A66296@p6.frust.eu.org> Mail-Followup-To: Edwin Groothuis , kris@freebsd.org, freebsd-bugs@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Kris, Please close this PR since it is a patch for the same problem. The replacement of strcpy() by strncpy() wasn't needed btw since the variable m1 (pointer to _hostname) is always maximum size of MAXHOSTNAMELEN. http://www.freebsd.org/cgi/query-pr.cgi?pr=22787 Edwin -- Edwin Groothuis | Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 Trenton@FinalFantasy: y r all fucken coders wierd and negative except me? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 13:40:51 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD04C37B479; Sun, 26 Nov 2000 13:40:49 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA72748; Sun, 26 Nov 2000 13:40:49 -0800 (PST) (envelope-from kris@FreeBSD.org) Date: Sun, 26 Nov 2000 13:40:49 -0800 (PST) From: Message-Id: <200011262140.NAA72748@freefall.freebsd.org> To: mavetju@chello.nl, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/22787: telnet dumps core after connecting to a host with a long name Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: telnet dumps core after connecting to a host with a long name State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sun Nov 26 13:38:32 PST 2000 State-Changed-Why: I corrected the definition of MAXHOSTNAMELEN in the ifdef'ed code as well. Thanks for the bug report. http://www.freebsd.org/cgi/query-pr.cgi?pr=22787 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 15:39:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 4F59637B479 for ; Sun, 26 Nov 2000 15:39:33 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eAQNdWY27632; Sun, 26 Nov 2000 15:39:32 -0800 (PST) (envelope-from dillon) Date: Sun, 26 Nov 2000 15:39:32 -0800 (PST) From: Matt Dillon Message-Id: <200011262339.eAQNdWY27632@earth.backplane.com> To: Edwin Groothuis Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/14394: kernel panic when asking help in visual userconfig References: <20001126221416.A66198@p6.frust.eu.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org :Greetings, : :I'm writing you directly instead of via the FreeBSD PR system :because I got tired after more than half a year waiting for somebody :to process this PR. : :It's a patch to a bug caused by your changes to the pager in the :kernel, please have a look at it and react on it. If you're not :capable to fixing it, please let me know and I'll search further. : :URL with the PR :http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17539 : :URL with your patch :http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/i386/i386/userconfig.c.diff?r1=1.117&r2=1.118 : :ta, Edwin Ach. Well, I certainly screwed that up! I'll commit the fix to -current now but will have to wait 2 days before I can MFC it to -stable due to the new committer rules. Thanks for bringing it to my attention! -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 15:41: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E4D537B479; Sun, 26 Nov 2000 15:41:04 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA88745; Sun, 26 Nov 2000 15:41:04 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Date: Sun, 26 Nov 2000 15:41:04 -0800 (PST) From: Message-Id: <200011262341.PAA88745@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: kern/17539: [MFC] kernel panic when asking help in visual userconfig Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: kernel panic when asking help in visual userconfig New Synopsis: [MFC] kernel panic when asking help in visual userconfig Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Sun Nov 26 15:40:03 PST 2000 Responsible-Changed-Why: I committed a version of this patch to -current. http://www.freebsd.org/cgi/query-pr.cgi?pr=17539 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 15:43:49 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 4D40637B4C5 for ; Sun, 26 Nov 2000 15:43:47 -0800 (PST) Received: from lanczos.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 26 Nov 2000 23:43:46 +0000 (GMT) Date: Sun, 26 Nov 2000 23:43:45 +0000 From: David Malone To: Matt Dillon Cc: Edwin Groothuis , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/14394: kernel panic when asking help in visual userconfig Message-ID: <20001126234345.A6465@lanczos.maths.tcd.ie> References: <20001126221416.A66198@p6.frust.eu.org> <200011262339.eAQNdWY27632@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011262339.eAQNdWY27632@earth.backplane.com>; from dillon@earth.backplane.com on Sun, Nov 26, 2000 at 03:39:32PM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Nov 26, 2000 at 03:39:32PM -0800, Matt Dillon wrote: > Ach. Well, I certainly screwed that up! I'll commit the fix to -current > now but will have to wait 2 days before I can MFC it to -stable due to the > new committer rules. I just committed the patch - I can take care of the MFC in a few days if you like too. (I tested and read the patch - it seems sensible and fixes the problem). David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 15:59:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id ADE2337B4CF for ; Sun, 26 Nov 2000 15:59:26 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eAQNxH327759; Sun, 26 Nov 2000 15:59:17 -0800 (PST) (envelope-from dillon) Date: Sun, 26 Nov 2000 15:59:17 -0800 (PST) From: Matt Dillon Message-Id: <200011262359.eAQNxH327759@earth.backplane.com> To: David Malone Cc: Edwin Groothuis , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/14394: kernel panic when asking help in visual userconfig References: <20001126221416.A66198@p6.frust.eu.org> <200011262339.eAQNdWY27632@earth.backplane.com> <20001126234345.A6465@lanczos.maths.tcd.ie> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org : :On Sun, Nov 26, 2000 at 03:39:32PM -0800, Matt Dillon wrote: : :> Ach. Well, I certainly screwed that up! I'll commit the fix to -current :> now but will have to wait 2 days before I can MFC it to -stable due to the :> new committer rules. : :I just committed the patch - I can take care of the MFC in a few days :if you like too. : :(I tested and read the patch - it seems sensible and fixes the problem). : : David. Excellent! Yes, please do take care of the MFC too. I see how I screwed up... I blithly assumed that because the line was uninitialized that I could simply move it inside the for() loop. The code was broken before, my original commit just made it broken in a persistent fashion rather then a random fashion. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 19:20: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5856B37B4C5 for ; Sun, 26 Nov 2000 19:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA25038; Sun, 26 Nov 2000 19:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AA0BF37B4C5; Sun, 26 Nov 2000 19:18:59 -0800 (PST) Message-Id: <20001127031859.AA0BF37B4C5@hub.freebsd.org> Date: Sun, 26 Nov 2000 19:18:59 -0800 (PST) From: xeno@emts.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/23120: '|more' takes up to 100% system resources Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23120 >Category: misc >Synopsis: '|more' takes up to 100% system resources >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 26 19:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Pavel V. Pokrovsky >Release: FreeBSD-4.0-RELEASE >Organization: private >Environment: machine is P-200 with 24 MB RAM (SIMM), 4.3 GB Fujitsu. Two ethernet interfaces (both Realtek 8139). >Description: usage of commands with '|more' takes up to 100% of system resources, which may be considered as a DoS >How-To-Repeat: open MS Windows telnet, then 'telnet' to FreeBSD machine, then 'su root', start, for example, "ps -ax | more" and close Windows telnet with a simple button-click (not disconnect). Next morning open "telnet" again and see "top". On my machine "more" took up to 100% of system resources. >Fix: dunno. :( >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 Nov 26 19:23:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.netease.com (unknown [202.103.134.10]) by hub.freebsd.org (Postfix) with ESMTP id E412C37B479 for ; Sun, 26 Nov 2000 19:23:49 -0800 (PST) Received: from localhost (unknown [210.75.40.97]) by mx1.netease.com (Postfix) with ESMTP id 53F521C745AC3 for ; Mon, 27 Nov 2000 11:29:37 +0800 (CST) X-Sender: li@netease.com From: Chow To: freebsd-bugs@FreeBSD.ORG Date: Mon, 27 Nov 2000 11:28:33 +0800 Subject: lock,hinger,hardware made in China Reply-To: ggoldcrown@21cn.com MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=----=_ST3201_0001_00492BF1_009257E2 Content-Transfer-Encoding: 7bit Message-Id: <20001127032937.53F521C745AC3@mx1.netease.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a Multipart MIME message. ------=_ST3201_0001_00492BF1_009257E2 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit We are one of the largest manufacturer of brass hardware, stainless steel hardware and door locks located in China,our products is as follows: Door Lock¡¡ Stainless Steel Handles Brass Hinges Stainless Steel Hinges Brass Handles Stainless Steel Door Brass Barrel Bolts we own over 50,000 square metres factory, 25,000 square metres workshop, about 850 workforce and 100 engineers and technicians. We have advanced equipment and technology. We introduce a complete set of melting furnace and extruded machine, which ensure standard ingredient for brass material. We also own "Branson" ultra sonic cleaning machine (made in Germany). In 1990 we gained advanced technology from Taiwan lock manufacturer, and bought many lock machines such as: pin lathe (Switzerland), key slot miller(Italy) and key cutting machine (Italy). ¡¡¡¡ Since we accomplish all the process from brass melting, extrusion, machinery to finish in our factory, the quality of products is strictly controlled. The excellent quality and service make our products enjoy high reputation in Europe, America, Australia, South-east Asia, Middle east and domestic market. ¡¡¡¡ ¡¡¡¡We sincerely invite customers all over the wrold to visit our factory, establish business relation and jointly develop new products or new projects of building hardware. Best Regards Jiangmen Gold Crown Non-ferrous Metal Manufactory Co.,Ltd Jiangmen Gold Crown Hardward & Lock Manufactory Co.,Ltd Add : 11 Longwan Road , Jiangmen , Guangdong , China Fax : ++86-757-6336141 E-mail: ggoldcrown@21cn.com http://www.jm-goldcrown.com/ contact person:Mr Chou Jianzhao ------=_ST3201_0001_00492BF1_009257E2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 26 21:50: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F26537B4E5 for ; Sun, 26 Nov 2000 21:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA79599; Sun, 26 Nov 2000 21:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from november.jaded.net (november.jaded.net [216.94.132.37]) by hub.freebsd.org (Postfix) with ESMTP id 8B10A37B4D7 for ; Sun, 26 Nov 2000 21:41:34 -0800 (PST) Received: (from pjp@localhost) by november.jaded.net (8.9.3/8.9.3+trinsec_nospam) id AAA95572; Mon, 27 Nov 2000 00:48:49 -0500 (EST) Message-Id: <200011270548.AAA95572@november.jaded.net> Date: Mon, 27 Nov 2000 00:48:49 -0500 (EST) From: PEEETER Reply-To: pjp@november.jaded.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/23123: Turn off IP Options in IPSTEALTH mode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23123 >Category: kern >Synopsis: IP options reveal IPstealth mode. Just turn them off. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 26 21:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: PEEETER >Release: FreeBSD 3.5-RELEASE i386 >Organization: Daemonium & Group of Nine >Environment: patch untested for 5.0-current. >Description: Most IP options allow a hop to be recorded. This defies IPSTEALTH mode which purpose it seems to hide from someone traceing. In simple form ping -R in the vicinity of 10 hops will find a IPSTEALTH'ed router. All other options also apply where a neat one would be a brute force searching of IP in the timestamp pre-specified ip option. My attached fix will just avoid processing IP options. I have not tested this at all but theoretically it should do what I don't want it to do (ermm ;) >How-To-Repeat: ping -R host #reveals IPSTEALTH'ed router in route path. >Fix: Index: ip_input.c =================================================================== RCS file: /usr/local/freebsd_repo/src/sys/netinet/ip_input.c,v retrieving revision 1.149 diff -u -r1.149 ip_input.c --- ip_input.c 2000/11/25 07:35:33 1.149 +++ ip_input.c 2000/11/27 05:37:52 @@ -457,6 +457,12 @@ * to be sent and the original packet to be freed). */ ip_nhops = 0; /* for source routed packets */ + +#ifdef IPSTEALTH + /* IP Options reveal us so we don't process them in stealth mode */ + + if (! ipstealth) +#endif if (hlen > sizeof (struct ip) && ip_dooptions(m)) { #ifdef IPFIREWALL_FORWARD ip_fw_fwd_addr = NULL; >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 Nov 26 23: 0: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1805B37B4CF for ; Sun, 26 Nov 2000 23:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA95948; Sun, 26 Nov 2000 23:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6DAB037B479; Sun, 26 Nov 2000 22:50:02 -0800 (PST) Message-Id: <20001127065002.6DAB037B479@hub.freebsd.org> Date: Sun, 26 Nov 2000 22:50:02 -0800 (PST) From: oleg@mail.iae.lt To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/23126: Can't boot kernel with ADAPTEC 1522 SCSI Contrl. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23126 >Category: kern >Synopsis: Can't boot kernel with ADAPTEC 1522 SCSI Contrl. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 26 23:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Oleg Khomenko >Release: 3.4 - 4.2 >Organization: INPP >Environment: None because I can't boot >Description: 1. I make 2 floppy 2. Boot 3. System detect SCSI controller with correct IRQ and addr. (no DMA) 4. "Waiting 15 sec. for SCSI device to settle" - syst message And system waiting it uncertain time >How-To-Repeat: constantly >Fix: Hardware working fine with NetBSD, OpenBSD, Solaris 7,Linux 2.2.x >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 Nov 27 1:25:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C558537B479; Mon, 27 Nov 2000 01:25:12 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA25748; Mon, 27 Nov 2000 01:25:12 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 27 Nov 2000 01:25:12 -0800 (PST) From: Message-Id: <200011270925.BAA25748@freefall.freebsd.org> To: mwm@mired.org, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/20154: quiting more/less on the console early leav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: quiting more/less on the console early leav State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Mon Nov 27 01:23:58 PST 2000 State-Changed-Why: Mike, could you confirm that this isn't a problem in today's CURRENT with an up-to-date termcap database? I can't reproduce the problem here. http://www.freebsd.org/cgi/query-pr.cgi?pr=20154 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 5:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BECE637B4C5 for ; Mon, 27 Nov 2000 05:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98252; Mon, 27 Nov 2000 05:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mgate07.so-net.ne.jp (mgate07.so-net.ne.jp [210.139.254.154]) by hub.freebsd.org (Postfix) with ESMTP id 819C237B479 for ; Mon, 27 Nov 2000 05:00:36 -0800 (PST) Received: from mail.ba2.so-net.ne.jp (mail.ba2.so-net.ne.jp [210.139.254.21]) by mgate07.so-net.ne.jp (8.8.8+3.0Wbeta9/3.6W00111614) with ESMTP id WAA24347 for ; Mon, 27 Nov 2000 22:00:29 +0900 (JST) Received: from ba2.so-net.ne.jp (pd5e0fe.tokynt01.ap.so-net.ne.jp [202.213.224.254]) by mail.ba2.so-net.ne.jp (8.8.8/3.7W99081617) with ESMTP id WAA23028 for ; Mon, 27 Nov 2000 22:00:27 +0900 (JST) Received: (from sanewo@localhost) by ba2.so-net.ne.jp (8.11.1/8.11.1) id eARCxur77219; Mon, 27 Nov 2000 21:59:56 +0900 (JST) (envelope-from sanewo) Message-Id: <200011271259.eARCxur77219@ba2.so-net.ne.jp> Date: Mon, 27 Nov 2000 21:59:56 +0900 (JST) From: sanewo@ba2.so-net.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/23128: libfetch doesn't behave as documented about FTP_PROXY Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23128 >Category: bin >Synopsis: libfetch doesn't behave as documented about FTP_PROXY >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 27 05:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Takanori Saneto >Release: FreeBSD 4.2-STABLE i386 & 5.0-CURRENT >Organization: an individual >Environment: FreeBSD 4.2-STABLE & 5.0-CURRENT as of 27/Nov/2000 >Description: On FTP_PROXY environment variable, fetch(3) says "if no scheme is specified, FTP is assumed." But lib/libfetch/ftp.c sets default scheme as HTTP. 872 _ftp_get_proxy(void) : 879 if (!*purl->scheme) 880 strcpy(purl->scheme, SCHEME_HTTP); >How-To-Repeat: Put just a hostname to FTP_PROXY and invoke fetch. You will see fetch trying to connect proxy via http port (80). >Fix: Change the source as documented, or change the document as source behaves. >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 Nov 27 5:25:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5C5A37B479; Mon, 27 Nov 2000 05:25:24 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA01595; Mon, 27 Nov 2000 05:25:24 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Date: Mon, 27 Nov 2000 05:25:24 -0800 (PST) From: Message-Id: <200011271325.FAA01595@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/23128: libfetch doesn't behave as documented about FTP_PROXY Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libfetch doesn't behave as documented about FTP_PROXY Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: dwmalone Responsible-Changed-When: Mon Nov 27 05:23:17 PST 2000 Responsible-Changed-Why: Des owns libfecth. http://www.freebsd.org/cgi/query-pr.cgi?pr=23128 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 5:41:29 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CE6F37B479; Mon, 27 Nov 2000 05:41:28 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA04418; Mon, 27 Nov 2000 05:41:28 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 27 Nov 2000 05:41:28 -0800 (PST) From: Message-Id: <200011271341.FAA04418@freefall.freebsd.org> To: mwm@mired.org, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, ache@FreeBSD.org Subject: Re: bin/20154: quiting more/less on the console early leav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: quiting more/less on the console early leav State-Changed-From-To: feedback->closed State-Changed-By: sheldonh State-Changed-When: Mon Nov 27 05:40:48 PST 2000 State-Changed-Why: Andrey's analysis was spot on. Responsible-Changed-From-To: freebsd-bugs->ache Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Nov 27 05:40:48 PST 2000 Responsible-Changed-Why: Andrey's call. http://www.freebsd.org/cgi/query-pr.cgi?pr=20154 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 7:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A058737B4CF for ; Mon, 27 Nov 2000 07:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA28855; Mon, 27 Nov 2000 07:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9930037B479; Mon, 27 Nov 2000 07:29:04 -0800 (PST) Message-Id: <20001127152904.9930037B479@hub.freebsd.org> Date: Mon, 27 Nov 2000 07:29:04 -0800 (PST) From: mark_brissette@yahoo.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/23129: X Window display covers only a portion of the computer screen. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23129 >Category: misc >Synopsis: X Window display covers only a portion of the computer screen. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 27 07:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mark W. Brissette >Release: 4.0 >Organization: >Environment: >Description: When I start the X Window System, the graphical display only covers part of the screen on my laptop (an old Micron Millennia Transport). I've tried both "800x600" and "640x480" for dimensions in /etc/XF86Config, but I still can't get the X display to fill the entire screen. Using "1024x760" hangs the system. My chipset is Cirrus7xxx. I'm not sure how to set the horiz. and vert. sync numbers. I've played around with them a little bit, but the display size does not change, even though I have discovered how to make a "virtual" console (where the entire area of the X display is not all shown on the screen at once. You have to move the mouse beyond the edge of the display to get to the edges and the corners. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 7:37:29 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFFB037B479; Mon, 27 Nov 2000 07:37:27 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA48885; Mon, 27 Nov 2000 07:37:27 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Mon, 27 Nov 2000 07:37:27 -0800 (PST) From: Message-Id: <200011271537.HAA48885@freefall.freebsd.org> To: mark_brissette@yahoo.com, des@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/23129: X Window display covers only a portion of the computer screen. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: X Window display covers only a portion of the computer screen. State-Changed-From-To: open->closed State-Changed-By: des State-Changed-When: Mon Nov 27 07:36:47 PST 2000 State-Changed-Why: Not a FreeBSD bug. For assistance with XFree86, see http://www.xfree86.org/. http://www.freebsd.org/cgi/query-pr.cgi?pr=23129 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 7:50:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8759B37B479 for ; Mon, 27 Nov 2000 07:50:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA76232; Mon, 27 Nov 2000 07:50:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 27 Nov 2000 07:50:09 -0800 (PST) Message-Id: <200011271550.HAA76232@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: misc/23129: X Window display covers only a portion of the computer screen. Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/23129; it has been noted by GNATS. From: Peter Pentchev To: mark_brissette@yahoo.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/23129: X Window display covers only a portion of the computer screen. Date: Mon, 27 Nov 2000 17:36:39 +0200 On Mon, Nov 27, 2000 at 07:29:04AM -0800, mark_brissette@yahoo.com wrote: > > >Number: 23129 > >Category: misc > >Synopsis: X Window display covers only a portion of the computer screen. > >Originator: Mark W. Brissette > >Description: > When I start the X Window System, the graphical display only covers part > of the screen on my laptop (an old Micron Millennia Transport). I've > tried both "800x600" and "640x480" for dimensions in /etc/XF86Config, but > I still can't get the X display to fill the entire screen. Using "1024x760" > hangs the system. My chipset is Cirrus7xxx. I'm not sure how to set the horiz. > and vert. sync numbers. I've played around with them a little bit, but the > display size does not change, even though I have discovered how to make > a "virtual" console (where the entire area of the X display is not all > shown on the screen at once. You have to move the mouse beyond the edge > of the display to get to the edges and the corners. Laptops do not use CRT (a cathode-ray tube) to build up the screen image. They use a fixed matrix of pixels. Thus, the horizontal and vertical refresh frequencies do not in any way apply - you cannot stretch or shrink a physical element of the TFT matrix :) Unfortunately, this means that you're stuck with 800x600, just as I am on my Asus (don't have the model handy right now) :( G'luck, Peter -- This inert sentence is my body, but my soul is alive, dancing in the sparks of your brain. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 7:50:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE48937B479 for ; Mon, 27 Nov 2000 07:50:13 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA78030; Mon, 27 Nov 2000 07:50:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 27 Nov 2000 07:50:13 -0800 (PST) Message-Id: <200011271550.HAA78030@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: gnu/23110: groff_man.man not installed Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/23110; it has been noted by GNATS. From: Ruslan Ermilov To: olgeni@uli.it Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: gnu/23110: groff_man.man not installed Date: Mon, 27 Nov 2000 17:41:44 +0200 On Sun, Nov 26, 2000 at 05:59:33PM +0100, olgeni@uli.it wrote: > > The groff_man man page is referenced from groff.1, and exists in > /usr/src/contrib/groff/tmac/groff_man.man, but it is not installed by > installworld. > We have a custom manual that described -man package, it is called man(7). A lot of other groff(1) documents is not installed as well, e.g. Groff Info documents. I am currently working on groff issues in FreeBSD, but it will take some time to get there... Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 7:53: 2 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A427637B479; Mon, 27 Nov 2000 07:53:01 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA87116; Mon, 27 Nov 2000 07:53:01 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Mon, 27 Nov 2000 07:53:01 -0800 (PST) From: Message-Id: <200011271553.HAA87116@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: gnu/23110: groff_man.man not installed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: groff_man.man not installed Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Mon Nov 27 07:52:22 PST 2000 Responsible-Changed-Why: I will fix it later. http://www.freebsd.org/cgi/query-pr.cgi?pr=23110 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 9:30: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFF1937B4D7 for ; Mon, 27 Nov 2000 09:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA25290; Mon, 27 Nov 2000 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from server.bitmcnit.bryansk.su (bitmcnit.bryansk.ru [195.239.213.9]) by hub.freebsd.org (Postfix) with ESMTP id 35D2537B479 for ; Mon, 27 Nov 2000 09:27:56 -0800 (PST) Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id UAA05623 for FreeBSD-gnats-submit@freebsd.org; Mon, 27 Nov 2000 20:15:29 +0300 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.1/8.11.1) id eARHFLd44741; Mon, 27 Nov 2000 20:15:21 +0300 (MSK) (envelope-from alex) Message-Id: <200011271715.eARHFLd44741@kapran.bitmcnit.bryansk.su> Date: Mon, 27 Nov 2000 20:15:21 +0300 (MSK) From: Alex Kapranoff Reply-To: alex@kapran.bitmcnit.bryansk.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/23132: Another dup in games/fortune/datfiles/fortunes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23132 >Category: bin >Synopsis: Another dup in games/fortune/datfiles/fortunes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 27 09:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Nov 26 20:59:45 MSK 2000 root@kapran.bitmcnit.bryansk.su:/usr/obj/usr/src/sys/KAPRAN i386 >Description: fortune(6) has two Ray's Rules of Precision in its database. >How-To-Repeat: % fortune -m "chalk" >Fix: --- fortunes.ctm Mon Nov 27 20:10:00 2000 +++ fortunes Mon Nov 27 20:10:13 2000 @@ -8772,8 +8772,6 @@ Whatever happens to you, it will previously have happened to everyone you know, only more so. % -Measure with a micrometer. Mark with chalk. Cut with an axe. -% Meeting, n.: An assembly of people coming together to decide what person or department not represented in the room must solve a problem. >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 Nov 27 11: 1:55 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6CB337B4C5 for ; Mon, 27 Nov 2000 11:00:15 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42905 for freebsd-bugs@freebsd.org; Mon, 27 Nov 2000 11:00:04 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 27 Nov 2000 11:00:04 -0800 (PST) Message-Id: <200011271900.LAA42905@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 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 report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. 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. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/12/21] kern/5355 bp Fix for NULLFS problems o [1998/02/03] kern/5641 jasone running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste s [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/09/08] i386/7859 luigi fatal trap 12 in midi_synth_input o [1998/09/28] kern/8074 se CAM rescan operation fatal f [1998/10/06] i386/8179 Install failure with motherbord using SIS a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/24] bin/8829 bug in innetgr (was: Fix port: security/s o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 f [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/03/01] kern/10332 gibbs System freezes during certain SCSI activi o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 bp can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/17] kern/10636 ipfw problems o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725 stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi f [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap f [1999/04/17] kern/11196 kernel mode page fault o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/05/10] kern/11629 dillon File descriptor table sharing is broken o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/13] i386/11681 gibbs Adaptec 2940 UW SCSI Controller BIOS 1.34 o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br f [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/07] kern/12072 vm_fault happened in binary file transfer o [1999/06/09] kern/12106 error 6: panic: cannot mount root o [1999/06/10] kern/12127 persistent crash on idle SMP system o [1999/06/16] kern/12248 CRON in malloc(): warning: pointer to wr o [1999/06/18] i386/12286 Segmentation violation when invoking JNI s [1999/06/23] kern/12367 Writing files larger than floppy capacity o [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/05] kern/12521 lmbench-1.1's context switching test hang o [1999/07/12] misc/12607 System crashes after boot, portmap endles o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG f [1999/07/20] misc/12720 gdbm (And possibly other libraries in /us o [1999/07/21] kern/12730 poll() causes indeterministic program han f [1999/07/21] misc/12743 Cannot boot the 3.2 floppies o [1999/08/02] misc/12923 Installation fails on HP Net Server o [1999/08/06] bin/12998 des still inetd junk pointer too low to make o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C a [1999/08/20] kern/13270 dillon NFS hangs if written through self-mount o [1999/08/23] alpha/13338 alpha panic: pmap_remove_all: pv_table for 162b o [1999/08/24] kern/13352 No support for Promise Ultra/66 o [1999/08/30] misc/13474 Maximum Number of IPs Permitted in the .. o [1999/09/09] alpha/13653 alpha panic: pmap_remove_all: pv_table for 90b6 o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/19] i386/13844 keyboard locks up when I page through a m f [1999/09/20] i386/13849 grog dump on vinum r5 freezes system o [1999/09/22] i386/13892 Kern.flp does not boot on Compaq Presario o [1999/09/24] i386/13933 nfs server panics in tulip_rx_intr() o [1999/09/24] kern/13940 Panic with dd on block/"cooked" devices u o [1999/09/24] kern/13944 ATAPI cd-rom not boot to install, nor de o [1999/09/27] misc/13995 Full duplex mode doesn't work right with o [1999/09/28] kern/14028 ATAPI cd-rom not boot to install and can' o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/05] kern/14141 3.3-RELEASE crashing often o [1999/10/06] kern/14162 sudden reboot problem ( maybe kernel pani o [1999/10/08] misc/14204 error 6: panic: cannot mout root(2) o [1999/10/10] i386/14256 System doesn't boot under FreeBSD 3.2 o [1999/10/14] kern/14322 mount respects permissions of underlying o [1999/10/15] kern/14347 kdump & truss won't compile because addit f [1999/10/24] i386/14492 FreeBSD won't install/work with an Asus S o [1999/10/25] kern/14510 kernel panic while pressing panic o [2000/02/09] i386/16620 mdodd 4.0-20000208-CURRENT fails to boot on ASU o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/15] kern/16740 mckusick The kernel panics with "ffs_clusteralloc: o [2000/02/18] i386/16802 An user math program have the system on K o [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills o [2000/02/21] kern/16890 Fatal trap 12: page fault while in kernel o [2000/02/26] kern/17011 Fatal trap 12 occur, dhclient with BOOTP o [2000/02/28] kern/17067 consistent "make -k buildworld" crash wit o [2000/03/03] kern/17152 alfred kernel panic:aio_write o [2000/03/07] kern/17248 FreeBSD 3.4 won't install on 486/100 IBM o [2000/03/10] kern/17305 advansys driver time-out around 30 minute o [2000/03/12] kern/17339 3.4-R on a K6-2: panic: pmap_release: fre o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke f [2000/03/15] i386/17398 imp Install failure of 4.0-Release via ftp an o [2000/03/18] i386/17485 Partition editor completely non-functiona o [2000/03/22] i386/17558 ncr1 controller is not working properly i o [2000/03/23] kern/17565 4.0-RELEASE install does not access IDE d o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/04/03] kern/17776 RAID5 with crashed disk corrupts filesyst o [2000/04/04] bin/17791 Restore does not handle bad or missing ta o [2000/04/04] misc/17793 Keyboard not found o [2000/04/04] ports/17806 msmith make in ports/net/citrix_ica loops on scr o [2000/04/04] i386/17808 cannot swap /dev/.... o [2000/04/05] kern/17821 Wavelan driver not working in 4.0 o [2000/04/08] kern/17870 n_hibma 4.0-release consistently crashes a couple o [2000/04/09] kern/17881 4.0-RELEASE kern.flp boot crashes upon pr f [2000/04/13] kern/17971 cannot boot 4.0 floppies to install o [2000/04/18] kern/18074 Fatal trap 12: page fault while in kernel o [2000/04/20] i386/18123 4.0-RELEASE crashes during boot from CD-R o [2000/04/23] kern/18182 Remote serial gdb no longer works since m o [2000/04/24] bin/18198 owner of ccontrol file in spool dir is wr o [2000/04/24] misc/18201 Freeze at boot time when trying to upgrad o [2000/04/25] misc/18205 Install via CD-Romm hangs o [2000/04/25] i386/18207 3.2-RELEASE to 4.0-RELEASE FTP upgrade fa o [2000/04/27] kern/18265 Vendor specific word = FFFF f [2000/05/04] kern/18387 grog when performing certain vinum operations, o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru o [2000/05/13] bin/18531 installation will not read files frm flop o [2000/05/16] ports/18606 billf cannot install the latest ucd-snmp port o [2000/05/17] kern/18623 out of swap s [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig o [2000/05/18] i386/18655 4.0-RELEASE Fails to install o [2000/05/18] kern/18665 Unpredictable crashes. Page fault while i o [2000/05/21] kern/18712 Kernel panic o [2000/05/22] kern/18754 grog Vinum: reviving RAID5 volume corrupts dat o [2000/05/23] misc/18786 SCSI hangs during FreeBSD 4.0 installatio s [2000/05/24] misc/18793 ken Hitachi DK319H needs quirk entry to work o [2000/05/25] alpha/18808 alpha Unalligned trap handler fails on quadword o [2000/05/29] kern/18874 32bit NFS servers export wrong negative v o [2000/05/29] bin/18887 Undefined symbol "_krb_err_txt" in telnet f [2000/06/03] kern/18982 make buildworld freezes my machine with a o [2000/06/04] kern/19000 Automatic Reebot, Fatal o [2000/06/05] kern/19022 pcm driver causes immediate panic on use o [2000/06/05] i386/19027 FTP install operation does not find XFree f [2000/06/09] kern/19162 asmodai 4.0-STABLE panics w/ softupdates and quot o [2000/06/10] misc/19175 mounting NFS can be done multiple times C o [2000/06/13] kern/19247 jasone uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom o [2000/06/15] kern/19297 Multi-processor kernel fails to boot on T o [2000/06/16] conf/19336 write failure when adding distribution fi o [2000/06/16] i386/19338 ProLiant DL360 dual proc. locks when boot o [2000/06/17] kern/19353 Cannot install 4.0 o [2000/06/23] kern/19480 System hang when use current (GENERIC) ke o [2000/06/26] bin/19529 Burning cdrom with burncd fails o [2000/06/27] kern/19551 bmilekic panic when enabling bridge_ipfw o [2000/06/28] kern/19572 executing command cd ../cdrom after mount a [2000/06/30] ports/19613 nate java causing SIGSEGV 11* segmentation vi o [2000/07/01] conf/19629 imp /etc/rc.sysctl can't set all syctls f [2000/07/03] kern/19661 imp hang or reboot when pcmcia ethernet adapt o [2000/07/05] kern/19726 wpaul fatal trap 12 / page fault o [2000/07/09] kern/19794 FreeBSD 4.0-Stable crash o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/20] ports/20077 jmz Latex 99.12 fails to make completely f [2000/07/25] kern/20175 Unknown Ethernet Card o [2000/07/26] misc/20205 FreeBSD 4 will not install on a Compaq Pr o [2000/07/27] kern/20227 jlemon 4.1-RC: UDP checksum problem f [2000/07/29] kern/20296 sheldonh matcd driver is a) not in GENERIC and b) 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/01] misc/20353 4.1 doesn't work on Compaq ML370 o [2000/08/03] kern/20375 APM doesn't work properly! Suspend/resum o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] kern/20484 jlemon FreeBSD 4.0 crashes repeatedly: trap 12: o [2000/08/08] bin/20489 davidn pw problems: -w random not working correc o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/15] ports/20624 emulationvmware vmmon module locks kernel o [2000/08/16] kern/20671 wpaul panicstr:page fault; panic messages:Fatal f [2000/08/22] kern/20776 rnordier Cannot boot the install floppy for versio o [2000/08/22] i386/20791 gibbs Adaptec 2940UW bootup errors in FSD 4.0/3 o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/09/02] i386/20994 /etc/fstab or kernel not correctly instal f [2000/09/02] kern/21009 /etc/security make the system hangup o [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 f [2000/09/05] i386/21071 gibbs SCSI Controller Not Detected When Attempt o [2000/09/06] kern/21079 ume IPSEC, kernel ARPs for tunnel endpoint in f [2000/09/08] i386/21117 When booting 4.0 install disk receive thi f [2000/09/09] kern/21148 grog multiple crashes while using vinum o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/09/13] bin/21253 dump/restore fail on any stream (tape/pip o [2000/09/14] misc/21269 Install does not see disk on Advansys car 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 o [2000/09/17] kern/21323 msmith Lock up at boot on Acer507DX with pci.c 1 o [2000/09/18] kern/21378 Accessing floppy under 4.1-STABLE (with D o [2000/09/19] kern/21397 Floppy drive doesn't work on Compaq ProLi o [2000/09/20] kern/21438 cg Sox recording in 16 bits creates a panic: o [2000/09/21] ports/21466 jseger port xpaint-2.5.7 won't make install o [2000/09/26] bin/21566 passwd does not work after updating from o [2000/09/27] kern/21592 insufficient PAP authentication in isp pr o [2000/10/01] i386/21677 Instalation crashed when shell started o [2000/10/02] i386/21717 DOS while opening /dev/audio o [2000/10/04] kern/21757 cp from nullfs-mounted filesystem aborts o [2000/10/04] i386/21758 X display font problem o [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR o [2000/10/06] misc/21782 4.1.1 and ADAPTEC 29160N SCSI controller o [2000/10/06] kern/21783 When msgrcv() blocks, it blocks ALL threa o [2000/10/06] kern/21790 marcel fstat64 does not exist in Linux emulation o [2000/10/06] i386/21802 after working fine for a few weeks, mach o [2000/10/08] kern/21831 gibbs kernel trap 12 crash in 4.1.1-STABLE o [2000/10/08] kern/21845 crash, while tring to send udp via half-b o [2000/10/09] misc/21861 PostgreSQL on jailed enviroment fails o [2000/10/11] kern/21915 gibbs Machine dies sig 12 in ahc driver (Freebs f [2000/10/12] kern/21929 lpd cause system crash o [2000/10/12] kern/21932 gibbs 4.1.1-RELEASE : trap 12 during install o [2000/10/18] bin/22077 X-Windows broken o [2000/10/18] kern/22086 DMA errors during intensive disk activity o [2000/10/18] kern/22103 grog 4.1-R with Adaptec and Vinum crashes on p o [2000/10/19] alpha/22128 alpha Cannot install 4.1.1 on an Alpha AS200 o [2000/10/19] kern/22141 Missing include file in if_tx.c o [2000/10/22] kern/22224 ipfw pipe command causes kernel panic o [2000/10/23] i386/22236 mouse cursor bug under text console mode o [2000/10/23] i386/22240 unstable UDMA on Iwill VD133PL v1.6 (Apol a [2000/10/23] kern/22245 Incorrect handling of end-of-media in ata o [2000/10/26] kern/22324 Kernel panic when second Compaq Smart Arr o [2000/10/28] kern/22376 Some problems in ar driver with FastTrak o [2000/10/29] kern/22391 panic: worklist_remove: not on list o [2000/10/29] bin/22404 Solution of "passwd" and "cannot set pass o [2000/10/31] ports/22444 ache The 'screen' port has reproducable segfau o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel o [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) o [2000/11/02] kern/22561 xl networkhanging o [2000/11/03] bin/22595 telnetd tricked into using arbitrary peer o [2000/11/06] i386/22640 SCSI problem halts system after long peri o [2000/11/06] kern/22648 SCSI sup system freezes 4.2-BETA o [2000/11/06] i386/22652 May be a bug o [2000/11/08] kern/22711 rwatson [PATCH] non-root users can't debug o [2000/11/10] i386/22760 adaptec bios cannot find disks after 4.1. o [2000/11/12] kern/22799 make kernel failed on src-cur.4602 o [2000/11/12] i386/22800 jkh 4.2 rc1 install runs newfs on parts marke o [2000/11/16] kern/22909 Vinum RAID5 degraded write not consistenc o [2000/11/17] alpha/22932 alpha not installing on Digitall alpha series 2 o [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 Internal Compiler Error o [2000/11/20] misc/22980 Strange behaviour in domain name resoluti o [2000/11/21] pending/23013gnats-adminCannot buildworld in 4.2-RELEASE o [2000/11/23] kern/23061 cg kernel doesn't boot when compiled with pc o [2000/11/25] misc/23103 lacks many ISO C99 features (NAN o [2000/11/26] kern/23126 Can't boot kernel with ADAPTEC 1522 SCSI 273 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps f [1996/08/22] kern/1533 dillon Machine can be panicked by a userland pro o [1996/09/29] kern/1689 TCP extensions throttles distant connecti s [1996/10/26] bin/1892 n_hibma install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly f [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA f [1997/01/09] bin/2430 grog mountd stops on loading if subnet mask is o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T 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 o [1997/02/22] kern/2800 DDS large data writing probrem f [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w 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/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() f [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working f [1997/06/03] kern/3771 dillon NFS hangs when writing to local FS re-mou f [1997/06/04] i386/3779 changing cursor to blinking block causes 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 o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP o [1997/12/14] bin/5297 will make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/19] kern/5794 Kernel Panic o [1998/02/28] kern/5877 sb_cc counts control data as well as data f [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 paul lnc driver does not work correctly with A f [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use f [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free f [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 dillon Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/05/03] kern/6506 system will not soft reboot a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/12] kern/6603 ncr driver hangs under high load f [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] misc/6773 kris [PATCH] tempnam.c security problems s [1998/06/02] bin/6830 will make(1) exhibits confusing and non-standa o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u s [1998/07/05] kern/7169 cannot use accton on a append-only file s [1998/07/06] misc/7190 phk "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/26] kern/7405 dillon in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 dillon Machine crashes do not occur very often, s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 dillon -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/09/09] bin/7872 dwmalone [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas f [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can f [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r f [1998/11/05] kern/8580 dillon Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] ports/8622 markm exmh2 has problems with some date formats o [1998/11/10] bin/8646 peter Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device f [1998/11/11] kern/8657 dillon nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r 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/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/02] kern/8940 system clock runs extremely slowly (and s f [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/16] kern/9095 swap detect error o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] kern/9163 peter [patch] squid does not join a multicast g o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/13] kern/9478 support for running a script from kldload f [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 s [1999/01/22] docs/9618 asmodai many typos in groff_mm(7) f [1999/01/25] kern/9673 ISO CD-ROM Problem f [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with f [1999/02/09] bin/9982 ume inet_addr(3) should be return 32bit uint. o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/13] kern/10066 problem with a X-Window and syscons drive 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/25] kern/10265 file locking does not work with kernel pt o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 jkh installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp f [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] bin/10880 Profiler libraries missing o [1999/04/01] bin/10912 /bin/sh: Fix to prevent infinite loops on o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/05] i386/10969 kernel fails to compile with ccs0 f [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10991 lpd hangs system if printer not ready on o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 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 msmith CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio f [1999/05/12] kern/11679 httpd and perl5 processes stuck in "nocha o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] kern/11697 gibbs Disk failure hangs system f [1999/05/18] kern/11766 darrenr Can not traceroute through ipnat. o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/19] misc/11778 mpz_get_str() in libgmp leads up to cored f [1999/05/20] misc/11800 gibbs Problem with scsi AHA2940 and sony SDT-20 o [1999/05/20] i386/11801 Remounting CD on IDE CDROM after eject fa o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/23] kern/11867 Sound driver loses interrupts, no sound o [1999/05/28] kern/11911 3.1-R : writing file larger than floppy s o [1999/05/28] kern/11915 access system call says file is readable o [1999/05/28] kern/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. f [1999/06/02] i386/11991 fdisk does not assign slices to unused pa o [1999/06/02] bin/11992 /usr/src/sbin/mountd/mountd.c has '#ifdef o [1999/06/04] kern/12022 phk System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes f [1999/06/06] kern/12062 sa tape driver with Cipher 60M SCSI QIC t o [1999/06/08] bin/12091 syslog packets from a remote machine are o [1999/06/09] kern/12104 Certain cdcontrol commands don't work pro o [1999/06/10] bin/12120 named crashes. o [1999/06/12] gnu/12175 obrien gdb crashes with pids > 32736 o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor o [1999/06/16] bin/12242 segmentation fault running /usr/bin/fmt o [1999/06/16] kern/12247 userlevel program let kernel hang f [1999/06/17] kern/12262 pcm sound driver with SB16pnp does not ap o [1999/06/18] bin/12272 The ctype locales print an error message o [1999/06/18] kern/12274 cd mount problem o [1999/06/20] kern/12305 clock() ticks backwards o [1999/06/21] kern/12320 error 6: panic: cannot mount root (2) o [1999/06/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura s [1999/06/24] kern/12381 bde Bad scheduling in FreeBSD o [1999/06/25] conf/12387 CDROM boot failure on Thinpad 770X, 380ED o [1999/06/25] kern/12394 3.2-RELEASE, rl0 ethernet interface freez o [1999/06/28] kern/12434 signal 11 (core dumped) on mysqld when ma o [1999/06/30] kern/12464 bad reference in struct vm_zone o [1999/07/01] kern/12484 [PATCH] bpf_filter() broken f [1999/07/06] i386/12529 Linksys ether16 NE2000 compat. won't conf o [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/07] docs/12557 nik There are no man pages for the widely use o [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/14] misc/12640 Can use 2nd CD-ROM for fixit mode. o [1999/07/15] kern/12646 IGMP reports not sent if no multicast rou o [1999/07/18] kern/12703 tx0 truncates skip packets o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/22] kern/12758 Adjusting the idle priority of a process o [1999/07/23] i386/12771 lpt hangs and never works again, even aft o [1999/07/24] kern/12800 buffer leak in cluster_wbuild o [1999/07/27] alpha/12832 alpha config -g creates broken Makefile in 3.2- o [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/07/28] misc/12856 installworld over nfs broken (3.2S) o [1999/07/29] kern/12869 panic: softdep_flushfiles: looping o [1999/07/30] kern/12884 Hot to panic FreeBSD-3.2-Release o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX o [1999/08/03] misc/12938 gethostbyaddr(209.201.116.19) - Bus error o [1999/08/04] kern/12979 Response time continually slows on idle m o [1999/08/05] kern/12991 system queue is cleared when a port or pi f [1999/08/06] kern/12996 ifconf in sys/net/if.c returns larger buf o [1999/08/07] conf/13013 Selecting CDROM as install media doesn't o [1999/08/08] misc/13027 sysinstall has no /dev entry for wfd0s4 ( f [1999/08/10] i386/13058 Installation hangs after commit o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/15] kern/13150 panic: ufs_dirbad: bad dir o [1999/08/15] gnu/13172 Bug in workaround of russian locale & sor o [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted o [1999/08/17] kern/13198 panic: vm_fault: fault on nofault entry o [1999/08/17] gnu/13200 The assembler chokes on very long operand o [1999/08/18] kern/13234 .../netinet/ip_input.c should include opt o [1999/08/24] bin/13350 make clean in bsd.obj.mk no longer proper o [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/25] kern/13382 Only 1 parallel port supported if pps ena o [1999/08/26] kern/13405 syslogd get system hang o [1999/08/27] gnu/13427 obrien gdb reports wrong info o [1999/08/28] gnu/13438 objc forward core dump using system cc f [1999/08/29] i386/13452 changing to root device wd0s1a \n error 2 o [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/08/30] misc/13470 Old problem re-introduced: TCP sucket buf o [1999/09/01] kern/13517 hang system o [1999/09/05] kern/13587 Voxware MIXER_READ ioctl corrupts memory o [1999/09/06] kern/13593 Problems with FIFO and select o [1999/09/07] kern/13612 gibbs "Timedout SCB handled by another timeout" o [1999/09/07] kern/13630 system halts after npx0 detected on 3.2 i o [1999/09/07] kern/13632 Floppy hangs system o [1999/09/08] kern/13646 Kernel Trap error when booting 3.3-RC ker f [1999/09/09] i386/13655 sysmouse, signal 10 and XF86_S3 o [1999/09/10] bin/13679 ncurses-based programs eat 100% CPU after o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/11] bin/13703 MCNP compilation problem o [1999/09/12] bin/13711 root fs not properly unmounted after shut o [1999/09/12] ports/13714 stb netatalk-1.4b2+asun2.1.3 fails chmod g+s o [1999/09/13] gnu/13729 strip(1) exits with an error on script fi o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c f [1999/09/15] i386/13765 memory problem: compilation of emacs dies o [1999/09/15] bin/13768 sh MAKEDEV cdN creates all cd(N-1)-device o [1999/09/16] conf/13775 multi-user boot may hang in NIS environme o [1999/09/16] conf/13785 jkh boot block/manager problem at installatio o [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/18] i386/13811 ide cdrom stops recognizing audio cdroms f [1999/09/20] i386/13857 Problem with switching between processes s [1999/09/22] alpha/13912 alpha unaligned access Problem seems to be aff o [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi o [1999/09/24] kern/13941 ncr0: SCSI phase error on GENERIC kernel o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/26] bin/13980 Parameter expansion pattern removal bug i o [1999/09/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails o [1999/09/28] kern/14026 Many network connections get left in the o [1999/09/28] kern/14033 Data acq process gets stuck in vmopar o [1999/09/30] kern/14060 3.3-STABLE on primary mail server panics o [1999/09/30] bin/14069 Buffer overflow in mail(1) o [1999/09/30] kern/14072 Rebooting in FreeBSD 3.3 wipes out known o [1999/10/02] kern/14096 parallel port -- ppi -- driver broken aft o [1999/10/03] bin/14102 make world -DWANT_AOUT fails in lib/compa o [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d o [1999/10/04] kern/14123 lnc driver is not working o [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/05] kern/14144 bad conversions in kern_fork() f [1999/10/07] misc/14178 FreeBSD 3.2 - Calls from CGI scripts, cro o [1999/10/07] kern/14183 grog bridge forwarding corrupted broadcast IP o [1999/10/10] bin/14250 dwmalone restore(8) can loop if tty goes away or w o [1999/10/10] misc/14254 [Fwd: clock(3) runs backwards! (fwd)] (fw o [1999/10/10] kern/14257 error 6: panic: cannot mount root (2) - d o [1999/10/12] i386/14282 Using FreeBSD 3.* ThinkPad 600E doesn't r o [1999/10/12] kern/14285 dillon NFS client appears to lose data f [1999/10/14] i386/14324 wst OR atapi drivers won't work o [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] misc/14327 names used in netdb.h may conflict with n o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/15] kern/14354 grog vinum cannot compile for alpha f [1999/10/20] misc/14431 Network Interface Problem o [1999/10/20] bin/14444 enigma command can't decrypt files encryp o [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron o [1999/10/25] bin/14524 markm PERL 5.005_03 Config.PM on 3.2-STABLE say o [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14546 SB128PCI work incorrect play wav-files un 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 o [1999/11/03] i386/14689 waitpid doesn't harvest child process whe o [1999/11/04] kern/14712 root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > o [1999/11/05] bin/14729 murray when sysinstall is running as init it sho o [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master f [1999/11/10] misc/14811 getpwent is not enumerating all entries i o [1999/11/10] kern/14812 de0 driver malfunctions in full-duplex o [1999/11/11] ports/14826 obrien security/fwtk smapd calls sendmail with w o [1999/11/12] bin/14844 rwhod is remotely crashable o [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/14] kern/14890 ffs_valloc: dup alloc o [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/15] kern/14900 3.3-RELEASE panic in pmap_pte_quick() o [1999/11/16] kern/14917 grog DMA doesn't works with ALI ALADDIN M1543/ o [1999/11/16] bin/14920 install(1) hangs when intalling files sam o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol o [1999/11/17] kern/14962 PnP doesn't detect AWE64 when PnP modem i o [1999/11/17] misc/14964 Network Interface Configuration Problem a s [1999/11/18] bin/14978 gad [MFC] lprm(1) does not kill active daemon o [1999/11/19] kern/14997 NFSv3 open O_EXCL fails to set proper "at o [1999/11/19] i386/15003 mdodd 3C574 (ep0) reads bogus ethernet address o [1999/11/21] i386/15018 Printingproblem o [1999/11/23] bin/15070 vfprintf/cvt/__dtoa race condition in thr o [1999/11/24] i386/15074 Two different panics when running Linux b o [1999/11/24] kern/15075 Intel Etherexpress Pro timeouts when >1 c o [1999/11/24] kern/15086 Borked sscape drivers :) o [1999/11/25] kern/15087 3.3-STABLE panic while starting daemons ( o [1999/11/25] kern/15089 mmap of files from 2K-block device failed f [1999/11/26] ports/15107 green Patch for FreeBSD s/key support in OpenSS o [1999/11/26] misc/15109 problem printing graphic pages o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f o [1999/11/28] conf/15150 phantom Taking encoding scheme latin1 into accoun o [1999/11/30] misc/15190 crashing while in a multiplatform environ o [1999/12/01] kern/15204 systems panics when ktrace-ing a [1999/12/02] misc/15228 C++ exceptions+threads SIGABRTs. o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern o [1999/12/05] misc/15269 error server timeout downloading small fi o [1999/12/06] i386/15327 Unable to use ISA sound card with AD1816A o [1999/12/08] i386/15364 Flash Player 4 for Linux has no sound wit o [1999/12/11] kern/15420 3.3-RELEASE Kernel freeze o [1999/12/12] bin/15450 The name of the tagfile is left in the pa o [1999/12/13] bin/15471 kris Fix several buffer overflows o [1999/12/13] kern/15475 pppd(8) sets the Source Address field of o [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/14] kern/15486 Attempt to write to a "write-prot" floppy o [1999/12/15] kern/15508 disk usage after "strip" is wrong o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/17] ports/15543 hosokawa Samba + DHCP = UNKNOWN HOST NAME o [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt o [1999/12/18] kern/15554 malloc fails in OMAGIC programs o [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/21] misc/15610 3.4-RELEASE installation hang on aic0 SCS o [1999/12/21] kern/15611 EIDE Large Disk Support, Newfs problem, F f [1999/12/22] i386/15631 3.4 won't install with IBM 37.5 gb disks 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 [1999/12/29] conf/15766 My desktop display is too large, I can´t o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system o [2000/01/01] bin/15829 peter cvs -C not_a_number core dumps o [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] misc/15869 3.4-STABLE-20000103 install fails to disk f [2000/01/03] kern/15870 small PicoBSD Kernel link fails o [2000/01/03] bin/15877 Perl 5.00503 interpreter crashes with a s o [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/04] gnu/15892 NFS-exported ext2 file system makes Linux o [2000/01/04] i386/15897 Any fix for rpc.lockd on Free BSD 3.2 nfs o [2000/01/05] ports/15922 chuckr print/a2ps cannot find ogonkfied fonts [p o [2000/01/05] bin/15924 ndc restart don't preserve start options o [2000/01/07] i386/15961 System allows no keyboard input after flo o [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/09] bin/16014 New cvs in -stable prints consistent erro o [2000/01/10] kern/16040 Read-only files under NFS are not seen as o [2000/01/11] misc/16068 FreeBSD 3.3 with IDE > 32GB causes Panic: o [2000/01/12] kern/16090 mdodd No buffer space available o [2000/01/13] misc/16102 root's home directory is too open o [2000/01/14] kern/16122 Incorrect SysV SHM segment accounting by o [2000/01/15] i386/16132 FreeBSD doesn't install on Notebook w/ Sy o [2000/01/17] misc/16154 modem ring kills freebsd o [2000/01/17] bin/16155 cp -p does not preserve modification time o [2000/01/17] i386/16164 "vga"/"sc" don't work when a video card i o [2000/01/18] kern/16171 mmap(2) of /dev/kmem cause kernel panic s [2000/01/18] bin/16186 gad [MFC] [PATCH] Insecure use of strncpy() a o [2000/01/18] misc/16197 Installation problems on IBM Thinkpad 365 o [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel f [2000/01/20] misc/16238 e-bones has a Y2K bug o [2000/01/20] kern/16239 dillon NFS mount file system from multi-homed re o [2000/01/20] bin/16244 [PATCH] don't allow password re-use when o [2000/01/21] kern/16257 Kernel panic in sbdrop o [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli o [2000/01/21] bin/16271 vi has wrong len type in re_tag_conv() o [2000/01/22] kern/16299 nfs.ko can be unloaded when nfsd is runni o [2000/01/23] kern/16318 Fix for wrong interface when adding new r o [2000/01/23] alpha/16319 alpha No trailing newline in /usr/src/lib/libc/ o [2000/01/24] bin/16342 Problems with krb_realmofhost() and/or kr o [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. o [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection o [2000/01/25] bin/16353 rlogin encryption is broken on transmit s o [2000/01/27] ports/16396 reg libtool -export-symbols doesn't restrict f [2000/01/27] ports/16410 kris ssh and x forwarding problem o [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/01/28] misc/16423 Installation problem of 3.4-RELEASE using o [2000/01/30] gnu/16481 Cpp crashes frequently o [2000/01/30] i386/16482 IDE disk fails on secondary IDE master de o [2000/02/06] kern/16515 Deadlock by ntpd o [2000/02/08] bin/16578 host-name field is hexadecimal instead of o [2000/02/08] conf/16586 net if down after fail during install o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/09] kern/16598 xmcd stopped by racd0c ioctl error while o [2000/02/09] kern/16605 samba 2.0.6 under 3.4-RELEASE can't open o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/10] bin/16645 Inetd(8) internal ident won't work with m o [2000/02/18] bin/16812 level 0 dump runs forever -- generates a o [2000/02/18] kern/16816 vop_stdpoll() in /sys/kern/vfs_default.c o [2000/02/20] conf/16832 amd.map options won't play with Solaris N o [2000/02/20] kern/16849 Close on an ide tape drive hangs o [2000/02/20] misc/16860 suggetion on installation process. o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/22] bin/16920 cdcontrol fails under 4.0-20000214-CURREN o [2000/02/23] kern/16937 ie0 not probed in -current of 2000-02-18 o [2000/02/23] conf/16948 murray Sysinstall/disklabel: bad partition table o [2000/02/23] ports/16955 markm 'pgp5' built with ports/security/pgp5 doe o [2000/02/25] ports/16983 ache procmail port not prefix clean o [2000/02/25] misc/16991 jhb booting install disk and USB o [2000/02/27] kern/17033 Samsung SN-124 ATAPI CD-ROM not supported o [2000/02/28] bin/17056 rshd does improper home directory check o [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/01] conf/17117 Dial-up problems when using Kppp o [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting o [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/03] kern/17146 panic in devfs_open() while mounting devi o [2000/03/03] kern/17153 mjacob Qlogic Ultra3 cards seem to write very sl o [2000/03/05] kern/17208 3.4 Lock-up during file-completion o [2000/03/06] i386/17228 Installation floppies hang up on Compaq A o [2000/03/06] misc/17235 endless loop? harddrive corrupted? o [2000/03/06] ports/17237 hosokawa in samba suite smbclient -M worked incorr o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/11] ports/17313 ache wu-ftpd ports install invalid file owners o [2000/03/11] ports/17314 hosokawa in samba: testparm incorrectly generate w o [2000/03/12] bin/17338 netstat shows down counting UDP delivery o [2000/03/12] i386/17346 APIC cannot be enabled without turning on o [2000/03/13] bin/17360 green [PATCH] Cleanup bug in pam_ssh o [2000/03/14] i386/17374 Archive QIC02 tape-unit device randomly h o [2000/03/14] kern/17375 yokota kldload/unload cycles with syscons screen o [2000/03/15] kern/17393 kldload syscall allows the same kernel mo o [2000/03/16] kern/17403 cg CS4232 wont play w/newpcm o [2000/03/16] conf/17406 nis in /etc/host.conf breaks network prog o [2000/03/16] alpha/17410 alpha Bad tag on Alpha boot floppies o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/16] i386/17423 System hangs then reboots o [2000/03/17] gnu/17433 libobjc locks mutex before deallocating i o [2000/03/18] bin/17482 ftpd(8) forget to close TCP port in passi o [2000/03/18] kern/17483 Cannot run disklabel on virgin disk o [2000/03/19] kern/17494 Two problems with the tun device o [2000/03/19] kern/17499 grog Can't revive VINUM RAID5 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 f [2000/03/21] i386/17526 PB of frequency heuristic in uipc_socket. o [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg o [2000/03/21] kern/17542 cg random static with GUS PnP o [2000/03/22] misc/17562 PAS16 sound cycles o [2000/03/23] misc/17567 make buildworld bombing at KerbIV o [2000/03/24] kern/17583 julian NETATALK code can corrupt mbuf free lists o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/26] kern/17613 impossible to build FS KLD without kernel o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] kern/17634 cg Non-deterministic PnP sound device config o [2000/03/28] kern/17636 FreeBSD 4 uses network card driver dc whe s [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/28] ports/17652 stb netatalk port modification for des/md5 ch o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/29] kern/17680 Multiple crashes due to load in 4.0/5.0 e o [2000/03/30] kern/17695 cg Vibra16X sound card doesn't record audio o [2000/03/30] kern/17697 Boot floppy+local ftp upgrade from 3.4/in o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/03/31] kern/17715 io memory requests from pnp devices lands o [2000/04/01] kern/17738 reboot after panic: softdep_lock: locking o [2000/04/02] i386/17755 FTP install of 4.0 allocates too few inod o [2000/04/02] i386/17761 disk label editor in 4.0 deleted 3.4 part o [2000/04/03] kern/17779 ADIC 1200d (DAT changer) and Symbios SCSI o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa o [2000/04/06] kern/17829 The dc driver is seriously broken o [2000/04/06] misc/17832 Enlightenment gives Segmentation fault o [2000/04/07] bin/17841 ttyp0 (and only 0!) produces stdout input o [2000/04/07] kern/17842 Erratic user time reports for long runnin o [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m o [2000/04/07] kern/17844 Amd wedges every morning since I've upgra o [2000/04/08] kern/17863 Running DAP reboots computer o [2000/04/08] kern/17871 starting to accumulate undeletable direct o [2000/04/09] i386/17883 4.0-RELEASE panics during install. o [2000/04/10] kern/17895 stale unix domain connections o [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/10] i386/17915 pcm0 direct DMA issues. o [2000/04/10] kern/17923 cg SB16 ISA-PnP sometimes produces loud stat o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/11] i386/17930 wpaul Patch to MFC WaveLAN WEP into 3.4-STABLE o [2000/04/11] kern/17936 panic: resource_list_alloc: resource entr o [2000/04/11] i386/17940 Cannot recongize the scsi card AIC-7899 o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 wpaul vr (MII-bus version in 4.0 ONLY) driver l o [2000/04/14] ports/18003 cwt amanda2.4's SCSI changer script (chg-chio o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/15] kern/18024 when printing through gs: panic: lockmgr: o [2000/04/15] kern/18031 alpha system panics cpu_fork during AIO c o [2000/04/17] misc/18065 FREEBSD 4.0 crashes on boot Compaq Prolia o [2000/04/18] misc/18071 I cannot install Oracle 8i in FreeBSD 4.0 o [2000/04/19] i386/18089 4.0R install hangs on newfs or fsck o [2000/04/19] kern/18096 random crashes probably caused by lockmgr o [2000/04/20] kern/18110 DC-390 SCSI BIOS setting no effect and IB f [2000/04/20] kern/18113 Kernel panic while untarring a large arch o [2000/04/21] i386/18132 BTX dumps trying to boot w/ dedicated SCS o [2000/04/22] bin/18160 pppd does not hang up sometimes while sta o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ o [2000/04/23] bin/18181 Getty can fail to observe :de: specificat o [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 o [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex f [2000/04/25] i386/18212 4.0-RELEASE does not see all disk. o [2000/04/25] bin/18221 DNS resolver can fail for large DNS respo f [2000/04/26] kern/18234 phk 4.0-CURRENT crashes when "make test" in p o [2000/04/27] kern/18252 sysctl -a causes panic o [2000/04/28] i386/18268 RTC BIOS error10 (memorysize) o [2000/04/28] kern/18270 [PATCH] kldunload "vn" doesn't clean up e o [2000/04/28] kern/18285 the system froze when use scon -s 50 f [2000/04/29] kern/18303 grog panic: vinvalbuf: dirty bufs o [2000/04/30] kern/18315 System hang when doing back-to-back captu o [2000/04/30] kern/18316 close-together bt848/878 captures to file o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota kernel crash o [2000/05/18] kern/18650 panic when enabling linux with emu10k1 dr o [2000/05/19] gnu/18672 std::basic_string::c_str() o [2000/05/19] bin/18678 Bug in libz o [2000/05/19] kern/18687 mrouted and IPDIVERT cause a panic o [2000/05/20] kern/18704 GLOB_ERR not handled correctly by glob() o [2000/05/21] misc/18728 Audio and video desynch in Realplayer on s [2000/05/21] kern/18735 asmodai add support to Accton EN1217 network adap o [2000/05/22] bin/18742 times.allow field parsed incorrectly o [2000/05/22] kern/18751 if_dc doesn't autosense 100Mb mode o [2000/05/22] kern/18757 dg [PATCH] fxp driver doesn't enable flow co o [2000/05/22] kern/18763 kernel crashes when sysctl(3) is called o [2000/05/22] alpha/18768 wpaul Digital DE500-BA with "dc" driver doesn't f [2000/05/28] kern/18858 microuptime() errors even after disabling o [2000/05/28] misc/18860 Cannot write DATA record to /home/archive o [2000/05/29] kern/18869 4.0-Stable SMP kernel from 22. May unstab o [2000/05/29] kern/18875 arpintr() problem o [2000/05/30] kern/18899 if_vr.c can't bridging properly when bpf o [2000/05/30] bin/18903 pkg_add deleted its own database o [2000/05/31] kern/18924 sysctl hw.bt848 crashes machine (bktr dri o [2000/05/31] conf/18925 No X Desktop Environments in 4.0 o [2000/05/31] misc/18927 jwd Missing tools in release/scripts/src-inst o [2000/05/31] kern/18932 Total loss of ethernet needing reboot. P o [2000/06/01] i386/18940 Reading from stdin using linux-jdk-1.2.2 o [2000/06/02] kern/18980 ATAPI Drive boots Install CD but then say o [2000/06/03] i386/18981 3.4 CDROM fails to boot on Dell PowerEdge f [2000/06/04] kern/19009 Mounting bad CD-ROM causes crash o [2000/06/05] kern/19020 kernel reboots sometimes o [2000/06/05] misc/19025 Installer assumes /dev exists if target d f [2000/06/06] conf/19080 murray sysinstall's use of host.conf prevents ft o [2000/06/07] ports/19093 obrien problem with mail/muttzilla o [2000/06/08] kern/19121 IPv4 multicast does not work without rout o [2000/06/08] misc/19125 Undefined symbol `_poll' referenced from f [2000/06/12] kern/19219 le driver causes kernel panic during ifco o [2000/06/12] bin/19231 quota/mount commands inconsistency o [2000/06/13] ports/19238 will sgmltools1 o [2000/06/13] i386/19245 -fexpensive-optimizations buggy (even wit o [2000/06/14] kern/19256 in devicedriver cy.c make_dev (..) probl o [2000/06/14] ports/19281 billf Error in ucd-snmp port with tkmib o [2000/06/16] kern/19347 top, CPU and SMP-problem in new kernel o [2000/06/17] bin/19357 swap info incorrect after using sysinstal o [2000/06/18] kern/19363 Do allow processes know about their file o [2000/06/19] bin/19375 makekey accepts only 8-byte password o [2000/06/19] misc/19376 ncurses alters buffering of stdin/stdout o [2000/06/19] kern/19389 Panic caused by sendfile(2) o [2000/06/19] bin/19393 programs using strftime () dump core if R o [2000/06/20] kern/19402 Signals 127 and 128 cannot be detected in o [2000/06/20] bin/19405 telnetd sends DO AUTHENTICATION even if a o [2000/06/23] conf/19461 X authentication doesn't work off the CD o [2000/06/23] kern/19465 SYNC_CHACHE PROBREM: NEWTECH NDA20128A o [2000/06/23] kern/19479 processes stuck in 'ffsvgt' and 'FFS no' o [2000/06/23] kern/19482 Upgrade from 4.0-RELEASE to 4.0-STABLE ca o [2000/06/24] kern/19488 Bug in 4.0-STABLE (acting as a Bridging f o [2000/06/25] kern/19499 EtherExpress 16 is not probed o [2000/06/25] i386/19508 pci bus not probed for pci ethernet card f [2000/06/25] i386/19512 get problem in compile gcc-2.7.2.3 o [2000/06/27] conf/19542 Problem with Proxy f [2000/06/27] misc/19548 DES in 3.5-RELEASE allows trailing charac o [2000/06/27] misc/19557 Denying more than 10 ports with an 'open' a [2000/06/28] ports/19561 andreas Ghostscript 6 in ports refuses to build o [2000/06/28] conf/19569 stock IPFW rules have subtle udp hole o [2000/06/30] kern/19603 luigi 20 ethernet interfaces not compatible wit o [2000/06/30] docs/19604 steve Web query interface doesn't search or Ori o [2000/06/30] kern/19612 cg SBLive produces 75% static and 25% actual f [2000/06/30] kern/19614 johan missing blowfish in current kernel tree ( f [2000/06/30] kern/19615 cannot build current kernel (30-june-2000 f [2000/06/30] kern/19616 current kernel build failes on miibus o [2000/07/02] misc/19646 Level 0 dump takes way longer than it sho o [2000/07/02] kern/19654 wpaul 20 dc ports in one machine (5x 4port card o [2000/07/03] i386/19662 kernel panic after too many socket freed o [2000/07/03] kern/19672 dillon contigmalloc1() oddity for large alignmen o [2000/07/03] misc/19673 obrien dhclient-script will not always set the h o [2000/07/05] ports/19711 asami bsd.port.mk and autoconf are conflict o [2000/07/05] kern/19714 dillon swap_pager_getswapspace: failed o [2000/07/06] i386/19737 Cannot build a profiled kernel; load fail o [2000/07/07] bin/19773 [PATCH] telnet infinite loop depending on a [2000/07/08] bin/19789 sos [PATCH] msinfo reports incorrect data for o [2000/07/09] kern/19814 marcel Oracle8i installer triggers problem in th o [2000/07/10] i386/19820 Installation of Lotus Notes 5.0 for Linux o [2000/07/12] kern/19875 A new protocol family, PF_IPOPTION, to ha o [2000/07/12] kern/19880 Problem with configuring RS-232 multiport o [2000/07/13] misc/19909 dillon Problem with NFS client in 4.0-STABLE o [2000/07/15] bin/19946 possible bug in sh(1) with -p flag (privi o [2000/07/15] misc/19951 jmz moused has problems with XFree86 o [2000/07/17] bin/19978 will /usr/bin/make segfaults w/o Makefile for o [2000/07/17] misc/19994 sscanf() fails on 64-bit operations o [2000/07/18] kern/20016 jasone pthreads: Cannot set scheduling timer/Can o [2000/07/18] docs/20028 doc ASCII docs should reflect tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/22] kern/20115 cg pcm0 doesnot work on Panasonic Let's note o [2000/07/23] docs/20117 doc *printf manpage doesn't document %n o [2000/07/24] ports/20156 dirk 1.6.2.2 has some nasty bugs o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/26] bin/20194 amd doesn't provide directories automatic o [2000/07/27] misc/20210 4.1-RC crashes o [2000/07/27] kern/20213 NFS and Linuxulator issues in PR kern/194 o [2000/07/27] kern/20217 avalon IPF default block and inclusion in rc.net o [2000/07/27] bin/20220 unable to Ctrl-C (quit) when using "more" o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/28] alpha/20248 alpha DEFPA FDDI on alpha panics system o [2000/07/28] kern/20256 phk microuptime went backwards message keeps o [2000/07/28] bin/20259 des fetch(1) confused when redirected from ht o [2000/07/28] conf/20272 jkh Missing subdirs in the src/usr.sbin src p o [2000/07/29] conf/20282 murray sysinstall does not recover some /etc fil o [2000/07/30] kern/20299 cg Noise / Scratchiness in 4.1 SBLive driver f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons o [2000/08/01] kern/20340 cg SNDCTL_DSP_GETODELAY on pcm device is inc o [2000/08/02] kern/20361 In in.c:in_addmulti, missing splx when if o [2000/08/02] bin/20372 ftp login incorrect when s/key active but a [2000/08/02] bin/20373 obrien Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, o [2000/08/09] ports/20503 sheldonh apache w/ mod_perl segfaults on 'use IO;' f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] kern/20523 Support for PCI multiport cards for sio d f [2000/08/10] misc/20530 asmodai CMSG_DATA requires additional header file o [2000/08/12] ports/20564 ports [PATCH] nethack-gtk md5 correction, typo o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/13] ports/20581 ports current cdrecord port fails to install o [2000/08/14] bin/20591 src/usr.bin/file/MAINT & README & file.1 f [2000/08/14] gnu/20608 Problem by 'make world' from update 4.0-R o [2000/08/14] kern/20609 dillon panic: vm_fault: fault on nofault entry, o [2000/08/15] kern/20619 arpintr o [2000/08/15] kern/20631 kernel panics on ifconfig if_le f [2000/08/15] kern/20632 stacking mount_null causes an error: moun o [2000/08/15] bin/20633 jhb fdisk doesn't handle LBA correctly o [2000/08/16] bin/20646 dwmalone [PATCH] /bin/cp -p whines on set[ug]id im o [2000/08/17] ports/20679 ports Port of Tcpview-1.0 o [2000/08/17] ports/20680 ports ports that don't have man pages with NO_I f [2000/08/17] i386/20685 fbsd 4.1-stable crashed when compiling st f [2000/08/17] misc/20687 murray FTP Install thru http proxy jumps to extr f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] ports/20705 ports xwave port fails to build o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete o [2000/08/18] ports/20711 cwt amanda doesn't like the output from its c o [2000/08/20] bin/20725 Raw floppy writes fail for partial bytes. o [2000/08/20] kern/20734 n_hibma USB mouse detaches and never reataches o [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/22] kern/20785 ru changing IP address on an interface may n o [2000/08/23] misc/20796 After "Waiting 15 seconds for SCSI device o [2000/08/24] ports/20819 ports XFMail 1.4.0 dumps core w/signal 6 when c o [2000/08/24] ports/20822 jmz [PATCH] PAM support broken in XDM o [2000/08/24] ports/20831 torstenb Autoconf Port: Bug introduced by patch-ag f [2000/08/25] i386/20833 On first boot, filesystem failed, startup o [2000/08/25] gnu/20835 markm Errno.pm is lost in perl system o [2000/08/26] misc/20861 jasone libc_r does not honor socket timeouts o [2000/08/26] misc/20865 murray Installation auto default 50 MB root not o [2000/08/28] gnu/20912 obrien gdb does not recognise old executables. o [2000/08/28] ports/20913 vanilla ports not linking against -ljpeg o [2000/08/29] i386/20925 doscmd(1) does not truncate a file int wr o [2000/08/29] kern/20933 sos ATAPI ZIP drive allows mounted disks to b o [2000/08/30] bin/20952 ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE f [2000/08/31] i386/20973 Probing error-------cannot install o [2000/09/01] ports/20986 reg Mozilla M17 installs incorrectly o [2000/09/02] ports/21002 stb setiathome port has problems under clean s [2000/09/03] ports/21014 will [PATCH] Fix for kdelibs2 PLIST s [2000/09/03] ports/21015 will [PATCH] Fix for kdebase2 PLIST a [2000/09/04] kern/21028 sheldonh Add Zoom V90 Internal modem support o [2000/09/06] kern/21073 cg PCM sound driver silently accepts imprope o [2000/09/06] i386/21087 tanimura ed driver incorrectly fails probe for ISA o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w o [2000/09/08] ports/21116 ports vmware2 does not compile on -current o [2000/09/08] kern/21118 luigi Multiple problems in ipfw's stateful code f [2000/09/08] ports/21126 ports httpd warnings regarding attempts to free o [2000/09/08] kern/21131 Floppy causing cold boot in -STABLE o [2000/09/08] kern/21132 setting kern.hostid to 2887705710 fails. o [2000/09/08] bin/21133 sail driver dies o [2000/09/08] kern/21139 IBM DNES drives need 'quirk table' entry. o [2000/09/09] kern/21143 `#define schedsofttty' et al. should not o [2000/09/09] ports/21146 green [patch] openssh with LOGIN_CAP don't setu o [2000/09/09] bin/21152 @monthly entry in crontab is run every da o [2000/09/09] kern/21155 Load average (either with uptime both top o [2000/09/10] kern/21162 panic in ffs_softdep.c: handle_workitem_f o [2000/09/10] kern/21173 cg pcm "panic: no feed" with Creative SB AWE o [2000/09/10] kern/21175 peter ISA DMA channels 4-7 operate on wrong mem o [2000/09/11] bin/21208 tar does not support 2.5 GB file o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi o [2000/09/11] ports/21210 dima acroread port missing lib a [2000/09/13] bin/21248 kris openssl dumps core with blank passwords o [2000/09/13] bin/21251 NIS problem - ypbind does loop in CLNT_BR o [2000/09/13] misc/21252 dhclient opens too many files o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21263 jseger Cannot use ImageMagick o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault s [2000/09/14] bin/21268 [MFC] user set no nobody is not good o [2000/09/14] kern/21270 Kernel compilation errors and dies when c o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes o [2000/09/15] bin/21292 ifconfig warn but does duplicate IP addre o [2000/09/15] i386/21297 kernel panic TRAP 18 during kern.flp inst o [2000/09/15] misc/21300 Install CD-ROMs don't give users enough r o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX o [2000/09/15] kern/21305 roger bktr driver dosn't send signals in contin o [2000/09/16] ports/21306 ports New ports: GB2JIS, a tool to convert GB t o [2000/09/16] ports/21319 ports ports submission - wmx10 o [2000/09/17] misc/21328 Should newer version of OS-BS be on CDROM o [2000/09/18] ports/21360 ports kaffe port's PLIST file is inaccurate o [2000/09/18] kern/21363 cg Panic in pcm/channel.c when running RealP a [2000/09/18] bin/21375 obrien [PATCH] dhclient runs away on interface r o [2000/09/18] misc/21384 pcm driver has static in recorded audio o [2000/09/18] ports/21386 ports compile fails on -current o [2000/09/19] kern/21400 ata driver stealing IRQ15 on Compaq Proli o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites o [2000/09/20] ports/21417 ports ports/news/trn/pkg/PLIST misses bin/inews o [2000/09/20] kern/21424 Blocking issue while regenerating aliases o [2000/09/20] kern/21429 box reboots with panic: pipeinit: cannot o [2000/09/20] gnu/21433 g++ optimiser produces bad code on right o [2000/09/21] ports/21448 ports msql2d.sh doesn't start the daemon o [2000/09/21] misc/21451 murray [PATCH] Release/Sysinstall documentation: o [2000/09/21] kern/21461 ISA PnP resource allocator problem o [2000/09/21] kern/21463 marcel Linux compatability mode should not allow o [2000/09/21] ports/21464 marcel linux_base port installs insecure glibc r a [2000/09/25] conf/21540 bp installworld panics for diskless clients o [2000/09/25] ports/21548 ports libcoro.a (ports) should use MAP_STACK wh o [2000/09/26] i386/21559 rnordier BTX loader sometime show registers o [2000/09/26] misc/21583 CVS pserver - login succeeds but checkout o [2000/09/27] conf/21593 Whither cons25, or, cons25 causing intero o [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] i386/21624 trap in gusc_attach o [2000/09/28] kern/21625 yokota kernel hangs if SC_NO_FONT_LOADING define o [2000/09/28] kern/21631 4.1.1 Release and Stable don't detect my o [2000/09/28] bin/21637 [telnet] No address associated with hostn o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/09/29] kern/21647 unable to boot 4.1-STABLE- with 4GB of RA o [2000/09/29] kern/21653 I need a AD1816 Driver o [2000/09/29] bin/21654 Re: nvi's -c flag does no do what it is d o [2000/09/29] ports/21656 ports PGP6 port based on pgp-6.5.8 o [2000/09/30] bin/21660 crontab mishandles day range o [2000/10/01] kern/21674 Fujitsu MO drives M2513A don't like the s o [2000/10/01] kern/21676 CDROM drive not recognised during install o [2000/10/01] kern/21688 Kernel crash with Adaptec AAA-133 and ahc o [2000/10/02] kern/21693 cg hwptr went backwards 2112 -> 1312 o [2000/10/02] misc/21701 murray Keymap selection menu broken on initial i o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/02] misc/21716 The site search results *suck*. o [2000/10/03] kern/21736 Source-tree broken, can't compile Kernel o [2000/10/04] ports/21756 peter errors in Squid-2.3.4's configure prevent o [2000/10/04] ports/21761 peter Re: errors in Squid-2.3.4's configure pre o [2000/10/05] kern/21771 Fix for sppp and Cronyx drivers update o [2000/10/05] ports/21774 ports upgrading Boehm's Garbage Collector port o [2000/10/05] gnu/21779 patch(1)'s bug of new file creation o [2000/10/06] ports/21784 andreas further improving the PostgreSQL port o [2000/10/06] kern/21791 Hang on FIN_WAIT_2 a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/07] i386/21824 bt driver no longer attaches due to chang o [2000/10/07] kern/21827 mount causes freebsd 4.1.1 to reboot o [2000/10/08] ports/21838 ports Updated port devel/sip o [2000/10/08] ports/21839 ports Updated port x11-toolkits/py-qt o [2000/10/09] kern/21860 The fix to TCP_ISSINCR after the bugtraq o [2000/10/09] kern/21869 Compiling a a.out kernel on FreeBSD 4.0 o [2000/10/09] bin/21877 green [PATCH] DSA support for pam_ssh o [2000/10/10] kern/21898 If options NFS is not in the kernel, moun a [2000/10/10] misc/21904 dougb [MFC] [PATCH] Fix for diskless startup bu o [2000/10/11] bin/21918 Revision 1.5 provides incomplete fix for o [2000/10/12] bin/21934 jkh CVSupit install from /stand/sysinstall st o [2000/10/12] misc/21940 Modem Power-Off kills system o [2000/10/12] kern/21946 vm_fault when (accidentally) attempted to o [2000/10/13] ports/21951 ports ports/databases/db3: cannot configure o [2000/10/13] kern/21965 Running ldconfig (linux binary) from ld-1 s [2000/10/14] docs/21990 asmodai exec(3) manpage vs source inconsistency o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/15] i386/22006 quotacheck halt f [2000/10/15] ports/22010 sobomax Automatic build of windowmaker is broken s [2000/10/16] gnu/22025 markm perl does chmod in installworld o [2000/10/16] kern/22029 mckusick use of softdependencies leads to major fi o [2000/10/16] ports/22035 ports configure problem o [2000/10/16] ports/22036 ports StarOffice 5.2 CDROM install still fails o [2000/10/16] ports/22037 ports Missing shared xpm lib prevents windowmak o [2000/10/17] kern/22063 brian bpf when used with the select system call o [2000/10/18] kern/22078 Option ROM(s) must be excluded from ISA I o [2000/10/18] bin/22105 /usr/src/bin/sh - Permission denied when o [2000/10/19] misc/22111 Install 4.1.1 o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/20] ports/22148 ports Can't make chipmunk port o [2000/10/20] conf/22151 source mechanism of /etc/rc.conf* files o [2000/10/20] i386/22153 make installworld error when upgrading fr o [2000/10/20] ports/22172 ports freetds port does not work to access MS-S o [2000/10/21] ports/22194 ports Update Makefile for misc/heyu o [2000/10/21] kern/22200 4.1.1-RELEASE can't mount CDROMS (negativ o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group o [2000/10/22] kern/22225 Trying to build a CURRENT snapshot on 4.1 o [2000/10/22] ports/22227 ports boehm-gc don't work correctly in leak det o [2000/10/22] misc/22229 X configuration o [2000/10/23] ports/22239 ports Image-Magic ports make error o [2000/10/24] misc/22283 when attempting to boot from CDROM to ins o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22286 marcel siglongjmp does not properly restore the o [2000/10/25] conf/22287 binary upgrade install to 4.1.1 does not o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/26] bin/22307 green ssh dumps core if fields in password entr o [2000/10/26] ports/22311 ports upgrade of www/cadaver to the latest 1.15 o [2000/10/26] i386/22315 Cannot reboot or power-off the machine o [2000/10/26] ports/22323 ports audio/lame can't fetch its source code o [2000/10/26] ports/22328 ports new port -- print/ttf2pt1 o [2000/10/27] ports/22368 ports new port x11-fonts/koi8u-monaco; new cate o [2000/10/28] kern/22372 cg |4.1.1-STABLE|[PATCH] resume from suspend o [2000/10/29] kern/22397 n_hibma ulpt0 usage leads to kernel panic o [2000/10/29] ports/22400 will klaptopdaemon is useless o [2000/10/29] ports/22403 asami "make readmes" hangs if category director o [2000/10/30] kern/22411 CD-RW drive works mostly, but can't fixat o [2000/10/30] ports/22416 reg mozilla segfaults on current o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/10/30] ports/22423 ports Update port: graphics/ImageMagick to 5.2. o [2000/10/30] ports/22425 ports new port: geminifonts -- fonts for koi8-u o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker o [2000/10/31] kern/22460 PCMCIA card using ed driver temporarily f o [2000/10/31] ports/22465 stb /var/pwcheck CONFLICT between mail/cyrus o [2000/11/01] bin/22482 The sysctl (8) command uses strtol on inp o [2000/11/01] kern/22484 System locks on reboot with a Severworks o [2000/11/01] bin/22489 mass IP aliasing via ifconfig broken o [2000/11/02] ports/22517 ports New ports o [2000/11/02] kern/22521 netgroup can't work on FreeBSD-4.1.1-STAB o [2000/11/02] kern/22532 [patch] /dev/dsp is sometimes busy when n o [2000/11/03] i386/22568 dfr ppc0 panics on DMA with drq set to 0 o [2000/11/03] misc/22588 scp hangs when using Lucent 802.11b card f [2000/11/03] kern/22594 NFS can't handle asymmetric server routin a [2000/11/03] bin/22598 gshapiro rmail recently broken wrt (at least) post o [2000/11/04] i386/22606 Panic on boot: panic string "panic ahc0: o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/05] kern/22634 4.2-Beta (11/06) Kernel does not detect S o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/06] kern/22642 Load average stuck not changing o [2000/11/06] kern/22643 Cannot compile kernel with support for Gr o [2000/11/06] alpha/22650 mjacob SCSI CD drives not attached on boot on is o [2000/11/06] ports/22656 bmah port update to correct mail/exmh2 support o [2000/11/07] ports/22663 ports vmware2-2.0.3.799 fails in patch o [2000/11/07] kern/22664 [PATCH] mounting an audio CD causes kerne o [2000/11/07] ports/22665 ports f [2000/11/07] kern/22667 dwmalone kernel panic when attepmt to remove file o [2000/11/07] ports/22668 jseger graphics/xpm o [2000/11/07] bin/22670 green pam_ssh dumps core due to bug in env_dest o [2000/11/07] ports/22671 ports new port: security/sst -- yet another SSL o [2000/11/07] kern/22680 ATA driver think Ultra ATA-100 drive is A o [2000/11/08] bin/22685 Repairing a directory hard link. o [2000/11/08] ports/22689 will 2.3.0 o [2000/11/25] misc/23091 unable to fixate a disk with burncd o [2000/11/25] misc/23094 The PR system has no way to let committer o [2000/11/25] bin/23098 If installing on a serial console, enable o [2000/11/25] ports/23101 billf editors/vigor pkg-plist broken o [2000/11/26] ports/23107 obrien lsof fails to compile on 4.2-STABLE o [2000/11/26] i386/23108 Boot defaults to wd(4) devices rather tha o [2000/11/26] misc/23120 '|more' takes up to 100% system resources o [2000/11/26] ports/23122 ports programs requiring glib13 fail in configu o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend 1050 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/05/13] bin/401 Add REMOTE_* variables s [1995/06/15] bin/517 Bad group change with 'install' s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p o [1995/10/03] kern/765 asmodai umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1995/11/30] bin/854 swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] bin/1093 route's diagnostic is weird a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/09/08] bin/1589 msmith [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def o [1996/10/20] bin/1849 obrien gdb sets library breakpoints on the wrong s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 vm statistics are bad s [1996/12/14] bin/2216 obrien [PATCH] Ada specs not being compiled into a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab 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 o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/31] gnu/3157 obrien Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/29] bin/3416 ibcs emulation problems a [1997/05/08] gnu/3552 asmodai the -L option of tar does not work proper o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) f [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/18] kern/3901 dg Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/07/07] kern/4051 pppd connect 'chat ...' broken o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) 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/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 sheldonh man can display the same man page twice o [1997/08/29] bin/4420 roberto 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/13] kern/4528 processes hang if the mount_portal proces s [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord f [1997/09/16] misc/4556 will make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c f [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 imp pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/14] kern/5048 dillon Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/20] kern/5108 dillon pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 dillon kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM 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/11] kern/5275 dillon [PATCH] Added volume (barcode) support to 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 f [1997/12/30] i386/5398 dillon silo overflows running o [1998/01/02] bin/5410 phantom pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with f [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir o [1998/02/06] kern/5672 dillon Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when f [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/22] gnu/6107 obrien gdb should support PRINTF_HAS_LONG_LONG f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to f [1998/04/20] bin/6359 routed does sent router discovry solicita a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf s [1998/05/05] bin/6521 nbm [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 hoek bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 phk sysinstall: install from MS-DOS MO divece o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % f [1998/07/02] kern/7146 imp The PCCARD doesnt recognize cards in top s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 murray 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). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad f [1998/07/23] kern/7377 we have a new digiboard driver supporting a [1998/07/31] docs/7456 doc dialog(3) man page outdated f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [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 o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/20] bin/7998 jkh pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d f [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/27] i386/8867 murray /stand/sysinstall core dumps (signal 11) o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM f [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() 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 o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress f [1999/01/07] bin/9374 roberto Improved functionality for find(1) o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/31] ports/9840 asami 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/03] bin/9902 error in german (and some other) locale s o [1999/02/08] bin/9972 groff always built for US (letter) sized 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/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/20] kern/10175 Bridging support incomplete for some netc f [1999/02/21] ports/10178 kris USE_SOCKS=YES option broken for security/ a [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10274 will make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/03/01] docs/10349 phantom For long .Dt fields, rendering is broken- o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i c [1999/03/06] ports/10454 obrien Update: emulators/spim a [1999/03/06] kern/10455 pcaudio breakage f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 marcel Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] misc/10667 murray Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 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] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682 asami List mirror sites in MASTER_SITE_BACKUP - o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/26] misc/10803 joe whois(1) client enchancements a [1999/03/26] misc/10804 joe whois(1) enhancement o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/05] ports/10965 obrien lcc-3.6 unable to compile anything o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048 obrien variable not initialized in fwtk-lib lead o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 will make(1) does not work as documented with o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba 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/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] conf/11243 mountd startup can lose flags o [1999/04/20] bin/11248 Shuffle 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/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/03] misc/11478 assar Non-functional AFS support in KerberosIV o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt s [1999/05/09] ports/11611 billf Update port: net/ntop o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/12] kern/11676 PCIless kernel will not compile with ATAP o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/18] kern/11765 performance bug: network devices fxp & de o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/26] bin/11896 cap_mkdb dumps core when non-files passe o [1999/05/26] i386/11898 Connot wirte to floppy on HP OB800CT with o [1999/05/26] bin/11900 Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/28] bin/11914 wosch makewhatis during installworld uses /usr/ o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/29] kern/11941 FreeBSD box reboots itself when changing o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/01] kern/11981 brian access to tunN devices not allowed to non o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/03] kern/12014 Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor a [1999/06/06] bin/12052 sh type builtin appends first path compon 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/09] kern/12095 [PATCH] Buggy ATAPI Zip Drive is not dete o [1999/06/09] bin/12107 Add switch to dump to support multiple du o [1999/06/10] i386/12113 ESS1688 support for VoxWare sound driver o [1999/06/10] bin/12115 pppd reports wrong connected duration wit o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12263 hoek "more" problems with long filenames o [1999/06/18] bin/12280 LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 asami Adds refetch functionallity to bsd.port.m o [1999/06/21] i386/12326 wdc flag 0x1000 (LBA addressing) prevents o [1999/06/21] kern/12333 ProAudio Spectrum sound card broken model o [1999/06/21] kern/12334 Some ProAudio SPectrum cards do not do DM o [1999/06/21] kern/12335 if_pn.c lacks bridging support; patch enc o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/27] bin/12421 sysinstall label fails o [1999/06/28] conf/12432 empty amd_flags causes start failure in r o [1999/07/02] docs/12486 mpp listing of (56) utilities in /bin:/sbin:/ o [1999/07/02] bin/12489 /sbin/route exits with 0 on some errors o [1999/07/05] bin/12528 [PATCH] tip's "tipout" child doesn't alwa o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr f [1999/07/12] misc/12612 ncurses ash shipped with 3.2-R missing sy o [1999/07/13] misc/12633 CMI8330 chip based integrated sound card o [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/16] kern/12668 The kernel clock goes slow with PLIP devi o [1999/07/18] kern/12697 Out of swap handling [PATCH] o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] kern/12723 imp Unnecessary use of magic numbers in F_[SG o [1999/07/22] kern/12764 luigi Patch for using x11amp with voxware (stol o [1999/07/22] misc/12765 cable problem: link down for de0 NICs. f [1999/07/23] bin/12782 roberto xntpd doesn't handle interface aliases pr o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy s [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/25] bin/12806 `sh -e' doesn't parse multi-command lines o [1999/07/28] kern/12855 panic:softdep_flushfiles:looping, caused o [1999/07/30] misc/12887 Problem with "top" command in SMP o [1999/07/30] misc/12888 strange kernel messages when copying file o [1999/07/31] bin/12898 Added a command-line switch to netstat to o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/03] bin/12942 m4: len(`') returns `' o [1999/08/04] ports/12952 asami make _PORT_USE touch cookies by variable, o [1999/08/04] bin/12957 rpc.rusersd dumps core with signal 11 whe o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. o [1999/08/05] misc/12983 system hang accessing mounted msdos flopp o [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/07] conf/13016 gshapiro Wrong sendmail.cf file used by mergemaste o [1999/08/07] docs/13020 mpp Manpage capitalization o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/09] bin/13042 will make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/11] docs/13079 dwhite new man page describing timeradd() family o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system o [1999/08/15] kern/13164 jhb kthread_exit stops, but doesn't release p o [1999/08/16] misc/13185 "tengo problemas con el pop3" a [1999/08/18] docs/13218 phantom Many manpages still not conformed mdoc(7) o [1999/08/18] kern/13220 mkdep: compile failed - ../../pci/if_de.c o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque s [1999/08/19] kern/13252 niced jobs don't behave really nice o [1999/08/19] bin/13254 yp_all error messages have wrong text o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/20] bin/13278 rogue: killed by fire corrupts score file o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for 512MB o [1999/09/22] ports/13898 ports New port: misc/dictd o [1999/09/23] conf/13918 Termcap entries for VESA modes missing a [1999/09/23] gnu/13921 sheldonh awk -v var=val coredump o [1999/09/23] kern/13924 sb/snd driver broken under 4.0-19990918-C o [1999/09/24] i386/13936 murray No clear indictaion of how much space to o [1999/09/25] docs/13950 doc webpage idea o [1999/09/25] docs/13967 doc FreeBSD Related Publications in Korea o [1999/09/26] kern/13979 [PATCH] add serial number to IDE HD probe o [1999/09/27] kern/14006 pas2_pcm.c pcm playback problem, with fix o [1999/09/29] bin/14040 amd has wrong uname data compile in it o [1999/09/30] i386/14048 ``doscmd -r'' doesn't work o [1999/10/01] ports/14077 dec Multicast not available on multicast enab o [1999/10/01] bin/14078 -stable 'make release' does not work on - f [1999/10/01] kern/14083 gibbs CAM 3.3-RELEASE fails boot w/2940UW + non o [1999/10/05] bin/14142 gshapiro sendmail: mci.c: bad pointer conversion i o [1999/10/06] docs/14158 doc md5(1) manpage should not claim the md5 a o [1999/10/06] docs/14165 nbm FDP introduction article o [1999/10/06] kern/14166 roger AVER TVPhone o [1999/10/07] bin/14175 route for ip aliasing o [1999/10/07] ports/14182 asami Patch: bsd.port.mk: add plist target o [1999/10/08] kern/14217 bde [PATCH] EXT2FS as a KLD o [1999/10/09] ports/14225 markm Patches for security/pgp5 o [1999/10/09] kern/14240 compilation error: __cmpdi2 unresolved o [1999/10/09] bin/14246 kvm_open and kvm_openfiles not works corr o [1999/10/10] bin/14255 rup and rusers could not deal with many h o [1999/10/11] misc/14258 IP_TOS and IP_TTL sockopt doesn't work on a [1999/10/11] ports/14260 jkoshy new port: www/woda - A Web Oriented Datab o [1999/10/11] misc/14263 phantom There ara no ukrainian locale in stable/c o [1999/10/11] misc/14273 Somewhat bogus entry in termcap o [1999/10/13] ports/14316 markm exmh not recognizing mh and uses too many o [1999/10/13] bin/14318 jkh sysinstall upon install has some counter- o [1999/10/14] ports/14323 markm [PATCH] ports/security/pgp5: Invoked with o [1999/10/14] bin/14330 peter [PATCH] fix clash between /usr/src/contri o [1999/10/14] bin/14335 peter Manual page for ndc gives incorrect path o [1999/10/15] kern/14346 imp Both pccard/cardinfo.h and sys/memrange.h o [1999/10/15] kern/14350 Security enhancement to ICMP o [1999/10/15] kern/14355 perhaps a guard page needed for UP-mode k o [1999/10/15] kern/14356 grog vinum and ``some processes would not die; o [1999/10/16] bin/14361 locate bogusly converts to network byte o o [1999/10/17] kern/14380 [PATCH] if_de workaround for when BIOS do o [1999/10/18] i386/14396 Floppy install of 3.2-release, 3.3-releas o [1999/10/21] bin/14448 ftp-client may not recognize failure, rep o [1999/10/23] misc/14488 kget doesn´t write the key word "enable" o [1999/10/25] misc/14511 chapss Y2K problem o [1999/10/25] bin/14533 imp pccardd improperly assigns irqs o [1999/10/26] bin/14545 quota reports in K, but header says 'bloc a [1999/10/27] kern/14561 ken ioctl (fd, CDIOCEJECT, (void*) 0) doesn't s [1999/10/27] kern/14562 ken ioctl() codes should be provided for ejec o [1999/10/27] docs/14565 doc ioctl() codes for device type `fd' (flopp o [1999/10/27] i386/14574 ISA based ESS1688 support(partially) for o [1999/10/28] kern/14584 Proposition for improved file permissions o [1999/10/29] misc/14599 pam_kerberosIV.so in the 'krb.??' package o [1999/10/29] kern/14602 struct utsname fields are allocated too s o [1999/10/31] kern/14639 convert proc.p_peers to a queue(3) LIST o [1999/11/01] kern/14646 kern.boottime affected by APM suspend/res o [1999/11/01] bin/14648 markm `make world' now requires -DNOCRYPT in my o [1999/11/02] gnu/14664 tar checks for volno-file even if it shou o [1999/11/02] docs/14677 chris listing of (48) utilities in /bin:/sbin:/ a [1999/11/03] docs/14682 marko lprm(1) unaware of lp(1) Environment Vari o [1999/11/03] bin/14697 grog Exploitable buffer overflow in Vinum (Fre o [1999/11/04] conf/14714 phantom Need support for imap4 and pop3 in /etc/p o [1999/11/06] misc/14746 xf86config shell script leaves arrow keys o [1999/11/08] ports/14783 jmz mgetty 1.1.12 always sets clocal o [1999/11/08] bin/14786 dwmalone [PATCH] tail breaks on large files o [1999/11/08] conf/14791 Optionally change the behaviour of fsck u o [1999/11/08] i386/14793 more fdisk partition types o [1999/11/09] i386/14800 FreeBSD BootMgr not configurable (or at l o [1999/11/10] conf/14810 [PATCH] initialising multiple interfaces a [1999/11/10] bin/14817 strptime(3) '%C' conversion incorrect o [1999/11/11] ports/14824 wosch no '\0' at the end of buffer o [1999/11/11] bin/14829 rc.shutdown is handled unconsistently by o [1999/11/12] kern/14839 RELENG_2_2 boot kernel is large size prob o [1999/11/12] kern/14840 Opti930 doesn't work. o [1999/11/12] kern/14841 adrian IEEE 802 encapsulation for arp on etherne o [1999/11/12] ports/14854 peter port comms/conserver partially ignores ${ o [1999/11/13] conf/14864 I can not get dual Boot to boot FreeBSD f o [1999/11/14] i386/14891 New smbus driver lmsmb a [1999/11/16] ports/14924 markm p5-Apache-Radius with mod_perl broken on o [1999/11/16] bin/14925 getsubopt isn't poisonous enough o [1999/11/16] conf/14931 rc logging facility f [1999/11/16] ports/14933 imp Simple patch to log password attempts on o [1999/11/17] ports/14965 wosch stat port doesn't know fifo file type o [1999/11/17] kern/14968 wollman Convert resource_head and resource.r_link o [1999/11/18] conf/14973 Digi-multiport serial card? f [1999/11/18] conf/14974 jhb In RELENG_3, fdisk reports sizes incorrec o [1999/11/18] ports/14977 peter conserver doesn't support speed over than o [1999/11/19] misc/14999 phantom ISO8859-5 locale missing from RELENG_3 o [1999/11/19] misc/15000 ftp(1) needs to send HTTP/1.1 Host: heade o [1999/11/20] conf/15010 "client" firewall configuration kills inc o [1999/11/21] ports/15021 asami some port installs fail for non-root user o [1999/11/21] kern/15022 jkh Suggestion for enhancement: move isp firm o [1999/11/21] conf/15038 jkh In sysinstall, easy to not notice that se o [1999/11/23] kern/15065 fsck can't fix "huge" zero length files o [1999/11/25] kern/15095 TCP's advertised window is not scaled imm o [1999/11/27] i386/15119 pcm sound driver dma problems with isa-pn o [1999/11/28] ports/15142 jmz Added DIST_SUBDIR to print/tex port o [1999/11/29] misc/15168 Adding tracklist support to fdformat o [1999/11/29] kern/15175 tcp_input() fails to update m->m_pkthdr.l o [1999/11/30] bin/15182 "* Wed-1 event" in calendar produces "31 o [1999/11/30] misc/15196 shutdown -h no longer synching disks, thu o [1999/12/01] misc/15205 billf Addition to /usr/games/random o [1999/12/01] misc/15215 Outputting in Fortune under certain circu o [1999/12/02] i386/15218 kernel says: raw partition size != slice o [1999/12/02] bin/15229 joe mtree - different from mtree in NetBSD 1. o [1999/12/05] kern/15280 kernel panic during FreeBSD install o [1999/12/06] bin/15301 Bug in /usr/sbin/syslogd: strips 8th bits o [1999/12/06] misc/15304 bmah proposed modifications to pkg_version o [1999/12/07] ports/15329 cwt amanda24 modification o [1999/12/07] misc/15339 fdformat should exit non-zero when user c a [1999/12/09] ports/15387 billf ethereal's packet-smb.c calls str*() func o [1999/12/09] bin/15390 obrien Upgrade rdist to 6.1.5 o [1999/12/10] bin/15410 edquota -p copies current usage as well a o [1999/12/11] bin/15416 addr2line is unable to find line numbers o [1999/12/11] bin/15418 tput(1) doesn't work with new libncurses. o [1999/12/11] misc/15421 initgroups(3) spits out messages to stder o [1999/12/12] kern/15435 Attempts to execute programs from a noexe o [1999/12/12] kern/15436 syscons extension: "propellers" o [1999/12/13] bin/15456 Usage of ktrace(1) is invalid a [1999/12/13] bin/15458 sort(1) doesn't sort correctly in some ca o [1999/12/13] bin/15470 Proposed change to comments in /etc/named o [1999/12/14] ports/15477 ports wwwstat-2.01 port is not Y2K compliant: 1 o [1999/12/14] misc/15480 Change-request for /usr/src/usr.sbin/cdco o [1999/12/14] kern/15489 running fstat causes a bus error o [1999/12/15] kern/15492 Patch to fixup bridging support for 2.2-S o [1999/12/15] kern/15493 Patch to enable bridging support for if_c o [1999/12/15] ports/15495 asami Add "addsum" target to bsd.port.mk o [1999/12/15] bin/15496 killall(1) limited to 16 character proces o [1999/12/15] bin/15497 NIS does not deal well with comments o [1999/12/15] bin/15510 df(1) does not lineup with large filesyst o [1999/12/15] kern/15511 Cannot scroll up after panic? o [1999/12/17] i386/15528 doscmd exec function fail. o [1999/12/17] i386/15531 doscmd DOS function 0a fail when DL is 0 o [1999/12/17] kern/15532 Reboot just to kill a print job? o [1999/12/17] misc/15546 Need to enable LBA flag for large IDE dis o [1999/12/17] i386/15547 discmd function 51 ( get ps ) fail o [1999/12/18] misc/15555 some enhancements for uudecode o [1999/12/20] bin/15593 [SECURITY] ustrcpy() buffer overflow in d s [1999/12/20] ports/15594 will kscd-1.2.7 in -STABLE ports not playing A o [1999/12/20] bin/15596 netstat -rn does'n fit on a 80 chars wide o [1999/12/21] kern/15608 acd0 / cd0 give inconsistent errors on em o [1999/12/21] conf/15612 jkh Re-Scan devices in 3.4-Release options me o [1999/12/21] i386/15619 standard pppd doesn't authenticate users o [1999/12/22] kern/15636 dillon reminder to self for MAP_ VM defines o [1999/12/23] misc/15658 edquota misinterprets usernames as uid ra o [1999/12/24] bin/15663 yokota none o [1999/12/28] bin/15739 repquota report format fix for better par o [1999/12/28] kern/15747 dcs loader's builtin "more" command won't res o [1999/12/28] conf/15748 jkh sysinstall - upgrade a [2000/01/01] docs/15821 asmodai Wrong device names in manpages for lpt(4) o [2000/01/01] kern/15827 Power-Off causes Trap 9 in kernel o [2000/01/01] bin/15830 imp PATCH: rdump over ssh o [2000/01/02] kern/15838 Conversion tables in msdosfs_conv.c are b o [2000/01/02] bin/15852 asmodai predefined \*(DT string has Y2K bug o [2000/01/02] bin/15853 tar --newer-mtime flag has Y2K bug o [2000/01/03] bin/15855 comsat(8) failes to open system mail box o [2000/01/03] kern/15860 patch to make default kern.maxfilesperpro o [2000/01/03] bin/15861 dan ftpd did not use sendfile(2) when sending o [2000/01/03] misc/15871 small CVS directories copied to PicoBSD filesys o [2000/01/03] misc/15874 small PicoBSD can only update files from within o [2000/01/03] misc/15876 small PicoBSD message of the day problems o [2000/01/05] misc/15908 patch to fix argument mismatch in getnano s [2000/01/06] docs/15959 phantom misplaced lines in psignal.9 man page o [2000/01/08] kern/15983 n_hibma C++ keywords in kernel header files o [2000/01/08] ports/15992 joe [PATCH] Add a default for $SUP in the /us o [2000/01/08] ports/15993 asami [PATCH]No line-feed in warnings from ``ma o [2000/01/09] misc/16003 sysinstall crashes if it gets more than o o [2000/01/09] bin/16005 brian add new option to date(1) o [2000/01/09] bin/16007 joe cdcontrol(1) defaulting do /dev/cdrom ins o [2000/01/09] misc/16009 Invoking /stand/sysinstall from kde termi o [2000/01/09] kern/16016 cam/scsi/scsi_da.c: Fujitsu M2952 doesn't o [2000/01/10] kern/16021 To support SMP on NEC PC98, call mp_probe o [2000/01/10] kern/16023 Add an idletime counter for sppp, just li s [2000/01/10] bin/16048 asmodai "file" command cannot recognize LaTeX2e f o [2000/01/10] kern/16049 Connor Drive fails cache sync o [2000/01/11] conf/16076 markm [PATCH] pam_ssh examples for /etc/pam.con o [2000/01/14] bin/16119 ctm_rmail does not honor umask s [2000/01/14] bin/16124 gad [MFC] [PATCH] Enhancement for 'lpr -r' o [2000/01/15] ports/16139 billf Ntop port fails to find lsof o [2000/01/18] kern/16169 The U.S. Robotics 56K Voice Int modem is o [2000/01/18] misc/16189 Advansys ASB-3940U2W SCSI Card does not w o [2000/01/18] kern/16195 16-bit uid/gid struct in sys/ipc.h o [2000/01/19] bin/16206 PATCH: vmstat column alignment, %ll not s o [2000/01/19] misc/16208 ps/2 mouse problem o [2000/01/19] misc/16212 in /stand/sysinstall -- cannot exit menu o [2000/01/20] ports/16220 obrien -frepo is broken in gcc-devel and egcs po o [2000/01/21] ports/16252 asami bsd.port.mk: Add bzip2 support for distri o [2000/01/21] bin/16275 steve approve send-pr(1) (attach files, use env o [2000/01/22] kern/16292 performance problem of divert socket o [2000/01/23] bin/16316 Enhancement: allow .fakeid to be a named o [2000/01/23] bin/16320 fstat -f confuses some partitions o [2000/01/24] kern/16339 vm/vm_page.h PQ_L2_SIZE options too limit o [2000/01/25] ports/16347 sobomax Inconsistencies between Java ports o [2000/01/25] kern/16360 kernel timestamping of ICMP echo requests o [2000/01/26] bin/16364 [PATCH] Add msdosfs and cd9660 support to f [2000/01/26] ports/16374 ache Ports fix: news/tin o [2000/01/27] i386/16411 DUMP freezes system if uucico or samba wr o [2000/01/28] bin/16422 newfs always make root's / directory o [2000/01/30] bin/16480 locked accounts and adduser o [2000/02/06] conf/16536 size of /var/spool/uucp/Log, a UUCP logfi o [2000/02/06] kern/16551 cosmetic cleanup in sys/dev/ppbus/pcfcloc o [2000/02/07] ports/16570 asami ports toplevel README.html has bad link t o [2000/02/08] conf/16584 jkh Hostname field too small during install ( o [2000/02/09] bin/16619 trimdomain does not handle peer domains o [2000/02/09] bin/16625 Incorrect information in routed(8) error o [2000/02/10] ports/16640 jfitz rwhois port install tries to copy wrong l o [2000/02/10] bin/16649 /bin/lastcomm: output contains extraneous f [2000/02/11] ports/16654 mharo Some master sites have discontinued hosti o [2000/02/11] bin/16657 /bin/hostname: New feature to return subc o [2000/02/13] bin/16705 ftpd doesn't support -h option o [2000/02/14] kern/16709 PATCH: make poll work for -STABLE's Audio o [2000/02/14] kern/16713 grog Vinum: some processes would not die; ps a o [2000/02/14] misc/16719 /stand/sysinstall does not redraw the scr o [2000/02/14] i386/16722 squid (a 3.x binary) won't run under 4.0- o [2000/02/15] bin/16726 rpc.rstatd from inetd sig11's o [2000/02/16] kern/16745 Kernel Makefile doesn't sanitise PATH [PA o [2000/02/16] kern/16765 Add support for mark/space parity o [2000/02/18] kern/16815 dillon Cannot "rm -rf" for not-existed file on r o [2000/02/19] misc/16830 markm PAM-related error messages on -current o [2000/02/20] misc/16839 dan MFC Matthew D. Fuller's patch to deal wit o [2000/02/20] misc/16840 dan MFC: Matthew D. Fuller's teach pkg_info t o [2000/02/20] docs/16843 doc Knob for release/Makefile to prevent dele o [2000/02/21] ports/16872 max Update port: japanese/pine o [2000/02/21] bin/16880 davidn [PATCH] pw(8) hardcodes directory creatio o [2000/02/22] bin/16924 tmpfile(3) ignores TMPDIR and always uses o [2000/02/22] bin/16926 kris [PATCH] banner doesn't allocate space fo o [2000/02/22] kern/16928 dynamic sysctl enhancement o [2000/02/22] bin/16929 [PATCH] prevent possible race condition i o [2000/02/23] misc/16938 FTP does not fully parse ftp:// URLs o [2000/02/24] misc/16969 yokota /kernel: psmintr: out of sync (0000 != 00 o [2000/02/24] bin/16971 Exiting from /usr/sbin/login does not res o [2000/02/26] kern/17003 dscheck() overzealously protects labels o o [2000/02/26] kern/17007 This is a code for implementing ethernet o [2000/02/27] conf/17022 rwatson newsyslog.conf not in sync with syslog.co o [2000/02/27] alpha/17032 alpha strtod(3) floating exception o [2000/02/28] misc/17045 Cannot install on Siemens Primergy 870 (d o [2000/02/28] kern/17058 mjacob SCSI tape driver can't drive devs that ca o [2000/02/29] bin/17077 yokota write() error o [2000/03/01] docs/17104 phantom gethostbyname(3) contains a reference to o [2000/03/01] kern/17109 darrenr fastroute crashes for lo0 udp o [2000/03/02] misc/17132 bugs in xdr functions o [2000/03/02] ports/17139 billf PLIST correction for Apache13-fp s [2000/03/04] misc/17178 gad [MFC] -d option of lpd didnt work o [2000/03/04] misc/17185 main ncurses headerfile is installed as c f [2000/03/04] i386/17198 3.4 doesn't boot from CD on dell 3500 o [2000/03/04] gnu/17202 uucp grade patch and policy o [2000/03/05] conf/17207 disktab support for Fuji-MO o [2000/03/05] gnu/17214 obrien gdb doesn't honor auto-solib-add o [2000/03/06] kern/17222 Avance Logic ALS/100 sound card doesn't r o [2000/03/06] kern/17224 4.0-20000214-CURRENT: pcm/csa sound - sha o [2000/03/06] bin/17226 markm ftpd can't use PAM a [2000/03/06] ports/17241 mharo Update: japanese/tkdesk o [2000/03/07] ports/17255 pst Update the GNATS port to 3.113 o [2000/03/07] ports/17259 reg Update port www/mozilla o [2000/03/08] misc/17270 FreeBSD should support nsswitch.conf, or o [2000/03/08] misc/17272 deleting a file that a program has open c o [2000/03/08] misc/17275 asami make release fails when making readmes fo o [2000/03/09] bin/17289 [PATCH] wrong permissions on /var/run/pri o [2000/03/09] ports/17293 hosokawa samba port installs man-pages twice, fail o [2000/03/09] kern/17297 Panic when mounting a CDRom o [2000/03/13] kern/17358 PCI ids for Aureal 8810, 8820 and 8830 au o [2000/03/13] bin/17363 crontab(1) leaves files in /var/cron/tabs o [2000/03/13] bin/17368 billf Bad error messaging from mountd(8) o [2000/03/14] misc/17377 "Checking for rejected mail hosts:" gives o [2000/03/14] kern/17385 Support for IIT's "XC87SLC-33" numeric pr o [2000/03/15] bin/17389 /bin/cp failed on some synthetic vfs o [2000/03/15] bin/17395 This is a replacement for the perl versio o [2000/03/15] misc/17399 FTPing into machine slows it down o [2000/03/16] bin/17405 one more fstat patch o [2000/03/16] alpha/17411 alpha No link/activity lights Alpha ethernet ca o [2000/03/16] kern/17425 nsouch [PATCH] fix two small printing errors in o [2000/03/16] ports/17427 cwt a big enhancement to the flexability of t o [2000/03/17] bin/17430 jkh Missing Czech keyboard in /stand/sysinsta o [2000/03/17] kern/17438 cg newpcm volume too low on Soundblaster Pro o [2000/03/17] kern/17441 4.0-STABLE: Intel 82801AA SMBus Controlle o [2000/03/18] ports/17465 jmacd Update port: lang/STk to 4.0.1 o [2000/03/18] ports/17471 rse presence of devel/pth-devel port breaks w o [2000/03/18] ports/17479 asami bsd.port.mk: PARALLEL_BUILD o [2000/03/18] bin/17480 m4 changecom doesn't work as documented o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/03/19] ports/17490 markm ports fail for some gnu programs as the g o [2000/03/19] kern/17493 Updates to use FreeBSD as a firewall and o [2000/03/19] bin/17498 killall(1) is a slow perl script that's d o [2000/03/20] i386/17505 Problems with with SMP on Compaq proliant f [2000/03/20] docs/17521 doc Proposed FAQ on assembly programming o [2000/03/21] bin/17532 "host" only prints A records by default o [2000/03/21] kern/17539 dwmalone [MFC] kernel panic when asking help in vi o [2000/03/22] bin/17546 murray Sysinstall does not let you configure NIS f [2000/03/22] bin/17555 green fstat(1) doesn't show memory-mapped files o [2000/03/24] kern/17581 devices failing probing do so silently o [2000/03/25] docs/17598 doc installworld over NFS documentation no lo o [2000/03/25] ports/17602 jmz Port fix x11/XFree86-4.0 (make deinstall o [2000/03/26] bin/17611 f77 man page needs updated o [2000/03/27] bin/17619 pax cannot read all tar files created by o [2000/03/27] bin/17623 date(1) -v doesn't handle time changes (D o [2000/03/27] i386/17628 mdodd 3c509b hangs on running ifconfig o [2000/03/28] bin/17640 lseek();read() -> pread() in dump and fsc o [2000/03/29] bin/17679 wpaul wicontrol should take multiple args on co o [2000/03/30] kern/17688 es_callback() in /sys/pci/es1370.c does n o [2000/03/30] bin/17694 wcstombs(), mbstowcs() not complying with o [2000/03/30] conf/17699 Support for dutch keyboards in the consol o [2000/03/31] bin/17720 presence of old /dev entries causes sysin o [2000/04/01] kern/17728 probe Macronix 98715/98715A 10/100BaseTX f [2000/04/01] misc/17737 dwhite Major repair of PicoBSD o [2000/04/01] bin/17739 Traceroute will not compile without IPSEC o [2000/04/02] kern/17751 wpaul rl driver loaded as module when it alread f [2000/04/02] kern/17758 green Make sl driver dynamicallly expandable. o [2000/04/03] bin/17772 TFTP can not handle big files (> 32MBytes o [2000/04/03] kern/17774 doc stray irq7 o [2000/04/03] kern/17775 4.0-STABLE: Adaptec-155-ATM at en0 causi o [2000/04/04] kern/17796 cg pcm drivers failes to load for Neomagic o o [2000/04/04] ports/17799 alex new port: lang/jgnat o [2000/04/04] ports/17801 jake new port: devel/binutils11 o [2000/04/04] ports/17802 jake port update: devel/gcc11 o [2000/04/04] ports/17803 jake new port: devel/gdb11 o [2000/04/05] gnu/17812 gprof gives error: o [2000/04/05] kern/17819 adrian Build ports on nfs & union mount panics k f [2000/04/06] bin/17824 sheldonh [PATCH] /usr/bin/column has arithmetic ov o [2000/04/06] bin/17830 /usr/bin/login called from command line d o [2000/04/07] misc/17848 Patches to remove support for CSRG libm f [2000/04/07] docs/17855 alex PPP Primer is out-of-date o [2000/04/07] misc/17857 During a sysinstall kernel sources say th o [2000/04/08] bin/17864 PATCH: sys/resource.h needs sys/time.h fo o [2000/04/09] misc/17889 certain type of DNS queries seem to get d o [2000/04/10] ports/17897 chuckr transfig does not compile with XFree86-4. o [2000/04/10] i386/17906 le ethernet device doesn't work in 4.0 o [2000/04/10] kern/17907 cg Audio record levels are too low o [2000/04/10] docs/17916 alex [PATCH] rewrite of cutting-edge section o o [2000/04/10] ports/17921 green licq in the ports collection is missing a a [2000/04/11] bin/17939 sheldonh routed calls ntohs twice on the same fiel o [2000/04/12] ports/17952 torstenb [PATCH] tcp_wrappers port to give better o [2000/04/12] misc/17957 installer navigation is confusing o [2000/04/13] misc/17983 Minikernel build instructions do not work o [2000/04/13] conf/17993 improving on the default /etc/amd.map o [2000/04/13] bin/17997 nvi doesn't set variables on startup (via o [2000/04/14] kern/18001 PCM - Yamaha OPL-SAx doesn't have treble/ o [2000/04/14] misc/18014 Machine doesn't boot without keyboard att o [2000/04/17] ports/18057 jmz make install for XFree86-4 fails on alpha o [2000/04/18] bin/18080 davidn [PATCH] pw documentation updated to refle o [2000/04/18] ports/18083 rse Gratuitous Apache package inconsistencies o [2000/04/19] misc/18097 What is this: LIBRATION not specified - u o [2000/04/19] bin/18100 update to src/usr.bin/from/from.c for mul o [2000/04/20] misc/18109 if pw_shell is empty(/bin/sh is assumed), s [2000/04/20] bin/18114 ken msps from iostat is wrong o [2000/04/21] misc/18131 MAX_IFS in pppd/sys-bsd.c too small for m a [2000/04/22] conf/18152 /etc/exports should suggest how to get mo o [2000/04/22] i386/18154 [PATCH] Add cpu class and features flags o [2000/04/22] bin/18157 pnpinfo only prints first io-start for ev o [2000/04/22] conf/18164 roberto /var/log/ntpstats fill with stat files by o [2000/04/23] misc/18175 strtok(3) example doesn't work. o [2000/04/23] ports/18184 ache GNU Patch 2.5.4 Port o [2000/04/24] bin/18191 pac core dumped without set /etc/printcap o [2000/04/24] bin/18193 Bogus diagnostics by nslookup(1) o [2000/04/26] kern/18232 SMP + APM configerd 4.0 kernel did panic o [2000/04/26] docs/18243 alex wrong description of -p option in sh(1) m o [2000/04/27] misc/18255 makewhatis weekly job doesn't look at /us o [2000/04/27] ports/18256 sada www/netscape4* lacks Fortify on alpha o [2000/04/27] ports/18259 obrien ElectricFence installation breaks if the o [2000/04/28] kern/18271 simplelock: klds not portable across UP a o [2000/04/28] bin/18275 proposed TMPDIR setting and /usr/bin/mkin o [2000/04/28] kern/18289 CPU Time exceeded delivered multiple time o [2000/04/29] ports/18291 asami make makesum fetches new sources, make fe o [2000/04/29] kern/18293 lack of versapad mouse wheel emulation o [2000/04/29] kern/18295 Audio is gone after hibernation o [2000/04/30] bin/18319 "dump" fails with "cannot reopen disk: in o [2000/05/01] bin/18326 dwmalone no /usr/libdata/lint/llib-lc.ln o [2000/05/01] bin/18329 ben futimes() and lutimes() missing from ' cannot be used in "via" o [2000/05/29] ports/18896 jseger Tcl "info hostname" command returns chop- o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se a [2000/05/30] ports/18911 sada New port - plptools o [2000/05/31] kern/18928 options ROOTDENAME=xxx on kernel config f o [2000/06/01] bin/18946 jhb Add support for enabling USB daemon from o [2000/06/01] ports/18960 asami 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/02] bin/18967 ypserv not linked with tcp wrappers o [2000/06/02] misc/18969 sound card not recognized by probe o [2000/06/03] misc/18987 Problems with Comtrol RocketPort o [2000/06/03] bin/18992 log packets blocked by filter rules o [2000/06/03] misc/18995 assar Kerberos5 INCLUDES needed for make world o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil o [2000/06/05] docs/19010 doc Bad144 obsoletion by 4.0 is undocumented; o [2000/06/05] i386/19012 No volume run out for /var and lead my Fr o [2000/06/05] misc/19037 Keyboard not detected on new install o [2000/06/05] ports/19038 ports The qpopper port accepts empty X-UIDL: he o [2000/06/05] bin/19044 billf Some games compare initscr() to ERR. o [2000/06/06] bin/19056 yacc in 3.4 and 4.0 reports "maximum tabl o [2000/06/06] bin/19057 offer of patch to uname that produces pre f [2000/06/06] ports/19061 kuriyama ports/textproc/lotusxsl the source zip pa f [2000/06/06] kern/19063 rnordier VGA keyboard sometimes fails to work in b o [2000/06/06] ports/19064 obrien Xosview broken on AXP Alpha o [2000/06/06] bin/19071 fmt not folding very long lines a [2000/06/06] ports/19082 lioux Can't build editors/aXe-6.1.2 o [2000/06/07] misc/19088 STL from SGI for FreeBSD 3.4 o [2000/06/07] ports/19112 asami files with names something,v in patches d o [2000/06/08] bin/19118 vmstat¤Ç avm¤Èfre¤ÎÃͤ¬Àܤ¹¤ë¡£ o [2000/06/08] ports/19119 jmz un-forbid x11/XFree86-4 and unbreak its x o [2000/06/08] misc/19124 ps(1) to support SysV-style options? o [2000/06/08] kern/19127 kernel panic on mount on burncd'd device o [2000/06/08] misc/19129 AMI Raid Express 200 card extremely slow o [2000/06/08] kern/19132 ATM HARP support apparently does not supp o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo o [2000/06/09] kern/19158 U.S.Robotics 56K FAX INT not recognize co f [2000/06/10] conf/19178 ume add reject routes and comments in /etc/rc o [2000/06/10] bin/19183 more(1) doesn't handle redraw correctly o [2000/06/10] ports/19193 jfieber Update textproc/jade to C{XX,}FLAGS safe o [2000/06/11] ports/19212 ports New port py-amk-crypto-0.13 o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel o [2000/06/12] ports/19224 andreas Problem installing p5-Net-SSLeay port o [2000/06/12] ports/19227 ports Installation problem: apache13-ssl port f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] bin/19239 login allows users to login remotely with o [2000/06/13] misc/19246 ports Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 asami Ports build mechanism doesn't check wheth o [2000/06/15] ports/19325 tom ports/mail/ezmlm-idx: mysql & pgsql suppo o [2000/06/15] gnu/19327 obrien Fix to build 'a.out' binary. o [2000/06/16] ports/19333 cwt patch to make amanda24 more userfriendly o [2000/06/16] bin/19337 obrien c89(1) not POSIX compliant (-l lib) and m o [2000/06/17] bin/19355 fstat gives signal 10 (SIGBUS) when outpu o [2000/06/18] i386/19365 gj lnc1 is not worked with Am79C973 o [2000/06/18] misc/19367 markm /etc/defaults/make.conf lists wrong value o [2000/06/18] bin/19369 Inadequate error reporting in "mount" com o [2000/06/19] misc/19391 marcel Evilness with Linux Terminus, causes X to o [2000/06/20] ports/19403 ports portsifying of the glide3 source for dri o [2000/06/20] bin/19404 /usr/bin/error should be included in the o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/20] i386/19410 spontaneous reboot when esd runs on a -ST o [2000/06/21] conf/19413 Too few MCAM SCSI devices in /dev o [2000/06/21] bin/19422 users can overflow argv to make ps segfau o [2000/06/22] kern/19436 when using vlanX interface arp ageing wor o [2000/06/22] conf/19442 can't install on diverse harddisks. o [2000/06/22] ports/19448 markm filename input broken o [2000/06/22] ports/19456 chuckr the sp port is hardwired to install it's o [2000/06/22] ports/19457 vanilla The gimp port has /usr/local/bin hardwire o [2000/06/23] misc/19462 using HARP atm driver on FreeBSD3.4 freez o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/23] docs/19481 doc Serial Communications chapter in Handbook o [2000/06/24] ports/19486 stb net/netatalk fix PLIST o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/25] kern/19497 Adaptec AHA-1530P PNP scsi card is not re o [2000/06/25] ports/19498 kris ssh (1) instal fails o [2000/06/26] bin/19514 patch to prevent tail'ing directories o [2000/06/26] ports/19523 billf Update port: graphics/gd o [2000/06/26] bin/19532 cdcontrol does not handle EOF on stdin pr o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup o [2000/06/26] bin/19536 patch to prevent head'ing directories o [2000/06/27] kern/19541 Want to marge ds1 sound card driver from o [2000/06/27] kern/19546 No CD audio o [2000/06/27] kern/19553 "panic: zone: entry not free" in namei() o [2000/06/28] bin/19558 amd doesn't know whether NFS feature is a o [2000/06/28] misc/19564 PNP-Id for ESS1681 o [2000/06/28] ports/19571 tg python/TKinter busy waits f [2000/06/28] conf/19573 Dot Files for Optional Shells o [2000/06/29] ports/19585 obrien bounce port misconfiguration o [2000/06/29] ports/19591 ports ssh2 port ignores 'ignorenologin' from lo o [2000/06/29] bin/19592 imp pccard_ether does not honor dhcp_{program f [2000/06/30] ports/19594 trevor update port: qrash o [2000/06/30] bin/19598 traceroutes default of 30 Hops is too low o [2000/07/01] kern/19624 make {DFL,MAX}SSIZ kernel options o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] ports/19641 jfitz Newer version of swatch available o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/02] ports/19650 asami python package causes segmentation fault o [2000/07/03] misc/19670 jkh Incorrect duplicate in fortunes2 o [2000/07/03] bin/19683 green mount displays incorrect mount point on f o [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/03] kern/19688 jlemon Some boundry checking KASSERTS in network o [2000/07/05] kern/19706 Framing error on PC/NET 32 also used in o o [2000/07/05] ports/19713 max Update port lang/swi-pl to CFLAGS safeten o [2000/07/05] bin/19719 imp pccard_ether lacks the start_if hooks as o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/05] misc/19725 4.0-STABLE: sys/boot/ficl build fails if o [2000/07/06] gnu/19733 obrien GDB 4.18 is not GDB 4.18 o [2000/07/07] bin/19755 nologin not configurable o [2000/07/07] kern/19756 sheldonh Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/07] ports/19780 stb SETI@home port startup script fails 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/09] misc/19805 not installable on old-fashioned dx50 o [2000/07/09] ports/19806 swallace error message w/xcdplayer: ioctl (cdromr f [2000/07/09] kern/19807 incorrect dates o [2000/07/10] docs/19818 doc /usr/share/man/man8/sysinstall.8 missing o [2000/07/10] ports/19823 abe gnucache build depends on unimplemented s o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 murray Run Fit it floppy from serial port o [2000/07/11] conf/19849 MAKEDEV still defaults to da0X instead of o [2000/07/11] kern/19863 markm Non-blocking IO not supported on /dev/ran o [2000/07/12] ports/19868 asami modify ports/Mk/bsd.port.mk to remove ALL o [2000/07/12] kern/19871 select on named pipes always returns 'ava o [2000/07/13] kern/19887 mjacob Boot hang while scanning SCSI bus o [2000/07/13] i386/19890 davidn Stallion serial driver support missing [p o [2000/07/13] bin/19897 gshapiro Allow building more then 1 SENDMAIL_CF o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver f [2000/07/16] misc/19971 asmodai bug in /usr/include/sys/socket.h o [2000/07/16] i386/19972 Add of pckg (several pkgs) aborted, error o [2000/07/17] ports/19977 rse mod_php3 and mod_php4 ports doesn't recog o [2000/07/17] docs/19981 doc Indonesian translations o [2000/07/18] gnu/20004 obrien FBSD4 gcc __attribute__(constructor) not o [2000/07/18] misc/20024 jake [PATCH] queue(3) concatenation macros o [2000/07/19] bin/20042 "rsh -t" doesn't timeout if rcmd(3) never o [2000/07/19] alpha/20047 alpha FreeBSD does not yet support system type o [2000/07/20] bin/20054 ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/20] bin/20074 darrenr enable STATETOP for ipfstat (ipfilter) o [2000/07/20] bin/20078 obrien No problem o [2000/07/23] docs/20121 jim Better user ppp documentation in man page o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] ports/20145 dburr improving the devel/SN port o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t o [2000/07/24] kern/20161 cg Integrate VIA VT82C686 AC'97 audio driver o [2000/07/24] bin/20165 markm PERL_THREADED=true fails; "yes" works; ma o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/25] ports/20171 andreas postgresql7 user message contains $PREFIX o [2000/07/25] ports/20179 nbm Follow up on ports/20168 o [2000/07/25] ports/20186 nbm New port: fdp-tools o [2000/07/25] bin/20188 brian tcpdump -d enables promisc mode on tun0 a o [2000/07/26] ports/20196 jfitz update: x11-toolkits/p5-Tk to nonbeta f [2000/07/26] kern/20198 luigi log setup of dynamic rules for ipfw 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/27] kern/20231 non existing kernel files found in conf/f o [2000/07/28] misc/20254 jhb BTX loader 1.00 can not recognize floppy o [2000/07/28] kern/20255 cg [PATCH] resume from suspend breaks pcm o [2000/07/28] ports/20267 chuckr Update port: print/transfig to 3.2.3c o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/28] kern/20278 cg YMF724 initialization fails on my environ s [2000/07/29] docs/20294 darrenr ipf(5) defines icmp rule twice f [2000/07/29] bin/20295 fdisk -s give incorrect disk size o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/30] ports/20301 billf New port: irc/ircd-hybrid6 o [2000/07/31] bin/20311 markm src/release/Makefile: broken CHECKSUM.MD5 o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 sheldonh ftp login fails on unix password when s/k o [2000/08/01] ports/20344 ports [PATCH] Port for QDraw-0.7.tar.gz o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide o [2000/08/02] ports/20364 dburr audio/ripit-atapi can use 'dagrab' instea o [2000/08/02] bin/20371 obrien 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/03] kern/20393 dillon processes get stuck in vmwait instead of o [2000/08/04] docs/20400 doc Building a kernel with debugging info sec o [2000/08/04] bin/20402 ache 4.1R's ls conflicts with Emacs' dired mod o [2000/08/04] misc/20408 Distribution CDs will not boot on IBM Thi o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 asmodai Can't make only cd0 under 4.1-STABLE o [2000/08/06] kern/20448 luigi expired dynamic rules shown in "ipfw get" o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/07] ports/20464 ports Port update of grace to 5.1.1 (included u o [2000/08/07] kern/20473 itojun socket(AF_INET, SOCK_RAW, 4) no longer wo o [2000/08/07] misc/20474 jkh Spelling fixes to fortune data file o [2000/08/07] misc/20475 mjacob SES/SAF-TE giving bogus temps on JMR ELEC o [2000/08/08] conf/20479 updates for rc.conf.5 manpage o [2000/08/08] i386/20485 AdvanSys ISA probe problems in 4.1-R GENE o [2000/08/08] ports/20491 ports AbiWord-0.7.10 fails to compile on FreeBS o [2000/08/09] conf/20498 brian All FreeBSD systems trigger massive late- o [2000/08/09] ports/20499 obrien [PATCH] conserver port doesn't like MD5 c o [2000/08/09] bin/20501 extra flag to dump to offline autoloaders o [2000/08/09] misc/20502 assar kerberos5 w/o kerberos4 attempts to build o [2000/08/09] misc/20504 assar [PATCH] ssh (openssh) cannot connect to s o [2000/08/10] ports/20520 will New port: lang/mercury o [2000/08/10] bin/20527 ume redundant binaries for similar IPv4 and I o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. s [2000/08/10] kern/20529 billf gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin o [2000/08/12] ports/20561 dburr [PATCH] x11-fonts/sharefonts typo fix o [2000/08/12] bin/20569 sos libvgl tries to free global array o [2000/08/13] ports/20577 thepish update x11-toolkits/xmhtml, please close f [2000/08/13] ports/20582 will New port: tuxracer (3d penguin racing gam o [2000/08/13] ports/20587 ports Update port: upsd-2.0.1.6 o [2000/08/13] ports/20588 ports New port: upsd100-2.0.1.6(sysutils/upsd10 o [2000/08/14] bin/20600 net getpeereid obtains credentials from conne o [2000/08/14] ports/20601 ports DESTDIR and /etc/shells o [2000/08/14] ports/20610 ports New port of cgoban2 o [2000/08/14] kern/20611 VLAN parent device does not count VLAN ou o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/15] ports/20627 jseger tcl83 build is broken o [2000/08/16] bin/20643 dwmalone /usr/bin/kzip is obsolete; remove it? o [2000/08/16] ports/20644 ports Installation of port DAP requires compat3 o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/16] ports/20662 ports New port of viewkit f [2000/08/16] ports/20665 ports [PATCH] Update PORTVERSION for JadeTeX po o [2000/08/16] kern/20670 imp No PC-CARD Slots; Device Not Configured o [2000/08/17] ports/20678 asami make SORTED_MASTER_SITES_CMD variable ove o [2000/08/17] bin/20681 des [PATCH] show service names in netstat and o [2000/08/18] bin/20696 Pkg_add does not make use of HTTP_PROXY / o [2000/08/18] conf/20698 cg pcm device o [2000/08/19] ports/20723 murray [PATCH] Update port: eterm 0.9 o [2000/08/20] ports/20730 peter Update Squid 2.3-STABLE4 with latest vend o [2000/08/20] i386/20731 cg syslog reports pcm0: hwptr went backwards o [2000/08/20] docs/20738 doc correction and modification to clocks(7) o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/21] ports/20749 stb [PATCH] ports/mail/cyrus update o [2000/08/22] conf/20774 sheldonh 'NFS access cache time=2' is not a daemon o [2000/08/22] kern/20781 ESS Solo is not listed in supported sound o [2000/08/22] ports/20793 ports (socket-server) of clisp does not create o [2000/08/23] docs/20794 doc Request 2 good documents under people.fre 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/23] misc/20808 ps netstat -m doesn't use -N or -M arguments o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] bin/20827 billf pkg_add -r only fetchs one-level deep dep o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri o [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/25] ports/20849 dec fix port: net/gated o [2000/08/25] ports/20851 torstenb Update port: audio/mpegaudio s [2000/08/26] bin/20858 sos libvgl does not handle fonts wider than 8 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] ports/20888 stb [PATCH] Miscellaneous fixes for the cyrus o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/27] misc/20891 cg Suspend/Resume does not work for the YMF7 s [2000/08/28] misc/20906 darrenr [PATCH] typo in ipmon.8 o [2000/08/28] bin/20908 murray /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/29] misc/20921 yokota `Splash' screen fails to display splash.b f [2000/08/29] kern/20927 ume dmesg output: looutput: mbuf allocation f o [2000/08/30] ports/20941 ports Port Update: *-rtems-gdb o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/08/30] docs/20950 kris [PATCH] openssl.1 has bogus section title o [2000/08/31] ports/20964 ports New port: databases/hypersonicsql o [2000/08/31] ports/20970 andreas Remove port: print/ghostscript5 o [2000/08/31] ports/20975 ports update math/grace f [2000/09/01] kern/20992 kern/tty_subr.c, b_to_q to a clist with n o [2000/09/02] bin/20993 many ftpd commands not limited to logins f [2000/09/02] ports/20995 sheldonh freeciv-civ gtk make problem. o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd f [2000/09/02] ports/20997 ports [PATCH] Man page, install enhancements fo a [2000/09/02] kern/21000 sheldonh 4.1-STABLE doesn't have card ID f [2000/09/02] ports/21003 ports New Port, modification of tcopy s [2000/09/02] bin/21007 gad [MFC] Improve/fix error messages in lpr's o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error o [2000/09/04] bin/21024 pow() ERANGE bug o [2000/09/04] ports/21038 jseger CFengine doesn't install info files o [2000/09/04] kern/21051 Updating 4.1-RELEASE to -current fails be o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] conf/21066 Proposed change in rc scripts o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21074 davidn chkgrp vs group(5) inconsistency f [2000/09/06] bin/21075 sheldonh top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/06] ports/21081 andreas Update port: devel/SpecTcl o [2000/09/06] bin/21086 joe Annoying little bug using ls -G with f [2000/09/07] ports/21094 will New port: PHP 3.0.16 - standalone interpr o [2000/09/08] ports/21120 grog Update port: x11-servers/x2x o [2000/09/08] ports/21124 markm Updete port: x11-wm/gwm to 1.8d o [2000/09/08] gnu/21128 a proposed patch for uucp package o [2000/09/09] bin/21142 [PATCH] avoid errors from "make objlink" o [2000/09/09] bin/21144 des [PATCH] fetch(1): don't bonk if ftp SIZE o [2000/09/09] kern/21154 Change the name of *_saver.ko to saver_*. o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm o [2000/09/10] ports/21160 jseger A patch for editors/emacs20 XIM support s [2000/09/10] bin/21178 ken voltag selector, and unload support for c f [2000/09/10] ports/21179 will New port: math/gul-vdog-qt o [2000/09/11] ports/21211 rse the startup file installed by apache-mods o [2000/09/12] ports/21218 cwt amanda24 should config with --with-buffer o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/12] misc/21230 jhb The URL for splash window is gone o [2000/09/12] bin/21231 roberto the ntp HTML docs don't have the images f [2000/09/12] kern/21240 mbufs allocated to data is huge number in o [2000/09/12] kern/21242 Koutech PCI dual port serial card patch o [2000/09/12] ports/21244 will Update port: emulators/xmame f [2000/09/12] bin/21246 nvi's -c flag does no do what it is docum o [2000/09/13] misc/21255 phk /sbin/md5 suggestion o [2000/09/14] bin/21261 burncd blank fails o [2000/09/14] misc/21265 Not a bug, say: feature? o [2000/09/14] misc/21273 PLIP Configuration in sysinstall is broke o [2000/09/15] misc/21287 "make all" for a jail build fails at lib/ o [2000/09/15] ports/21291 ports New port: Free EcmaScript Interpreter (fe o [2000/09/15] ports/21293 ports An emacs major mode for editing SGML and o [2000/09/15] ports/21296 torstenb [PATCH] INN port is outdated o [2000/09/15] misc/21298 tftpd problem "Socket operation on non-so o [2000/09/16] kern/21308 Sound Blaster 16 (using pcm) and new DEVF o [2000/09/16] misc/21310 Telnetd locks up when trying to connect v o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/16] kern/21317 [PATCH] LINT and NOTES give false default o [2000/09/17] conf/21339 green ssh-keygen: not found o [2000/09/18] ports/21344 fenner ports/benchmark/netperf missing checksum f [2000/09/18] ports/21346 ports ports/biology/platon o [2000/09/18] ports/21351 jhb ports/emulators/bfe sourcetarball no long o [2000/09/18] misc/21354 FreeBSD4.1 + SMP + vinum = crashes o [2000/09/18] ports/21356 ports New port: mbone/rat30 (rat-3.0.35), the s o [2000/09/18] ports/21366 sobomax Update port: comms/mserver o [2000/09/18] ports/21368 flathill Update port: games/xosmulti s [2000/09/18] ports/21371 bp Update port: net/mars_nwe to 0.99.20 o [2000/09/18] ports/21372 nectar Update port: sysutils/doconfig o [2000/09/18] misc/21385 yokota About daemon_saver o [2000/09/18] ports/21389 ports g2c libraries and compatibility for DJGPP o [2000/09/18] kern/21391 WARNING messages occur when bpf is used w o [2000/09/19] bin/21394 [PATCH] MAKEDEV creates rocketport specia o [2000/09/19] ports/21401 ports Update port sysutils/wmtop to 0.83 with f o [2000/09/19] kern/21402 marcel Linuxulator: getpgid(0) fails o [2000/09/19] kern/21405 Default module patch mismatch between ker o [2000/09/19] kern/21409 The ID for the VIA KT133 chipset is not i o [2000/09/20] ports/21422 ports msql install fails looking for startup sc o [2000/09/20] ports/21435 ports New port Jakarta Ant (A Java based build o [2000/09/20] bin/21436 pkg_install will not compile without erro o [2000/09/20] ports/21441 ports FIX: devel/pcre to install a working pgre o [2000/09/21] i386/21452 cg Add speaker volume adjusting support for f [2000/09/21] ports/21455 ports update graphics/giram to 0.1.7 o [2000/09/21] ports/21460 jseger Patch net/trafshow: Allow showing ipv6 p o [2000/09/22] ports/21473 dburr update devel/SN to 4.5.2, not from mainta o [2000/09/22] bin/21476 ftp in 4.1-STABLE fails on http:// URLs o [2000/09/22] ports/21477 ports New port: xmms-crossfade o [2000/09/22] conf/21489 /etc/pccard_ether feature request o [2000/09/22] ports/21491 billf Too old ethreal version, please update to o [2000/09/22] misc/21494 ftpd doesn't count o [2000/09/23] ports/21504 ports New port: korean/tin o [2000/09/23] ports/21507 lioux New port emulators/sope (Playstation(tm) o [2000/09/23] misc/21512 cdrdao fails to build with SCGLIB o [2000/09/23] ports/21513 ports stunnel port should be compiled using non o [2000/09/24] ports/21515 ports pine4 complains about wrong permissions o o [2000/09/24] ports/21516 ports New FreeBSD port for Fuzz o [2000/09/24] ports/21517 ports start|stop script for upsd (/usr/local/et o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] ports/21520 ports Configure the synaptics touchpad. o [2000/09/24] kern/21524 Crashs while using talk with another loca o [2000/09/24] misc/21528 kris installworld fails in secure/usr.bin/open o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new o [2000/09/24] ports/21532 ports No formal mechanism in place for discussi o [2000/09/24] ports/21533 ports A homebrewer's recipe calculator o [2000/09/25] misc/21536 jkh [PATCH] Add Hungarian FTP mirror to sysin o [2000/09/25] ports/21541 ports Replacement for pr 21538 a [2000/09/25] docs/21542 asmodai sigaction(2) man page is misleading o [2000/09/25] ports/21545 ports emulators/vmware broken... o [2000/09/25] bin/21546 netstat -rn output needs netmask info add o [2000/09/25] conf/21551 /etc/services needs a kpop entry o [2000/09/25] ports/21555 msmith [PATCH] citrix_ica upgrade to version 6.0 o [2000/09/26] ports/21558 ports Skill fails to ID os and fails build f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q o [2000/09/26] ports/21575 jseger Update port: graphics/ImageMagick to 5.2. o [2000/09/26] ports/21584 ports mpd whines if kernel has option NETGRAPH o [2000/09/26] misc/21587 install problem in 4.1-Stable o [2000/09/27] ports/21594 ports New port: command line SMTP agent o [2000/09/27] ports/21598 ports port of wm x10 controller o [2000/09/27] ports/21602 ports misc/sls port lost distfile (by maintaine o [2000/09/27] ports/21604 ports new port: java/jad o [2000/09/28] ports/21621 reg Update port: devel/libtool to 1.3.5 o [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 o [2000/09/28] misc/21629 jkh Duplicate fortune in fortune datafile s [2000/09/28] misc/21634 alex worms(6) ignores -d option s [2000/09/28] ports/21636 ade gnomelibs PLIST bug o [2000/09/28] misc/21639 It's to easy to accidently tag a pr as Co o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin f [2000/09/29] conf/21649 [Patch] rc.conf knob for unaligned access o [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/09/30] bin/21661 green SSH connections die when using some X11 a o [2000/09/30] ports/21664 ports port of gmail gnome email-client o [2000/10/01] i386/21672 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/01] ports/21681 ports the startup elisp file of PSGML port has o [2000/10/01] kern/21683 Unable to compile kernel after CVSUP. CVS o [2000/10/01] gnu/21685 remote gdb: ptrace(PT_GETDBREGS) failed: o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] docs/21700 bmah Description of SysKonnect Gigabit Etherne o [2000/10/02] ports/21705 ports CSCOPE writes incorrect offset into index o [2000/10/02] docs/21712 dan core(5) manpage fails to mention kern.sug o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/02] ports/21719 nbm New Port: Courier Mail Suite o [2000/10/02] ports/21720 ports Update port to use ADNS. o [2000/10/03] conf/21722 The mixer settings are lost on sysetm reb o [2000/10/03] bin/21725 mtree follows symlinks! o [2000/10/03] misc/21728 KDE won't start with kernel_securelevel=" o [2000/10/03] kern/21737 sendto returns systematically EINVAL with o [2000/10/04] ports/21749 will Update port: audio/cd2mp3 Update to cd2m o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21752 Infortrend IFT-3102 doesn't like SCSI Cac o [2000/10/04] kern/21754 Sound stops working when NetGear USB Devi o [2000/10/04] ports/21759 ports New port: py-BisonGen-0.5.0 o [2000/10/05] ports/21765 asami I cat't make ports using pw_gid) != typeof(group->g o [2000/10/22] bin/22211 typoed tar -c clobbers archives o [2000/10/22] kern/22228 Undocumented LINT option 'PANIC_REBOOT_WA s [2000/10/23] kern/22244 wollman [MFC] Uninitialized field in radix_node s o [2000/10/23] ports/22250 jmacd Update port: lang/STK to 4.0.1 (fix ports o [2000/10/23] ports/22255 chuckr Update port: print/transfig to 3.2.3c (fi o [2000/10/23] ports/22258 cwt adding a WITHOUT_PLOT option to the misc/ o [2000/10/23] gnu/22259 root directory change directory bug f [2000/10/23] ports/22260 ports Update for tkgate port o [2000/10/24] bin/22270 [patch] /usr/bin/top wraps wrong w/SMP on o [2000/10/24] ports/22277 green Port Licq 0.85 with qt2.2.0--Messages get a [2000/10/24] misc/22278 dougb [MFC] rmuser does not allow deletion of a o [2000/10/24] bin/22279 stock perl5 build does not support %Z spe o [2000/10/25] ports/22288 ports mod_perl dependancy missing from p5-HTML- o [2000/10/25] ports/22295 ports lua 4.0 beta port o [2000/10/25] ports/22296 ports New port: cannadic - Dictionary of Canna o [2000/10/25] ports/22298 ports Move devel/p5-IniConf to devel/p5-Config- o [2000/10/25] ports/22303 ports New port: urlendec. Contains urlencode an o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] ports/22316 hosokawa [PATCH] samba port in a jail(2) environme o [2000/10/26] ports/22326 ports update of the mail/minimalist o [2000/10/26] ports/22330 ports New port: evas-0.0.1 o [2000/10/26] misc/22331 request to add if=/etc/issue to /etc/gett o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/26] docs/22333 doc share/doc/smm/07.lpd building moved in 3. o [2000/10/26] ports/22334 ports New port: geist-0.0.3 o [2000/10/26] ports/22336 ports New port: scrot-0.1 o [2000/10/26] docs/22338 asmodai ugen(4) man page missing o [2000/10/26] conf/22339 request to add new kernel config "GENLINT o [2000/10/27] ports/22346 ports Incorrect plist for ports/net/nocol o [2000/10/27] bin/22347 dd copies incorrect data after 2^32 bytes o [2000/10/27] ports/22349 ports new port: rotate o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou o [2000/10/28] ports/22370 ports emulators/bochs don't build f [2000/10/28] ports/22379 ports New port: libudbc f [2000/10/28] ports/22381 ports New port: misc/mango o [2000/10/29] ports/22393 ports New port: Ipe-5.0: Interactive Picture Ed o [2000/10/29] ports/22395 dburr update of ports/audio/napster o [2000/10/29] ports/22396 wosch portcheckout fails with new port layout o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/30] misc/22428 FTP: Mirror-TR down a [2000/10/30] docs/22430 darrenr ipresend man page typo o [2000/10/30] ports/22431 ports New Port: o [2000/10/30] misc/22434 problem with certain NIC's using rl on au o [2000/10/31] ports/22439 max Update port: net/delegate o [2000/10/31] bin/22442 [PATCH] Increase speed of split(1) o [2000/10/31] ports/22448 chuckr Update port: graphics/xpdf (fix ports/206 o [2000/10/31] ports/22453 dec Update port: net/gated (fix ports/20656) o [2000/10/31] i386/22456 kde installs but incorrectly f [2000/10/31] docs/22457 dirk Many (15) man pages missing for package m o [2000/10/31] kern/22466 yokota function prototype inconsist in kbdreg.h o [2000/10/31] ports/22468 andreas Update port: news/inn-stable - Outdated o [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2000/11/01] ports/22477 ports patchset for "X manpage" errors with XFre o [2000/11/01] ports/22491 jake Fix: devel/gcc6811 o [2000/11/01] ports/22492 ports Fix: mail/imap-uw o [2000/11/01] ports/22493 ports Fails to build if GMAKE not set to full p o [2000/11/01] ports/22495 ports [UPDATE] ports/net/ppxp to use Tcl8.3 an o [2000/11/02] ports/22542 ports New port: devel/py-mxProxy o [2000/11/02] ports/22546 ports Update port: games/pentix o [2000/11/02] ports/22550 obrien Patch for conserver for log file rotation o [2000/11/02] ports/22558 ports new port -- net/tcpreplay o [2000/11/02] ports/22560 ports New port: WebStone SSL o [2000/11/02] ports/22563 jseger Fix: net/isc-dhcp2 -update master_site an o [2000/11/03] ports/22571 ports install fails o [2000/11/03] ports/22572 okazaki [New port] devel/elib-emacs o [2000/11/03] ports/22573 okazaki [New port] devel/elib-emacs20 o [2000/11/03] ports/22574 okazaki [New port] devel/pcl-cvs-emacs o [2000/11/03] ports/22575 okazaki [New port] devel/pcl-cvs-emacs20 o [2000/11/03] ports/22576 ports New port: audio/xmms-crossfade o [2000/11/03] misc/22577 486SLC2-50MHz won't boot 3.x or 4.x flopp o [2000/11/03] misc/22582 unused descr[] var in sysctl.c:RELENG_4 o [2000/11/03] ports/22584 ports Port fix: audio/id3lib o [2000/11/03] ports/22585 ports New port: qsubst-1.0 o [2000/11/03] ports/22590 jseger graphics/xpaint writes pixmaps to stdout o [2000/11/03] ports/22591 ports Update port: audio/timidity++ o [2000/11/03] ports/22592 ports Update port: audio/timidity++-emacs o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] ports/22605 ports xmcd port depends on mailx port o [2000/11/04] ports/22608 ports The port needs g++ 2.95.2 o [2000/11/04] ports/22611 ports New port: audio/gdrdao o [2000/11/04] bin/22612 crontab -e failures o [2000/11/05] ports/22616 ports new port of GQmpeg (devel version) o [2000/11/05] kern/22617 Incorrect PnP ID for ALS120 game/joystick o [2000/11/05] ports/22619 ports Fix mail/sendmail (by maintainer) o [2000/11/05] ports/22632 ports New port: textproc/gsed - 3.02 o [2000/11/05] i386/22633 when kernel boots smp scsi fails o [2000/11/06] ports/22637 peter [PATCH] squid 2.3 fix o [2000/11/06] ports/22638 ports typo in ports/misc/seisedesktop/pkg-comme o [2000/11/06] ports/22641 ports Update for tkrat2 port to rc7 o [2000/11/06] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/06] ports/22646 ports SAINT doesn't install correctly o [2000/11/06] ports/22653 ports [PATCH] devel/amulet doesn't compile o [2000/11/06] ports/22655 ports [patch] update of the AbiWord port to ver o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong o [2000/11/07] bin/22672 Add "next" and "prev" commands to cdcontr o [2000/11/07] docs/22678 joe New hooks in crunchgen need to be documen o [2000/11/07] ports/22682 ports [PATCH] java/jdk-tutorial fix o [2000/11/07] ports/22683 ports New port net/dnip-update o [2000/11/08] ports/22686 ports [PATCH] net/citrix_ica update o [2000/11/08] ports/22688 ports genpw-port does not build o [2000/11/08] misc/22696 picobsd build with router configuration c o [2000/11/08] ports/22698 nbm Ports' rc.d files should use rc.conf o [2000/11/08] ports/22699 ports New port: gsi (general sound interface) o [2000/11/08] docs/22701 doc lists missing from search options o [2000/11/08] ports/22704 ports cyrus and cyrus-sasl both install pwcheck o [2000/11/08] ports/22706 ports Update driver o [2000/11/08] kern/22709 yokota daemon_saver.c fails compile with -Wall - o [2000/11/08] kern/22710 yokota snake_saver and star_saver fail to compil o [2000/11/09] ports/22716 ports [PATCH] ports/net/ucd-snmp o [2000/11/09] conf/22718 sysinstall in FreeBSD 3.5.1 generates bad o [2000/11/09] ports/22721 paul libldap clash between openldap and ldapsd o [2000/11/09] ports/22729 ports net/ucd-snmp cannot be made on current o [2000/11/09] bin/22730 tcpslice doesn't handle long file offsets o [2000/11/09] ports/22732 ports netscape47-communicator port uses old lay o [2000/11/10] ports/22735 ports KGhostView doesn't recognize spaces in fi o [2000/11/10] ports/22752 ports remove qclock port o [2000/11/10] kern/22754 mmap man page states that non-page aligne o [2000/11/10] kern/22755 Errors reports about the interpreter on s o [2000/11/10] alpha/22759 alpha zip cannot work with existing .zip archiv o [2000/11/11] bin/22770 traceroute enhancement for multiple paths o [2000/11/11] ports/22773 ports Port of GNU Eiffel compiler SmallEiffel o [2000/11/11] ports/22775 demon Update port russian/apache13-modssl o [2000/11/11] ports/22776 ports New port: Tcl Tutorial o [2000/11/11] docs/22778 doc Typo's in About.txt-Layout.txt o [2000/11/12] ports/22786 ports ports/devel/perforce has a checksum error o [2000/11/12] kern/22790 Am79C965 ethernet not working when lnc an o [2000/11/12] ports/22791 ports [PATCH] ports/mail/cyrus update o [2000/11/12] ports/22794 ports New port: ccdoc 0.7a (second try) o [2000/11/12] ports/22795 ports ports/lang/gnat-glade wrong path for MAST o [2000/11/12] ports/22797 ports New port: graphics/giblib o [2000/11/12] ports/22798 ports New port: gom-0.1 o [2000/11/12] kern/22801 Modem 'OMRON ME5614ISA' is not recognized o [2000/11/13] ports/22807 ports Update port: lang/gnat-glade o [2000/11/13] ports/22808 ports Update port: audio/xmmix o [2000/11/13] ports/22819 ports ports/www/zope-ptk missing file "pkg-mess o [2000/11/13] kern/22821 darrenr Document IPFILTER_DEFAULT_BLOCK o [2000/11/13] alpha/22824 alpha unaligned accesses from dhclient o [2000/11/13] ports/22827 ports NEW PORT: converters/p5-Convert-TNEF o [2000/11/13] bin/22828 darrenr patch to enable use of LOG_SECURITY in ip o [2000/11/13] ports/22829 ports NEW PORT: archivers/p5-Archive-Tar o [2000/11/13] ports/22830 ports Update port: audio/mpegaudio (fix ports/2 o [2000/11/14] misc/22837 dwmalone patch for inetd, Feature enhancement for o [2000/11/14] ports/22841 ports update: graphics/p5-Image-Size o [2000/11/14] ports/22848 ports New port: devel/binutils-arm o [2000/11/14] ports/22849 ports New port: devel/gcc-arm o [2000/11/14] ports/22853 ports NEW PORT: graphics/blender o [2000/11/14] ports/22857 ports New port: ari-yahoo: console Yahoo! messe o [2000/11/14] conf/22859 rc.network should start ipf/ipnat AFTER p o [2000/11/14] bin/22860 [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 doc newsyslog man page is misleading and inco o [2000/11/15] ports/22864 ports Port update: devel/omniORB o [2000/11/15] ports/22865 ports New port: devel/omniORBpy o [2000/11/15] ports/22867 ports new port: mail/p5-Mail-IMAPClient o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] bin/22871 burncd fails o [2000/11/15] misc/22873 Perl's core'h conflicts with ncurses.h o [2000/11/15] docs/22875 gshapiro vacation man page omits -l option o [2000/11/15] ports/22876 ports new port: security/pam_pgsql o [2000/11/15] ports/22878 ports piewm doesn't build o [2000/11/15] ports/22879 ports new port: textproc/TclExpat o [2000/11/15] ports/22880 ports mtools-3.9.6 - symlinks changed from abso a [2000/11/16] ports/22883 ade p5-Audio-CD port not functioning correctl o [2000/11/16] misc/22885 /usr/share/misc/units.lib contains typo o [2000/11/16] ports/22887 ports icqmail don'nt compile on 4.x systems o [2000/11/16] ports/22889 ports Update port: archivers/lha to 1.14i o [2000/11/16] ports/22893 ports Update port: net/mudix to 3.5 o [2000/11/16] ports/22895 ports ports/devel/perforce checksum error for p o [2000/11/16] bin/22897 su doesnt't compile without LOGIN_CAP def o [2000/11/16] ports/22898 kbyanc cclient port should add SSL support o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/16] ports/22903 ports New port: games/smm++ o [2000/11/16] kern/22905 Netgear FA311 Not supported. o [2000/11/17] ports/22910 ports port change-request - http-analyze o [2000/11/17] ports/22912 ports japanese postgresql7 update from 7.0.2 to o [2000/11/17] misc/22914 bootinst messages are not updated o [2000/11/17] ports/22915 torstenb Port fix: converters/recode s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/17] ports/22917 kevlo KDE2 Sound appications do not produce sou o [2000/11/17] ports/22918 kevlo Kpresenter (part of Koffice2) crashes wit o [2000/11/17] docs/22919 doc numerous minor troff errors in distribute o [2000/11/17] ports/22921 ports ports/french/staroffice52 wrong Makefile o [2000/11/17] ports/22927 dan ports/misc/sshbuddy MASTERSITE seems to n o [2000/11/17] bin/22933 green Typographical error in ssh.1 o [2000/11/17] ports/22934 ports Update port math/abs to the latest releas o [2000/11/18] ports/22935 ports new cad/magic and cad/irsim versions (pat o [2000/11/18] conf/22937 Small patch for nicer startup when using o [2000/11/18] ports/22938 ports New port: litestream mp3 streaming system o [2000/11/18] i386/22940 Can't install 4.1.1 on ad0s2 if da0 exist o [2000/11/18] ports/22950 ports NEW PORT: mad - High-quality MPEG audio d o [2000/11/18] ports/22952 ports NEW PORT : eggdrop o [2000/11/19] ports/22957 ports NEW PORT : 6tunnel o [2000/11/19] kern/22958 sos Missing ATA_ENABLE_TAGS in -STABLE LINT o [2000/11/19] ports/22963 ports NEW PORT: net/pdnsd - cacheing only name o [2000/11/19] bin/22965 [PATCH] fix for minor bug in libc/gen/get o [2000/11/19] kern/22967 stallion driver (stl) shipped with FBSD 4 o [2000/11/20] ports/22970 ports New Port : textproc/py2html o [2000/11/20] ports/22973 ports NEW PORT: net/linpopup - port of windows' o [2000/11/20] ports/22976 ports New port: mimelib, C++ class fro encoding o [2000/11/20] conf/22979 sys/conf/newvers.sh erases SNAPDATE o [2000/11/20] ports/22981 ports UPDATE - net/dlint (1.3.3 -> 1.4.0) o [2000/11/20] ports/22985 ports NEW PORT : 6tunnel (2) o [2000/11/20] ports/22986 ports Update port: patchkit for fixing broken c o [2000/11/20] ports/22994 jseger Update port: x11/blast f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/20] docs/22996 doc Missing section in the Handbook o [2000/11/20] ports/22997 ports New Port: misc/ftree o [2000/11/20] ports/23000 ports tnef updated to 0.15 o [2000/11/20] bin/23002 libc_r.so.? should link libgcc_r_pic.a, n o [2000/11/21] ports/23003 ports Add new-port phpMyAdmin o [2000/11/21] ports/23005 ports New port - netmask-2.3.3 - Tool for gener o [2000/11/21] bin/23008 df -k reports incorrect amount of disk ta o [2000/11/21] kern/23011 UDMA 66 not working on 4.1.1-Release ? o [2000/11/21] ports/23015 ports NEW devel/p5-File-Tail o [2000/11/21] ports/23016 ports NEW PORT security/swatch3 o [2000/11/22] ports/23019 ports xbattbar leave garbage window when used w o [2000/11/22] ports/23021 ports [PATCH] Upgrade mysql-3.23 port o [2000/11/22] ports/23024 ports blender is moved from commerce to ports s o [2000/11/22] pending/23025gnats-adminNEW PORT: converters/p5-Convert-UUlib o [2000/11/22] pending/23026gnats-adminNEW PORT: sysutils/p5-Unix-Syslog o [2000/11/22] ports/23027 ports Postgresql Update and re-work o [2000/11/22] ports/23028 ports news/dnews broken o [2000/11/22] kern/23030 NFS imported files show uid/gid of -2 as o [2000/11/22] ports/23037 ports new ports : misc/p5-Data-Dumper o [2000/11/22] ports/23038 ports New Port: py-4Suite-0.9.2 f [2000/11/22] conf/23040 ume ipv6_defaultrouter is not work fine o [2000/11/23] ports/23043 will Netsaint port is out of date o [2000/11/23] pending/23044gnats-adminupdate: www/gnujsp to 1.0.1 o [2000/11/23] ports/23046 ports Irssi isn´t usuable on -CURRENT and -STAB o [2000/11/23] misc/23048 jkh [PATCH] Upgrade install does not restore o [2000/11/23] ports/23050 ports unofficial xmame port update (0.37b7.1) o [2000/11/23] bin/23052 [PATCH] rmuser fails to remove at jobs o [2000/11/23] ports/23053 ports New devel port, cppadvio; request for loc o [2000/11/23] ports/23060 steve lsof warning msg o [2000/11/23] ports/23062 ports Update mail/postfix-current - Patch for e o [2000/11/23] conf/23063 [PATCH] for static ARP tables in rc.netwo o [2000/11/24] conf/23068 Xircom CreditCard Modem CM-56T pccard.con o [2000/11/24] ports/23075 ports Update port: games/pp o [2000/11/24] ports/23078 ports Update port: shells/tcsh to 6.10.00 o [2000/11/24] bin/23081 Touchpad on NEC Versa laptop is unusable o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/24] misc/23084 mount_nfs hangs self with some NFS server o [2000/11/24] kern/23086 implement rfc1122 3.2.2.1, react to ICMP o [2000/11/24] conf/23088 gshapiro make etc-sendmail.cf broke mergemaster f [2000/11/25] i386/23089 Kernel panic in network code o [2000/11/25] ports/23095 ports Update Etherboot to 4.6.10, remove beta b o [2000/11/25] ports/23096 ports Make sdcc use Bison, our Yacc causes trou o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/25] kern/23099 jlemon tail -f from a fifo goes into a busy loop o [2000/11/25] ports/23100 ports o [2000/11/25] ports/23104 ports Maintainer upgrade to Apache 1.3.14 for a a [2000/11/25] conf/23105 dougb [MFC] [PATCH] pseudo accounts not redirec o [2000/11/26] docs/23109 doc Fixes to disklabel.8 o [2000/11/26] gnu/23110 ru groff_man.man not installed o [2000/11/26] docs/23111 doc Fixes for ppp.8 o [2000/11/26] misc/23118 static link-level route bug? o [2000/11/26] kern/23123 IP options reveal IPstealth mode. Just t o [2000/11/26] ports/23124 ports xemacs*packages have been updated o [2000/11/27] ports/23127 ports Port update: devel/gpasm o [2000/11/27] bin/23128 des libfetch doesn't behave as documented abo o [2000/11/27] ports/23130 ports Port update: biology/emboss (MAINTAINER) o [2000/11/27] ports/23131 ports update japanese/hns 2.00.4 --> 2.10.0 o [2000/11/27] bin/23132 Another dup in games/fortune/datfiles/for o [2000/11/27] ports/23133 ports Update port: databases/unixODBC to 1.8.13 o [2000/11/27] ports/23134 ports Update port: graphics/zimg o [2000/11/27] ports/23135 ports Update port: math/freefem to 3.5.1 o [2000/11/27] ports/23136 ports Update port: net/rwhois to 1.5.7 o [2000/11/27] ports/23137 ports Update port: sysutiles/wmbattery to 1.13 1734 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 Nov 27 11:52: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DF7D37B4C5; Mon, 27 Nov 2000 11:52:01 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA53770; Mon, 27 Nov 2000 11:52:01 -0800 (PST) (envelope-from wollman@FreeBSD.org) Date: Mon, 27 Nov 2000 11:52:01 -0800 (PST) From: Message-Id: <200011271952.LAA53770@freefall.freebsd.org> To: markd@grizzly.com, wollman@FreeBSD.org, bde@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/105: Distributed libm (msun) has non-standard error handling. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Distributed libm (msun) has non-standard error handling. State-Changed-From-To: analyzed->open State-Changed-By: wollman State-Changed-When: Mon Nov 27 11:48:59 PST 2000 State-Changed-Why: Yes, it's night of the undead PRs! This PR is being changed back to freebsd-bugs and state open as a reminder that the specifications for math exception handling in POSIX 2001 have changed significantly from what POSIX 1990 required, and will need to be updated once the Austin Group settles on the precise details. Responsible-Changed-From-To: bde->freebsd-bugs Responsible-Changed-By: wollman Responsible-Changed-When: Mon Nov 27 11:48:59 PST 2000 Responsible-Changed-Why: See state change. http://www.freebsd.org/cgi/query-pr.cgi?pr=105 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 12:30: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF26837B4C5 for ; Mon, 27 Nov 2000 12:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA62477; Mon, 27 Nov 2000 12:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dslab7.cs.uit.no (dslab7.cs.UiT.No [129.242.16.27]) by hub.freebsd.org (Postfix) with ESMTP id 2AAAC37B479 for ; Mon, 27 Nov 2000 12:25:23 -0800 (PST) Received: (from frodef@localhost) by dslab7.cs.uit.no (8.11.1/8.11.0) id eARKPDN09337; Mon, 27 Nov 2000 21:25:13 +0100 (CET) (envelope-from frodef) Message-Id: <200011272025.eARKPDN09337@dslab7.cs.uit.no> Date: Mon, 27 Nov 2000 21:25:13 +0100 (CET) From: frodef@acm.org Reply-To: frodef@acm.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/23141: AD1816 problems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23141 >Category: i386 >Synopsis: ad1816 audio driver produces noise. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 27 12:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Frode Vatvedt Fjeld >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD STABLE. >Description: I'm using FreeBSD STABLE on a HP Kayak XU with an on-board AD1816 audio device. It works well, except about 30-50% of the times the audio device is opened (i.e. xmms starts to play a song), something goes very wrong. The volume gets extremely loud, and anything but extremely low-volume sounds is distorted beyond recognition, mosly producing pure noise. The same happened when I used CURRENT a few months ago, and the problem has existed now for several months. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 13: 0:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6331137B479 for ; Mon, 27 Nov 2000 13:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA68338; Mon, 27 Nov 2000 13:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from satan.rz.fhtw-berlin.de (unknown [141.45.5.137]) by hub.freebsd.org (Postfix) with ESMTP id D7CEC37B479 for ; Mon, 27 Nov 2000 12:52:22 -0800 (PST) Received: (from mw@localhost) by satan.rz.fhtw-berlin.de (8.11.1/8.11.1) id eARKqLD67547; Mon, 27 Nov 2000 21:52:21 +0100 (CET) (envelope-from mw) Message-Id: <200011272052.eARKqLD67547@satan.rz.fhtw-berlin.de> Date: Mon, 27 Nov 2000 21:52:21 +0100 (CET) From: mw@fhtw-berlin.de Reply-To: mw@fhtw-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/23145: kernel panic with pppoe-server Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23145 >Category: i386 >Synopsis: pppoe-test-program panics the server >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 27 13:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Matthias Waehlisch >Release: FreeBSD 4.2-STABLE i386 >Organization: FHTW Berlin, HRZ >Environment: FreeBSD pppoeserv.rz.fhtw-berlin.de 4.2-STABLE FreeBSD 4.2-STABLE #0: Th u Nov 23 16:14:35 GMT 2000 root@dummy.rz.fhtw-berlin.de:/usr/src/sys/compile /PPPOESERV i386 >Description: We want to install a WLAN on our campus. The decision for authentication is pppoe. We started pppoed with following option: /usr/libexec/pppoed -dF -e "/usr/sbin/ppp -direct server" xl1 For the ppp we use the following configuration (/etc/ppp/ppp.conf): default: set device PPPoE:xl1 set speed sync set mtu 1492 set mru 1492 server: set cd set login enable proxy set ifaddr 192.168.35.1 set radius /etc/radius.conf enable PAP After starting the pppoed everything is fine. clients are able to connect and communicate with the network. But a windows pppoe-test-programm shows the dark side - kernel panic: Fatal trap 12: page fault while in kernel mode fault virtaul address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0xc19ca36d stack pointer = 0x10:0xcc2cbee0 frame pointer = 0x10:0xcc2cbef4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 165 (ppp) interrupt mask = trap number = 12 panic: page fault syncing disk... 15 15 The trigger for this phenomenon was Poet 1.6 on a Windows-client (pppoe-test-programm): http://home.t-online.de/home/hanewin/poet-e.htm Second test-part brought the server to crash. -----dmesg-output Copyright (c) 1992-2000 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.2-STABLE #0: Thu Nov 23 16:14:35 GMT 2000 root@dummy.rz.fhtw-berlin.de:/usr/src/sys/compile/PPPOESERV Timecounter "i8254" frequency 1193182 Hz CPU: AMD Athlon(tm) Processor (800.03-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x622 Stepping = 2 Features=0x183f9ff AMD Features=0xc0400000 real memory = 134201344 (131056K bytes) avail memory = 125968384 (123016K bytes) Preloaded elf kernel "kernel" at 0xc0438000. 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 irq 11 isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0xd800-0xd80f at device 4.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 chip2: port 0xb000-0xb003,0xb400-0xb403,0xb800-0xb8ff irq 12 at device 4.5 on pci0 xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xa400-0xa47f mem 0xdf800000-0xdf80007f irq 10 at device 11.0 on pci0 xl0: Ethernet address: 00:01:02:b0:13:cd miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl1: <3Com 3c905C-TX Fast Etherlink XL> port 0xa000-0xa07f mem 0xdf000000-0xdf00007f irq 9 at device 13.0 on pci0 xl1: Ethernet address: 00:50:da:de:d2:01 miibus1: on xl1 xlphy1: <3c905C 10/100 internal PHY> on miibus1 xlphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pcib1: on motherboard pci2: on pcib1 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 19623MB [39870/16/63] at ata0-master UDMA66 acd0: CDROM at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted module_register: module netgraph already exists! linker_file_sysinit "netgraph.ko" failed to register! 17 >How-To-Repeat: download the test-client from: http://home.t-online.de/home/hanewin/poet-e.htm and run it against the pppoe-server. >Fix: ????? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 16: 4:36 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4BC237B479; Mon, 27 Nov 2000 16:04:34 -0800 (PST) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA10190; Mon, 27 Nov 2000 16:04:34 -0800 (PST) (envelope-from bmilekic@FreeBSD.org) Date: Mon, 27 Nov 2000 16:04:34 -0800 (PST) From: Message-Id: <200011280004.QAA10190@freefall.freebsd.org> To: jeff+freebsd@spotlife.com, bmilekic@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22224: ipfw pipe command causes kernel panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ipfw pipe command causes kernel panic State-Changed-From-To: open->closed State-Changed-By: bmilekic State-Changed-When: Mon Nov 27 16:03:34 PST 2000 State-Changed-Why: Fix was committed to -CURRENT last week and MFC'd and committed to -STABLE yesterday evening. http://www.freebsd.org/cgi/query-pr.cgi?pr=22224 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 18: 0:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91D5837B4CF for ; Mon, 27 Nov 2000 18:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA27511; Mon, 27 Nov 2000 18:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from wooster.jumpdata.com (flimsy.lean.to [166.90.128.243]) by hub.freebsd.org (Postfix) with ESMTP id 6A07937B4CF for ; Mon, 27 Nov 2000 17:52:00 -0800 (PST) Received: (from anand@localhost) by wooster.jumpdata.com (8.11.1/8.11.1) id eAS1qHo59965; Mon, 27 Nov 2000 17:52:17 -0800 (PST) (envelope-from anand) Message-Id: <200011280152.eAS1qHo59965@wooster.jumpdata.com> Date: Mon, 27 Nov 2000 17:52:17 -0800 (PST) From: anand@blandings.com Reply-To: anand@blandings.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/23148: getopt(3) works non-intuitively? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23148 >Category: misc >Synopsis: getopt(3) works non-intuitively? >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 27 18:00:05 PST 2000 >Closed-Date: >Last-Modified: >Originator: Anand Ranganathan >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: FreeBSD 4.2-RELEASE i386 >Description: The getopt(3) man page says: The interpretation of op- tions in the argument list may be cancelled by the option `--' (double dash) which causes getopt() to signal the end of argument processing and return -1. And fair enough, the getopt function seems to conform to this description. However, this includes the option '--' not occuring by itself (e.g., if the program were passed the argument --foo in the GNU style by mistake), or if -- were inferred by an option of the form -abcd- Both of these occurences are treated by the getopt function to be the option --, whereas it seems intuitively to be an occurence of the option '-' and not an occurence of --. >How-To-Repeat: Consider the following program: #include int main(int argc, char *argv[]) { char ch; while ((ch = getopt(argc, argv, "abc")) != -1) { switch (ch) { case 'a': printf("-a\n"); break; case 'b': printf("-b\n"); break; case 'c': printf("-c\n"); break; default: printf("huh\n"); break; } } return 0; } If you were to compile and run this program: 229 wooster:/usr/tmp> ./a.out -f a.out: illegal option -- f huh 230 wooster:/usr/tmp> ./a.out -af -a a.out: illegal option -- f huh 231 wooster:/usr/tmp> ./a.out -a-f -a 232 wooster:/usr/tmp> ./a.out --foo 233 wooster:/usr/tmp> This gets weirder still when you use a standard program called ls with gnu-style arguments. e.g., 239 wooster:tmp/foo> touch bar baz 240 wooster:tmp/foo> ls bar baz 241 wooster:tmp/foo> ls --color bar baz 242 wooster:tmp/foo> ls --foobarbaz bar baz 243 wooster:tmp/foo> Essentially, getopt considers --color to be an occurence of --, but swallows the --color option. With the fix that I'm supplying below, the same program given above works like so: 245 wooster:/usr/tmp> ./a.out -f a.out: illegal option -- f huh 246 wooster:/usr/tmp> ./a.out -af -a a.out: illegal option -- f huh 247 wooster:/usr/tmp> ./a.out -a-f -a a.out: illegal option -- - huh a.out: illegal option -- f huh 248 wooster:/usr/tmp> ./a.out --foo a.out: illegal option -- - huh a.out: illegal option -- f huh a.out: illegal option -- o huh a.out: illegal option -- o huh 249 wooster:/usr/tmp> ./a.out -- foo 250 wooster:/usr/tmp> To me this seems more intuitive. >Fix: This patch to /usr/src/lib/libc/stdlib/getopt.c changes the way getopt works to the description that I supplied: --- getopt.c.orig Mon Nov 27 15:27:57 2000 +++ getopt.c Mon Nov 27 16:29:31 2000 @@ -73,7 +73,7 @@ place = EMSG; return (-1); } - if (place[1] && *++place == '-') { /* found "--" */ + if (place[1] && *++place == '-' && !place[1]) { /* found "--" */ ++optind; place = EMSG; return (-1); @@ -81,12 +81,6 @@ } /* option letter okay? */ if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(ostr, optopt))) { - /* - * if the user didn't specify '-' as an option, - * assume it means -1. - */ - if (optopt == (int)'-') - return (-1); if (!*place) ++optind; if (opterr && *ostr != ':' && optopt != BADCH) >Release-Note: >Audit-Trail: >Unformatted: Anand Ranganathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 19:23:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from k6.office.htslabs.com (adsl-63-202-243-139.dsl.sndg02.pacbell.net [63.202.243.139]) by hub.freebsd.org (Postfix) with ESMTP id 7F2CE37B479 for ; Mon, 27 Nov 2000 19:23:08 -0800 (PST) Received: from htslabs.com (localhost [127.0.0.1]) by k6.office.htslabs.com (8.11.1/8.11.1) with ESMTP id eAS3MO500635; Mon, 27 Nov 2000 19:22:25 -0800 (PST) (envelope-from bsd_admin@htslabs.com) Message-ID: <3A2324F0.3AE50202@htslabs.com> Date: Mon, 27 Nov 2000 19:22:24 -0800 From: William Schmidt Organization: Thomson Instrument Co. X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: David Greenman Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/22768: fxp get slow often! References: <200011130620.WAA26438@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Greenman wrote: > The following reply was made to PR kern/22768; it has been noted by GNATS. > > From: David Greenman > To: Wei-Kai Wu > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: kern/22768: fxp get slow often! > Date: Sun, 12 Nov 2000 22:10:51 -0800 > > >On Sat, Nov 11, 2000 at 07:36:52AM -0800, David Greenman wrote: > >> >ifconfig fxp0 140.113.214.152 netmask 0xffffff00 media 100BaseTX > >> >sleep 1 > >> >ifconfig fxp0 140.113.214.152 netmask 0xffffff00 media autoselect > >> >running 2 times every hour to keep the speed of ftpd. > >> I have no idea what you are trying to accomplish with the above, but it is > >> weird in the extreme. The problem that you are describing sounds like a duplex > >> negotiation problem with your switch. Try setting both sides to full duplex. > >> For the FreeBSD side remove your cronjob and then: > >> ifconfig .... media 100basetx mediaopt full-duplex > > > >I am quite sure that the Intel 8-port 10/100 Switch work well. > >I also tried your suggestion, still not work. > > > >In fact, I used the dc0 network card before. > >I thought the problem may cause by dc0, so I buy the fxp0. > > > >Is there any other possibilities? > > So you're having the same problem with 'tulip' clones (dc device)? Have you > tried using a different cable? Does the Intel switch have any error stats that > might give a clue why the performance is bad? What does "ifconfig fxp0" show > (speed/duplex) when the performance is low? > > -DG I have been work on this problem for sum time now and have determined that It seems to be the data coming in that is slow. For example I can ftp put at about 2.7-3.0 MB/sec but only ftp get the same file at about 40-120 KB/sec. and that was manually setting ifconfig for 100baseTX and full-duplex. Manually setting to 10BaseT results at a rate of 700-900KB/secin both directions. Furthermore If I reboot the same system to 3.5.1-release the problem goes away and rate in both direction are over 2.7MB/sec. I have taken all my systems back to 3.5.1 to temporally solve these problems and left one dual boot system for testing. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 27 22: 4:50 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from phalse.2600.com (phalse.2600.COM [216.66.24.2]) by hub.freebsd.org (Postfix) with ESMTP id 27EB037B4D7 for ; Mon, 27 Nov 2000 22:04:47 -0800 (PST) Received: from localhost (localhost [[UNIX: localhost]]) by phalse.2600.com (8.8.8/8.8.8) with ESMTP id BAA04938; Tue, 28 Nov 2000 01:04:37 -0500 (EST) Date: Tue, 28 Nov 2000 01:04:36 -0500 (EST) From: Dominick LaTrappe To: opentrax@email.com Cc: wollman@khavrinen.lcs.mit.edu, bugs@freebsd.org Subject: Re: bin/22954: cron isn't daylight savings-aware In-Reply-To: <200011231524.HAA02206@spammie.svbug.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 23 Nov 2000, opentrax@email.com wrote: > I'm only stating that, the assitance as provided does not suite > our company, so I must decline it (with thanks). And note that in > the future other mechnisim would need to be in place to > satisfiy our company. [snip] > In the end this means we must make a comprimise on our systems > because of current systems in-place at the FreeBSD project. Perhaps you should tell Microsoft that your pancreas conflicts with NT Service Packs, or tell Sun that binary Solaris patches cause you to hear voices. Maybe you should them that "other mechnisim would need to be in place to satisfiy our company." They won't care, and they're getting *paid* to care, spammie. If the "mechanisms in place at the FreeBSD project" are at odds with your company policy, either: a) stop using FreeBSD, b) change your company policy, or c) don't complain. I see no other issues. If there are, please feel free to write me personally. I'd be happy to visit your office with a roll of duct tape and a soldering iron. ||| Dominick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 7:35:49 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from phobia.ms (ns.wmol.com [208.242.83.254]) by hub.freebsd.org (Postfix) with ESMTP id 6D21A37B400 for ; Tue, 28 Nov 2000 07:35:45 -0800 (PST) Received: from desktop (desktop.wmol.com [208.242.83.251]) by phobia.ms (8.11.1/8.11.1) with SMTP id eASFZbg62933; Tue, 28 Nov 2000 10:35:38 -0500 (EST) (envelope-from djhill@novagate.net) Message-ID: <003101c05950$57a10500$fb53f2d0@wmol.com> From: "David" To: "William Schmidt" , "David Greenman" Cc: References: <200011130620.WAA26438@freefall.freebsd.org> <3A2324F0.3AE50202@htslabs.com> Subject: Re: kern/22768: fxp get slow often! Date: Tue, 28 Nov 2000 10:31:55 -0500 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I also have an Intel NIC (fxp0). I must manually set it at 10BaseT/UTP for it to work on the network. If its set at 100BaseTX, i can't ping anything except for the interface itself. I've also had the problem with a Linksys 10/100 NIC (dc0). This started happening sometime in the 4.x series. I don't remember having any trouble in FreeBSD 3.x. I know they both work at 100BaseTX, because I used both perfectly running Windows ME. Anyone having any solutions? Or is there a problem with something in the 4.x drivers? Thanks David ----- Original Message ----- From: "William Schmidt" To: "David Greenman" Cc: Sent: Monday, November 27, 2000 10:22 PM Subject: Re: kern/22768: fxp get slow often! > David Greenman wrote: > > > The following reply was made to PR kern/22768; it has been noted by GNATS. > > > > From: David Greenman > > To: Wei-Kai Wu > > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > > Subject: Re: kern/22768: fxp get slow often! > > Date: Sun, 12 Nov 2000 22:10:51 -0800 > > > > >On Sat, Nov 11, 2000 at 07:36:52AM -0800, David Greenman wrote: > > >> >ifconfig fxp0 140.113.214.152 netmask 0xffffff00 media 100BaseTX > > >> >sleep 1 > > >> >ifconfig fxp0 140.113.214.152 netmask 0xffffff00 media autoselect > > >> >running 2 times every hour to keep the speed of ftpd. > > >> I have no idea what you are trying to accomplish with the above, but it is > > >> weird in the extreme. The problem that you are describing sounds like a duplex > > >> negotiation problem with your switch. Try setting both sides to full duplex. > > >> For the FreeBSD side remove your cronjob and then: > > >> ifconfig .... media 100basetx mediaopt full-duplex > > > > > >I am quite sure that the Intel 8-port 10/100 Switch work well. > > >I also tried your suggestion, still not work. > > > > > >In fact, I used the dc0 network card before. > > >I thought the problem may cause by dc0, so I buy the fxp0. > > > > > >Is there any other possibilities? > > > > So you're having the same problem with 'tulip' clones (dc device)? Have you > > tried using a different cable? Does the Intel switch have any error stats that > > might give a clue why the performance is bad? What does "ifconfig fxp0" show > > (speed/duplex) when the performance is low? > > > > -DG > > I have been work on this problem for sum time now and have determined that It seems > to be the data coming in that is slow. For example I can ftp put at about 2.7-3.0 > MB/sec but only ftp get the same file at about 40-120 KB/sec. and that was manually > setting ifconfig for 100baseTX and full-duplex. Manually setting to 10BaseT results > at a rate of 700-900KB/secin both directions. Furthermore If I reboot the same > system to 3.5.1-release the problem goes away and rate in both direction are over > 2.7MB/sec. I have taken all my systems back to 3.5.1 to temporally solve these > problems and left one dual boot system for testing. > > Bill > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 9:22: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 0F9F037B6A3 for ; Tue, 28 Nov 2000 09:22:06 -0800 (PST) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id JAA03316; Tue, 28 Nov 2000 09:19:29 -0800 (PST) Message-Id: <200011281719.JAA03316@implode.root.com> To: "David" Cc: "William Schmidt" , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/22768: fxp get slow often! In-reply-to: Your message of "Tue, 28 Nov 2000 10:31:55 EST." <003101c05950$57a10500$fb53f2d0@wmol.com> From: David Greenman Reply-To: dg@root.com Date: Tue, 28 Nov 2000 09:19:29 -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Hello, > I also have an Intel NIC (fxp0). I must manually set it at 10BaseT/UTP >for it to work on the network. If its set at 100BaseTX, i can't ping >anything except for the interface itself. I've also had the problem with a >Linksys 10/100 NIC (dc0). This started happening sometime in the 4.x >series. I don't remember having any trouble in FreeBSD 3.x. > >I know they both work at 100BaseTX, because I used both perfectly running >Windows ME. > >Anyone having any solutions? Or is there a problem with something in the >4.x drivers? The only significant changes that have been made to the driver since 3.x have been in the PCI bus area, which affected many/most drivers. I'm wondering if there is something quirky about your motherboard(s) that might not be getting along with these changes, especially when you've both mentioned problems with other fast ethernet cards as well. What type of motherboard do you have? -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 9:58:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from k6.office.htslabs.com (adsl-63-202-243-139.dsl.sndg02.pacbell.net [63.202.243.139]) by hub.freebsd.org (Postfix) with ESMTP id D31A437B698 for ; Tue, 28 Nov 2000 09:58:04 -0800 (PST) Received: from htslabs.com (localhost [127.0.0.1]) by k6.office.htslabs.com (8.11.1/8.11.1) with ESMTP id eASHvLS00342; Tue, 28 Nov 2000 09:57:21 -0800 (PST) (envelope-from bsd_admin@htslabs.com) Message-ID: <3A23F201.40B30143@htslabs.com> Date: Tue, 28 Nov 2000 09:57:21 -0800 From: William Schmidt Organization: Thomson Instrument Co. X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: dg@root.com Cc: David , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/22768: fxp get slow often! References: <200011281719.JAA03316@implode.root.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No I did think Its the motherboard I have 3 systems Tyan S1598 , abit dual bp6 and a asus 97-tx and three have problem at 4.x but run fine at 3.x. Furthermore I forgot to add that I have tried different NIC cards Pn0 (netgear fa310tx, kinstion kne110tx) , rl0 (sms, ark ,soho), fxp0 (intel etherexperss pro+) and xl0(3com35-905b-tx) and all seem to have the same results. I through It was in the MII common code but the fxp0 didn't use the code. I have played with the mtu size. A smaller mtu size below 500 seems the help allot and 256 gives speeds of over 2MS/sec. This make me think the problem is in the TCP/IP controls but I have not had time to go through the mountains of source code. David Greenman wrote: > >Hello, > > I also have an Intel NIC (fxp0). I must manually set it at 10BaseT/UTP > >for it to work on the network. If its set at 100BaseTX, i can't ping > >anything except for the interface itself. I've also had the problem with a > >Linksys 10/100 NIC (dc0). This started happening sometime in the 4.x > >series. I don't remember having any trouble in FreeBSD 3.x. > > > >I know they both work at 100BaseTX, because I used both perfectly running > >Windows ME. > > > >Anyone having any solutions? Or is there a problem with something in the > >4.x drivers? > > The only significant changes that have been made to the driver since 3.x > have been in the PCI bus area, which affected many/most drivers. I'm wondering > if there is something quirky about your motherboard(s) that might not be > getting along with these changes, especially when you've both mentioned > problems with other fast ethernet cards as well. > What type of motherboard do you have? > > -DG > > David Greenman > Co-founder, The FreeBSD Project - http://www.freebsd.org > President, TeraSolutions, Inc. - http://www.terasolutions.com > Pave the road of life with opportunities. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 10: 0: 9 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBE5E37B404 for ; Tue, 28 Nov 2000 10:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eASI03i24567; Tue, 28 Nov 2000 10:00:03 -0800 (PST) (envelope-from gnats) Date: Tue, 28 Nov 2000 10:00:03 -0800 (PST) Message-Id: <200011281800.eASI03i24567@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Carlos Amengual Subject: Re: kern/22086: DMA errors during intensive disk activity on vinum volume Reply-To: Carlos Amengual Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/22086; it has been noted by GNATS. From: Carlos Amengual To: freebsd-gnats-submit@FreeBSD.org, rasmith@aristotle.tamu.edu Cc: Subject: Re: kern/22086: DMA errors during intensive disk activity on vinum volume Date: Tue, 28 Nov 2000 18:52:43 +0100 I found the same problem on a 4.2-RELEASE system: Vinum configuration: drive idea device /dev/ad0s1e drive ideb device /dev/ad2s1f drive idec device /dev/ad4s1f volume raid5a plex org raid5 512k sd length 0 drive idea sd length 0 drive ideb sd length 0 drive idec The error messages: Nov 27 22:24:43 vega /kernel: ata0-master: zero length DMA transfer attempted Nov 27 22:25:06 vega /kernel: ad0: WRITE command timeout tag=0 serv=0 - resetting Nov 27 22:25:06 vega /kernel: ata0: resetting devices .. done Nov 27 22:25:06 vega /kernel: ata0-master: zero length DMA transfer attempted Nov 27 22:25:06 vega /kernel: ad0: WRITE command timeout tag=0 serv=0 - resetting Nov 27 22:25:06 vega /kernel: ata0: resetting devices .. done To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 10: 0:11 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1DB337B402 for ; Tue, 28 Nov 2000 10:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eASI01l24562; Tue, 28 Nov 2000 10:00:01 -0800 (PST) (envelope-from gnats) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9FCAA37B400; Tue, 28 Nov 2000 09:52:18 -0800 (PST) Message-Id: <20001128175218.9FCAA37B400@hub.freebsd.org> Date: Tue, 28 Nov 2000 09:52:18 -0800 (PST) From: anand@blandings.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: misc/23161: tcsh execs /bin/ls --color Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23161 >Category: misc >Synopsis: tcsh execs /bin/ls --color >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 28 10:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Anand Ranganathan >Release: 4.2-RELEASE >Organization: >Environment: FreeBSD wooster.jumpdata.com 4.2-RELEASE FreeBSD 4.2-RELEASE #2: Tue Nov 21 16:54:44 PST 2000 anand@wooster.jumpdata.com:/usr/src/sys/compile/WOOSTER i386 >Description: tcsh supports an ls-F builtin that is purported to be faster than the normal /bin/ls. ls-F also supports colorized ls listings and all the normal ls options. When invoked with no arguments, ls-F produces a normal listing like that of /bin/ls. When invoked with arguments, it executes "/bin/ls " where are the arguments passed to ls-F. Colorized output may be enabled by using the command "set color" on tcsh. In this case ls-F translates to "/bin/ls --color ". Due to a getopt oddity reported in pr 23148, /bin/ls ignores the --color option and treats the remaining arguments as filenames even if they were options to ls. This causes weird behavior as shown below. >How-To-Repeat: In an xterm execute the following: 112 wooster:tmp/foo> ls bar baz 113 wooster:tmp/foo> tcsh -f > ls bar baz > ls-F bar baz > ls-F -l total 0 -rw-r--r-- 1 anand wheel 0 Nov 27 17:45 bar -rw-r--r-- 1 anand wheel 0 Nov 27 17:45 baz > set color > ls-F bar baz > ls-F -l ls: -l: No such file or directory > ls-F -a ls: -a: No such file or directory >Fix: This is a patch that I generated on 4.2 RELEASE. I have sent a modified version of this patch to the tcsh developers. I hope they include it in their next version. Until then, could we have this patch in 4.2-stable please? --- contrib/tcsh/tc.const.c.orig Sat Jun 10 15:25:57 2000 +++ contrib/tcsh/tc.const.c Tue Nov 28 09:20:33 2000 @@ -404,7 +404,7 @@ #ifdef COLOR_LS_F Char STRlsmF[] = { 'l', 's', '-', 'F', '\0' }; Char STRcolor[] = { 'c', 'o', 'l', 'o', 'r', '\0' }; -Char STRmmcolormauto[] = {'-', '-', 'c', 'o', 'l', 'o', 'r', '=', 'a', 'u', 't', 'o', '\0' }; +Char STRmmcolormauto[] = {'-', 'G', '\0' }; Char STRLS_COLORS[] = { 'L', 'S', '_', 'C', 'O', 'L', 'O', 'R', 'S', '\0' }; #endif /* COLOR_LS_F */ >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 Nov 28 11:16:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 0B24A37B400 for ; Tue, 28 Nov 2000 11:16:41 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id UAA00377; Tue, 28 Nov 2000 20:17:37 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200011281917.UAA00377@freebsd.dk> Subject: Re: kern/22086: DMA errors during intensive disk activity on vinum volume In-Reply-To: <200011281800.eASI03i24567@freefall.freebsd.org> from Carlos Amengual at "Nov 28, 2000 10:00:03 am" To: webmaster@healthnet-sl.es (Carlos Amengual) Date: Tue, 28 Nov 2000 20:17:36 +0100 (CET) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Carlos Amengual wrote: > The following reply was made to PR kern/22086; it has been noted by GNATS. > > From: Carlos Amengual > To: freebsd-gnats-submit@FreeBSD.org, rasmith@aristotle.tamu.edu > Cc: > Subject: Re: kern/22086: DMA errors during intensive disk activity on vinum > volume > Date: Tue, 28 Nov 2000 18:52:43 +0100 > > I found the same problem on a 4.2-RELEASE system: > > Vinum configuration: > > drive idea device /dev/ad0s1e > drive ideb device /dev/ad2s1f > drive idec device /dev/ad4s1f > volume raid5a > plex org raid5 512k > sd length 0 drive idea > sd length 0 drive ideb > sd length 0 drive idec > > The error messages: > > Nov 27 22:24:43 vega /kernel: ata0-master: zero length DMA transfer > attempted > Nov 27 22:25:06 vega /kernel: ad0: WRITE command timeout tag=0 serv=0 - > resetting > Nov 27 22:25:06 vega /kernel: ata0: resetting devices .. done > Nov 27 22:25:06 vega /kernel: ata0-master: zero length DMA transfer > attempted > Nov 27 22:25:06 vega /kernel: ad0: WRITE command timeout tag=0 serv=0 - > resetting > Nov 27 22:25:06 vega /kernel: ata0: resetting devices .. done This is an old problem with vinum, somehow vinum manage to trash the ad_request struct between where the ata drives makes it in ad_strategy and when it actually gets used later.. I thought this was fixed at least in -current long ago, but apparently this was either not backported to -stable or the fix was not good enough. I'm sure Greg will tell you its an ATA problem though :) -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 12:36: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from phobia.ms (ns.wmol.com [208.242.83.254]) by hub.freebsd.org (Postfix) with ESMTP id C6D6E37B400 for ; Tue, 28 Nov 2000 12:36:03 -0800 (PST) Received: from desktop (desktop.wmol.com [208.242.83.251]) by phobia.ms (8.11.1/8.11.1) with SMTP id eASKZxg75750; Tue, 28 Nov 2000 15:36:00 -0500 (EST) (envelope-from djhill@novagate.net) Message-ID: <008c01c0597a$4b8a2240$fb53f2d0@wmol.com> From: "David" To: Cc: References: <200011281719.JAA03316@implode.root.com> Subject: Re: kern/22768: fxp get slow often! Date: Tue, 28 Nov 2000 15:32:13 -0500 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a Tyan Trinity 400 S1854. - David Hill ----- Original Message ----- From: "David Greenman" To: "David" Cc: "William Schmidt" ; Sent: Tuesday, November 28, 2000 12:19 PM Subject: Re: kern/22768: fxp get slow often! > >Hello, > > I also have an Intel NIC (fxp0). I must manually set it at 10BaseT/UTP > >for it to work on the network. If its set at 100BaseTX, i can't ping > >anything except for the interface itself. I've also had the problem with a > >Linksys 10/100 NIC (dc0). This started happening sometime in the 4.x > >series. I don't remember having any trouble in FreeBSD 3.x. > > > >I know they both work at 100BaseTX, because I used both perfectly running > >Windows ME. > > > >Anyone having any solutions? Or is there a problem with something in the > >4.x drivers? > > The only significant changes that have been made to the driver since 3.x > have been in the PCI bus area, which affected many/most drivers. I'm wondering > if there is something quirky about your motherboard(s) that might not be > getting along with these changes, especially when you've both mentioned > problems with other fast ethernet cards as well. > What type of motherboard do you have? > > -DG > > David Greenman > Co-founder, The FreeBSD Project - http://www.freebsd.org > President, TeraSolutions, Inc. - http://www.terasolutions.com > Pave the road of life with opportunities. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 13:22:56 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 4A5C537B400 for ; Tue, 28 Nov 2000 13:22:54 -0800 (PST) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id NAA03947; Tue, 28 Nov 2000 13:20:22 -0800 (PST) Message-Id: <200011282120.NAA03947@implode.root.com> To: William Schmidt Cc: David , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/22768: fxp get slow often! In-reply-to: Your message of "Tue, 28 Nov 2000 09:57:21 PST." <3A23F201.40B30143@htslabs.com> From: David Greenman Reply-To: dg@root.com Date: Tue, 28 Nov 2000 13:20:22 -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >No I did think Its the motherboard I have 3 systems Tyan S1598 , abit dual bp6 >and a asus 97-tx and three have problem at 4.x but run fine at 3.x. Furthermore >I forgot to add that I have tried different NIC cards Pn0 (netgear fa310tx, >kinstion kne110tx) , rl0 (sms, ark ,soho), fxp0 (intel etherexperss pro+) and >xl0(3com35-905b-tx) and all seem to have the same results. >I through It was in the MII common code but the fxp0 didn't use the code. I have >played with the mtu size. A smaller mtu size below 500 seems the help allot and >256 gives speeds of over 2MS/sec. This make me think the problem is in the >TCP/IP controls but I have not had time to go through the mountains of source >code. Actually, those particular symptoms are pointing very squarely at the switch and not the server. This is exactly what I'd expect that you would see if the switch was configured for half-duplex while the server was configured for full duplex. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 13:30: 9 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15F5E37B699 for ; Tue, 28 Nov 2000 13:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eASLU2a07450; Tue, 28 Nov 2000 13:30:02 -0800 (PST) (envelope-from gnats) Received: from spock.org (cm-24-169-11-24.nycap.rr.com [24.169.11.24]) by hub.freebsd.org (Postfix) with ESMTP id 6736237B69C for ; Tue, 28 Nov 2000 13:28:48 -0800 (PST) Received: (from jon@localhost) by spock.org serial EF600Q3T-B7F; Tue, 28 Nov 2000 16:28:47 -0500 (EST) (envelope-from jon) Message-Id: <200011282128.eASLSlj91789@spock.org> Date: Tue, 28 Nov 2000 16:28:47 -0500 (EST) From: jon@freebsd.org Reply-To: jon@spock.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/23162: threaded perl incorrectly suggests -lc when using embedded perl Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23162 >Category: misc >Synopsis: threaded perl incorrectly suggests -lc when using embedded perl >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: Tue Nov 28 13:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jonathan Chen >Release: -STABLE and -CURRENT >Organization: >Environment: >Description: When perl with thread support is enabled, using "perl -MExtUtils::Embed -e ldopts" outputs a suggestion for linker options with -lc as one of the libraries. This is incorrect. Linking stuff with both -pthreads and -lc results in the program segfaulting when dup2() (and I'm sure other functions as well) is invoked. >How-To-Repeat: make world with PERL_THREADED enabled, then make the news/inn port. innd when started will segfault while doing a dup2(). >Fix: remove the -lc from the libs= line in the files src/gnu/usr.bin/perl/libperl/config.SH-threads* Or, alternatively, change -lc to -lc_r (Also, note that the "Target system" comment is slightly out of date for many config files in that directory on both current and stable. Perhaps it'll be easy to just say FreeBSD?) >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 Nov 28 13:40: 7 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 115E037B401 for ; Tue, 28 Nov 2000 13:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eASLe3g12507; Tue, 28 Nov 2000 13:40:03 -0800 (PST) (envelope-from gnats) Date: Tue, 28 Nov 2000 13:40:03 -0800 (PST) Message-Id: <200011282140.eASLe3g12507@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Gary" Subject: Re: kern/23011: UDMA 66 not working on 4.1.1-Release ? Reply-To: "Gary" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/23011; it has been noted by GNATS. From: "Gary" To: , Cc: Subject: Re: kern/23011: UDMA 66 not working on 4.1.1-Release ? Date: Tue, 28 Nov 2000 16:26:40 -0500 This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C05957.FCFBA170 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: gArgraves@earthlink.net I have experiance the same problems. hardware: MB =3D EPOX EP-MVP3G2 w/VIA Apollo MVP3 AGPset CPU =3D AMD K6-2 500Mhz RAM =3D 128 SDRAM 2 Linksys Fast ethernet 10/100 HD =3D MAXSTOR 20G (ATA66) and also tried with a WD 45G = (ATA66) I have also tried other modes like various PIO. Nothing seem to work = correctly. Always get a variaty of disk errors. If i put a non-ATA (UDMA) drive in system I can install freeBSD with = sucessfully. This seems to be true for ver 4.0 from CD. 4.1.1 from ftp server and = ver 4.2 from ftp server. PS this URL may give in-site to problem:=20 http://www.uwsg.indiana.edu/hypermail/linux/kernel/9812.0/0621.html Gary ------=_NextPart_000_0003_01C05957.FCFBA170 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
From: gArgraves@earthlink.net
 
I have experiance the same = problems.
 
hardware: MB =3D EPOX EP-MVP3G2 = w/VIA Apollo=20 MVP3 AGPset
          &nbs= p;   =20 CPU =3D AMD K6-2 500Mhz
         &n= bsp;    =20 RAM =3D 128 SDRAM
         &n= bsp;    =20 2 Linksys Fast ethernet 10/100
         &n= bsp;    =20 HD =3D MAXSTOR 20G (ATA66) and also tried with a WD 45G=20 (ATA66)
 
I have also tried other modes like = various PIO.=20 Nothing seem to work correctly. = Always get a=20 variaty of disk errors.
 
If i put a non-ATA (UDMA) drive in = system I=20 can install freeBSD with sucessfully.
 
This seems to be true for ver 4.0 from = CD. =20 4.1.1 from ftp server and ver 4.2 from ftp server.
 
PS this URL may give in-site to = problem:
http://www.uwsg.indiana.edu/hypermail/linux/kernel/9812.0/0621.html
Gary
 
 
------=_NextPart_000_0003_01C05957.FCFBA170-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 14:36:39 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 379E137B401; Tue, 28 Nov 2000 14:36:38 -0800 (PST) Received: (from jon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eASMac130090; Tue, 28 Nov 2000 14:36:38 -0800 (PST) (envelope-from jon) Date: Tue, 28 Nov 2000 14:36:38 -0800 (PST) From: Message-Id: <200011282236.eASMac130090@freefall.freebsd.org> To: jon@FreeBSD.org, freebsd-bugs@FreeBSD.org, jon@FreeBSD.org Subject: Re: kern/22947: IBM 10/100 EtherJet Cardbus (Xircom X3201) gets wrong MAC addr Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: IBM 10/100 EtherJet Cardbus (Xircom X3201) gets wrong MAC addr Responsible-Changed-From-To: freebsd-bugs->jon Responsible-Changed-By: jon Responsible-Changed-When: Tue Nov 28 14:35:46 PST 2000 Responsible-Changed-Why: I'm playing with cardbus and CIS. http://www.freebsd.org/cgi/query-pr.cgi?pr=22947 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 18:19:59 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7127937B6A4; Tue, 28 Nov 2000 18:19:52 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAT2Jqu68877; Tue, 28 Nov 2000 18:19:52 -0800 (PST) (envelope-from grog) Date: Tue, 28 Nov 2000 18:19:52 -0800 (PST) From: Message-Id: <200011290219.eAT2Jqu68877@freefall.freebsd.org> To: rasmith@aristotle.tamu.edu, grog@FreeBSD.org, freebsd-bugs@FreeBSD.org, grog@FreeBSD.org Subject: Re: kern/22086: DMA errors during intensive disk activity on vinum volume Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: DMA errors during intensive disk activity on vinum volume State-Changed-From-To: open->feedback State-Changed-By: grog State-Changed-When: Tue Nov 28 18:05:56 PST 2000 State-Changed-Why: Request further action from submitter. Responsible-Changed-From-To: freebsd-bugs->grog Responsible-Changed-By: grog Responsible-Changed-When: Tue Nov 28 18:05:56 PST 2000 Responsible-Changed-Why: Grog maintains Vinum. http://www.freebsd.org/cgi/query-pr.cgi?pr=22086 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 18:31:47 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from echunga.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 3990937B400 for ; Tue, 28 Nov 2000 18:31:41 -0800 (PST) Received: (from grog@localhost) by echunga.lemis.com (8.11.1/8.9.3) id eAT2Mqx46211; Wed, 29 Nov 2000 12:52:52 +1030 (CST) (envelope-from grog) Date: Wed, 29 Nov 2000 12:52:51 +1030 From: Greg Lehey To: Soren Schmidt Cc: Carlos Amengual , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/22086: DMA errors during intensive disk activity on vinum volume Message-ID: <20001129125251.D45540@echunga.lemis.com> References: <200011281800.eASI03i24567@freefall.freebsd.org> <200011281917.UAA00377@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200011281917.UAA00377@freebsd.dk>; from sos@freebsd.dk on Tue, Nov 28, 2000 at 08:17:36PM +0100 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Format recovered--see http://www.lemis.com/email/email-format.html] On Tuesday, 28 November 2000 at 20:17:36 +0100, Søren Schmidt wrote: > On Tue, 28 Nov 2000 18:52:43 +0100, Carlos Amengual wrote: >> >> I found the same problem on a 4.2-RELEASE system: >> >> Vinum configuration: >> >> drive idea device /dev/ad0s1e >> drive ideb device /dev/ad2s1f >> drive idec device /dev/ad4s1f >> volume raid5a >> plex org raid5 512k >> sd length 0 drive idea >> sd length 0 drive ideb >> sd length 0 drive idec >> >> The error messages: >> >> Nov 27 22:24:43 vega /kernel: ata0-master: zero length DMA transfer attempted >> Nov 27 22:25:06 vega /kernel: ad0: WRITE command timeout tag=0 serv=0 - resetting >> Nov 27 22:25:06 vega /kernel: ata0: resetting devices .. done >> Nov 27 22:25:06 vega /kernel: ata0-master: zero length DMA transfer attempted >> Nov 27 22:25:06 vega /kernel: ad0: WRITE command timeout tag=0 serv=0 - resetting >> Nov 27 22:25:06 vega /kernel: ata0: resetting devices .. done > > This is an old problem with vinum, somehow vinum manage to trash > the ad_request struct between where the ata drives makes it in > ad_strategy and when it actually gets used later.. > I thought this was fixed at least in -current long ago, but > apparently this was either not backported to -stable or the fix > was not good enough. No, the problem went into hiding. It was you who thought it had gone away. > I'm sure Greg will tell you its an ATA problem though :) No, Greg doesn't get involved in that sort of finger pointing. Greg just wants somebody to help him debug it, and everybody he has asked (including you) has not followed through. This case looks interesting for a couple of reasons: 1. This config does not include an fxp device, which you had in the past blamed for the problems: > Now, I'm not sure if its vinum or the fxp driver that has a > problem, but since others have seen strange problems semilar to > this on other type of systems, I'd say it points very much at > fxp... The latest fix you put into -current is needed though... 2. Robin seems to be able to work through the source code, so this time we may be able to catch it. Greg -- When replying to this message, please take care not to mutilate the original text. For more information, see http://www.lemis.com/email.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 21:50: 7 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3903937B401 for ; Tue, 28 Nov 2000 21:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAT5o1X01871; Tue, 28 Nov 2000 21:50:01 -0800 (PST) (envelope-from gnats) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8474337B400; Tue, 28 Nov 2000 21:40:46 -0800 (PST) Message-Id: <20001129054046.8474337B400@hub.freebsd.org> Date: Tue, 28 Nov 2000 21:40:46 -0800 (PST) From: richw@webcom.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: misc/23168: xconsole dumps core (XFree86 3.3.6) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23168 >Category: misc >Synopsis: xconsole dumps core (XFree86 3.3.6) >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: Tue Nov 28 21:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Rich Wales >Release: 4.2-RELEASE >Organization: >Environment: FreeBSD jekyll.richw.org 4.2-RELEASE FreeBSD 4.2-RELEASE #2: Fri Nov 24 23:46:49 PST 2000 richw@jekyll.richw.org:/misc/4.2/usr/src/sys/compile/JEKYLL i386 >Description: The "xconsole" call in /usr/X11R6/lib/X11/xdm/Xsetup_0 dumps core: xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail Backtrace from "gdb": #0 0x28224885 in strcpy () from /usr/lib/libc.so.4 #1 0x8059865 in ?? () #2 0x280ccc70 in XtScreenDatabase () from /usr/X11R6/lib/libXt.so.6 #3 0x280cd6a8 in _XtDisplayInitialize () from /usr/X11R6/lib/libXt.so.6 #4 0x280c45a0 in XtOpenDisplay () from /usr/X11R6/lib/libXt.so.6 #5 0x280c46e4 in _XtAppInit () from /usr/X11R6/lib/libXt.so.6 #6 0x280cd9ae in XtOpenApplication () from /usr/X11R6/lib/libXt.so.6 #7 0x280cdb02 in XtAppInitialize () from /usr/X11R6/lib/libXt.so.6 #8 0x280cdb4b in XtInitialize () from /usr/X11R6/lib/libXt.so.6 #9 0x8049c6b in free () #10 0x804921d in free () Someone else reported this same problem on freebsd-stable about a month ago (late October 2000). He was using "wdm" and attributed the problem to the use of a DES-encrypted root password. I'm using MD5 passwords, however. >How-To-Repeat: Start up "xdm" in its default configuration. >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 Nov 28 21:50: 8 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0A4B37B400 for ; Tue, 28 Nov 2000 21:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAT5o2F01876; Tue, 28 Nov 2000 21:50:02 -0800 (PST) (envelope-from gnats) Date: Tue, 28 Nov 2000 21:50:02 -0800 (PST) Message-Id: <200011290550.eAT5o2F01876@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: kern/23030: NFS imported files show uid/gid of -2 as 4G instead Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/23030; it has been noted by GNATS. From: Bruce Evans To: jrd@cc.usu.edu Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/23030: NFS imported files show uid/gid of -2 as 4G instead Date: Wed, 29 Nov 2000 16:45:06 +1100 (EST) On Wed, 22 Nov 2000 jrd@cc.usu.edu wrote: > >Description: > Sample ls -l on imported directory: > -rw------- 1 4294967294 4294967294 17134 Mar 19 2000 rfc2784.txt > ---------- 1 root 4294967294 25034 Mar 19 2000 rfc2785.txt > -rw------- 1 4294967294 4294967294 44403 Mar 19 2000 rfc2786.txt > ---------- 1 root 4294967294 98610 Mar 19 2000 rfc2790.txt > -rw------- 1 4294967294 4294967294 13856 Mar 19 2000 rfc2792.txt > > Same import but done on UnixWare 7.1.1: > ---------- 1 root -2 17134 Mar 19 2000 rfc2784.txt > -rw------- 1 -2 -2 25034 Mar 19 2000 rfc2785.txt > ---------- 1 root -2 44403 Mar 19 2000 rfc2786.txt > -rw------- 1 -2 -2 98610 Mar 19 2000 rfc2790.txt > ---------- 1 root -2 13856 Mar 19 2000 rfc2792.txt This is a bug in UnixWare 7.1.1. uids are nonnegative integers (POSIX.1-1996 section 2.2.2.143). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 22: 4:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from spammie.svbug.com (mg131-036.ricochet.net [204.179.131.36]) by hub.freebsd.org (Postfix) with ESMTP id 4204137B400 for ; Tue, 28 Nov 2000 22:04:48 -0800 (PST) Received: from spammie.svbug.com (localhost.mozie.org [127.0.0.1]) by spammie.svbug.com (8.9.3/8.9.3) with ESMTP id WAA01143; Tue, 28 Nov 2000 22:03:37 -0800 (PST) (envelope-from jessem@spammie.svbug.com) Message-Id: <200011290603.WAA01143@spammie.svbug.com> Date: Tue, 28 Nov 2000 22:03:34 -0800 (PST) From: opentrax@email.com Reply-To: opentrax@email.com Subject: Re: bin/22954: cron isn't daylight savings-aware To: seraf@2600.COM Cc: wollman@khavrinen.lcs.mit.edu, bugs@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28 Nov, Dominick LaTrappe wrote: > On Thu, 23 Nov 2000, opentrax@email.com wrote: >> I'm only stating that, the assitance as provided does not suite >> our company, so I must decline it (with thanks). And note that in >> the future other mechnisim would need to be in place to >> satisfiy our company. > [snip] >> In the end this means we must make a comprimise on our systems >> because of current systems in-place at the FreeBSD project. > > Perhaps you should tell Microsoft that your pancreas conflicts with NT > Service Packs, or tell Sun that binary Solaris patches cause you to hear > voices. Maybe you should them that "other mechnisim would need to be in > place to satisfiy our company." They won't care, and they're getting > *paid* to care, spammie. > > If the "mechanisms in place at the FreeBSD project" are at odds with your > company policy, either: > a) stop using FreeBSD, > b) change your company policy, > or c) don't complain. > > I see no other issues. If there are, please feel free to write me > personally. I'd be happy to visit your office with a roll of duct tape > and a soldering iron. > I see no issues - here. Please discontinue this thread. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 28 22:10: 8 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF46737B404 for ; Tue, 28 Nov 2000 22:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAT6A2Z06926; Tue, 28 Nov 2000 22:10:02 -0800 (PST) (envelope-from gnats) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2F7F037B400; Tue, 28 Nov 2000 22:07:46 -0800 (PST) Message-Id: <20001129060746.2F7F037B400@hub.freebsd.org> Date: Tue, 28 Nov 2000 22:07:46 -0800 (PST) From: mike@tagilbank.e-burg.ru To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/23170: Hard Disk, /usr partiton Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23170 >Category: kern >Synopsis: Hard Disk, /usr partiton >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: Tue Nov 28 22:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Baranov Michael >Release: 3.1-RELEASE FreeBSD >Organization: Tagilbank >Environment: FreeBSD scott.tagilbank.e-burg.ru 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Thu May 20 13:44:41 ESS 1999 root@scott.tagilbank.e-burg.ru:/usr/src/sys/compile/GENERIC i386 >Description: Message from kernel: Nov 29 08:52:45 scott /kernel: wd0s1e: soft ecc reading fsbn 590180 of 590176-590191 (wd0s1 bn 803172; cn 796 tn 12 sn 48) (status 5c error 0) and Nov 29 10:40:21 scott /kernel: wd0s1e: soft ecc reading fsbn 590203 of 590192-590207 (wd0s1 bn 803195; cn 796 tn 13 sn 8) (status 5c error 40) HDD Fujitsu M1614TA 1040 MB (2130912 sectors), 2114 cyls, 16 heads, 63 S/T, 512 B/S. /dev/wd0s1e 869231 605731 193962 76% /usr >How-To-Repeat: The first message appears 27 September this year on the first times. The last message appears today and repeats some times per hour till now. >Fix: How is it dangerous for my system ? How to fix this problem ? >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 Nov 28 23:54:20 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 5940337B400 for ; Tue, 28 Nov 2000 23:54:14 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id IAA75175; Wed, 29 Nov 2000 08:55:06 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200011290755.IAA75175@freebsd.dk> Subject: Re: kern/22086: DMA errors during intensive disk activity on vinum volume In-Reply-To: <20001129125251.D45540@echunga.lemis.com> from Greg Lehey at "Nov 29, 2000 12:52:51 pm" To: grog@lemis.com (Greg Lehey) Date: Wed, 29 Nov 2000 08:55:06 +0100 (CET) Cc: webmaster@healthnet-sl.es (Carlos Amengual), freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Greg Lehey wrote: > > > > This is an old problem with vinum, somehow vinum manage to trash > > the ad_request struct between where the ata drives makes it in > > ad_strategy and when it actually gets used later.. > > I thought this was fixed at least in -current long ago, but > > apparently this was either not backported to -stable or the fix > > was not good enough. > > No, the problem went into hiding. It was you who thought it had gone > away. Yes, at a time, but back then we found out that fxp just accelerated the problem, it did not create it. > 1. This config does not include an fxp device, which you had in the > past blamed for the problems: > > > Now, I'm not sure if its vinum or the fxp driver that has a > > problem, but since others have seen strange problems semilar to > > this on other type of systems, I'd say it points very much at > > fxp... The latest fix you put into -current is needed though... See above, I provided you with dumps and what not, but it newer got past that. Since you removed your maintainer bit on vinum it all went into a halt. In the meantime I have decommisioned all the vinum boxes I had out there, fortunately all had either promise or highpoint controllers so they now run ATA RAID's happily without any problems, so vinum is no longer an issue for me at least... > 2. Robin seems to be able to work through the source code, so this > time we may be able to catch it. More power to you :) -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 1:10:12 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFA0637B400 for ; Wed, 29 Nov 2000 01:10:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAT9A5P41175; Wed, 29 Nov 2000 01:10:05 -0800 (PST) (envelope-from gnats) Date: Wed, 29 Nov 2000 01:10:05 -0800 (PST) Message-Id: <200011290910.eAT9A5P41175@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Sergey N. Voronkov" Subject: Re: kern/23170: Hard Disk, /usr partiton Reply-To: "Sergey N. Voronkov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/23170; it has been noted by GNATS. From: "Sergey N. Voronkov" To: mike@tagilbank.e-burg.ru Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/23170: Hard Disk, /usr partiton Date: Wed, 29 Nov 2000 14:04:31 +0500 (YEKT) > FreeBSD scott.tagilbank.e-burg.ru 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Thu May 20 13:44:41 ESS 1999 root@scott.tagilbank.e-burg.ru:/usr/src/sys/compile/GENERIC i386 ^^^^^^^^^ ^^^^^^^^^^^^ Update your system to 3.5-STABLE at least. > >Description: > Message from kernel: > Nov 29 08:52:45 scott /kernel: wd0s1e: soft ecc reading fsbn 590180 of 590176-590191 (wd0s1 bn 803172; cn 796 tn 12 sn 48) (status 5c error 0) > and > Nov 29 10:40:21 scott /kernel: wd0s1e: soft ecc reading fsbn 590203 of 590192-590207 (wd0s1 bn 803195; cn 796 tn 13 sn 8) (status 5c error 40) > HDD Fujitsu M1614TA 1040 MB (2130912 sectors), 2114 cyls, 16 heads, 63 S/T, 512 B/S. > /dev/wd0s1e 869231 605731 193962 76% /usr > >How-To-Repeat: > The first message appears 27 September this year on the first times. > The last message appears today and repeats some times per hour till now. > > >Fix: > How is it dangerous for my system ? How to fix this problem ? Think, your HDD is gouing dead. Take a look at wd source to be completely shure. Best Regards, Serg. P.S.: Next time post such messages into freebsd-question@freebsd.org P.P.S.: I think this PR must be closed? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 1:23:31 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6863F37B400; Wed, 29 Nov 2000 01:23:30 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAT9NTw43425; Wed, 29 Nov 2000 01:23:29 -0800 (PST) (envelope-from roam) Date: Wed, 29 Nov 2000 01:23:29 -0800 (PST) From: Message-Id: <200011290923.eAT9NTw43425@freefall.freebsd.org> To: mike@tagilbank.e-burg.ru, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/23170: Hard Disk, /usr partiton Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Hard Disk, /usr partiton State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Wed Nov 29 01:16:59 PST 2000 State-Changed-Why: As Sergey Voronkov pointed out, these messages are an indication of a hard disk growing bad sectors. Consider replacing the drive. On a related note, this really was -questions, not -bugs material. http://www.freebsd.org/cgi/query-pr.cgi?pr=23170 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 3: 0: 7 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3747237B401 for ; Wed, 29 Nov 2000 03:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eATB02d59262; Wed, 29 Nov 2000 03:00:02 -0800 (PST) (envelope-from gnats) Received: from alpha.intern.dd.dk (client.dk.damgaard.com [213.237.136.126]) by hub.freebsd.org (Postfix) with ESMTP id 50A5337B400 for ; Wed, 29 Nov 2000 02:54:37 -0800 (PST) Received: (from bjb@localhost) by alpha.intern.dd.dk (8.11.1/8.11.1) id eATAqjW13768; Wed, 29 Nov 2000 11:52:45 +0100 (CET) (envelope-from bjb) Message-Id: <200011291052.eATAqjW13768@alpha.intern.dd.dk> Date: Wed, 29 Nov 2000 11:52:45 +0100 (CET) From: bbl@dk.damgaard.com Reply-To: bbl@dk.damgaard.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/23173: read hangs in linux emulation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23173 >Category: kern >Synopsis: read hangs in linux emulation >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 29 03:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Bjarne Blichfeldt >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: >Description: The following testprogram wil demonstrate an error in linux compatibility between linux and freebsd, both on intelplatform. The program is compiled on an intel linux Slackware 7.0 with gcc 2.95.2 and the binary is then copied to FreeBSD 4.2-stable. The problem is seen both on 4.1 and 4.2 The correct behaviour on linux, is to read a charcter on stdin, provided there is one, othervise return 0. On FreeBSD, the read will just hang until a key is pressed. After a key is pressed, the character is returned after aprox. 20 seconds. If st_tbuf.c_cc[VTIME] = 0; is changed to st_tbuf.c_cc[VTIME] = 100; the read is supposed to wait max. 10 seconds, whereafter 0 is returned. On FreeBSD, read will hang indefinitely, until a key is pressed. After a key is pressed, read will return after aprox. 20 seconds. >How-To-Repeat: #include #include #include struct termios st_tbuf, old_st; main () { char buf [256]; int ret; ret = tcgetattr(0, &old_st); st_tbuf.c_lflag &= ~(ICANON | ECHO); st_tbuf.c_cc[VMIN] = 0; st_tbuf.c_cc[VTIME] = 0; ret = tcsetattr(0, TCSANOW, &st_tbuf); ret = read (0, (char *)buf, 1); tcsetattr(0, TCSANOW, &old_st); if (ret > 0) printf ("inp = %c\n", buf[0]); else printf ("Zip\n"); } >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 Nov 29 3:50: 5 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7702337B404 for ; Wed, 29 Nov 2000 03:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eATBo2j67955; Wed, 29 Nov 2000 03:50:02 -0800 (PST) (envelope-from gnats) Received: by hub.freebsd.org (Postfix, from userid 32767) id 71A3E37B400; Wed, 29 Nov 2000 03:49:05 -0800 (PST) Message-Id: <20001129114905.71A3E37B400@hub.freebsd.org> Date: Wed, 29 Nov 2000 03:49:05 -0800 (PST) From: worker@smtn.stavropol.ru To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/23174: Need a driver for PCI Digi AccelePort Xem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23174 >Category: kern >Synopsis: Need a driver for PCI Digi AccelePort Xem >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 29 03:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Vladimir Leshchenko >Release: 4.0 >Organization: Stavropol Municipal Telephone Network >Environment: >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 5:19:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from exchg.prel.org (unknown [208.1.213.5]) by hub.freebsd.org (Postfix) with ESMTP id 128A937B402 for ; Wed, 29 Nov 2000 05:19:21 -0800 (PST) Received: from 208.1.213.5 (onyx.mycgiserver.com [212.69.162.53]) by exchg.prel.org with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id VPPS7DLA; Wed, 29 Nov 2000 03:11:21 -1000 From: To: Subject: Software Development from Russia! ($15-$20 per hour) Message-Id: <20001129131921.128A937B402@hub.freebsd.org> Date: Wed, 29 Nov 2000 05:19:21 -0800 (PST) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear IT Manager: Please consider deploying our highly skilled off-shore programmers on your e-commerce and software development projects. They develop software for: ALL WINDOWS AND UNIX PLATFORMS databases, networks, and languages, plus Perl, Cold Fusion, WAP, XML, Java, ASP, MS Access, SQL, CGI, Shopping Carts, and the Internet. Typical rates are $15 to $20 per hour. They are fast, professional, inexpensive, cheap, and available immediately. Please call me, or you may send me e-mail at: ytuhjkbd@lycos.com Thanks! Paul Smirnov +39 3480612212 PS. You are already removed! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 6:30:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from deneb.healthnet-sl.es (deneb.healthnet-sl.es [213.201.25.69]) by hub.freebsd.org (Postfix) with ESMTP id 4829037B699 for ; Wed, 29 Nov 2000 06:30:18 -0800 (PST) Received: from ntw3 ([213.201.25.94]) by deneb.healthnet-sl.es (8.9.3/8.9.3) with SMTP id PAA73989; Wed, 29 Nov 2000 15:29:02 +0100 (CET) (envelope-from amengual@healthnet.es) Message-ID: <010d01c05a10$a6901190$0400000a@hin> From: "Carlos Amengual" To: "Greg Lehey" Cc: "Soren Schmidt" , References: <200011290755.IAA75175@freebsd.dk> Subject: RE: kern/22086: DMA errors during intensive disk activity on vinum volume Date: Wed, 29 Nov 2000 15:28:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No lack of consideration for Greg's work intended, but as RAID is essentially meant to be used in critical-mission servers, people isn't likely to be willing to play & debug something on which their businesses will depend, especially when hardware controllers (which apparently work) are available. Carlos ----- Mensaje original ----- De: "Soren Schmidt" Para: "Greg Lehey" CC: "Carlos Amengual" ; Enviado: miércoles 29 de noviembre de 2000 8:55 Asunto: Re: kern/22086: DMA errors during intensive disk activity on vinum volume > It seems Greg Lehey wrote: > > > > > > This is an old problem with vinum, somehow vinum manage to trash > > > the ad_request struct between where the ata drives makes it in > > > ad_strategy and when it actually gets used later.. > > > I thought this was fixed at least in -current long ago, but > > > apparently this was either not backported to -stable or the fix > > > was not good enough. > > > > No, the problem went into hiding. It was you who thought it had gone > > away. > > Yes, at a time, but back then we found out that fxp just accelerated > the problem, it did not create it. > > > 1. This config does not include an fxp device, which you had in the > > past blamed for the problems: > > > > > Now, I'm not sure if its vinum or the fxp driver that has a > > > problem, but since others have seen strange problems semilar to > > > this on other type of systems, I'd say it points very much at > > > fxp... The latest fix you put into -current is needed though... > > See above, I provided you with dumps and what not, but it newer > got past that. Since you removed your maintainer bit on vinum it > all went into a halt. In the meantime I have decommisioned all > the vinum boxes I had out there, fortunately all had either > promise or highpoint controllers so they now run ATA RAID's > happily without any problems, so vinum is no longer an issue for > me at least... > > > 2. Robin seems to be able to work through the source code, so this > > time we may be able to catch it. > > More power to you :) > > -Søren > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 6:46:25 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id D835237B400; Wed, 29 Nov 2000 06:46:22 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eATEkD679790; Wed, 29 Nov 2000 15:46:13 +0100 (CET) (envelope-from asmodai) Date: Wed, 29 Nov 2000 15:46:13 +0100 From: Jeroen Ruigrok van der Werven To: dougb@FreeBSD.ORG Cc: fwancho@whc.net, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/22945: tftp (4.1.1-RELEASE) appears broken Message-ID: <20001129154613.F68936@lucifer.bart.nl> References: <200011210403.UAA11745@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011210403.UAA11745@freefall.freebsd.org>; from dougb@FreeBSD.ORG on Mon, Nov 20, 2000 at 08:03:59PM -0800 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [20001121 05:05], dougb@FreeBSD.ORG (dougb@FreeBSD.ORG) wrote: >Synopsis: tftp (4.1.1-RELEASE) appears broken > >State-Changed-From-To: feedback->suspended >State-Changed-By: dougb >State-Changed-When: Mon Nov 20 20:01:19 PST 2000 >State-Changed-Why: > >Originator is unable to update to a more recent version of >4.x, and unable to reproduce the problem on other versions. > >Please feel free to send a followup to this PR when you >have more data. Using 4.2-BETA on this box still, tftp and tftpd work as advertised. Don't forget that tftpd lingers a few minutes after it was started from inetd. Also, /tftpboot, or whatever directory you use needs to be created mode 777. Also, when you want to download a file to your tftpd server you have to touch the file first and then you can download it. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 We're not submissive, we're not aggressive, but they think we can't defend To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 9:21:37 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from k6.office.htslabs.com (adsl-63-202-243-139.dsl.sndg02.pacbell.net [63.202.243.139]) by hub.freebsd.org (Postfix) with ESMTP id 0189A37B400 for ; Wed, 29 Nov 2000 09:21:33 -0800 (PST) Received: from htslabs.com (localhost [127.0.0.1]) by k6.office.htslabs.com (8.11.1/8.11.1) with ESMTP id eATHKn701060; Wed, 29 Nov 2000 09:20:49 -0800 (PST) (envelope-from bsd_admin@htslabs.com) Message-ID: <3A253AF0.B608BED2@htslabs.com> Date: Wed, 29 Nov 2000 09:20:49 -0800 From: William Schmidt Organization: Thomson Instrument Co. X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: dg@root.com Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/22768: fxp get slow often! References: <200011282120.NAA03947@implode.root.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Greenman wrote: > >No I did think Its the motherboard I have 3 systems Tyan S1598 , abit dual bp6 > >and a asus 97-tx and three have problem at 4.x but run fine at 3.x. Furthermore > >I forgot to add that I have tried different NIC cards Pn0 (netgear fa310tx, > >kinstion kne110tx) , rl0 (sms, ark ,soho), fxp0 (intel etherexperss pro+) and > >xl0(3com35-905b-tx) and all seem to have the same results. > >I through It was in the MII common code but the fxp0 didn't use the code. I have > >played with the mtu size. A smaller mtu size below 500 seems the help allot and > >256 gives speeds of over 2MS/sec. This make me think the problem is in the > >TCP/IP controls but I have not had time to go through the mountains of source > >code. > > Actually, those particular symptoms are pointing very squarely at the > switch and not the server. This is exactly what I'd expect that you would > see if the switch was configured for half-duplex while the server was > configured for full duplex. > > -DG > > David Greenman > Co-founder, The FreeBSD Project - http://www.freebsd.org > President, TeraSolutions, Inc. - http://www.terasolutions.com > Pave the road of life with opportunities. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message Swapping out the linksys switch with an ark switch seemed to fixed all but one system The tyan system still seems to have problems. Releases 3.x still runs good but the 4.x still has problems with transfers into the system out going transfers seem ok. Now I wonder if 4.x has a problem the this motherboard that 3.x didn't. I seemed to of been fighting two problems that caused ftp slowdown. I have attached the dmesg from the tyan system It uses a apollo mvp3 chip set where the other systems use an intel. Copyright (c) 1992-2000 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.2-RELEASE #1: Tue Nov 28 22:54:33 PST 2000 root@k6.office.htslabs.com:/usr/src/sys/compile/k62 Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 334093698 Hz CPU: AMD-K6(tm) 3D processor (334.09-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 Features=0x8021bf AMD Features=0x80000800 real memory = 134217728 (131072K bytes) avail memory = 127066112 (124088K bytes) K6-family MTRR support enabled (2 registers) 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 irq 11 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 10 at device 7.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 uhci1: port 0xd800-0xd81f irq 10 at device 7.3 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ahc0: port 0xdc00-0xdcff mem 0xe1001000-0xe1001fff irq 11 at device 8.0 on pci0 aic7860: Single Channel A, SCSI Id=7, 3/255 SCBs dc0: <82c169 PNIC 10/100BaseTX> port 0xe000-0xe0ff mem 0xe1000000-0xe10000ff irq 10 at device 11.0 on pci0 dc0: Ethernet address: 00:a0:cc:3b:8d:d1 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pcib1: on motherboard pci2: on pcib1 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model MouseMan+, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port pca0 at port 0x40 on isa0 joy0 at port 0x201 on isa0 sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,3 on isa0 pcm0: on sbc0 joy1: at port 0x200 on isa0 ad0: 9787MB [19885/16/63] at ata0-master UDMA66 ad1: 14594MB [29651/16/63] at ata0-slave UDMA66 acd0: CDROM at ata1-master using PIO4 Waiting 15 seconds for SCSI devices to settle Mounting root from ufs:ad0s3a cd0 at ahc0 bus 0 target 3 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.000MB/s transfers (10.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 9:47:43 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from phobia.ms (ns.wmol.com [208.242.83.254]) by hub.freebsd.org (Postfix) with ESMTP id 60B1D37B401 for ; Wed, 29 Nov 2000 09:47:32 -0800 (PST) Received: from desktop (desktop.wmol.com [208.242.83.251]) by phobia.ms (8.11.1/8.11.1) with SMTP id eATHlSg31134; Wed, 29 Nov 2000 12:47:28 -0500 (EST) (envelope-from djhill@novagate.net) Message-ID: <000f01c05a2b$e3758fc0$fb53f2d0@wmol.com> From: "David" To: Cc: References: <200011281719.JAA03316@implode.root.com> Subject: Re: kern/22768: fxp get slow often! Date: Wed, 29 Nov 2000 12:43:29 -0500 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The board I am using is a Tyan Trinity 400 S1854. When I upgraded to 4.2-BETA from 4.1.1-STABLE about a week or so ago, my dc0 linksys card worked at 100Mbps only on the local network, and it skipped every 4th packet. Also, I would also like to bring up another problem. I have cable internet. I download from the net at around 50k/sec. However, any data being transferred from or to me on my local network averages about 5-10K/sec (very slow). Just thought i'd also mention that. Any more thoughts? David Hill ----- Original Message ----- From: "David Greenman" To: "David" Cc: "William Schmidt" ; Sent: Tuesday, November 28, 2000 12:19 PM Subject: Re: kern/22768: fxp get slow often! > >Hello, > > I also have an Intel NIC (fxp0). I must manually set it at 10BaseT/UTP > >for it to work on the network. If its set at 100BaseTX, i can't ping > >anything except for the interface itself. I've also had the problem with a > >Linksys 10/100 NIC (dc0). This started happening sometime in the 4.x > >series. I don't remember having any trouble in FreeBSD 3.x. > > > >I know they both work at 100BaseTX, because I used both perfectly running > >Windows ME. > > > >Anyone having any solutions? Or is there a problem with something in the > >4.x drivers? > > The only significant changes that have been made to the driver since 3.x > have been in the PCI bus area, which affected many/most drivers. I'm wondering > if there is something quirky about your motherboard(s) that might not be > getting along with these changes, especially when you've both mentioned > problems with other fast ethernet cards as well. > What type of motherboard do you have? > > -DG > > David Greenman > Co-founder, The FreeBSD Project - http://www.freebsd.org > President, TeraSolutions, Inc. - http://www.terasolutions.com > Pave the road of life with opportunities. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 14: 0:17 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4138637B402 for ; Wed, 29 Nov 2000 14:00:14 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eATM0Et62797; Wed, 29 Nov 2000 14:00:14 -0800 (PST) (envelope-from gnats) Received: from privatecube.privatelabs.com (unknown [63.114.185.254]) by hub.freebsd.org (Postfix) with ESMTP id CB09C37B400 for ; Wed, 29 Nov 2000 13:54:10 -0800 (PST) Received: from misha.privatelabs.com (root@misha.plten [10.0.0.106]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id RAA17121 for ; Wed, 29 Nov 2000 17:13:37 -0500 Received: (from mi@localhost) by misha.privatelabs.com (8.11.0/8.9.3) id eATLs1l54790; Wed, 29 Nov 2000 16:54:01 -0500 (EST) (envelope-from mi) Message-Id: <200011292154.eATLs1l54790@misha.privatelabs.com> Date: Wed, 29 Nov 2000 16:54:01 -0500 (EST) From: Mikhail Teterin Reply-To: mi@privatelabs.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/23180: Certain KOI8 characters are treated as "word breakers" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23180 >Category: bin >Synopsis: Certain KOI8 characters are treated as "word breakers" >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 Nov 29 14:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.1.1-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: It appears, certain KOI8 characters are not treated as word-boundaries. >How-To-Repeat: If your LANG is set to ru_SU.KOI8-R or ru_UA.KOI8-U and you see the word "×ÏÍÂÁÔ" properly, try double clicking on it in an xterm. Xterm will place "ÏÍÂÁÔ" into selection, instead of the whole thing. For some reason both '×' and '÷' are always treated like that. >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 Nov 29 15:33:58 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1238637B400; Wed, 29 Nov 2000 15:33:57 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eATNXvx82042; Wed, 29 Nov 2000 15:33:57 -0800 (PST) (envelope-from brian) Date: Wed, 29 Nov 2000 15:33:57 -0800 (PST) From: Message-Id: <200011292333.eATNXvx82042@freefall.freebsd.org> To: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: kern/23174: Need a driver for PCI Digi AccelePort Xem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Need a driver for PCI Digi AccelePort Xem Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Wed Nov 29 15:33:09 PST 2000 Responsible-Changed-Why: I have a driver that should do the job - not quite ready to commit yet though http://www.freebsd.org/cgi/query-pr.cgi?pr=23174 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 17:30:16 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2239337B401 for ; Wed, 29 Nov 2000 17:30:12 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAU1UC699839; Wed, 29 Nov 2000 17:30:12 -0800 (PST) (envelope-from gnats) Date: Wed, 29 Nov 2000 17:30:12 -0800 (PST) Message-Id: <200011300130.eAU1UC699839@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= Subject: Re: bin/23180: Certain KOI8 characters are treated as "word breakers" Reply-To: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/23180; it has been noted by GNATS. From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: Mikhail Teterin Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/23180: Certain KOI8 characters are treated as "word breakers" Date: Thu, 30 Nov 2000 04:27:25 +0300 On Wed, Nov 29, 2000 at 16:54:01 -0500, Mikhail Teterin wrote: > If your LANG is set to ru_SU.KOI8-R or ru_UA.KOI8-U and > you see the word "×ÏÍÂÁÔ" properly, try double clicking > on it in an xterm. Xterm will place "ÏÍÂÁÔ" into > selection, instead of the whole thing. For some reason > both '×' and '÷' are always treated like that. This sort of reports must be directed to Xterm maintainer. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 19:40: 7 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4335A37B402 for ; Wed, 29 Nov 2000 19:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAU3e1b19426; Wed, 29 Nov 2000 19:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9622F37B400 for ; Wed, 29 Nov 2000 19:34:49 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAU3Yna18739; Wed, 29 Nov 2000 19:34:49 -0800 (PST) (envelope-from nobody) Message-Id: <200011300334.eAU3Yna18739@freefall.freebsd.org> Date: Wed, 29 Nov 2000 19:34:49 -0800 (PST) From: ming@unixbox.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/23187: possible panic when ipfw is used on ICMP on 4.2-stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23187 >Category: kern >Synopsis: possible panic when ipfw is used on ICMP on 4.2-stable >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 Nov 29 19:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ming Zhang >Release: 4.2-stable >Organization: >Environment: FreeBSD bluerose.windmoon.nu 4.2-STABLE FreeBSD 4.2-STABLE #27: Tue Nov 28 23:21:47 PST 2000 fengyue@bluerose.windmoon.nu:/usr/src/sys/compile/bluerose i386 b >Description: the ofin struct passed into fr_makefrip() from ip_state.c is created on the local function stack and its fin_v member is not init'ed. fr_makefrip() checks fin_v to determine wether to execute IPV6 code or IPV4 code, however fin_v's value is undetermined and thus it's possible it may contain 6 while the packet (ip_t) is a IPV4 packet, and this may cause kernel to panic sometimes (Happened once to me already) >How-To-Repeat: tough to reproduce the crash but very easy to get fr_makefrip() to execute IPV6 code when dealing with IPV4 ICMP packets. Simply keep doing traceroute to some hosts on the net, evetually fin_v may contain the value 6 >Fix: change v = fin->fin_v; to v = fin->fin_v = ip->ip_v; the patch is at http://www.windmoon.nu/mypatch >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 Nov 29 20:10: 5 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8CF437B401 for ; Wed, 29 Nov 2000 20:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAU4A1F25416; Wed, 29 Nov 2000 20:10:01 -0800 (PST) (envelope-from gnats) Date: Wed, 29 Nov 2000 20:10:01 -0800 (PST) Message-Id: <200011300410.eAU4A1F25416@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Karl F. Reichenberger" Subject: Re: i386/17808: cannot swap /dev/.... Reply-To: "Karl F. Reichenberger" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/17808; it has been noted by GNATS. From: "Karl F. Reichenberger" To: Cc: Subject: Re: i386/17808: cannot swap /dev/.... Date: Wed, 29 Nov 2000 22:06:42 -0600 Same SiS 530 chipset.. specific message is: WARNING! Unable to swap to /dev/ad0s1b: Invalid argument Then Unable to make new root filesystem on /dev/ad0s1a Can't install! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 29 20:50: 7 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E920A37B404 for ; Wed, 29 Nov 2000 20:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAU4o0u30594; Wed, 29 Nov 2000 20:50:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 720A837B400 for ; Wed, 29 Nov 2000 20:47:09 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAU4l9030202; Wed, 29 Nov 2000 20:47:09 -0800 (PST) (envelope-from nobody) Message-Id: <200011300447.eAU4l9030202@freefall.freebsd.org> Date: Wed, 29 Nov 2000 20:47:09 -0800 (PST) From: dkleinh@phy.ucsf.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/23188: PCI modem doesn't work with 4.1-RELEASE with SMP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23188 >Category: i386 >Synopsis: PCI modem doesn't work with 4.1-RELEASE with SMP >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 Nov 29 20:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Kleinhesselink >Release: 4.1-RELEASE >Organization: >Environment: FreeBSD jps.net 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Fri Jul 28 14:30:31 GMT 2000 jkh@ref4.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: System is a Supermicro P6DGE dual processor P-II system with a USR PCI modem. FreeBSD 3.x ran great on this box in SMP mode, no problem. PCI modem showed up on sio2 using irq 5. Modem works fine with the GENERIC 4.1 kernel, but does not work with kernel compiled for SMP: boot message from GENERIC kernel: /kernel.GENERIC: sio4: at port 0x3e8-0x3ef irq 5 on isa0 boot message from SMP kernel: /kernel: sio4: configured irq 2 not in bitmap of probed irqs 0 /kernel: sio4: at 0x3e8-0x3ef irq 2 on isa0 The only changes in the kernel config from GENERIC were the enabling of the 2 required lines for SMP. >How-To-Repeat: build a 4.1 kernel with SMP enabled. >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 Nov 29 21:20: 6 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1A3637B400 for ; Wed, 29 Nov 2000 21:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAU5K2J36555; Wed, 29 Nov 2000 21:20:02 -0800 (PST) (envelope-from gnats) Date: Wed, 29 Nov 2000 21:20:02 -0800 (PST) Message-Id: <200011300520.eAU5K2J36555@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garance A Drosehn Subject: Re: bin/22965: [PATCH] fix for minor bug in libc/gen/getcap.c Reply-To: Garance A Drosehn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/22965; it has been noted by GNATS. From: Garance A Drosehn To: Garrett Wollman , FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/22965: [PATCH] fix for minor bug in libc/gen/getcap.c Date: Thu, 30 Nov 2000 00:12:05 -0500 On Nov 20th, I (Garance) wrote: > Here is an improved version of the patch. Note that I have tested > this on a private copy of 'getcap.c' that I use in a project of > mine [...]. However, I haven't figured out how to build a new > libc on freebsd, so I can't say I've tested this patch installed > into freebsd's libc... Well, back then I was trying to compile just libc without doing a buildworld, because I didn't have the time to do a buildworld last week (for various reasons I won't go into here...). I couldn't figure out a good trick for that. I did do a buildworld Monday night, with this revised update included, and it compiled OK and I haven't had any problems with it. Should I commit the change to current now? Or should I, uh, do something else with it? (what?) --- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer (MIME & NeXTmail capable) Rensselaer Polytechnic Institute; Troy NY USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 3: 0:20 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 403E937B402 for ; Thu, 30 Nov 2000 03:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUB02T91469; Thu, 30 Nov 2000 03:00:02 -0800 (PST) (envelope-from gnats) Received: from highlander.sumdu.edu.ua (highlander.infonet.com.ua [212.1.122.50]) by hub.freebsd.org (Postfix) with ESMTP id 230E337B400 for ; Thu, 30 Nov 2000 02:55:23 -0800 (PST) Received: (from root@localhost) by highlander.sumdu.edu.ua (8.11.1/8.11.1) id eAUAt7B32943; Thu, 30 Nov 2000 12:55:07 +0200 (EET) (envelope-from mv) Message-Id: <200011301055.eAUAt7B32943@highlander.sumdu.edu.ua> Date: Thu, 30 Nov 2000 12:55:07 +0200 (EET) From: vlad@infonet.com.ua Reply-To: vlad@infonet.com.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/23190: WaveLan problem in 4.* branch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23190 >Category: kern >Synopsis: Lucent WaveLan PCMCI radio-ethernet card fails to be found in FreeBSD 4.* >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 30 03:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Vlad Marchenko >Release: FreeBSD 4.2-STABLE i386 >Organization: SumDU >Environment: >Description: WaveLan supplied as PCMCI ISA adapter with PCMCI adapter plugged in. With FreeBSD 3.* it works perfectly - you have to configure your kernel with pcmci and add wi0 device. However when you try to get it working with FreeBSD 4 - it won't found it on a boot stage. We played hard with different kernel options, default and from NEWCARD - everything is useless. But as soon as you downgrade sys/pccard/pcic.c back to 3.STABLE (src/sys/pccard/pcic.c 2000/02/21 06:56:29 1.88) then is runs fine! And one more with PCI to PCMCI adapter instead ISA-PCMCI it doesn't work neither with 3-STABLE nor 4-STABLE >How-To-Repeat: Just try it (you need to have wavelan, though) - if anyone from FreeBSD team wants to play with this - we can deal about account at the host with WaveLan and 4-STABLE. Any suggestions will be greatly apreciated. Thanks. >Fix: Run this patch: --- src/sys/pccard/pcic.c 2000/10/15 04:12:43 1.89.2.3 +++ src/sys/pccard/pcic.c 2000/02/21 06:56:29 1.88 @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD: src/sys/pccard/pcic.c,v 1.89.2.3 2000/10/15 04:12:43 sanpei Exp $ + * $FreeBSD: src/sys/pccard/pcic.c,v 1.88 2000/02/21 06:56:29 imp Exp $ */ #include @@ -40,14 +40,10 @@ #include #include +#include #include +#include -/* Get pnp IDs */ -#include -#include - -#include "card_if.h" - /* * Prototypes for interrupt handler. */ @@ -80,22 +76,9 @@ u_char *regs; /* Pointer to regs in mem */ } pcic_slots[PCIC_MAX_SLOTS]; +static int pcic_irq; static struct slot_ctrl cinfo; -static struct isa_pnp_id pcic_ids[] = { - {PCIC_PNP_82365, NULL}, /* PNP0E00 */ - {PCIC_PNP_CL_PD6720, NULL}, /* PNP0E01 */ - {PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */ - {PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */ - {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */ - {PCIC_PNP_SCM_SWAPBOX, NULL}, /* SCM0469 */ - {0} -}; - -static int validunits = 0; - -#define GET_UNIT(d) *(int *)device_get_softc(d) -#define SET_UNIT(d,u) *(int *)device_get_softc(d) = (u) /* * Internal inline functions for accessing the PCIC. @@ -270,9 +253,9 @@ */ /* - * VLSI 82C146 has incompatibilities about the I/O address of slot 1. - * Assume it's the only PCIC whose vendor ID is 0x84, - * contact Warner Losh if correct. + * VLSI 82C146 has incompatibilities about the I/O address + * of slot 1. Assume it's the only PCIC whose vendor ID is 0x84, + * contact Nate Williams if incorrect. */ static int pcic_probe(device_t dev) @@ -281,16 +264,16 @@ struct slot *slt; struct pcic_slot *sp; unsigned char c; + void *ih; char *name; + int i; int error; - struct resource *r; + struct resource *res = 0; int rid; static int maybe_vlsi = 0; - /* Check isapnp ids */ - error = ISA_PNP_PROBE(device_get_parent(dev), dev, pcic_ids); - if (error == ENXIO) - return (ENXIO); + if (device_get_unit(dev) != 0) + return ENXIO; /* * Initialise controller information structure. @@ -305,28 +288,24 @@ cinfo.resume = pcic_resume; cinfo.maxmem = PCIC_MEM_WIN; cinfo.maxio = PCIC_IO_WIN; - - if (bus_get_resource_start(dev, SYS_RES_IOPORT, 0) == 0) - bus_set_resource(dev, SYS_RES_IOPORT, 0, PCIC_INDEX0, 2); - rid = 0; - r = bus_alloc_resource(dev, SYS_RES_IOPORT, &rid, 0, ~0, 1, RF_ACTIVE); - if (!r) { - if (bootverbose) - device_printf(dev, "Cannot get I/O range\n"); - return ENOMEM; - } - sp = &pcic_slots[validunits * PCIC_CARD_SLOTS]; - for (slotnum = 0; slotnum < PCIC_CARD_SLOTS; slotnum++, sp++) { + sp = pcic_slots; + for (slotnum = 0; slotnum < PCIC_MAX_SLOTS; slotnum++, sp++) { /* * Initialise the PCIC slot table. */ sp->getb = getb1; sp->putb = putb1; - sp->index = rman_get_start(r); - sp->data = sp->index + 1; - sp->offset = slotnum * PCIC_SLOT_SIZE; - /* + if (slotnum < 4) { + sp->index = PCIC_INDEX_0; + sp->data = PCIC_DATA_0; + sp->offset = slotnum * PCIC_SLOT_SIZE; + } else { + sp->index = PCIC_INDEX_1; + sp->data = PCIC_DATA_1; + sp->offset = (slotnum - 4) * PCIC_SLOT_SIZE; + } + /* * XXX - Screwed up slot 1 on the VLSI chips. According to * the Linux PCMCIA code from David Hinds, working chipsets * return 0x84 from their (correct) ID ports, while the broken @@ -465,13 +444,47 @@ * Allocate a slot and initialise the data structures. */ validslots++; - sp->slotnum = slotnum + validunits * PCIC_CARD_SLOTS; + sp->slotnum = slotnum; slt = pccard_alloc_slot(&cinfo); if (slt == 0) continue; slt->cdata = sp; sp->slt = slt; /* + * If we haven't allocated an interrupt for the controller, + * then attempt to get one. + */ + if (pcic_irq == 0) { + /* See if the user has requested a specific IRQ */ + if (!getenv_int("machdep.pccard.pcic_irq", &pcic_irq)) + pcic_irq = -1; + rid = 0; + if (pcic_irq) { + if (pcic_irq < 0) + pcic_irq = 0; + res = bus_alloc_resource(dev, SYS_RES_IRQ, + &rid, pcic_irq, ~0, 1, RF_ACTIVE); + } + if (res) { + error = bus_setup_intr(dev, res, + INTR_TYPE_MISC, pcicintr, NULL, &ih); + if (error) { + bus_release_resource(dev, SYS_RES_IRQ, + rid, res); + return error; + } + pcic_irq = rman_get_start(res); + printf("pcic: management irq %d\n", pcic_irq); + } else { + if (pcic_irq) + printf("pcic: polling mode, can't alloc %d\n", + pcic_irq); + else + printf("pcic: polling mode\n"); + pcic_irq = 0; + } + } + /* * Modem cards send the speaker audio (dialing noises) * to the host's speaker. Cirrus Logic PCIC chips must * enable this. There is also a Low Power Dynamic Mode bit @@ -481,89 +494,33 @@ if (sp->controller == PCIC_PD672X) { setb(sp, PCIC_MISC1, PCIC_SPKR_EN); setb(sp, PCIC_MISC2, PCIC_LPDM_EN); - } - } - bus_release_resource(dev, SYS_RES_IOPORT, rid, r); - return(validslots ? 0 : ENXIO); -} - -static int -pcic_attach(device_t dev) -{ - void *ih; - int rid; - struct resource *r; - int irq; - int error; - struct pcic_slot *sp; - int i; - int stat; - - SET_UNIT(dev, validunits); - sp = &pcic_slots[GET_UNIT(dev) * PCIC_CARD_SLOTS]; - for (i = 0; i < PCIC_CARD_SLOTS; i++, sp++) { - if (sp->slt) - device_add_child(dev, NULL, -1); - } - validunits++; - - rid = 0; - r = bus_alloc_resource(dev, SYS_RES_IOPORT, &rid, 0, ~0, 1, RF_ACTIVE); - if (!r) { - return ENXIO; - } - - irq = bus_get_resource_start(dev, SYS_RES_IRQ, 0); - if (irq == 0) { - /* See if the user has requested a specific IRQ */ - if (!getenv_int("machdep.pccard.pcic_irq", &irq)) - irq = 0; - } - rid = 0; - r = 0; - if (irq >= 0) { - r = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, irq, - ~0, 1, RF_ACTIVE); - } - if (r) { - error = bus_setup_intr(dev, r, INTR_TYPE_MISC, - pcicintr, (void *) GET_UNIT(dev), &ih); - if (error) { - bus_release_resource(dev, SYS_RES_IRQ, rid, r); - return error; } - irq = rman_get_start(r); - device_printf(dev, "management irq %d\n", irq); - } else { - irq = 0; - } - if (irq == 0) { - pcictimeout_ch = timeout(pcictimeout, (void *) GET_UNIT(dev), hz/2); - device_printf(dev, "Polling mode\n"); - } - - sp = &pcic_slots[GET_UNIT(dev) * PCIC_CARD_SLOTS]; - for (i = 0; i < PCIC_CARD_SLOTS; i++, sp++) { - /* Assign IRQ */ - sp->putb(sp, PCIC_STAT_INT, (irq << 4) | 0xF); - - /* Check for changes */ + /* + * Check for a card in this slot. + */ setb(sp, PCIC_POWER, PCIC_PCPWRE| PCIC_DISRST); - if (sp->slt == NULL) - continue; - stat = sp->getb(sp, PCIC_STATUS); - if (bootverbose) - printf("stat is %x\n", stat); - if ((stat & PCIC_CD) != PCIC_CD) { - sp->slt->laststate = sp->slt->state = empty; + if ((sp->getb(sp, PCIC_STATUS) & PCIC_CD) != PCIC_CD) { + slt->laststate = slt->state = empty; } else { - sp->slt->laststate = sp->slt->state = filled; + slt->laststate = slt->state = filled; pccard_event(sp->slt, card_inserted); } - sp->slt->irq = irq; + /* + * Assign IRQ for slot changes + */ + if (pcic_irq > 0) + sp->putb(sp, PCIC_STAT_INT, (pcic_irq << 4) | 0xF); + else if (pcic_irq == 0) + sp->putb(sp, PCIC_STAT_INT, 0xF); + } + if (validslots && pcic_irq <= 0) + pcictimeout_ch = timeout(pcictimeout, 0, hz/2); + if (validslots) { + for (i = 0; i < validslots; i++) { + device_add_child(dev, NULL, -1); + } } - - return (bus_generic_attach(dev)); + return(validslots ? 0 : ENXIO); } /* @@ -690,7 +647,8 @@ if (irq == 0) clrb(sp, PCIC_INT_GEN, 0xF); else - sp->putb(sp, PCIC_INT_GEN, (sp->getb(sp, PCIC_INT_GEN) & 0xF0) | irq); + sp->putb(sp, PCIC_INT_GEN, + (sp->getb(sp, PCIC_INT_GEN) & 0xF0) | irq); } /* @@ -753,8 +711,8 @@ static void pcictimeout(void *chan) { - pcicintr(chan); - pcictimeout_ch = timeout(pcictimeout, chan, hz/2); + pcicintr(0); + pcictimeout_ch = timeout(pcictimeout, 0, hz/2); } /* @@ -768,14 +726,11 @@ { int slot, s; unsigned char chg; - int unit = (int) arg; - struct pcic_slot *sp = &pcic_slots[unit * PCIC_CARD_SLOTS]; + struct pcic_slot *sp = pcic_slots; s = splhigh(); - for (slot = 0; slot < PCIC_CARD_SLOTS; slot++, sp++) { + for (slot = 0; slot < PCIC_MAX_SLOTS; slot++, sp++) { if (sp->slt && (chg = sp->getb(sp, PCIC_STAT_CHG)) != 0) { - if (bootverbose) - printf("Slot %d chg = 0x%x\n", slot, chg); if (chg & PCIC_CDTCH) { if ((sp->getb(sp, PCIC_STATUS) & PCIC_CD) == PCIC_CD) { @@ -797,7 +752,8 @@ { struct pcic_slot *sp = slt->cdata; - sp->putb(sp, PCIC_STAT_INT, (slt->irq << 4) | 0xF); + if (pcic_irq > 0) + sp->putb(sp, PCIC_STAT_INT, (pcic_irq << 4) | 0xF); if (sp->controller == PCIC_PD672X) { setb(sp, PCIC_MISC1, PCIC_SPKR_EN); setb(sp, PCIC_MISC2, PCIC_LPDM_EN); @@ -812,7 +768,8 @@ int err; switch (type) { - case SYS_RES_IOPORT: { + case SYS_RES_IOPORT: + { struct io_desc *ip; ip = &devi->slt->io[rid]; if (ip->flags == 0) { @@ -836,7 +793,8 @@ * interrupt messages. */ break; - case SYS_RES_MEMORY: { + case SYS_RES_MEMORY: + { struct mem_desc *mp; if (rid >= NUM_MEM_WINDOWS) return EINVAL; @@ -864,7 +822,8 @@ int err; switch (type) { - case SYS_RES_IOPORT: { + case SYS_RES_IOPORT: + { struct io_desc *ip = &devi->slt->io[rid]; ip->flags &= ~IODF_ACTIVE; err = pcic_io(devi->slt, rid); @@ -875,7 +834,8 @@ } case SYS_RES_IRQ: break; - case SYS_RES_MEMORY: { + case SYS_RES_MEMORY: + { struct mem_desc *mp = &devi->slt->mem[rid]; mp->flags &= ~(MDF_ACTIVE | MDF_ATTR); err = pcic_memory(devi->slt, rid); @@ -892,13 +852,13 @@ } static int -pcic_setup_intr(device_t dev, device_t child, struct resource *irq, +pcic_setup_intr(device_t dev, device_t child, struct resource *irq, int flags, driver_intr_t *intr, void *arg, void **cookiep) { struct pccard_devinfo *devi = device_get_ivars(child); int err; - err = bus_generic_setup_intr(dev, child, irq, flags, intr, arg, + err = bus_generic_setup_intr(dev, child, irq, flags, intr, arg, cookiep); if (err == 0) pcic_mapirq(devi->slt, rman_get_start(irq)); @@ -907,7 +867,7 @@ rman_get_start(irq)); return (err); } - + static int pcic_teardown_intr(device_t dev, device_t child, struct resource *irq, void *cookie) @@ -918,46 +878,10 @@ return (bus_generic_teardown_intr(dev, child, irq, cookie)); } -static int -pcic_set_res_flags(device_t bus, device_t child, int restype, int rid, - u_long value) -{ - struct pccard_devinfo *devi = device_get_ivars(child); - int err = 0; - - switch (restype) { - case SYS_RES_MEMORY: { - struct mem_desc *mp = &devi->slt->mem[rid]; - if (value) - mp->flags |= MDF_ATTR; - else - mp->flags &= ~MDF_ATTR; - err = pcic_memory(devi->slt, rid); - break; - } - default: - err = EOPNOTSUPP; - } - return (err); -} - -static int -pcic_get_res_flags(device_t bus, device_t child, int restype, int rid, - u_long *value) -{ - return (EOPNOTSUPP); -} - -static int -pcic_set_memory_offset(device_t bus, device_t child, int rid, u_int32_t offset) -{ - return (EOPNOTSUPP); -} - static device_method_t pcic_methods[] = { /* Device interface */ DEVMETHOD(device_probe, pcic_probe), - DEVMETHOD(device_attach, pcic_attach), + DEVMETHOD(device_attach, bus_generic_attach), DEVMETHOD(device_detach, bus_generic_detach), DEVMETHOD(device_shutdown, bus_generic_shutdown), DEVMETHOD(device_suspend, bus_generic_suspend), @@ -972,11 +896,6 @@ DEVMETHOD(bus_setup_intr, pcic_setup_intr), DEVMETHOD(bus_teardown_intr, pcic_teardown_intr), - /* Card interface */ - DEVMETHOD(card_set_res_flags, pcic_set_res_flags), - DEVMETHOD(card_get_res_flags, pcic_get_res_flags), - DEVMETHOD(card_set_memory_offset, pcic_set_memory_offset), - { 0, 0 } }; @@ -985,7 +904,7 @@ static driver_t pcic_driver = { "pcic", pcic_methods, - sizeof(int) + 1, /* no softc */ }; DRIVER_MODULE(pcic, isa, pcic_driver, pcic_devclass, 0, 0); >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 Nov 30 5:40: 9 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2529737B400 for ; Thu, 30 Nov 2000 05:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUDe1G17210; Thu, 30 Nov 2000 05:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E691337B402 for ; Thu, 30 Nov 2000 05:32:03 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUDW3L16568; Thu, 30 Nov 2000 05:32:03 -0800 (PST) (envelope-from nobody) Message-Id: <200011301332.eAUDW3L16568@freefall.freebsd.org> Date: Thu, 30 Nov 2000 05:32:03 -0800 (PST) From: oliver@n2mail.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/23192: FTP REALLY slow on internal NIC aswel (12kb/s) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23192 >Category: conf >Synopsis: FTP REALLY slow on internal NIC aswel (12kb/s) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 30 05:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: oliver >Release: 4.2 >Organization: student >Environment: FreeBSD starlight.are-b.org 4.2-RELEASE FreeBSD 4.2-RELEASE #2: Wed Nov 29 22:47 :39 CET 2000 root@starlight.are-b.org:/usr/src/sys/compile/STARLIGHT i386 >Description: Hi, I got a major problem with my ftp (and possible other) connections. I have two 10Mbit 3com NIC's One for internet usage (tp full duplex hooked up to a full duplex switch) and a BNC internal NIC. Now the problem is that sometimes, the download speed drops below 15 kb/s i only got one box internally so it's not because the lan is so busy. Further on the outside world the same happends. most of the time i can download (even when the internal connection is down to 15kb/s) at full speed (about 800kb/s) but sometimes the connection outside aswell drops way below 40 kb/s (havent' heard of 12kb/s so far. I stepped over from linux somewhere this week where everything was running just fine. Since i started using BSD this happend. : / And i really don't wanna give up on BSD just yet, but if this contiunue's .. then i'll be going back to slackware again ... thanks in advance oliver. >How-To-Repeat: connect with windows or linux ftp (linux ftp was faster though) >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 Thu Nov 30 5:40:11 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAC5C37B401 for ; Thu, 30 Nov 2000 05:40:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUDe0n17201; Thu, 30 Nov 2000 05:40:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E72E37B401 for ; Thu, 30 Nov 2000 05:30:53 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUDUrs16435; Thu, 30 Nov 2000 05:30:53 -0800 (PST) (envelope-from nobody) Message-Id: <200011301330.eAUDUrs16435@freefall.freebsd.org> Date: Thu, 30 Nov 2000 05:30:53 -0800 (PST) From: tmoestl@gmx.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/23191: [PATCH] Fix for panics in lookup() after forced unmount Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23191 >Category: kern >Synopsis: [PATCH] Fix for panics in lookup() after forced unmount >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 Nov 30 05:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Thomas Moestl >Release: FreeBSD 4.2-STABLE >Organization: >Environment: FreeBSD crow.local 4.2-STABLE FreeBSD 4.2-STABLE #19: Sun Nov 26 01:04:14 CET 2000 root@crow.local:/usr/src/sys/compile/CROW i386 >Description: This is a fix for a problem described in PR kern/19572. It was recently discussed at -hackers. The problem is a null-pointer dereference that happens in kern/vfs_lookup.c when accessing ".." with a v_mount entry for the current directory vnode of NULL. This happens when a volume is forcibly unmounted, and the vnode for a working directory in the mounted volume is cleared. >How-To-Repeat: cd into a mountpoint, forcibly unmount the volume, and try to access "..": mount /cdrom cd /cdrom umount -f /cdrom ls .. >Fix: The following patch should fix the problem, as discussed on -hackers. It is against 4.2-STABLE, but it applies (with minor offsets) to -CURRENT, and there seems to not have changed anything that could make the patch break. If this gets mangled, the patch is also at http://home.t-online.de/home/Moestl/lookup-dotdot.diff *** old/kern/vfs_lookup.c Sat Nov 25 23:55:39 2000 --- new/kern/vfs_lookup.c Sun Nov 26 00:58:15 2000 *************** *** 403,408 **** --- 403,412 ---- if ((dp->v_flag & VROOT) == 0 || (cnp->cn_flags & NOCROSSMOUNT)) break; + if (dp->v_mount == NULL) { /* forced unmount */ + error = EBADF; + goto bad; + } tdp = dp; dp = dp->v_mount->mnt_vnodecovered; vput(tdp); *************** *** 424,430 **** printf("not found\n"); #endif if ((error == ENOENT) && ! (dp->v_flag & VROOT) && (dp->v_mount->mnt_flag & MNT_UNION)) { tdp = dp; dp = dp->v_mount->mnt_vnodecovered; --- 428,434 ---- printf("not found\n"); #endif if ((error == ENOENT) && ! (dp->v_flag & VROOT) && (dp->v_mount != NULL) && (dp->v_mount->mnt_flag & MNT_UNION)) { tdp = dp; dp = dp->v_mount->mnt_vnodecovered; *************** *** 502,507 **** --- 506,517 ---- ((cnp->cn_flags & FOLLOW) || trailing_slash || *ndp->ni_next == '/')) { cnp->cn_flags |= ISSYMLINK; + if (dp->v_mount == NULL) { + /* We can't know whether the directory was mounted with + * NOSYMFOLLOW, so we can't follow safely. */ + error = EBADF; + goto bad2; + } if (dp->v_mount->mnt_flag & MNT_NOSYMFOLLOW) { error = EACCES; goto bad2; >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 Nov 30 5:45:56 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBAFA37B400; Thu, 30 Nov 2000 05:45:54 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUDjrM18095; Thu, 30 Nov 2000 05:45:53 -0800 (PST) (envelope-from ps) Date: Thu, 30 Nov 2000 05:45:53 -0800 (PST) From: Message-Id: <200011301345.eAUDjrM18095@freefall.freebsd.org> To: aedmonds@digitalconvergence.com, ps@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21647: unable to boot 4.1-STABLE- with 4GB of RAM Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unable to boot 4.1-STABLE- with 4GB of RAM State-Changed-From-To: open->closed State-Changed-By: ps State-Changed-When: Thu Nov 30 05:42:21 PST 2000 State-Changed-Why: Fix in rev 1.70 and 1.65.2.2 of src/sys/i386/include/pmap.h. http://www.freebsd.org/cgi/query-pr.cgi?pr=21647 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 7:23: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from phobia.ms (ns.wmol.com [208.242.83.254]) by hub.freebsd.org (Postfix) with ESMTP id 2825837B400 for ; Thu, 30 Nov 2000 07:23:06 -0800 (PST) Received: from desktop (desktop.wmol.com [208.242.83.251]) by phobia.ms (8.11.1/8.11.1) with SMTP id eAUFN3g87779; Thu, 30 Nov 2000 10:23:04 -0500 (EST) (envelope-from djhill@novagate.net) Message-ID: <005401c05ae0$d8c16120$fb53f2d0@wmol.com> From: "David" To: Cc: References: <200011301332.eAUDW3L16568@freefall.freebsd.org> Subject: Re: conf/23192: FTP REALLY slow on internal NIC aswel (12kb/s) Date: Thu, 30 Nov 2000 10:18:51 -0500 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi - Ever since the 4.x releases and my new motherboard, I have had the same problem. I have tried with both Intel and Linksys cards. My motherboard is a Tyan Trinity 400 S1854. If I ftp into my freebsd machine from 2 other windows machines on my network, i transfer from 5K-15K/sec. My internet connectivity is normal however. Its kind of mind boggling. I tried putting on Windows ME on my machine to see if it was the NIC, cable, or OS. Turns out, I can do 100Mbps in Windows. So there is obviously something wacked with FreeBSD's drivers or networking. However, I am sure they are working on it. David ----- Original Message ----- From: To: Sent: Thursday, November 30, 2000 8:32 AM Subject: conf/23192: FTP REALLY slow on internal NIC aswel (12kb/s) > > >Number: 23192 > >Category: conf > >Synopsis: FTP REALLY slow on internal NIC aswel (12kb/s) > >Confidential: no > >Severity: serious > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Nov 30 05:40:00 PST 2000 > >Closed-Date: > >Last-Modified: > >Originator: oliver > >Release: 4.2 > >Organization: > student > >Environment: > FreeBSD starlight.are-b.org 4.2-RELEASE FreeBSD 4.2-RELEASE #2: Wed Nov 29 22:47 > :39 CET 2000 root@starlight.are-b.org:/usr/src/sys/compile/STARLIGHT i386 > >Description: > Hi, I got a major problem with my ftp (and possible other) connections. I have two 10Mbit 3com NIC's One for internet usage (tp full duplex hooked up to a full duplex switch) and a BNC internal NIC. Now the problem is that sometimes, the download speed drops below 15 kb/s i only got one box internally so it's not because the lan is so busy. Further on the outside world the same happends. most of the time i can download (even when the internal connection is down to 15kb/s) at full speed (about 800kb/s) but sometimes the connection outside aswell drops way below 40 kb/s (havent' heard of 12kb/s so far. > I stepped over from linux somewhere this week where everything was running just fine. Since i started using BSD this happend. : / > And i really don't wanna give up on BSD just yet, but if this contiunue's .. then i'll be going back to slackware again ... > thanks in advance > oliver. > >How-To-Repeat: > connect with windows or linux ftp (linux ftp was faster though) > >Fix: > > > >Release-Note: > >Audit-Trail: > >Unformatted: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 8:30:49 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 154E037B400; Thu, 30 Nov 2000 08:30:46 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUGUk857501; Thu, 30 Nov 2000 08:30:46 -0800 (PST) (envelope-from jedgar) Date: Thu, 30 Nov 2000 08:30:46 -0800 (PST) From: Message-Id: <200011301630.eAUGUk857501@freefall.freebsd.org> To: jedgar@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/23013: Cannot buildworld in 4.2-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Cannot buildworld in 4.2-RELEASE Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: jedgar Responsible-Changed-When: Thu Nov 30 08:30:30 PST 2000 Responsible-Changed-Why: Misfiled PR http://www.freebsd.org/cgi/query-pr.cgi?pr=23013 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 8:31:52 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 557A237B401; Thu, 30 Nov 2000 08:31:51 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUGVpJ57838; Thu, 30 Nov 2000 08:31:51 -0800 (PST) (envelope-from jedgar) Date: Thu, 30 Nov 2000 08:31:51 -0800 (PST) From: Message-Id: <200011301631.eAUGVpJ57838@freefall.freebsd.org> To: jedgar@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/23150: sscanf is used on a buffer that is not NULL-terminated Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sscanf is used on a buffer that is not NULL-terminated Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: jedgar Responsible-Changed-When: Thu Nov 30 08:31:12 PST 2000 Responsible-Changed-Why: Misfiled PR http://www.freebsd.org/cgi/query-pr.cgi?pr=23150 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 8:33:12 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A77437B402; Thu, 30 Nov 2000 08:33:09 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUGX9158266; Thu, 30 Nov 2000 08:33:09 -0800 (PST) (envelope-from jedgar) Date: Thu, 30 Nov 2000 08:33:09 -0800 (PST) From: Message-Id: <200011301633.eAUGX9158266@freefall.freebsd.org> To: jedgar@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/23178: 'talk' not doing right thing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'talk' not doing right thing Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: jedgar Responsible-Changed-When: Thu Nov 30 08:32:20 PST 2000 Responsible-Changed-Why: Misfiled PR http://www.freebsd.org/cgi/query-pr.cgi?pr=23178 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 8:50: 6 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4941B37B400 for ; Thu, 30 Nov 2000 08:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUGo3X61196; Thu, 30 Nov 2000 08:50:03 -0800 (PST) (envelope-from gnats) Date: Thu, 30 Nov 2000 08:50:03 -0800 (PST) Message-Id: <200011301650.eAUGo3X61196@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: mi@aldan.algebra.com Subject: Re: bin/23180: Certain KOI8 characters are treated as "word breaker s" Reply-To: mi@aldan.algebra.com Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/23180; it has been noted by GNATS. From: mi@aldan.algebra.com To: ache@nagual.pp.ru Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/23180: Certain KOI8 characters are treated as "word breaker s" Date: Thu, 30 Nov 2000 11:47:12 -0500 (EST) On 30 Nov, [Here was data encoded in koi8-r, which can not be displayed] wrote: = On Wed, Nov 29, 2000 at 16:54:01 -0500, Mikhail Teterin wrote: = > If your LANG is set to ru_SU.KOI8-R or ru_UA.KOI8-U and = > you see the word "×ÏÍÂÁÔ" properly, try double clicking = > on it in an xterm. Xterm will place "ÏÍÂÁÔ" into = > selection, instead of the whole thing. For some reason = > both '×' and '÷' are always treated like that. = = This sort of reports must be directed to Xterm maintainer. Sorry, I thought, this is may be a locale thing... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 10: 0: 6 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79E0037B404 for ; Thu, 30 Nov 2000 10:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUI01M44648; Thu, 30 Nov 2000 10:00:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFEFD37B400 for ; Thu, 30 Nov 2000 09:56:02 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUHu2A44106; Thu, 30 Nov 2000 09:56:02 -0800 (PST) (envelope-from nobody) Message-Id: <200011301756.eAUHu2A44106@freefall.freebsd.org> Date: Thu, 30 Nov 2000 09:56:02 -0800 (PST) From: yzlai@csie.nctu.edu.tw To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/23194: kernel 4.2 Can't allocate memory resources for ida0 while booting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23194 >Category: kern >Synopsis: kernel 4.2 Can't allocate memory resources for ida0 while booting >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 30 10:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Yung-Zen Lai >Release: 4.2-RELEASE, 4.2-20001126-STABLE, CVS to latest >Organization: NCTU.CSIE >Environment: FreeBSD bsd1 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #0: Tue Sep 26 00:46:59 GMT 2000 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 >Description: While booting with 4.2 kernel, it shows ida0: can't allocate memory resources and can not find any devices attach on it. My ida0 is >How-To-Repeat: booting with 4.2-STABLE(RELEASE) kernel >Fix: use 4.2-BETA maybe ok, but my /usr/src was cvsuped to latest :( >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 Nov 30 12: 0: 6 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E34A37B401 for ; Thu, 30 Nov 2000 12:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUK03d66720; Thu, 30 Nov 2000 12:00:03 -0800 (PST) (envelope-from gnats) Date: Thu, 30 Nov 2000 12:00:03 -0800 (PST) Message-Id: <200011302000.eAUK03d66720@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= Subject: Re: bin/23180: Certain KOI8 characters are treated as "word breaker s" Reply-To: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/23180; it has been noted by GNATS. From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: mi@aldan.algebra.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/23180: Certain KOI8 characters are treated as "word breaker s" Date: Thu, 30 Nov 2000 22:55:22 +0300 On Thu, Nov 30, 2000 at 11:47:12 -0500, mi@aldan.algebra.com wrote: > On 30 Nov, [Here was data encoded in koi8-r, which can not be displayed] wrote: > = On Wed, Nov 29, 2000 at 16:54:01 -0500, Mikhail Teterin wrote: > = > If your LANG is set to ru_SU.KOI8-R or ru_UA.KOI8-U and > = > you see the word "×ÏÍÂÁÔ" properly, try double clicking > = > on it in an xterm. Xterm will place "ÏÍÂÁÔ" into > = > selection, instead of the whole thing. For some reason > = > both '×' and '÷' are always treated like that. > = > = This sort of reports must be directed to Xterm maintainer. > > Sorry, I thought, this is may be a locale thing... As Thomas inform me, currently Xterm not use locale for character classes. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 12: 7:11 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76D1437B401; Thu, 30 Nov 2000 12:07:09 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUK79P69571; Thu, 30 Nov 2000 12:07:09 -0800 (PST) (envelope-from alfred) Date: Thu, 30 Nov 2000 12:07:09 -0800 (PST) From: Message-Id: <200011302007.eAUK79P69571@freefall.freebsd.org> To: alfred@FreeBSD.org, freebsd-bugs@FreeBSD.org, alfred@FreeBSD.org Subject: Re: kern/23191: [PATCH] Fix for panics in lookup() after forced unmount Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Fix for panics in lookup() after forced unmount Responsible-Changed-From-To: freebsd-bugs->alfred Responsible-Changed-By: alfred Responsible-Changed-When: Thu Nov 30 12:06:09 PST 2000 Responsible-Changed-Why: I need to be reminded to MFC this when it's proven in -current. http://www.freebsd.org/cgi/query-pr.cgi?pr=23191 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 12:27:40 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C428837B400; Thu, 30 Nov 2000 12:27:38 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUKRcK73162; Thu, 30 Nov 2000 12:27:38 -0800 (PST) (envelope-from alfred) Date: Thu, 30 Nov 2000 12:27:38 -0800 (PST) From: Message-Id: <200011302027.eAUKRcK73162@freefall.freebsd.org> To: m.pizzi@net-one.it, alfred@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/22980: Strange behaviour in domain name resolution!! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Strange behaviour in domain name resolution!! State-Changed-From-To: open->closed State-Changed-By: alfred State-Changed-When: Thu Nov 30 12:26:50 PST 2000 State-Changed-Why: We aren't responsible for resolving non RFC compliant DNS records, user should fix his DNS naming scheme http://www.freebsd.org/cgi/query-pr.cgi?pr=22980 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 12:30:30 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2DD837B400; Thu, 30 Nov 2000 12:30:28 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUKUSx73695; Thu, 30 Nov 2000 12:30:28 -0800 (PST) (envelope-from alfred) Date: Thu, 30 Nov 2000 12:30:28 -0800 (PST) From: Message-Id: <200011302030.eAUKUSx73695@freefall.freebsd.org> To: wkwu@csie.nctu.edu.tw, alfred@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22799: make kernel failed on src-cur.4602 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make kernel failed on src-cur.4602 State-Changed-From-To: open->closed State-Changed-By: alfred State-Changed-When: Thu Nov 30 12:29:34 PST 2000 State-Changed-Why: Kernel now compiles. Broken kernels are not "critical" problems especially in the -current branch! http://www.freebsd.org/cgi/query-pr.cgi?pr=22799 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 12:32:35 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99C6037B402; Thu, 30 Nov 2000 12:32:33 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUKWXw74093; Thu, 30 Nov 2000 12:32:33 -0800 (PST) (envelope-from alfred) Date: Thu, 30 Nov 2000 12:32:33 -0800 (PST) From: Message-Id: <200011302032.eAUKWXw74093@freefall.freebsd.org> To: Vincent_May10@hotmail.com, alfred@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/22652: May be a bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: May be a bug State-Changed-From-To: open->closed State-Changed-By: alfred State-Changed-When: Thu Nov 30 12:31:08 PST 2000 State-Changed-Why: User should upgrade to recent FreeBSD to see if problem persists and reopen the problem report if it does. User should also see if this problem exists under other operating systems if possible (damaged keyboard/controller suspect) http://www.freebsd.org/cgi/query-pr.cgi?pr=22652 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 12:33:48 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43C1A37B69C; Thu, 30 Nov 2000 12:33:44 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUKXh774286; Thu, 30 Nov 2000 12:33:43 -0800 (PST) (envelope-from alfred) Date: Thu, 30 Nov 2000 12:33:43 -0800 (PST) From: Message-Id: <200011302033.eAUKXh774286@freefall.freebsd.org> To: jywang@pixart.com.tw, alfred@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/22404: Solution of "passwd" and "cannot set password cipher" in 4.1.1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Solution of "passwd" and "cannot set password cipher" in 4.1.1 State-Changed-From-To: open->closed State-Changed-By: alfred State-Changed-When: Thu Nov 30 12:33:20 PST 2000 State-Changed-Why: User solved own problem through "agressive" updating. :) http://www.freebsd.org/cgi/query-pr.cgi?pr=22404 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 12:35:19 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3349B37B698; Thu, 30 Nov 2000 12:35:17 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUKZGT75312; Thu, 30 Nov 2000 12:35:16 -0800 (PST) (envelope-from alfred) Date: Thu, 30 Nov 2000 12:35:16 -0800 (PST) From: Message-Id: <200011302035.eAUKZGT75312@freefall.freebsd.org> To: lars.koeller@uni-bielefeld.de, alfred@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22141: Missing include file in if_tx.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Missing include file in if_tx.c State-Changed-From-To: open->closed State-Changed-By: alfred State-Changed-When: Thu Nov 30 12:34:26 PST 2000 State-Changed-Why: user should have included "device miibus" in kernel config file. kernel compile errors are not "critical" ! http://www.freebsd.org/cgi/query-pr.cgi?pr=22141 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 12:36:42 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09D5137B401; Thu, 30 Nov 2000 12:36:41 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUKae975578; Thu, 30 Nov 2000 12:36:40 -0800 (PST) (envelope-from alfred) Date: Thu, 30 Nov 2000 12:36:40 -0800 (PST) From: Message-Id: <200011302036.eAUKae975578@freefall.freebsd.org> To: certhas@ausworld.net, alfred@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/22077: X-Windows broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: X-Windows broken State-Changed-From-To: open->closed State-Changed-By: alfred State-Changed-When: Thu Nov 30 12:36:05 PST 2000 State-Changed-Why: User should not enable high securelevel without realizing implications. Lowering securelevel should fix this problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=22077 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 12:45: 4 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D50AF37B400; Thu, 30 Nov 2000 12:45:03 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUKj3l76754; Thu, 30 Nov 2000 12:45:03 -0800 (PST) (envelope-from alfred) Date: Thu, 30 Nov 2000 12:45:03 -0800 (PST) From: Message-Id: <200011302045.eAUKj3l76754@freefall.freebsd.org> To: alfred@FreeBSD.org, freebsd-bugs@FreeBSD.org, alfred@FreeBSD.org Subject: Re: kern/19572: executing command cd ../cdrom after mount-unmount-mount causes trap 12 and kernel panic. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: executing command cd ../cdrom after mount-unmount-mount causes trap 12 and kernel panic. Responsible-Changed-From-To: freebsd-bugs->alfred Responsible-Changed-By: alfred Responsible-Changed-When: Thu Nov 30 12:43:26 PST 2000 Responsible-Changed-Why: Applied patch in PR/23191 will close if the patch resolves the issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=19572 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 13:10: 8 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E28E837B400 for ; Thu, 30 Nov 2000 13:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAULA3c82428; Thu, 30 Nov 2000 13:10:03 -0800 (PST) (envelope-from gnats) Date: Thu, 30 Nov 2000 13:10:03 -0800 (PST) Message-Id: <200011302110.eAULA3c82428@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Lars Eggert Subject: Re: i386/12088: Enhancement to ed driver for Linksys 10/100 or DLink DFE650 Reply-To: Lars Eggert Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/12088; it has been noted by GNATS. From: Lars Eggert To: freebsd-gnats-submit@FreeBSD.org, pete@altadena.net Cc: Subject: Re: i386/12088: Enhancement to ed driver for Linksys 10/100 or DLink DFE650 Date: Thu, 30 Nov 2000 13:04:30 -0800 This is a cryptographically signed message in MIME format. --------------ms2F40BD6D7067EDA7E2D28846 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Pete (or -bugs people), has this fix been ported to 4.X? I'm having some problems with the PCMPC100 under 4.X which seem to be due to the ed driver only supporting it as an NE2000 with 8K card memory instead of a "true" Linksys. If so, could you please post it? Thanks, Lars -- Lars Eggert Information Sciences Institute http://www.isi.edu/larse/ University of Southern California --------------ms2F40BD6D7067EDA7E2D28846 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIIIwYJKoZIhvcNAQcCoIIIFDCCCBACAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC BfQwggLYMIICQaADAgECAgMDIwUwDQYJKoZIhvcNAQEEBQAwgZQxCzAJBgNVBAYTAlpBMRUw EwYDVQQIEwxXZXN0ZXJuIENhcGUxFDASBgNVBAcTC0R1cmJhbnZpbGxlMQ8wDQYDVQQKEwZU aGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25h bCBGcmVlbWFpbCBSU0EgMTk5OS45LjE2MB4XDTAwMDgyNDIwMzAwOFoXDTAxMDgyNDIwMzAw OFowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYDVQQDEwtMYXJzIEVn Z2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCBnzANBgkqhkiG9w0BAQEFAAOB jQAwgYkCgYEAz1yfcNs53rvhuw8gSDvr2+/snP8GduYY7x7WkJdyvcwb4oipNpWYIkMGP214 Zv1KrgvntGaG+jeugAGQt0n64VusgcIzQ6QDRtnMgdQDTAkVSQ2eLRSQka+nAPx6SFKJg79W EEHmgKQBMtZdMBYtYv/mTOcpm7jTJVg+7W6n04UCAwEAAaN3MHUwKgYFK2UBBAEEITAfAgEA MBowGAIBBAQTTDJ1TXlmZkJOVWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1 MAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUiKvxYINmVfTkWMdGHcBhvSPXw4wwDQYJKoZI hvcNAQEEBQADgYEAi65fM/jSCaPhRoA9JW5X2FktSFhE5zkIpFVPpv33GWPPNrncsK13HfZm s0B1rNy2vU7UhFI/vsJQgBJyffkLFgMCjp3uRZvBBjGD1q4yjDO5yfMMjquqBpZtRp5op3lT d01faA58ZCB5sxCb0ORSxvXR8tc9DJO0JIpQILa6vIAwggMUMIICfaADAgECAgELMA0GCSqG SIb3DQEBBAUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYD VQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9D ZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29u YWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0 ZS5jb20wHhcNOTkwOTE2MTQwMTQwWhcNMDEwOTE1MTQwMTQwWjCBlDELMAkGA1UEBhMCWkEx FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTEUMBIGA1UEBxMLRHVyYmFudmlsbGUxDzANBgNVBAoT BlRoYXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNv bmFsIEZyZWVtYWlsIFJTQSAxOTk5LjkuMTYwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB ALNpWpfU0BYLerXFXekhnCNyzRJMS/d+z8f7ynIk9EJSrFeV43theheE5/1yOTiUtOrtZaeS Bl694GX2GbuUeXZMPrlocHWEHPQRdAC8BSxPCQMXMcz0QdRyxqZd4ohEsIsuxE3x8NaFPmzz lZR4kX5A6ZzRjRVXjsJz5TDeRvVPAgMBAAGjNzA1MBIGA1UdEwEB/wQIMAYBAf8CAQAwHwYD VR0jBBgwFoAUcknCczTGVfQLdnKBfnf0h+fGsg4wDQYJKoZIhvcNAQEEBQADgYEAa8ZZ6TH6 6bbssQPY33Jy/pFgSOrGVd178GeOxmFw523CpTfYnbcXKFYFi91cdW/GkZDGbGZxE9AQfGuR b4bgITYtwdfqsgmtzy1txoNSm/u7/pyHnfy36XSS5FyXrvx+rMoNb3J6Zyxrc/WG+Z31AG70 HQfOnZ6CYynvkwl+Vd4xggH3MIIB8wIBATCBnDCBlDELMAkGA1UEBhMCWkExFTATBgNVBAgT DFdlc3Rlcm4gQ2FwZTEUMBIGA1UEBxMLRHVyYmFudmlsbGUxDzANBgNVBAoTBlRoYXd0ZTEd MBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVt YWlsIFJTQSAxOTk5LjkuMTYCAwMjBTAJBgUrDgMCGgUAoIGxMBgGCSqGSIb3DQEJAzELBgkq hkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTAwMTEzMDIxMDQzMFowIwYJKoZIhvcNAQkEMRYE FAQB/BlS0x6EzOJoR0XYQmJVNkHDMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYI KoZIhvcNAwICAgCAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgFAMA0GCCqGSIb3DQMCAgEoMA0G CSqGSIb3DQEBAQUABIGABeLa5yjZDDJPzWdFdv0RoXsUdvvGU5jKHYRHDCootvjzGI97j9oo UJFz0H2ZTQzhT6BaXbbJ4kGxeQMtYohc9nwboRIWsWMBkXwfn1Xtx0EKHuz6JHAr7jUwHLlz Bvh/Z0Q4lBnzk6k23nP4Vfy+YbiAvBFUdSD+5zFFSi61pjA= --------------ms2F40BD6D7067EDA7E2D28846-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 30 22:30: 9 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69F5837B401 for ; Thu, 30 Nov 2000 22:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB16U3r44285; Thu, 30 Nov 2000 22:30:03 -0800 (PST) (envelope-from gnats) Received: from fenestro.attlabs.att.com (solarium.digisle.com [167.216.154.173]) by hub.freebsd.org (Postfix) with ESMTP id 3E77837B400 for ; Thu, 30 Nov 2000 22:22:51 -0800 (PST) Received: (from fenner@localhost) by fenestro.attlabs.att.com (8.11.0/8.11.0) id eB16MmO99953; Thu, 30 Nov 2000 22:22:48 -0800 (PST) (envelope-from fenner) Message-Id: <200012010622.eB16MmO99953@fenestro.attlabs.att.com> Date: Thu, 30 Nov 2000 22:22:48 -0800 (PST) From: Bill Fenner Reply-To: fenner@research.att.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/23203: opie doesn't know that ssh connections are secure and you can't tell it Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23203 >Category: bin >Synopsis: opie doesn't know that ssh connections are secure and you can't tell it >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 Nov 30 22:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Bill Fenner >Release: FreeBSD 4.2-BETA i386 >Organization: AT&T Labs - Research >Environment: opie openssh (parts of base system) >Description: The opie commands opiekey (otp-md4 otp-md5) and opiepasswd refuse to accept a secret pass phrase if they think they're not being run from a secure terminal. There is a command-line option to override this check, but it is not compiled in by default on FreeBSD. This is one of these stupid well-intentioned things that just ends up getting in the way. A desperate user will avoid this whole situation by being even less secure by using e.g. "echo mypassphrase | env DISPLAY=:0 otp-md5 ..." >How-To-Repeat: ssh freefall.freebsd.org otp-md5 1 nanny >Fix: Stupid, less secure workaround: echo "mypassphrase" | env DISPLAY=:0 otp-md5 seq seed Fix: enable the -f flag for opiekey and opiepasswd by adding the proper defines to the Makefiles for opiekey and opiepasswd, and fixing the buggy opiekey. Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.bin/opiekey/Makefile,v retrieving revision 1.4.2.1 diff -u -r1.4.2.1 Makefile --- Makefile 2000/05/14 21:15:05 1.4.2.1 +++ Makefile 2000/12/01 05:51:26 @@ -6,7 +6,7 @@ SRCS= opiekey.c MAN1= opiekey.1 -CFLAGS+= -I${OPIE_DIST} +CFLAGS+= -I${OPIE_DIST} -DINSECURE_OVERRIDE DPADD= ${LIBOPIE} ${LIBMD} LDADD= -lopie -lmd Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.bin/opiepasswd/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/08/28 01:04:47 1.4 +++ Makefile 2000/12/01 05:51:40 @@ -6,7 +6,7 @@ SRCS= opiepasswd.c MAN1= opiepasswd.1 -CFLAGS+=-I${OPIE_DIST} +CFLAGS+=-I${OPIE_DIST} -DINSECURE_OVERRIDE DPADD= ${LIBOPIE} ${LIBMD} LDADD= -lopie -lmd Index: opiekey.c =================================================================== RCS file: /home/ncvs/src/contrib/opie/opiekey.c,v retrieving revision 1.1.1.2.6.1 diff -u -r1.1.1.2.6.1 opiekey.c --- opiekey.c 2000/06/09 07:14:56 1.1.1.2.6.1 +++ opiekey.c 2000/12/01 05:53:59 @@ -138,7 +138,7 @@ char *slash; int hex = 0; int type = RESPONSE_STANDARD; - int force; + int force = 0; if (slash = strchr(argv[0], '/')) slash++; >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 Fri Dec 1 2:50: 8 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A17F237B401 for ; Fri, 1 Dec 2000 02:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1Ao1d85285; Fri, 1 Dec 2000 02:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7395937B404 for ; Fri, 1 Dec 2000 02:44:59 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1Aixj84532; Fri, 1 Dec 2000 02:44:59 -0800 (PST) (envelope-from nobody) Message-Id: <200012011044.eB1Aixj84532@freefall.freebsd.org> Date: Fri, 1 Dec 2000 02:44:59 -0800 (PST) From: andre@express.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/23204: length of salt in crypt() is not the same as described in man 3 crypt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23204 >Category: bin >Synopsis: length of salt in crypt() is not the same as described in man 3 crypt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 01 02:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andre Yelistratov >Release: 4.2-STABLE >Organization: >Environment: $uname -a FreeBSD satan.express.ru 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Nov 24 22:20:30 MSK 2000 root@satan.express.ru:/usr/obj/usr/src/sys/SATAN i386 >Description: man 3 crypt: Modular crypt: If the salt begins with the string $digit$ then the Modular Crypt Format is used. The digit represents which algorithm is used in encryption. Following the token is the actual salt to use in the encryption. The length of the salt is limited to 16 characters--because the length of the ^^^^^^^^^^^^^^^^^^^^^ returned output is also limited (_PASSWORD_LEN). The salt must be termi- nated with the end of the string (NULL) or a dollar sign. Any characters after the dollar sign are ignored. Currently supported algorithms are: 1 MD5 =========================================================== In reality length of salt is limited to 8 characters. >How-To-Repeat: $cat crp.c #include #include main () { char passwd[]="testpasswd"; char salt[]="$1$1234567890$"; char *hash; hash = crypt(passwd, salt); printf("%s\n", hash); } $cc -o crp crp.c -lcrypt $./crp $1$12345678$VYreJG4qkG1D4.4X8s6o41 >Fix: --- crypt.h.orig Fri Dec 1 12:29:40 2000 +++ crypt.h Fri Dec 1 12:29:55 2000 @@ -29,6 +29,7 @@ /* magic sizes */ #define MD5_SIZE 16 +#define MD5_SALT_SIZE 16 char *crypt_des(const char *pw, const char *salt); char *crypt_md5(const char *pw, const char *salt); --- crypt-md5.c.orig Fri Dec 1 12:23:28 2000 +++ crypt-md5.c Fri Dec 1 12:30:26 2000 @@ -66,8 +66,8 @@ if(!strncmp(sp,magic,strlen(magic))) sp += strlen(magic); - /* It stops at the first '$', max 8 chars */ - for(ep=sp;*ep && *ep != '$' && ep < (sp+8);ep++) + /* It stops at the first '$', max MD5_SALT_SIZE chars */ + for(ep=sp;*ep && *ep != '$' && ep < (sp+MD5_SALT_SIZE);ep++) continue; /* get the length of the true salt */ >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 Fri Dec 1 3:30: 9 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8469A37B404 for ; Fri, 1 Dec 2000 03:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1BU1b91261; Fri, 1 Dec 2000 03:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1474137B401 for ; Fri, 1 Dec 2000 03:20:38 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1BKcq90510; Fri, 1 Dec 2000 03:20:38 -0800 (PST) (envelope-from nobody) Message-Id: <200012011120.eB1BKcq90510@freefall.freebsd.org> Date: Fri, 1 Dec 2000 03:20:38 -0800 (PST) From: jmcl@shadowbox.ie To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/23205: lptcontrol -e causes panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23205 >Category: kern >Synopsis: lptcontrol -e causes panic >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 01 03:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: John McLaughlin >Release: 4.x stable >Organization: Shadowbox Systems Ltd >Environment: FreeBSD jmcl.gamesnow.ie 4.2-BETA FreeBSD 4.2-BETA #13: Mon Nov 20 17:25:04 GMT 2000 root@jmcl.gamesnow.ie:/opt/FreeBSD/src/sys/compile/JMCL i386 >Description: On my system (Dell PowerEdge 1300 dual PIII), switching lpt0 to extended mode using lptcontrol -e and attempting to print anything causes an immediate panic and reboot. The printer is a HP 2100M. I tried using extended mode to fix another problem where the printer occasionally hangs necessitating a reboot after a suggestion in PR 14787 (no PR submitted for the original problem as I want to investigate a bit further) dmesh output: ppc0: at port 0x378-0x37f irq 7 flags 0x40 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: IEEE1284 device found /NIBBLE/ECP Probing for PnP devices on ppbus0: ppbus0: PJL,MLC,PCL,PCLXL,POSTSCRIPT lpt0: on ppbus0 lpt0: Interrupt-driven port >How-To-Repeat: # lptcontrol -e # lpr -Plp somefile.ps >Fix: None known >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 Fri Dec 1 3:30:13 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3CBE37B698 for ; Fri, 1 Dec 2000 03:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1BU1t91270; Fri, 1 Dec 2000 03:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6D0437B400 for ; Fri, 1 Dec 2000 03:26:18 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1BQIu90941; Fri, 1 Dec 2000 03:26:18 -0800 (PST) (envelope-from nobody) Message-Id: <200012011126.eB1BQIu90941@freefall.freebsd.org> Date: Fri, 1 Dec 2000 03:26:18 -0800 (PST) From: walter@walter.anet.cz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/23206: ISDN communication with the outside Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23206 >Category: i386 >Synopsis: ISDN communication with the outside >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 01 03:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ing. Antonin Waltetr >Release: 4.1 >Organization: Walter trading s.r.o. >Environment: >Description: after loading i4b-00.96.00, doing tar xzvf, .-overinstall.sh, compiling userland programs, recompiling kernel and setting sppp over isdn, I am capable pinging any computer in the web conecting to any ftp server and loading data from it reading email from my ISP I am not capable sending post reading http pages on reading http pages the machine gets the IP address of the host, but fails to get any data here is the tcpdump from the interface when trying to load data from www.server 11:44:49.778263 194.212.65.153.1053 > 194.50.6.55.domain: 49033+ A? lynx.browser.org. (34) 11:44:50.469884 ID-122 IPCP: IP-Address=194.108.177.253 017a 000a 0306 c26c b1fd 11:44:50.470185 ID-122 IPCP: IP-Address=194.108.177.253 027a 000a 0306 c26c b1fd 11:44:52.469833 ID-123 IPCP: IP-Address=194.108.177.253 017b 000a 0306 c26c b1fd 11:44:52.470116 ID-123 IPCP: IP-Address=194.108.177.253 027b 000a 0306 c26c b1fd 11:44:54.619705 ID-124 IPCP: IP-Address=194.108.177.253 017c 000a 0306 c26c b1fd 11:44:54.619982 ID-124 IPCP: IP-Address=194.108.177.253 027c 000a 0306 c26c b1fd 11:44:54.789768 194.212.65.153.1024 > 194.50.6.5.domain: 6311+ A? lynx.browser.org. (34) 11:44:56.619618 ID-125 IPCP: IP-Address=194.108.177.253 017d 000a 0306 c26c b1fd 11:44:56.619905 ID-125 IPCP: IP-Address=194.108.177.253 027d 000a 0306 c26c b1fd 11:44:58.138307 194.212.65.153.1055 > 194.50.6.5.domain: 49033+ A? lynx.browser.org. (34) 11:44:58.619578 ID-126 IPCP: IP-Address=194.108.177.253 017e 000a 0306 c26c b1fd 11:44:58.619861 ID-126 IPCP: IP-Address=194.108.177.253 027e 000a 0306 c26c b1fd 11:45:00.619549 ID-127 IPCP: IP-Address=194.108.177.253 017f 000a 0306 c26c b1fd 11:45:00.619867 ID-127 IPCP: IP-Address=194.108.177.253 027f 000a 0306 c26c b1fd 11:45:01.008399 194.212.65.153.1024 > 194.50.6.55.domain: 6311+ A? lynx.browser.org. (34) 11:45:01.488372 194.212.65.153.1056 > 194.50.6.55.domain: 49033+ A? lynx.browser.org. (34) 11:45:03.018362 194.212.65.153.1024 > 198.32.64.12.domain: 37052 A? lynx.browser.org. (34) 11:45:03.618149 ID-015 IPCP: 010f 0004 11:45:03.669610 ID-128 IPCP: IP-Compression-Protocol 0180 0010 0206 002d 0f00 0306 c26c b1fd 11:45:03.669837 ID-128 IPCP: IP-Compression-Protocol 0480 000a 0206 002d 0f00 11:45:03.669921 ID-015 IPCP: 020f 0004 11:45:03.769589 ID-129 IPCP: IP-Address=194.108.177.253 0181 000a 0306 c26c b1fd 11:45:03.769853 ID-129 IPCP: IP-Address=194.108.177.253 0281 000a 0306 c26c b1fd 11:45:04.839904 194.212.65.153.1024 > 194.50.6.5.domain: 43071+ A? lynx.browser.org. (34) 11:45:04.920350 194.50.6.5.domain > 194.212.65.153.1024: 43071 1/2/2 A 195.40.122.44 (145) 11:45:04.933916 194.212.65.153.1024 > 195.40.122.44.http: S 1228178856:1228178856(0) win 16384 (DF) 11:45:05.069631 195.40.122.44.http > 194.212.65.153.1024: S 2419807271:2419807271(0) ack 1228178857 win 1460 (DF) 11:45:05.070719 194.212.65.153.1024 > 195.40.122.44.http: . ack 1 win 17520 (DF) 11:45:05.075079 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:45:06.068154 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:45:07.008509 194.212.65.153.1024 > 192.112.36.4.domain: 37052 A? lynx.browser.org. (34) 11:45:08.068188 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:45:11.018593 194.212.65.153.1024 > 192.5.5.241.domain: 37052 A? lynx.browser.org. (34) 11:45:11.270285 192.5.5.241.domain > 194.212.65.153.1024: 37052- 0/12/12 (447) (DF) 11:45:12.068255 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:45:18.008620 194.212.65.153.1024 > 198.32.64.12.domain: 6311 A? lynx.browser.org. (34) 11:45:20.068393 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:45:22.018639 194.212.65.153.1024 > 192.112.36.4.domain: 6311 A? lynx.browser.org. (34) 11:45:22.369400 192.112.36.4.domain > 194.212.65.153.1024: 6311- 0/12/12 (450) (DF) 11:45:36.069917 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:46:08.069317 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:47:12.070104 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 1 3:30:19 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F367A37B401 for ; Fri, 1 Dec 2000 03:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1BU1o91280; Fri, 1 Dec 2000 03:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 665FC37B400 for ; Fri, 1 Dec 2000 03:27:35 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1BRZo91087; Fri, 1 Dec 2000 03:27:35 -0800 (PST) (envelope-from nobody) Message-Id: <200012011127.eB1BRZo91087@freefall.freebsd.org> Date: Fri, 1 Dec 2000 03:27:35 -0800 (PST) From: walter@walter.anet.cz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/23207: ISDN communication with the outside Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23207 >Category: i386 >Synopsis: ISDN communication with the outside >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 01 03:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ing. Antonin Waltetr >Release: 4.1 >Organization: Walter trading s.r.o. >Environment: FreeBSD walter.anet.cz 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Thu Nov 30 21:14:46 C ET 2000 root@walter.anet.cz:/usr/src/sys/compile/ISDN i386 >Description: after loading i4b-00.96.00, doing tar xzvf, .-overinstall.sh, compiling userland programs, recompiling kernel and setting sppp over isdn, I am capable pinging any computer in the web conecting to any ftp server and loading data from it reading email from my ISP I am not capable sending post reading http pages on reading http pages the machine gets the IP address of the host, but fails to get any data here is the tcpdump from the interface when trying to load data from www.server 11:44:49.778263 194.212.65.153.1053 > 194.50.6.55.domain: 49033+ A? lynx.browser.org. (34) 11:44:50.469884 ID-122 IPCP: IP-Address=194.108.177.253 017a 000a 0306 c26c b1fd 11:44:50.470185 ID-122 IPCP: IP-Address=194.108.177.253 027a 000a 0306 c26c b1fd 11:44:52.469833 ID-123 IPCP: IP-Address=194.108.177.253 017b 000a 0306 c26c b1fd 11:44:52.470116 ID-123 IPCP: IP-Address=194.108.177.253 027b 000a 0306 c26c b1fd 11:44:54.619705 ID-124 IPCP: IP-Address=194.108.177.253 017c 000a 0306 c26c b1fd 11:44:54.619982 ID-124 IPCP: IP-Address=194.108.177.253 027c 000a 0306 c26c b1fd 11:44:54.789768 194.212.65.153.1024 > 194.50.6.5.domain: 6311+ A? lynx.browser.org. (34) 11:44:56.619618 ID-125 IPCP: IP-Address=194.108.177.253 017d 000a 0306 c26c b1fd 11:44:56.619905 ID-125 IPCP: IP-Address=194.108.177.253 027d 000a 0306 c26c b1fd 11:44:58.138307 194.212.65.153.1055 > 194.50.6.5.domain: 49033+ A? lynx.browser.org. (34) 11:44:58.619578 ID-126 IPCP: IP-Address=194.108.177.253 017e 000a 0306 c26c b1fd 11:44:58.619861 ID-126 IPCP: IP-Address=194.108.177.253 027e 000a 0306 c26c b1fd 11:45:00.619549 ID-127 IPCP: IP-Address=194.108.177.253 017f 000a 0306 c26c b1fd 11:45:00.619867 ID-127 IPCP: IP-Address=194.108.177.253 027f 000a 0306 c26c b1fd 11:45:01.008399 194.212.65.153.1024 > 194.50.6.55.domain: 6311+ A? lynx.browser.org. (34) 11:45:01.488372 194.212.65.153.1056 > 194.50.6.55.domain: 49033+ A? lynx.browser.org. (34) 11:45:03.018362 194.212.65.153.1024 > 198.32.64.12.domain: 37052 A? lynx.browser.org. (34) 11:45:03.618149 ID-015 IPCP: 010f 0004 11:45:03.669610 ID-128 IPCP: IP-Compression-Protocol 0180 0010 0206 002d 0f00 0306 c26c b1fd 11:45:03.669837 ID-128 IPCP: IP-Compression-Protocol 0480 000a 0206 002d 0f00 11:45:03.669921 ID-015 IPCP: 020f 0004 11:45:03.769589 ID-129 IPCP: IP-Address=194.108.177.253 0181 000a 0306 c26c b1fd 11:45:03.769853 ID-129 IPCP: IP-Address=194.108.177.253 0281 000a 0306 c26c b1fd 11:45:04.839904 194.212.65.153.1024 > 194.50.6.5.domain: 43071+ A? lynx.browser.org. (34) 11:45:04.920350 194.50.6.5.domain > 194.212.65.153.1024: 43071 1/2/2 A 195.40.122.44 (145) 11:45:04.933916 194.212.65.153.1024 > 195.40.122.44.http: S 1228178856:1228178856(0) win 16384 (DF) 11:45:05.069631 195.40.122.44.http > 194.212.65.153.1024: S 2419807271:2419807271(0) ack 1228178857 win 1460 (DF) 11:45:05.070719 194.212.65.153.1024 > 195.40.122.44.http: . ack 1 win 17520 (DF) 11:45:05.075079 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:45:06.068154 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:45:07.008509 194.212.65.153.1024 > 192.112.36.4.domain: 37052 A? lynx.browser.org. (34) 11:45:08.068188 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:45:11.018593 194.212.65.153.1024 > 192.5.5.241.domain: 37052 A? lynx.browser.org. (34) 11:45:11.270285 192.5.5.241.domain > 194.212.65.153.1024: 37052- 0/12/12 (447) (DF) 11:45:12.068255 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:45:18.008620 194.212.65.153.1024 > 198.32.64.12.domain: 6311 A? lynx.browser.org. (34) 11:45:20.068393 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:45:22.018639 194.212.65.153.1024 > 192.112.36.4.domain: 6311 A? lynx.browser.org. (34) 11:45:22.369400 192.112.36.4.domain > 194.212.65.153.1024: 6311- 0/12/12 (450) (DF) 11:45:36.069917 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:46:08.069317 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) 11:47:12.070104 194.212.65.153.1024 > 195.40.122.44.http: P 1:195(194) ack 1 win 17520 (DF) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 1 3:41:51 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1DD637B401; Fri, 1 Dec 2000 03:41:49 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1BfnU92607; Fri, 1 Dec 2000 03:41:49 -0800 (PST) (envelope-from ru) Date: Fri, 1 Dec 2000 03:41:49 -0800 (PST) From: Message-Id: <200012011141.eB1BfnU92607@freefall.freebsd.org> To: walter@walter.anet.cz, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/23206: ISDN communication with the outside Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ISDN communication with the outside State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Dec 1 03:41:05 PST 2000 State-Changed-Why: Superseded by i386/23207. http://www.freebsd.org/cgi/query-pr.cgi?pr=23206 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 1 12:14: 0 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from spaceghost.fuse.net (spaceghost.fuse.net [216.68.1.121]) by hub.freebsd.org (Postfix) with ESMTP id 9EF5937B400 for ; Fri, 1 Dec 2000 12:13:52 -0800 (PST) Received: from emaxamd1 ([216.68.14.183]) by spaceghost.fuse.net (InterMail vK.4.02.00.00 201-232-116 license 55099144ff2ca28e37c1a3433615ef97) with SMTP id <20001201201536.CGAM17981.spaceghost@emaxamd1> for ; Fri, 1 Dec 2000 15:15:36 -0500 From: To: Reply-To: forumarket@yahoo.com Subject: Welcome Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-Id: <20001201201536.CGAM17981.spaceghost@emaxamd1> Date: Fri, 1 Dec 2000 15:15:37 -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org NEWSLETTER * Home Come and Get a Free Painting www.artofspirit.net Welcome to Art of Spirit Art Of Spirit was started by Elizabeth O'Neill. She was born and= raised in Cleveland, Ohio and studied at two colleges, The= Cleveland Art Institute, and Illinois University. Elizabeth= O'Neill also studied with Corita Kent of California and has= taught art on all levels for twenty five years. She also became= a docent (tour guide) for the Cincinnati Art Museum in 1979. Elizabeth states "My art comes from the living experience of people. Our Country= has such a diversity, we have the opportunity of using all the= colors to their best advantage." Elizabeth O'Neill's art is abstract and against the grain. Her= Art Of Spirit is a mix of creativity and meaning. Her artwork is= not only abstract but expresses a thought that the world is= feeling or the way the world looks through Elizabeth's eyes. But= because her art work is abstract what you see in her art work is= drawn from the experiences that you have had in your lifetime.= Most people are under the erroneous opinion that abstract art= work is easier than realism, or still life, but this is far from= true. Most abstract artists are good or great painters that have= become tired and bored with painting that which is already there= and want to put their own ideas and thoughts into their= paintings. Elizabeth states:" Why just paint a tree, when you= can just take a picture of it!." Elizabeth is not alone in this thought, most abstract artists= feel this way. Take Picasso for instance: He was a great painter= and his abstractions taught everyone how to recreate using their= own imaginations. (More on picasso in the next news letter.) Click Here Art of Spirit.net Special This Month Free Watercolor Painting with your purchase of any painting on= the web. NEWSLETTER NEWSLETTER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 1 14:20:11 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56E3D37B402 for ; Fri, 1 Dec 2000 14:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1MK2s64231; Fri, 1 Dec 2000 14:20:02 -0800 (PST) (envelope-from gnats) Received: from orthanc.ab.ca (207-167-15-66.dsl.worldgate.ca [207.167.15.66]) by hub.freebsd.org (Postfix) with ESMTP id D499037B401 for ; Fri, 1 Dec 2000 14:15:54 -0800 (PST) Received: (from lyndon@localhost) by orthanc.ab.ca (8.11.1/8.11.0.Beta3) id eB1MFsn32985; Fri, 1 Dec 2000 15:15:54 -0700 (MST) Message-Id: <200012012215.eB1MFsn32985@orthanc.ab.ca> Date: Fri, 1 Dec 2000 15:15:54 -0700 (MST) From: Lyndon Nerenberg Reply-To: lyndon@orthanc.ab.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/23217: [PATCH] 'pciconf -l' opens /dev/pci with incorrect permissions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23217 >Category: bin >Synopsis: [PATCH] 'pciconf -l' opens /dev/pci with incorrect permissions >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 01 14:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Lyndon Nerenberg >Release: FreeBSD 4.2-STABLE i386 >Organization: The Frobozz Magic Homing Pigeon Company >Environment: >Description: pciconf always opens /dev/pci with O_RDWR. For the -l case it should open the device O_RDONLY. When combined with my /sys/pci/pci.c patch for pci_ioctl this restores the documented behaviour of 'pciconf -l' being available to mortal users. >How-To-Repeat: Run pciconf -l as a non-root user. >Fix: Index: pciconf.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pciconf/pciconf.c,v retrieving revision 1.11 diff -u -r1.11 pciconf.c --- pciconf.c 1999/12/08 17:43:20 1.11 +++ pciconf.c 2000/12/01 22:11:57 @@ -134,7 +134,7 @@ struct pci_conf conf[255], *p; int none_count = 0; - fd = open(_PATH_DEVPCI, O_RDWR, 0); + fd = open(_PATH_DEVPCI, O_RDONLY, 0); if (fd < 0) err(1, "%s", _PATH_DEVPCI); >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 Fri Dec 1 14:20:11 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 423E137B401 for ; Fri, 1 Dec 2000 14:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1MK1p64219; Fri, 1 Dec 2000 14:20:01 -0800 (PST) (envelope-from gnats) Received: from orthanc.ab.ca (207-167-15-66.dsl.worldgate.ca [207.167.15.66]) by hub.freebsd.org (Postfix) with ESMTP id 7679537B400 for ; Fri, 1 Dec 2000 14:11:44 -0800 (PST) Received: (from lyndon@localhost) by orthanc.ab.ca (8.11.1/8.11.0.Beta3) id eB1MBcX32861; Fri, 1 Dec 2000 15:11:38 -0700 (MST) Message-Id: <200012012211.eB1MBcX32861@orthanc.ab.ca> Date: Fri, 1 Dec 2000 15:11:38 -0700 (MST) From: Lyndon Nerenberg Reply-To: lyndon@orthanc.ab.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/23216: [PATCH] PCIOCGETCONF requires write permissions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23216 >Category: kern >Synopsis: [PATCH] PCIOCGETCONF ioctl requires write permissions >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 01 14:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Lyndon Nerenberg >Release: FreeBSD 4.2-STABLE i386 >Organization: The Frobozz Magic Homing Pigeon Company >Environment: >Description: /sys/pci/pci.c:pci_ioctl() fails all ioctl operations unless the caller has /dev/pci opened for write. This causes 'pciconf -l' to fail when run as a non-superuser. (A patch to pciconf to open /dev/pci read only in the -l case follows in another pr.) >How-To-Repeat: Issue a PCIOCGETCONF request with /dev/pci opened read only. >Fix: Index: pci.c =================================================================== RCS file: /home/ncvs/src/sys/pci/pci.c,v retrieving revision 1.141.2.4 diff -u -u -r1.141.2.4 pci.c --- pci.c 2000/10/28 23:10:17 1.141.2.4 +++ pci.c 2000/12/01 22:04:29 @@ -552,10 +552,6 @@ const char *name; int error; - if (!(flag & FWRITE)) - return EPERM; - - switch(cmd) { case PCIOCGETCONF: { @@ -787,6 +783,9 @@ break; } case PCIOCREAD: + if (!(flag & FWRITE)) + return EPERM; + io = (struct pci_io *)data; switch(io->pi_width) { pcicfgregs probe; @@ -808,6 +807,9 @@ break; case PCIOCWRITE: + if (!(flag & FWRITE)) + return EPERM; + io = (struct pci_io *)data; switch(io->pi_width) { pcicfgregs probe; >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 Fri Dec 1 16:16:58 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7110F37B400; Fri, 1 Dec 2000 16:16:56 -0800 (PST) Received: (from gad@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB20Gul82080; Fri, 1 Dec 2000 16:16:56 -0800 (PST) (envelope-from gad) Date: Fri, 1 Dec 2000 16:16:56 -0800 (PST) From: Message-Id: <200012020016.eB20Gul82080@freefall.freebsd.org> To: gad@eclipse.acs.rpi.edu, gad@FreeBSD.org, freebsd-bugs@FreeBSD.org, gad@FreeBSD.org Subject: Re: bin/22965: [MFC] [PATCH] fix for minor bug in libc/gen/getcap.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: [PATCH] fix for minor bug in libc/gen/getcap.c New Synopsis: [MFC] [PATCH] fix for minor bug in libc/gen/getcap.c State-Changed-From-To: open->suspended State-Changed-By: gad State-Changed-When: Fri Dec 1 16:12:12 PST 2000 State-Changed-Why: Patch has been applied, awaiting MFC. Responsible-Changed-From-To: freebsd-bugs->gad Responsible-Changed-By: gad Responsible-Changed-When: Fri Dec 1 16:12:12 PST 2000 Responsible-Changed-Why: I've written and committed the patch... http://www.freebsd.org/cgi/query-pr.cgi?pr=22965 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 1 16:45:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from ccserv.csie.nctu.edu.tw (ccserv.csie.nctu.edu.tw [140.113.209.2]) by hub.freebsd.org (Postfix) with ESMTP id B773F37B400 for ; Fri, 1 Dec 2000 16:45:32 -0800 (PST) Received: from dsnspc153 (dsnspc153 [140.113.216.153]) by ccserv.csie.nctu.edu.tw (8.9.3/8.9.0) with SMTP id IAA01935 for ; Sat, 2 Dec 2000 08:43:37 +0800 (CST) Message-ID: <002e01c05bf9$28488700$99d8718c@csie.nctu.edu.tw> From: "Yung-Zen Lai" To: Subject: Fix about Problem Report kern/23194 Date: Sat, 2 Dec 2000 08:45:24 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org use $FreeBSD: src/sys/dev/ida/ida_pci.c,v 1.7.2.3 would be ok -- Yung-Zen Lai E-mail: yzlai@csie.nctu.edu.tw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 1 18:40: 5 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C41CD37B401 for ; Fri, 1 Dec 2000 18:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB22e1C98685; Fri, 1 Dec 2000 18:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A9C737B400 for ; Fri, 1 Dec 2000 18:30:24 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB22UO497685; Fri, 1 Dec 2000 18:30:24 -0800 (PST) (envelope-from nobody) Message-Id: <200012020230.eB22UO497685@freefall.freebsd.org> Date: Fri, 1 Dec 2000 18:30:24 -0800 (PST) From: AMU3301808@MSN.COM To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/23219: Lost Connection to service.Every 10 min when I'm on iwon games Also computer don't shut down for more then 5min before cumming back on Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23219 >Category: misc >Synopsis: Lost Connection to service.Every 10 min when I'm on iwon games Also computer don't shut down for more then 5min before cumming back on >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 01 18:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Albert Murphy >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 1 18:57: 5 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE45237B400; Fri, 1 Dec 2000 18:57:03 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB22v3t00967; Fri, 1 Dec 2000 18:57:03 -0800 (PST) (envelope-from will) Date: Fri, 1 Dec 2000 18:57:03 -0800 (PST) From: Message-Id: <200012020257.eB22v3t00967@freefall.freebsd.org> To: AMU3301808@MSN.COM, will@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/23219: Lost Connection to service.Every 10 min when I'm on iwon games Also computer don't shut down for more then 5min before cumming back on Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Lost Connection to service.Every 10 min when I'm on iwon games Also computer don't shut down for more then 5min before cumming back on State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Fri Dec 1 18:56:27 PST 2000 State-Changed-Why: Bogus PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=23219 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 2 3:40: 6 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2385C37B401 for ; Sat, 2 Dec 2000 03:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2Be2w60620; Sat, 2 Dec 2000 03:40:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 024EC37B400 for ; Sat, 2 Dec 2000 03:32:46 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2BWks60330; Sat, 2 Dec 2000 03:32:46 -0800 (PST) (envelope-from nobody) Message-Id: <200012021132.eB2BWks60330@freefall.freebsd.org> Date: Sat, 2 Dec 2000 03:32:46 -0800 (PST) From: tm@uip.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/23231: driver for PCI ETHERNET ADAPTER "VT86C926" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23231 >Category: misc >Synopsis: driver for PCI ETHERNET ADAPTER "VT86C926" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 02 03:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry >Release: >Organization: Teplomer >Environment: driver for PCI ETHERNET ADAPTER "VT86C926" >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 2 4:24:44 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25E4C37B401; Sat, 2 Dec 2000 04:24:43 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2COho67157; Sat, 2 Dec 2000 04:24:43 -0800 (PST) (envelope-from roam) Date: Sat, 2 Dec 2000 04:24:43 -0800 (PST) From: Message-Id: <200012021224.eB2COho67157@freefall.freebsd.org> To: yzlai@csie.nctu.edu.tw, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/23194: kernel 4.2 Can't allocate memory resources for ida0 while booting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel 4.2 Can't allocate memory resources for ida0 while booting State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Sat Dec 2 04:23:51 PST 2000 State-Changed-Why: Originator reports src/sys/dev/ida/ida_pci.c rev. 1.7.2.3 fixes the problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=23194 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 2 5:13:15 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE8E637B400; Sat, 2 Dec 2000 05:13:13 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2DDDw72486; Sat, 2 Dec 2000 05:13:13 -0800 (PST) (envelope-from alex) Date: Sat, 2 Dec 2000 05:13:13 -0800 (PST) From: Message-Id: <200012021313.eB2DDDw72486@freefall.freebsd.org> To: w.weiland@gmx.de, alex@FreeBSD.org, freebsd-bugs@FreeBSD.org, alex@FreeBSD.org Subject: Re: bin/19529: Burning cdrom with burncd fails Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Burning cdrom with burncd fails State-Changed-From-To: open->feedback State-Changed-By: alex State-Changed-When: Sat Dec 2 05:12:13 PST 2000 State-Changed-Why: Does the problem still exist? Can you try this and tell us, if you still have the problem: http://www.deja.com/=dnc/[ST_rn=ps]/getdoc.xp?AN=672678866 Thanks Responsible-Changed-From-To: freebsd-bugs->alex Responsible-Changed-By: alex Responsible-Changed-When: Sat Dec 2 05:12:13 PST 2000 Responsible-Changed-Why: Let me deal with this http://www.freebsd.org/cgi/query-pr.cgi?pr=19529 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 2 6:50:12 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCA4C37B400 for ; Sat, 2 Dec 2000 06:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2Eo2E83630; Sat, 2 Dec 2000 06:50:02 -0800 (PST) (envelope-from gnats) Date: Sat, 2 Dec 2000 06:50:02 -0800 (PST) Message-Id: <200012021450.eB2Eo2E83630@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Michael C . Wu" Subject: Re: bin/22860: [PATCH] adduser & friends with '$' in usernames Reply-To: "Michael C . Wu" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/22860; it has been noted by GNATS. From: "Michael C . Wu" To: Gerhard Sittig Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/22860: [PATCH] adduser & friends with '$' in usernames Date: Sat, 2 Dec 2000 08:47:54 -0600 On Tue, Nov 14, 2000 at 10:01:22PM +0100, Gerhard Sittig scribbled: | | >Number: 22860 | >Category: bin | >Synopsis: [PATCH] adduser & friends with '$' in usernames | >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 Nov 14 22:00:01 PST 2000 | >Closed-Date: | >Last-Modified: | >Originator: Gerhard Sittig | >Release: FreeBSD 4.1-STABLE i386 | >Organization: | in private | >Environment: | | adduser(8), rmuser(8), pw(8) administrative commands | and usernames with non-alphanumeric characters in them Please commit this patch, we require this for I18N support. I have changes that are similiar to these changes. Then we can do other stuff that I plan to change. -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 2 7:40: 8 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A93D37B401 for ; Sat, 2 Dec 2000 07:40:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2Fe5002331; Sat, 2 Dec 2000 07:40:05 -0800 (PST) (envelope-from gnats) Received: from kiwi.ayan.net (0.ns.ayan.net [209.119.145.2]) by hub.freebsd.org (Postfix) with ESMTP id 08D4437B400 for ; Sat, 2 Dec 2000 07:30:37 -0800 (PST) Received: (from root@localhost) by kiwi.ayan.net (8.11.1/8.11.1) id eB2FU4I05293; Sat, 2 Dec 2000 10:30:04 -0500 (EST) (envelope-from ayan) Message-Id: <200012021530.eB2FU4I05293@kiwi.ayan.net> Date: Sat, 2 Dec 2000 10:30:04 -0500 (EST) From: Ayan George Reply-To: ayan@kiwi.ayan.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/23233: Reincorporate /usr/bin/error in the FreeBSD distribution. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23233 >Category: bin >Synopsis: Reincorporate /usr/bin/error in the FreeBSD distribution. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 02 07:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ayan George >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD kiwi.ayan.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Nov 30 15:43:08 EST 2000 ayan@kiwi.ayan.net:/usr/obj/usr/src/sys/NIKKI_KERNEL i386 >Description: The /usr/bin/error program should be reincorporated into the FreeBSD distribution. >How-To-Repeat: Try to run /usr/bin/error -- it isn't there. Go to: http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.bin/error/Attic/error.h and you'll notice it was removed 11 months, 3 weeks ago. >Fix: Remove it from the Attic and reincorporate it in the FreeBSD distribution. Instead of invoking error this way: make foo | error -v This way makes it seem as though it doesn't detect any errors. One must redirect stderr thusly: make foo 2>&1 | error -v It works just fine and it is incredibly useful. >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 2 7:52:17 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BED1E37B401; Sat, 2 Dec 2000 07:52:15 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2FqFI58974; Sat, 2 Dec 2000 07:52:15 -0800 (PST) (envelope-from dirk) Date: Sat, 2 Dec 2000 07:52:15 -0800 (PST) From: Message-Id: <200012021552.eB2FqFI58974@freefall.freebsd.org> To: tyeung@dciem.dnd.ca, dirk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/5803: "tab" function from "ee" not compatible with sendmail Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "tab" function from "ee" not compatible with sendmail State-Changed-From-To: feedback->closed State-Changed-By: dirk State-Changed-When: Sat Dec 2 07:51:58 PST 2000 State-Changed-Why: Feedback timeout... http://www.freebsd.org/cgi/query-pr.cgi?pr=5803 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 2 7:53: 3 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5389137B400; Sat, 2 Dec 2000 07:53:02 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2Fr2N62503; Sat, 2 Dec 2000 07:53:02 -0800 (PST) (envelope-from dirk) Date: Sat, 2 Dec 2000 07:53:02 -0800 (PST) From: Message-Id: <200012021553.eB2Fr2N62503@freefall.freebsd.org> To: john@jfive.com, dirk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/19548: DES in 3.5-RELEASE allows trailing characters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: DES in 3.5-RELEASE allows trailing characters State-Changed-From-To: feedback->closed State-Changed-By: dirk State-Changed-When: Sat Dec 2 07:52:50 PST 2000 State-Changed-Why: Feedback timeout... http://www.freebsd.org/cgi/query-pr.cgi?pr=19548 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 2 7:54: 9 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A8CA37B400; Sat, 2 Dec 2000 07:54:08 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2Fs2a63827; Sat, 2 Dec 2000 07:54:02 -0800 (PST) (envelope-from dirk) Date: Sat, 2 Dec 2000 07:54:02 -0800 (PST) From: Message-Id: <200012021554.eB2Fs2a63827@freefall.freebsd.org> To: apendleton@vgsinc.com, dirk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/14431: Network Interface Problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Network Interface Problem State-Changed-From-To: feedback->closed State-Changed-By: dirk State-Changed-When: Sat Dec 2 07:53:50 PST 2000 State-Changed-Why: Feedback timeout... http://www.freebsd.org/cgi/query-pr.cgi?pr=14431 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 2 7:54:39 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E490C37B400; Sat, 2 Dec 2000 07:54:37 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2FsbN63925; Sat, 2 Dec 2000 07:54:37 -0800 (PST) (envelope-from dirk) Date: Sat, 2 Dec 2000 07:54:37 -0800 (PST) From: Message-Id: <200012021554.eB2FsbN63925@freefall.freebsd.org> To: step@stepweb.com, dirk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/14178: FreeBSD 3.2 - Calls from CGI scripts, cron, etc... will just freeze! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD 3.2 - Calls from CGI scripts, cron, etc... will just freeze! State-Changed-From-To: feedback->closed State-Changed-By: dirk State-Changed-When: Sat Dec 2 07:54:26 PST 2000 State-Changed-Why: Feedback timeout... http://www.freebsd.org/cgi/query-pr.cgi?pr=14178 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 2 7:55:19 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1226537B400; Sat, 2 Dec 2000 07:55:18 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2FtBw64038; Sat, 2 Dec 2000 07:55:11 -0800 (PST) (envelope-from dirk) Date: Sat, 2 Dec 2000 07:55:11 -0800 (PST) From: Message-Id: <200012021555.eB2FtBw64038@freefall.freebsd.org> To: ap@noses.com, dirk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/8070: can't get a system with an NCR 810 controller installed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: can't get a system with an NCR 810 controller installed State-Changed-From-To: feedback->closed State-Changed-By: dirk State-Changed-When: Sat Dec 2 07:54:57 PST 2000 State-Changed-Why: Feedback timeout... http://www.freebsd.org/cgi/query-pr.cgi?pr=8070 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 2 12: 0: 9 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA97B37B404 for ; Sat, 2 Dec 2000 12:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2K02M96139; Sat, 2 Dec 2000 12:00:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF30837B400 for ; Sat, 2 Dec 2000 11:57:30 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB2JvUt95911; Sat, 2 Dec 2000 11:57:30 -0800 (PST) (envelope-from nobody) Message-Id: <200012021957.eB2JvUt95911@freefall.freebsd.org> Date: Sat, 2 Dec 2000 11:57:30 -0800 (PST) From: silby@silby.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/23240: Proposed enhancement to icmp/rst rate limiting code in verbosity and functionality Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23240 >Category: kern >Synopsis: Proposed enhancement to icmp/rst rate limiting code in verbosity and functionality >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 02 12:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mike Silbersack >Release: 5.0-CURRENT >Organization: >Environment: >Description: The current icmp/rst rate limiting code works well to slow the rate of outgoing RST and icmp unreachables, but has two flaws: 1. The messages generated during rate limiting are inexact and confusing to many. 2. ICMP echo and tstamp requests are not rate limited. Fixing these two flaws will allow those under attack to be more informed, and ensure that pingfloods will be less of a problem. >How-To-Repeat: >Fix: A patch is available at http://www.silby.com/patches/ratelimit-enhancement-2.patch This patch enhances the rate limiting to include echo and tstamp requests as well as provide a more verbose report of what's happening, as follows: Suppressing udp flood/scan: 212/200 pps Suppressing outgoing RST due to port scan: 202/200 pps Suppressing outgoing RST due to ACK flood: 19725/200 pps Suppressing ping flood: 230/200 pps Suppressing icmp tstamp flood: 210/200 pps Note that "port scan" and "ACK flood" are great oversimplifications. However, they are useful simplifications in that they give a good, simple explanation to what's happening for junior sysadmins. People doing investigation of a heavy DoS will have to use packet sniffers to get exact information, as before. A previous version of this patch passed a quick review by green and bosko, the only changes made were cosmetic. >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 2 18:13:52 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F238B37B400; Sat, 2 Dec 2000 18:13:50 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB32Doi43193; Sat, 2 Dec 2000 18:13:50 -0800 (PST) (envelope-from dougb) Date: Sat, 2 Dec 2000 18:13:50 -0800 (PST) From: Message-Id: <200012030213.eB32Doi43193@freefall.freebsd.org> To: richw@webcom.com, dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/23168: xconsole dumps core (XFree86 3.3.6) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xconsole dumps core (XFree86 3.3.6) State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Sat Dec 2 18:12:20 PST 2000 State-Changed-Why: You need to bring this up with the XFree folks. X is not part of the FreeBSD base system. http://www.freebsd.org/cgi/query-pr.cgi?pr=23168 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 2 19:10: 6 2000 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C68137B400 for ; Sat, 2 Dec 2000 19:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB33A2b49559; Sat, 2 Dec 2000 19:10:02 -0800 (PST) (envelope-from gnats) Date: Sat, 2 Dec 2000 19:10:02 -0800 (PST) Message-Id: <200012030310.eB33A2b49559@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Faulhaber Subject: Re: bin/23233: Reincorporate /usr/bin/error in the FreeBSD distribution. Reply-To: Chris Faulhaber Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/23233; it has been noted by GNATS. From: Chris Faulhaber To: Ayan George Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/23233: Reincorporate /usr/bin/error in the FreeBSD distribution. Date: Sat, 2 Dec 2000 22:06:41 -0500 On Sat, Dec 02, 2000 at 10:30:04AM -0500, Ayan George wrote: > > >Number: 23233 > >Category: bin > >Synopsis: Reincorporate /usr/bin/error in the FreeBSD distribution. > >Confidential: no > > >Description: > > The /usr/bin/error program should be reincorporated into the > FreeBSD distribution. > how about making it a port (like 44bsd-csh and 44bsd-more)? -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message