From owner-freebsd-bugs  Sun Apr 23  1:30: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 4842F37B8E0
	for <freebsd-bugs@FreeBSD.org>; Sun, 23 Apr 2000 01:30:00 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA96778;
	Sun, 23 Apr 2000 01:30:00 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 7208537B6C7
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Apr 2000 01:21:52 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA96186;
	Sun, 23 Apr 2000 01:21:51 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004230821.BAA96186@freefall.freebsd.org>
Date: Sun, 23 Apr 2000 01:21:51 -0700 (PDT)
From: allenc@verinet.com
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: kern/18172: Spelling error in the Advansys probe
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18172
>Category:       kern
>Synopsis:       Spelling error in the Advansys probe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 23 01:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Allen Campbell
>Release:        4.0-STABLE
>Organization:
>Environment:
FreeBSD const. 4.0-STABLE FreeBSD 4.0-STABLE #0: Sun Apr 23 00:21:05 MDT 2000 root@pragma.:/usr/src/sys/compile/CONST  i386
>Description:
adv_isa.c probe has a spelling error.
>How-To-Repeat:
Boot a GENERIC kernel, sans an Advansys device.  When the probe
fails the error message has a spelling error.
>Fix:
*** adv_isa.c.orig      Sun Apr 23 01:43:33 2000
--- adv_isa.c   Sun Apr 23 01:43:33 2000
***************
*** 124,130 ****
                if ((port_index > max_port_index)
                 || (iobase != adv_isa_ioports[port_index])) {
                        printf("adv%d: Invalid baseport of 0x%lx specified. "
!                               "Neerest valid baseport is 0x%x.  Failing "
                                "probe.\n", device_get_unit(dev), iobase,
                                (port_index <= max_port_index) ?
                                        adv_isa_ioports[port_index] :
--- 124,130 ----
                if ((port_index > max_port_index)
                 || (iobase != adv_isa_ioports[port_index])) {
                        printf("adv%d: Invalid baseport of 0x%lx specified. "
!                               "Nearest valid baseport is 0x%x.  Failing "
                                "probe.\n", device_get_unit(dev), iobase,
                                (port_index <= max_port_index) ?
                                        adv_isa_ioports[port_index] :


>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 Apr 23  1:30: 8 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 4889C37B90F
	for <freebsd-bugs@FreeBSD.org>; Sun, 23 Apr 2000 01:30:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA96787;
	Sun, 23 Apr 2000 01:30:00 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id E5AEF37B6C7
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Apr 2000 01:28:47 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA96680;
	Sun, 23 Apr 2000 01:28:47 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004230828.BAA96680@freefall.freebsd.org>
Date: Sun, 23 Apr 2000 01:28:47 -0700 (PDT)
From: allenc@verinet.com
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: misc/18173: Spelling error in bsd.kern.mk
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18173
>Category:       misc
>Synopsis:       Spelling error in bsd.kern.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 23 01:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Allen Campbell
>Release:        4.0-STABLE
>Organization:
>Environment:
FreeBSD const. 4.0-STABLE FreeBSD 4.0-STABLE #0: Sun Apr 23 00:21:05 MDT 2000     root@pragma.:/usr/src/sys/compile/CONST  i386
>Description:
bsd.kern.mk contains a spelling error
>How-To-Repeat:
I've done it a thousand times myself.  Loose means floppy or
untight. :)  Lose is `to suffer deprivation of'.  Read the comments
in bsd.kern.mk and witness the loose lose.
>Fix:
*** bsd.kern.mk.orig    Sun Apr 23 01:43:33 2000
--- bsd.kern.mk Sun Apr 23 01:43:33 2000
***************
*** 23,29 ****
  # 2.95 adds code to the entry and exit point of every function to align the
  # stack to 16-byte boundaries -- thus wasting approximately 12 bytes of stack
  # per function call.  While the 16-byte alignment may benefit micro benchmarks, 
! # it is probably an overall loose as it makes the code bigger (less efficient
  # use of code cache tag lines) and uses more stack (less efficient use of data
  # cache tag lines)
  #
--- 23,29 ----
  # 2.95 adds code to the entry and exit point of every function to align the
  # stack to 16-byte boundaries -- thus wasting approximately 12 bytes of stack
  # per function call.  While the 16-byte alignment may benefit micro benchmarks, 
! # it is probably an overall lose as it makes the code bigger (less efficient
  # use of code cache tag lines) and uses more stack (less efficient use of data
  # cache tag lines)
  #


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sun Apr 23  2:11:34 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6F47437B622; Sun, 23 Apr 2000 02:11:33 -0700 (PDT)
	(envelope-from phk@FreeBSD.org)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id CAA00706;
	Sun, 23 Apr 2000 02:11:33 -0700 (PDT)
	(envelope-from phk@FreeBSD.org)
Date: Sun, 23 Apr 2000 02:11:33 -0700 (PDT)
From: <phk@FreeBSD.org>
Message-Id: <200004230911.CAA00706@freefall.freebsd.org>
To: allenc@verinet.com, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject: Re: kern/18172: Spelling error in the Advansys probe
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: Spelling error in the Advansys probe

State-Changed-From-To: open->closed
State-Changed-By: phk
State-Changed-When: Sun Apr 23 02:11:24 PDT 2000
State-Changed-Why: 
fixed.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sun Apr 23  3:26:19 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id BE05137B64F; Sun, 23 Apr 2000 03:26:15 -0700 (PDT)
	(envelope-from brian@FreeBSD.org)
Received: (from brian@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id DAA05871;
	Sun, 23 Apr 2000 03:26:15 -0700 (PDT)
	(envelope-from brian@FreeBSD.org)
Date: Sun, 23 Apr 2000 03:26:15 -0700 (PDT)
From: <brian@FreeBSD.org>
Message-Id: <200004231026.DAA05871@freefall.freebsd.org>
To: john_163@hotmail.com, brian@FreeBSD.org,
	freebsd-bugs@FreeBSD.org, brian@FreeBSD.org
Subject: Re: i386/18161: Sistem freezes on ppp
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: Sistem freezes on ppp

State-Changed-From-To: open->feedback
State-Changed-By: brian
State-Changed-When: Sun Apr 23 03:23:37 PDT 2000
State-Changed-Why: 
This PR needs far more information.  Does your machine hang when you open
the com port with other programs ?  Is your modem a real modem ?  Is your
modem getting probed correctly ?  Is your modem PnP ?  Has your modem got its
own IRQ ?


Responsible-Changed-From-To: freebsd-bugs->brian
Responsible-Changed-By: brian
Responsible-Changed-When: Sun Apr 23 03:23:37 PDT 2000
Responsible-Changed-Why: 
Ppp's mine


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sun Apr 23  5:40: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id A905137B76C
	for <freebsd-bugs@FreeBSD.org>; Sun, 23 Apr 2000 05:40:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id FAA24502;
	Sun, 23 Apr 2000 05:40:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 2BE2B37B622
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Apr 2000 05:39:22 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id FAA24453;
	Sun, 23 Apr 2000 05:39:22 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004231239.FAA24453@freefall.freebsd.org>
Date: Sun, 23 Apr 2000 05:39:22 -0700 (PDT)
From: pekkas@netcore.fi
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: misc/18175: strtok(3) example doesn't work.
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18175
>Category:       misc
>Synopsis:       strtok(3) example doesn't work.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 23 05:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Pekka Savola
>Release:        3.4-STABLE
>Organization:
-
>Environment:
FreeBSD gap.tky.hut.fi 3.4-STABLE FreeBSD 3.4-STABLE #2: Sat Jan  8 10:39:13 EET 2000     root@gap.tky.hut.fi:/usr/src/sys/compile/OW  i386
>Description:
1) The code example in strtok(3) man page does not compile at all.  

2) Also, this
strcpy(test, "This;is.a:test:of=the/string\tokenizer-function.");
   should probably be 
strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function.");

3) Also, there is a problem with the idea behind it; code like:
---
     for (word = strtok_r(test, sep, &brkt);
          word;
          word = strtok_r(NULL, sep, &brkt))
     {
--- 
Just loops the first token forever.  


>How-To-Repeat:
1) 
Copy the code into a .c file and add a few includes (stdlib.h, string.h).  Compiling it, 
you get:
---
d.c:21: unterminated string or character constant
d.c:21: possible real start of unterminated constant
---
[ which is line 'printf("So far we're at %s:%s0, word, phrase);' ]
---

2) and later, after fixing that:
---
d.c:7: warning: unknown escape sequence `\/'
---
[ which is line 'char *sep = "\/:;=-";' ]

3) the output is like:
---
So far we're at This:blah0So far we're at This:blat0So far we're at This:blab0So far we're at This:blag0So far we're at is.a:blah0So
[ goes on ]
Which is probably not what we want ("This" is always the same).


>Fix:
1) change 
printf("So far we're at %s:%s0, word, phrase)
   to 
printf("So far we're at %s:%s\n", word, phrase)
[0 also changed to \n for readability ]

  change
char *sep = "\/:;=-";
  to
char *sep = "\\/:;=-";


2) replace
strcpy(test, "This;is.a:test:of=the/string\tokenizer-function.");
   with 
strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function.");

3) The whole example would probably have to be re-thought.  
for-loops could be replaced with, for example, structure like:
-----
if ((word = strtok_r(test, sep, &brkb )) != NULL) {
  while ((word = strtok_r(NULL, sep, &brkb )) != NULL) {
     xxxx
  }
}
However, I'm not a programmer, so I'm not sure if this is a working/best 
approach.


>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 Apr 23  7:30: 4 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 9B67337B839
	for <freebsd-bugs@FreeBSD.org>; Sun, 23 Apr 2000 07:30:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id HAA04212;
	Sun, 23 Apr 2000 07:30:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from rhenium.btinternet.com (rhenium.btinternet.com [194.73.73.93])
	by hub.freebsd.org (Postfix) with ESMTP id 5DD4837B595
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Apr 2000 07:20:26 -0700 (PDT)
	(envelope-from mark@ukug.uk.freebsd.org)
Received: from [213.1.166.43] (helo=parish.my.domain)
	by protactinium with esmtp (Exim 2.05 #1)
	id 12jArz-0006bk-00
	for FreeBSD-gnats-submit@freebsd.org; Sun, 23 Apr 2000 02:07:32 +0100
Received: (from root@localhost)
	by parish.my.domain (8.9.3/8.9.3) id CAA21275;
	Sun, 23 Apr 2000 02:07:44 +0100 (BST)
	(envelope-from mark)
Message-Id: <200004230107.CAA21275@parish.my.domain>
Date: Sun, 23 Apr 2000 02:07:44 +0100 (BST)
From: Mark Ovens <mark@ukug.uk.freebsd.org>
Reply-To: Mark Ovens <mark@ukug.uk.freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: bin/18176: [PATCH] Fix for bug in -c option of pkg_version
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18176
>Category:       bin
>Synopsis:       [PATCH] Fix for bug in -c option of pkg_version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 23 07:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mark Ovens
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

	
FreeBSD parish 4.0-STABLE FreeBSD 4.0-STABLE #1: Sat Mar 18 18:53:40 GMT 2000     mark@parish:/usr/src/sys/compile/PARISH  i386

>Description:

	When using the -c option to pkg_version if a package is
	"unknown in the index" it generates commands to build the
	wrong port, e.g.:

		#
		#  mozilla-fonts
		#  unknown in index
		#
		cd /usr/ports/lang/modula-3-lib
		make && pkg_delete -f mozilla-fonts-1.0
		make install



>How-To-Repeat:

	pkg_version -c

>Fix:


*** pkg_version.orig	Fri Apr  7 03:27:17 2000
--- pkg_version	Fri Apr  7 03:28:23 2000
***************
*** 259,264 ****
--- 259,265 ----
  	}
      }
      else {
+ 	next if $ShowCommandsFlag;
  	$versionCode = "?";
  	$Comment = "unknown in index";
      }


>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 Apr 23  9:32:51 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3D0FA37B558; Sun, 23 Apr 2000 09:32:49 -0700 (PDT)
	(envelope-from mpp@FreeBSD.org)
Received: (from mpp@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id JAA15923;
	Sun, 23 Apr 2000 09:32:49 -0700 (PDT)
	(envelope-from mpp@FreeBSD.org)
Date: Sun, 23 Apr 2000 09:32:49 -0700 (PDT)
From: <mpp@FreeBSD.org>
Message-Id: <200004231632.JAA15923@freefall.freebsd.org>
To: allenc@verinet.com, mpp@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject: Re: misc/18173: Spelling error in bsd.kern.mk
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: Spelling error in bsd.kern.mk

State-Changed-From-To: open->closed
State-Changed-By: mpp
State-Changed-When: Sun Apr 23 09:32:34 PDT 2000
State-Changed-Why: 
Fixed, thanks!


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sun Apr 23 10:25:46 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id B23E337B987; Sun, 23 Apr 2000 10:25:43 -0700 (PDT)
	(envelope-from nrahlstr@FreeBSD.org)
Received: (from nrahlstr@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id KAA23656;
	Sun, 23 Apr 2000 10:25:43 -0700 (PDT)
	(envelope-from nrahlstr@FreeBSD.org)
Date: Sun, 23 Apr 2000 10:25:43 -0700 (PDT)
From: <nrahlstr@FreeBSD.org>
Message-Id: <200004231725.KAA23656@freefall.freebsd.org>
To: asaddi@philosophysw.com, nrahlstr@FreeBSD.org,
	freebsd-bugs@FreeBSD.org
Subject: Re: i386/18162: APM: Add flag to disable timer-based BIOS requests [PATCH]
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: APM: Add flag to disable timer-based BIOS requests [PATCH]

State-Changed-From-To: open->closed
State-Changed-By: nrahlstr
State-Changed-When: Sun Apr 23 10:25:13 PDT 2000
State-Changed-Why: 
Closed at submitters request.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sun Apr 23 14:50: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id CBA6C37B624
	for <freebsd-bugs@FreeBSD.org>; Sun, 23 Apr 2000 14:50:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id OAA47531;
	Sun, 23 Apr 2000 14:50:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from vortex.jcmax.com (vortex.jcmax.com [204.69.248.1])
	by hub.freebsd.org (Postfix) with ESMTP id 09E0D37BA79
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Apr 2000 14:48:05 -0700 (PDT)
	(envelope-from cr@jcmax.com)
Received: from plasma.jcmax.com (plasma.jcmax.com [204.69.248.13])
	by vortex.jcmax.com (8.9.3/8.9.3) with ESMTP id RAA06845
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Apr 2000 17:48:04 -0400 (EDT)
	(envelope-from cr@jcmax.com)
Received: (from cr@localhost)
	by plasma.jcmax.com (8.9.3/8.9.3) id RAA26544;
	Sun, 23 Apr 2000 17:48:03 -0400 (EDT)
	(envelope-from cr@jcmax.com)
Message-Id: <200004232148.RAA26544@plasma.jcmax.com>
Date: Sun, 23 Apr 2000 17:48:03 -0400 (EDT)
From: Cyrus Rahman <cr@jcmax.com>
Reply-To: cr@jcmax.com
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: bin/18181: Getty can fail to observe :de: specification unless present in default
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18181
>Category:       bin
>Synopsis:       Getty can fail to observe :de: specification unless present in default
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 23 14:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Cyrus Rahman
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:
>Description:

Getty does not process the :de: delay unless it is present in the default
terminal class.  This is somewhat annoying, since a 15 second delay can be
most useful with a modem, but is generally unappreciated on the console.

Here's what happens:

As getty enters its main loop, it encounters the following code:

		/*
		 * if a delay was specified then sleep for that 
		 * number of seconds before writing the initial prompt
		 */
		if (first_sleep && DE) {
		    sleep(DE);
		    /* remove any noise */
		    (void)tcflush(STDIN_FILENO, TCIOFLUSH);
		}
		first_sleep = 0;

		setttymode(tname, 0);

Until the setttymode(), only the default gettytab terminal class has been loaded.
Setttymode() contains the following code:

	gettable(tname, tabent);
	if (OPset || EPset || APset)
		APset++, OPset++, EPset++;
	setdefaults();

After which the correct terminal class is loaded.


>How-To-Repeat:

Set up hylafax to run a getty(8) upon detection of a data call, invoking getty
via "dly.152000 -", where the dly.152000 class has a non-null de field value.
Watch the connection process and observe that getty did not wait as required.
Notice that for once this bug isn't in hylafax.

>Fix:

Initializing the global class values from within setttymode() is not very pretty,
but was put there to move the tty-mode specific processing of the APset and other
flags there.

Gettable() should be moved to the top of the main loop, followed by a setdefaults().

>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 Apr 23 21:20: 5 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id ADDCB37B55B
	for <freebsd-bugs@FreeBSD.org>; Sun, 23 Apr 2000 21:20:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id VAA80176;
	Sun, 23 Apr 2000 21:20:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 1FAD837B7BA
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Apr 2000 21:12:35 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id VAA79690;
	Sun, 23 Apr 2000 21:12:34 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004240412.VAA79690@freefall.freebsd.org>
Date: Sun, 23 Apr 2000 21:12:34 -0700 (PDT)
From: satz@iranger.com
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: i386/18185: Adaptec 3950U2 errors during boot/probe
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18185
>Category:       i386
>Synopsis:       Adaptec 3950U2 errors during boot/probe
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 23 21:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Greg Satz
>Release:        3.4-stable
>Organization:
>Environment:
FreeBSD fnu.iranger.com 3.4-STABLE FreeBSD 3.4-STABLE #44: Sun Apr 23 00:22:59 MDT 2000     root@fnu.iranger.com:/usr/src/sys/compile/FNU  i386
>Description:
Using a Tyan Tempest II (S1462) MB, upon booting up a 3.4-stable (or 4.0-release
for that matter) kernel, I get the following error messages:

Data Parity Error detected during address or write data phase
(probe14:ahc1:0:0:0) SCB 0xe timed out while idle, SEQADDR == 0x159
Queuing BDR SCB

Both of these messages are duplicated one for ahc1 and ahc2. The S1462 MB is a combo EISA/PCI
MB. ahc0 is an adaptec 1742 controller (eisa).
>How-To-Repeat:
Boot with card installed
>Fix:
This might be a bad 3950U2 controller card but it could be a motherboard incompatibility or a software
issue.

>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 Apr 24  3:30: 5 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0A07B37B9D7
	for <freebsd-bugs@FreeBSD.org>; Mon, 24 Apr 2000 03:30:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id DAA20420;
	Mon, 24 Apr 2000 03:30:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from camel.ck.tp.edu.tw (camel.ck.tp.edu.tw [203.64.26.1])
	by hub.freebsd.org (Postfix) with ESMTP id 1412737BA82
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Apr 2000 03:20:13 -0700 (PDT)
	(envelope-from kcwu@camel.ck.tp.edu.tw)
Received: (from kcwu@localhost)
	by camel.ck.tp.edu.tw (8.9.3/8.9.3) id SAA07197;
	Mon, 24 Apr 2000 18:19:51 +0800 (CST)
	(envelope-from kcwu)
Message-Id: <200004241019.SAA07197@camel.ck.tp.edu.tw>
Date: Mon, 24 Apr 2000 18:19:51 +0800 (CST)
From: Kuang-che Wu <kcwu@camel.ck.tp.edu.tw>
Reply-To: kcwu@camel.ck.tp.edu.tw
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: bin/18191: pac core dumped
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18191
>Category:       bin
>Synopsis:       pac core dumped without set /etc/printcap
>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 Apr 24 03:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Kuang-che Wu
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Chien-kuo Senior High School
>Environment:

FreeBSD camel.ck.tp.edu.tw 4.0-STABLE FreeBSD 4.0-STABLE #0: Sat Apr 22 08:20:49
 CST 2000     root@camel.ck.tp.edu.tw:/usr/local/bsdsrc/sys/compile/camel  i386

>Description:

If "af=" field not set in /etc/printcap,
run /usr/sbin/pac will get core dumped

NOTE: this problem exists in every version of FreeBSD

>How-To-Repeat:

# pac
Segmentation fault (core dumped)

>Fix:

--- /usr/src/usr.sbin/lpr/pac/pac.c.orig	Mon Apr 24 18:02:20 2000
+++ /usr/src/usr.sbin/lpr/pac/pac.c	Mon Apr 24 18:09:39 2000
@@ -180,6 +180,11 @@
 		exit(2);
 	}
 
+	if (acctfile == NULL) {
+		printf("pac: acct.file of printer %s didn't set in printcap\n", 
+		printer);
+		exit(1);
+	}
 	if ((acct = fopen(acctfile, "r")) == NULL) {
 		perror(acctfile);
 		exit(1);
@@ -453,10 +458,12 @@
 	acctfile = pp->acct_file;
 	if (!pflag && pp->price100)
 		price = pp->price100/10000.0;
-	sumfile = (char *) calloc(sizeof(char), strlen(acctfile)+5);
-	if (sumfile == NULL)
-		errx(1, "calloc failed");
-	strcpy(sumfile, acctfile);
-	strcat(sumfile, "_sum");
+	if (acctfile) {
+		sumfile = (char *) calloc(sizeof(char), strlen(acctfile)+5);
+		if (sumfile == NULL)
+			errx(1, "calloc failed");
+		strcpy(sumfile, acctfile);
+		strcat(sumfile, "_sum");
+	}
 	return(1);
 }



>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 Apr 24  7:28:11 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id D413937B579; Mon, 24 Apr 2000 07:28:09 -0700 (PDT)
	(envelope-from wilko@FreeBSD.org)
Received: (from wilko@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id HAA46001;
	Mon, 24 Apr 2000 07:28:09 -0700 (PDT)
	(envelope-from wilko@FreeBSD.org)
Date: Mon, 24 Apr 2000 07:28:09 -0700 (PDT)
From: <wilko@FreeBSD.org>
Message-Id: <200004241428.HAA46001@freefall.freebsd.org>
To: wkb@chello.nl, wilko@FreeBSD.org, freebsd-bugs@FreeBSD.org,
	marcel@FreeBSD.org
Subject: Re: i386/17984: coredumps due to incorrect FP handling
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: coredumps due to incorrect FP handling

State-Changed-From-To: closed->open
State-Changed-By: wilko
State-Changed-When: Mon Apr 24 07:22:56 PDT 2000
State-Changed-Why: 
I've exchanged private email with Marcel., the 'owner' of the
Linuxulator. He told me he plans to fix the Linuxulator for this problem.
But he is waiting for his network/machine infrastructure to arrive in his
new home in Ca. 

The patch listed in this PR is not the right thing to do in general, a fix
in the Linux compatibility code is. Until Marcel gets time to do his thing
the patch will get you things like Acrobat4 working (it does for me). 

Wilko


Responsible-Changed-From-To: freebsd-bugs->marcel
Responsible-Changed-By: wilko
Responsible-Changed-When: Mon Apr 24 07:22:56 PDT 2000
Responsible-Changed-Why: 
Marcel wants to fix this in the Linuxulator


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24  8:10: 5 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 3D84F37BB45
	for <freebsd-bugs@FreeBSD.org>; Mon, 24 Apr 2000 08:10:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id IAA51642;
	Mon, 24 Apr 2000 08:10:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from picalon.gun.de (picalon.gun.de [192.109.159.1])
	by hub.freebsd.org (Postfix) with ESMTP id BBF1C37BB42
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 24 Apr 2000 08:00:25 -0700 (PDT)
	(envelope-from andreas@klemm.gtn.com)
Received: (from uucp@localhost)
	by picalon.gun.de (8.9.3/8.9.3) id RAA17642
	for FreeBSD-gnats-submit@FreeBSD.org; Mon, 24 Apr 2000 17:00:23 +0200 (MET DST)
Message-Id: <200004241449.QAA78264@klemm.gtn.com>
Date: Mon, 24 Apr 2000 16:49:10 +0200 (CEST)
From: andreas@klemm.gtn.com
Reply-To: andreas@klemm.gtn.com
To: FreeBSD-gnats-submit@FreeBSD.org
X-Send-Pr-Version: 3.2
Subject: bin/18198: owner of control file in spool dir is wrong when printing from remote
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18198
>Category:       bin
>Synopsis:       owner of ccontrol file in spool dir is wrong if remote printing
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 24 08:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Klemm
>Release:        FreeBSD-5.0
>Organization:
FreeBSD
>Environment:

FreeBSD titan.klemm.gtn.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Apr 21 19:59:37 CEST 2000     root@titan.klemm.gtn.com:/usr/src/sys/compile/TITAN  i386

>Description:

lineprinter input filter is not able anymore to read control file
of a print job, because control and data file have wrong owner.

apsfilter needs some informations from the cf and fails now
when printing over network via lpd.

This comes up because the permissions of control and data file
are restrictive (660) (has this changed last recently ??)

This bug shows up only when a print job came from remote over
network via lpd protocol.

>How-To-Repeat:

install apsfilter as magic print filter, which needs to read some
data from the control file of the print job.

Try to print from a remote machine via lpd, this can be a Unix or
NT print client.

Enable debugging in apsfilter (set -x) and write out information
of the id command to /tmp/apsfilter.id, to record the uid and gid under
that the input filter runs.

Result:
	- input filter runs under these ids:
		 uid=1(daemon) gid=0(wheel) groups=0(wheel)
	- logfile shows this error:
		egrep: /var/spool/lpd/printer1-stcolor-a4-raw/\
		cfA796salome.klemm.gtn.com: Permission denied

Now have a look at the permission of print files in the printers spool dir
when starting a local print job, compared to a remote print session:

a) remote print job - apsfilter fails to open the file

root@titan{596} $ ll
total 46
-rw-r--r--  1 root  daemon      0 Apr 24 15:35 acct
-r--r--r--  1 root  daemon  17952 Apr 24 15:35 apsfilterrc
-rw-rw----  1 root  daemon     58 Apr 24 16:15 cfA796salome.klemm.gtn.com
 ^^ ^^        ^^^^  ^^^^^^
-rw-rw----  1 root  daemon  18107 Apr 24 16:15 dfA796SALOME
-rw-rw-r--  1 root  daemon     33 Apr 24 16:15 lock
-rw-r--r--  1 root  daemon   7111 Apr 24 16:15 log
-rw-rw-r--  1 root  daemon     26 Apr 24 16:15 status

b) local print job - apsfilter is able to read the file

root@titan{614} $ ll
total 33
-rw-r----x  1 root    daemon      4 Apr 24 16:18 .seq
-rw-r--r--  1 root    daemon      0 Apr 24 15:35 acct
-r--r--r--  1 root    daemon  17952 Apr 24 15:35 apsfilterrc
-rw-rw----  1 daemon  daemon    129 Apr 24 16:18 cfA000titan.klemm.gtn.com
 ^^ ^^        ^^^^  ^^^^^^
-rw-rw----  1 root    daemon   1598 Apr 24 16:18 dfA000titan.klemm.gtn.com
-rw-rw-r--  1 root    daemon     32 Apr 24 16:18 lock
-rw-r--r--  1 root    daemon   9160 Apr 24 16:18 log
-rw-rw-r--  1 root    daemon     25 Apr 24 16:18 status

>Fix:

Don't remember the behaviour before. All I can say, that ~ a month
ago my wife was able to print this way until something changed.
Possibly some security fixes ;-)

Fix would be to 
1. change owner of control file to daemon as it is when printing locally
2. change the permissions of the control file from 660 to 664

I'd vote for 2. since I have still security problems with apsfilter
I want to try to solve with a wrapper script.
This wrapper should try to execute the apsfilter script either 
	- under the permissions of the owner of the print job
	- under the user nobody

For this purpose 664 would be really good for the control file only !!!


>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 Apr 24  9: 0: 5 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id A307337B505
	for <freebsd-bugs@FreeBSD.org>; Mon, 24 Apr 2000 09:00:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id JAA58035;
	Mon, 24 Apr 2000 09:00:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 24 Apr 2000 09:00:03 -0700 (PDT)
Message-Id: <200004241600.JAA58035@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Rainer Duffner <duffner@fh-konstanz.de>
Subject: Re: bin/10553: syslogd suddenly stopped logging
Reply-To: Rainer Duffner <duffner@fh-konstanz.de>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR bin/10553; it has been noted by GNATS.

From: Rainer Duffner <duffner@fh-konstanz.de>
To: freebsd-gnats-submit@FreeBSD.org, token@mayn.de
Cc:  
Subject: Re: bin/10553: syslogd suddenly stopped logging
Date: Mon, 24 Apr 2000 17:54:50 +0200

 Hi,
 
 I have this on a a 3.4-stable machine, too.
 It logs, and suddenly stopps logging after some time.
 
 truss -o out-log logger Hallo
 
 tells me, at the end:
 
 syscall sendto(0x1,0xbfbfcf78,0x1f,0x0,0x0,0x0)
         errno 55 'No buffer space available'
 syscall close(1)
         returns 0 (0x0)
 syscall socket(0x1,0x2,0x0)
         returns 1 (0x1)
 syscall fcntl(0x1,0x2,0x1)
         returns 0 (0x0)
 syscall connect(0x1,0xbfbfcab4,0x6a)
         returns 0 (0x0)
 syscall sendto(0x1,0xbfbfcf78,0x1f,0x0,0x0,0x0)
         errno 55 'No buffer space available'
 syscall sigprocmask(0x1,0xfffef8cf)
 
 When I kill it and restart it, it works again, for some
 days.
 The machine is accepting logs from remote machines (if it is logging
 at all, that is).
 
 
 cheers,
 Rainer
 --  
 ========================================
  Rainer Duffner , Konstanz, Germany
  eMail:  duffner@fh-konstanz.de
        rainer.duffner@surf24.de
  www: http://www-stud.fh-konstanz.de
         M.I.C.R.O.S.O.F.T.
  Most Intelligent Customers Realize:
  Our Software Only Fools Teenagers
 ========================================
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24  9:53:54 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from teapot.egroups.net (teapot.egroups.net [63.204.207.250])
	by hub.freebsd.org (Postfix) with SMTP id 7191A37B9A5
	for <freebsd-bugs@freebsd.org>; Mon, 24 Apr 2000 09:53:52 -0700 (PDT)
	(envelope-from dwhite@egroups.net)
Received: (qmail 11625 invoked from network); 24 Apr 2000 16:53:50 -0000
Received: from tbone.egroups.net (192.168.2.235)
  by teapot.egroups.net with SMTP; 24 Apr 2000 16:53:50 -0000
Received: from localhost (dwhite@localhost)
	by tbone.egroups.net (8.9.3/8.9.3) with ESMTP id JAA57552;
	Mon, 24 Apr 2000 09:53:50 -0700 (PDT)
	(envelope-from dwhite@egroups.net)
X-Authentication-Warning: tbone.egroups.net: dwhite owned process doing -bs
Date: Mon, 24 Apr 2000 09:53:49 -0700 (PDT)
From: Doug White <dwhite@egroups.net>
Reply-To: dwhite@egroups.net
To: oogali@intranova.net, freebsd-bugs@freebsd.org
Subject: misc/17737: need patch separately
Message-ID: <Pine.BSF.4.10.10004240950550.57502-100000@tbone.egroups.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Hello,

I need a copy of the patch attached to pr 17737 outside of the GNATS
system so I can apply it.

In general, I like the patch, but I do question the init/oinit handling.
It appears the crunch.conf was rewired to compile both in, which seems
wrong since the code to include it into the crunch.conf from build is
(probably) still present.  

Otherwise everything else looks good.

-- 
Doug White                    | eGroups Operations
Internet:  dwhite@egroups.net | http://www.egroups.com/




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24 10: 8:56 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7F77137BB1B; Mon, 24 Apr 2000 10:08:55 -0700 (PDT)
	(envelope-from dfr@FreeBSD.org)
Received: (from dfr@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id KAA65530;
	Mon, 24 Apr 2000 10:08:54 -0700 (PDT)
	(envelope-from dfr@FreeBSD.org)
Date: Mon, 24 Apr 2000 10:08:54 -0700 (PDT)
From: <dfr@FreeBSD.org>
Message-Id: <200004241708.KAA65530@freefall.freebsd.org>
To: grog@lemis.com, dfr@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject: Re: bin/9214: kldload(8) error messages are inadequate and misleading
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: kldload(8) error messages are inadequate and misleading

State-Changed-From-To: open->closed
State-Changed-By: dfr
State-Changed-When: Mon Apr 24 10:08:28 PDT 2000
State-Changed-Why: 
Fixed in link_elf.c revision 1.25


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24 11: 4:31 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 64ABB37BC8D
	for <freebsd-bugs@freebsd.org>; Mon, 24 Apr 2000 11:00:21 -0700 (PDT)
	(envelope-from owner-bugmaster@freebsd.org)
Received: (from peter@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id LAA72068
	for freebsd-bugs@freebsd.org; Mon, 24 Apr 2000 11:00:11 -0700 (PDT)
	(envelope-from owner-bugmaster@freebsd.org)
Date: Mon, 24 Apr 2000 11:00:11 -0700 (PDT)
Message-Id: <200004241800.LAA72068@freefall.freebsd.org>
X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f
From: FreeBSD bugmaster <bugmaster@freebsd.org>
To: FreeBSD bugs list <freebsd-bugs@freebsd.org>
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/07/03] kern/4021   peter    Local mount of a local NFS exported direc
o [1997/07/31] kern/4200   peter    NFS: "vm_fault: fault on nofault entry" w
o [1997/10/01] kern/4673            Two panics, now crash dumps, always in re
o [1997/11/24] bin/5139             portmap does not find interfaces correctl
o [1997/12/21] kern/5355            Fix for NULLFS problems
o [1998/02/03] kern/5641   peter    running processes at the IDLE priority (i
o [1998/02/10] kern/5703            CDROM Media Error triggers complete syste
o [1998/03/23] bin/6121    peter    gethostbyname(3) no longer returns NO_DAT
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
f [1998/09/14] kern/7927   n_hibma  Fatal trap 12: page fault while in kernel
o [1998/09/28] kern/8074   se       CAM rescan operation fatal
o [1998/10/03] gnu/8138    obrien   gcc -pipe xxx.s hangs
f [1998/10/06] i386/8179            Install failure with motherbord using SIS
f [1998/10/08] i386/8214   n_hibma  Install 3.0-19981006-BETA fails
a [1998/11/08] ports/8609  nectar   eklogin service (kerberos klogind) fails 
f [1998/11/12] i386/8673            bug in vm_page_alloc_contig()
o [1998/11/24] bin/8829             bug in innetgr (was: Fix port: security/s
f [1998/11/25] kern/8861   n_hibma  under heavy (multi interface) traffic ep0
f [1998/12/09] kern/9036            Boot 3.0-Release hangs with BT-445S after
a [1999/01/05] kern/9334   n_hibma  cp fails for 2048 Bytes/sector media
o [1999/02/19] kern/10166           panic during heavy sio i/o;no coproc; ves
o [1999/02/20] kern/10172           panic: cannot allocate pipe - out of kvm
o [1999/02/23] kern/10224           panic: pipeinit: cannot allocate pipe -- 
s [1999/02/26] kern/10281           Crash of 3.1-STABLE system due to scsi er
o [1999/02/26] i386/10282           PCMCIA problems in 3.1-RELEASE?
o [1999/03/01] kern/10332  gibbs    System freezes during certain SCSI activi
a [1999/03/01] bin/10344   fenner   Core dump in gethostbyaddr for 199.93.70.
o [1999/03/05] kern/10397           3.1R page fault while in kernel mode, fro
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           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/12] misc/10566  obrien   patch dhcpc problem on /etc/pccard_ether
o [1999/03/17] kern/10636           ipfw problems
o [1999/03/19] i386/10683           I have a buslogic BT-948 FW controller. W
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/29] kern/10866           ahc2740 panic
o [1999/03/30] kern/10872           Panic in sorecieve() due to NULL mbuf poi
o [1999/04/05] kern/10959           3.1-STABLE crashes due to a floppy mount 
o [1999/04/05] ports/10965 obrien   lcc-3.6 unable to compile anything
o [1999/04/13] kern/11112           Amanda on FreeBSD can wipe the _next_ tap
o [1999/04/17] kern/11196  n_hibma  kernel mode page fault
o [1999/04/19] kern/11226           Invalid files on disk after fsync
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/22] i386/11278           FreeBSD Version 3.1 reboots repeatedly (c
o [1999/04/23] i386/11298           Enabling IDE DMA on Opti Viper-M crashes 
o [1999/04/26] kern/11330           page fault in generic_bzero
o [1999/04/26] i386/11349           Error Mounting /dev/wd0s1 on dist during 
o [1999/04/27] kern/11351           system reboot for error with popper and d
o [1999/05/01] kern/11434           can't boot from wd0s2a
o [1999/05/04] i386/11488           Error while starting FreeBSD
o [1999/05/10] kern/11629           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
f [1999/05/17] bin/11744            perllib fails to build
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
o [1999/06/02] kern/11993           panic: getnewbuf: inconsistent EMPTY queu
f [1999/06/05] kern/12041  n_hibma  Crashes on startup if Zip drive is switch
o [1999/06/06] conf/12050           No /sbin/init on fixit flop
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/15] kern/12233           Fvwm2 causes FreeBSD-current to hang or r
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] misc/12390           Installation hangs during extraction
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
o [1999/07/21] misc/12743           Cannot boot the 3.2 floppies
o [1999/08/02] misc/12923           Installation fails on HP Net Server
f [1999/08/04] kern/12980           NetGear Dec 21140AF Ethernet Card unrecog
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/07] bin/13615            awk corrupts the memory arena when OFMT i
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/17] i386/13797           SMP/NFS panics on 3.3-RC
o [1999/09/19] i386/13817           system reboot
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
o [1999/10/17] i386/14373           Error while booting from floppy disk
o [1999/10/24] i386/14492           FreeBSD won't install/work with an Asus S
o [1999/10/25] kern/14510           kernel panic while pressing <Ctrl><Alt><S
o [1999/10/26] kern/14547           FreeBSD 3.3 box repeated crashes
o [1999/10/27] bin/14568            page fault while using 'dagrab'
o [1999/10/29] i386/14594           Get EXIT ON SIGNAL 8 FLOATING POINT EXCEP
o [1999/10/30] kern/14614           VM DoS attack (with exploit attached)
o [1999/11/04] ports/14710 swallace Magic VLSI Cad program won't work
o [1999/11/06] kern/14751           SMP system crash while running make world
o [1999/11/11] kern/14837           the booter say me "Invalied kernel."
o [1999/11/16] kern/14919           Soft deps blowup with panic allocdirect_c
o [1999/11/20] kern/15013           SMP Panic on Dell PowerEdge 1300/600
o [1999/11/21] kern/15019           Problems with rl driver.
o [1999/11/22] i386/15040           Installation problems with 3.x FreeBSD
f [1999/11/23] kern/15069  gibbs    T400s hangs on any access
o [1999/11/25] bin/15088   peter    Sendmail patch
o [1999/11/27] i386/15125           Fatal trap 12: page  fault while in kerne
o [1999/11/29] kern/15164           rl0 driver, "no free buffer space avalaib
o [1999/12/05] kern/15281           Please fix handling Ross(?) host to PCI b
o [1999/12/08] kern/15356           ahc driver (Adaptec 7896) cannot see 4x18
s [1999/12/13] kern/15472           bug in in_cksum_finalize
o [1999/12/14] bin/15483            mount won't mount / after fsck repairing 
o [1999/12/21] i386/15620           Trap 12 in kernel mode soon after files s
o [1999/12/23] kern/15644           Fatal trap 12: page fault while in kernel
o [1999/12/29] kern/15763           free() fails on contigmalloc() memory
f [2000/01/02] kern/15837           NIC: ex0: Intel EtherExpress Pro/10 stopp
o [2000/01/02] alpha/15846 alpha    Alpha hangs when using ppp/tun - no error
o [2000/01/06] conf/15937  peter    vi recover script in /etc/rc still remain
o [2000/01/17] misc/16157  green    "fire" screensave kills network performan
o [2000/01/19] ports/16211 markm    pgp5 port creates pgp_old instead of pgpo
o [2000/01/23] kern/16314           FreeBSD-3.4R doesn't work well on AcerAlt
o [2000/01/24] misc/16334           System crash on Hard Drive Mount
o [2000/01/25] bin/16350            Kerberized rlogind no longer compiles
o [2000/01/28] kern/16420           3C5x9 isa nic card
o [2000/01/29] kern/16453           joy(8) doesn't behave as it said in the m
o [2000/01/30] i386/16474           SCSI (AHA-2940UW) CDROM install freezes
o [2000/02/05] kern/16510           User processes locked on SMP box while bu
a [2000/02/07] kern/16568  bde      How to crash FreeBSD 4.4
o [2000/02/07] kern/16574           missing aout shared libs -> panic
o [2000/02/09] i386/16620           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           The kernel panics with "ffs_clusteralloc:
o [2000/02/16] kern/16767           open("/dev/ppi0") will crash machine with
o [2000/02/18] i386/16802           An user math program have the system on K
o [2000/02/18] kern/16803           Newer Adaptec controllers make system han
o [2000/02/19] kern/16828           High Speed Pinging Over 8184 bytes Kills 
o [2000/02/21] bin/16862   cracauer strptime(..., "%+" ...) dumps core
o [2000/02/21] kern/16890           Fatal trap 12: page fault while in kernel
o [2000/02/21] misc/16901           cannot boot 3.4 floppies
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/01] kern/17122           crash due to: softdep_disk_write_complete
o [2000/03/02] kern/17124           panic: vm_object_deallocate: object deall
o [2000/03/03] kern/17152           kernel panic:aio_write
o [2000/03/03] kern/17154           need to raise file descriptor limit, its 
o [2000/03/07] kern/17248           FreeBSD 3.4 won't install on 486/100 IBM 
o [2000/03/08] ports/17267 dirk     new lyx port does not link -- gettext (-l
o [2000/03/10] kern/17305           advansys driver time-out around 30 minute
f [2000/03/10] kern/17311           bug in the code handling ioctl SIOCGIFCON
o [2000/03/12] kern/17339           3.4-R on a K6-2: panic: pmap_release: fre
f [2000/03/12] ports/17340 mharo    Ports that need Xaw3d won't build
o [2000/03/15] i386/17391  rnordier FreeBSD boot loader does not recognize ke
o [2000/03/15] i386/17398           Install failure of 4.0-Release via ftp an
o [2000/03/15] kern/17400  sos      panic: resource_list_alloc  when booting 
o [2000/03/16] ports/17426 ports    tkrat2 port broken -- builds, but does no
o [2000/03/18] i386/17485           Partition editor completely non-functiona
o [2000/03/19] ports/17491 ports    Can't get the OpenSSH port to compile und
o [2000/03/22] i386/17557           BTX Loader Hardlocks on FIC-SD11 Motherbo
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/03/28] kern/17643  sos      3.4 to 4.0 upgrade: ATAPI drivers damage 
s [2000/03/29] bin/17659   murray   sysinstall fails to load a.out libraries
o [2000/03/29] i386/17661  sos      4.0-REL hangs after detecting ata1
o [2000/03/30] ports/17691 ports    mpg123 didn't free memory
o [2000/03/31] i386/17712           Some outside networks are unable to resol
o [2000/04/03] kern/17776           RAID5 with crashed disk corrupts filesyst
o [2000/04/03] i386/17778           4.0-RELEASE will not recognize IDE Contro
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 ports    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/17868           no more buffers / can't allocate llinfo w
o [2000/04/08] kern/17870  n_hibma  4.0-release consistently crashes a couple
o [2000/04/08] kern/17873  brian    Can not routing IPV6 packet with tun-devi
o [2000/04/09] kern/17881           4.0-RELEASE kern.flp boot crashes upon pr
o [2000/04/10] i386/17900  imp      3Com 3C589D and 3CCE589ET doesn't during 
o [2000/04/13] kern/17971           cannot boot 4.0 floppies to install
o [2000/04/16] ports/18040 ports    /usr/ports/emulators/wine/make doesn't wo
o [2000/04/16] pending/18043gnats-admini386
o [2000/04/16] ports/18044 knu      update ports : windowmaker-i18n to 0.62.1
o [2000/04/17] ports/18054 ports    gtk i18n broken.
o [2000/04/18] kern/18074           Fatal trap 12: page fault while in kernel
o [2000/04/19] i386/18095           mmap region with non zero offset is corru
o [2000/04/20] i386/18123           4.0-RELEASE crashes during boot from CD-R
o [2000/04/23] docs/18177  doc      [Patch] print message was wrong about PC-
o [2000/04/24] bin/18198            owner of ccontrol file in spool dir is wr

217 problems total.

Serious problems

S  Submitted   Tracker     Resp.    Description
-------------------------------------------------------------------------------
a [1995/03/20] kern/260    davidg   msync and munmap don't bother to update m
o [1995/10/18] bin/786     wpaul    Problem with NIS and large group maps
o [1996/06/07] kern/1301   davidg   DEC FDDI/PCI Adapter: halt code = 6 (DMA 
f [1996/08/03] bin/1461             Incorrect address binding of Kerberized r
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
o [1996/10/04] kern/1726            panic in kmem_malloc (dump available)
o [1996/10/08] kern/1744   peter    run queue or proc list smashed 4 times in
f [1996/10/21] kern/1856   peter    read-only nfs mount: panic leaf should be
s [1996/10/26] bin/1892    n_hibma  install(1) removes target file
s [1996/11/08] gnu/1981             ypserv handles null key incorrectly
o [1996/11/18] kern/2053   peter    de0 driver don't work at 100M for Compex 
o [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
s [1997/02/03] kern/2647            changing existing route to -static crashe
a [1997/02/06] kern/2675            lkmcioctl() is not consistent and careful
o [1997/02/07] kern/2690   asami    When Using ccd in a mirror mode, file cre
o [1997/02/08] kern/2695            sio1 (16540 serial port) is not recognize
o [1997/02/09] kern/2698            After rewind I cannot read a tape; blocks
o [1997/02/12] kern/2719            added support for magneto-optical SCSI di
o [1997/02/15] kern/2742            panic: leaf should be empty
f [1997/02/15] bin/2747    davidn   cannot submit at jobs from within an at j
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/19] bin/2769             fsck needs several runs to clean up bad/d
o [1997/02/19] kern/2770            panic: vm_fault: fault on nofault entry
o [1997/02/19] kern/2771            panic: bad dir
o [1997/02/19] kern/2773   peter    bad dir panic
o [1997/02/20] bin/2785    wpaul    callbootd uses an unitialized variable
o [1997/02/22] kern/2800            DDS large data writing probrem
o [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/03/08] kern/2919            vm_fault: fault on nofault entry, addr: f
o [1997/03/15] kern/2991            RTF_LLINFO routes remain when interface i
o [1997/03/18] kern/3021            panic after sync during reboot
o [1997/03/21] bin/3055             umount -f does not work
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/3216            panic: pmap_zero_page: CMAP busy
o [1997/04/06] kern/3219            sppp or arnet gets looped after connectio
o [1997/04/15] bin/3305             Can't do encrypted rlogin into self
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-
f [1997/05/07] kern/3527   peter    if_de.c doesn't recognize Kingston card p
o [1997/05/09] kern/3564            using MPU401 driver pagefaults kernel
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()
o [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 
o [1997/05/30] kern/3727            SCSI II tape support broken
o [1997/06/03] kern/3771            NFS hangs when writing to local FS re-mou
o [1997/06/04] i386/3779            changing cursor to blinking block causes 
o [1997/06/18] kern/3899            df while unmounting floppy crashes 2.2.2
o [1997/06/28] misc/3980   peter    access via NFS fails during mount-operati
o [1997/06/29] bin/3986             rdist seg faults when target machine is d
o [1997/07/02] kern/4012   peter    2.2-RELEASE/Digital UNIX NFSv3 0 length f
s [1997/07/06] gnu/4042             gdb stackframe in static library shows no
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/4260            EOF handling in st(4) is broken
o [1997/08/10] kern/4265            Panic in dsinit when multiple FreeBSD sli
o [1997/08/12] kern/4284            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            Under certain conditions, several krsh's 
o [1997/10/31] kern/4909            de ethernet driver is crazy on 100base
o [1997/11/01] bin/4913    peter    Large mail messages can cause mail.local 
o [1997/11/03] kern/4927            kernel does not check any quota and permi
o [1997/11/05] kern/4945            continued failure to use the Adaptec 1460
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
s [1997/12/14] bin/5297             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)
s [1998/01/19] kern/5522            [PATCH] ip_input.c & ip_output.c problems
o [1998/01/26] misc/5574            bootpd gets timezone incorrectly
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/01] kern/5624            dumping to tape causes scsi bus reset
o [1998/02/04] kern/5643            NCR 810/815 do not handle rewind correctl
o [1998/02/09] bin/5693    asmodai  groff -mm or groff -mmm ???
o [1998/02/19] kern/5794            Kernel Panic
o [1998/02/28] kern/5877            sb_cc counts control data as well as data
o [1998/03/09] bin/5959             Cannot set up clocal gettys
o [1998/03/10] kern/5969            non-root user can reboot/lock up system
o [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            lnc driver does not work correctly with A
o [1998/03/22] kern/6103            panic: ffs_valloc: dup alloc
o [1998/03/28] bin/6162             kinit does not default to the current use
o [1998/04/03] kern/6203            kernel panics with "blkfree: freeing free
o [1998/04/03] conf/6205            NFS/NIS freak out
o [1998/04/04] kern/6212            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/08] kern/6251   peter    ktrace very broken when logging over NFS
o [1998/04/08] kern/6252            ide cdrom hangs system when on same bus a
o [1998/04/09] kern/6253            Atapi wait for command phase too short.
o [1998/04/10] kern/6267   dg       panic: pmap_dispose_proc: upage already m
o [1998/04/14] kern/6300            System locks up in SMP mode when accessin
o [1998/04/18] kern/6344            cy driver is outdated
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/04/22] bin/6383             csh - when ctrl-d is pressed, file is chm
o [1998/05/03] kern/6506            system will not soft reboot
f [1998/05/05] kern/6525            Coral-Draw 5 CD crashes 2.2.6-STABLE
a [1998/05/06] bin/6536             pppd doesn't restore drainwait for tty
o [1998/05/08] bin/6557             /bin/sh is broken
o [1998/05/10] bin/6577             /bin/sh environment variables not set in 
o [1998/05/12] kern/6603            ncr driver hangs under high load
o [1998/05/12] bin/6609             gmp.h not installed
o [1998/05/17] kern/6670            PANIC on boot with FreeBSD 3.0 (same comp
s [1998/05/19] kern/6686            [STABLE] -stable does not support large I
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
s [1998/05/27] misc/6773            [PATCH] tempnam.c security problems
s [1998/06/02] bin/6830             make(1) exhibits confusing and non-standa
s [1998/06/04] kern/6854            [PATCH] probing brooktree849 capture card
o [1998/06/04] misc/6861            [PATCH] netboot error
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/22] bin/7019             [security] pwd.db almost always contains 
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            3Com 3C509 locks up, or has >1000ms rtt u
s [1998/06/24] bin/7059             sh dumps core on this script
o [1998/07/05] ports/7167  ache     elm cannot pgp for more than one recipien
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            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            Machine crashes do not occur very often, 
o [1998/07/30] bin/7446    jdp      Dlopen succeed in particular cases, but i
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
s [1998/08/10] kern/7562            Running wine can cause other applications
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
f [1998/08/20] i386/7698   n_hibma  scotty/tkined library error
o [1998/08/27] kern/7754            kernel panics if NFS server uses LKM vs. 
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/01] kern/7797            System halted with "panic: pmap_release: 
o [1998/09/02] i386/7815            probe can't find wdc0
o [1998/09/09] bin/7872             [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] kern/7950            Trap 12 while executing wine
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
o [1998/09/22] conf/8031   peter    [patch] /etc/rc looks for /etc/sendmail.c
o [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             [patch] some bugs in cpio
o [1998/10/03] kern/8137            [patch] quotaoff followed by quotaon can 
o [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/07] bin/8195             ee dumps core on window resize
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/11] bin/8266             [patch] nfsd should allow just nfs versio
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/14] kern/8324            failure to deliver SIGIO when fildes mark
o [1998/10/19] conf/8379            check_rcpt returns OK for nonexistent add
o [1998/10/20] kern/8380            swap_page error: out of swap space
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
s [1998/10/22] kern/8417            3.0 config(8) doesn't check that root fs 
o [1998/10/22] i386/8418            sh MAKEDEV all - fails to create hard lin
o [1998/10/23] kern/8423            Intel PILA8461 NIC panics 2.2.7 during pr
o [1998/10/24] i386/8435            boot.flp does not give shell prompt after
o [1998/10/28] misc/8480            odd Korean timedef(LC_TIME)
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
o [1998/11/05] kern/8580            Hanging NFS pagein in nfs_bio.c (2.2.7, w
o [1998/11/07] kern/8590            kernel incorrectly recognizing Maxtor 11.
o [1998/11/08] kern/8607            maxprocsperuid setting causes sybase/linu
o [1998/11/08] kern/8619            EXT2FS should be in GENERIC kernel
o [1998/11/08] ports/8622  markm    exmh2 has problems with some date formats
s [1998/11/09] misc/8623            [MFC] Time zone for Japan is strange (see
o [1998/11/10] bin/8646             Implement rlogind -a option
o [1998/11/11] kern/8655            Umount trouble of SCSI removable device
o [1998/11/11] kern/8657            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
o [1998/11/23] kern/8824            Incorrect driver unit number in IDE BusMa
o [1998/11/24] conf/8854            boot.flp does not probe atapi cdrom
o [1998/11/25] bin/8865             syslogd hangs with serial console
a [1998/11/28] kern/8875            Patch to allow DMA IDE with generic chips
o [1998/11/29] conf/8903   dillon   /etc/rc can do NFS mounts before the netw
o [1998/12/01] i386/8924            File transfers.  Upload is 71Kbs  downloa
o [1998/12/02] kern/8940            system clock runs extremely slowly (and s
o [1998/12/06] kern/8981            this also fixes X crashes and sio silo ov
o [1998/12/10] i386/9044            #.0 pkgs require libkrb
o [1998/12/16] kern/9095            swap detect error
o [1998/12/19] kern/9129            Is it miss take ? So, ep deriver dose not
o [1998/12/20] i386/9140            NIS "Magic cookie" in master.passwd slays
o [1998/12/21] kern/9163            [patch] squid does not join a multicast g
o [1998/12/30] i386/9244            2.2.8 RELEASE Fixit floppy doesn't work..
o [1998/12/31] bin/9252             [patch] login program "login" don't set K
o [1999/01/03] kern/9296            pps driver missing header file
o [1999/01/03] kern/9297            pps driver doesn't clear ppbus control po
o [1999/01/06] bin/9350             nvi incorrectly reads files with very lon
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/11] bin/9444             mount_mfs uses lots of swap.
o [1999/01/13] kern/9478            support for running a script from kldload
o [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] bin/9544             syntax error concerning loading vinum fro
o [1999/01/17] kern/9548            UNION fs corrupts data and has undefined 
o [1999/01/17] kern/9550            The latest -current as of 17 January has 
o [1999/01/21] kern/9599            SMP hang after reseting CPU 1
o [1999/01/22] docs/9618   asmodai  many typos in groff_mm(7)
o [1999/01/25] kern/9673            ISO CD-ROM Problem
o [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 
o [1999/02/09] kern/9980            savecore fails with large (2gig+) swap pa
o [1999/02/09] bin/9982             inet_addr(3) should be return 32bit uint.
o [1999/02/10] misc/10009  jdp      dlopen will crash when opening some strip
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/14] i386/10089           ATAPI tape driver (wst) doesn't handle En
o [1999/02/15] kern/10107           interlock situation with exec_map and a p
o [1999/02/18] i386/10150           Compaq fxp0 Does not work on 3.0 or 3.1 b
o [1999/02/18] i386/10151           ATAPI CD problem
o [1999/02/19] conf/10163           init does not start when /var/msgs is a s
o [1999/02/23] bin/10230            -T and -B not implemented on filehandles 
o [1999/02/25] misc/10259           FTP install hangs for 3.1-RELEASE
o [1999/02/25] bin/10264            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           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/06] misc/10418           libpam is built before libradius/libtacpl
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
o [1999/03/16] bin/10615            make installworld DESTDIR=/some/dir
o [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/23] kern/10747           [PATCH] ipfirewall `deny' rules act as `r
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/25] bin/10784            `make aout-to-elf-build' died in /usr/src
o [1999/03/25] bin/10785            make aout-to-elf-install died in info tar
o [1999/03/25] kern/10789           Second config of kernel doesn't overwrite
o [1999/03/27] bin/10821   des      getpwent() fails on NIS clients after dro
o [1999/03/29] i386/10862  dcs      wd.c STILL cannot recognize correct disk 
o [1999/03/30] kern/10870  eivind   Kernel panic when writing to write-protec
o [1999/03/30] misc/10879           Cannot build aout binaries under 3.1-RELE
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/10928           su reboots the system after one day uptim
o [1999/04/03] i386/10935           PCI cards detected twice
o [1999/04/04] ports/10946 se       kdm 1.1 does not work correctly - XBINDIR
o [1999/04/05] i386/10969           kernel fails to compile with ccs0
o [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] kern/11115           Sockets die in LAST_ACK and FIN_WAIT_1 st
o [1999/04/13] bin/11119            NFS quotas fail to report if alternate fi
o [1999/04/16] bin/11169            warning: pointer to wrong page in cron(8)
o [1999/04/18] i386/11200           AMD PCnet lnc0/lnc1 problem
o [1999/04/18] kern/11208           Complete system hang/freeze.  No PANIC me
o [1999/04/20] bin/11247            fetch doesn't notice FTP error after RETR
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/22] bin/11283            fetch http-timeout/timestamp bug
o [1999/04/23] i386/11291           anic: ffs_alloccg: map corrupted
o [1999/04/23] bin/11296            fetch(1) fails to resolve names in http m
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/03] bin/11464   obrien   union copies likely broken for alpha egcs
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           [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
o [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  dg       Disk failure hangs system
o [1999/05/14] i386/11720           FreeBSD 2.2.8 can't load fixit disk
o [1999/05/18] kern/11766           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
o [1999/05/19] misc/11790           boot manager bug
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/20] kern/11808           read/write mounted write-protected floppi
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/11919           kldload doesn't return error on loading a
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/11936           wine don't work (SMP) (-STABLE)
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.
o [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           System clock timewarps
o [1999/06/06] bin/12054            explicit -ltermcap after -lncurses causes
o [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/08] kern/12092           vpo driver not working in 3.2-RELEASE
o [1999/06/09] kern/12104           Certain cdcontrol commands don't work pro
o [1999/06/10] bin/12120            named crashes.
o [1999/06/10] gnu/12122            cc hangs on STDIN with -pipe and .s files
o [1999/06/12] gnu/12175            gdb crashes with pids > 32736
o [1999/06/13] bin/12191            wcol is trying to allocate a shared memor
o [1999/06/15] misc/12221           djpeg halt's freebsd box
o [1999/06/16] bin/12242            segmentation fault running /usr/bin/fmt
o [1999/06/16] kern/12247           userlevel program let kernel hang
o [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
o [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/09] misc/12577           Can't link code using catopen
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/16] gnu/12662            tar verification doesn't work in 3.2-RELE
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/21] i386/12749  marcel   Bug in link() and all other filename func
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] kern/12927  jedgar   [PATCH] using BROKEN_KEYBOARD_RESET optio
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] kern/13022           ipfilter is out-of-date
o [1999/08/08] misc/13027           sysinstall has no /dev entry for wfd0s4 (
o [1999/08/10] i386/13058           Installation hangs after commit
f [1999/08/13] kern/13113           panic related (proberbly) to vnode
o [1999/08/14] kern/13141  se       Multiple LUN support in NCR driver is bro
o [1999/08/14] ports/13145 se       kaudioserver runs amok on logout
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/25] bin/13383   nectar   sys/netinet/in.h violates C++ spec.
o [1999/08/26] kern/13405           syslogd get system hang
o [1999/08/27] gnu/13427            gdb reports wrong info
o [1999/08/28] gnu/13438            objc forward core dump using system cc
o [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           <panic: getnewbuf: cannot get buffer, inf
o [1999/09/01] kern/13532           bad vm mfs interaction
o [1999/09/03] kern/13563           mmap() too much ==> 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
o [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] conf/13724           Prevent ".: Out of file descriptors" erro
o [1999/09/13] gnu/13729            strip(1) exits with an error on script fi
o [1999/09/13] kern/13736           enabling NAT on 3.3RC results in panic sb
o [1999/09/13] kern/13740           wrong IP statistics
o [1999/09/15] kern/13757  wpaul    tl0: adapter check: 180005 mesages keep c
o [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
o [1999/09/19] ports/13839 se       kdegraphics11 'make PREFIX' fix, one comp
o [1999/09/19] i386/13847           missing support for INT 0x13 extensions i
o [1999/09/20] i386/13857           Problem with switching between processes 
o [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] i386/14027           "disklabel -r -w" on new disk reports "No
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/01] conf/14075           CDROM not being recognized during certain
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()
o [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            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/11] misc/14264           Combination of aio_read(), pthread_cond_w
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
o [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
o [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           3C509 broken in 3.3
o [1999/10/27] kern/14566  yokota   Non-kernel programs have little/no contro
o [1999/10/31] bin/14626            sendmail 8.9.3 bug with aliases in -CURRE
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
o [1999/11/08] kern/14787           /dev/lpt0 doesn't work unless/until you d
f [1999/11/09] kern/14797           Serious locking problem in CURRENT
o [1999/11/09] i386/14799           Promise Ultra33 doesn't work
o [1999/11/09] i386/14806           if_tun.ko conflicts with built-in tunnel 
o [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/10] kern/14814           4.0-CURRENT SMP mode causes ep0 slow
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] kern/14918           Write access to write protected media cau
o [1999/11/16] bin/14920            install(1) hangs when intalling files sam
o [1999/11/16] misc/14932           "more" eating up CPU on users with shell=
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
o [1999/11/18] bin/14978            lprm(1) does not kill active daemon if ho
o [1999/11/19] kern/14997           NFSv3 open O_EXCL fails to set proper "at
o [1999/11/19] misc/15001           'fetch' doesn't work for http when behind
o [1999/11/19] i386/15003           3C574 (ep0) reads bogus ethernet address
o [1999/11/21] i386/15018           Printingproblem
o [1999/11/22] bin/15046            /sbin/dhclient-script ignores resolv.conf
a [1999/11/23] i386/15062  hm       i4b stops working after some time
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] misc/15080           corrupt tree/subtree on primary ftp serve
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
s [1999/11/26] bin/15101   joe      [PATCH] cdcontrol does not perform bounds
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/28] ports/15157 se       [PATCH] Environment Botch in KDM
o [1999/11/30] misc/15190           crashing while in a multiplatform environ
o [1999/11/30] kern/15193           PCCARD ethernet interface not returned by
o [1999/12/01] kern/15204           systems panics when ktrace-ing
o [1999/12/01] kern/15206           Ethernet driver if_vr.c (VIA Technologies
o [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/07] kern/15345           lkm no longer works after 3.3
o [1999/12/08] i386/15364           Flash Player 4 for Linux has no sound wit
o [1999/12/08] kern/15365           Fatal trap 18 (integer divide fault) when
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/16] bin/15520            mktime() fails under certain conditions
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] i386/15553           Linux Emulation don't emulate accept(2) e
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
o [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 [1999/12/29] ports/15768 jfitz    Majordomo resend prog allow exec of any p
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
o [2000/01/03] kern/15870           PicoBSD Kernel link fails
a [2000/01/03] bin/15872   sheldonh Y2k bug in at(1)
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/06] conf/15943           An exact fix to change timezone informati
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           No buffer space available
o [2000/01/12] i386/16094           FreeBSD-3.4 #1 CD doesn't boot on ATAPI C
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/16] kern/16143           3C589D (PCMCIA) card not recognized durin
o [2000/01/17] kern/16153           no more parallel port zip drive
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] misc/16162  marcel   shared /usr/src isn't  because .depend fi
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
o [2000/01/18] bin/16186            [PATCH] Insecure use of strncpy() and str
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
o [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] ports/16341 obrien   Fix for minicom detecting modem status li
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] ports/16344 se       wine needs USE_BISON on 4.0 current
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/26] conf/16394           Users of some printers find that lpt0 mal
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/27] bin/16418   davidn   pw usermod is not work properly
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/01/31] ports/16489 reg      Can't build mozilla on 3.4-RELEASE
f [2000/01/31] kern/16490           Attempted listing of just-mounted ext2fs 
o [2000/01/31] i386/16495           Period soft disk errors
o [2000/02/05] ports/16505 jfitz    Update p5-Tk port to 800.018
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] docs/16585  doc      no info documentation for nm (binutils) i
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/09] ports/16621 marcel   emulators/linux_base needs to be installe
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/16] ports/16766 billf    htdig RUN_DEPENDS on ${PREFIX}/share/apac
o [2000/02/16] i386/16770           Can't build a.out binaries
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/19] ports/16829 ports    kaffe port is broken - dumps core with al
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/21] ports/16882 obrien   Memory leak with g++ 2.8.1 and STL 2.8.1.
o [2000/02/21] bin/16892            "domain" directive in /etc/resolv.conf no
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] i386/16946  marcel   ServerSockets are not working properly in
o [2000/02/23] conf/16948           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/27] kern/17033           Samsung SN-124 ATAPI CD-ROM not supported
o [2000/02/28] ports/17038 erich    gimp-1.1.17 fatal error at startup...
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] misc/17113           Adaptec SlimSCSI 1460D Not Detected Under
o [2000/03/01] conf/17117           Dial-up problems when using Kppp
o [2000/03/02] kern/17128           Fix for quotas grace time when using chow
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] ports/17150 dburr    textproc/yodl port fixed/improved
o [2000/03/03] kern/17153  mjacob   Qlogic Ultra3 cards seem to write very sl
o [2000/03/04] bin/17188            make(1) option to reproduce original -V b
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
a [2000/03/07] bin/17261   sheldonh man page of crontab(5) does not document 
o [2000/03/08] i386/17266           cannot install 3.2 on L440GX+
o [2000/03/10] misc/17310           NIS host name resolving may loop forever
o [2000/03/10] ports/17312 sumikawa Problem With OpenSSH Build On FreeBSD Sta
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] ports/17344 ports    devel/boehm-gc fails for www/w3m 3.4 STAB
o [2000/03/12] i386/17346           APIC cannot be enabled without turning on
o [2000/03/13] bin/17360            [PATCH] Cleanup bug in pam_ssh
o [2000/03/13] bin/17366   jasone   sendfile() has no pthreads wrapper
o [2000/03/14] bin/17371   murray   sysinstall's mediaSetHTTP does not work u
o [2000/03/14] misc/17373           libXThrStub missing in 4.0-20000307-CURRE
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/15] ports/17402 ports    latex2html requires pnmtopng binary
o [2000/03/16] kern/17403  cg       CS4232 wont play w/newpcm
o [2000/03/16] ports/17404 ports    Apache's build fails due to the version n
o [2000/03/16] conf/17406           nis in /etc/host.conf breaks network prog
f [2000/03/16] misc/17409           4.0-RELEASE install fails on Compaq 1850R
o [2000/03/16] alpha/17410 alpha    Bad tag on Alpha boot floppies
o [2000/03/16] kern/17422           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/17] misc/17435           There's no DES crypto distribution in 4.0
o [2000/03/17] bin/17437   jasone   pthread_atfork() missing from libc_r
o [2000/03/17] kern/17439  sos      4.0-STABLE: mount of non-fixated CD-R -> 
o [2000/03/17] ports/17444 jseger   Builing of ImageMagick Fails on X4.0
o [2000/03/17] ports/17450 ports    Re: [PATCH] Update of the Xfstt(x11-serve
a [2000/03/18] bin/17476   sheldonh uudecode -i (no overwrite) flag bogus
o [2000/03/18] bin/17482            ftpd(8) forget to close TCP port in passi
o [2000/03/19] kern/17492           There is a bug in SIOCGIFCONF ioctl code
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] ports/17503 obrien   lsof port doesn't build on FreeBSD 5.0
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
o [2000/03/20] docs/17518  imp      Please update the UPDATING document
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] ports/17550 dirk     Re: new lyx port does not link -- gettext
s [2000/03/22] ports/17561 green    openssh (scp) fails with files larger tha
o [2000/03/23] misc/17567           make buildworld bombing at KerbIV
o [2000/03/23] ports/17575 jasone   unable to build linuxthreads
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/24] kern/17592  sos      ata READ/WRITE command timeouts
o [2000/03/26] kern/17605           matcd driver worked on 3.x but doesn't wo
o [2000/03/26] ports/17612 taoka    x11-fonts/intlfonts crashes X (Big5 encod
o [2000/03/26] kern/17613           impossible to build FS KLD without kernel
o [2000/03/26] kern/17614  marcel   impossible to CURSIG when compiling with 
o [2000/03/26] misc/17615           ¼±ÐèÁ˽âFreeBSSDÖеÄrc.conf,rc.firewallÎÄ
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/17650 dirk     apache+php-1.3.12+3.0.15 doesn't build: p
o [2000/03/28] ports/17652 stb      netatalk port modification for des/md5 ch
o [2000/03/28] ports/17654 ports    gnome broken
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
a [2000/03/29] bin/17681   sheldonh XDR does not handle 64bit data types corr
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/30] ports/17705 reg      www/mozilla broken
o [2000/03/31] i386/17713  gibbs    MAKEDEV and /stand/sysinstall goofups wit
o [2000/03/31] kern/17714           possible priority inversion with use of i
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/01] kern/17746  sos      afd0 is accessed for no reason a couple o
o [2000/04/02] i386/17752  dcs      Cannot install BTX boot manager
o [2000/04/02] i386/17755           FTP install of 4.0 allocates too few inod
o [2000/04/02] kern/17757  jasone   select returns 0 if pthread_kill'd w/ sig
o [2000/04/02] i386/17761           disk label editor in 4.0 deleted 3.4 part
o [2000/04/03] bin/17765            sh in free(): warning: junk pointer, too 
o [2000/04/03] ports/17773 ports    Driver patched to work with latest MySQL 
o [2000/04/03] kern/17779           ADIC 1200d (DAT changer) and Symbios SCSI
o [2000/04/03] kern/17782           PC Card recognition w/ PCIC and no IRQ
o [2000/04/04] i386/17800  bde      [PATCH] problem with statclock initializa
f [2000/04/05] kern/17814  jhay     sr driver ignores IFF_LINK2 | IFF_DEBUG w
o [2000/04/05] kern/17815  n_hibma  The ethernet in the D-Link DSB-H4E is not
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/06] alpha/17833 alpha    dc driver for embedded ethernet on Miata 
o [2000/04/06] ports/17835 ports    www/apache-jserv: put jar-files in share/
a [2000/04/06] kern/17839  sos      ad driver and SMP kernel panic (vinum may
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/07] bin/17847            mv symbolic link cross partition fails
o [2000/04/08] ports/17863 ports    Running DAP reboots computer
o [2000/04/08] kern/17866           vr0 hung up
o [2000/04/08] bin/17867            wall does not report time zone [PATCH]
o [2000/04/08] kern/17871           starting to accumulate undeletable direct
o [2000/04/09] kern/17878  phk      Jail user can change priority of outside 
o [2000/04/09] i386/17883           4.0-RELEASE panics during install.
o [2000/04/09] i386/17890  sos      Still having trouble identifying disk geo
o [2000/04/10] kern/17895           stale unix domain connections
o [2000/04/10] ports/17899 jseger   lang/guile build failing
o [2000/04/10] kern/17905  dillon   4.0-SNAP keep on crashing every 3 days
o [2000/04/10] kern/17909  shin     Panic when removing a pccard which has a 
o [2000/04/10] ports/17913 ports    Update port: javamail -> 1.1.3
o [2000/04/10] i386/17915           pcm0 direct DMA issues.
o [2000/04/10] kern/17920  sos      ata/ad driver HARD ERROR failure with int
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] gnu/17935   markm    Perl in RELENG_3 uses a config file from 
o [2000/04/11] kern/17936           panic: resource_list_alloc: resource entr
o [2000/04/11] ports/17938 ports    KDM dumping core in 4.0-STABLE (!)
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           vr (MII-bus version in 4.0 ONLY) driver l
o [2000/04/13] ports/17979 ports    russian/koi8r-ps port update for gs-6.01
o [2000/04/13] i386/17984  marcel   coredumps due to incorrect FP handling
o [2000/04/14] ports/18003 cwt      amanda2.4's SCSI changer script (chg-chio
a [2000/04/14] ports/18006 ports    ssh2 and tcsh ports won't make install
o [2000/04/14] kern/18012  adrian   vnode_free_list corruption, "free vnode i
o [2000/04/15] kern/18019           panic: vm_object_shadow: source object ha
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/16] ports/18039 ports    New port krn-0.6.11
o [2000/04/17] bin/18058            ctm: error with large file in cvs-cur.620
o [2000/04/17] ports/18060 ports    xmms...turning on equalizer disrupts play
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/18] ports/18081 ports    netpbm-8.4 fails to build under 3.4-STABL
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/19] ports/18102 ports    x11-toolkits/lesstif build depends devel/
o [2000/04/19] bin/18103            [PATCH] FTP_PASSIVE_MODE and libftpio
o [2000/04/20] kern/18110           DC-390 SCSI BIOS setting no effect and IB
o [2000/04/20] kern/18113           Kernel panic while untarring a large arch
o [2000/04/20] ports/18117 ports    math/siag port upgraded to 3.3.3
o [2000/04/20] kern/18118           Problem described in kern/9030 needs new 
o [2000/04/20] ports/18125 ports    Wine build failure on 4.0-STABLE, works o
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
f [2000/04/22] i386/18161  brian    Sistem freezes on ppp
o [2000/04/23] ports/18180 ports    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           Adaptec 3950U2 errors during boot/probe
o [2000/04/24] pending/18193gnats-adminBogus diagnostics by nslookup(1)

865 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
s [1995/10/03] kern/765             umount -f can`t umount a NFS filesystem i
s [1995/11/20] kern/831             one minor complaint about the kernel visu
o [1995/11/30] bin/854     dg       swapinfo shows incorrect information for 
a [1996/01/30] bin/981     fenner   clnt_broadcast() is not aware of aliases
s [1996/03/20] kern/1090            iostat displays incorrect sps count
s [1996/03/20] bin/1093             route's diagnostic is weird
s [1996/06/11] bin/1312             automounter hangs on boot
s [1996/06/13] bin/1320             dump limits blocksize to 32K
a [1996/07/07] bin/1375    eivind   Extraneous warning from mv(1) [PATCH]
o [1996/07/24] misc/1428   hoek     ncurses doesn't always display ALTCHARSET
s [1996/09/08] bin/1589             [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             gdb sets library breakpoints on the wrong
s [1996/10/24] bin/1881             file(1) misidentifies Sun3/m68k executabl
s [1996/11/04] gnu/1961             [PATCH] uucp logging files are in /var/sp
s [1996/11/06] bin/1970             csh limtail() bug
s [1996/11/16] bin/2036             cpio size wraparound
s [1996/11/19] bin/2061             DEBUG_FLAGS in bsd.lib.mk is broken
s [1996/11/19] bin/2065             in tzsetup/sysinstall, allow user to type
s [1996/11/22] bin/2090             clients may bind to FreeBSD ypserv refusi
f [1996/11/28] bin/2119             [PATCH] mount lies to child about argv0, 
s [1996/12/02] bin/2137             vm statistics are bad
s [1996/12/14] bin/2216             [PATCH] Ada specs not being compiled into
o [1996/12/17] i386/2239   jmg      some interrupts take too long (i.e. BT946
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/26] i386/2598   mdodd    ep0 in EISA mode hangs if ep0-device (ISA
o [1997/01/28] bin/2603    dufault  Added POSIX.4/POSIX.1b constants in unist
o [1997/01/28] bin/2604    dufault  Added POSIX.4/POSIX.1b shm_open()/shm_unl
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
f [1997/02/05] bin/2668             modification suggested for rarpd
o [1997/02/14] bin/2737             yppasswd fails to change password on a su
o [1997/02/15] misc/2745   fenner   PR querry web form doesn't sort correctly
f [1997/03/03] kern/2857            DE500 board exhibits capture effect
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             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/08] misc/3237            SCRIPTS addition to bsd.prog.mk
o [1997/04/09] bin/3242             incorrect prototype for initgroups
o [1997/04/14] kern/3281            errors when "rm -r"-ing in a mounted ext2
o [1997/04/14] kern/3282            ext2fs causes fs-unmount at shutdown/rebo
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/14] kern/3287            [PATCH] missing symbols in /usr/src/sys/i
o [1997/04/15] kern/3299            /dev/console hangs
o [1997/04/17] bin/3314             [PATCH] /etc/daily did not run on April 6
o [1997/04/27] bin/3399             mv of symbolic link can move directory in
o [1997/04/29] bin/3416             ibcs emulation problems
o [1997/05/05] i386/3504            [PATCH] New features (and manpage) for ne
a [1997/05/08] gnu/3552             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 
s [1997/05/22] kern/3667            [PATCH] make vn LKM'able.
o [1997/06/02] bin/3762    dufault  Bogus return values from rtprio(1)
o [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/14] bin/3866             rcs2log fails with eastern timezones
o [1997/06/15] kern/3879   peter    Can't export mounted ext2fs via NFS
o [1997/06/18] kern/3901            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            if_le doesnt receive ether multicast pack
o [1997/06/25] kern/3948            nonworking t/tcp server side
a [1997/06/25] kern/3953            kern-config: options PANIC_REBOOT_WAIT_TI
o [1997/06/26] i386/3962            print disk internal cache size during pro
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 <user>.root fails to 
o [1997/07/23] kern/4153            New tcp initial send sequence number code
s [1997/07/24] bin/4157             [PATCH] netstat atalk output should print
f [1997/07/26] bin/4172             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/04] conf/4229            Ethernet interface unreachable on bootup
a [1997/08/06] bin/4238    sheldonh chpass only occasionally works in conjunc
o [1997/08/07] kern/4243            file locking doesn't work for pipe
o [1997/08/07] bin/4247             modification to /etc/security for FreeBSD
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             man can display the same man page twice
o [1997/08/29] bin/4420             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/04] misc/4468            dlopen is not available from static execu
o [1997/09/13] kern/4528            processes hang if the mount_portal proces
o [1997/09/14] bin/4545             f77 will only call `cc', no com-line opti
s [1997/09/15] i386/4547   luigi    asc.c and pcaudio.c should use selrecord
o [1997/09/16] misc/4556            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/05] bin/4697             make doesn't handle dependencies with for
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            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/02] bin/4923             vi leaves the screen in standout mode
o [1997/11/07] bin/4969             cdcontrol plays incorrect audio tracks in
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/11] kern/5011            rndcontrol -s 8 causes kernel panic
o [1997/11/13] bin/5031             lpr does not remove original file if -s i
f [1997/11/13] ports/5034  ache     (tcsh) blocked write on named pipe sticks
o [1997/11/14] kern/5048            Calling shutdown(fd,1) multiple times wil
o [1997/11/15] kern/5059   peter    mountd, nfsd, etc. fail when lp0 defined 
o [1997/11/15] kern/5060            Kernel doesn't compile with mss
o [1997/11/20] kern/5108            pmap_release panics with 'freeing held pa
o [1997/11/20] kern/5110            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
o [1997/12/09] bin/5263             sh bug (with example)
s [1997/12/11] kern/5275            [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
o [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 
o [1998/01/18] kern/5517            Recursive NULLFS mount causes ufs_ihashge
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
a [1998/02/02] ports/5626  billf    'ldap' port eats all available CPU time
o [1998/02/02] kern/5627            Tertiary/Quaternary IDE Ctlrs: A few kern
o [1998/02/06] bin/5666             ifconfig fails to add alias
o [1998/02/06] kern/5672            Crash from scsi aborted command 'Overlapp
o [1998/02/09] kern/5689            sysctl vm.vmmeter - bogus and unsupported
o [1998/02/10] bin/5711             bin/cat code cleanup
o [1998/02/10] bin/5712             /bin/chio code cleaup and option added
o [1998/02/10] bin/5717             pw -D -g "" returns error
o [1998/02/10] bin/5718             pkg_delete refuses to run as non-root
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/15] bin/5758             sys/resources.h doesn't include sys/time.
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/5789            wcd0 requires ATAPI_STATIC
o [1998/02/19] kern/5795            Panic: "bremfree: removing a buffer when 
o [1998/02/20] misc/5803            "tab" function from "ee" not compatible w
o [1998/02/25] gnu/5841             installmost or install (world) of tmac fa
o [1998/02/25] bin/5847             Makeworld fails if CXXFLAGS is set.
s [1998/02/25] misc/5855            /etc/services is out of date with IANA
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/08] bin/5944             cvs doesn't work correct.
f [1998/03/10] ports/5972  andreas  x11/fvwm95 requiring gsm, and rplay is a 
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] conf/6096            /sys/i386/conf/LINT: edit(???) sound_conf
o [1998/03/22] gnu/6107             gdb should support PRINTF_HAS_LONG_LONG
o [1998/03/28] bin/6156             Patches to make dump understand ENOSPC
o [1998/03/28] bin/6161             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/03] bin/6206             Enhancements to the shutdown program
o [1998/04/04] kern/6213   peter    NFS-mounted swap (via vnconfig) easily cr
o [1998/04/04] bin/6214             ping sometimes cannot be killed with a Co
o [1998/04/05] conf/6220            Too few ttyv devices in the -RELEASE syst
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 
o [1998/04/20] bin/6359             routed does sent router discovry solicita
s [1998/04/20] bin/6371             [PATCH?] fetch(1) uses HTTP_PROXY for ftp
a [1998/04/27] kern/6432            IFF_NOARP does not affect ethernet interf
o [1998/04/30] kern/6464            tcpdump doesn't recognize tun0 when it's 
o [1998/05/03] kern/6495            Need pci_unmap_mem and pci_unmap_port rou
s [1998/05/04] bin/6509             [ALMOST PATCH] Allow dd to seek/skip to o
s [1998/05/05] bin/6521             [MAYBE PATCH] "rmdir -p x/y/z/" fails
o [1998/05/07] kern/6544   luigi    Only get one channel through sound card
f [1998/05/07] ports/6546  ache     3line ansi prompt in tcsh: cursor disappe
o [1998/05/11] i386/6595            Old IP address persistent after change
o [1998/05/12] misc/6612            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/16] bin/6658             [PATCH] -stable getcwd(3) performs unnece
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/6760            can't compile kernel w/o networking
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
f [1998/06/01] ports/6815  kris     ssh lookup ignores second IP address
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
s [1998/06/19] bin/6995             [patch] Minor flaw in fdformat
s [1998/06/19] bin/6997             [patch] vnconfig "open" error message con
s [1998/06/21] kern/7014            [PATCH][STABLE] Add support for SiS 5591 
o [1998/06/22] bin/7021    asami    Size estimation patches to pkg_*
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] kern/7095            [stable] Gravis MAX in 2.2.6 suffers from
s [1998/06/28] i386/7100            integrate pcvt configuration into the /et
s [1998/07/01] bin/7136             kerberized telnetd doesn't use gettytab %
s [1998/07/02] kern/7146            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            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   asmodai  dialog(3) man page outdated
s [1998/08/09] kern/7546            [PATCH] [STABLE ?]shutdown -p - system po
f [1998/08/12] kern/7589            Tulip Driver parses SROM contents wrong
f [1998/08/13] conf/7606            [PATCH] NIS Makefile.dist: NOPUSH replace
o [1998/08/14] kern/7619            odd nfs server not responding messages ap
o [1998/08/16] ports/7628  dburr    new port: sajber-jukebox
f [1998/08/16] i386/7633            panic: page fault on install with boot.fl
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
f [1998/08/29] ports/7774  kris     sshd doesn't refuse to login people with 
o [1998/08/29] bin/7779             [PATCH] modload should detect stripped ke
o [1998/08/30] bin/7786             quota.h has superfluous semicolon in macr
o [1998/09/02] i386/7816   dfr      [Patch] NE2000 PnP card IDs to sys/i386/i
o [1998/09/03] bin/7826             ls(1) knows too much about format of strf
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/07] kern/7856            Patches to add lkm hooks to cmsg_data anc
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/08] bin/7869             Improved error messages from apm
o [1998/09/09] docs/7873   doc      poor initial configuration and documentat
o [1998/09/11] bin/7895             multiple identical NFS mounts accepted
o [1998/09/11] kern/7903            unmatched '{}' blocks.
o [1998/09/16] misc/7946            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             pkg_add seems to have unneeded umask
o [1998/09/20] misc/8005   yokota   Keyboard freezes going from KDE to text m
o [1998/09/21] kern/8015            [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/02] i386/8131            [patch] Support for PCI NE2000 compatible
o [1998/10/03] misc/8133   markm    [patch] bug in telnetd (Kerberos IV)
o [1998/10/03] bin/8134             End of game is not recognised immediately
o [1998/10/03] misc/8139            [patch] missing /usr/src/share/examples/d
o [1998/10/04] bin/8142             freebsd 2.2.7 implementation of key(1) [s
a [1998/10/06] bin/8163             [patch] It is impossible to assign quotas
o [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] bin/8347             /usr/lib/compat build issues in 3.0 RELEA
o [1998/10/16] kern/8349            [PATCH] Changer definition for SureStore 
o [1998/10/19] kern/8376            CLOCK_VIRTUAL not implemented
o [1998/10/19] misc/8378            Is termcap not maintained enough ?
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/10/30] bin/8501             snake has a segmentation fault depending 
o [1998/10/30] conf/8517            rc.conf/rc fails to set ldconfig -aout
o [1998/10/31] misc/8519   jkh      Murphy's Laws
o [1998/11/01] conf/8531   jkh      sysinstall on 3.0-RELEASE (and 3.0-curren
o [1998/11/03] bin/8553             /usr/libexec/mail.local doesn't handle ">
o [1998/11/04] i386/8571            Bug in config utility in FreeBSD 2.2.6-RE
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/08] kern/8605            ipsec for ipv4, new version
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/14] bin/8681             other macro name that has same number is 
f [1998/11/18] ports/8754  se       KDE: KDM Display Manager has login proble
o [1998/11/18] bin/8756             'pw' command additional feature request
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/22] bin/8809             fdisk calls QNX-4 partitions unknown
o [1998/11/22] bin/8811             Problem to use 'NLSMODE' variable in Make
o [1998/11/27] i386/8867            /stand/sysinstall core dumps (signal 11) 
o [1998/11/29] kern/8898            PCI devices without an associated driver 
o [1998/11/30] bin/8913             negative time values for csh 'time' built
o [1998/12/01] i386/8923            ctm 2.2.5 -> 2.2.7  error hu_HU.ISO_8859-
o [1998/12/01] kern/8925            options kern file needs AWE_DEFAULT_MEM_S
o [1998/12/03] i386/8953            BINFORMAT not defined in 2.2-STABLE
o [1998/12/03] bin/8955             request CVS allow advisory locks on repos
o [1998/12/06] misc/8986            install-info breaks installworld over nfs
o [1998/12/06] bin/8989             (patch) chflags support for mtree(8)
o [1998/12/08] bin/9012             route add -host hostIP -interface localIP
o [1998/12/10] conf/9051            2.2.8R boot floppy won't write to fixit f
o [1998/12/11] bin/9055             When used without arguments, ``set'' and 
a [1998/12/12] bin/9064    n_hibma  [PATCH] propose adding `direct' option in
o [1998/12/15] kern/9092            DELF raid volumes cause panics under CAM
o [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/17] bin/9118             default install of aout compat libs is in
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/21] conf/9160            /etc/services file corruption
o [1998/12/22] bin/9176    dillon   placemark to split mount_ufs out of mount
o [1998/12/23] kern/9183   newton   chroot(2) can be broken by the superuser.
o [1998/12/24] bin/9188             telnet gets stuck in ttydrain()
o [1998/12/27] bin/9206             sysinstall installation should create /st
f [1998/12/28] misc/9220            nvi: catalog: mistake in Russian error me
o [1998/12/28] bin/9226             telnetd can log wrong IP address to utmp
o [1998/12/29] bin/9233             gmp's mpq_add and mpq_sub are buggy
o [1998/12/30] conf/9245            obsolete locale setting in /usr/src/etc/{
o [1998/12/30] bin/9250             [PATCH] allow fetch to do ftp directory l
o [1998/12/31] i386/9257            fpathconf() missing from libc_r
o [1998/12/31] bin/9259             allow no prompt for yes in fdformat, but 
o [1999/01/03] ports/9286  andreas  Patch for games/nethack-qt to fix compila
o [1999/01/03] ports/9289  kris     New Port - ASPostit (Dockable version of 
o [1999/01/04] kern/9316            Intel PILA8461 NIC panics 2.2.7 during pr
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
o [1999/01/05] i386/9341            tty-level buffer overflows
o [1999/01/06] docs/9352   asmodai  wrong macro names in groff_[ms|mm|mmse].7
f [1999/01/07] bin/9374    roberto  Improved functionality for find(1)
o [1999/01/08] conf/9388            magic(5) correction for wordperfect
o [1999/01/08] kern/9392            Alternate system clock OR kernel stats cl
o [1999/01/13] bin/9470             aout-to-elf-build broken with kerberosIV-
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/17] bin/9536             make world installs aout compat libs in t
o [1999/01/19] bin/9569             top(1) ignores tty EOF condition.
o [1999/01/19] kern/9570            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             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/30] ports/9792  msmith   pib coredumps in port maker mode
o [1999/01/30] bin/9809             finger output format wrong
o [1999/01/31] ports/9840  asami    patch allows ports to fetch their sources
o [1999/01/31] kern/9848            ARP proxyall extra sanity check
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/06] bin/9931             config gives misleading error when duplic
o [1999/02/08] bin/9972             groff always built for US (letter) sized 
o [1999/02/09] bin/9990             Enhancement to filename completeion in cs
o [1999/02/09] i386/9991            new driver for National Instruments GPIB 
o [1999/02/11] ports/10023 kris     New port - net/gtkcookie
o [1999/02/11] bin/10030   markm    Kerberized telnet fails to encrypt when a
o [1999/02/12] i386/10052           Matrox Millennium II AGP device/model id 
o [1999/02/15] gnu/10112   chris    /usr/src/gnu/usr.bin/patch sorely out of 
o [1999/02/16] kern/10116           acd driver patch to support PD/CD drive.
o [1999/02/18] kern/10149           New PCI device
o [1999/02/19] bin/10158            Reference to ncheck in quot(8)
o [1999/02/19] kern/10159           Unable to unload vinum module
o [1999/02/19] kern/10160           kldload of umap module panics the system
o [1999/02/19] ports/10162 se       Fix kdmrc to add qmail usernames to NoUse
o [1999/02/19] misc/10167           Upon exiting X11R6, monitor goes blank.  
o [1999/02/20] bin/10169            find -perm <mode> doesn't allow a bitwise
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  doc      We need a script which check if our web m
o [1999/02/25] kern/10255           Some more SiS chipset PCI IDs for chipset
o [1999/02/26] bin/10274            make does not understand "lib(obj)" synta
o [1999/02/26] bin/10283            Race condition in rc.network
o [1999/02/28] bin/10300            dmesg exits on signal 10
o [1999/03/01] misc/10325           Implementation of itoa() for libc
o [1999/03/01] bin/10342            putenv(3) unnecessarily calls strdup/free
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
o [1999/03/06] ports/10454 obrien   Update: emulators/spim
a [1999/03/06] kern/10455           pcaudio breakage
f [1999/03/07] i386/10465           Must disable ex0 to install.
o [1999/03/10] bin/10522            make world died due -Werror
o [1999/03/10] bin/10524            3.1-19990309-STABLE install problem
o [1999/03/10] bin/10538            sbin/nos-tun gives wrong usage message
o [1999/03/11] bin/10548            More useful default ifconfig behaviour sa
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           Makefile.upgrade fails with make -j
o [1999/03/14] misc/10589           Incorrect assumptions in /etc/security
o [1999/03/14] bin/10590            new option to silince confirmation but no
o [1999/03/15] bin/10601   wosch    Ownership of symlinks copied by adduser a
o [1999/03/15] i386/10606           Probablue odd error message if LS-120 is 
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/16] i386/10623           DFLTPHYS in /usr/src/sys/i386/include/par
s [1999/03/16] ports/10634 ade      Update the hylafax port to do a client in
o [1999/03/17] kern/10641           Default sync rate in ncr SCSI driver is s
o [1999/03/17] kern/10642           exports(5) mentions KERBNFS but that's no
o [1999/03/18] bin/10657            Unable to install from CDROM or DOS parti
o [1999/03/18] kern/10663           hpscan doesn't like 3.1's pt device
o [1999/03/18] misc/10667           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/23] i386/10766           obsolete device name wcd is still left un
o [1999/03/24] i386/10779           zp slot 0 sees 3Com 589 PCMCIA card but z
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/26] kern/10812           LINT configuration MAXDSIZ/DFLDSIZ mislea
o [1999/03/27] bin/10825            daily script not executed or executed twi
f [1999/03/28] ports/10844 deischen New port: adagdb
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/30] bin/10878            host(1) dumps core
o [1999/03/31] kern/10894           wrong error message in svctcp_create()
o [1999/04/01] bin/10905            sa(8) is hard coded for 8 character user 
o [1999/04/01] gnu/10910            Integration of Objective C patches into g
o [1999/04/02] bin/10924            Extensions to biff(1)
o [1999/04/03] bin/10931            biff b
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/07] i386/11006           Sysinstall silently makes FreeBSD's parti
o [1999/04/08] kern/11020           popen does not honor ISO 9899 syntax
o [1999/04/08] bin/11031            [PATCH] mount and umount support for mort
o [1999/04/08] bin/11032            h2ph's cpp #warning/#error directive proc
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] bin/11051            ps's -U option should accept a list of us
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/11] bin/11094            lastlogin.8 from NetBSD
o [1999/04/13] misc/11111           Error opening terminal: su
o [1999/04/13] bin/11114            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/14] bin/11141            u_long is not big enough
o [1999/04/16] i386/11165           IBCS2 don't work correctly with PID_MAX 9
o [1999/04/16] bin/11168            pw(8) usermod does not recognize -w flag 
o [1999/04/18] bin/11205            Suggestion: move mt(1) to /bin
o [1999/04/18] i386/11207           sys/i386/isa/rp.c: fixed breaking and war
o [1999/04/20] kern/11235           Need to submit new driver
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/22] kern/11287           rfork(RFMEM...) doesn't share LDTs set by
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/28] bin/11370            more segfaults if you give it a real file
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/11410           code typo in ad1848.c: the != operator ha
o [1999/04/30] kern/11411           code typo in clones.c: "if ((mpu_config =
o [1999/04/30] kern/11412           code typo in ip_fil.c: missing NULL check
o [1999/04/30] kern/11413           code typo in pci.c: the != operator has h
o [1999/04/30] kern/11414           code typo in pcf.c: the != operator has h
o [1999/04/30] kern/11415           code typo in wst.c: the != operator has h
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           Non-functional AFS support in KerberosIV 
f [1999/05/05] kern/11516           NetGear 10/100 Ethernet 21140-based Ether
o [1999/05/05] kern/11517           ../../kern/kern_ntptime.c:533: warning: i
o [1999/05/05] kern/11519           dead code in ncr driver
o [1999/05/06] bin/11552            sendmail local delivery (mail.local) can'
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/10] conf/11626           /var/log/kerberos is rotated
o [1999/05/10] bin/11637            build of kdump fails
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] i386/11674           can't do make imake build or anything sin
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] ports/11820 asami    bsd.port.subdir.mk does not define the `m
o [1999/05/21] i386/11829           Boot Failure (Register Dump) with MFSroot
o [1999/05/22] misc/11838           xwindows configuration problem
o [1999/05/24] kern/11881           when a dummynet pipe is encountered it st
o [1999/05/25] misc/11890           make world creates /lkm directory
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            makewhatis during installworld uses /usr/
o [1999/05/28] i386/11920           FBSD 3.2 upgrade claims not to upgrade /u
o [1999/05/28] i386/11921           /usr/X11R6/lib/aout libraries screwed up
o [1999/05/29] conf/11925           rc.conf cosmetic naming inconsistencies
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/05] misc/12044           having tcl.h in /usr/local/include:/usr/i
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
f [1999/06/13] ports/12188 ports    New port: pbs-2.1.11 (misc/PBS) a batch s
o [1999/06/15] misc/12228  phantom  /etc/security don't search in all the fil
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/12255            BIND 8.1.2 compilation error in IPv6 capa
o [1999/06/17] bin/12263   hoek     "more" problems with long filenames
o [1999/06/18] bin/12280   jdp      LD_IGNORE_MISSING_OBJECTS not honored for
o [1999/06/18] kern/12281           active-filter option in pppd doesn't stop
o [1999/06/20] bin/12308            LPD can't be told not to bind to a TCP po
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] conf/12342           /etc/hosts.allow must use numerical IP ad
o [1999/06/22] bin/12357            [PATCH] allow route to create "proxy only
o [1999/06/23] bin/12358   ken      Patch: "camcontrol help" should go to std
o [1999/06/23] bin/12375            mv(1) cannot inherit the file flags.
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] kern/12409           add some more chipset models by NVidia to
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/06/30] bin/12461            it's handy to be able to send syslog mess
o [1999/07/01] bin/12477            New fortune
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/03] kern/12495           3.1 install fails to detect Toshiba CDROM
o [1999/07/05] ports/12518 ports    New port: ifmail-os-2.14.7
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/07] ports/12548 asami    New 'fecth-recursive(-list)' targets in p
o [1999/07/12] kern/12609           At boottime NFS mounts on a 3.2 client fr
s [1999/07/12] bin/12611   sheldonh /usr/bin/jot crashes with floating point 
o [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.
o [1999/07/23] misc/12776           Add PAM hooks to rlogind and rshd
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] kern/12803  obrien   patch to make xe driver's noise configura
o [1999/07/25] bin/12806            `sh -e' doesn't parse multi-command lines
o [1999/07/27] kern/12833           Support for TI1225 PCI to CardBus Bridge
o [1999/07/28] kern/12855           panic:softdep_flushfiles:looping, caused 
a [1999/07/28] bin/12866   sheldonh [PATCH] RFE for /bin/ls to add a -n optio
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 `'
a [1999/08/03] kern/12943  dg       fxp driver not completely compatible with
o [1999/08/03] bin/12946            top(1) gives incorrect delay default
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] bin/12960   des      basename(3) and dirname(3)
o [1999/08/04] bin/12962   des      basename(3) and dirname(3) part 2
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/06] ports/13006 erich    update emulators/x48 to 0.4.1d
o [1999/08/07] conf/13016           Wrong sendmail.cf file used by mergemaste
o [1999/08/07] docs/13020  mpp      Manpage capitalization
o [1999/08/08] docs/13034  peter    incorrect (old/obsolete) manpage for name
o [1999/08/08] misc/13036           de doesn't work with DEC 21143 based PCI 
o [1999/08/09] bin/13042            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  mpp      new man page describing timeradd() family
o [1999/08/11] kern/13082  dfr      Improved support for NE2000 PnP cards
o [1999/08/12] bin/13092   des      Fetch doesn't default to the correct http
o [1999/08/12] bin/13108            authunix_create_default includes egid twi
o [1999/08/13] docs/13116  phantom  typo in ms(7)
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           kthread_exit stops, but doesn't release p
o [1999/08/15] i386/13171           "config" not quite right for kernel not n
f [1999/08/16] ports/13173 ade      New port: yiff-0.33
o [1999/08/16] misc/13185           "tengo problemas con el pop3"
o [1999/08/17] ports/13191 ports    New port: fire-1.0
o [1999/08/17] kern/13209           IPFILTER_DEFAULT_BLOCK not in /usr/src/sy
o [1999/08/17] docs/13211  chris    [LIST] Some man pages has references to n
o [1999/08/18] docs/13218  mpp      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
o [1999/08/18] ports/13251 ports    New port: founts-11
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/20] misc/13282           partial compliance of dlopen to the Singl
f [1999/08/21] ports/13291 ade      New port: xap-xwf-0.7.8
o [1999/08/21] bin/13309            Fixes to nos-tun
o [1999/08/22] misc/13326           additional timeval interfaces for <sys/ti
o [1999/08/23] bin/13339            ntpdate now has unaligned accesses
o [1999/08/23] docs/13341  doc      FAQ 8.7 addition - booting drive 1 from N
o [1999/08/24] ports/13351 ache     ports: pgp: installing into $prefix/lib i
o [1999/08/24] kern/13359           Read permission to /dev/io does not grant
o [1999/08/24] bin/13364            Patch to wc(1) for Unix 98 compliance.
o [1999/08/26] bin/13397            nvi mishandles tags files under certain c
o [1999/08/26] misc/13400  imp      D-Link 660 pccard entry in pccard.conf.sa
o [1999/08/26] bin/13401            tftp will ack duplicate packets with larg
o [1999/08/26] kern/13404           Warning that pseudo-device log is unknown
o [1999/08/27] bin/13420            POSIX.2 wordexp library routine missing f
o [1999/08/27] docs/13421  mpp      src/lib/libc/sys/*.2 misc patch pack
o [1999/08/28] docs/13441  doc      incorrect path in SGML_CATALOG_FILES env 
o [1999/08/28] docs/13442  doc      docproj-primer does not mention where to 
o [1999/08/29] bin/13453            Strange /usr/bin/expand limit (fix includ
o [1999/08/30] misc/13464           3.2-19990827-STABLE date is wrong after e
o [1999/08/30] kern/13473           pccards failing after resume
o [1999/08/31] gnu/13507            Too many $log$ lines in patch/pch.c
o [1999/09/01] gnu/13525            gcc fails load against library with both 
o [1999/09/02] kern/13546           Too-verbose output from PCI probe at boot
o [1999/09/02] i386/13547           FreeBSD will not boot after installing to
o [1999/09/02] bin/13550   markm    If no PATH is defined when calling Sys::H
o [1999/09/03] bin/13557            [PATCH] top(1) sorts processes incorrectl
o [1999/09/03] misc/13558           Post install of Xfree863.3.3.1  gunks up 
o [1999/09/03] bin/13562   obrien   export YYERRCODE to y.tab.h, add paramete
o [1999/09/04] bin/13577            [PATCH] pawd broken for type "nfsl"
o [1999/09/04] i386/13581           after installation, i get a white screen 
o [1999/09/06] ports/13606 ache     Apache's suEXEC wrapper doesn't enforce u
o [1999/09/07] conf/13609           Some deamons not replacable at boot time 
o [1999/09/07] ports/13614 jmz      xdm and wdm do not set environment variab
o [1999/09/07] ports/13633 hosokawa Better location for samba's private direc
o [1999/09/08] bin/13649   billf    Enhancement to PKG_INSTALL tools (4.0-CUR
o [1999/09/08] ports/13650 asami    Port Conflict Checking for bsd.port.mk
o [1999/09/09] kern/13666           buggy filesystems are built as modules
o [1999/09/11] bin/13697            pstat(8) command line option '-w' not fun
o [1999/09/11] misc/13698           Here is: a euro character for syscons & i
o [1999/09/12] i386/13706           FreeBSD identifies all 80486 processors a
o [1999/09/15] bin/13758            [PATCH] adding current download throughpu
o [1999/09/15] bin/13759            Makefile for sendmail configurations
o [1999/09/15] kern/13764  yokota   [PATCH] Stop syscons from flushing histor
o [1999/09/15] conf/13769           NATD is not compatible with the "simple" 
o [1999/09/15] kern/13770  phk      Almost clone update for kernel ppp implem
o [1999/09/17] docs/13792  doc      Difficult to find documentation of "secur
o [1999/09/17] bin/13799            [patch] teach vidcontrol there are up to 
o [1999/09/17] ports/13800 se       Patches attached for kdelibs-1.1.1, fix '
o [1999/09/18] ports/13808 kris     linux-rvplayer port improved a'la netscap
o [1999/09/19] docs/13815  doc      Out-of-date FAQ entries
o [1999/09/19] ports/13823 wosch    stat port not formatting device node
o [1999/09/19] ports/13832 se       kdebase11 doesn't DTRT when PREFIX is set
o [1999/09/19] ports/13833 se       make PREFIX=/foo/bar/quux broken for kdeu
o [1999/09/19] ports/13834 se       make PREFIX= broken in kdesupport11
o [1999/09/19] ports/13835 se       Fix 'make PREFIX=...' for kdegames11
o [1999/09/19] ports/13840 se       'make PREFIX' fails for kdenetwork11
o [1999/09/19] ports/13842 se       'make PREFIX' fails for kdemultimedia
s [1999/09/19] kern/13843  ken      da driver does not support 'CDIOCEJECT' i
o [1999/09/19] kern/13846           [PATCH] remove some kernel compile warnin
o [1999/09/20] conf/13863  obrien   dhclient-script doesn't update route if n
s [1999/09/21] bin/13869   sheldonh man program saves multiple cached copies 
o [1999/09/21] bin/13870            "ps tpt" produces "ps: /dev/ttypT: No suc
o [1999/09/21] bin/13882            mount -p is missing the quota options
o [1999/09/21] kern/13883           Can't have a MFS filesystem > 512MB
o [1999/09/21] ports/13887 taoka    New port (fmirror)
o [1999/09/22] misc/13895           nonexistent words in /usr/share/dict/web2
o [1999/09/22] ports/13898 obrien   New port: misc/dictd
o [1999/09/22] conf/13907           dummynet.4 correction, rc addition of
o [1999/09/23] conf/13916  mpp      man outputs footer only page as first pag
o [1999/09/23] conf/13918           Termcap entries for VESA modes missing
o [1999/09/23] gnu/13921            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           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/26] gnu/13989            SIGWINCH corrupts the display of a multil
o [1999/09/27] kern/14006           pas2_pcm.c pcm playback problem, with fix
f [1999/09/29] docs/14035  doc      tzfile.h referenced in tzfile(5) doesn't 
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/09/30] ports/14070 ports    New port: devel/crossgo32-f77
o [1999/09/30] i386/14071           FreeBSD 3.3 Installation CD does not boot
o [1999/10/01] ports/14077 peter    Multicast not available on multicast enab
o [1999/10/01] bin/14078            -stable 'make release' does not work on -
o [1999/10/01] ports/14079 ports    ssh2 port won't install if automake is in
f [1999/10/01] kern/14083  gibbs    CAM 3.3-RELEASE fails boot w/2940UW + non
o [1999/10/02] kern/14087  dcs      update sys/boot/ficl/softwords/softcore.a
o [1999/10/02] ports/14088 ports    port of new fvwm 2.3 beta (2.3.8)
o [1999/10/03] misc/14104           DISTFILES name clash between release/Make
o [1999/10/04] docs/14129  phantom  gated(8) and htable(8) as referenced in r
o [1999/10/05] bin/14142            sendmail: mci.c: bad pointer conversion i
o [1999/10/05] bin/14151            Patch: date(1): merge in OpenBSD enhancem
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/06] bin/14171   joe      [PATCH] create symbolic links using mtree
o [1999/10/07] bin/14175            route for ip aliasing
o [1999/10/07] ports/14182 asami    Patch: bsd.port.mk: add plist target
f [1999/10/07] ports/14185 ports    ports/x11-wm/fvwm2 updated from 2.2.2 to 
o [1999/10/07] alpha/14200 alpha    kldstat command has formatting problems o
o [1999/10/08] kern/14217           [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
o [1999/10/11] ports/14260 ports    New port: WODA - A Web Oriented Database 
o [1999/10/11] misc/14263  phantom  There ara no ukrainian locale in stable/c
o [1999/10/11] i386/14266           vfsload() looks in /lkm, not /modules
o [1999/10/11] misc/14269           NIS passwd and group maps do not clean ou
o [1999/10/11] misc/14273           Somewhat bogus entry in termcap
o [1999/10/12] conf/14297  imp      [Patch] pccard.conf for corega Ether PCC-
o [1999/10/13] ports/14316 markm    exmh not recognizing mh and uses too many
o [1999/10/13] bin/14317   jkh      sysintall: instructions to reboot don't m
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/14] bin/14342            [PATCH] Speed ups for regex!
o [1999/10/15] kern/14346           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/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/20] i386/14437           MFC'ed identcpu.c
o [1999/10/20] i386/14438           additional CPUID bit definitions for iden
o [1999/10/20] i386/14440           update to identcpu.c to "support" AMD K7'
o [1999/10/21] bin/14448            ftp-client may not recognize failure, rep
f [1999/10/23] docs/14460  jhb      Fix broken links in the FAQ
f [1999/10/23] conf/14487  phantom  Please Change "/usr/share/skel/dot.login"
o [1999/10/23] misc/14488           kget doesn´t write the key word "enable" 
o [1999/10/24] kern/14504           Framing Error on FreeBSD Laptop
o [1999/10/25] misc/14511           chapss Y2K problem
o [1999/10/25] ports/14515 ports    New Port: Tripwire 1.3
o [1999/10/25] conf/14522           dhclient incorrectly reads and sets hostn
o [1999/10/25] docs/14530  phantom  Printed manual pages have extraneous blan
o [1999/10/25] docs/14532  doc      Much of cam_cdbparse(3) prints in Courier
o [1999/10/25] bin/14533            pccardd improperly assigns irqs
o [1999/10/25] bin/14534   mpp      Formatting man pages gives numeric expres
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/14563  doc      Wrong manpage produced by `man 4 fd'
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
s [1999/10/29] kern/14590           kernel panic writing to floppy
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] ports/14643 ports    New port: chinese/pyDict  A Chinese/Engli
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
f [1999/11/01] ports/14652 will     update emulators/wine to 991031 (supersed
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:/
o [1999/11/03] docs/14682  doc      lprm(1) unaware of lp(1) Environment Vari
f [1999/11/03] ports/14686 ade      New port: pisces IIB (Category: cad)
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/07] kern/14778           sio.c doesn't recognize USR model 3090 IS
o [1999/11/08] ports/14783 jmz      mgetty 1.1.12 always sets clocal
o [1999/11/08] bin/14786            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 
o [1999/11/10] i386/14816           lnc(4) can work with Am79C937
a [1999/11/10] bin/14817            strptime(3) '%C' conversion incorrect
o [1999/11/11] ports/14822 jfitz    majordomo sets group-writable dir's
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] misc/14868           Freebsd 3.2-REL with 1 ISA PNP and 1 PCI 
o [1999/11/14] i386/14891           New smbus driver lmsmb
o [1999/11/15] bin/14911            Install of opiekey missing links to otp-m
o [1999/11/16] ports/14922 will     New port: net/infobot
o [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] bin/14954            search.h is missing
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/17] ports/14970 peter    conserver-7.4 port submission
o [1999/11/18] conf/14973           Digi-multiport serial card?
o [1999/11/18] conf/14974           In RELENG_3, fdisk reports sizes incorrec
o [1999/11/18] ports/14977 peter    conserver doesn't support speed over than
f [1999/11/18] ports/14986 kris     possible bug in ssh1
o [1999/11/18] ports/14991 ports    New port: devel/tcl-trf  Tcl Data transfo
o [1999/11/19] misc/14993           Freebsd Locks up when trying to set the h
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  mjacob   Suggestion for enhancement: move isp firm
o [1999/11/21] ports/15035 jseger   [Tcl/Tk] apply plus patch to Tcl/Tk8.2
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/28] ports/15147 ports    New port: audio/xsidplay
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           Addition to /usr/games/random
o [1999/12/01] bin/15211            CFLAGS and CC not settable and one warnin
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] kern/15221  marcel   Linux emulator core dumps on setreuid()
o [1999/12/02] bin/15227   sheldonh New option for vacation(1) -- dir to use 
o [1999/12/02] bin/15229   joe      mtree - different from mtree in NetBSD 1.
o [1999/12/02] docs/15234  mpp      sh(1) man page have capitalised instance 
o [1999/12/03] ports/15239 asami    fix MASTER_SITE_GNOME in bsd.port.mk:  mi
o [1999/12/04] kern/15251           patch to add unsigned support to sysctl
o [1999/12/04] docs/15259  obrien   amd(8) refers to nonexistent automount(8)
o [1999/12/05] kern/15280           kernel panic during FreeBSD install
o [1999/12/05] bin/15285   wes      unhelpful error message from brandelf
o [1999/12/05] misc/15288  billf    pkg_version -c output isn't safe for scri
o [1999/12/05] ports/15294 jfitz    Update port: mrgt from 2.8.8 to 2.8.9
o [1999/12/06] bin/15301            Bug in /usr/sbin/syslogd: strips 8th bits
o [1999/12/06] misc/15304  billf    proposed modifications to pkg_version
o [1999/12/06] ports/15326 ache     tcsh modification
o [1999/12/07] ports/15329 cwt      amanda24 modification
o [1999/12/07] misc/15339           fdformat should exit non-zero when user c
o [1999/12/07] bin/15342            replacement for the stock /sbin/dhclient-
o [1999/12/08] ports/15367 ports    new ports on linux emulator
o [1999/12/09] bin/15371            keyinfo doesn't work without suidperl
o [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] docs/15408  doc      Description of ls and nlist wrong in man 
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/12] kern/15440  jasone   support atomic locks in the UP kernel
o [1999/12/12] kern/15455  dg       Intel EtherExpress Pro does not properly 
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 andreas  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/16] misc/15519  peter    Lots of bind-8.2.2 manual pages don't get
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?
f [1999/12/17] ports/15545 ports    New port: x11/xterm
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
f [1999/12/18] ports/15552 ports    New port: news/knode
o [1999/12/18] misc/15555           some enhancements for uudecode
o [1999/12/19] docs/15561  doc      regex(3) manpage needs update
o [1999/12/20] bin/15593            [SECURITY] ustrcpy() buffer overflow in d
o [1999/12/20] ports/15594 se       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/15632           mss driver fails to recognize CS4239 on T
o [1999/12/22] kern/15633           Joy driver fails to attach to CS joystick
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
f [1999/12/23] docs/15661  nbm      Handbook doesn't properly document bootin
o [1999/12/24] bin/15663   yokota   none
o [1999/12/25] ports/15691 kris     Ssh ports fail to check inetd.conf before
o [1999/12/28] bin/15739            repquota report format fix for better par
o [1999/12/28] conf/15745           rc.network overrides mountd_flags rather 
o [1999/12/28] kern/15747           loader's builtin "more" command won't res
o [1999/12/28] conf/15748  jkh      sysinstall - upgrade
o [1999/12/30] ports/15787 se       Kvt doesn't agree with MAKEDEV on pty num
o [1999/12/31] conf/15792           can't make /dev/cd31
o [1999/12/31] misc/15809           New entry for the fortune(6) database
o [1999/12/31] ports/15810 jfitz    p5-Net port update
o [1999/12/31] ports/15812 jfitz    p5-Mail-Tools port update
o [1999/12/31] ports/15814 eivind   p5-MIME-Tools port update
o [2000/01/01] ports/15819 cwt      fix PLIST of misc/amanda24
o [2000/01/01] docs/15821  doc      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            PATCH: rdump over ssh
o [2000/01/01] bin/15832            the w commands can show a bad result on t
o [2000/01/02] kern/15838           Conversion tables in msdosfs_conv.c are b
o [2000/01/02] ports/15840 ports    New port: x11-fonts/ucs-fixed
o [2000/01/02] i386/15841           [patch] Assembler syntax fixes for the bo
o [2000/01/02] ports/15844 wosch    www/checkbot fix and update to 1.58
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] ports/15857 dirk     new standalone port of php3 for ports/www
o [2000/01/03] ports/15859 ache     Fix a typo in BUILD_DEPENDS in www/p5-Par
o [2000/01/03] kern/15860           patch to make default kern.maxfilesperpro
o [2000/01/03] bin/15861            ftpd did not use sendfile(2) when sending
o [2000/01/03] misc/15871           CVS directories copied to PicoBSD filesys
o [2000/01/03] ports/15873 ports    New port: Apache_fp+php+mod_ssl-1.3.9+3.0
o [2000/01/03] misc/15874           PicoBSD can only update files from within
o [2000/01/03] misc/15875           Incorrect permissions on PicoBSD /tmp dir
o [2000/01/03] misc/15876           PicoBSD message of the day problems
o [2000/01/04] ports/15886 ports    New port: audio/cd2mp3
o [2000/01/04] docs/15890  doc      rfork(RFMEM) on SMP generates error
o [2000/01/04] ports/15894 ports    New port: security/aide  AIDE 0.5
o [2000/01/05] misc/15908           patch to fix argument mismatch in getnano
o [2000/01/05] kern/15923           ATA/EIDE DMA does not work with some hard
o [2000/01/06] ports/15933 marcel   ports/editors/staroffice requires linux l
o [2000/01/06] ports/15935 msmith   ports/editors/wordperfect - incorrect URL
s [2000/01/06] docs/15959  phantom  misplaced lines in psignal.9 man page
o [2000/01/07] ports/15963 se       krn requires libgdbm but port doesn't che
s [2000/01/08] bin/15981   sheldonh rcp -p fails when times have high bit set
o [2000/01/08] kern/15983  n_hibma  C++ keywords in kernel header files
o [2000/01/08] ports/15992 asami    [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/08] ports/15994 ports    new port libapreq 0.31
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
o [2000/01/10] misc/16026           /stand/sysinstall segmentation fault when
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] ports/16063 jseger   rdjpegcom part of the JPEG port ignores l
o [2000/01/11] ports/16072 obrien   vim5 port update
o [2000/01/11] conf/16076           [PATCH] pam_ssh examples for /etc/pam.con
o [2000/01/12] bin/16086   des      Inetd internal IDENT is not work well.
o [2000/01/12] ports/16088 ports    apache13-ssl lacks sbin/gcache in PLIST
o [2000/01/12] docs/16091  nik      Update man refs for patch in pr #15958
o [2000/01/13] ports/16109 max      Update port: japanese/mimekit to 1.8
o [2000/01/14] bin/16119            ctm_rmail does not honor umask
o [2000/01/14] bin/16124   alfred   [PATCH] Enhancement for 'lpr -r'
o [2000/01/15] misc/16131           bizarre dates displayed when searching th
o [2000/01/15] ports/16139 billf    Ntop port fails to find lsof
o [2000/01/15] kern/16140           /proc contains regular files of infinite 
o [2000/01/17] ports/16167 torstenb y2k problem with inn 2.2.1 NEWNEWS and NE
o [2000/01/18] kern/16169           The U.S. Robotics 56K Voice Int modem is 
o [2000/01/18] kern/16170           compiling machine/setjmp.h with g++
o [2000/01/18] docs/16173  doc      [PATCH] fix for the kld/cdev example
o [2000/01/18] bin/16179            ipfw(8) poor design of command line parsi
o [2000/01/18] conf/16180           firewall rules may require flags to be pa
o [2000/01/18] docs/16185  guido    a possible typo in ipnat.5 manpage
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] ports/16201 ports    Port of CDD isn't up to date
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/20] misc/16231           CD audio wont work.
o [2000/01/20] kern/16240           ICMP error generation fails to correctly 
o [2000/01/21] ports/16252 asami    bsd.port.mk: Add bzip2 support for distri
o [2000/01/21] bin/16275            approve send-pr(1) (attach files, use env
o [2000/01/21] misc/16278           Crypt() function returns wierd results
o [2000/01/22] kern/16292           performance problem of divert socket
o [2000/01/22] misc/16301           Sysinstall -> Configure -> Distribution -
o [2000/01/22] ports/16305 jfitz    Upgrade port: majordomo to 1.94.5
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/16335  archie   ng_ppp(8) fixes, improvements
o [2000/01/24] kern/16339           vm/vm_page.h PQ_L2_SIZE options too limit
o [2000/01/25] ports/16347 ports    Inconsistencies between Java ports
o [2000/01/25] kern/16360           kernel timestamping of ICMP echo requests
o [2000/01/26] kern/16362           AMD K6-3 processor is identified as a P58
o [2000/01/26] ports/16363 pst      [PATCH] Upgrade ports/databases/gnats
o [2000/01/26] bin/16364            [PATCH] Add msdosfs and cd9660 support to
o [2000/01/26] ports/16374 ache     Ports fix: news/tin
o [2000/01/26] ports/16377 ports    new port for PGP 6.5.1i
o [2000/01/27] ports/16397 jfitz    Please update net/mrtg for current
o [2000/01/27] i386/16411           DUMP freezes system if uucico or samba wr
o [2000/01/27] ports/16417 ports    nethack3 port won't compile on 3.4-Stable
o [2000/01/28] bin/16422            newfs always make root's / directory
o [2000/01/28] misc/16434           Odd rlogin problem.
o [2000/01/29] docs/16439  doc      fdp-primer - difficulties with split SGML
o [2000/01/29] ports/16452 torstenb Update ctwm port
o [2000/01/30] misc/16475           search.cgi gives bogus dates
o [2000/01/30] ports/16476 peter    Missing option and a typo
o [2000/01/30] bin/16480            locked accounts and adduser
o [2000/01/30] ports/16486 ports    New Port: devel/linux-jdk-1.2.2
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] ports/16580 nbm      Request port removal.
o [2000/02/08] conf/16584  jkh      Hostname field too small during install (
o [2000/02/09] ports/16606 ports    [NEW PORT] new port of Adobe Acrobat View
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/16629 ports    New port of vtun 2.0.
o [2000/02/10] ports/16636 ports    New port: GNU find
o [2000/02/10] ports/16638 ports    New port: GNU fileutils
o [2000/02/10] ports/16640 ports    rwhois port install tries to copy wrong l
o [2000/02/10] ports/16642 jseger   libwww port upgraded to 5.2.8
o [2000/02/10] misc/16647  jkh      data for fortune
o [2000/02/10] ports/16648 ports    New port: graphics/Gdtclft (TCL interface
o [2000/02/10] bin/16649            /bin/lastcomm: output contains extraneous
o [2000/02/11] ports/16651 ports    [ports] net/pppload fails to compile
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/12] ports/16669 erich    Update port: editors/sam
o [2000/02/12] ports/16670 erich    Update port: x11/9term
o [2000/02/12] ports/16674 erich    Update port: graphics/mplex
o [2000/02/12] ports/16676 swallace Update port: games/xrisk to 2.15
f [2000/02/12] ports/16687 jedgar   p5-Mysql building problem due to missing 
o [2000/02/12] ports/16693 ports    new port: wavplay 1.4 now with the port! 
f [2000/02/13] ports/16703 billf    port update from apache-ssl-1.3.9+1.37 to
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] ports/16715 jseger   Upgrade games/gnugo port to version 2.6
o [2000/02/14] ports/16718 dbaker   [PATCH] misc/proxyper should obey the por
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/15] ports/16732 roger    Update port: misc/videotext to 0.6.199910
o [2000/02/16] kern/16745           Kernel Makefile doesn't sanitise PATH [PA
o [2000/02/16] ports/16763 ports    New port: emulators/vxtools
o [2000/02/16] docs/16764  jim      Include link to "Linux-Oracle on FreeBSD"
o [2000/02/16] kern/16765           Add support for mark/space parity
o [2000/02/17] ports/16779 erich    Update port: astro/xephem
o [2000/02/17] ports/16786 jfitz    Update port: lang/rexx-imc
o [2000/02/17] ports/16794 ports    New port: sdts++
o [2000/02/17] bin/16798            rmuser rebuilds entire passwd datebase fo
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] kern/16838           MFC: phk's print uptime at reboot
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] misc/16842           Knob for release/Makefile to prevent dele
o [2000/02/20] misc/16848  jkh      Fortune has repeat entry
o [2000/02/20] ports/16857 jdp      cvsup coredump
o [2000/02/21] ports/16872 max      Update port: japanese/pine
o [2000/02/21] bin/16880            [PATCH] pw(8) hardcodes directory creatio
o [2000/02/21] docs/16891  unfurl   Typo in header of FAQ
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] bin/16927            [PATCH] prevent possible race condition i
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] ports/16932 marcel   linux_base 6.1 in 4.0rc aborts install wi
o [2000/02/23] docs/16934  doc      anon transfer log doesn't log all xfers
o [2000/02/23] misc/16938           FTP does not fully parse ftp:// URLs
o [2000/02/23] bin/16941            routed: possible netmask problem between 
a [2000/02/23] gnu/16942   sheldonh send-pr(1) creates unsafe temp files
o [2000/02/23] bin/16944            Give mtree(8) an ``exclude'' facility
o [2000/02/23] ports/16949 ports    New Port: audio/pimp3
o [2000/02/23] bin/16953            [PATCH] Fix argument overflow in dnsquery
o [2000/02/23] misc/16954           [PATCH] catopen(3) in libc can overflow o
o [2000/02/24] misc/16969           /kernel: psmintr: out of sync (0000 != 00
o [2000/02/24] ports/16970 ports    New port of TclX-8.2 (lang/tclX82)
o [2000/02/24] bin/16971            Exiting from /usr/sbin/login does not res
o [2000/02/25] bin/16981            Minor nit with (un)compress and "Operatio
o [2000/02/25] ports/16987 obrien   pkg_delete vim-5.X incorrect
o [2000/02/25] ports/16989 ports    New port: comms/qico 0.45pre3
o [2000/02/25] kern/16993  marcel   Linux emulator lacks setfsuid and setfsgi
o [2000/02/25] ports/16997 ports    Incompatibility between GNOME and KDE
o [2000/02/25] ports/16998 ports    Eterm fails to function from Gnome/Enligh
o [2000/02/26] kern/17003           dscheck() overzealously protects labels o
o [2000/02/26] conf/17006           PCMCIA ETHERNET CARD
o [2000/02/26] kern/17007           This is a code for implementing ethernet 
o [2000/02/26] docs/17014  doc      send-pr sets MAIL_AGENT unconditionally
o [2000/02/26] ports/17016 ports    New port -- Wordnet -- dictionary and the
o [2000/02/27] ports/17018 ports    New port submission for Moneydance
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/27] ports/17035 ports    Update port www/ijb to both use FreeBSD g
o [2000/02/28] ports/17037 ports    A new port of NADAR-b04
o [2000/02/28] misc/17045           Cannot install on Siemens Primergy 870 (d
o [2000/02/28] ports/17047 ports    Let doc++ install documentation
o [2000/02/28] kern/17058  mjacob   SCSI tape driver can't drive devs that ca
o [2000/02/28] ports/17066 ports    audio/xmms chewing CPU (and skipping too)
o [2000/02/29] misc/17069  davidn   /usr/sbin/pw pw(8) fails for a specific u
o [2000/02/29] bin/17077            write() error
o [2000/02/29] bin/17084            memory leak in getcap.c (libc)
o [2000/02/29] bin/17085            [patch] Fix typo in src/src/games/fortune
o [2000/03/01] docs/17101  doc      Useless reference in the doscmd manpage
o [2000/03/01] docs/17104  phantom  gethostbyname(3) contains a reference to 
o [2000/03/01] docs/17105  doc      Wrong crossreference in ndc(8).
o [2000/03/01] ports/17111 ports    [NEW PORT] New port of Jext - a powerful 
o [2000/03/01] ports/17116 ports    New port: net/ip-tun
o [2000/03/02] ports/17127 obrien   Ports fix: editors/vim5
o [2000/03/02] ports/17130 ports    New Ports: korean/hlatex-uhcstd
o [2000/03/02] ports/17131 ports    New Ports: korean/hlatexpsfonts-uhcextra
o [2000/03/02] misc/17132           bugs in xdr functions
o [2000/03/02] misc/17133  imp      /etc/pcmcia.conf.sample error with DFE-65
o [2000/03/02] ports/17139 billf    PLIST correction for Apache13-fp
o [2000/03/03] ports/17151 sada     updated original archive file of elisa8x8
a [2000/03/03] misc/17155  sheldonh Add mount(8) check to /etc/security
o [2000/03/03] ports/17157 swallace Update port: audio/xcdplayer
o [2000/03/03] ports/17158 joerg    Update port: deskutils/xpostit
o [2000/03/03] ports/17159 swallace Update port: games/xasteroids
o [2000/03/03] ports/17161 swallace Update port: games/xchomp
o [2000/03/03] ports/17170 taoka    Update port: x11/xcoloredit
o [2000/03/04] ports/17176 ports    Update ports: Mew-1.94.2
o [2000/03/04] misc/17178           -d option of lpd didnt work
o [2000/03/04] misc/17185           main ncurses headerfile is installed as c
o [2000/03/04] i386/17198           3.4 doesn't boot from CD on dell 3500
o [2000/03/04] ports/17199 jmz      emulators/mtools configure fix
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            gdb doesn't honor auto-solib-add
o [2000/03/05] ports/17215 ports    XFree86 SVGA SiS5597/5598 server problem 
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
o [2000/03/06] misc/17232  obrien   chown(1) and chgrp(1) do not honor -v fla
o [2000/03/06] ports/17236 ports    New ports tamago 4.0.6
a [2000/03/06] ports/17241 mharo    Update: japanese/tkdesk
o [2000/03/07] ports/17249 ports    Updated md5 checksum for audio/xmms-livei
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] ports/17262 ports    New port: japanese/xmsgsaver 1.7
o [2000/03/08] ports/17268 dirk     new lyx port does not install locale file
o [2000/03/08] docs/17269  doc      Description of Symbols in nm(1)
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           make release fails when making readmes fo
o [2000/03/08] ports/17279 ports    USA/Canada Netscape Navigator 4.72 FreeBS
o [2000/03/09] ports/17282 jmacd    Update port: lang/mit-scheme to 7.5.4
o [2000/03/09] ports/17286 ports    New port of ISC DHCP 3.0 beta
o [2000/03/09] bin/17289            [PATCH] wrong permissions on /var/run/pri
o [2000/03/09] ports/17293 ports    samba port installs man-pages twice, fail
o [2000/03/09] kern/17297           Panic when mounting a CDRom
o [2000/03/10] i386/17299           I can't find uucleanup command in freeBSD
o [2000/03/10] ports/17301 ports    New port: mozilla-fonts
o [2000/03/10] ports/17302 ports    New Port c-nocem
o [2000/03/10] kern/17304  imp      More flexible support for building klds o
o [2000/03/10] ports/17309 ports    ports/audio/cdd doesn't support .wav outp
o [2000/03/11] ports/17316 ports    New Port - QuickPicks
o [2000/03/11] ports/17332 ports    New ports: korean/gtkcomm
o [2000/03/12] ports/17336 ports    ktranslator port make failure
o [2000/03/12] ports/17337 ports    New port for bulb-1.0.6
o [2000/03/12] ports/17342 will     ports/devel/qtez build failure
o [2000/03/12] kern/17347           msdosfs_rename and 'vrele: negative ref c
o [2000/03/12] ports/17348 ports    Update port security/libparanoia from 1.3
o [2000/03/12] kern/17349           [Patch] ESS18xx PnP Sound Card PnPid for 
o [2000/03/12] ports/17350 ports    tripwire used mktemp(), siggen not instal
o [2000/03/13] kern/17351           Add PnP ID for the "5634BTS 56K Video Rea
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] docs/17364  doc      Fix minor errors and omissions in FAQ
o [2000/03/13] bin/17368   billf    Bad error messaging from mountd(8)
o [2000/03/14] ports/17376 ports    New port -- mysql-editor, web-based table
o [2000/03/14] misc/17377           "Checking for rejected mail hosts:" gives
o [2000/03/14] ports/17382 ports    New port, devel/p5-Locale-Maketext
a [2000/03/14] misc/17384  sheldonh patch for lpd to add -p option to disable
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] ports/17390 ports    A port to track SAINT at its current vers
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
f [2000/03/16] ports/17414 mharo    upgrade and fix for the postilion port
o [2000/03/16] ports/17415 ports    New Port: ip-tun (update)
o [2000/03/16] ports/17416 ports    New Port: p5-File-CounterFile
o [2000/03/16] ports/17417 ports    New Port: p5-Mail-Sendmail
o [2000/03/16] ports/17418 ports    New Port: p5-Net-Netmask
o [2000/03/16] ports/17419 ports    New Port: p5-Net-SSLeay
o [2000/03/16] ports/17420 ports    New Port: xbone
o [2000/03/16] kern/17425  nsouch   [PATCH] fix two small printing errors in 
o [2000/03/16] ports/17427 ports    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] ports/17436 ports    New port: emulators/vxtools -  utilites f
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/17] ports/17445 marcel   Install of linux_base-6.1 fails with rpm 
o [2000/03/17] ports/17447 ports    Addition of a new port
a [2000/03/18] ports/17463 mharo    Update port: graphics/cqcam
o [2000/03/18] ports/17465 jmacd    Update port: lang/STk to 4.0.1
o [2000/03/18] docs/17469  doc      Missing man page: sigwait
o [2000/03/18] docs/17470  doc      Missing man page: pthread_yield
o [2000/03/18] ports/17471 rse      presence of devel/pth-devel port breaks w
o [2000/03/18] ports/17473 ports    YACC error in wine-99.11.14 port (tools/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] kern/17487  sos      ide/atapi/cdrom bugs
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] ports/17496 ports    /usr/ports/editors/emacs termcap problem
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
o [2000/03/20] ports/17513 ports    new ports: russian/apache13-php3 (fix, pl
o [2000/03/20] misc/17514           Inconsistent behaviour of "make update" [
o [2000/03/20] docs/17521  doc      Proposed FAQ on assembly programming
o [2000/03/21] ports/17523 ports    New port: www/ssserver-1.0
o [2000/03/21] ports/17524 asami    Wrong handbook chapter ref. in openssh po
o [2000/03/21] bin/17532            "host" only prints A records by default
o [2000/03/21] ports/17534 ports    Update of lang/clisp port, new version & 
o [2000/03/21] ports/17537 jfitz    incorrect dependency results in bogus rei
o [2000/03/21] docs/17538  jasone   no man page for pthread_kill(3) and frien
o [2000/03/21] kern/17539           kernel panic when asking help in visual u
o [2000/03/21] docs/17544  doc      login.conf(5) should have pointer to cap_
o [2000/03/22] bin/17546   murray   Sysinstall does not let you configure NIS
o [2000/03/22] ports/17547 ports    new port xtrojka
o [2000/03/22] docs/17552  doc      Documentation error in divert(4)
f [2000/03/22] bin/17555   green    fstat(1) doesn't show memory-mapped files
o [2000/03/22] ports/17556 ports    New port: audio/linux-realplayer7
o [2000/03/23] docs/17566  doc      [PATCH] ssh(1) and sshd(8) manpage error
o [2000/03/23] ports/17572 ports    [NEW PORT] New port of PVMPov-distributin
o [2000/03/24] ports/17577 ports    New port: hebrew/elmar-fonts
o [2000/03/24] ports/17578 will     GNU Pascal port
o [2000/03/24] ports/17580 ports    unable to make webcopy, invalid mastersit
o [2000/03/24] kern/17581           devices failing probing do so silently
o [2000/03/24] ports/17585 obrien   Outputs small message for user of lang/gc
o [2000/03/24] ports/17586 ports    New port: MyODBC-2.50.28
o [2000/03/24] ports/17587 ports    New port: libiodbc 2.50.3
o [2000/03/24] ports/17588 will     New port: mysql++-1.6
o [2000/03/24] kern/17589  sos      ata crashes when trying to extract cd-da 
o [2000/03/24] kern/17593  sheldonh [PATCH] Add KERNEL identifier to GENERIC
f [2000/03/25] conf/17595  dan      Preventing cp /etc/defaults/rc.conf /etc/
o [2000/03/25] ports/17597 ports    New port: p5-Net-ext - a perl modules for
o [2000/03/25] docs/17598  doc      installworld over NFS documentation no lo
o [2000/03/25] docs/17600  billf    Error in description /usr/share/examples/
o [2000/03/25] ports/17602 jmz      Port fix x11/XFree86-4.0 (make deinstall 
o [2000/03/25] ports/17603 ports    ports/www/wwwoffle SPOOL=/home, then fail
o [2000/03/26] bin/17606   shin     traceroute vs. IPSEC surprise
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] conf/17622  imp      [Patch] pccard.conf for corega Ether PCM-
o [2000/03/27] bin/17623            date(1) -v doesn't handle time changes (D
f [2000/03/27] ports/17625 billf    update port apache-ssl-1.3.12+1.39 (2nd s
o [2000/03/27] i386/17628           3c509b hangs on running ifconfig
f [2000/03/27] kern/17629  green    "almost clone" patch for device snp
o [2000/03/27] misc/17630           Install loader failed to recognize 84-key
o [2000/03/27] kern/17631           netgraph is not implemented on loopback i
o [2000/03/28] docs/17638  jim      Added section on installing Oracle for Li
o [2000/03/28] bin/17640            lseek();read() -> pread() in dump and fsc
o [2000/03/28] ports/17641 ports    New port: sysutils/heat
o [2000/03/29] ports/17663 ports    New port: audio/bwap
o [2000/03/29] ports/17673 ports    w3m port bugs
o [2000/03/29] ports/17675 ports    New port: findutils-4.1
o [2000/03/29] ports/17676 ports    new port:  astro/rmap
o [2000/03/29] ports/17678 jseger   Update port graphics/Mesa3 latest with pa
o [2000/03/29] bin/17679   wpaul    wicontrol should take multiple args on co
o [2000/03/30] bin/17687   darrenr  ipfilter is lacking behind the official v
o [2000/03/30] kern/17688           es_callback() in /sys/pci/es1370.c does n
o [2000/03/30] ports/17692 kris     Unaudited SUID root on x11/kdebase11 .kss
o [2000/03/30] ports/17693 ports    port djview plugin for netscape-linux
o [2000/03/30] bin/17694            wcstombs(), mbstowcs() not complying with
o [2000/03/30] kern/17698  sheldonh [PATCH] Let Makefile.inc1 installkernel i
o [2000/03/30] conf/17699           Support for dutch keyboards in the consol
a [2000/03/30] kern/17702  peter    Plug and Play Info for USR 56K FAX INT mo
o [2000/03/30] misc/17703  dfr      /usr/share/examples/kld/cdev won't compil
o [2000/03/31] ports/17707 ports    new port:  audio/sphinx
o [2000/03/31] bin/17720            presence of old /dev entries causes sysin
o [2000/03/31] ports/17721 ports    Update port: misc/ytree to 1.67
o [2000/03/31] ports/17723 ports    Update port: www/boa to 0.94.6
o [2000/04/01] ports/17727 ports    New port: Pine with Hebrew support, see a
o [2000/04/01] kern/17728           probe Macronix 98715/98715A 10/100BaseTX 
o [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] ports/17747 ports    Ports Update: korean/ami
o [2000/04/02] kern/17751  wpaul    rl driver loaded as module when it alread
o [2000/04/02] bin/17756            sshd ignores .hushlogin
o [2000/04/02] kern/17758  green    Make sl driver dynamicallly expandable.
o [2000/04/02] bin/17764            wrong percentage completed in bad144
o [2000/04/03] ports/17769 ports    New port: sgmltools 2.0.2
o [2000/04/03] ports/17771 ports    new port: japanese/elisp-manual
o [2000/04/03] bin/17772            TFTP can not handle big files (> 32MBytes
o [2000/04/03] kern/17774           stray irq7
o [2000/04/03] kern/17775           4.0-STABLE:  Adaptec-155-ATM at en0 causi
o [2000/04/03] ports/17777 torstenb [PATCH] Postfix port to consistently use 
o [2000/04/03] docs/17780  doc      if they ask for smbmount, they want shari
o [2000/04/04] ports/17789 ports    new port: devel/libxode
o [2000/04/04] ports/17790 ports    update port: japanese/emacs-manual
o [2000/04/04] ports/17792 ports    Update /security/stunnel port
o [2000/04/04] kern/17796           pcm drivers failes to load for Neomagic o
a [2000/04/04] ports/17798 nate     ports/java/jdk: headers incorrectly check
o [2000/04/04] ports/17799 ports    JGNAT port
o [2000/04/04] ports/17801 erich    new port: devel/binutils11
o [2000/04/04] ports/17802 erich    port update: devel/gcc11
o [2000/04/04] ports/17803 ports    new port: devel/gdb11
o [2000/04/04] ports/17804 ports    math/PDL upgrade:  2.0 -> 2.004
o [2000/04/05] bin/17810            pw coredumps when adding/deleting usernam
o [2000/04/05] gnu/17812            gprof gives error:
o [2000/04/05] bin/17818            ssh X11 forward breaks with X11 not in /u
o [2000/04/05] kern/17819  adrian   Build ports on nfs & union mount panics k
o [2000/04/05] ports/17820 jfitz    majordomo port should be updated to v. 1.
o [2000/04/06] ports/17822 obrien   www/netscape47-navigator.us port missing 
o [2000/04/06] ports/17823 ports    new port:  audio/streamripper
o [2000/04/06] bin/17824   sheldonh [PATCH] /usr/bin/column has arithmetic ov
o [2000/04/06] ports/17827 ports    Update port: audio/timidity++
o [2000/04/06] ports/17828 ports    Update port: audio/timidity++-emacs
o [2000/04/06] bin/17830            /usr/bin/login called from command line d
o [2000/04/06] kern/17831           FreeBSD 4.0 doesn't detect EpoX 7KXA prop
o [2000/04/06] docs/17836  doc      manpage for sigaction(2) is wrong
o [2000/04/06] ports/17837 jseger   ImageMagick port busted
o [2000/04/06] ports/17838 jseger   graphics/ImageMagick patch to overcome Xa
o [2000/04/07] misc/17848           Patches to remove support for CSRG libm
o [2000/04/07] ports/17850 ports    Update port: converters/mimepp to 1.2.4
a [2000/04/07] ports/17852 ports    Update port: mail/glbiff to 0.3.2
o [2000/04/07] ports/17853 ports    Update port: mail/xmailbox
o [2000/04/07] ports/17854 ports    Update port: net/gtksamba to gnosamba 0.3
o [2000/04/07] docs/17855  doc      PPP Primer is out-of-date
o [2000/04/07] misc/17857           During a sysinstall kernel sources say th
o [2000/04/08] ports/17860 ports    update of devel/doc++
o [2000/04/08] docs/17861  doc      FAQ still needs 4.0 inserted in some plac
o [2000/04/08] bin/17864            PATCH: sys/resource.h needs sys/time.h fo
o [2000/04/08] docs/17869  jim      Patch provided to update installation sec
o [2000/04/08] kern/17872           arpintr() fix followup
o [2000/04/08] kern/17874           Watchdog Timeout in vr device
o [2000/04/09] bin/17877   davidn   Cannot change login group with "pw usermo
o [2000/04/09] docs/17880  jim      ports section in handbook doesn't say ipv
o [2000/04/09] ports/17884 ports    cannot compiled hylafax on 5.0-current
o [2000/04/09] misc/17889           certain type of DNS queries seem to get d
o [2000/04/09] ports/17891 ports    update to teh grap port
o [2000/04/09] ports/17892 ports    update for net/binkd FreeBSD port
o [2000/04/10] ports/17897 chuckr   transfig does not compile with XFree86-4.
o [2000/04/10] ports/17902 sheldonh out of date version number for PORTVERSIO
o [2000/04/10] ports/17903 billf    Allow CVS_UPDATE to be used with SUP_UPDA
o [2000/04/10] conf/17904  sheldonh rc.network IPX configuration missing 'ipx
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  nbm      [PATCH] rewrite of cutting-edge section o
o [2000/04/10] ports/17921 green    licq in the ports collection is missing a
o [2000/04/10] bin/17922            send-pr should be upgraded
o [2000/04/11] ports/17928 ports    Update port: www/indexme
o [2000/04/11] bin/17939   sheldonh routed calls ntohs twice on the same fiel
o [2000/04/11] ports/17941 ports    New port devel/lwp needed for coda 5.3.6
o [2000/04/11] ports/17942 ports    New port devel/rvm needed for coda 5.3.6
o [2000/04/11] ports/17943 ports    New port devel/rpc2 needed for coda 5.3.6
o [2000/04/12] bin/17945   sheldonh [patch] Makefile in /usr/src/sbin/mount_m
o [2000/04/12] ports/17948 ports    update port:  x11-wm/sapphire to 0.14.2
o [2000/04/12] ports/17949 ports    upsmon.sh is too chatty on startup
o [2000/04/12] ports/17950 ports    Re: update port:  x11-wm/sapphire to 0.14
o [2000/04/12] ports/17951 ports    Re: update port:  x11-wm/sapphire to 0.14
o [2000/04/12] ports/17952 torstenb [PATCH] tcp_wrappers port to give better 
o [2000/04/12] ports/17953 ports    [PATCH] ports/x11-wm/fvwm2 fixes
o [2000/04/12] ports/17955 ports    Re: update port:  x11-wm/sapphire to 0.14
o [2000/04/12] misc/17957           installer navigation is confusing
o [2000/04/12] bin/17958            pkg_delete runs away when given path with
o [2000/04/12] ports/17959 ports    Netscape can't run if LD_LIBRARY_PATH con
o [2000/04/12] misc/17962           default release names need updating in sr
o [2000/04/12] ports/17964 ports    xmms-1.0.1 segfaults on song change
o [2000/04/12] conf/17967           etc/Makefile attempts to build whatis dat
o [2000/04/12] ports/17970 ports    bad configuraion file search path of NAS
o [2000/04/13] ports/17976 jfitz    p5-Date-Manip-5.35 messing up permissions
o [2000/04/13] ports/17977 ports    [NEW PORT] New port of IDLE - an Integrat
o [2000/04/13] ports/17980 ports    New port: net/libjabber
o [2000/04/13] ports/17981 ports    New port: net/libetherx
o [2000/04/13] ports/17982 ports    New port: net/jabber-transport
o [2000/04/13] misc/17983           Minikernel build instructions do not work
o [2000/04/13] ports/17988 ports    Update to 0.4.0
o [2000/04/13] i386/17991  marcel   linux module doesn't implement pread/pwri
o [2000/04/13] kern/17992  imp      Missing pccard.conf entry for IBM 56K PCC
o [2000/04/13] conf/17993           improving on the default /etc/amd.map
o [2000/04/13] ports/17995 jseger   xscreensaver-3.21 port references the wro
o [2000/04/13] bin/17997            nvi doesn't set variables on startup (via
o [2000/04/14] ports/18000 ports    All Netscape 4 try to reinstall X, XFree8
o [2000/04/14] kern/18001           PCM - Yamaha OPL-SAx doesn't have treble/
o [2000/04/14] ports/18004 ports    new pgp4pine port
o [2000/04/14] ports/18005 ports    games/mindfocus broken under latest stabl
o [2000/04/14] ports/18011 vanilla  ipv6 support for the security/xinetd port
o [2000/04/14] ports/18013 stb      running set@home with idprio
o [2000/04/14] misc/18014           Machine doesn't boot without keyboard att
o [2000/04/14] ports/18015 ports    New version of healthd
o [2000/04/14] ports/18016 ports    Update port: graphics/netpbm
o [2000/04/15] ports/18020 jseger   port jpeg do not build shared library
o [2000/04/15] ports/18021 ports    xruskb port update
o [2000/04/15] ports/18023 ports    geg update 1.0.1 -> 1.0.2
o [2000/04/15] ports/18027 ports    New Port: mscompress
o [2000/04/15] bin/18030            [PATCH] pkg_version thinks 4.04 > 4.1
o [2000/04/15] ports/18032 ports    not a problem
o [2000/04/16] ports/18033 ports    Codecrusader port version 2.1.4 does not 
o [2000/04/16] ports/18035 ports    update to new version 1.0.4 of nmh
o [2000/04/16] ports/18036 ports    another attempty to get this port up to d
o [2000/04/17] ports/18046 ports    Update port: audio/gqmpeg
o [2000/04/17] ports/18047 dburr    Update port: emulators/xmame to 0.36.1
o [2000/04/17] ports/18056 ports    update of actx port to 0.99.3
o [2000/04/17] ports/18057 ports    make install for XFree86-4 fails on alpha
o [2000/04/17] ports/18059 ports    New port: devel/adabroker
o [2000/04/17] gnu/18061            /usr/bin/ld (GNU ld 2.9.1) ignores rpath 
o [2000/04/17] ports/18066 ports    Update port: devel/libsigc++ to 1.0.0
o [2000/04/17] ports/18067 ports    port can't make : net/opengatekeeper
o [2000/04/17] ports/18068 ports    port can't make : net/gatekeeper
o [2000/04/17] ports/18069 ports    Update port: automake patch update
o [2000/04/17] ports/18070 ports    New port
o [2000/04/18] ports/18072 ports    [NEW PORT] New port of Basilisk II - a fr
o [2000/04/18] ports/18073 ports    wget fails to build correctly
o [2000/04/18] misc/18082           /etc/gettytab, /etc/ttys autologin entrie
o [2000/04/18] ports/18083 ports    Gratuitous Apache package inconsistencies
o [2000/04/19] ports/18087 ports    Port of SmallEiffel -0.76 beta1
f [2000/04/19] ports/18088 ports    libXext.so.6.x never found - often looked
o [2000/04/19] ports/18090 will     [PATCH] Update of the QuakeForge (games/q
o [2000/04/19] ports/18092 knu      Update ports: japanese/dbskkd-cdb
o [2000/04/19] ports/18093 ports    lang/gcc-devel install error
o [2000/04/19] ports/18094 ports    MHonArc is outdated [www,mail]
o [2000/04/19] misc/18097           What is this: LIBRATION not specified - u
o [2000/04/19] misc/18098           What is this: LIBRATION not specified - u
o [2000/04/19] bin/18099            Bug-fixes to pthread_cond_*() (uthread_co
o [2000/04/19] bin/18100            update to src/usr.bin/from/from.c for mul
o [2000/04/19] bin/18106            fetch(1) sends incorrect 'Host' header fo
o [2000/04/19] ports/18107 ports    New Port: prestimel
o [2000/04/20] misc/18109           if pw_shell is empty(/bin/sh is assumed),
o [2000/04/20] ports/18111 ports    port update: wwwoffle 2.5e
o [2000/04/20] ports/18112 ports    [NEW PORT] New port of Digger - a VGL ver
o [2000/04/20] pending/18114gnats-adminmsps from iostat is wrong
o [2000/04/20] docs/18115  doc      Errors in the Pedantic PPP Primer
o [2000/04/20] ports/18116 ports    New Port: ripit-dagrab
o [2000/04/20] ports/18119 ports    port update: lame 3.70
o [2000/04/20] bin/18120            inconsistent interface between ftp and li
o [2000/04/20] ports/18121 ports    trafshow - support 100Mbps
o [2000/04/20] ports/18122 ports    Port Submission for the Listar Listserver
o [2000/04/20] conf/18124           defaults/rc.conf is unclear about tcp_dro
o [2000/04/21] conf/18126           [Patch] pccard.conf for IO Data PCIDE-II 
o [2000/04/21] ports/18130 ports    NewPort: net/tcpillust
o [2000/04/21] misc/18131           MAX_IFS in pppd/sys-bsd.c too small for m
o [2000/04/21] ports/18133 ports    Update port: astro/saoimage to 1.27.2
o [2000/04/21] ports/18134 ports    Update port: audio/mp3info
o [2000/04/21] ports/18136 ports    Update port: databases/xmbase-grok to 1.4
o [2000/04/21] ports/18139 ports    Update port: graphics/gphoto to 4.0.3
o [2000/04/21] ports/18141 ports    Update port: graphics/sane to 1.0.2
o [2000/04/21] ports/18142 ports    Update port: mail/glbiff to 0.3.5
o [2000/04/21] ports/18143 ports    cons port needs update
o [2000/04/21] ports/18150 ports    New port: ripit-cdda2wav
o [2000/04/22] conf/18152           /etc/exports should suggest how to get mo
o [2000/04/22] bin/18153            traceroute's usage() does not show -S as 
o [2000/04/22] i386/18154           [PATCH] Add cpu class and features flags 
o [2000/04/22] kern/18155           [Patch] OPTi FireStar(82C700)
o [2000/04/22] ports/18156 ports    A port of the newest version of N.A.D.A.R
o [2000/04/22] bin/18157            pnpinfo only prints first io-start for ev
o [2000/04/22] ports/18158 ports    New port: math/pspp
o [2000/04/22] ports/18159 ports    A port of the newest version of N.A.D.A.R
o [2000/04/22] conf/18164           /var/log/ntpstats fill with stat files by
a [2000/04/22] ports/18166 dburr    update port: audio/ripit
o [2000/04/22] conf/18167           [TINY PATCH] Remove /usr/lib/aout from mt
o [2000/04/22] kern/18168           Missing PNP ID of 5614Jx3[G] modem
o [2000/04/22] ports/18169 ports    Update port x11-wm/afterstep-devel
o [2000/04/22] ports/18170 ports    New port: prestimel
o [2000/04/22] misc/18171           New fortune, Klingon programmers
o [2000/04/23] misc/18175           strtok(3) example doesn't work.
o [2000/04/23] bin/18176            [PATCH] Fix for bug in -c option of pkg_v
o [2000/04/23] docs/18178  doc      [patch] minor touch-up changing shells se
o [2000/04/23] ports/18179 jkoshy   Update port devel/ctags to version 3.5
o [2000/04/23] ports/18183 ports    update of textproc/{c,java,perl}2html to 
o [2000/04/23] ports/18184 ports    GNU Patch 2.5.4 Port
o [2000/04/24] ports/18186 will     New port: libol
o [2000/04/24] ports/18187 will     New port: syslog-ng
o [2000/04/24] ports/18188 will     [NEW PORT] New port of sdl-devel - a unst
o [2000/04/24] ports/18189 will     [PATCH] Update of the smpeg (graphics/smp
o [2000/04/24] ports/18190 will     [NEW PORT] New port of sdl_mixer - a samp
o [2000/04/24] bin/18191            pac core dumped without set /etc/printcap
o [2000/04/24] ports/18192 ports    [PATCH] Several fixes and improvements fo
o [2000/04/24] ports/18194 knu      Update port: lang/ruby
o [2000/04/24] ports/18195 knu      Update port: x11-toolkits/rubytk
o [2000/04/24] ports/18196 knu      Update port: japanese/rubytk
o [2000/04/24] ports/18197 knu      Update port: x11-toolkits/ruby-gtk
o [2000/04/24] ports/18199 ports    Current md5 file is out of date ...

1552 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 Apr 24 11:20: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id C643A37BABD
	for <freebsd-bugs@FreeBSD.org>; Mon, 24 Apr 2000 11:20:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id LAA74589;
	Mon, 24 Apr 2000 11:20:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id AFF4037BC22
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 24 Apr 2000 11:10:10 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id LAA73545;
	Mon, 24 Apr 2000 11:10:09 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004241810.LAA73545@freefall.freebsd.org>
Date: Mon, 24 Apr 2000 11:10:09 -0700 (PDT)
From: beirne@limerick.chicago.il.us
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: kern/18200: 3com 3c509b recognized twice during boot
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18200
>Category:       kern
>Synopsis:       3com 3c509b recognized twice during boot
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 24 11:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Michael G. Beirne
>Release:        4.0 CD
>Organization:
M.G.J.B., Inc.
>Environment:
>Description:
During boot process, it recognizes two 3c509b cards one as ep0
and the other as ep1.  Ep0 gives the error "eeprom not responding".
Doing an "ifconfig ep0" will hang the machine.  "ifconfig ep1" will
work though.  I went back to the 3.4 release which works fine with the
same system.
>How-To-Repeat:
Install a 3Com 3c509b on an i386 architecture box and watch during
the boot process.
>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 Apr 24 15:32:14 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 948DA37BC22
	for <freebsd-bugs@FreeBSD.org>; Mon, 24 Apr 2000 15:32:11 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id PAA04506;
	Mon, 24 Apr 2000 15:30:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 9991837B66C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 24 Apr 2000 15:23:04 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id PAA03713;
	Mon, 24 Apr 2000 15:21:13 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004242221.PAA03713@freefall.freebsd.org>
Date: Mon, 24 Apr 2000 15:21:13 -0700 (PDT)
From: salem@statoil.com, lazaro@online.no
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: misc/18201: Freeze at boot time when trying to upgrade a running i386 from 3.3- RELEASE to 4.0 RELEASE
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18201
>Category:       misc
>Synopsis:       Freeze at boot time when trying to upgrade a running i386 from 3.3- RELEASE to 4.0 RELEASE
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 24 15:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Lazaro D. Salem
>Release:        4.0
>Organization:
private use
>Environment:
Sorry I am not at my box right now. 
The machine is a HP Vectra 7 , i686 (PII)233 MHz, 32MB RAM, running FreeBSD 3.3 RELEASE but the problem is related to installation or upgrade using a 4.0 RELEASE CD-ROM. 

>Description:
When booting from the CD or the floppies created from the CD the following messages are shown before a complete freeze (I copied 
them by hand, so there may be some typos, sorry):
----- begin transcript of the messages before freeze:
...
Preloaded elf kernel "kernel" at 0xc033b000.
Preloaded mfs-root "/mfsroot" at 0xc033b084.
Pentium Pro MTRR support enabled
md0: Preloaded image </msroot> 147456 bytes at 0xc0315b98
md1: Malloc disk
npx0: <math processot> on motherboard
npx0: INT 16 interface
pcib0: <Intel 82433LX (440LX) host to PCI bridge> on motherboard
pci0: <PCI bus> on pcbi0
pcib1: <Intel 82433LX (440LX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <Cirrus Logic GD5465 SVGA controller> at 0.0 irq 9
isab0: <Intel 82371AB PCI to ISA bridge>  at device 4.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 ATA33 controller> port 0xfcd0-0xfcdf at device 4.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: Intel 82371AB/EB (PIIX4) USB controller at 4.2 irq 9
chip1: <Intel 82371AB Power Management controller> port 0x8800-0x880f at device 4.3 on pci0
----- end transcript of the messages before freeze

At this point the booting freeze completely.
The only way to reset the machine is plugging off the wire (power chord)
and no other possibility.
>How-To-Repeat:
Try it again, and again, and again playing with the BIOS setup does not help.

The problem is the same regardless I use the floppy images or the CD-ROM to try the install/upgrade on this machine.
>Fix:
I do not know if I am correct, but it seems a conflict between the USB controller and the SVGA controller both trying to use irq 9.

In 3.3-RELEASE at config time I was shown the PCI devices (eventhough
one could not reconfigure them). This is no longer the case in 
the 4.0-RELEASE install.
Could you please reply to my e-mail addresses above, if this pr is completely nonsense? Thanks.


>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 Apr 24 18:41:50 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 6735437B67C
	for <freebsd-bugs@FreeBSD.org>; Mon, 24 Apr 2000 18:41:47 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id SAA20311;
	Mon, 24 Apr 2000 18:10:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id A5C6F37B67C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 24 Apr 2000 18:09:20 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id SAA19687;
	Mon, 24 Apr 2000 18:04:52 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004250104.SAA19687@freefall.freebsd.org>
Date: Mon, 24 Apr 2000 18:04:52 -0700 (PDT)
From: wing@mis.mgt.ncu.edu.tw
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: i386/18202: possible ida problem causes file lost integrity
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18202
>Category:       i386
>Synopsis:       possible ida problem causes file lost integrity
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 24 18:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Tony Lynn
>Release:        4.0-Stable
>Organization:
TW-CERT
>Environment:
> uname -a
FreeBSD proxy 4.0-STABLE FreeBSD 4.0-STABLE #6: Wed Apr 19 18:02:00 CST 2000

> dmesg | grep ida
ida0: <Compaq Smart Array 3100ES controller> port 0xc000-0xc0ff mem 0xc6fe0000-0xc6fe0fff,0xc6ff0000-0xc6ff00ff irq 10 at device 0.0 on pci9
ida0: drives=2 firm_rev=4.32
idad0: <Compaq Logical Drive> on ida0
idad0: 52095MB (106692000 sectors), blocksize=512
idad1: <Compaq Logical Drive> on ida0
idad1: 52095MB (106692000 sectors), blocksize=512

> df -k
Filesystem    1K-blocks     Used    Avail Capacity  Mounted on
/dev/da0s1a      496111    27086   429337     6%    /
/dev/da0s1f     7114220  1362559  5182524    21%    /usr
/dev/da0s1g    22367962  1186782 19391744     6%    /usr/local/squid/cache
/dev/da0s1e     3048942   204620  2600407     7%    /var
procfs                4        4        0   100%    /proc
/dev/idad0s1e  52824964  4881228 43717740    10%    /home
/dev/idad1s1e  52824964  1802000 46796968     4%    /home2


> mount
/dev/da0s1a on / (ufs, local, soft-updates, writes: sync 6 async 440, reads: sync 491 async 19)
/dev/da0s1f on /usr (ufs, local, soft-updates, writes: sync 2 async 465, reads: sync 719 async 1015)
/dev/da0s1g on /usr/local/squid/cache (ufs, local, soft-updates, writes: sync 2 async 2817, reads: sync 2343 async 17)
/dev/da0s1e on /var (ufs, local, soft-updates, writes: sync 177 async 1874, reads: sync 210 async 65)
procfs on /proc (procfs, local)
/dev/idad0s1e on /home (ufs, local, writes: sync 3887 async 49595, reads: sync 3600 async 50)
/dev/idad1s1e on /home2 (ufs, local, writes: sync 477 async 90291, reads: sync 3775 async 49)
>Description:
Compaq Smart Array driver (ida) could lost data under heavy I/O request.

Hardware description:
1. Compaq Smart Array 3100-ES.
2. 6* 18G disks, tested many config such as RAID 0, RAID 1 and RAID 5.
3. Drived as UnixWare.
4. Cache method setup as 25% write, 75% read.
5. RAID Accecelator ON/OFF won't effect the result.(tested each config)

Software description:
1. FreeBSD 4.0-STABLE on 2000-0419.
2. SOFTUPDATE enabled on da0, but not on idad*
3. newfs with -b 32768 -f 4096. (default parameter tested, also.)
>How-To-Repeat:
1. make heavy load on idad* file system. (e.g. utilize dd to creat huge
files. In my case,I ran 3-4 dd program to creat files).
2. creat data via ftp or other method, and record file md5. (In this case, I opened 3 FTP sessions, total traffic is about 2M/sec).
3. I use iostat to monitor ida throughput, its about 4M-6M/sec.
4. after 30 min of heavy load, stop all program and do md5 checksum again.

Note that file size is *NOT* changed.
>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 Apr 24 19:14:20 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id F3F8337B54C
	for <freebsd-bugs@FreeBSD.org>; Mon, 24 Apr 2000 19:14:18 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id TAA25959;
	Mon, 24 Apr 2000 19:10:04 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 24 Apr 2000 19:10:04 -0700 (PDT)
Message-Id: <200004250210.TAA25959@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: "Matthew N. Dodd" <winter@jurai.net>
Subject: Re: i386/18185: Adaptec 3950U2 errors during boot/probe
Reply-To: "Matthew N. Dodd" <winter@jurai.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR i386/18185; it has been noted by GNATS.

From: "Matthew N. Dodd" <winter@jurai.net>
To: satz@iranger.com
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: i386/18185: Adaptec 3950U2 errors during boot/probe
Date: Mon, 24 Apr 2000 21:57:06 -0400 (EDT)

 On Sun, 23 Apr 2000 satz@iranger.com wrote:
 > FreeBSD fnu.iranger.com 3.4-STABLE FreeBSD 3.4-STABLE #44: Sun Apr 23 00:22:59 MDT 2000     root@fnu.iranger.com:/usr/src/sys/compile/FNU  i386
 > >Description:
 > Using a Tyan Tempest II (S1462) MB, upon booting up a 3.4-stable (or 4.0-release
 > for that matter) kernel, I get the following error messages:
 > 
 > Data Parity Error detected during address or write data phase
 > (probe14:ahc1:0:0:0) SCB 0xe timed out while idle, SEQADDR == 0x159
 > Queuing BDR SCB
 > 
 > Both of these messages are duplicated one for ahc1 and ahc2. The S1462
 > MB is a combo EISA/PCI MB. ahc0 is an adaptec 1742 controller (eisa).
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 That would be impressive since the driver for the 174x card is 'ahb'.
 
 Do you mean 2742?
 
 -- 
 | Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
 | winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
 | http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24 19:22: 3 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 13E1837BC55
	for <freebsd-bugs@FreeBSD.org>; Mon, 24 Apr 2000 19:22:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id TAA25970;
	Mon, 24 Apr 2000 19:10:07 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 24 Apr 2000 19:10:07 -0700 (PDT)
Message-Id: <200004250210.TAA25970@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: "Matthew N. Dodd" <winter@jurai.net>
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
Reply-To: "Matthew N. Dodd" <winter@jurai.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR kern/18200; it has been noted by GNATS.

From: "Matthew N. Dodd" <winter@jurai.net>
To: beirne@limerick.chicago.il.us
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
Date: Mon, 24 Apr 2000 21:59:18 -0400 (EDT)

 On Mon, 24 Apr 2000 beirne@limerick.chicago.il.us wrote:
 > During boot process, it recognizes two 3c509b cards one as ep0 and the
 > other as ep1.  Ep0 gives the error "eeprom not responding". Doing an
 > "ifconfig ep0" will hang the machine.  "ifconfig ep1" will work
 > though.  I went back to the 3.4 release which works fine with the same
 > system.
 
 > >How-To-Repeat:
 > Install a 3Com 3c509b on an i386 architecture box and watch during
 > the boot process.
 
 Thats funny, all of mine work fine.
 
 Please boot verbose and send me the output.
 
 I have patches that may need to be brought back to -STABLE to address this
 problem.  (If its what I think it is.)
 
 -- 
 | Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
 | winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
 | http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24 19:33: 9 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 853EA37B513; Mon, 24 Apr 2000 19:33:07 -0700 (PDT)
	(envelope-from jmz@FreeBSD.org)
Received: (from jmz@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id TAA27422;
	Mon, 24 Apr 2000 19:29:27 -0700 (PDT)
	(envelope-from jmz@FreeBSD.org)
Date: Mon, 24 Apr 2000 19:29:27 -0700 (PDT)
Message-Id: <200004250229.TAA27422@freefall.freebsd.org>
X-Authentication-Warning: freefall.freebsd.org: jmz set sender to jmz@FreeBSD.org using -f
From: Jean-Marc Zucconi <jmz@FreeBSD.org>
To: winter@jurai.net
Cc: freebsd-bugs@FreeBSD.org
In-reply-to: <200004250210.TAA25970@freefall.freebsd.org> (winter@jurai.net)
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
X-Mailer: Emacs
References:  <200004250210.TAA25970@freefall.freebsd.org>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

>>>>> Matthew N Dodd writes:

 > The following reply was made to PR kern/18200; it has been noted by GNATS.
 > From: "Matthew N. Dodd" <winter@jurai.net>
 > To: beirne@limerick.chicago.il.us
 > Cc: freebsd-gnats-submit@FreeBSD.ORG
 > Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
 > Date: Mon, 24 Apr 2000 21:59:18 -0400 (EDT)

 >  On Mon, 24 Apr 2000 beirne@limerick.chicago.il.us wrote:
 >> During boot process, it recognizes two 3c509b cards one as ep0 and the
 >> other as ep1.  Ep0 gives the error "eeprom not responding". Doing an
 >> "ifconfig ep0" will hang the machine.  "ifconfig ep1" will work
 >> though.  I went back to the 3.4 release which works fine with the same
 >> system.
 
 >> >How-To-Repeat:
 >> Install a 3Com 3c509b on an i386 architecture box and watch during
 >> the boot process.
 
 >  Thats funny, all of mine work fine.
 
 >  Please boot verbose and send me the output.
 
 >  I have patches that may need to be brought back to -STABLE to address this
 >  problem.  (If its what I think it is.)
 
I am willing to test them because I also suffer from this problem.
My current solution is to do
      cd /sys/dev/ep; rm *; cvs update -D"6 dec 1999"
before building my kernel :-)

Jean-Marc

-- 
 Jean-Marc Zucconi                    PGP Key: finger jmz@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24 19:50:20 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8967737BEFA; Mon, 24 Apr 2000 19:50:17 -0700 (PDT)
	(envelope-from winter@jurai.net)
Received: from localhost (winter@localhost)
	by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id WAA59625;
	Mon, 24 Apr 2000 22:50:16 -0400 (EDT)
Date: Mon, 24 Apr 2000 22:50:16 -0400 (EDT)
From: "Matthew N. Dodd" <winter@jurai.net>
To: Jean-Marc Zucconi <jmz@FreeBSD.org>
Cc: freebsd-bugs@FreeBSD.org
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
In-Reply-To: <200004250229.TAA27422@freefall.freebsd.org>
Message-ID: <Pine.BSF.4.21.0004242249300.50194-100000@sasami.jurai.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

On Mon, 24 Apr 2000, Jean-Marc Zucconi wrote:
>  >  Please boot verbose and send me the output.

***   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

...

> I am willing to test them because I also suffer from this problem.
> My current solution is to do
>       cd /sys/dev/ep; rm *; cvs update -D"6 dec 1999"
> before building my kernel :-)

The above applies to you as well.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24 20:20:20 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 878E337BEFD; Mon, 24 Apr 2000 20:20:18 -0700 (PDT)
	(envelope-from jmz@FreeBSD.org)
Received: (from jmz@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id UAA31507;
	Mon, 24 Apr 2000 20:20:18 -0700 (PDT)
	(envelope-from jmz@FreeBSD.org)
Date: Mon, 24 Apr 2000 20:20:18 -0700 (PDT)
Message-Id: <200004250320.UAA31507@freefall.freebsd.org>
X-Authentication-Warning: freefall.freebsd.org: jmz set sender to jmz@FreeBSD.org using -f
From: Jean-Marc Zucconi <jmz@FreeBSD.org>
To: winter@jurai.net
Cc: freebsd-bugs@FreeBSD.org
In-reply-to: <Pine.BSF.4.21.0004242249300.50194-100000@sasami.jurai.net>
	(winter@jurai.net)
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
X-Mailer: Emacs
References:  <Pine.BSF.4.21.0004242249300.50194-100000@sasami.jurai.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

>>>>> Matthew N Dodd writes:

 > On Mon, 24 Apr 2000, Jean-Marc Zucconi wrote:
 >> >  Please boot verbose and send me the output.

 > ***   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

 > ...

 >> I am willing to test them because I also suffer from this problem.
 >> My current solution is to do
 >> cd /sys/dev/ep; rm *; cvs update -D"6 dec 1999"
 >> before building my kernel :-)

 > The above applies to you as well.

With today's sources, my machine does not even boot. It locks after

ep0: <3Com 3C509-TPO EtherLink III> at port 0x300-0x30f irq 10 on isa0
ep0: eeprom failed to come ready
ep0: eeprom failed to come ready
ep0: eeprom failed to come ready
ep0: eeprom failed to come ready
ep0: Ethernet address 00:00:00:00:00:00
bpf: ep0 attached

(I am not sure that the lock is caused by the ethernet card. I will
try with my usual recipe).
I don't know why the card is probed at adresses 0x300-0x30f. A
bootable kernel gives
ep0: <3Com 3C509B EtherLink III> at port 0x210-0x21f irq 10 on isa0

Jean-Marc

-- 
 Jean-Marc Zucconi                    PGP Key: finger jmz@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24 20:53:49 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 79F9037BBB2; Mon, 24 Apr 2000 20:53:47 -0700 (PDT)
	(envelope-from jmz@FreeBSD.org)
Received: (from jmz@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id UAA34212;
	Mon, 24 Apr 2000 20:53:47 -0700 (PDT)
	(envelope-from jmz@FreeBSD.org)
Date: Mon, 24 Apr 2000 20:53:47 -0700 (PDT)
Message-Id: <200004250353.UAA34212@freefall.freebsd.org>
X-Authentication-Warning: freefall.freebsd.org: jmz set sender to jmz@FreeBSD.org using -f
From: Jean-Marc Zucconi <jmz@FreeBSD.org>
To: jmz@FreeBSD.org
Cc: winter@jurai.net, freebsd-bugs@FreeBSD.org
In-reply-to: <200004250320.UAA31507@freefall.freebsd.org> (message from
	Jean-Marc Zucconi on Mon, 24 Apr 2000 20:20:18 -0700 (PDT))
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
X-Mailer: Emacs
References: <Pine.BSF.4.21.0004242249300.50194-100000@sasami.jurai.net> <200004250320.UAA31507@freefall.freebsd.org>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

>>>>> Jean-Marc Zucconi writes:

 > With today's sources, my machine does not even boot. It locks after

 > ep0: <3Com 3C509-TPO EtherLink III> at port 0x300-0x30f irq 10 on isa0
 > ep0: eeprom failed to come ready
 > ep0: eeprom failed to come ready
 > ep0: eeprom failed to come ready
 > ep0: eeprom failed to come ready
 > ep0: Ethernet address 00:00:00:00:00:00
 > bpf: ep0 attached

 > (I am not sure that the lock is caused by the ethernet card. I will
 > try with my usual recipe).

I confirm that the lock is caused but the ep code. I can build a
bootable kernel with old sources of /sys/dev/ep/

Jean-Marc

-- 
 Jean-Marc Zucconi                    PGP Key: finger jmz@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24 21: 1:23 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8EB9837BC31; Mon, 24 Apr 2000 21:01:20 -0700 (PDT)
	(envelope-from winter@jurai.net)
Received: from localhost (winter@localhost)
	by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id AAA60616;
	Tue, 25 Apr 2000 00:01:20 -0400 (EDT)
Date: Tue, 25 Apr 2000 00:01:19 -0400 (EDT)
From: "Matthew N. Dodd" <winter@jurai.net>
To: Jean-Marc Zucconi <jmz@FreeBSD.org>
Cc: freebsd-bugs@FreeBSD.org
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
In-Reply-To: <200004250320.UAA31507@freefall.freebsd.org>
Message-ID: <Pine.BSF.4.21.0004250000160.50194-100000@sasami.jurai.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

On Mon, 24 Apr 2000, Jean-Marc Zucconi wrote:
> With today's sources, my machine does not even boot. It locks after

Please boot verbose and send me the output.

Not just the stuff you think I want.

The output.

Everything the kernel prints out.

This means you get to hook up a serial console or something, or transcribe
it by hand.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24 21: 9:53 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id ECB0D37B513; Mon, 24 Apr 2000 21:09:51 -0700 (PDT)
	(envelope-from jmz@FreeBSD.org)
Received: (from jmz@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id VAA35771;
	Mon, 24 Apr 2000 21:09:51 -0700 (PDT)
	(envelope-from jmz@FreeBSD.org)
Date: Mon, 24 Apr 2000 21:09:51 -0700 (PDT)
Message-Id: <200004250409.VAA35771@freefall.freebsd.org>
X-Authentication-Warning: freefall.freebsd.org: jmz set sender to jmz@FreeBSD.org using -f
From: Jean-Marc Zucconi <jmz@FreeBSD.org>
To: winter@jurai.net
Cc: freebsd-bugs@FreeBSD.org
In-reply-to: <Pine.BSF.4.21.0004250000160.50194-100000@sasami.jurai.net>
	(winter@jurai.net)
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
X-Mailer: Emacs
References:  <Pine.BSF.4.21.0004250000160.50194-100000@sasami.jurai.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

>>>>> Matthew N Dodd writes:

 > On Mon, 24 Apr 2000, Jean-Marc Zucconi wrote:
 >> With today's sources, my machine does not even boot. It locks after

 > Please boot verbose and send me the output.

I can't. If the machine locks nothing goes in /var/log/messages. I
have to write what I see on the screen on a sheet of paper. Even
scrolling messages is not possible.

Jean-Marc

-- 
 Jean-Marc Zucconi                    PGP Key: finger jmz@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24 22: 0: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id C8E2737BC1F
	for <freebsd-bugs@FreeBSD.org>; Mon, 24 Apr 2000 22:00:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id WAA41363;
	Mon, 24 Apr 2000 22:00:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 24 Apr 2000 22:00:03 -0700 (PDT)
Message-Id: <200004250500.WAA41363@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Greg Satz <satz@iranger.com>
Subject: Re: i386/18185: Adaptec 3950U2 errors during boot/probe
Reply-To: Greg Satz <satz@iranger.com>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR i386/18185; it has been noted by GNATS.

From: Greg Satz <satz@iranger.com>
To: "Matthew N. Dodd" <winter@jurai.net>
Cc: <freebsd-gnats-submit@freebsd.org>
Subject: Re: i386/18185: Adaptec 3950U2 errors during boot/probe
Date: Mon, 24 Apr 2000 22:56:36 -0600

 on 4/24/00 7:57 PM, Matthew N. Dodd at winter@jurai.net wrote:
 
 > On Sun, 23 Apr 2000 satz@iranger.com wrote:
 >> FreeBSD fnu.iranger.com 3.4-STABLE FreeBSD 3.4-STABLE #44: Sun Apr 23
 >> 00:22:59 MDT 2000     root@fnu.iranger.com:/usr/src/sys/compile/FNU  i386
 >>> Description:
 >> Using a Tyan Tempest II (S1462) MB, upon booting up a 3.4-stable (or
 >> 4.0-release
 >> for that matter) kernel, I get the following error messages:
 >> 
 >> Data Parity Error detected during address or write data phase
 >> (probe14:ahc1:0:0:0) SCB 0xe timed out while idle, SEQADDR == 0x159
 >> Queuing BDR SCB
 >> 
 >> Both of these messages are duplicated one for ahc1 and ahc2. The S1462
 >> MB is a combo EISA/PCI MB. ahc0 is an adaptec 1742 controller (eisa).
 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 > That would be impressive since the driver for the 174x card is 'ahb'.
 > 
 > Do you mean 2742?
 
 opps. yes, 2742.
 
 Thanks,
 Greg
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Mon Apr 24 22: 8:16 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99])
	by hub.freebsd.org (Postfix) with ESMTP
	id BAAC437BC73; Mon, 24 Apr 2000 22:08:14 -0700 (PDT)
	(envelope-from winter@jurai.net)
Received: from localhost (winter@localhost)
	by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id BAA61408;
	Tue, 25 Apr 2000 01:08:14 -0400 (EDT)
Date: Tue, 25 Apr 2000 01:08:13 -0400 (EDT)
From: "Matthew N. Dodd" <winter@jurai.net>
To: Jean-Marc Zucconi <jmz@FreeBSD.org>
Cc: freebsd-bugs@FreeBSD.org
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
In-Reply-To: <200004250409.VAA35771@freefall.freebsd.org>
Message-ID: <Pine.BSF.4.21.0004250107240.50194-100000@sasami.jurai.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

On Mon, 24 Apr 2000, Jean-Marc Zucconi wrote:
> I can't. If the machine locks nothing goes in /var/log/messages. I
> have to write what I see on the screen on a sheet of paper. Even
> scrolling messages is not possible.

Serial console?

Regardless I suspect that if you run the 3c5x9cfg program and remind the
card that its in PnP mode (which it seems to be) it will work.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Tue Apr 25  1:30: 4 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 2853937BC98
	for <freebsd-bugs@FreeBSD.org>; Tue, 25 Apr 2000 01:30:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA69021;
	Tue, 25 Apr 2000 01:30:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 41A4F37BC9F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Apr 2000 01:21:30 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA68273;
	Tue, 25 Apr 2000 01:21:29 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004250821.BAA68273@freefall.freebsd.org>
Date: Tue, 25 Apr 2000 01:21:29 -0700 (PDT)
From: plexus@snafu.de
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: misc/18205: Install via CD-Romm hangs
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18205
>Category:       misc
>Synopsis:       Install via CD-Romm hangs
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 25 01:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Fischer
>Release:        4.0-RELEASE
>Organization:
>Environment:
FreeBSD ten4ward.leveld.de 4.0-RELEASE FreeBSD 4.0-RELEASE
>Description:
If I boot via CD-ROM, on sone machines with a Intel PIII sysinstall 
hangs while probing the devices. I could interupt sysinstall with 
<ctrl>-c normaly, but it doesn't finish its tests.

>How-To-Repeat:
Very easy: Reboot and booting via CD-ROM.
>Fix:
A fix is to disable the first level cache int the bios of the machine 
for the installation.

>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 Apr 25  1:40: 5 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id E8B1637BCC0
	for <freebsd-bugs@FreeBSD.org>; Tue, 25 Apr 2000 01:40:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA70268;
	Tue, 25 Apr 2000 01:40:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Tue, 25 Apr 2000 01:40:02 -0700 (PDT)
Message-Id: <200004250840.BAA70268@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Kees Hendrikse <kees@echelon.nl>
Subject: Re: kern/17842: Erratic user time reports for long running processes
Reply-To: Kees Hendrikse <kees@echelon.nl>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR kern/17842; it has been noted by GNATS.

From: Kees Hendrikse <kees@echelon.nl>
To: sheldonh@uunet.co.za (Sheldon Hearn)
Cc: ech@echelon.nl (mailarchief Echelon)
Subject: Re: kern/17842: Erratic user time reports for long running processes
Date: Mon, 24 Apr 2000 02:12:02 +0200 (METDST)

 Hi Sheldon,
 
 > Excellent!  Let me know what you find.
 
 FreeBSD 4.0 doesn't trigger the "ANOMALY" output lines, but it exhibits
 an interesting variation of the same problem: it just stops increasing
 ru.ru_utime.tv_sec:
 
 (...)
 ce=459822 cu=378572
 ce=459938 cu=378688
 ce=460054 cu=378803
 ce=460170 cu=378919
 ce=460285 cu=379034
 ce=460401 cu=379150
 ce=460517 cu=379265 <--- that's all folks....
 ce=460633 cu=379265
 ce=460748 cu=379265
 ce=460864 cu=379265
 (...)
 ce=545783 cu=379265
 ce=545899 cu=379265
 ce=546015 cu=379265
 ce=546130 cu=379265
 ce=546246 cu=379265
 
 The program is still running...
 
 
 top shows:
 
 last pid:  9456;  load averages:  1.00,  1.00,  1.00    up 6+07:57:54  01:42:24
 15 processes:  2 running, 13 sleeping
 CPU states:  0.4% user, 98.1% nice,  0.4% system,  1.2% interrupt,  0.0% idle
 Mem: 4156K Active, 4072K Inact, 3500K Wired, 1576K Cache, 1023K Buf, 1052K Free
 Swap: 64M Total, 60K Used, 64M Free
 
   PID USERNAME PRI NICE  SIZE    RES STATE    TIME   WCPU    CPU COMMAND
   162 root     103  20   804K   236K RUN    129.5H 97.22% 97.22% pointless
 (...)
 
 
 /proc/162/status confirms the output of "pointless":
 
 # cd /proc/162
 # for i in 1 2 3 4 5
 > do
 > cat status
 > sleep 2
 > done
 pointless 162 1 162 0 12,0 noflags 955986493,95119 379265,687860 16922,998963 nochan 0 0 0,0,0,2,3,4,5,20,31 -
 pointless 162 1 162 0 12,0 noflags 955986493,95119 379265,687860 16923,228881 nochan 0 0 0,0,0,2,3,4,5,20,31 -
 pointless 162 1 162 0 12,0 noflags 955986493,95119 379265,687860 16923,619831 nochan 0 0 0,0,0,2,3,4,5,20,31 -
 pointless 162 1 162 0 12,0 noflags 955986493,95119 379265,687860 16924,10718 nochan 0 0 0,0,0,2,3,4,5,20,31 -
 pointless 162 1 162 0 12,0 noflags 955986493,95119 379265,687860 16924,401572 nochan 0 0 0,0,0,2,3,4,5,20,31 -
                                                    ^^^^^^^^^^^^^
 
 
 What baffles me most: why stop counting at 379265,687860 seconds? 
 
 -- 
 Kees Hendrikse                               | email:     kees@echelon.nl
                                              | web:        www.echelon.nl
 ECHELON consultancy and software development | phone: +31 (0)53 48 36 585
 PO Box 545, 7500AM Enschede, The Netherlands | fax:   +31 (0)53 43 36 222
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Tue Apr 25  8:53:32 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 96D6637BD76; Tue, 25 Apr 2000 08:53:30 -0700 (PDT)
	(envelope-from sheldonh@FreeBSD.org)
Received: (from sheldonh@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id IAA85895;
	Tue, 25 Apr 2000 08:53:30 -0700 (PDT)
	(envelope-from sheldonh@FreeBSD.org)
Date: Tue, 25 Apr 2000 08:53:30 -0700 (PDT)
From: <sheldonh@FreeBSD.org>
Message-Id: <200004251553.IAA85895@freefall.freebsd.org>
To: andrew@grillet98.freeserve.co.uk, sheldonh@FreeBSD.org,
	dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject: Re: i386/17752: Cannot install BTX boot manager
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: Cannot install BTX boot manager

State-Changed-From-To: open->closed
State-Changed-By: sheldonh
State-Changed-When: Tue Apr 25 08:51:35 PDT 2000
State-Changed-Why: 
Packet mode is not supported.  Installation on partitions above 8GB
is not supported.  boot0cfg probably doesn't need to be cross-ref'd
from boot(8), because instructions on re-installing the boot       
manager are provided in the FAQ:

	http://www.freebsd.org/FAQ/install.html#AEN480

This FAQ addresses your concern regarding the perceived lack
of documentation on recovering from Microsoft damage.


Responsible-Changed-From-To: dcs->freebsd-bugs
Responsible-Changed-By: sheldonh
Responsible-Changed-When: Tue Apr 25 08:51:35 PDT 2000
Responsible-Changed-Why: 
This would have been better addressed by rnordier or jhb,
although that's a moot point now. :-)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Tue Apr 25  9: 8:58 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4469937C040; Tue, 25 Apr 2000 09:08:53 -0700 (PDT)
	(envelope-from brian@Awfulhak.org)
Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12])
	by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id RAA20203;
	Tue, 25 Apr 2000 17:08:50 +0100 (BST)
	(envelope-from brian@Awfulhak.org)
Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1])
	by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id LAA00682;
	Tue, 25 Apr 2000 11:02:05 +0100 (BST)
	(envelope-from brian@hak.lan.Awfulhak.org)
Message-Id: <200004251002.LAA00682@hak.lan.Awfulhak.org>
X-Mailer: exmh version 2.1.1 10/15/1999
To: Jean-Marc Zucconi <jmz@FreeBSD.org>
Cc: winter@jurai.net, freebsd-bugs@FreeBSD.org,
	Warner Losh <imp@FreeBSD.org>
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot 
In-Reply-To: Message from Jean-Marc Zucconi <jmz@FreeBSD.ORG> 
   of "Mon, 24 Apr 2000 19:29:27 PDT." <200004250229.TAA27422@freefall.freebsd.org> 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Tue, 25 Apr 2000 11:02:03 +0100
From: Brian Somers <brian@Awfulhak.org>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

> >>>>> Matthew N Dodd writes:
> 
>  > The following reply was made to PR kern/18200; it has been noted by GNATS.
>  > From: "Matthew N. Dodd" <winter@jurai.net>
>  > To: beirne@limerick.chicago.il.us
>  > Cc: freebsd-gnats-submit@FreeBSD.ORG
>  > Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
>  > Date: Mon, 24 Apr 2000 21:59:18 -0400 (EDT)
> 
>  >  On Mon, 24 Apr 2000 beirne@limerick.chicago.il.us wrote:
>  >> During boot process, it recognizes two 3c509b cards one as ep0 and the
>  >> other as ep1.  Ep0 gives the error "eeprom not responding". Doing an
>  >> "ifconfig ep0" will hang the machine.  "ifconfig ep1" will work
>  >> though.  I went back to the 3.4 release which works fine with the same
>  >> system.
>  
>  >> >How-To-Repeat:
>  >> Install a 3Com 3c509b on an i386 architecture box and watch during
>  >> the boot process.
>  
>  >  Thats funny, all of mine work fine.
>  
>  >  Please boot verbose and send me the output.
>  
>  >  I have patches that may need to be brought back to -STABLE to address this
>  >  problem.  (If its what I think it is.)
>  
> I am willing to test them because I also suffer from this problem.
> My current solution is to do
>       cd /sys/dev/ep; rm *; cvs update -D"6 dec 1999"
> before building my kernel :-)

Hmm, sounds like you could also just put a ``return'' at the start of 
pnp_identify() in /sys/isa/pnp.c.  I still have to do this to get my 
Adaptec 1542C to work (imp cc'd as a gentle prod!  Hi Warner :-) in 
RELENG_4.

<disclaimer>
This is just a guess !
</disclaimer>

> Jean-Marc
> 
> -- 
>  Jean-Marc Zucconi                    PGP Key: finger jmz@FreeBSD.org

-- 
Brian <brian@Awfulhak.org>                        <brian@[uk.]FreeBSD.org>
      <http://www.Awfulhak.org>                   <brian@[uk.]OpenBSD.org>
Don't _EVER_ lose your sense of humour !




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Tue Apr 25  9:50: 8 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 2619137BE05
	for <freebsd-bugs@FreeBSD.org>; Tue, 25 Apr 2000 09:50:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id JAA91934;
	Tue, 25 Apr 2000 09:50:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 1418E37B5CF
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Apr 2000 09:45:44 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id JAA91501;
	Tue, 25 Apr 2000 09:45:43 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004251645.JAA91501@freefall.freebsd.org>
Date: Tue, 25 Apr 2000 09:45:43 -0700 (PDT)
From: jcaron@uniserve.com
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: i386/18207: 3.2-RELEASE to 4.0-RELEASE FTP upgrade fails, trashes /bin
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18207
>Category:       i386
>Synopsis:       3.2-RELEASE to 4.0-RELEASE FTP upgrade fails, trashes /bin
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 25 09:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Justin Caron
>Release:        3.2-RELEASE
>Organization:
>Environment:
Can't get the output of uname -a because I no longer have a shell. 3.2-RELEASE upgrading to 4.0-RELEASE

>Description:
486 DX2
16M RAM
DLink ISA NIC
Generic ISA NIC
Box serves as a firewall, nothing fancy.

When upgrading to 4.0-RELEASE via a FTP upgrade in /stand/sysinstall (ftp.freebsd.org), system crashes during installation of binaries in /bin. I think I got 3 "core dump" messages before the installation process stopped half way through completion. When I reboot the kernel can no longer be loaded, if I load kernel.prev, or the generic kernel it loads and detects devices and then asks me for a shell. I tell it /bin/sh or /bin/csh but it says it can no longer find that file. The /bin directory and sh & csh files are there, I rebooted and listed the contents of the /bin directory. I have concluded that this problem corrupts the /bin directory in some way... probably because it crashes while it's attempting to upgrade those files.

>How-To-Repeat:
Install 3.2-RELEASE, upgrade binaries to 4.0-RELEASE via FTP upgrade in /stand/sysinstall (ftp.freebsd.org).  I've tried it twice, it happened both times, I don't have the patience to try it again.  :)
>Fix:
Nope, sorry.

>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 Apr 25 10:20: 8 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id E01F237BDFC
	for <freebsd-bugs@FreeBSD.org>; Tue, 25 Apr 2000 10:20:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id KAA95203;
	Tue, 25 Apr 2000 10:20:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from jsn.kmost.express.ru (jsn.kmost.express.ru [212.24.37.101])
	by hub.freebsd.org (Postfix) with ESMTP id 9DCEB37BDB1
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Apr 2000 10:15:08 -0700 (PDT)
	(envelope-from jason@jsn.kmost.express.ru)
Received: (from jason@localhost)
	by jsn.kmost.express.ru (8.9.3/8.9.3) id VAA00672;
	Tue, 25 Apr 2000 21:17:43 +0400 (MSD)
	(envelope-from jason)
Message-Id: <200004251717.VAA00672@jsn.kmost.express.ru>
Date: Tue, 25 Apr 2000 21:17:43 +0400 (MSD)
From: jason@express.ru
Reply-To: jason@express.ru
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: kern/18209: rlimits are never checked in exec() if executable format is ELF
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18209
>Category:       kern
>Synopsis:       rlimits are never checked in exec() if executable format is ELF
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 25 10:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Kim
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
TSB "Russian Express"
>Environment:

Any version of FreeBSD from 3.0 to CURRENT

>Description:

when handling exec*() system calls, FreeBSD checks if the new executable image
memory requirements fit into active RLIMIT_* bounds. if they do not fit,
exec*() fails returning ENOMEM. The problem is, this check is never done for
ELF binaries, thus, ELF-format program can grab all available memory, no matter
how low *rlimits are. 

>How-To-Repeat:

/*
 *  This program demonstrates a leak in freebsd exec(), which [erroneously]
 *  allows ELF program to get as much memory as it wishes, ignoring *rlimit
 *  settings, while [correctly] denying any non-ELF program to exceed *rlimit
 *  settings on exec().
 *  How to use:
 *        gcc -elf -o m_elf m.c        # compat 3 probably required for fbsd4
 *        gcc -aout -o m_aout m.c
 *        /usr/bin/limits -d 1 ./m_aout
 *        /usr/bin/limits -d 1 ./m_elf
 *  you'll see the difference.
 */

#include <stdio.h>
#include <unistd.h>
#include <string.h>

char            a[ 10000000 ] ;

int             main( int ac, char **av ) {
        memset( a, 1, sizeof(a) ) ;
        puts( "sleeping" ) ;
        sleep( 100 ) ;
        return 0 ;
}

>Fix:

Index: kern/imgact_elf.c
===================================================================
RCS file: /home/cvsroot/jsn/sys/kern/imgact_elf.c,v
retrieving revision 1.1.1.1
retrieving revision 1.4
diff -u -r1.1.1.1 -r1.4
--- kern/imgact_elf.c	2000/04/17 10:30:39	1.1.1.1
+++ kern/imgact_elf.c	2000/04/25 16:52:11	1.4
@@ -451,7 +451,39 @@
 		return ENOEXEC;
 	}
 	phdr = (const Elf_Phdr*)(imgp->image_header + hdr->e_phoff);
+
+	/* we better check rlimits *before* new vmspace is exec()-ed */
+	for (i = 0; i < hdr->e_phnum; i++) {
+		if (phdr[i].p_type == PT_LOAD) {	/* Loadable segment */
+			/*
+			 * Is this .text or .data ??
+			 *
+			 * We only handle one each of those yet XXX
+			 */
+			if (hdr->e_entry >= phdr[i].p_vaddr &&
+			hdr->e_entry <(phdr[i].p_vaddr+phdr[i].p_memsz)) {
+  				text_addr = trunc_page(phdr[i].p_vaddr);
+  				text_size = round_page(phdr[i].p_memsz +
+						       phdr[i].p_vaddr -
+						       text_addr);
+				entry = (u_long)hdr->e_entry;
+			} else {
+  				data_addr = trunc_page(phdr[i].p_vaddr);
+  				data_size = round_page(phdr[i].p_memsz +
+						       phdr[i].p_vaddr -
+						       data_addr);
+			}
+		}
+	}
 	
+
+	if (text_size > MAXTSIZ ||
+	    text_size + data_size >
+		imgp->proc->p_rlimit[RLIMIT_DATA].rlim_cur) {
+		error = ENOMEM ;
+		goto fail ;
+	}
+
 	/*
 	 * From this point on, we may have resources that need to be freed.
 	 */
@@ -481,25 +513,6 @@
   						     phdr[i].p_memsz,
   						     phdr[i].p_filesz, prot)) != 0)
   				goto fail;
-
-			/*
-			 * Is this .text or .data ??
-			 *
-			 * We only handle one each of those yet XXX
-			 */
-			if (hdr->e_entry >= phdr[i].p_vaddr &&
-			hdr->e_entry <(phdr[i].p_vaddr+phdr[i].p_memsz)) {
-  				text_addr = trunc_page(phdr[i].p_vaddr);
-  				text_size = round_page(phdr[i].p_memsz +
-						       phdr[i].p_vaddr -
-						       text_addr);
-				entry = (u_long)hdr->e_entry;
-			} else {
-  				data_addr = trunc_page(phdr[i].p_vaddr);
-  				data_size = round_page(phdr[i].p_memsz +
-						       phdr[i].p_vaddr -
-						       data_addr);
-			}
 			break;
 	  	case PT_INTERP:	/* Path to interpreter */
 			if (phdr[i].p_filesz > MAXPATHLEN ||


>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 Apr 25 11:40: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id C2D5537B5CF
	for <freebsd-bugs@FreeBSD.org>; Tue, 25 Apr 2000 11:40:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id LAA05188;
	Tue, 25 Apr 2000 11:40:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 33E9537BD89
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Apr 2000 11:36:00 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id LAA04570;
	Tue, 25 Apr 2000 11:35:59 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004251835.LAA04570@freefall.freebsd.org>
Date: Tue, 25 Apr 2000 11:35:59 -0700 (PDT)
From: tim@osvif.demon.co.uk
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: i386/18211: 4.0-RELEASE does not NFS
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18211
>Category:       i386
>Synopsis:       4.0-RELEASE does not NFS
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 25 11:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     tim crowther
>Release:        4.0-RELEASE
>Organization:
>Environment:
New install no uname -a available
>Description:
My system does not have a CDROM so I am trying to get NFS to another
machine with a CDROM. The mount always fails with permission denied.
This never happened in 3.1, 2.2.6, 2.1 and 2.0.

My system is 32MB RAM, Intel Pentium-MMX 223, Maxtor 84320D4 (4Gb) drive
 and standard floppy disk.
>How-To-Repeat:
Just try to install using boot floppies and use NFS.
>Fix:
none.

>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 Apr 25 11:40: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 4BA9B37BCF2
	for <freebsd-bugs@FreeBSD.org>; Tue, 25 Apr 2000 11:40:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id LAA05199;
	Tue, 25 Apr 2000 11:40:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 07EE837BDCC
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Apr 2000 11:38:11 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id LAA04978;
	Tue, 25 Apr 2000 11:38:10 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004251838.LAA04978@freefall.freebsd.org>
Date: Tue, 25 Apr 2000 11:38:10 -0700 (PDT)
From: tim@osvif.demon.co.uk
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: i386/18212: 4.0-RELEASE does not see all disk.
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18212
>Category:       i386
>Synopsis:       4.0-RELEASE does not see all disk.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 25 11:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     tim crowther
>Release:        4.0-RELEASE
>Organization:
>Environment:
New install no uname -a available
>Description:
The disk patition does not detect geometry of 8930/15/63 and
even after changing it will not make a partiton greater than
1888Mb. The disk is 4Gb. Earlier versions of FreeBSD were ok
as is Mircosoft Windows 98.

My system is 32MB RAM, Intel Pentium-MMX 223, Maxtor 84320D4 (4Gb) drive
 and standard floppy disk.
>How-To-Repeat:
Just try to install using boot floppies and follow configure
instructions for disk partition.
>Fix:
none.

>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 Apr 25 11:42:44 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25])
	by hub.freebsd.org (Postfix) with SMTP id 2A2DC37B5C3
	for <freebsd-bugs@FreeBSD.ORG>; Tue, 25 Apr 2000 11:42:34 -0700 (PDT)
	(envelope-from bde@zeta.org.au)
Received: (qmail 2237 invoked from network); 25 Apr 2000 18:42:25 -0000
Received: from bde.zeta.org.au (203.2.228.102)
  by gidora.zeta.org.au with SMTP; 25 Apr 2000 18:42:25 -0000
Date: Wed, 26 Apr 2000 04:42:21 +1000 (EST)
From: Bruce Evans <bde@zeta.org.au>
X-Sender: bde@alphplex.bde.org
To: Kees Hendrikse <kees@echelon.nl>
Cc: freebsd-bugs@FreeBSD.ORG
Subject: Re: kern/17842: Erratic user time reports for long running processes
In-Reply-To: <200004250840.BAA70268@freefall.freebsd.org>
Message-ID: <Pine.BSF.4.21.0004260421140.5989-100000@alphplex.bde.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

>  What baffles me most: why stop counting at 379265,687860 seconds? 

The multiplication in "uu = (tu * ut) / tt;" in kern_resource.c
overflows near there.  Here tu is the total time in usec, ut is the
user tick count and tt is the total tick count.  If all ticks are user
ticks, then overflow occurs for tu = sqrt(2^64 / 10^6 / hz) = 429496
seconds when hz = 100.  Normally there are some interrupt and system
ticks, so overflow occurs for a somewhat larger tu and a somewhat
smaller ut -- apparently about 379 / 429 times smaller in your case.

4.0 enforces monotonicity of the resource times, so truncated values
resulting from the overflow don't cause the resource times to stick
at the first value where overflow occurs.

Bruce



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Tue Apr 25 19:48: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 008B937B782; Tue, 25 Apr 2000 19:48:05 -0700 (PDT)
	(envelope-from jlemon@FreeBSD.org)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id TAA88998;
	Tue, 25 Apr 2000 19:48:04 -0700 (PDT)
	(envelope-from jlemon@FreeBSD.org)
Date: Tue, 25 Apr 2000 19:48:04 -0700 (PDT)
From: <jlemon@FreeBSD.org>
Message-Id: <200004260248.TAA88998@freefall.freebsd.org>
To: wing@mis.mgt.ncu.edu.tw, jlemon@FreeBSD.org,
	freebsd-bugs@FreeBSD.org
Subject: Re: i386/18202: possible ida problem causes file lost integrity
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: possible ida problem causes file lost integrity

State-Changed-From-To: open->closed
State-Changed-By: jlemon
State-Changed-When: Tue Apr 25 19:46:44 PDT 2000
State-Changed-Why: 
Originater confirms patch 1.12.2.1 fixes the problem.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Tue Apr 25 22:30: 9 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id A4E7C37B91D
	for <freebsd-bugs@FreeBSD.org>; Tue, 25 Apr 2000 22:30:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id WAA08472;
	Tue, 25 Apr 2000 22:30:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56])
	by hub.freebsd.org (Postfix) with ESMTP id D9CA937BBA7
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Apr 2000 22:21:11 -0700 (PDT)
	(envelope-from bmah@nimitz.ca.sandia.gov)
Received: (from bmah@localhost)
	by nimitz.ca.sandia.gov (8.10.0/8.10.0) id e3Q5Kt909333;
	Tue, 25 Apr 2000 22:20:55 -0700 (PDT)
	(envelope-from bmah)
Message-Id: <200004260520.e3Q5Kt909333@nimitz.ca.sandia.gov>
Date: Tue, 25 Apr 2000 22:20:55 -0700 (PDT)
From: bmah@acm.org
Reply-To: bmah@acm.org
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: misc/18220: Mailing list search date problems
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18220
>Category:       misc
>Synopsis:       Mailing list search date problems
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 25 22:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Bruce A. Mah
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
Cisco Systems, Inc.
>Environment:

	

>Description:

It appears that some mailing list articles show up with
incorrect dates in the "Search Results" page of the mailing
list search features on www.freebsd.org.  Specifically, they seem
to take on the dates of a prior message listed in the
search results.

>How-To-Repeat:

Here's an example:  Do a mailing list search within freebsd-questions,
with a search string of "xdm AND authentication AND 4.0".  See these
results:

The archive freebsd-questions contains the following items relevant to `xdm AND authentication AND 4.0': 

    1.Robert N W Kerberized xdm, login.access 
      Score: 292; Lines: 40; 12-Apr-1997; Archive: freebsd-questions

    2."Andrew L. Re: Booting into Xwindows 
      Score: 292; Lines: 45; 12-Apr-1997; Archive: freebsd-questions

    3.Gustavo V Re: X11 
      Score: 288; Lines: 96; 12-Apr-1997; Archive: freebsd-questions

    4."Paul T. R xdm and no password 
      Score: 284; Lines: 43; 23-Jul-1996; Archive: freebsd-questions

    5.Jason <jas su problems 
      Score: 282; Lines: 44; 23-Jul-1996; Archive: freebsd-questions

Actually examining the messages in question, however, 
will show that message 2 was posted on 
"Wed, 9 Feb 2000 16:22:39 +0300 (MSK)", message 3 was posted on
"Thu, 06 Jan 2000 00:20:50 -0200", and message 5 was posted on
"Mon, 27 Sep 1999 14:04:45 -0400 (EDT)".

>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 Apr 25 22:30:11 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 7A88737BA40
	for <freebsd-bugs@FreeBSD.org>; Tue, 25 Apr 2000 22:30:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id WAA08483;
	Tue, 25 Apr 2000 22:30:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from nhj.nlc.net.au (nhj.nlc.net.au [203.24.133.1])
	by hub.freebsd.org (Postfix) with SMTP id B970837B765
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Apr 2000 22:25:28 -0700 (PDT)
	(envelope-from john@nlc.net.au)
Received: (qmail 17667 invoked from network); 26 Apr 2000 15:25:26 +1000
Received: from grunt.nlc.net.au (203.24.133.5)
  by nhj.nlc.net.au with SMTP; 26 Apr 2000 15:25:26 +1000
Received: (qmail 85417 invoked by uid 1000); 26 Apr 2000 15:25:24 +1000
Message-Id: <20000426052523.85416.qmail@grunt.nlc.net.au>
Date: 26 Apr 2000 15:25:23 +1000
From: john@nlc.net.au
Reply-To: john@nlc.net.au
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: bin/18221: DNS resolver can fail for large DNS responses
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18221
>Category:       bin
>Synopsis:       DNS resolver can fail for large DNS responses
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 25 22:30:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     John Saunders
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
NORTHLINK COMMUNICATIONS
>Environment:

	FreeBSD-3.4 (STABLE). However also applies to 4.0-STABLE and
	possibly -current.

>Description:

	The file /usr/src/lib/libc/net/gethostbydns.c can fail to
	resolve a name if the DNS response is very large. A small
	patch was made a little while ago to prevent a buffer overrun
	from occuring, however this patch prevents all DNS responses.

	The following patch causes a partial result to be returned
	that is limited to the size of the static buffer. This is
	preferable to the current situation of not returning anything.

>How-To-Repeat:

	Do an nslookup on any DNS name that has enough results to
	overflow a 1024 byte buffer.

>Fix:
	
--- lib/libc/net/gethostbydns.c.orig	Sat Feb 26 11:55:47 2000
+++ lib/libc/net/gethostbydns.c	Wed Mar  1 15:03:57 2000
@@ -142,12 +142,7 @@
 	} while (0)
 
 #define BOUNDS_CHECK(ptr, count) \
-	do { \
-		if ((ptr) + (count) > eom) { \
-			h_errno = NO_RECOVERY; \
-			return (NULL); \
-		} \
-	} while (0)
+	((ptr) + (count) > eom)
 
 static struct hostent *
 gethostanswer(answer, anslen, qname, qtype)
@@ -170,7 +165,7 @@
 
 	tname = qname;
 	host.h_name = NULL;
-	eom = answer->buf + anslen;
+	eom = answer->buf + (anslen > MAXPACKET ? MAXPACKET : anslen);
 	switch (qtype) {
 	case T_A:
 	case T_AAAA:
@@ -235,7 +230,11 @@
 			continue;
 		}
 		cp += n;			/* name */
-		BOUNDS_CHECK(cp, 3 * INT16SZ + INT32SZ);
+		if (BOUNDS_CHECK(cp, 3 * INT16SZ + INT32SZ))
+		{
+			had_error++;
+			continue;
+		}
 		type = _getshort(cp);
  		cp += INT16SZ;			/* type */
 		class = _getshort(cp);
@@ -245,7 +244,11 @@
 		cp += INT32SZ;			/* TTL */
 		n = _getshort(cp);
 		cp += INT16SZ;			/* len */
-		BOUNDS_CHECK(cp, n);
+		if (BOUNDS_CHECK(cp, n))
+		{
+			had_error++;
+			continue;
+		}
 		erdata = cp + n;
 		if (class != C_IN) {
 			/* XXX - debug? syslog? */
@@ -666,7 +669,6 @@
 	}
 	if (n > sizeof buf.buf) {
 		dprintf("static buffer is too small (%d)\n", n);
-		return (NULL);
 	}
 	if (!(hp = gethostanswer(&buf, n, qbuf, T_PTR)))
 		return (NULL);	/* h_errno was set by gethostanswer() */



>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 Apr 26  7:14:34 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from Gloria.CAM.ORG (Gloria.CAM.ORG [205.151.116.34])
	by hub.freebsd.org (Postfix) with ESMTP id B2CDF37B78A
	for <freebsd-bugs@freebsd.org>; Wed, 26 Apr 2000 07:14:27 -0700 (PDT)
	(envelope-from intmktg@CAM.ORG)
Received: from localhost (intmktg@localhost)
	by Gloria.CAM.ORG (8.9.3/8.9.3) with ESMTP id KAA11226
	for <freebsd-bugs@freebsd.org>; Wed, 26 Apr 2000 10:04:15 -0400
Date: Wed, 26 Apr 2000 10:04:15 -0400 (EDT)
From: Marc Tardif <intmktg@CAM.ORG>
To: freebsd-bugs@freebsd.org
Subject: changing irq in kernel
Message-ID: <Pine.LNX.4.10.10004260949040.11138-100000@Gloria.CAM.ORG>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

I am currently running FreeBSD-3.4 STABLE and encountered a problem when
recompiling the kernel after changing the irq in my KERNEL file. The diff
between the file before and after would look something like:

< device		ed0	at isa? port 0x280 net irq 5 iomem 0xd8000
---
> device		ed0	at isa? port 0x280 net irq 10 iomem 0xd8000

After running "config KERNEL", "cd ../../compile/KERNEL", "make depend",
"make" and "make install", nothing changes. I still get the problem that
my 3c503 card uses the wrong irq. The only way to fix the problem was to
"rm -fr /usr/src/sys/compile/KERNEL" and start over. Now, everything
works.

I'm not sure if this really qualifies as a bug, but I thought you should
know about it.

Marc Tardif



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Wed Apr 26  7:29:20 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6])
	by hub.freebsd.org (Postfix) with ESMTP id 0962637B875
	for <freebsd-bugs@FreeBSD.ORG>; Wed, 26 Apr 2000 07:29:15 -0700 (PDT)
	(envelope-from bartequi@neomedia.it)
Received: from bartequi.ottodomain.org (ppp2-pa5.neomedia.it [195.103.207.114])
	by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id QAA19559;
	Wed, 26 Apr 2000 16:29:09 +0200 (CEST)
From: Salvo Bartolotta <bartequi@neomedia.it>
Date: Wed, 26 Apr 2000 15:32:00 GMT
Message-ID: <20000426.15320000@bartequi.ottodomain.org>
Subject: Re: changing irq in kernel
To: Marc Tardif <intmktg@CAM.ORG>, freebsd-bugs@FreeBSD.ORG
In-Reply-To: <Pine.LNX.4.10.10004260949040.11138-100000@Gloria.CAM.ORG>
References: <Pine.LNX.4.10.10004260949040.11138-100000@Gloria.CAM.ORG>
X-Mailer: SuperCalifragilis
X-Priority: 3 (Normal)
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 4/26/00, 3:04:15 PM, Marc Tardif <intmktg@CAM.ORG> wrote regarding=20
changing irq in kernel:


> I am currently running FreeBSD-3.4 STABLE and encountered a problem=20
when
> recompiling the kernel after changing the irq in my KERNEL file. The=20
diff
> between the file before and after would look something like:

> < device              ed0     at isa? port 0x280 net irq 5 iomem=20
0xd8000
> ---
> > device              ed0     at isa? port 0x280 net irq 10 iomem=20
0xd8000

> After running "config KERNEL", "cd ../../compile/KERNEL", "make=20
depend",
> "make" and "make install", nothing changes. I still get the problem=20
that
> my 3c503 card uses the wrong irq. The only way to fix the problem was =

to
> "rm -fr /usr/src/sys/compile/KERNEL" and start over. Now, everything
> works.

> I'm not sure if this really qualifies as a bug, but I thought you=20
should
> know about it.

> Marc Tardif


Dear Marc Tardif,

have you tried "config -r KERNEL" ?

If not, you might want to read about it in config(8). If you still=20
meet problems, then, by all means, whine :-)

Best regards,
Salvo





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Wed Apr 26  8:10: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 1254737B67B
	for <freebsd-bugs@FreeBSD.org>; Wed, 26 Apr 2000 08:10:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id IAA40940;
	Wed, 26 Apr 2000 08:10:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id F20AF37B7F0
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Apr 2000 08:03:38 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id IAA40093;
	Wed, 26 Apr 2000 08:03:38 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004261503.IAA40093@freefall.freebsd.org>
Date: Wed, 26 Apr 2000 08:03:38 -0700 (PDT)
From: hgh02351@nifty.ne.jp
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: kern/18232: SMP + APM configerd 4.0 kernel did panic
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18232
>Category:       kern
>Synopsis:       SMP + APM configerd 4.0 kernel did panic
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 26 08:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Atsuo Kobayashi
>Release:        4.0-STABLE
>Organization:
>Environment:
FreeBSD casper.magi 4.0-STABLE FreeBSD 4.0-STABLE #1: Sun Apr 23 01:17:05 JST 2000

>Description:
On M/B:ABIT BP6 based PC,
  3.4-RELEASE works fine with SMP + APM 
configerd kernel.
  but 4.0 did panic at every boot.
  Then "device apm" removed, it works fine.

panic message contains ;
current process    =  160 (apmconf)
interrup mask      =  none<-SMP: xxx
trap number        =  12
panic : page fault
mp-lock = 01000002; cpuid = 1;lapic.id=01000000

>How-To-Repeat:
Just do boot using SMP + APM
configerd 4.0 kernel on ABIT BP-6 based PC.
or, on some/any SMP PC ?

>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 Apr 26  9: 0: 8 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id CD2B037B78A
	for <freebsd-bugs@FreeBSD.org>; Wed, 26 Apr 2000 09:00:05 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id JAA46940;
	Wed, 26 Apr 2000 09:00:05 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Wed, 26 Apr 2000 09:00:05 -0700 (PDT)
Message-Id: <200004261600.JAA46940@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Bill Fenner <fenner@research.att.com>
Subject: Re: bin/18221: DNS resolver can fail for large DNS responses
Reply-To: Bill Fenner <fenner@research.att.com>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR bin/18221; it has been noted by GNATS.

From: Bill Fenner <fenner@research.att.com>
To: john@nlc.net.au
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: bin/18221: DNS resolver can fail for large DNS responses
Date: Wed, 26 Apr 2000 08:08:32 -0700

 I didn't return the truncated response because I was worried about
 whether all the relevant functions handled truncated responses.
 Have you checked this?
 
 >@@ -666,7 +669,6 @@
 > 	}
 > 	if (n > sizeof buf.buf) {
 > 		dprintf("static buffer is too small (%d)\n", n);
 >-		return (NULL);
 > 	}
 > 	if (!(hp = gethostanswer(&buf, n, qbuf, T_PTR)))
 > 		return (NULL);	/* h_errno was set by gethostanswer() */
 
 Didn't you just reintroduce the buffer overrun?  (e.g. you at least want
 to truncate n to sizeof buf.buf)
 
   Bill
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Wed Apr 26  9:10:10 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id CDEC437BF73
	for <freebsd-bugs@FreeBSD.org>; Wed, 26 Apr 2000 09:10:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id JAA47799;
	Wed, 26 Apr 2000 09:10:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 1DAB537BD48
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Apr 2000 09:03:02 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id JAA47193;
	Wed, 26 Apr 2000 09:03:01 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004261603.JAA47193@freefall.freebsd.org>
Date: Wed, 26 Apr 2000 09:03:01 -0700 (PDT)
From: tsasaki@onbiz.net
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: kern/18234: 4.0-CURRENT crashes when "make test" in perl with jail environment
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18234
>Category:       kern
>Synopsis:       4.0-CURRENT crashes when "make test" in perl with jail environment
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 26 09:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     TOMOyuki sasaki
>Release:        4.0-CURRENT
>Organization:
ONLINE BUSINESS
>Environment:
FreeBSD red.onbiz.net 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Sun Apr 23 18:34:40 JS
T 2000     tomo@red.onbiz.net:/usr/src/sys/compile/SMP  i386
>Description:
Fatal trap 12: page fault while in kernel mode
mp_lock = 00000002; cpuid = 0; lapic.id = 00000000
fault virtual address = 0x0
fault code            = supervisor write, page not present
instruction pointer   = 0x8:0xc0186269
stack pointer         = 0x10:0xc885cdf0
frame pointer         = 0x10:0xc885cdf4
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       = 1849 (ypcat)
interrupt mask        = <- SMP: XXX
trap number           = 12
panic: page fault
mp_lock = 00000002; cpuid = 0; lapic.id = 00000000
boot() called on cpu#0

>How-To-Repeat:
"v88" is prison host. (jail environment)

v88% tar xfpz perl-5.6.0.tar.gz
v88% cd perl-5.6.0
v88% ./configure.gnu
v88% make all
v88% make test

The system crashes when testing fork() or glob().
also test perl-5.005.03. but same as too.

This problem does not appear in real environment.

>Fix:
automaticaly rebooting after crashes.
do not execute 'make test' in source directory.


>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 Apr 26  9:50: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id A970B37BE52
	for <freebsd-bugs@FreeBSD.org>; Wed, 26 Apr 2000 09:50:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id JAA51552;
	Wed, 26 Apr 2000 09:50:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from minya.sea.one-eyed-alien.net (minya.sea.one-eyed-alien.net [216.39.156.226])
	by hub.freebsd.org (Postfix) with ESMTP id E61DA37BE62
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Apr 2000 09:41:47 -0700 (PDT)
	(envelope-from brooks@minya.sea.one-eyed-alien.net)
Received: (from brooks@localhost)
	by minya.sea.one-eyed-alien.net (8.9.3/8.9.3) id JAA29879;
	Wed, 26 Apr 2000 09:42:14 -0700 (PDT)
	(envelope-from brooks)
Message-Id: <200004261642.JAA29879@minya.sea.one-eyed-alien.net>
Date: Wed, 26 Apr 2000 09:42:14 -0700 (PDT)
From: brooks@one-eyed-alien.net
Reply-To: brooks@one-eyed-alien.net
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: conf/18238: The default sshd config leaves X11 forwarding off
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18238
>Category:       conf
>Synopsis:       The default sshd config leaves X11 forwarding off
>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 Apr 26 09:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Brooks Davis
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
The Aerospace Corporation
>Environment:

FreeBSD minya 5.0-CURRENT FreeBSD 5.0-CURRENT #20: Tue Apr 18 10:48:27 PDT 2000     root@minya:/usr/src/sys/compile/MINYA  i386

>Description:

The default /etc/ssh/sshd_config sets "X11Forwarding no".  As there is
no risk to the server from X11 Forwarding this is stupid.  This was
discussed on -current or -hackers a while back, but it appears no one
made the change.

>How-To-Repeat:

Install current with crypto.

>Fix:

Index: sshd_config
===================================================================
RCS file: /home/ncvs/src/crypto/openssh/sshd_config,v
retrieving revision 1.4
diff -u -r1.4 sshd_config
--- sshd_config	2000/02/26 02:24:38	1.4
+++ sshd_config	2000/04/26 16:30:47
@@ -17,7 +17,7 @@
 # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
 #IgnoreUserKnownHosts yes
 StrictModes yes
-X11Forwarding no
+X11Forwarding yes
 X11DisplayOffset 10
 PrintMotd yes
 KeepAlive yes


>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 Apr 26 12:52:38 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4FE8C37B5B1; Wed, 26 Apr 2000 12:52:37 -0700 (PDT)
	(envelope-from wilko@FreeBSD.org)
Received: (from wilko@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id MAA76444;
	Wed, 26 Apr 2000 12:52:37 -0700 (PDT)
	(envelope-from wilko@FreeBSD.org)
Date: Wed, 26 Apr 2000 12:52:37 -0700 (PDT)
From: <wilko@FreeBSD.org>
Message-Id: <200004261952.MAA76444@freefall.freebsd.org>
To: wilko@freebsd.org, wilko@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject: Re: kern/12495: 3.1 install fails to detect Toshiba CDROM on AHA1740 adapter
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: 3.1 install fails to detect Toshiba CDROM on AHA1740 adapter

State-Changed-From-To: open->closed
State-Changed-By: wilko
State-Changed-When: Wed Apr 26 12:51:30 PDT 2000
State-Changed-Why: 
PR originator reports problem is no longer reproducible using
4.0-R


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Wed Apr 26 18:10: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 1884A37BA96
	for <freebsd-bugs@FreeBSD.org>; Wed, 26 Apr 2000 18:10:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id SAA07288;
	Wed, 26 Apr 2000 18:10:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Wed, 26 Apr 2000 18:10:03 -0700 (PDT)
Message-Id: <200004270110.SAA07288@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: "Brent S. Smithline" <brentsip@ipinc.net>
Subject: Re: misc/18065: FREEBSD 4.0 crashes on boot Compaq Proliant 4500with array controller
Reply-To: "Brent S. Smithline" <brentsip@ipinc.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR misc/18065; it has been noted by GNATS.

From: "Brent S. Smithline" <brentsip@ipinc.net>
To: "Matthew N. Dodd" <winter@jurai.net>
Cc: <freebsd-gnats-submit@FreeBSD.ORG>
Subject: Re: misc/18065: FREEBSD 4.0 crashes on boot Compaq Proliant 4500with array controller
Date: Wed, 26 Apr 2000 18:00:35 -0700

 Tried latest snapshot dated 20000426 and this is the error we receive:
 
 ida0: <Compaq SMART array controller> at 0x6c88-0x6c9e, irq 10 (level)
 ida0: on eisa0 slot 6
 ida0: drives=1 firm_rev=2.26
 idad0: 12279MB (25149120 sectors), blocksize=512
 
 
 Fatal trap 12: page fault while in kernal mode
 fault virtual address = 0xbec00204
 fault code = supervisor read, page not present
 instruction pointer = 0x8:0xc018ad92
 stack point = 0x10:0xc05fedac
 frame pointer = 0x10:0xc05fedac
 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 = 0 (swapper)
 interrupt mask = net tty bio cam
 trap number = 12
 panic: page fault
 
 
 Brent S. Smithline
 brentsip@ipinc.net
 
 ----- Original Message -----
 From: "Matthew N. Dodd" <winter@jurai.net>
 To: <brentsip@IPINC.NET>
 Cc: <freebsd-gnats-submit@FreeBSD.ORG>
 Sent: Monday, April 17, 2000 10:41 PM
 Subject: Re: misc/18065: FREEBSD 4.0 crashes on boot Compaq Proliant
 4500with array controller
 
 
 Try a snapshot from today.  The fix for this was MFC less than a day ago.
 
 On Mon, 17 Apr 2000 brentsip@ipinc.net wrote:
 
 >
 > >Number:         18065
 > >Category:       misc
 > >Synopsis:       FREEBSD 4.0 crashes on boot Compaq Proliant 4500 with
 array controller
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       medium
 > >Responsible:    freebsd-bugs
 > >State:          open
 > >Quarter:
 > >Keywords:
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Mon Apr 17 15:40:01 PDT 2000
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Brent S Smithline
 > >Release:        4.0 Snapshot 4.0-20000414-stable
 > >Organization:
 > Internet Partners, Inc.
 > >Environment:
 > >Description:
 > Went attempting to load FreeBSD on a Compaq Proliant 4500 with a Compaq
 smart array controller 181132-001 (FRU) narrow SMART SCSI EISA date 1994.
 >
 > The kernal detects:
 > ida0: <Compaq SMART array controller> at 0x6c88-0x6c9e, irq 15 (level)
 > ida0: on eisa0 slot 6
 > panic: ida_wait: incorrect qcb returned
 > Uptime: 0s
 >
 > System ROM: E14 08/17/1998
 > Array ROM: Version 2.26
 >
 > Per Compaq the array drive should work with all model of the array
 controller.
 > >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
 >
 
 --
 | Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
 | winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
 | http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |
 
 
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Wed Apr 26 19:20: 5 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 255F437BB29
	for <freebsd-bugs@FreeBSD.org>; Wed, 26 Apr 2000 19:20:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id TAA17322;
	Wed, 26 Apr 2000 19:20:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Wed, 26 Apr 2000 19:20:03 -0700 (PDT)
Message-Id: <200004270220.TAA17322@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: "Matthew N. Dodd" <winter@jurai.net>
Subject: Re: misc/18065: FREEBSD 4.0 crashes on boot Compaq Proliant 4500with
 array controller
Reply-To: "Matthew N. Dodd" <winter@jurai.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR misc/18065; it has been noted by GNATS.

From: "Matthew N. Dodd" <winter@jurai.net>
To: "Brent S. Smithline" <brentsip@IPINC.NET>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: misc/18065: FREEBSD 4.0 crashes on boot Compaq Proliant 4500with
 array controller
Date: Wed, 26 Apr 2000 22:15:56 -0400 (EDT)

 On Wed, 26 Apr 2000, Brent S. Smithline wrote:
 > Tried latest snapshot dated 20000426 and this is the error we receive:
 > 
 > ida0: <Compaq SMART array controller> at 0x6c88-0x6c9e, irq 10 (level)
 > ida0: on eisa0 slot 6
 > ida0: drives=1 firm_rev=2.26
 > idad0: 12279MB (25149120 sectors), blocksize=512
 
 There is 1 more patch that needs to be merged (if this is a 4.0 snapshot).
 
 -- 
 | Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
 | winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
 | http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Wed Apr 26 19:28:27 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99])
	by hub.freebsd.org (Postfix) with ESMTP id C341237BACB
	for <freebsd-bugs@FreeBSD.ORG>; Wed, 26 Apr 2000 19:28:24 -0700 (PDT)
	(envelope-from winter@jurai.net)
Received: from localhost (winter@localhost)
	by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id WAA91745
	for <freebsd-bugs@FreeBSD.ORG>; Wed, 26 Apr 2000 22:28:24 -0400 (EDT)
Date: Wed, 26 Apr 2000 22:28:24 -0400 (EDT)
From: "Matthew N. Dodd" <winter@jurai.net>
To: freebsd-bugs@FreeBSD.ORG
Subject: Re: misc/18065: FREEBSD 4.0 crashes on boot Compaq Proliant 4500with
 array controller
In-Reply-To: <200004270220.TAA17322@freefall.freebsd.org>
Message-ID: <Pine.BSF.4.21.0004262227240.50194-100000@sasami.jurai.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

On Wed, 26 Apr 2000, Matthew N. Dodd wrote:
>  > idad0: 12279MB (25149120 sectors), blocksize=512
>  
>  There is 1 more patch that needs to be merged (if this is a 4.0 snapshot).

Actually I take this back.  The patch in question doesn't address this
problem.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Wed Apr 26 20:20: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 77A8D37BDB5
	for <freebsd-bugs@FreeBSD.org>; Wed, 26 Apr 2000 20:20:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id UAA22324;
	Wed, 26 Apr 2000 20:20:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 38EB137B9E4
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Apr 2000 20:19:48 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id UAA22295;
	Wed, 26 Apr 2000 20:19:48 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004270319.UAA22295@freefall.freebsd.org>
Date: Wed, 26 Apr 2000 20:19:48 -0700 (PDT)
From: hgfdhdf@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: misc/18245: ffdhhhf
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18245
>Category:       misc
>Synopsis:       ffdhhhf
>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 Apr 26 20:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     fdhdd
>Release:        
>Organization:
>Environment:
d
>Description:
fdhzggfjfgj
>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 Apr 26 20:24:16 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 29D5637B671; Wed, 26 Apr 2000 20:24:15 -0700 (PDT)
	(envelope-from nrahlstr@FreeBSD.org)
Received: (from nrahlstr@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id UAA22685;
	Wed, 26 Apr 2000 20:24:15 -0700 (PDT)
	(envelope-from nrahlstr@FreeBSD.org)
Date: Wed, 26 Apr 2000 20:24:15 -0700 (PDT)
From: <nrahlstr@FreeBSD.org>
Message-Id: <200004270324.UAA22685@freefall.freebsd.org>
To: hgfdhdf@FreeBSD.org, nrahlstr@FreeBSD.org,
	freebsd-bugs@FreeBSD.org
Subject: Re: misc/18245: ffdhhhf
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: ffdhhhf

State-Changed-From-To: open->closed
State-Changed-By: nrahlstr
State-Changed-When: Wed Apr 26 20:23:47 PDT 2000
State-Changed-Why: 
Invalid PR.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27  0:20: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id B9F2337B997
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 00:20:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id AAA46607;
	Thu, 27 Apr 2000 00:20:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Thu, 27 Apr 2000 00:20:03 -0700 (PDT)
Message-Id: <200004270720.AAA46607@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Omachonu Ogali <oogali@intranova.net>
Subject: Re: misc/18205: Install via CD-Romm hangs
Reply-To: Omachonu Ogali <oogali@intranova.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR misc/18205; it has been noted by GNATS.

From: Omachonu Ogali <oogali@intranova.net>
To: plexus@snafu.de
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/18205: Install via CD-Romm hangs
Date: Thu, 27 Apr 2000 02:23:32 -0400 (EDT)

 Include a more detailed description of the hardware being used in this
 system, such as motherboard, CPU, CD-ROM drive, etc., then the problem
 itself can be pinpointed to a certain item (or function in the kernel).
 
 On Tue, 25 Apr 2000 plexus@snafu.de wrote:
 
 > 
 > >Number:         18205
 > >Category:       misc
 > >Synopsis:       Install via CD-Romm hangs
 > >Confidential:   no
 > >Severity:       critical
 > >Priority:       low
 > >Responsible:    freebsd-bugs
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Tue Apr 25 01:30:01 PDT 2000
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Oliver Fischer
 > >Release:        4.0-RELEASE
 > >Organization:
 > >Environment:
 > FreeBSD ten4ward.leveld.de 4.0-RELEASE FreeBSD 4.0-RELEASE
 > >Description:
 > If I boot via CD-ROM, on sone machines with a Intel PIII sysinstall 
 > hangs while probing the devices. I could interupt sysinstall with 
 > <ctrl>-c normaly, but it doesn't finish its tests.
 > 
 > >How-To-Repeat:
 > Very easy: Reboot and booting via CD-ROM.
 > >Fix:
 > A fix is to disable the first level cache int the bios of the machine 
 > for the installation.
 > 
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > 
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-bugs" in the body of the message
 > 
 
 -- 
 +-------------------------------------------------------------------------+
 | Omachonu Ogali                                     oogali@intranova.net |
 | Intranova Networking Group                 http://tribune.intranova.net |
 | PGP Key ID:                                                  0xBFE60839 |
 | PGP Fingerprint:       C8 51 14 FD 2A 87 53 D1  E3 AA 12 12 01 93 BD 34 |
 +-------------------------------------------------------------------------+
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27  0:30: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id CF1D737BE07
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 00:30:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id AAA47730;
	Thu, 27 Apr 2000 00:30:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Thu, 27 Apr 2000 00:30:02 -0700 (PDT)
Message-Id: <200004270730.AAA47730@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Omachonu Ogali <oogali@intranova.net>
Subject: Re: i386/11488: Error while starting FreeBSD
Reply-To: Omachonu Ogali <oogali@intranova.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR i386/11488; it has been noted by GNATS.

From: Omachonu Ogali <oogali@intranova.net>
To: freebsd-gnats-submit@freebsd.org
Cc: schreib_mir_du_spacken@gmx.edu
Subject: Re: i386/11488: Error while starting FreeBSD
Date: Thu, 27 Apr 2000 02:41:22 -0400 (EDT)

 My conclusion is that the laptop is not resetting the coprocessor on each
 reboot causing it to be in an open state, so when FreeBSD attempts to
 initalize it, it fails resulting in a machine lockup.  Unless this was
 reported to the manafacturer, the only solution would be to power off and
 on before switching operating systems.
 
 -- 
 +-------------------------------------------------------------------------+
 | Omachonu Ogali                                     oogali@intranova.net |
 | Intranova Networking Group                 http://tribune.intranova.net |
 | PGP Key ID:                                                  0xBFE60839 |
 | PGP Fingerprint:       C8 51 14 FD 2A 87 53 D1  E3 AA 12 12 01 93 BD 34 |
 +-------------------------------------------------------------------------+
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27  0:50:18 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 4C7EF37B7BF
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 00:50:15 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id AAA49826;
	Thu, 27 Apr 2000 00:50:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Thu, 27 Apr 2000 00:50:02 -0700 (PDT)
Message-Id: <200004270750.AAA49826@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Omachonu Ogali <oogali@intranova.net>
Subject: Re: bin/3055: umount -f does not work
Reply-To: Omachonu Ogali <oogali@intranova.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR bin/3055; it has been noted by GNATS.

From: Omachonu Ogali <oogali@intranova.net>
To: freebsd-gnats-submit@freebsd.org
Cc: jin@iss-p4.lbl.gov
Subject: Re: bin/3055: umount -f does not work
Date: Thu, 27 Apr 2000 03:00:29 -0400 (EDT)

 In the previous versions of 'mount' included with FreeBSD the 'MNT_FORCE'
 flag (-f) was ignored, but this has been resolved in current versions.  I
 would suggest that you upgrade to a newer version of FreeBSD if you are
 still affected by this problem.
 
 -- 
 +-------------------------------------------------------------------------+
 | Omachonu Ogali                                     oogali@intranova.net |
 | Intranova Networking Group                 http://tribune.intranova.net |
 | PGP Key ID:                                                  0xBFE60839 |
 | PGP Fingerprint:       C8 51 14 FD 2A 87 53 D1  E3 AA 12 12 01 93 BD 34 |
 +-------------------------------------------------------------------------+
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27  1: 0:15 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 6468337B7CB
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 01:00:12 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA51011;
	Thu, 27 Apr 2000 01:00:04 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Thu, 27 Apr 2000 01:00:04 -0700 (PDT)
Message-Id: <200004270800.BAA51011@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Omachonu Ogali <oogali@intranova.net>
Subject: Re: kern/4927: kernel does not check an quota and per
Reply-To: Omachonu Ogali <oogali@intranova.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR kern/4927; it has been noted by GNATS.

From: Omachonu Ogali <oogali@intranova.net>
To: freebsd-gnats-submit@freebsd.org
Cc: vasim@uddias.diaspro.com
Subject: Re: kern/4927: kernel does not check an quota and per
Date: Thu, 27 Apr 2000 03:06:58 -0400 (EDT)

 The example situation provided showed two things.  The file was not being
 changed to the ownership of the user and would exist under root, and two,
 the file did not exist and setting the O_CREAT flag in your open() call
 resulted in the file being created under the user currently executing the
 program which would be root.  Quotas are applied on a per user basis, not
 per directory (meaning a user can have 20mb of data in /tmp, but /tmp is
 not restricted to _only_ 20mb of data).
 
 -- 
 +-------------------------------------------------------------------------+
 | Omachonu Ogali                                     oogali@intranova.net |
 | Intranova Networking Group                 http://tribune.intranova.net |
 | PGP Key ID:                                                  0xBFE60839 |
 | PGP Fingerprint:       C8 51 14 FD 2A 87 53 D1  E3 AA 12 12 01 93 BD 34 |
 +-------------------------------------------------------------------------+
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27  1:20:42 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 3C0F837B562
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 01:20:38 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA53539;
	Thu, 27 Apr 2000 01:20:05 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Thu, 27 Apr 2000 01:20:05 -0700 (PDT)
Message-Id: <200004270820.BAA53539@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Omachonu Ogali <oogali@intranova.net>
Subject: Re: misc/17399: FTPing into machine slows it down
Reply-To: Omachonu Ogali <oogali@intranova.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR misc/17399; it has been noted by GNATS.

From: Omachonu Ogali <oogali@intranova.net>
To: freebsd-gnats-submit@freebsd.org
Cc: sabowski@wam.umd.edu
Subject: Re: misc/17399: FTPing into machine slows it down
Date: Thu, 27 Apr 2000 03:27:33 -0400 (EDT)

 I've only seen this type of problem when the machine is low on memory,
 example, I had a machine with 8mb of RAM and every attempt to FTP data to
 and from the machine brought the machine close to a screeching halt (and
 sometimes to a reboot).  Include what type of network card(s) you are
 using and the amount of memory installed in your system.
 
 -- 
 +-------------------------------------------------------------------------+
 | Omachonu Ogali                                     oogali@intranova.net |
 | Intranova Networking Group                 http://tribune.intranova.net |
 | PGP Key ID:                                                  0xBFE60839 |
 | PGP Fingerprint:       C8 51 14 FD 2A 87 53 D1  E3 AA 12 12 01 93 BD 34 |
 +-------------------------------------------------------------------------+
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27  1:30:21 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 537D637B5CB
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 01:30:18 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA54561;
	Thu, 27 Apr 2000 01:30:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from catarina.usc.edu (catarina.usc.edu [128.125.51.47])
	by hub.freebsd.org (Postfix) with ESMTP id D501637B7DD
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Apr 2000 01:21:10 -0700 (PDT)
	(envelope-from pavlin@catarina.usc.edu)
Received: from gaudi.usc.edu (gaudi.usc.edu [128.125.51.46])
	by catarina.usc.edu (8.9.3/8.9.3) with ESMTP id BAA03218;
	Thu, 27 Apr 2000 01:20:25 -0700 (PDT)
Received: (from pavlin@localhost)
	by gaudi.usc.edu (8.9.3/8.9.3) id BAA56964;
	Thu, 27 Apr 2000 01:20:24 -0700 (PDT)
Message-Id: <200004270820.BAA56964@gaudi.usc.edu>
Date: Thu, 27 Apr 2000 01:20:24 -0700 (PDT)
From: pavlin@catarina.usc.edu
Reply-To: pavlin@catarina.usc.edu
To: FreeBSD-gnats-submit@freebsd.org
Cc: pavlin@catarina.usc.edu
X-Send-Pr-Version: 3.2
Subject: misc/18251: inet_aton(204.08.126.0) failure
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18251
>Category:       misc
>Synopsis:       inet_aton() may fail for some addresses (e.g. 204.08.126.0)
>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:   Thu Apr 27 01:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Pavlin Ivanov Radoslavov
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
University of Southern California, Dept. of CS
>Environment:

	FreeBSD 4.0-RELEASE (but probably also true for FreeBSD-current)

>Description:

	inet_aton() may fail for some IPv4 addresses that may look OK.
	E.g. such address is 204.08.126.0 (note the '0' in front of '8',
	i.e. "08" is OK in base-10, but not valid in base-8
	(a fact that triggers the error because of the particular
	implemetation which uses strtoul()

>How-To-Repeat:

	Compile and execute the following code:


#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

int
main()
{
    struct in_addr in_addr;
    char *s;

    s = "204.08.126.0";
    if (inet_aton(s, &in_addr) == 1)
	printf("OK\n");
    else
	printf("ERROR\n");
    
    exit (0);
}

>Fix:

	The problem is in the inet_aton() implementation in libc:
	/usr/src/lib/libc/net/inet_addr.c

	Older FreeBSD versions (e.g. FreeBSD-3.2) are OK, so one
	possible solution is to use the implementation from
	those older systems instead of the FreeBSD-4.0 solution.


>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 Apr 27  4: 0: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id F2C0537B6B6
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 04:00:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id EAA70406;
	Thu, 27 Apr 2000 04:00:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0C27137B5F8
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Apr 2000 03:52:17 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id DAA69496;
	Thu, 27 Apr 2000 03:52:16 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004271052.DAA69496@freefall.freebsd.org>
Date: Thu, 27 Apr 2000 03:52:16 -0700 (PDT)
From: paulchef@starwon.com.au
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: bin/18253: date command does not take -v31d (31st day of month) option
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18253
>Category:       bin
>Synopsis:       date command does not take -v31d (31st day of month) option
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 27 04:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Paul Cheffers
>Release:        2.2.7
>Organization:
Starwon Internet
>Environment:
heimdall % uname -a
FreeBSD heimdall.starwon.com.au 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Fri Feb
 5 12:07:22 WST 1999     ianc@heimdall.starwon.com.au:/usr/src/sys/compile/HEIMD
ALL  i386
heimdall %
>Description:
heimdall % date -v31d -v1m -v1999y
31d: Cannot apply date adjustment
usage: date [-nu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHM]] ...
            [-f fmt date | [[[[yy]mm]dd]HH]MM[.ss]] [+format]
heimdall %
>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  Thu Apr 27  4:30: 8 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id B371337B5D2
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 04:30:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id EAA76634;
	Thu, 27 Apr 2000 04:30:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Thu, 27 Apr 2000 04:30:02 -0700 (PDT)
Message-Id: <200004271130.EAA76634@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Anatoly Vorobey <mellon@pobox.com>
Subject: Re: bin/18253: date command does not take -v31d (31st day of month) option
Reply-To: Anatoly Vorobey <mellon@pobox.com>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR bin/18253; it has been noted by GNATS.

From: Anatoly Vorobey <mellon@pobox.com>
To: paulchef@starwon.com.au
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: bin/18253: date command does not take -v31d (31st day of month) option
Date: Thu, 27 Apr 2000 14:25:25 +0000

 On Thu, Apr 27, 2000 at 03:52:16AM -0700, paulchef@starwon.com.au wrote:
 > heimdall % date -v31d -v1m -v1999y
 > 31d: Cannot apply date adjustment
 
 date -v1m -v31d -v1999y 
 
 will work. This is because the day value is checked for validity against
 the current month, which has not yet been changed to January.
 
 I don't know that this is a bug. If fixing it is desirable, walking
 the 'vary' structure in vary_apply() in src/bin/date/vary.c needs to
 be changed to first apply year adjustments, then month adjustments, etc.
 and not in the order of command line arguments.
 
 -- 
 Anatoly Vorobey,
 mellon@pobox.com http://pobox.com/~mellon/
 "Angels can fly because they take themselves lightly" - G.K.Chesterton
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27  6:40: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id CE48D37B94F
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 06:40:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id GAA22790;
	Thu, 27 Apr 2000 06:40:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128])
	by hub.freebsd.org (Postfix) with ESMTP id 3DDC437B677
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Apr 2000 06:31:41 -0700 (PDT)
	(envelope-from lowell@be-well.ilk.org)
Received: (from lowell@localhost)
	by be-well.ilk.org (8.9.3/8.9.3) id JAA39410;
	Thu, 27 Apr 2000 09:31:29 -0400 (EDT)
	(envelope-from lowell)
Message-Id: <200004271331.JAA39410@be-well.ilk.org>
Date: Thu, 27 Apr 2000 09:31:29 -0400 (EDT)
From: lowell@world.std.com
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: misc/18255: whatis(1) doesn't know about /usr/local
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18255
>Category:       misc
>Synopsis:       makewhatis weekly job doesn't look at /usr/local
>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:   Thu Apr 27 06:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Lowell Gilbert
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
n/a
>Environment:

3.4-STABLE, but this probably applies to all versions.

>Description:

The period script that runs makewhatis doesn't have /usr/local in its
path, so manpath(1) doesn't include /usr/local/man, so ports and
packages don't get included in the database.  The most obvious fix is
to put /usr/local into the /etc/crontab PATH setting, but that's a bad
idea (because root crontab runs *shouldn't* be running anything from
/usr/local in a default system anyway).  Hammering it into the
periodic script that calls makewhatis seems like a better way.

>How-To-Repeat:

As "McClain, Michael" posted to freebsd-questions:
> In FreeBSD 3.4, is makewhatis broken?
> 'man bash' shows the man page, .apropos bash' says nothing appropriate.

Obviously, this will apply to any installed ports or packages.

>Fix:

This isn't very pretty, but cron jobs shouldn't by default be running
anything from /usr/local, so it shouldn't otherwise be in the path.
Better fixes would be fine with me...

	
*** /etc/periodic/weekly/320.whatis     Fri Sep 17 00:02:18 1999
--- 320.whatis  Thu Apr 27 09:19:32 2000
***************
*** 3,8 ****
--- 3,12 ----
  # $FreeBSD: src/etc/periodic/weekly/320.whatis,v 1.2.2.1 1999/08/29 14:19:51 peter Exp $
  #
  
+ # root cron jobs don't normally have /usr/local in the PATH; 
+ # make sure it gets picked up by manpath
+ PATH=${PATH}:/usr/local/bin
+ 
  if [ -x /usr/libexec/makewhatis.local -a -x /usr/bin/manpath ] ; then
  
      echo ""

>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 Apr 27  9: 0:15 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 4B47037B877
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 09:00:07 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id JAA07914;
	Thu, 27 Apr 2000 09:00:06 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from super.win.ne.jp (super.win.ne.jp [202.26.1.170])
	by hub.freebsd.org (Postfix) with ESMTP id 7B92637B685
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Apr 2000 08:53:20 -0700 (PDT)
	(envelope-from takuhiro@super.win.ne.jp)
Received: from takuhiro (PPP16043.win.ne.jp [202.26.16.43])
	by super.win.ne.jp (8.10.0.Beta10/8.10.0.Beta10) with SMTP id e3RFr7G16312;
	Fri, 28 Apr 2000 00:53:09 +0900 (JST)
	env-from (takuhiro@super.win.ne.jp)
Message-Id: <200004271553.e3RFr7G16312@super.win.ne.jp>
Date: Fri, 28 Apr 2000 00:55:33 +0900
From: Takuhiro Nishioka <takuhiro@super.win.ne.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: kern/18257: My PnP modem is not recognized correctly. (lack in PnP ID?)
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18257
>Category:       kern
>Synopsis:       My PnP modem does not recognize correctly on 4.0-STABLE
>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 Apr 27 09:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Takuhiro Nishioka
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

	Till 3.4-RELEASE, my PnP modem worked correctly and I am very
	happy with that.  Recently I upgraded my system to 4.0-STABLE,
	then it turns not to be recognized correctly.  I don't know
	why, but lack in PnP ID?

	The pnpinfo output:
-----------------------------------------------------------------------------
	Checking for Plug-n-Play devices...

	Card assigned CSN #1
	Vendor ID CTL0080 (0x80008c0e), Serial Number 0xffffffff
	PnP Version 1.0, Vendor Version 17
	Device Description: Creative ViBRA16CL PnP

	Logical Device ID: CTL0041 0x41008c0e #0
	Device Description: Audio
	TAG Start DF
	Good Configuration
	    IRQ: 5  - only one type (true/edge)
	    DMA: channel(s) 1 
		8-bit, not a bus master, count by byte, , Compatibility mode
	    DMA: channel(s) 5 
		16-bit, not a bus master, , count by word, Compatibility mode
	    I/O Range 0x220 .. 0x220, alignment 0x1, len 0x10
		[16-bit addr]
	    I/O Range 0x330 .. 0x330, alignment 0x1, len 0x2
		[16-bit addr]
	    I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4
		[16-bit addr]
	TAG Start DF
	Acceptable Configuration
	    IRQ: 5 7 9 10  - only one type (true/edge)
	    DMA: channel(s) 1 3 
		8-bit, not a bus master, count by byte, , Compatibility mode
	    DMA: channel(s) 5 7 
		16-bit, not a bus master, , count by word, Compatibility mode
	    I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
		[16-bit addr]
	    I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2
		[16-bit addr]
	    I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4
		[16-bit addr]
	TAG Start DF
	Acceptable Configuration
	    IRQ: 5 7 9 10  - only one type (true/edge)
	    DMA: channel(s) 1 3 
		8-bit, not a bus master, count by byte, , Compatibility mode
	    DMA: channel(s) 5 7 
		16-bit, not a bus master, , count by word, Compatibility mode
	    I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
		[16-bit addr]
	    I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2
		[16-bit addr]
	TAG Start DF
	Acceptable Configuration
	    IRQ: 5 7 9 10  - only one type (true/edge)
	    DMA: channel(s) 1 3 
		8-bit, not a bus master, count by byte, , Compatibility mode
	    DMA: channel(s) 5 7 
		16-bit, not a bus master, , count by word, Compatibility mode
	    I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
		[16-bit addr]
	TAG Start DF
	Acceptable Configuration
	    IRQ: 5 7 9 10  - only one type (true/edge)
	    DMA: channel(s) 1 3 
		8-bit, not a bus master, count by byte, , Compatibility mode
	    I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
		[16-bit addr]
	    I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2
		[16-bit addr]
	    I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4
		[16-bit addr]
	TAG Start DF
	Acceptable Configuration
	    IRQ: 5 7 9 10  - only one type (true/edge)
	    DMA: channel(s) 1 3 
		8-bit, not a bus master, count by byte, , Compatibility mode
	    I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
		[16-bit addr]
	    I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2
		[16-bit addr]
	TAG Start DF
	Acceptable Configuration
	    IRQ: 5 7 9 10  - only one type (true/edge)
	    DMA: channel(s) 1 3 
		8-bit, not a bus master, count by byte, , Compatibility mode
	    I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
		[16-bit addr]
	TAG Start DF
	Sub-optimal Configuration
	    IRQ: 5 7 9 10  - only one type (true/edge)
	    DMA: channel(s) 1 3 
		8-bit, not a bus master, count by byte, , Compatibility mode
	    DMA: channel(s) 5 7 
		16-bit, not a bus master, , count by word, Compatibility mode
	    I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
		[16-bit addr]
	    I/O Range 0x300 .. 0x330, alignment 0x10, len 0x2
		[16-bit addr]
	    I/O Range 0x388 .. 0x394, alignment 0x4, len 0x4
		[16-bit addr]
	TAG End DF

	Logical Device ID: CTL7002 0x02708c0e #1
	Device Description: Game
	TAG Start DF
	Good Configuration
	    I/O Range 0x200 .. 0x200, alignment 0x1, len 0x8
		[16-bit addr]
	TAG Start DF
	Acceptable Configuration
	    I/O Range 0x200 .. 0x208, alignment 0x8, len 0x8
		[16-bit addr]
	TAG End DF
	End Tag

	Successfully got 59 resources, 2 logical fdevs
	-- card select # 0x0001

	CSN CTL0080 (0x80008c0e), Serial Number 0xffffffff

	Logical device #0
	IO:  0x0220 0x0220 0x0220 0x0220 0x0220 0x0220 0x0220 0x0220
	IRQ 5 0
	DMA 1 5
	IO range check 0x00 activate 0x01

	Logical device #1
	IO:  0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
	IRQ 0 0
	DMA 4 4
	IO range check 0x00 activate 0x01

	Card assigned CSN #2
	Vendor ID FUJ0202 (0x0202aa1a), Serial Number 0x31302aad
	PnP Version 1.0, Vendor Version 5
	Device Description: FUJITSU Modem 33600 PNP/I2

	Logical Device ID: FUJ0000 0x0000aa1a #0
		Device supports I/O Range Check
	TAG Start DF
	    I/O Range 0x2f8 .. 0x2f8, alignment 0x8, len 0x8
		[16-bit addr]
	    IRQ: 3  - only one type (true/edge)
	TAG Start DF
	    I/O Range 0x3f8 .. 0x3f8, alignment 0x8, len 0x8
		[16-bit addr]
	    IRQ: 4  - only one type (true/edge)
	TAG Start DF
	    I/O Range 0x3e8 .. 0x3e8, alignment 0x8, len 0x8
		[16-bit addr]
	    IRQ: 4  - only one type (true/edge)
	TAG Start DF
	    I/O Range 0x2e8 .. 0x2e8, alignment 0x8, len 0x8
		[16-bit addr]
	    IRQ: 3  - only one type (true/edge)
	TAG Start DF
	    I/O Range 0x2f8 .. 0x2f8, alignment 0x8, len 0x8
		[16-bit addr]
	    IRQ: 5 7 9 10 11 12 15  - only one type (true/edge)
	TAG Start DF
	    I/O Range 0x3f8 .. 0x3f8, alignment 0x8, len 0x8
		[16-bit addr]
	    IRQ: 5 7 9 10 11 12 15  - only one type (true/edge)
	TAG Start DF
	    I/O Range 0x3e8 .. 0x3e8, alignment 0x8, len 0x8
		[16-bit addr]
	    IRQ: 5 7 9 10 11 12 15  - only one type (true/edge)
	TAG Start DF
	    I/O Range 0x2e8 .. 0x2e8, alignment 0x8, len 0x8
		[16-bit addr]
	    IRQ: 5 7 9 10 11 12 15  - only one type (true/edge)
	TAG Start DF
	    I/O Range 0x100 .. 0xfff8, alignment 0x8, len 0x8
		[16-bit addr]
	    IRQ: 3 4 5 7 9 10 11 12 15  - only one type (true/edge)
	TAG End DF
	End Tag

	Successfully got 31 resources, 1 logical fdevs
	-- card select # 0x0002

	CSN FUJ0202 (0x0202aa1a), Serial Number 0x31302aad

	Logical device #0
	IO:  0x03e8 0x03e8 0x03e8 0x03e8 0x03e8 0x03e8 0x03e8 0x03e8
	IRQ 9 0
	DMA 4 0
	IO range check 0x00 activate 0x01
-----------------------------------------------------------------------------

>How-To-Repeat:


>Fix:

	I don't know.

-- 
Takuhiro Nishioka mailto:takuhiro@super.win.ne.jp


>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 Apr 27 11:33:11 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from rzbcosv0.rz.tu-bs.de (rzbcosv0.rz.tu-bs.de [134.169.10.54])
	by hub.freebsd.org (Postfix) with ESMTP
	id E49C837B7AD; Thu, 27 Apr 2000 11:32:58 -0700 (PDT)
	(envelope-from y0001415@rzbcosv0.rz.tu-bs.de)
Received: (from y0001415@localhost)
	by rzbcosv0.rz.tu-bs.de (8.8.6 (PHNE_17135)/8.8.6) id UAA26106;
	Thu, 27 Apr 2000 20:32:51 +0200 (METDST)
From: Martin Butkus <y0001415@rzbcosv0.rz.tu-bs.de>
Message-Id: <200004271832.UAA26106@rzbcosv0.rz.tu-bs.de>
Subject: Re: kern/16767: open("/dev/ppi0") will crash machine without sync disk
To: freebsd-gnats-submit@freebsd.org, jin@gracie.lbl.gov,
	freebsd-bugs@freebsd.org
Date: Thu, 27 Apr 100 20:32:44 +0100 (METDST)
Reply-To: m.butkus@tu-bs.de
X-Mailer: ELM [version 2.4 PL11]
Content-Type: text
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Hi!

A friend of mine has the same problem as described in said PR, and
I was able to reproduce it on my box. We use a recent 4.0-STABLE
with src/sys/dev/ppbus/ppi.c rev 1.21.

I had a look at the source code and found that in ppi_attach(), 
the interrupt failed to allocate for some reason (line 173ff):

        /* declare our interrupt handler */
        ppi->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
                                                &zero, irq, irq, 1, RF_ACTIVE);

This results in ppi->intr_resource being NULL.

In ppiopen() this caused BUS_SETUP_INTR()'s third argument to be NULL 
(line 282ff): 

                /* register our interrupt handler */
                BUS_SETUP_INTR(device_get_parent(ppidev), ppidev, ppi->intr_reso
urce,
                               INTR_TYPE_TTY, ppiintr, dev, &ppi->intr_cookie);

BUS_SETUP_INTR seems to be a function pointer to nexus_setup_intr(),
which checks for this condition and causes the panic.

Revision 1.22 (present in -CURRENT, but not in -STABLE) adds a
check for failed interrupt allocation to ppi_attach():

<<<< snip <<<<
===================================================================
RCS file: /home/ncvs/src/sys/dev/ppbus/ppi.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -p -u -r1.21 -r1.22
- --- src/sys/dev/ppbus/ppi.c     2000/01/23 14:41:04     1.21
+++ /home/ncvs/src/sys/dev/ppbus/ppi.c  2000/04/07 00:09:24     1.22
@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- - * $FreeBSD: src/sys/dev/ppbus/ppi.c,v 1.21 2000/01/23 14:41:04 peter Exp $
+ * $FreeBSD: src/sys/dev/ppbus/ppi.c,v 1.22 2000/04/07 00:09:24 jlemon Exp $
  *
  */
 #include "opt_ppb_1284.h"
@@ -173,6 +173,10 @@ ppi_attach(device_t dev)
        /* declare our interrupt handler */
        ppi->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
                                                &zero, irq, irq, 1, RF_ACTIVE);
+       if (ppi->intr_resource == NULL) {
+               device_printf(dev, "can't allocate irq\n");
+               return (ENOMEM);
+       }
 
        make_dev(&ppi_cdevsw, device_get_unit(dev),     /* XXX cleanup */
                 UID_ROOT, GID_WHEEL,
>>>> snap >>>>

But this does not really solve the problem, IMHO, since the interrupt
allocation should not have failed in the first place. This way,
the ppi device fails to attach completely. From dmesg(8):

> ppc0: <Parallel port> at port 0x278-0x27f irq 5 on isa0
> ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
> ppc0: FIFO with 16/16/16 bytes threshold
> ppi0: <Parallel I/O> on ppbus0
> ppi0: can't allocate irq
> device_probe_and_attach: ppi0 attach returned 12

I have then tried changing RF_ACTIVE to RF_SHAREABLE.  
This flag is used in lpt.c for interrupt allocation 
(see sys/dev/ppbus/lpt.c, rev 1.15.2.1, line 460ff):

        /* retrieve the ppbus irq */
        BUS_READ_IVAR(ppbus, dev, PPBUS_IVAR_IRQ, &irq);

        if (irq > 0) {
                /* declare our interrupt handler */
                sc->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
                                                       &zero, irq, irq, 1, RF_SHAREABLE);
        }

I don't know whether this is the "right" thing to do because I
don't quite understand the meaning of these flags. However, things
seem to work now.  My friend has tested the modified ppi driver
with the example from /usr/share/examples/ppi/ppilcd.c (he actually
has the LCD hardware).

This is the diff of my kernel changes, relative to ppi.c rev 1.21. 
It also contains the NULL pointer check from rev 1.22.

<<<< snip <<<<
- --- sys/dev/ppbus/ppi.c.orig	Wed Apr 26 22:08:37 2000
+++ sys/dev/ppbus/ppi.c	Wed Apr 26 22:14:31 2000
@@ -172,7 +172,11 @@
 
 	/* declare our interrupt handler */
 	ppi->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
- -						&zero, irq, irq, 1, RF_ACTIVE);
+						&zero, irq, irq, 1, RF_SHAREABL
E);
+	if (ppi->intr_resource == NULL) {
+		device_printf(dev, "can't allocate irq\n");
+		return (ENOMEM);
+	}
 
 	make_dev(&ppi_cdevsw, device_get_unit(dev),	/* XXX cleanup */
 		 UID_ROOT, GID_WHEEL,
>>>> snap >>>>

Also, I had to make the following changes to ppilcd to make it compile.
This patch is relative to:

$FreeBSD: src/share/examples/ppi/Makefile,v 1.2 1999/08/28 00:19:27 peter Exp 
$FreeBSD: src/share/examples/ppi/ppilcd.c,v 1.2 1999/08/28 00:19:28 peter Exp


<<<< snip <<<<
*** share/examples/ppi/Makefile.orig	Thu Apr 27 11:15:36 2000
- --- share/examples/ppi/Makefile	Thu Apr 27 11:15:48 2000
***************
*** 5,8 ****
- --- 5,10 ----
  PROG=	ppilcd
  NOMAN=	YES
  
+ CFLAGS +=-I/sys/dev/ppbus
+ 
  .include <bsd.prog.mk>
*** share/examples/ppi/ppilcd.c.orig	Thu Apr 27 11:15:28 2000
- --- share/examples/ppi/ppilcd.c	Thu Apr 27 11:17:08 2000
***************
*** 14,19 ****
- --- 14,21 ----
  #include <err.h>
  #include <sysexits.h>
  
+ typedef void *device_t;
+ 
  /* XXX should be in <machine/> */
  #include "ppbconf.h"
  #include "ppi.h"
***************
*** 89,95 ****
  int	debuglevel = 0;
  int	vflag = 0;
  
! void
  main(int argc, char *argv[]) 
  {
      extern char		*optarg;
- --- 91,97 ----
  int	debuglevel = 0;
  int	vflag = 0;
  
! int
  main(int argc, char *argv[]) 
  {
      extern char		*optarg;
>>>> snap >>>>

In case it matters, this is the dmesg(8) output of my box:

<<<< snip <<<<
Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 4.0-STABLE #9: Tue Apr 25 23:25:47 CEST 2000
    root@bagheera.ts.rz.tu-bs.de:/usr/src/sys/compile/BAGHEERA
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium/P55C (165.79-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x543  Stepping = 3
  Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
real memory  = 67108864 (65536K bytes)
avail memory = 61960192 (60508K bytes)
Preloaded elf kernel "kernel" at 0xc034b000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc034b09c.
Intel Pentium detected, installing workaround for F00F bug
md0: Malloc disk
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
isab0: <Intel 82371FB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX ATA controller> port 0xe800-0xe80f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ncr0: <ncr 53c810 fast10 scsi> port 0xe400-0xe4ff mem 0xe6000000-0xe60000ff irq 12 at device 9.0 on pci0
ncr0: driver is using old-style compatability shims
ed0: <NE2000 PCI Ethernet (RealTek 8029)> port 0xe000-0xe01f irq 10 at device 10.0 on pci0
ed0: supplying EUI64: 00:00:21:ff:fe:48:36:b9
ed0: address 00:00:21:48:36:b9, type NE2000 (16 bit) 
pci0: <ATI Mach64-GP graphics accelerator> at 12.0
fdc0: <NEC 72065B or clone> 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: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> on isa0
sc0: VGA <16 virtual consoles, flags=0x200>
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: <Parallel port> at port 0x278-0x27f irq 5 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/16 bytes threshold
ppi0: <Parallel I/O> on ppbus0
ppi0: can't allocate irq
device_probe_and_attach: ppi0 attach returned 12
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
plip0: <PLIP network interface> on ppbus0
pcm0: <AD1816> at port 0x220-0x22f,0x388-0x38b,0x100-0x10f irq 7 drq 1,0 on isa0
unknown0: <Analog Devices AD1815> at port 0x330-0x331 irq 9 on isa0
unknown1: <Analog Devices AD1815> at port 0x200-0x207 on isa0
ad0: 14664MB <IBM-DJNA-351520> [29795/16/63] at ata0-master using WDMA2
Waiting 5 seconds for SCSI devices to settle
sa0 at ncr0 bus 0 target 4 lun 0
sa0: <HP HP35470A T603> Removable Sequential Access SCSI-2 device 
sa0: 5.000MB/s transfers (5.000MHz, offset 8)
Mounting root from ufs:/dev/ad0s1a
cd0 at ncr0 bus 0 target 2 lun 0
cd0: <SONY CD-ROM CDU-8002 1.8g> Removable CD-ROM SCSI-CCS device 
cd0: 3.300MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Vendor Specific ASC
IP packet filtering initialized, divert disabled, rule-based forwarding disabled, default to deny, logging disabled
>>>> snap >>>>

It would be nice if someone commited this fix/workaround (or a better one) 
to -CURRENT and -STABLE. Thanks!

Yours,
	Martin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27 11:40:10 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 5EA8537B8B3
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 11:40:04 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id LAA77592;
	Thu, 27 Apr 2000 11:40:04 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Thu, 27 Apr 2000 11:40:04 -0700 (PDT)
Message-Id: <200004271840.LAA77592@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Martin Butkus <y0001415@rzbcosv0.rz.tu-bs.de>
Subject: Re: kern/16767: open("/dev/ppi0") will crash machine without sync disk
Reply-To: Martin Butkus <y0001415@rzbcosv0.rz.tu-bs.de>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR kern/16767; it has been noted by GNATS.

From: Martin Butkus <y0001415@rzbcosv0.rz.tu-bs.de>
To: freebsd-gnats-submit@freebsd.org, jin@gracie.lbl.gov,
	freebsd-bugs@freebsd.org
Cc:  
Subject: Re: kern/16767: open("/dev/ppi0") will crash machine without sync disk
Date: Thu, 27 Apr 100 20:32:44 +0100 (METDST)

 Hi!
 
 A friend of mine has the same problem as described in said PR, and
 I was able to reproduce it on my box. We use a recent 4.0-STABLE
 with src/sys/dev/ppbus/ppi.c rev 1.21.
 
 I had a look at the source code and found that in ppi_attach(), 
 the interrupt failed to allocate for some reason (line 173ff):
 
         /* declare our interrupt handler */
         ppi->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
                                                 &zero, irq, irq, 1, RF_ACTIVE);
 
 This results in ppi->intr_resource being NULL.
 
 In ppiopen() this caused BUS_SETUP_INTR()'s third argument to be NULL 
 (line 282ff): 
 
                 /* register our interrupt handler */
                 BUS_SETUP_INTR(device_get_parent(ppidev), ppidev, ppi->intr_reso
 urce,
                                INTR_TYPE_TTY, ppiintr, dev, &ppi->intr_cookie);
 
 BUS_SETUP_INTR seems to be a function pointer to nexus_setup_intr(),
 which checks for this condition and causes the panic.
 
 Revision 1.22 (present in -CURRENT, but not in -STABLE) adds a
 check for failed interrupt allocation to ppi_attach():
 
 <<<< snip <<<<
 ===================================================================
 RCS file: /home/ncvs/src/sys/dev/ppbus/ppi.c,v
 retrieving revision 1.21
 retrieving revision 1.22
 diff -p -u -r1.21 -r1.22
 - --- src/sys/dev/ppbus/ppi.c     2000/01/23 14:41:04     1.21
 +++ /home/ncvs/src/sys/dev/ppbus/ppi.c  2000/04/07 00:09:24     1.22
 @@ -23,7 +23,7 @@
   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   * SUCH DAMAGE.
   *
 - - * $FreeBSD: src/sys/dev/ppbus/ppi.c,v 1.21 2000/01/23 14:41:04 peter Exp $
 + * $FreeBSD: src/sys/dev/ppbus/ppi.c,v 1.22 2000/04/07 00:09:24 jlemon Exp $
   *
   */
  #include "opt_ppb_1284.h"
 @@ -173,6 +173,10 @@ ppi_attach(device_t dev)
         /* declare our interrupt handler */
         ppi->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
                                                 &zero, irq, irq, 1, RF_ACTIVE);
 +       if (ppi->intr_resource == NULL) {
 +               device_printf(dev, "can't allocate irq\n");
 +               return (ENOMEM);
 +       }
  
         make_dev(&ppi_cdevsw, device_get_unit(dev),     /* XXX cleanup */
                  UID_ROOT, GID_WHEEL,
 >>>> snap >>>>
 
 But this does not really solve the problem, IMHO, since the interrupt
 allocation should not have failed in the first place. This way,
 the ppi device fails to attach completely. From dmesg(8):
 
 > ppc0: <Parallel port> at port 0x278-0x27f irq 5 on isa0
 > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
 > ppc0: FIFO with 16/16/16 bytes threshold
 > ppi0: <Parallel I/O> on ppbus0
 > ppi0: can't allocate irq
 > device_probe_and_attach: ppi0 attach returned 12
 
 I have then tried changing RF_ACTIVE to RF_SHAREABLE.  
 This flag is used in lpt.c for interrupt allocation 
 (see sys/dev/ppbus/lpt.c, rev 1.15.2.1, line 460ff):
 
         /* retrieve the ppbus irq */
         BUS_READ_IVAR(ppbus, dev, PPBUS_IVAR_IRQ, &irq);
 
         if (irq > 0) {
                 /* declare our interrupt handler */
                 sc->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
                                                        &zero, irq, irq, 1, RF_SHAREABLE);
         }
 
 I don't know whether this is the "right" thing to do because I
 don't quite understand the meaning of these flags. However, things
 seem to work now.  My friend has tested the modified ppi driver
 with the example from /usr/share/examples/ppi/ppilcd.c (he actually
 has the LCD hardware).
 
 This is the diff of my kernel changes, relative to ppi.c rev 1.21. 
 It also contains the NULL pointer check from rev 1.22.
 
 <<<< snip <<<<
 - --- sys/dev/ppbus/ppi.c.orig	Wed Apr 26 22:08:37 2000
 +++ sys/dev/ppbus/ppi.c	Wed Apr 26 22:14:31 2000
 @@ -172,7 +172,11 @@
  
  	/* declare our interrupt handler */
  	ppi->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
 - -						&zero, irq, irq, 1, RF_ACTIVE);
 +						&zero, irq, irq, 1, RF_SHAREABL
 E);
 +	if (ppi->intr_resource == NULL) {
 +		device_printf(dev, "can't allocate irq\n");
 +		return (ENOMEM);
 +	}
  
  	make_dev(&ppi_cdevsw, device_get_unit(dev),	/* XXX cleanup */
  		 UID_ROOT, GID_WHEEL,
 >>>> snap >>>>
 
 Also, I had to make the following changes to ppilcd to make it compile.
 This patch is relative to:
 
 $FreeBSD: src/share/examples/ppi/Makefile,v 1.2 1999/08/28 00:19:27 peter Exp 
 $FreeBSD: src/share/examples/ppi/ppilcd.c,v 1.2 1999/08/28 00:19:28 peter Exp
 
 
 <<<< snip <<<<
 *** share/examples/ppi/Makefile.orig	Thu Apr 27 11:15:36 2000
 - --- share/examples/ppi/Makefile	Thu Apr 27 11:15:48 2000
 ***************
 *** 5,8 ****
 - --- 5,10 ----
   PROG=	ppilcd
   NOMAN=	YES
   
 + CFLAGS +=-I/sys/dev/ppbus
 + 
   .include <bsd.prog.mk>
 *** share/examples/ppi/ppilcd.c.orig	Thu Apr 27 11:15:28 2000
 - --- share/examples/ppi/ppilcd.c	Thu Apr 27 11:17:08 2000
 ***************
 *** 14,19 ****
 - --- 14,21 ----
   #include <err.h>
   #include <sysexits.h>
   
 + typedef void *device_t;
 + 
   /* XXX should be in <machine/> */
   #include "ppbconf.h"
   #include "ppi.h"
 ***************
 *** 89,95 ****
   int	debuglevel = 0;
   int	vflag = 0;
   
 ! void
   main(int argc, char *argv[]) 
   {
       extern char		*optarg;
 - --- 91,97 ----
   int	debuglevel = 0;
   int	vflag = 0;
   
 ! int
   main(int argc, char *argv[]) 
   {
       extern char		*optarg;
 >>>> snap >>>>
 
 In case it matters, this is the dmesg(8) output of my box:
 
 <<<< snip <<<<
 Copyright (c) 1992-2000 The FreeBSD Project.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
 	The Regents of the University of California. All rights reserved.
 FreeBSD 4.0-STABLE #9: Tue Apr 25 23:25:47 CEST 2000
     root@bagheera.ts.rz.tu-bs.de:/usr/src/sys/compile/BAGHEERA
 Timecounter "i8254"  frequency 1193182 Hz
 CPU: Pentium/P55C (165.79-MHz 586-class CPU)
   Origin = "GenuineIntel"  Id = 0x543  Stepping = 3
   Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
 real memory  = 67108864 (65536K bytes)
 avail memory = 61960192 (60508K bytes)
 Preloaded elf kernel "kernel" at 0xc034b000.
 Preloaded userconfig_script "/boot/kernel.conf" at 0xc034b09c.
 Intel Pentium detected, installing workaround for F00F bug
 md0: Malloc disk
 npx0: <math processor> on motherboard
 npx0: INT 16 interface
 pcib0: <Host to PCI bridge> on motherboard
 pci0: <PCI bus> on pcib0
 isab0: <Intel 82371FB PCI to ISA bridge> at device 7.0 on pci0
 isa0: <ISA bus> on isab0
 atapci0: <Intel PIIX ATA controller> port 0xe800-0xe80f at device 7.1 on pci0
 ata0: at 0x1f0 irq 14 on atapci0
 ncr0: <ncr 53c810 fast10 scsi> port 0xe400-0xe4ff mem 0xe6000000-0xe60000ff irq 12 at device 9.0 on pci0
 ncr0: driver is using old-style compatability shims
 ed0: <NE2000 PCI Ethernet (RealTek 8029)> port 0xe000-0xe01f irq 10 at device 10.0 on pci0
 ed0: supplying EUI64: 00:00:21:ff:fe:48:36:b9
 ed0: address 00:00:21:48:36:b9, type NE2000 (16 bit) 
 pci0: <ATI Mach64-GP graphics accelerator> at 12.0
 fdc0: <NEC 72065B or clone> 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: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
 atkbd0: <AT Keyboard> irq 1 on atkbdc0
 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
 sc0: <System console> on isa0
 sc0: VGA <16 virtual consoles, flags=0x200>
 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: <Parallel port> at port 0x278-0x27f irq 5 on isa0
 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
 ppc0: FIFO with 16/16/16 bytes threshold
 ppi0: <Parallel I/O> on ppbus0
 ppi0: can't allocate irq
 device_probe_and_attach: ppi0 attach returned 12
 lpt0: <Printer> on ppbus0
 lpt0: Interrupt-driven port
 plip0: <PLIP network interface> on ppbus0
 pcm0: <AD1816> at port 0x220-0x22f,0x388-0x38b,0x100-0x10f irq 7 drq 1,0 on isa0
 unknown0: <Analog Devices AD1815> at port 0x330-0x331 irq 9 on isa0
 unknown1: <Analog Devices AD1815> at port 0x200-0x207 on isa0
 ad0: 14664MB <IBM-DJNA-351520> [29795/16/63] at ata0-master using WDMA2
 Waiting 5 seconds for SCSI devices to settle
 sa0 at ncr0 bus 0 target 4 lun 0
 sa0: <HP HP35470A T603> Removable Sequential Access SCSI-2 device 
 sa0: 5.000MB/s transfers (5.000MHz, offset 8)
 Mounting root from ufs:/dev/ad0s1a
 cd0 at ncr0 bus 0 target 2 lun 0
 cd0: <SONY CD-ROM CDU-8002 1.8g> Removable CD-ROM SCSI-CCS device 
 cd0: 3.300MB/s transfers
 cd0: Attempt to query device size failed: NOT READY, Vendor Specific ASC
 IP packet filtering initialized, divert disabled, rule-based forwarding disabled, default to deny, logging disabled
 >>>> snap >>>>
 
 It would be nice if someone commited this fix/workaround (or a better one) 
 to -CURRENT and -STABLE. Thanks!
 
 Yours,
 	Martin
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27 11:58:51 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20])
	by hub.freebsd.org (Postfix) with ESMTP
	id BA13E37B6FD; Thu, 27 Apr 2000 11:58:40 -0700 (PDT)
	(envelope-from n_hibma@calcaphon.com)
Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com)
	by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2)
	id 12ktUX-0000Dm-0K; Thu, 27 Apr 2000 18:58:26 +0000
Received: from henny.qubesoft.com (henny.qubesoft.com [192.168.1.5])
	by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id TAA65853;
	Thu, 27 Apr 2000 19:57:58 +0100 (BST)
	(envelope-from n_hibma@calcaphon.com)
Date: Thu, 27 Apr 2000 20:00:22 +0100 (BST)
From: Nick Hibma <n_hibma@calcaphon.com>
X-Sender: n_hibma@localhost
Reply-To: Nick Hibma <n_hibma@calcaphon.com>
To: m.butkus@tu-bs.de
Cc: freebsd-gnats-submit@freebsd.org, jin@gracie.lbl.gov,
	freebsd-bugs@freebsd.org
Subject: Re: kern/16767: open("/dev/ppi0") will crash machine without sync
 disk
In-Reply-To: <200004271832.UAA26106@rzbcosv0.rz.tu-bs.de>
Message-ID: <Pine.BSF.4.20.0004271959270.14642-100000@localhost>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


The first part is ok, the second patch should be including the sys/bus.h
file I think.

If someone could assign the PR to me, I'll have a look soonish.

Nick

> ===================================================================
> RCS file: /home/ncvs/src/sys/dev/ppbus/ppi.c,v
> retrieving revision 1.21
> retrieving revision 1.22
> diff -p -u -r1.21 -r1.22
> - --- src/sys/dev/ppbus/ppi.c     2000/01/23 14:41:04     1.21
> +++ /home/ncvs/src/sys/dev/ppbus/ppi.c  2000/04/07 00:09:24     1.22
> @@ -23,7 +23,7 @@
>   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
>   * SUCH DAMAGE.
>   *
> - - * $FreeBSD: src/sys/dev/ppbus/ppi.c,v 1.21 2000/01/23 14:41:04 peter Exp $
> + * $FreeBSD: src/sys/dev/ppbus/ppi.c,v 1.22 2000/04/07 00:09:24 jlemon Exp $
>   *
>   */
>  #include "opt_ppb_1284.h"
> @@ -173,6 +173,10 @@ ppi_attach(device_t dev)
>         /* declare our interrupt handler */
>         ppi->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
>                                                 &zero, irq, irq, 1, RF_ACTIVE);
> +       if (ppi->intr_resource == NULL) {
> +               device_printf(dev, "can't allocate irq\n");
> +               return (ENOMEM);
> +       }
>  
>         make_dev(&ppi_cdevsw, device_get_unit(dev),     /* XXX cleanup */
>                  UID_ROOT, GID_WHEEL,
> >>>> snap >>>>
> 
> But this does not really solve the problem, IMHO, since the interrupt
> allocation should not have failed in the first place. This way,
> the ppi device fails to attach completely. From dmesg(8):
> 
> > ppc0: <Parallel port> at port 0x278-0x27f irq 5 on isa0
> > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
> > ppc0: FIFO with 16/16/16 bytes threshold
> > ppi0: <Parallel I/O> on ppbus0
> > ppi0: can't allocate irq
> > device_probe_and_attach: ppi0 attach returned 12
> 
> I have then tried changing RF_ACTIVE to RF_SHAREABLE.  
> This flag is used in lpt.c for interrupt allocation 
> (see sys/dev/ppbus/lpt.c, rev 1.15.2.1, line 460ff):
> 
>         /* retrieve the ppbus irq */
>         BUS_READ_IVAR(ppbus, dev, PPBUS_IVAR_IRQ, &irq);
> 
>         if (irq > 0) {
>                 /* declare our interrupt handler */
>                 sc->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
>                                                        &zero, irq, irq, 1, RF_SHAREABLE);
>         }
> 
> I don't know whether this is the "right" thing to do because I
> don't quite understand the meaning of these flags. However, things
> seem to work now.  My friend has tested the modified ppi driver
> with the example from /usr/share/examples/ppi/ppilcd.c (he actually
> has the LCD hardware).
> 
> This is the diff of my kernel changes, relative to ppi.c rev 1.21. 
> It also contains the NULL pointer check from rev 1.22.
> 
> <<<< snip <<<<
> - --- sys/dev/ppbus/ppi.c.orig	Wed Apr 26 22:08:37 2000
> +++ sys/dev/ppbus/ppi.c	Wed Apr 26 22:14:31 2000
> @@ -172,7 +172,11 @@
>  
>  	/* declare our interrupt handler */
>  	ppi->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
> - -						&zero, irq, irq, 1, RF_ACTIVE);
> +						&zero, irq, irq, 1, RF_SHAREABL
> E);
> +	if (ppi->intr_resource == NULL) {
> +		device_printf(dev, "can't allocate irq\n");
> +		return (ENOMEM);
> +	}
>  
>  	make_dev(&ppi_cdevsw, device_get_unit(dev),	/* XXX cleanup */
>  		 UID_ROOT, GID_WHEEL,
> >>>> snap >>>>
> 
> Also, I had to make the following changes to ppilcd to make it compile.
> This patch is relative to:
> 
> $FreeBSD: src/share/examples/ppi/Makefile,v 1.2 1999/08/28 00:19:27 peter Exp 
> $FreeBSD: src/share/examples/ppi/ppilcd.c,v 1.2 1999/08/28 00:19:28 peter Exp
> 
> 
> <<<< snip <<<<
> *** share/examples/ppi/Makefile.orig	Thu Apr 27 11:15:36 2000
> - --- share/examples/ppi/Makefile	Thu Apr 27 11:15:48 2000
> ***************
> *** 5,8 ****
> - --- 5,10 ----
>   PROG=	ppilcd
>   NOMAN=	YES
>   
> + CFLAGS +=-I/sys/dev/ppbus
> + 
>   .include <bsd.prog.mk>
> *** share/examples/ppi/ppilcd.c.orig	Thu Apr 27 11:15:28 2000
> - --- share/examples/ppi/ppilcd.c	Thu Apr 27 11:17:08 2000
> ***************
> *** 14,19 ****
> - --- 14,21 ----
>   #include <err.h>
>   #include <sysexits.h>
>   
> + typedef void *device_t;
> + 
>   /* XXX should be in <machine/> */
>   #include "ppbconf.h"
>   #include "ppi.h"
> ***************
> *** 89,95 ****
>   int	debuglevel = 0;
>   int	vflag = 0;
>   
> ! void
>   main(int argc, char *argv[]) 
>   {
>       extern char		*optarg;
> - --- 91,97 ----
>   int	debuglevel = 0;
>   int	vflag = 0;
>   
> ! int
>   main(int argc, char *argv[]) 
>   {
>       extern char		*optarg;
> >>>> snap >>>>
> 
> In case it matters, this is the dmesg(8) output of my box:
> 
> <<<< snip <<<<
> Copyright (c) 1992-2000 The FreeBSD Project.
> Copyright (c) 1982, 1986, 1989, 1991, 1993
> 	The Regents of the University of California. All rights reserved.
> FreeBSD 4.0-STABLE #9: Tue Apr 25 23:25:47 CEST 2000
>     root@bagheera.ts.rz.tu-bs.de:/usr/src/sys/compile/BAGHEERA
> Timecounter "i8254"  frequency 1193182 Hz
> CPU: Pentium/P55C (165.79-MHz 586-class CPU)
>   Origin = "GenuineIntel"  Id = 0x543  Stepping = 3
>   Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
> real memory  = 67108864 (65536K bytes)
> avail memory = 61960192 (60508K bytes)
> Preloaded elf kernel "kernel" at 0xc034b000.
> Preloaded userconfig_script "/boot/kernel.conf" at 0xc034b09c.
> Intel Pentium detected, installing workaround for F00F bug
> md0: Malloc disk
> npx0: <math processor> on motherboard
> npx0: INT 16 interface
> pcib0: <Host to PCI bridge> on motherboard
> pci0: <PCI bus> on pcib0
> isab0: <Intel 82371FB PCI to ISA bridge> at device 7.0 on pci0
> isa0: <ISA bus> on isab0
> atapci0: <Intel PIIX ATA controller> port 0xe800-0xe80f at device 7.1 on pci0
> ata0: at 0x1f0 irq 14 on atapci0
> ncr0: <ncr 53c810 fast10 scsi> port 0xe400-0xe4ff mem 0xe6000000-0xe60000ff irq 12 at device 9.0 on pci0
> ncr0: driver is using old-style compatability shims
> ed0: <NE2000 PCI Ethernet (RealTek 8029)> port 0xe000-0xe01f irq 10 at device 10.0 on pci0
> ed0: supplying EUI64: 00:00:21:ff:fe:48:36:b9
> ed0: address 00:00:21:48:36:b9, type NE2000 (16 bit) 
> pci0: <ATI Mach64-GP graphics accelerator> at 12.0
> fdc0: <NEC 72065B or clone> 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: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
> atkbd0: <AT Keyboard> irq 1 on atkbdc0
> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
> sc0: <System console> on isa0
> sc0: VGA <16 virtual consoles, flags=0x200>
> 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: <Parallel port> at port 0x278-0x27f irq 5 on isa0
> ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
> ppc0: FIFO with 16/16/16 bytes threshold
> ppi0: <Parallel I/O> on ppbus0
> ppi0: can't allocate irq
> device_probe_and_attach: ppi0 attach returned 12
> lpt0: <Printer> on ppbus0
> lpt0: Interrupt-driven port
> plip0: <PLIP network interface> on ppbus0
> pcm0: <AD1816> at port 0x220-0x22f,0x388-0x38b,0x100-0x10f irq 7 drq 1,0 on isa0
> unknown0: <Analog Devices AD1815> at port 0x330-0x331 irq 9 on isa0
> unknown1: <Analog Devices AD1815> at port 0x200-0x207 on isa0
> ad0: 14664MB <IBM-DJNA-351520> [29795/16/63] at ata0-master using WDMA2
> Waiting 5 seconds for SCSI devices to settle
> sa0 at ncr0 bus 0 target 4 lun 0
> sa0: <HP HP35470A T603> Removable Sequential Access SCSI-2 device 
> sa0: 5.000MB/s transfers (5.000MHz, offset 8)
> Mounting root from ufs:/dev/ad0s1a
> cd0 at ncr0 bus 0 target 2 lun 0
> cd0: <SONY CD-ROM CDU-8002 1.8g> Removable CD-ROM SCSI-CCS device 
> cd0: 3.300MB/s transfers
> cd0: Attempt to query device size failed: NOT READY, Vendor Specific ASC
> IP packet filtering initialized, divert disabled, rule-based forwarding disabled, default to deny, logging disabled
> >>>> snap >>>>
> 
> It would be nice if someone commited this fix/workaround (or a better one) 
> to -CURRENT and -STABLE. Thanks!
> 
> Yours,
> 	Martin
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-bugs" in the body of the message
> 

--
n_hibma@webweaving.org
n_hibma@freebsd.org                                          USB project
http://www.etla.net/~n_hibma/



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27 12: 0:12 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 24DD137B551
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 12:00:04 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id MAA85789;
	Thu, 27 Apr 2000 12:00:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Thu, 27 Apr 2000 12:00:03 -0700 (PDT)
Message-Id: <200004271900.MAA85789@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Nick Hibma <n_hibma@calcaphon.com>
Subject: Re: kern/16767: open("/dev/ppi0") will crash machine without sync
 disk
Reply-To: Nick Hibma <n_hibma@calcaphon.com>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR kern/16767; it has been noted by GNATS.

From: Nick Hibma <n_hibma@calcaphon.com>
To: m.butkus@tu-bs.de
Cc: freebsd-gnats-submit@freebsd.org, jin@gracie.lbl.gov,
	freebsd-bugs@freebsd.org
Subject: Re: kern/16767: open("/dev/ppi0") will crash machine without sync
 disk
Date: Thu, 27 Apr 2000 20:00:22 +0100 (BST)

 The first part is ok, the second patch should be including the sys/bus.h
 file I think.
 
 If someone could assign the PR to me, I'll have a look soonish.
 
 Nick
 
 > ===================================================================
 > RCS file: /home/ncvs/src/sys/dev/ppbus/ppi.c,v
 > retrieving revision 1.21
 > retrieving revision 1.22
 > diff -p -u -r1.21 -r1.22
 > - --- src/sys/dev/ppbus/ppi.c     2000/01/23 14:41:04     1.21
 > +++ /home/ncvs/src/sys/dev/ppbus/ppi.c  2000/04/07 00:09:24     1.22
 > @@ -23,7 +23,7 @@
 >   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 >   * SUCH DAMAGE.
 >   *
 > - - * $FreeBSD: src/sys/dev/ppbus/ppi.c,v 1.21 2000/01/23 14:41:04 peter Exp $
 > + * $FreeBSD: src/sys/dev/ppbus/ppi.c,v 1.22 2000/04/07 00:09:24 jlemon Exp $
 >   *
 >   */
 >  #include "opt_ppb_1284.h"
 > @@ -173,6 +173,10 @@ ppi_attach(device_t dev)
 >         /* declare our interrupt handler */
 >         ppi->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
 >                                                 &zero, irq, irq, 1, RF_ACTIVE);
 > +       if (ppi->intr_resource == NULL) {
 > +               device_printf(dev, "can't allocate irq\n");
 > +               return (ENOMEM);
 > +       }
 >  
 >         make_dev(&ppi_cdevsw, device_get_unit(dev),     /* XXX cleanup */
 >                  UID_ROOT, GID_WHEEL,
 > >>>> snap >>>>
 > 
 > But this does not really solve the problem, IMHO, since the interrupt
 > allocation should not have failed in the first place. This way,
 > the ppi device fails to attach completely. From dmesg(8):
 > 
 > > ppc0: <Parallel port> at port 0x278-0x27f irq 5 on isa0
 > > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
 > > ppc0: FIFO with 16/16/16 bytes threshold
 > > ppi0: <Parallel I/O> on ppbus0
 > > ppi0: can't allocate irq
 > > device_probe_and_attach: ppi0 attach returned 12
 > 
 > I have then tried changing RF_ACTIVE to RF_SHAREABLE.  
 > This flag is used in lpt.c for interrupt allocation 
 > (see sys/dev/ppbus/lpt.c, rev 1.15.2.1, line 460ff):
 > 
 >         /* retrieve the ppbus irq */
 >         BUS_READ_IVAR(ppbus, dev, PPBUS_IVAR_IRQ, &irq);
 > 
 >         if (irq > 0) {
 >                 /* declare our interrupt handler */
 >                 sc->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
 >                                                        &zero, irq, irq, 1, RF_SHAREABLE);
 >         }
 > 
 > I don't know whether this is the "right" thing to do because I
 > don't quite understand the meaning of these flags. However, things
 > seem to work now.  My friend has tested the modified ppi driver
 > with the example from /usr/share/examples/ppi/ppilcd.c (he actually
 > has the LCD hardware).
 > 
 > This is the diff of my kernel changes, relative to ppi.c rev 1.21. 
 > It also contains the NULL pointer check from rev 1.22.
 > 
 > <<<< snip <<<<
 > - --- sys/dev/ppbus/ppi.c.orig	Wed Apr 26 22:08:37 2000
 > +++ sys/dev/ppbus/ppi.c	Wed Apr 26 22:14:31 2000
 > @@ -172,7 +172,11 @@
 >  
 >  	/* declare our interrupt handler */
 >  	ppi->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ,
 > - -						&zero, irq, irq, 1, RF_ACTIVE);
 > +						&zero, irq, irq, 1, RF_SHAREABL
 > E);
 > +	if (ppi->intr_resource == NULL) {
 > +		device_printf(dev, "can't allocate irq\n");
 > +		return (ENOMEM);
 > +	}
 >  
 >  	make_dev(&ppi_cdevsw, device_get_unit(dev),	/* XXX cleanup */
 >  		 UID_ROOT, GID_WHEEL,
 > >>>> snap >>>>
 > 
 > Also, I had to make the following changes to ppilcd to make it compile.
 > This patch is relative to:
 > 
 > $FreeBSD: src/share/examples/ppi/Makefile,v 1.2 1999/08/28 00:19:27 peter Exp 
 > $FreeBSD: src/share/examples/ppi/ppilcd.c,v 1.2 1999/08/28 00:19:28 peter Exp
 > 
 > 
 > <<<< snip <<<<
 > *** share/examples/ppi/Makefile.orig	Thu Apr 27 11:15:36 2000
 > - --- share/examples/ppi/Makefile	Thu Apr 27 11:15:48 2000
 > ***************
 > *** 5,8 ****
 > - --- 5,10 ----
 >   PROG=	ppilcd
 >   NOMAN=	YES
 >   
 > + CFLAGS +=-I/sys/dev/ppbus
 > + 
 >   .include <bsd.prog.mk>
 > *** share/examples/ppi/ppilcd.c.orig	Thu Apr 27 11:15:28 2000
 > - --- share/examples/ppi/ppilcd.c	Thu Apr 27 11:17:08 2000
 > ***************
 > *** 14,19 ****
 > - --- 14,21 ----
 >   #include <err.h>
 >   #include <sysexits.h>
 >   
 > + typedef void *device_t;
 > + 
 >   /* XXX should be in <machine/> */
 >   #include "ppbconf.h"
 >   #include "ppi.h"
 > ***************
 > *** 89,95 ****
 >   int	debuglevel = 0;
 >   int	vflag = 0;
 >   
 > ! void
 >   main(int argc, char *argv[]) 
 >   {
 >       extern char		*optarg;
 > - --- 91,97 ----
 >   int	debuglevel = 0;
 >   int	vflag = 0;
 >   
 > ! int
 >   main(int argc, char *argv[]) 
 >   {
 >       extern char		*optarg;
 > >>>> snap >>>>
 > 
 > In case it matters, this is the dmesg(8) output of my box:
 > 
 > <<<< snip <<<<
 > Copyright (c) 1992-2000 The FreeBSD Project.
 > Copyright (c) 1982, 1986, 1989, 1991, 1993
 > 	The Regents of the University of California. All rights reserved.
 > FreeBSD 4.0-STABLE #9: Tue Apr 25 23:25:47 CEST 2000
 >     root@bagheera.ts.rz.tu-bs.de:/usr/src/sys/compile/BAGHEERA
 > Timecounter "i8254"  frequency 1193182 Hz
 > CPU: Pentium/P55C (165.79-MHz 586-class CPU)
 >   Origin = "GenuineIntel"  Id = 0x543  Stepping = 3
 >   Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
 > real memory  = 67108864 (65536K bytes)
 > avail memory = 61960192 (60508K bytes)
 > Preloaded elf kernel "kernel" at 0xc034b000.
 > Preloaded userconfig_script "/boot/kernel.conf" at 0xc034b09c.
 > Intel Pentium detected, installing workaround for F00F bug
 > md0: Malloc disk
 > npx0: <math processor> on motherboard
 > npx0: INT 16 interface
 > pcib0: <Host to PCI bridge> on motherboard
 > pci0: <PCI bus> on pcib0
 > isab0: <Intel 82371FB PCI to ISA bridge> at device 7.0 on pci0
 > isa0: <ISA bus> on isab0
 > atapci0: <Intel PIIX ATA controller> port 0xe800-0xe80f at device 7.1 on pci0
 > ata0: at 0x1f0 irq 14 on atapci0
 > ncr0: <ncr 53c810 fast10 scsi> port 0xe400-0xe4ff mem 0xe6000000-0xe60000ff irq 12 at device 9.0 on pci0
 > ncr0: driver is using old-style compatability shims
 > ed0: <NE2000 PCI Ethernet (RealTek 8029)> port 0xe000-0xe01f irq 10 at device 10.0 on pci0
 > ed0: supplying EUI64: 00:00:21:ff:fe:48:36:b9
 > ed0: address 00:00:21:48:36:b9, type NE2000 (16 bit) 
 > pci0: <ATI Mach64-GP graphics accelerator> at 12.0
 > fdc0: <NEC 72065B or clone> 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: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
 > atkbd0: <AT Keyboard> irq 1 on atkbdc0
 > vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
 > sc0: <System console> on isa0
 > sc0: VGA <16 virtual consoles, flags=0x200>
 > 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: <Parallel port> at port 0x278-0x27f irq 5 on isa0
 > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
 > ppc0: FIFO with 16/16/16 bytes threshold
 > ppi0: <Parallel I/O> on ppbus0
 > ppi0: can't allocate irq
 > device_probe_and_attach: ppi0 attach returned 12
 > lpt0: <Printer> on ppbus0
 > lpt0: Interrupt-driven port
 > plip0: <PLIP network interface> on ppbus0
 > pcm0: <AD1816> at port 0x220-0x22f,0x388-0x38b,0x100-0x10f irq 7 drq 1,0 on isa0
 > unknown0: <Analog Devices AD1815> at port 0x330-0x331 irq 9 on isa0
 > unknown1: <Analog Devices AD1815> at port 0x200-0x207 on isa0
 > ad0: 14664MB <IBM-DJNA-351520> [29795/16/63] at ata0-master using WDMA2
 > Waiting 5 seconds for SCSI devices to settle
 > sa0 at ncr0 bus 0 target 4 lun 0
 > sa0: <HP HP35470A T603> Removable Sequential Access SCSI-2 device 
 > sa0: 5.000MB/s transfers (5.000MHz, offset 8)
 > Mounting root from ufs:/dev/ad0s1a
 > cd0 at ncr0 bus 0 target 2 lun 0
 > cd0: <SONY CD-ROM CDU-8002 1.8g> Removable CD-ROM SCSI-CCS device 
 > cd0: 3.300MB/s transfers
 > cd0: Attempt to query device size failed: NOT READY, Vendor Specific ASC
 > IP packet filtering initialized, divert disabled, rule-based forwarding disabled, default to deny, logging disabled
 > >>>> snap >>>>
 > 
 > It would be nice if someone commited this fix/workaround (or a better one) 
 > to -CURRENT and -STABLE. Thanks!
 > 
 > Yours,
 > 	Martin
 > 
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-bugs" in the body of the message
 > 
 
 --
 n_hibma@webweaving.org
 n_hibma@freebsd.org                                          USB project
 http://www.etla.net/~n_hibma/
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27 12:46:23 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0528937B5E6; Thu, 27 Apr 2000 12:46:22 -0700 (PDT)
	(envelope-from ken@FreeBSD.org)
Received: (from ken@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id MAA01364;
	Thu, 27 Apr 2000 12:46:21 -0700 (PDT)
	(envelope-from ken@FreeBSD.org)
Date: Thu, 27 Apr 2000 12:46:21 -0700 (PDT)
From: <ken@FreeBSD.org>
Message-Id: <200004271946.MAA01364@freefall.freebsd.org>
To: ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, gibbs@FreeBSD.org
Subject: Re: i386/18185: Adaptec 3950U2 errors during boot/probe
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: Adaptec 3950U2 errors during boot/probe

Responsible-Changed-From-To: freebsd-bugs->gibbs
Responsible-Changed-By: ken
Responsible-Changed-When: Thu Apr 27 12:45:33 PDT 2000
Responsible-Changed-Why: 
Over to the author.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27 13:10: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 433CF37B80F
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 13:10:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id NAA04512;
	Thu, 27 Apr 2000 13:10:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Thu, 27 Apr 2000 13:10:03 -0700 (PDT)
Message-Id: <200004272010.NAA04512@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Bill Fenner <fenner@research.att.com>
Subject: Re: misc/18251: inet_aton(204.08.126.0) failure
Reply-To: Bill Fenner <fenner@research.att.com>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR misc/18251; it has been noted by GNATS.

From: Bill Fenner <fenner@research.att.com>
To: pavlin@catarina.usc.edu
Cc: freebsd-gnats-submit@freebsd.org, pavlin@catarina.usc.edu
Subject: Re: misc/18251: inet_aton(204.08.126.0) failure
Date: Thu, 27 Apr 2000 13:02:49 -0700

 This is documented in the inet_aton() man page:
 
      All numbers supplied as ``parts'' in a `.' notation may be decimal, oc-
      tal, or hexadecimal, as specified in the C language (i.e., a leading 0x
      or 0X implies hexadecimal; otherwise, a leading 0 implies octal; other-
      wise, the number is interpreted as decimal).
 
 Many people think that inet_aton() only takes dotted decimal, but
 it actually also accepts hex and octal and addresses with less than
 4 dots.
 
   Bill
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27 14:10: 8 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id E190937B6B1; Thu, 27 Apr 2000 14:10:06 -0700 (PDT)
	(envelope-from n_hibma@FreeBSD.org)
Received: (from n_hibma@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id OAA12574;
	Thu, 27 Apr 2000 14:10:06 -0700 (PDT)
	(envelope-from n_hibma@FreeBSD.org)
Date: Thu, 27 Apr 2000 14:10:06 -0700 (PDT)
From: <n_hibma@FreeBSD.org>
Message-Id: <200004272110.OAA12574@freefall.freebsd.org>
To: jin@gracie.lbl.gov, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject: Re: kern/16767: open("/dev/ppi0") will crash machine without sync disk
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: open("/dev/ppi0") will crash machine without sync disk

State-Changed-From-To: open->closed
State-Changed-By: n_hibma
State-Changed-When: Thu Apr 27 14:09:24 PDT 2000
State-Changed-Why: 
The very complete patch was committed. Thanks!
.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27 14:20: 4 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 8A25937BF55
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 14:20:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id OAA13936;
	Thu, 27 Apr 2000 14:20:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Thu, 27 Apr 2000 14:20:02 -0700 (PDT)
Message-Id: <200004272120.OAA13936@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Nick Hibma <n_hibma@calcaphon.com>
Subject: Re: kern/16767: open("/dev/ppi0") will crash machine without sync disk
Reply-To: Nick Hibma <n_hibma@calcaphon.com>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR kern/16767; it has been noted by GNATS.

From: Nick Hibma <n_hibma@calcaphon.com>
To: freebsd-gnats-submit@FreeBSD.org, jin@gracie.lbl.gov
Cc:  
Subject: Re: kern/16767: open("/dev/ppi0") will crash machine without sync disk
Date: Thu, 27 Apr 2000 21:08:53 +0000

 First of all, sorry about copying the whole message again in
 my reply.
 
 Second, rev. 1.22 of ppi.c already contains the check for
 bus alloc failing. Thanks for the patch though.
 
 On the shareable flag. It doesn't hurt to add it. And if it
 makes it work for you, just leave it there, it's a good
 idea. I won't add it for the general case, as with ISA
 hardware it more often breaks than that it is valid
 solution.
 
 On the header files: The best solution would be to copy
 those to /usr/include/sys/dev/ppbus during make world where
 they belong (like the /sys/dev/usb ones), but I can't be
 bothered at the moment.
 
 Thanks for the PR!
 
 Nick
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27 14:40: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 239F837BBDC
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 14:40:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id OAA18103;
	Thu, 27 Apr 2000 14:40:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from vapre.mobile.medianstrip.net (host251-12.infonet.tufts.edu [130.64.251.12])
	by hub.freebsd.org (Postfix) with ESMTP id F3B8637B52F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Apr 2000 14:31:02 -0700 (PDT)
	(envelope-from mryan01@vapre.mobile.medianstrip.net)
Received: by vapre.mobile.medianstrip.net (Postfix, from userid 1000)
	id 594E0BA4C; Thu, 27 Apr 2000 17:01:09 -0400 (EDT)
Message-Id: <20000427210109.594E0BA4C@vapre.mobile.medianstrip.net>
Date: Thu, 27 Apr 2000 17:01:09 -0400 (EDT)
From: mike+fbsd@medianstrip.net
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: kern/18261: resume from suspend breaks usb
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18261
>Category:       kern
>Synopsis:       resume from suspend breaks usb
>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:   Thu Apr 27 14:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     mike ryan
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

	sony vaio z505hs laptop.  a kernel built from GENERIC with only two
	additions:

		DEVICE uhci
		DEVICE usb

>Description:

	after resuming from suspend, the following errors appear on the console:  

		usb0: host controller process error
		usb0: host controller halted

	and all usb devices stop working.

>How-To-Repeat:

	install a kernel with usb support, suspend, and resume.

>Fix:

	this patch (borrowed from netbsd) makes it work for me:

--- sys/dev/usb/uhcivar.orig	Thu Jan 20 17:24:34 2000
+++ sys/dev/usb/uhcivar.h	Thu Apr 27 16:24:51 2000
@@ -148,6 +148,9 @@
 	u_int8_t sc_addr;		/* device address */
 	u_int8_t sc_conf;		/* device configuration */
 
+	u_int8_t sc_saved_sof;
+	u_int16_t sc_saved_frnum;
+
 	char sc_isreset;
 	char sc_suspend;
 
--- sys/dev/usb/uhci.orig	Thu Feb 10 13:50:17 2000
+++ sys/dev/usb/uhci.c	Thu Apr 27 16:29:42 2000
@@ -254,6 +254,7 @@
 static void		uhci_dump_td __P((uhci_soft_td_t *));
 #endif
 
+#define UWRITE1(sc, r, x) bus_space_write_1((sc)->iot, (sc)->ioh, (r), (x))
 #define UWRITE2(sc, r, x) bus_space_write_2((sc)->iot, (sc)->ioh, (r), (x))
 #define UWRITE4(sc, r, x) bus_space_write_4((sc)->iot, (sc)->ioh, (r), (x))
 #define UREAD1(sc, r) bus_space_read_1((sc)->iot, (sc)->ioh, (r))
@@ -584,17 +585,17 @@
 				      sc->sc_has_timo->timo_handle);
 		sc->sc_bus.use_polling++;
 		uhci_run(sc, 0); /* stop the controller */
+
+		/* save some state if BIOS doesn't */
+		sc->sc_saved_frnum = UREAD2(sc, UHCI_FRNUM);
+		sc->sc_saved_sof = UREAD1(sc, UHCI_SOF);
+
 		UHCICMD(sc, cmd | UHCI_CMD_EGSM); /* enter global suspend */
 		usb_delay_ms(&sc->sc_bus, USB_RESUME_WAIT);
 		sc->sc_suspend = why;
 		sc->sc_bus.use_polling--;
 		DPRINTF(("uhci_power: cmd=0x%x\n", UREAD2(sc, UHCI_CMD)));
 	} else {
-		/*
-		 * XXX We should really do much more here in case the
-		 * controller registers have been lost and BIOS has
-		 * not restored them.
-		 */
 #ifdef DIAGNOSTIC
 		if (sc->sc_suspend == PWR_RESUME)
 			printf("uhci_power: weird, resume without suspend.\n");
@@ -603,6 +604,12 @@
 		sc->sc_suspend = why;
 		if (cmd & UHCI_CMD_RS)
 			uhci_run(sc, 0); /* in case BIOS has started it */
+
+		/* restore saved state */
+		UWRITE4(sc, UHCI_FLBASEADDR, DMAADDR(&sc->sc_dma, 0));
+		UWRITE2(sc, UHCI_FRNUM, sc->sc_saved_frnum);
+		UWRITE1(sc, UHCI_SOF, sc->sc_saved_sof);
+
 		UHCICMD(sc, cmd | UHCI_CMD_FGR); /* force global resume */
 		usb_delay_ms(&sc->sc_bus, USB_RESUME_DELAY);
 		UHCICMD(sc, cmd & ~UHCI_CMD_EGSM); /* back to normal */

>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 Apr 27 17:50:25 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from dnai.com (dnai.com [207.181.194.98])
	by hub.freebsd.org (Postfix) with ESMTP id 6595637BCFC
	for <freebsd-bugs@freebsd.org>; Thu, 27 Apr 2000 17:50:23 -0700 (PDT)
	(envelope-from kientzle@acm.org)
Received: from azoth.dnai.com (azoth.dnai.com [207.181.194.94])
	by dnai.com (8.9.3/8.9.3) with ESMTP id RAA59098
	for <freebsd-bugs@freebsd.org>; Thu, 27 Apr 2000 17:50:23 -0700 (PDT)
Received: from acm.org (dnai-216-15-121-177.cust.dnai.com [216.15.121.177])
	by azoth.dnai.com (8.9.3/8.9.3) with ESMTP id RAA81826
	for <freebsd-bugs@freebsd.org>; Thu, 27 Apr 2000 17:50:21 -0700 (PDT)
Message-ID: <3908E04C.1D7C42C9@acm.org>
Date: Thu, 27 Apr 2000 17:50:20 -0700
From: Tim Kientzle <kientzle@acm.org>
Reply-To: kientzle@acm.org
X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.3-RELEASE i386)
X-Accept-Language: en
MIME-Version: 1.0
To: freebsd-bugs@freebsd.org
Subject: Fix to CRON daemon...
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Some folks I work with found a problem in
BSDI's 'cron' daemon.  This ultimately resulted
in the attached message from Paul Vixie; I notice
FreeBSD is also using Vixie cron.

			- Tim Kientzle


-------- Original Message --------
> To: bsdi-users@bsdi.com
> Subject: Re: Cron setting SIGCHLD to SIG_IGN
> References: <200004271826.OAA23896@iridium.mv.net>
> In-Reply-To: mem@mv.mv.com's message of "27 Apr 2000 11:22:33 -0700"
> Date: Thu, 27 Apr 2000 14:47:02 -0700
> From: Paul A Vixie <vixie@mibh.net>
> 
> mem@mv.mv.com ("Mark E. Mallett") writes:
> 
> > Looking at the cron source code, I do see that cron is forcing
> > SIGCHLD to SIG_IGN for the children that it spawns.  I'm afraid that
> > the reasoning behind this move escapes me.
> 
> It's because cron (then called crond) was the first program I ever wrote
> that used signals or called fork or exec.  This was in 1986, just after
> 4.3BSD came out, and well before signals had been posixified.  signal(2)
> says, quite clearly:
> 
>      When a process which has installed signal handlers forks, the child pro-
>      cess inherits the signals.  All caught signals may be reset to their de-
>      fault action by a call to the execve(2) function; ignored signals remain
>      ignored.
> 
> This means that having set SIGCHLD to SIG_IGN for my own purposes, I really
> needed (and apparently still need) to set it back to SIG_DFL before fork()'ing
> to run each command found in a crontab.  Ouch!  Sorry, all.  Here's a patch
> against cron 4.0 (see ftp://ftp.isc.org/isc/cron/, since this is more recent
> than what ships with BSD/OS).  The patch ought to apply, with some fuzz, to
> the shipping version.
> 
> Index: do_command.c
> ===================================================================
> RCS file: /proj/src/isc/cvs-1/cron/do_command.c,v
> retrieving revision 1.4
> diff -u -r1.4 do_command.c
> --- do_command.c	2000/01/02 20:53:41	1.4
> +++ do_command.c	2000/04/27 18:45:37
> @@ -222,6 +222,13 @@
>  		chdir(env_get("HOME", e->envp));
>  
>  		/*
> +		 * Since ignored signals remain ignored after fork()/exec(),
> +		 * we need to unignore our ignored signals before letting
> +		 * some unsuspecting user level command inherit them.
> +		 */
> +		(void) signal(SIGCHLD, SIG_DFL);
> +
> +		/*
>  		 * Exec the command.
>  		 */
>  		{
> 
> ---------------------------------------------------------------------
> Searchable Archive: http://www.nexial.com/cgi-bin/bsdibody
> To unsubscribe, e-mail: bsdi-users-unsubscribe@mailinglists.org
> For additional commands, e-mail: bsdi-users-help@mailinglists.org
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27 22:40:12 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 7712237BB69
	for <freebsd-bugs@FreeBSD.org>; Thu, 27 Apr 2000 22:40:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id WAA78085;
	Thu, 27 Apr 2000 22:40:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0A01A37B855
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Apr 2000 22:34:49 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id WAA77479;
	Thu, 27 Apr 2000 22:34:48 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004280534.WAA77479@freefall.freebsd.org>
Date: Thu, 27 Apr 2000 22:34:48 -0700 (PDT)
From: jury@aep.mpei.ac.ru
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: kern/18265: Vendor specific word = FFFF
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18265
>Category:       kern
>Synopsis:       Vendor specific word = FFFF
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 27 22:40:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jury Burykin
>Release:        3.4 and 4.0
>Organization:
MPEI
>Environment:
aep215.mpei.ac.ru 4.0-REALEASE
>Description:
Vendor specific word = FFFF in loading new kernel and freez 
all processes without any logs.


>How-To-Repeat:
install FreeBSD version 3.4 or 4.0 on 
machine
recompile kernel with options:
options ipfirewall
options ipfirewall_verbose
options ipfirewall_forward
options ipfilter
options ipfilter_log
options ipdivert
options ipstealth
>Fix:
i don't know

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Thu Apr 27 23:20:35 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id C0E2F37BC45; Thu, 27 Apr 2000 23:20:33 -0700 (PDT)
	(envelope-from mckusick@FreeBSD.org)
Received: (from mckusick@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id XAA82573;
	Thu, 27 Apr 2000 23:20:33 -0700 (PDT)
	(envelope-from mckusick@FreeBSD.org)
Date: Thu, 27 Apr 2000 23:20:33 -0700 (PDT)
From: <mckusick@FreeBSD.org>
Message-Id: <200004280620.XAA82573@freefall.freebsd.org>
To: andre.albsmeier@mchp.siemens.de, mckusick@FreeBSD.org,
	freebsd-bugs@FreeBSD.org
Subject: Re: kern/17128: Fix for quotas grace time when using chown and soft limits are hit again
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: Fix for quotas grace time when using chown and soft limits are hit again

State-Changed-From-To: open->closed
State-Changed-By: mckusick
State-Changed-When: Thu Apr 27 23:14:50 PDT 2000
State-Changed-Why: 
Applied suggested fix in rev 1.29 of ufs/ufs/ufs_quota.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Fri Apr 28  2:30: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id DE84B37BCF5
	for <freebsd-bugs@FreeBSD.org>; Fri, 28 Apr 2000 02:30:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id CAA08727;
	Fri, 28 Apr 2000 02:30:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id E301637B6E2
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Apr 2000 02:24:42 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id CAA08162;
	Fri, 28 Apr 2000 02:24:42 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004280924.CAA08162@freefall.freebsd.org>
Date: Fri, 28 Apr 2000 02:24:42 -0700 (PDT)
From: usov@ups.kiev.ua
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: misc/18267: Man page broken
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18267
>Category:       misc
>Synopsis:       Man page broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 28 02:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Usov Alexander
>Release:        4.0-RELEASE
>Organization:
Kiev State University
>Environment:
>Description:
Man page for boot(8) does not contain link for boot0cfg(8)
in section "See Also"

>How-To-Repeat:

>Fix:
Add link to manpage boot(8)

>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 Apr 28  2:50: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 8129E37BE7E
	for <freebsd-bugs@FreeBSD.org>; Fri, 28 Apr 2000 02:50:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id CAA11183;
	Fri, 28 Apr 2000 02:50:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Fri, 28 Apr 2000 02:50:02 -0700 (PDT)
Message-Id: <200004280950.CAA11183@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Thomas Gellekum <tg@melaten.rwth-aachen.de>
Subject: Re: kern/18110: DC-390 SCSI BIOS setting no effect and IBM DORS drive tag queueing problem.
Reply-To: Thomas Gellekum <tg@melaten.rwth-aachen.de>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR kern/18110; it has been noted by GNATS.

From: Thomas Gellekum <tg@melaten.rwth-aachen.de>
To: mako2@din.or.jp
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/18110: DC-390 SCSI BIOS setting no effect and IBM DORS drive tag queueing problem.
Date: 28 Apr 2000 11:54:20 +0200

 mako2@din.or.jp writes:
 
 > I use Tekram DC-390 SCSI Host Adapter and IBM DORS-32160 Harddisk
 > Drive.
 > DORS-32160 S82C have some problem when tag queueing enable,
 
 ,----
 | amd0: <Tekram DC390(T)/AMD53c974 SCSI Host Adapter> port 0xe000-0xe07f irq 10 at device 11.0 on pci0
 | [...]
 | da1 at amd0 bus 0 target 2 lun 0
 | da1: <IBM DORS-32160 WA6A> Fixed Direct Access SCSI-2 device 
 | da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
 | da1: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C)
 | [...]
 `----
 
 Seems to work fine in my box. What's `S82C' and `WA6A'? Firmware
 revision?
 
 tg
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Fri Apr 28  3: 0: 9 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0B66337BEFA
	for <freebsd-bugs@FreeBSD.org>; Fri, 28 Apr 2000 03:00:05 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id DAA12173;
	Fri, 28 Apr 2000 03:00:04 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id D9EFC37BF25
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Apr 2000 02:53:43 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id CAA11569;
	Fri, 28 Apr 2000 02:53:43 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004280953.CAA11569@freefall.freebsd.org>
Date: Fri, 28 Apr 2000 02:53:43 -0700 (PDT)
From: drk@cyberspace.org
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: i386/18268: RTC BIOS error10 (memorysize)
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18268
>Category:       i386
>Synopsis:       RTC BIOS error10 (memorysize)
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 28 03:00:03 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     david r. katz
>Release:        2.2.5
>Organization:
.
>Environment:
in install
>Description:
I'm trying to install FreeBSD 2.2.5, after configuring my kernel and moving on with the installation I get this error message:

RTC BIOS error10 (memorysize)

If anyone knows how to solve this please email me. Thanks a lot.
>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 Apr 28  4:40:11 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0A45737BF40
	for <freebsd-bugs@FreeBSD.org>; Fri, 28 Apr 2000 04:40:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id EAA22898;
	Fri, 28 Apr 2000 04:40:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id C4A4037BF15
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Apr 2000 04:30:11 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id EAA21678;
	Fri, 28 Apr 2000 04:30:11 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004281130.EAA21678@freefall.freebsd.org>
Date: Fri, 28 Apr 2000 04:30:11 -0700 (PDT)
From: peter.edwards@ireland.com
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: kern/18270: [PATCH] kldunload "vn" doesn't clean up enough, and causes panics.
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18270
>Category:       kern
>Synopsis:       [PATCH] kldunload "vn" doesn't clean up enough, and causes panics.
>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 Apr 28 04:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Peter Edwards
>Release:        4.0-STABLE/5.0-CURRENT
>Organization:
>Environment:
FreeBSD rocklobster 4.0-STABLE FreeBSD 4.0-STABLE #1: Thu Apr 27 09:32:28 IST 2000     petere@rocklobster:/usr/src/sys/compile/MAR27  i386

>Description:
Some reports on current@freebsd.org
indicated that after "kldunload"ing the vn device, further use of
/dev/vn* caused panics.

I saw a few problems, and attach a patch that addresses them
and appears to fix the crashes on my -stable box.

1: There is no cdesw_remove() when the module is unloaded.

2: Any dev_t's that make it to the driver get associated with a vn
softc. After the driver is unloaded and reloaded, these pointers
are still set in the dev_t's, but refer to the old, free()d softcs.

3: There are no calls to destroy_dev to match the calls to make_dev.


The included patch is complicated slightly because more than one dev_t
can be associated with a vn_softc, and for each softc, only one call to make_dev
is made. The patch keeps track of the "aliases" for the vn_softc by
chaining such aliases through the si_drv2 field in the dev_t.


I reproduced the problem on 4.0-STABLE, and after the patch, several
"kldunload vn.ko/vnconfig" operations leave my machine in one piece.
The problem probably exists in -current, and the patch applies cleanly
(modulo line offset changes) to the -current vn.c also

I'm not the most experienced FreeBSD Kernel Hacker, so a solid review
and comments would be appreciated. I really think there is some ugliness
in the way the vn device sets up the softc's and devices. It should
probably do a make_dev for each different dev_t that refers to a unit
when the unit is first opened, and probably also a make_dev() for a
configurable number of vn's at load time, to get them to appear under
devfs. If someone can confirm that this is an accurate analysis, I'll
spend some time fixing it up, if no one else has time.
>How-To-Repeat:

>Fix:
I've attached the patch as compressed uuencoded, as well as plaintext,
to get around cut-n-paste whitespace corruption.


*** vn.c.old    Wed Apr 26 16:23:03 2000
--- vn.c        Fri Apr 28 11:56:41 2000
***************
*** 139,144 ****
--- 139,148 ----
        int              sc_maxactive;  /* max # of active requests     */
        struct buf       sc_tab;        /* transfer queue               */
        u_long           sc_options;    /* options                      */
+       dev_t            sc_devlist;    /* list of devices which refer to
+                                          the same vn unit. The last
+                                          one on the list is the one
+                                          created by make_dev          */
        SLIST_ENTRY(vn_softc) sc_list;
  };
  
***************
*** 179,200 ****
        unit = dkunit(dev);
        vn = dev->si_drv1;
        if (!vn) {
                SLIST_FOREACH(vn, &vn_list, sc_list) {
                        if (vn->sc_unit == unit) {
                                dev->si_drv1 = vn;
                                break;
                        }
                }
        }
        if (!vn) {
                vn = malloc(sizeof *vn, M_DEVBUF, M_WAITOK);
                if (!vn)
                        return (NULL);
                bzero(vn, sizeof *vn);
                vn->sc_unit = unit;
                dev->si_drv1 = vn;
!               make_dev(&vn_cdevsw, 0, 
                    UID_ROOT, GID_OPERATOR, 0640, "vn%d", unit);
                SLIST_INSERT_HEAD(&vn_list, vn, sc_list);
        }
        return (vn);
--- 183,221 ----
        unit = dkunit(dev);
        vn = dev->si_drv1;
        if (!vn) {
+               /* See if we have already a vn softc for this disk unit. */
                SLIST_FOREACH(vn, &vn_list, sc_list) {
                        if (vn->sc_unit == unit) {
+                               /* Just add to the alias list. */
+                               dev->si_drv2 = vn->sc_devlist;
+                               vn->sc_devlist = dev;
                                dev->si_drv1 = vn;
                                break;
                        }
                }
        }
        if (!vn) {
+               /*
+                * No previous uses of this vn unit: construct its softc and
+                * "canonical" device.
+                */
+               dev_t canonical_dev;
                vn = malloc(sizeof *vn, M_DEVBUF, M_WAITOK);
                if (!vn)
                        return (NULL);
                bzero(vn, sizeof *vn);
                vn->sc_unit = unit;
                dev->si_drv1 = vn;
!               canonical_dev = make_dev(&vn_cdevsw, 0, 
                    UID_ROOT, GID_OPERATOR, 0640, "vn%d", unit);
+               canonical_dev->si_drv1 = vn;
+               canonical_dev->si_drv2 = 0;
+               vn->sc_devlist = canonical_dev;
+               if (canonical_dev != dev) {
+                       /* Add the alias we are opening to the alias list */
+                       dev->si_drv2 = vn->sc_devlist;
+                       vn->sc_devlist = dev;
+               }
                SLIST_INSERT_HEAD(&vn_list, vn, sc_list);
        }
        return (vn);
***************
*** 763,776 ****
--- 784,812 ----
                /* fall through */
        case MOD_SHUTDOWN:
                for (;;) {
+                       dev_t dev, next;
                        vn = SLIST_FIRST(&vn_list);
                        if (!vn)
                                break;
                        SLIST_REMOVE_HEAD(&vn_list, sc_list);
                        if (vn->sc_flags & VNF_INITED)
                                vnclear(vn);
+ 
+                       /*
+                        * Cleanup all the dev_t's that refer to this vn
+                        * unit, and destroy_dev the canonical device
+                        * created with make_dev
+                        */
+                       for (dev = vn->sc_devlist; dev; dev = next) {
+                               next = dev->si_drv2;
+                               dev->si_drv1 = dev->si_drv2 = 0;
+ 
+                               if (next == 0)
+                                       destroy_dev(dev);
+                       }
                        free(vn, M_DEVBUF);
                }
+               cdevsw_remove(&vn_cdevsw);
                break;
        default:
                break;

UUencoded:begin 644 patch.Z
M'YV0*@*"L./&Q1@7;]B027"E#!D00>#(`2'#!H@8-G3(F*$#Q@R*,$(J:$%R
M8,$Q"8S(20-1(D4<%V/HJ)&11@R0(@/JW,E3A0*=%V?D8!&#!@T0.T>6C"&4
M*`V8)$DJ``$B01HW=!(D`#%GS)<V8?"$&4,GC9TR.Q*\4`$"+!X0(T"\,0-B
M;-FS(.24B5.GS!PZ<ZJJ>#&UZE\Y=<B"$%/'S-:N7^B$$9-V+0@Z<L*XF6.F
MS$2^9?I633"X<((Z7]B\<7-&*U>O;^"473VG,MO8LS>/)DUX154R9>Q$=@T9
MN!TV:?[:!H'\KURZQM.,\0OB#AKI:/*6Z3R1SAL%OK6*IWH931FN8=J<)PBB
MCILT=%R`H&*>>9B_X'>[IKKZ_.KRYS5'!PC)`2B7&V7D)]Y^((RA5QAT.+18
M'FV%L4897QBG56E4)3`%$TE,0<4713A!A119H$#0%W/,1<<8*;R66G)T[%!8
M'S92]5-///H$5`PW#"5#2$CI9)I[\('0`PADK($D'2@8ET*.5;&WI'$M^#!'
M&AG*84<,5%I%%PHA$!3C'J9Y"**(7QCQA!1%!#$$$BJZP0(()JPHX)V0"7AF
MFF*"4&>6D#VIY))/_MFA>%AJR2497MZT)$%ABB?&@VM4FD`?:7+:H:=5I3%F
MF6XH.IJ5%;*AVA@H;*E'&7,A1="=37Q!1!%6"%&%$;1^<44025#QQ!)3IBFJ
MH*2F`*A>=-0AAQN".E$%$TP4NZ@8K\KQ1IU\IO%JK"J862E!A'IE**+OU9AF
MHUMV^:62)MD8PFA@79AA<"CDZ<878Q@WQQUWPG!GFN2!4$421'PAQ1-/4''G
M$0A_\00414@1A+!2!&P##0*#(`)!)9`APIV)5OIAB",FX<04%8^(1)Q$Y*LG
MC7?.*J.?88*:`+/.0EMGL5%=A,,,+,@@PTU1M7!DNO`V^624P5E;);17!D?H
MHY&&>2R99H*`9GAJL35%&><=>\=Y:(2!5QAL/$@&A6&8Q)6+8X!@QAO=71<8
M&<FMT5ZZ\G$XVLELN@FGG'3:K.^,?_'IE9]>`[HUN5J:RW0/Z,+W)]A:6:9$
M'<Z%0<9#WAG(=AKW,4=CX+WIQR[6=L@`+^7%!2>@C9PG0+M7Q@G8='":)O"Z
MNY+&"V@"EY9AH:8Z;VJ:SELG&SG8:RFX%5M.O`&"1,&E\0;H[<U!7:QTZ"WW
MDSHT2!MFB0T(7V`MFO%B76Z083U2'H^AV6K2L2T"D]V;C@ON5QJP&2<R#=K?
M>_3'AGO985Q42]6J6N4M6-$E7'8"0:UNE:M=]>I7P1J6U+02/3,MJPS->E:T
MIE6M2F'+,]NRF:LL**M20;!<7SC7W^!3J>%!ZEV3<H.\1J,_-_"/@0Z$5[TP
M9!R9[:M?P?E7P`:VJ((=+&$+:]C#(C:QBEWL31KCV)T^YH:0C6R'="@6V(IX
M1+8Y\&K$FYT0K<?&!;K1AUZ2W9)@@+M3N0&'O:,1O.K8OP8:IX\D'!,AD6@<
M$(2@:G;8W&XL$X31F0XYJ3M;7?0B%SB4X3VLN8SVRG>>TZ7.=P7<#1YC)T=`
MVHY&B-3*[ASH.TC&LGF$2]G*6O:%EP4A9HO;DTD<Q[@TYLPT/%/ASVS4(Q[M
MB"TWL`'1;A#-(@5$*2T`P0UP0`,6X"`&LDM:FBQC!K:QH3S:JL,9LB.X!.A/
M?!I\0L*F@(0J4($(3[B"$W20IKM-!`4[V($D&14<!!KG3@C"@[H6I;L(YK)-
M29""B)Q8S!$F$EDF9"CR,*6IA\*I"4^P0A%Z"3.*"K-/-+)HH`95N2^8@0UA
M.$-@3``"*SC!"%]06;"*0`1E:90@8V"#\N2PS/Q8+VQ'Q=\0A*J9.L"A+JHR
MT`'I<(+`E`]"VN&.*,M3(((DE2U/NI-F'@*<P[PA#TDD90*-:,=S1F<Z7VW0
M@R+TD#O`)SM+=.!76R<>?PJJD4%TY7%@"<`'%A9>"4WC]/23V-_9`8X_E$$L
MM;+*XJU2CR#@HU%SM[7&8BZSRLJ=\/R"F;,Z$&J1G&SS$F`&O92!6QJT%:YT
G902+<FJ-_KK#%_32AC><A:)0M,._+)J\Y9D&..6L`QOHP,]K<50!





>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 Apr 28  5: 0: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 8511B37BEAA
	for <freebsd-bugs@FreeBSD.org>; Fri, 28 Apr 2000 05:00:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id FAA24468;
	Fri, 28 Apr 2000 05:00:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Fri, 28 Apr 2000 05:00:02 -0700 (PDT)
Message-Id: <200004281200.FAA24468@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Omachonu Ogali <oogali@intranova.net>
Subject: Re: kern/18265: Vendor specific word = FFFF
Reply-To: Omachonu Ogali <oogali@intranova.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR kern/18265; it has been noted by GNATS.

From: Omachonu Ogali <oogali@intranova.net>
To: jury@aep.mpei.ac.ru
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: kern/18265: Vendor specific word = FFFF
Date: Fri, 28 Apr 2000 07:53:44 -0400 (EDT)

 Can you give a more a specific description of your environment, such as
 network devices and such, and I assume you're experiencing this at boot
 time?
 
 On Thu, 27 Apr 2000 jury@aep.mpei.ac.ru wrote:
 
 > 
 > >Number:         18265
 > >Category:       kern
 > >Synopsis:       Vendor specific word = FFFF
 > >Confidential:   no
 > >Severity:       critical
 > >Priority:       high
 > >Responsible:    freebsd-bugs
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Thu Apr 27 22:40:02 PDT 2000
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Jury Burykin
 > >Release:        3.4 and 4.0
 > >Organization:
 > MPEI
 > >Environment:
 > aep215.mpei.ac.ru 4.0-REALEASE
 > >Description:
 > Vendor specific word = FFFF in loading new kernel and freez 
 > all processes without any logs.
 > 
 > 
 > >How-To-Repeat:
 > install FreeBSD version 3.4 or 4.0 on 
 > machine
 > recompile kernel with options:
 > options ipfirewall
 > options ipfirewall_verbose
 > options ipfirewall_forward
 > options ipfilter
 > options ipfilter_log
 > options ipdivert
 > options ipstealth
 > >Fix:
 > i don't know
 > 
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > 
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-bugs" in the body of the message
 > 
 
 -- 
 +-------------------------------------------------------------------------+
 | Omachonu Ogali                                     oogali@intranova.net |
 | Intranova Networking Group                 http://tribune.intranova.net |
 | PGP Key ID:                                                  0xBFE60839 |
 | PGP Fingerprint:       C8 51 14 FD 2A 87 53 D1  E3 AA 12 12 01 93 BD 34 |
 +-------------------------------------------------------------------------+
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Fri Apr 28  8:10:11 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 3603437BF2D
	for <freebsd-bugs@FreeBSD.org>; Fri, 28 Apr 2000 08:10:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id IAA11877;
	Fri, 28 Apr 2000 08:10:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from io.yi.org (24.67.218.186.bc.wave.home.com [24.67.218.186])
	by hub.freebsd.org (Postfix) with ESMTP id 488C737B6E6
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Apr 2000 08:07:28 -0700 (PDT)
	(envelope-from jake@io.yi.org)
Received: (from jake@localhost)
	by io.yi.org (8.9.3/8.9.3) id IAA18339;
	Fri, 28 Apr 2000 08:07:42 -0700 (PDT)
	(envelope-from jake)
Message-Id: <200004281507.IAA18339@io.yi.org>
Date: Fri, 28 Apr 2000 08:07:42 -0700 (PDT)
From: Jake Burkholder <jake@io.yi.org>
Reply-To: jburkhol@home.com
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: kern/18271: simplelock: klds not portable across UP and SMP
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18271
>Category:       kern
>Synopsis:       simplelock: klds not portable across UP and SMP
>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 Apr 28 08:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jake Burkholder
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
none
>Environment:

5.0-current

>Description:

Due to the fact that the simplelock functions are #defined to nothing in
the UP kernel, klds compiled on a UP machine will have no simplelock calls
at all, and thus none of the necesary SMP locking if loaded on such a
machine.  This patch makes simplelock a function call for klds, and adds
empty bodied functions to the UP kernel which are used in that case.

At least the following modules are affected:
	ccd
	cd9660
	msdosfs
	nfs
	ntfs
	nwfs
	vinum

Which need to be recompiled.

>How-To-Repeat:

n/a

>Fix:

Index: alpha/include/lock.h
===================================================================
RCS file: /home/ncvs/src/sys/alpha/include/lock.h,v
retrieving revision 1.5
diff -u -r1.5 lock.h
--- alpha/include/lock.h	1999/08/28 00:38:47	1.5
+++ alpha/include/lock.h	2000/04/27 00:21:30
@@ -38,6 +38,17 @@
 	volatile int	lock_data;
 };
 
+void	s_lock_init		__P((struct simplelock *));
+void	s_lock			__P((struct simplelock *));
+int	s_lock_try		__P((struct simplelock *));
+
+/* inline simplelock functions */
+static __inline void
+s_unlock(struct simplelock *lkp)
+{
+	lkp->lock_data = 0;
+}
+
 #define COM_LOCK()
 #define COM_UNLOCK()
 
Index: i386/include/lock.h
===================================================================
RCS file: /home/ncvs/src/sys/i386/include/lock.h,v
retrieving revision 1.12
diff -u -r1.12 lock.h
--- i386/include/lock.h	2000/03/28 07:16:21	1.12
+++ i386/include/lock.h	2000/04/27 00:21:33
@@ -169,17 +169,6 @@
 extern struct simplelock	mpintr_lock;
 extern struct simplelock	mcount_lock;
 
-#if !defined(SIMPLELOCK_DEBUG) && NCPUS > 1
-/*
- * This set of defines turns on the real functions in i386/isa/apic_ipl.s.
- */
-#define	simple_lock_init(alp)	s_lock_init(alp)
-#define	simple_lock(alp)	s_lock(alp)
-#define	simple_lock_try(alp)	s_lock_try(alp)
-#define	simple_unlock(alp)	s_unlock(alp)
-
-#endif /* !SIMPLELOCK_DEBUG && NCPUS > 1 */
-
 #endif /* LOCORE */
 
 #endif /* !_MACHINE_LOCK_H_ */
Index: kern/kern_lock.c
===================================================================
RCS file: /home/ncvs/src/sys/kern/kern_lock.c,v
retrieving revision 1.32
diff -u -r1.32 kern_lock.c
--- kern/kern_lock.c	2000/03/16 08:51:50	1.32
+++ kern/kern_lock.c	2000/04/27 15:18:07
@@ -75,6 +75,27 @@
 static int apause(struct lock *lkp, int flags);
 static int acquiredrain(struct lock *lkp, int extflags) ;
 
+#ifndef SMP
+
+void
+s_lock_init(struct simplelock *lkp)
+{
+}
+
+void
+s_lock(struct simplelock *lkp)
+{
+}
+
+int
+s_lock_try(struct simplelock *lkp)
+{
+
+	return 1;
+}
+
+#endif
+
 static LOCK_INLINE void
 sharelock(struct lock *lkp, int incr) {
 	lkp->lk_flags |= LK_SHARE_NONZERO;
Index: sys/lock.h
===================================================================
RCS file: /home/ncvs/src/sys/sys/lock.h,v
retrieving revision 1.17
diff -u -r1.17 lock.h
--- sys/lock.h	1999/12/11 16:13:01	1.17
+++ sys/lock.h	2000/04/27 15:13:34
@@ -202,13 +202,18 @@
 #define simple_lock(alp) _simple_lock(alp, __FILE__, __LINE__)
 void simple_lock_init __P((struct simplelock *alp));
 #else /* !SIMPLELOCK_DEBUG */
-#if NCPUS == 1 /* no multiprocessor locking is necessary */
+#if defined(SMP) || defined(KLD_MODULE)
+#define	simple_lock_init(alp)	s_lock_init(alp)
+#define	simple_lock(alp)	s_lock(alp)
+#define	simple_lock_try(alp)	s_lock_try(alp)
+#define	simple_unlock(alp)	s_unlock(alp)
+#else /* !SMP || !KLD_MODULE */
 #define	NULL_SIMPLELOCKS
 #define	simple_lock_init(alp)
 #define	simple_lock(alp)
 #define	simple_lock_try(alp)	(1)	/* always succeeds */
 #define	simple_unlock(alp)
-#endif /* NCPUS == 1 */
+#endif /* !SMP || !KLD_MODULE */
 #endif /* !SIMPLELOCK_DEBUG */
 
 #endif /* !_LOCK_H_ */

>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 Apr 28 10:40: 5 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id AC77837B8D7
	for <freebsd-bugs@FreeBSD.org>; Fri, 28 Apr 2000 10:40:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id KAA30079;
	Fri, 28 Apr 2000 10:40:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from aaz.links.ru (aaz.links.ru [193.125.152.37])
	by hub.freebsd.org (Postfix) with ESMTP id CBAC137BF73
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Apr 2000 10:32:14 -0700 (PDT)
	(envelope-from babolo@links.ru)
Received: (from babolo@localhost)
	by aaz.links.ru (8.9.3/8.9.3) id VAA20998;
	Fri, 28 Apr 2000 21:32:12 +0400 (MSD)
Message-Id: <200004281732.VAA20998@aaz.links.ru>
Date: Fri, 28 Apr 2000 21:32:12 +0400 (MSD)
From: babolo@links.ru
Reply-To: babolo@links.ru
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: bin/18275: proposed TMPDIR setting and mkinittmpdir
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18275
>Category:       bin
>Synopsis:       proposed TMPDIR setting and /usr/bin/mkinittmpdir
>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:   Fri Apr 28 10:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Aleksandr A. Babaylov
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
home
>Environment:

Tested under 4.0-RELEASE

>Description:

I decide that managing of TMPDIR environment is not so trivial
as I think before, so I write program mkinittmpdir
and proppose to place it in /usr/bin/

>How-To-Repeat:

Try to write TMPDIR management in one string in shell script :-)

>Fix:

http://www.links.ru/FreeBSD/mkinittmpdir/


>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 Apr 28 15:20: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 8073637BA69
	for <freebsd-bugs@FreeBSD.org>; Fri, 28 Apr 2000 15:20:04 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id PAA08138;
	Fri, 28 Apr 2000 15:20:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id A31EB37B50B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Apr 2000 15:13:20 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id PAA04986;
	Fri, 28 Apr 2000 15:13:20 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004282213.PAA04986@freefall.freebsd.org>
Date: Fri, 28 Apr 2000 15:13:20 -0700 (PDT)
From: jocke__@linuxmail.org
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: kern/18285: the system froze when use scon -s 50
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18285
>Category:       kern
>Synopsis:       the system froze when use scon -s 50
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 28 15:20:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jocke
>Release:        4.0 RELEASE
>Organization:
>Environment:
FreeBSD 192.168.0.1 4.0-RELEASE #10: Sat Apr 15 13:34:13 GMT 2000
root@FreeBSD.domain:/usr/src/sys/compile/Jockes i386
>Description:
When changes the console font, and how many lines to use. The system frozen
some times :( I type this, and sometimes the system frozen....

loadfont -c0 -f /usr/share/misc/pcvtfonts/vt220l.808
scon -s 50

And some times... the system frozen, and this msg is outputed by the kernel:

Fatal trap 12:	Page Fault while in kernel mode
Fault Virtual address	=	0xc0d0a000
Fault Code		=	Supervisor read, Page not present
Instruction Pointer	=	0x8:0xc02221ae
Stack Pointer		=	0x10:0xcaa60cf8
Frame Pointer		=	0x10:0xcaa60d20
Code Segment		=	base 0x0, limit 0xfffff, type 0x1b
				DPL 0, pres1, def32 1, gran 1
Processor eflags	=	interrupt enabled, resume, IOPL=0
Current Process		=	532(scon)
Trap number		=	12
Panic: Page fault
Syncing disks... 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16
giving up on 16 buffers
Uptime 37m11s

>How-To-Repeat:
run the command:
loadfont -c0 -f /usr/share/misc/pcvtfonts/vt220l.808
and the command:
scon -s 50

run the last command many times, and try different tty:s and some times
the problem occur.


>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 Apr 28 17: 0: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 3246337BFCC
	for <freebsd-bugs@FreeBSD.org>; Fri, 28 Apr 2000 17:00:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id RAA53115;
	Fri, 28 Apr 2000 17:00:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Fri, 28 Apr 2000 17:00:02 -0700 (PDT)
Message-Id: <200004290000.RAA53115@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Bosko Milekic <bmilekic@dsuper.net>
Subject: Re: kern/5877: sb_cc counts control data as well as data data
Reply-To: Bosko Milekic <bmilekic@dsuper.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR kern/5877; it has been noted by GNATS.

From: Bosko Milekic <bmilekic@dsuper.net>
To: freebsd-gnats-submit@freebsd.org, fenner@parc.xerox.com
Cc:  
Subject: Re: kern/5877: sb_cc counts control data as well as data data
Date: Fri, 28 Apr 2000 20:00:33 -0400 (EDT)

 	Wouldn't you agree that the better solution would be to just fix the
   computation/adjusting of the high and low watermarks to not include
   control data, as sb_cc's count is also used for other purposes which may
   (or may not? [*]) involve the counting of the control data mbufs?
   	This is feasible with a new variable which would hold (sb_cc -
   control data) which need only be adjusted when control type mbufs are
   added to the sockbuf. This way, low and high watermarks can be adjusted
   as per that new value.
 
   [*] Of course, "may or may not" is ambiguous. I see sb_cc being a, as
   commented in socketvar.h, "_actual_ chars in buffer" count. Perhaps some
   other bit in the code also relies on this interpretation and assumes
   that, indeed, there are no mbufs attached to sb_mb when sb_cc is zero.
 
   Comments, anyone?
   
   --Bosko
 
 --
  Bosko Milekic * pages.infinit.net/bmilekic/index.html * www.technokratis.com
  bmilekic@dsuper.net * bmilekic@technokratis.com * b.milekic@marianopolis.edu
 
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Fri Apr 28 17:20: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 8A21637BAD3
	for <freebsd-bugs@FreeBSD.org>; Fri, 28 Apr 2000 17:20:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id RAA60646;
	Fri, 28 Apr 2000 17:20:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0ED5A37B87F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Apr 2000 17:16:02 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id RAA59305;
	Fri, 28 Apr 2000 17:16:01 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004290016.RAA59305@freefall.freebsd.org>
Date: Fri, 28 Apr 2000 17:16:01 -0700 (PDT)
From: pfeifer@dbai.tuwien.ac.at
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: misc/18286: mailx, which is part of Unix 98, does not exist
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18286
>Category:       misc
>Synopsis:       mailx, which is part of Unix 98, does not exist
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 28 17:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Gerald Pfeifer
>Release:        FreeBSD 3.4-RELEASE
>Organization:
Vienna University of Technology
>Environment:
n/a
>Description:
mailx, which is part of Unix 98 (http://www.UNIX-systems.org/), does
not exist in FreeBSD 3.x, nor 4.x or 5.x, as far as I could see.

This is bad, as this renders writing portable scripts extremely hard.
Solaris, AIX, and DEC OSF do have this program, for example.
>How-To-Repeat:
`which mailx` on any vanilla FreeBSD installation.
>Fix:
There is a mailx entry in the ports tree that might be moved into the
base system, but I'm not sure whether that indeed is compliant with
the standard.

>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 Apr 28 22:50: 8 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 39E8637B680
	for <freebsd-bugs@FreeBSD.org>; Fri, 28 Apr 2000 22:50:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id WAA19083;
	Fri, 28 Apr 2000 22:50:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from home.dragondata.com (home.dragondata.com [204.137.237.2])
	by hub.freebsd.org (Postfix) with ESMTP id 9DC3F37BA79
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Apr 2000 22:42:20 -0700 (PDT)
	(envelope-from toasty@shell1.dragondata.com)
Received: from shell1.dragondata.com (root@shell1 [204.137.237.8])
	by home.dragondata.com (8.9.2/8.9.2) with ESMTP id AAA21951
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Apr 2000 00:42:20 -0500 (CDT)
Received: (from root@localhost)
	by shell1.dragondata.com (8.9.3/8.9.3) id AAA85097;
	Sat, 29 Apr 2000 00:42:57 -0500 (CDT)
	(envelope-from toasty)
Message-Id: <200004290542.AAA85097@shell1.dragondata.com>
Date: Sat, 29 Apr 2000 00:42:57 -0500 (CDT)
From: Kevin Day <toasty@shell1.dragondata.com>
Reply-To: toasty@shell1.dragondata.com
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: kern/18289: CPU Time exceeded delivered multiple times
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18289
>Category:       kern
>Synopsis:       CPU Time exceeded delivered multiple times
>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 Apr 28 22:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Day
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
DragonData Internet Services
>Environment:

Any system with executables running over NFS, with CPU time limits

>Description:

If an executable running over NFS hits it's hard CPU limit, killproc is
called multiple times as the process exits.

I'm not sure if more time is being charged to the process while fd's are
being closed over NFS, or cores being dumped, etc. I haven't been able to
figure out exactly why this happens, but it's easy to reproduce.


>How-To-Repeat:


Set your maximum CPU time to a few seconds.

Compile a program that just sits in a busy loop. Copy it to an NFS
server, and run it on an NFS client.

pid 51206 (spin), uid 1001, was killed: exceeded maximum CPU limit
pid 51206 (spin), uid 1001, was killed: exceeded maximum CPU limit
pid 51206 (spin), uid 1001, was killed: exceeded maximum CPU limit
pid 51206 (spin), uid 1001, was killed: exceeded maximum CPU limit
pid 51206 (spin), uid 1001, was killed: exceeded maximum CPU limit
pid 51206 (spin), uid 1001, was killed: exceeded maximum CPU limit
pid 51206 (spin), uid 1001, was killed: exceeded maximum CPU limit
pid 51206 (spin), uid 1001, was killed: exceeded maximum CPU limit
pid 51206 (spin), uid 1001, was killed: exceeded maximum CPU limit
pid 51206 (spin), uid 1001, was killed: exceeded maximum CPU limit
pid 51206 (spin), uid 1001, was killed: exceeded maximum CPU limit


>Fix:

While this isn't an exact fix:

	/*
	 * Check if the process exceeds its cpu resource allocation.
	 * If over max, kill it.
	 */
	if (p->p_stat != SZOMB && p->p_limit->p_cpulimit != RLIM_INFINITY &&
	    p->p_runtime > p->p_limit->p_cpulimit) {
		rlim = &p->p_rlimit[RLIMIT_CPU];
		if (p->p_runtime / (rlim_t)1000000 >= rlim->rlim_max) {
			killproc(p, "exceeded maximum CPU limit");
		} else {
			psignal(p, SIGXCPU);
			if (rlim->rlim_cur < rlim->rlim_max) {
				/* XXX: we should make a private copy */
				rlim->rlim_cur += 5;
			}
		}
	}

This chunk of code doesn't seem to check to see if the process isn't already
exiting. I'm not sure if it's ever really valid for a process to get this
far after it's already had killproc() hit it, but it appears to be happening
for me.

It does check to see if the process is a zombie, but a quick check shows
that it's not yet a zombie at this stage. 

I have no idea if this is correct or not, but:

	if (p->p_stat != SZOMB && p->p_limit->p_cpulimit != RLIM_INFINITY &&
	    (p->p_flags & P_WEXIT) == 0 && p->p_runtime > p->p_limit->p_cpulimit) {

Looks like it might work.


>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 Apr 29  1: 0: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 10D0F37B6FB
	for <freebsd-bugs@FreeBSD.org>; Sat, 29 Apr 2000 01:00:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA32844;
	Sat, 29 Apr 2000 01:00:01 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Sat, 29 Apr 2000 01:00:01 -0700 (PDT)
Message-Id: <200004290800.BAA32844@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Oliver Fischer <plexus@snafu.de>
Subject: Re: misc/18205: Install via CD-Romm hangs
Reply-To: Oliver Fischer <plexus@snafu.de>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR misc/18205; it has been noted by GNATS.

From: Oliver Fischer <plexus@snafu.de>
To: oogali@intranova.net
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/18205: Install via CD-Romm hangs
Date: Sat, 29 Apr 2000 10:00:52 +0200

 Hi,
 
 > Include a more detailed description of the hardware being used
 in
 > this
 > system, such as motherboard, CPU, CD-ROM drive, etc., then the
 > problem
 > itself can be pinpointed to a certain item (or function in the
 > kernel).
 
 I found this problem on two computers
 
 1. PC
 	Processor:	Intel PIII 550MHz/256KB Cache
 	Motherboard:	AOpen AX6BC
 	Memory:		128 MB
 
 2. PC
 	Processor:	Intel PIII 500MHz/156KB Cache
 	Motherboard:	Gigabyte GA-6BXC
 	Memory:		256 MB
 
 If I boot from the CD-ROM sysinstall starts and hangs while
 probing
 the devices. The last message on the debug screen was like "Found
 a network device lp0".
 
 I could reproduce this problem with the following CD-ROMs:
 
 FreeBSD 4.0 Snapshot June 1999
 FreeBSD 3.3 Release with 4 CD-ROMs bought via SuSE Germany
 FreeBSD 4.0 Release
 
 The Problem didn't occurs with a recorded 4.0 ISO-Image from
 ftp.freebsd.org.
 
 Since I changed the processor on PC 2 to a Intel PIII
 550MHz/256KB Cache the problem also didn't occurs.
 
 Bye,
 
 Oliver
 
 
 
 
 
 #--{ plexus@snafu.de }----------------------------
 Oliver Fischer, Gleimstrasse 59, 10437 Berlin, Germany
 
 Emacs is a great OS, but I prefer Unix...
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sat Apr 29  6:20: 5 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 88B8B37BF72
	for <freebsd-bugs@FreeBSD.org>; Sat, 29 Apr 2000 06:20:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id GAA66129;
	Sat, 29 Apr 2000 06:20:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Sat, 29 Apr 2000 06:20:02 -0700 (PDT)
Message-Id: <200004291320.GAA66129@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
Subject: Re: kern/18257: My PnP modem does not recognize correctly on 4.0-STABLE
Reply-To: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR kern/18257; it has been noted by GNATS.

From: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
To: freebsd-gnats-submit@FreeBSD.org, takuhiro@super.win.ne.jp
Cc:  
Subject: Re: kern/18257: My PnP modem does not recognize correctly on 4.0-STABLE
Date: Sat, 29 Apr 2000 22:09:52 +0900

 Will this fix your problem?
 
 
 --- sio.c-	Sat Apr 29 02:21:05 2000
 +++ sio.c	Sat Apr 29 02:27:10 2000
 @@ -706,6 +706,7 @@
  	{0x90917256, NULL},	/* USR9190 - USR 56k Voice INT */
  	{0x0300695c, NULL},	/* WCI0003 - Fax/Voice/Modem/Speakphone/Asvd */
  	{0x61f7896a, NULL},	/* ZTIF761 - Zoom ComStar 33.6 */
 +	{0x0000aa1a, NULL},     /* FUJ0000 - Fujitsu Internal PnP modem */
  	{0}
  };
  
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sat Apr 29  8:20: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 6874837B6CB
	for <freebsd-bugs@FreeBSD.org>; Sat, 29 Apr 2000 08:20:05 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id IAA78039;
	Sat, 29 Apr 2000 08:20:04 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Sat, 29 Apr 2000 08:20:04 -0700 (PDT)
Message-Id: <200004291520.IAA78039@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Kevin Day <toasty@dragondata.com>
Subject: misc/16301
Reply-To: Kevin Day <toasty@dragondata.com>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR misc/16301; it has been noted by GNATS.

From: Kevin Day <toasty@dragondata.com>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: misc/16301
Date: Sat, 29 Apr 2000 10:18:47 -0500 (CDT)

 This PR is a duplicate of misc/16026, and can probably be closed. 16026 has
 more information and a workaround, as well.
 
 -- Kevin
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sat Apr 29 10:40:22 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id A01C437B9CA
	for <freebsd-bugs@FreeBSD.org>; Sat, 29 Apr 2000 10:40:10 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id KAA94948;
	Sat, 29 Apr 2000 10:40:09 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from mail.rdc1.sfba.home.com (ha1.rdc1.sfba.home.com [24.0.0.66])
	by hub.freebsd.org (Postfix) with ESMTP id E696637B74D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Apr 2000 10:33:32 -0700 (PDT)
	(envelope-from dan@mvfx.com)
Received: from mobiledan.mvfx.com ([24.7.201.244])
          by mail.rdc1.sfba.home.com (InterMail v4.01.01.00 201-229-111)
          with ESMTP
          id <20000429173331.SOOJ12856.mail.rdc1.sfba.home.com@mobiledan.mvfx.com>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sat, 29 Apr 2000 10:33:31 -0700
Received: (from dan@localhost)
	by mobiledan.mvfx.com (8.9.3/8.9.3) id KAA00791
	for FreeBSD-gnats-submit@freebsd.org; Sat, 29 Apr 2000 10:30:41 -0700 (PDT)
	(envelope-from dan)
Message-Id: <20000429103041.A768@mobiledan.mvfx.com>
Date: Sat, 29 Apr 2000 10:30:41 -0700
From: dan@tanelorn.demon.co.uk
Reply-To: dan@tanelorn.demon.co.uk
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: kern/18293: Patch to allow z-axis events on versapad touchpad
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18293
>Category:       kern
>Synopsis:       lack of versapad mouse wheel emulation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 29 10:40:09 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dan Piponi
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
can be a good thing
>Environment:

FreeBSD-4.0 on i386

>Description:

Under Windows the versapad touchpad (found on Sony Vaio 505T[SRX]
laptops) drivers support 'wheel mouse' emulation when you drag your
finger up and down the far right hand side of the pad.  I have
written a patch to the mouse driver for the versapad device to
support this under FreeBSD.  Most people I know who run OSes that
don't support this emulation are pretty excited about this patch
so I think it'd be cool to get it into the main distribution.  I've
been using it for several weeks now with no problems.  Scrolls up
and down the right hand side now generate z-movement events.  It's
well behaved so it doesn't mistake slides right and then up as z.
Only moves that originate on the right hand side generate z events
and so there's no chance of accidentally causing unwanted z events.

This is ny first look at FreeBSD code so apologies if I've screwed
anything up.  But applying the patches works for me.  I haven't
figured out yet how to make this optiion nicely switchable from a
config file - or even better from rc.conf.

>How-To-Repeat:

N/A

>Fix:

Here are the patches:

*** /usr/src/sys/isa/psm.c	Wed Mar  1 11:30:36 2000
--- psm.c	Sat Apr 29 09:13:59 2000
***************
*** 168,173 ****
--- 168,174 ----
      int           button;	/* the latest button state */
      int		  xold;	/* previous absolute X position */
      int		  yold;	/* previous absolute Y position */
+     int		  scrolling;	/* emulating mouse wheel */
  };
  devclass_t psm_devclass;
  #define PSM_SOFTC(unit)	((struct psm_softc*)devclass_get_softc(psm_devclass, unit))
***************
*** 1951,1973 ****
  		if (y0 & 0x800)
  		    y0 -= 0x1000;
  		if (sc->flags & PSM_FLAGS_FINGERDOWN) {
! 		    x = sc->xold - x0;
! 		    y = y0 - sc->yold;
! 		    if (x < 0)	/* XXX */
! 			x++;
! 		    else if (x)
! 			x--;
! 		    if (y < 0)
! 			y++;
! 		    else if (y)
! 			y--;
  		} else {
  		    sc->flags |= PSM_FLAGS_FINGERDOWN;
  		}
  		sc->xold = x0;
  		sc->yold = y0;
  	    } else {
  		sc->flags &= ~PSM_FLAGS_FINGERDOWN;
  	    }
  	    c = ((x < 0) ? MOUSE_PS2_XNEG : 0)
  		| ((y < 0) ? MOUSE_PS2_YNEG : 0);
--- 1952,2002 ----
  		if (y0 & 0x800)
  		    y0 -= 0x1000;
  		if (sc->flags & PSM_FLAGS_FINGERDOWN) {
! #if defined(MOUSE_VERSA_SCROLL)
! 		    /*
! 		     * Support for mouse wheel emulation
! 		     */
! #define MOUSE_VERSA_SCROLL
! 		    if (sc->scrolling) {
! 			z = (sc->yold-y0)/MOUSE_VERSA_SCROLLSTEP;
! #if defined(MOUSE_VERSA_FRACTIONAL_SCROLL)
! 			/*
! 			 * We might not have 'consumed' all of the change
! 			 * in y because of the division by SCROLLSTEP 
! 			 * so save it for the next mouse movement.
! 			 */
! 			y0 = sc->yold-z*8;
! #endif /* defined(MOUSE_VERSA_FRACTIONAL_SCROLL) */
! 		    } else {
! #endif /* defined(MOUSE_VERSA_SCROLL) */
! 			x = sc->xold - x0;
! 			y = y0 - sc->yold;
! 			if (x < 0)	/* XXX */
! 			    x++;
! 			else if (x)
! 			    x--;
! 			if (y < 0)
! 			    y++;
! 			else if (y)
! 			    y--;
! #if defined(MOUSE_VERSA_SCROLL)
! 		    }
! #endif /* defined(MOUSE_VERSA_SCROLL) */
  		} else {
  		    sc->flags |= PSM_FLAGS_FINGERDOWN;
+ #if defined(MOUSE_VERSA_SCROLL)
+ 		    if (x0<MOUSE_VERSA_RIGHT_MARGIN) {
+ 			sc->scrolling = 1;
+ 		    }
+ #endif /* defined(MOUSE_VERSA_SCROLL) */
  		}
  		sc->xold = x0;
  		sc->yold = y0;
  	    } else {
  		sc->flags &= ~PSM_FLAGS_FINGERDOWN;
+ #if defined(MOUSE_VERSA_SCROLL)
+ 		sc->scrolling = 0;
+ #endif /* defined(MOUSE_VERSA_SCROLL) */
  	    }
  	    c = ((x < 0) ? MOUSE_PS2_XNEG : 0)
  		| ((y < 0) ? MOUSE_PS2_YNEG : 0);

*** /usr/src/sys/i386/include/mouse.h	Fri Aug 27 17:44:18 1999
--- mouse.h	Sat Apr 29 09:14:08 2000
***************
*** 239,244 ****
--- 239,249 ----
  #define MOUSE_PS2PLUS_SYNCMASK	0x48
  #define MOUSE_PS2PLUS_SYNC	0x48
  
+ #define MOUSE_VERSA_SCROLL
+ #define MOUSE_VERSA_SCROLLSTEP	32
+ #define MOUSE_VERSA_RIGHT_MARGIN	-180
+ #define MOUSE_VERSA_FRACTIONAL_SCROLL
+ 
  /* Interlink VersaPad (serial I/F) data packet */
  #define MOUSE_VERSA_PACKETSIZE	6
  #define MOUSE_VERSA_IN_USE	0x04


>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 Apr 29 12:20: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 1E39B37B9A5
	for <freebsd-bugs@FreeBSD.org>; Sat, 29 Apr 2000 12:20:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id MAA12043;
	Sat, 29 Apr 2000 12:20:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from porter.sauber.net (adsl-209-233-30-232.dsl.snfc21.pacbell.net [209.233.30.232])
	by hub.freebsd.org (Postfix) with ESMTP id 28F4737B667
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Apr 2000 12:17:58 -0700 (PDT)
	(envelope-from sauber@porter.sauber.net)
Received: (from sauber@localhost)
	by porter.sauber.net (8.9.3/8.9.3) id MAA00977;
	Sat, 29 Apr 2000 12:18:08 -0700 (PDT)
	(envelope-from sauber)
Message-Id: <200004291918.MAA00977@porter.sauber.net>
Date: Sat, 29 Apr 2000 12:18:08 -0700 (PDT)
From: sauber@netcom.com
Reply-To: sauber@netcom.com
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: bin/18296: xntpd missing
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18296
>Category:       bin
>Synopsis:       xntpd missing
>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 Apr 29 12:20:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Soren Dossing
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
>Environment:

	

>Description:

xntpd is missing in /usr/sbin/

>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 Apr 29 12:20: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 8F93637B947
	for <freebsd-bugs@FreeBSD.org>; Sat, 29 Apr 2000 12:20:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id MAA12034;
	Sat, 29 Apr 2000 12:20:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from porter.sauber.net (adsl-209-233-30-232.dsl.snfc21.pacbell.net [209.233.30.232])
	by hub.freebsd.org (Postfix) with ESMTP id BFE8237B525
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Apr 2000 12:11:21 -0700 (PDT)
	(envelope-from sauber@porter.sauber.net)
Received: (from sauber@localhost)
	by porter.sauber.net (8.9.3/8.9.3) id MAA00861;
	Sat, 29 Apr 2000 12:11:32 -0700 (PDT)
	(envelope-from sauber)
Message-Id: <200004291911.MAA00861@porter.sauber.net>
Date: Sat, 29 Apr 2000 12:11:32 -0700 (PDT)
From: sauber@netcom.com
Reply-To: sauber@netcom.com
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: kern/18295: Audio is gone after hibernation
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18295
>Category:       kern
>Synopsis:       Audio is gone after hibernation
>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 Apr 29 12:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Soren Dossing
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
>Environment:

Sony Vaio PCG-F350 laptop, which has NeoMagic 256AV chipset. From dmesg:

pci0: <NeoMagic MagicMedia 256AV SVGA controller> at 8.0 irq 9
pcm0: <NeoMagic 256AV> mem 0xfec00000-0xfecfffff,0xfe000000-0xfe3fffff irq 9 at device 8.1 on pci0

>Description:

Sound works fine right after a system boot. But after hibernation, it
doesn't work anymore.

>How-To-Repeat:

Hibernation. It happens every time.

>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 Apr 29 13:30:18 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id C50BF37B9DB; Sat, 29 Apr 2000 13:30:14 -0700 (PDT)
	(envelope-from cpiazza@FreeBSD.org)
Received: (from cpiazza@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id NAA22970;
	Sat, 29 Apr 2000 13:30:14 -0700 (PDT)
	(envelope-from cpiazza@FreeBSD.org)
Date: Sat, 29 Apr 2000 13:30:14 -0700 (PDT)
From: <cpiazza@FreeBSD.org>
Message-Id: <200004292030.NAA22970@freefall.freebsd.org>
To: sauber@netcom.com, cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject: Re: bin/18296: xntpd missing
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: xntpd missing

State-Changed-From-To: open->closed 
State-Changed-By: cpiazza
State-Changed-When: Sat Apr 29 13:29:55 PDT 2000
State-Changed-Why: 
xntpd was replaced with ntpd in 4.0.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sat Apr 29 13:40: 6 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 15C3F37B9D4
	for <freebsd-bugs@FreeBSD.org>; Sat, 29 Apr 2000 13:40:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id NAA24157;
	Sat, 29 Apr 2000 13:40:03 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Sat, 29 Apr 2000 13:40:03 -0700 (PDT)
Message-Id: <200004292040.NAA24157@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: Chris Piazza <cpiazza@jaxon.net>
Subject: Re: bin/18296: xntpd missing
Reply-To: Chris Piazza <cpiazza@jaxon.net>
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR bin/18296; it has been noted by GNATS.

From: Chris Piazza <cpiazza@jaxon.net>
To: sauber@netcom.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/18296: xntpd missing
Date: Sat, 29 Apr 2000 13:29:58 -0700

 On Sat, Apr 29, 2000 at 12:18:08PM -0700, sauber@netcom.com wrote:
 > 
 > xntpd is missing in /usr/sbin/
 > 
 
 It was replaced with ntpd in 4.0.  the rc.conf variables xntpd*
 are still valid and use the newer name, though.
 
 -Chris
 -- 
 cpiazza@jaxon.net      | yawn.....
 cpiazza@FreeBSD.org    | Abbotsford, BC, Canada
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sat Apr 29 17:30: 7 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id C6AE637C29C; Sat, 29 Apr 2000 17:30:05 -0700 (PDT)
	(envelope-from fenner@FreeBSD.org)
Received: (from fenner@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id RAA79151;
	Sat, 29 Apr 2000 17:30:05 -0700 (PDT)
	(envelope-from fenner@FreeBSD.org)
Date: Sat, 29 Apr 2000 17:30:05 -0700 (PDT)
From: <fenner@FreeBSD.org>
Message-Id: <200004300030.RAA79151@freefall.freebsd.org>
To: pavlin@catarina.usc.edu, fenner@FreeBSD.org,
	freebsd-bugs@FreeBSD.org
Subject: Re: misc/18251: inet_aton() may fail for some addresses (e.g. 204.08.126.0)
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: inet_aton() may fail for some addresses (e.g. 204.08.126.0)

State-Changed-From-To: open->closed
State-Changed-By: fenner
State-Changed-When: Sat Apr 29 17:22:24 PDT 2000
State-Changed-Why: 
The 4.0 behavior agrees with the man page and has been the documented
behavior since at least 4.3-Reno.  The bug was in the previous versions.
This is consistent with other OS's as well (e.g. Solaris).


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sat Apr 29 19:30: 9 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id E252F37BB9D
	for <freebsd-bugs@FreeBSD.org>; Sat, 29 Apr 2000 19:30:00 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id TAA88768;
	Sat, 29 Apr 2000 19:30:00 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 33B7B37B66C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Apr 2000 19:29:28 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id TAA88726;
	Sat, 29 Apr 2000 19:29:28 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004300229.TAA88726@freefall.freebsd.org>
Date: Sat, 29 Apr 2000 19:29:28 -0700 (PDT)
From: hroi@yahoo.com
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-1.0
Subject: kern/18303: panic: vinvalbuf: dirty bufs
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         18303
>Category:       kern
>Synopsis:       panic: vinvalbuf: dirty bufs
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 29 19:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Hroi Sigurdsson
>Release:        3.4-RELEASE
>Organization:
>Environment:
FreeBSD odin.kmek 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Thu Dec 30 02:57:15 GMT 1999     jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC  i386

>Description:
Kernel panics when issuing
dd if=/dev/zero of=/dev/da0e count=1024

Has been repeated 5-6 times in row.

SCSI adapter is Adaptec 2940UW with two
IBM SCSI disks.
Additional info:
$dmesg
Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California. All rights reserved.
FreeBSD 3.4-RELEASE #0: Thu Dec 30 02:57:15 GMT 1999
    jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC
Timecounter "i8254"  frequency 1193182 Hz
CPU: AMD-K6(tm) 3D processor (451.02-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x58c  Stepping = 12
  Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
  AMD Features=0x80000800<SYSCALL,3DNow!>
real memory  = 268435456 (262144K bytes)
config> di zp0
config> di ze0
config> di lnc0
config> di le0
config> di ie0
config> di fe0
config> di ex0
config> di ep0
config> di ed0
config> di cs0
config> di wt0
config> di scd0
config> di mcd0
config> di matcdc0
config> di fdc0
config> di bt0
config> di aic0
config> di aha0
config> di adv0
config> q
avail memory = 257769472 (251728K bytes)
Preloaded elf kernel "kernel" at 0xc035c000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc035c09c.
Probing for devices on PCI bus 0:
chip0: <AcerLabs M1541 (Aladdin-V) PCI host bridge> rev 0x04 on pci0.0.0
chip1: <AcerLabs M5243 PCI-PCI bridge> rev 0x04 on pci0.1.0
chip2: <AcerLabs M15x3 Power Management Unit> rev 0x00 on pci0.3.0
chip3: <AcerLabs M1533 portable PCI-ISA bridge> rev 0xc3 on pci0.7.0
ahc0: <Adaptec 2940 Pro Ultra SCSI adapter> rev 0x01 int a irq 12 on pci0.9.0
ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs
xl0: <3Com 3c905C-TX Fast Etherlink XL> rev 0x78 int a irq 10 on pci0.11.0
xl0: Ethernet address: 00:50:da:de:fe:79
xl0: autoneg complete, link status good (half-duplex, 100Mbps)
ide_pci0: <Acer Aladdin IV/V (M5229) Bus-master IDE controller> rev 0xc1 int a irq 0 on pci0.15.0
Probing for devices on PCI bus 1:
vga0: <Matrox model 1001 graphics accelerator> rev 0x02 int a irq 11 on pci1.0.0
Probing for PnP devices:
Probing for devices on the ISA bus:
sc0 on isa
sc0: VGA color <16 virtual consoles, flags=0x0>
atkbdc0 at 0x60-0x6f on motherboard
atkbd0 irq 1 on isa
psm0 not found
sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <ST34313A>
wd0: 4126MB (8452080 sectors), 8944 cyls, 15 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <ASUS CD-S400/A/V1.1C>, removable, accel, dma, iordy
acd0: drive speed 6531 - 6875KB/sec, 128KB cache
acd0: supported read types: CD-R, CD-RW, CD-DA
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: CD-ROM 120mm data disc loaded, unlocked
ppc0 at 0x378 irq 7 flags 0x40 on isa
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/7 bytes threshold
lpt0: <generic printer> on ppbus 0
lpt0: Interrupt-driven port
ppi0: <generic parallel i/o> on ppbus 0
plip0: <PLIP network interface> on ppbus 0
vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa
npx0 on motherboard
npx0: INT 16 interface
Waiting 15 seconds for SCSI devices to settle
changing root device to wd0s1a
WARNING: / was not properly dismounted
da1 at ahc0 bus 0 target 6 lun 0
da1: <IBM DNES-318350W SA30> Fixed Direct Access SCSI-3 device
da1: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled
da1: 17501MB (35843670 512 byte sectors: 64H 32S/T 17501C)
da0 at ahc0 bus 0 target 5 lun 0
da0: <IBM DNES-318350W SA30> Fixed Direct Access SCSI-3 device
da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled
da0: 17501MB (35843670 512 byte sectors: 64H 32S/T 17501C)

$ fdisk /dev/da0
******* Working on device /dev/da0 *******
parameters extracted from in-core disklabel are:
cylinders=306356 heads=13 sectors/track=9 (117 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=306356 heads=13 sectors/track=9 (117 blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165,(FreeBSD/NetBSD/386BSD)
    start 0, size 35843670 (17501 Meg), flag 80 (active)
        beg: cyl 0/ sector 1/ head 0;
        end: cyl 1023/ sector 9/ head 12
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>
$ fdisk /dev/da1
******* Working on device /dev/da1 *******
parameters extracted from in-core disklabel are:
cylinders=306356 heads=13 sectors/track=9 (117 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=306356 heads=13 sectors/track=9 (117 blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165,(FreeBSD/NetBSD/386BSD)
    start 0, size 35843670 (17501 Meg), flag 80 (active)
        beg: cyl 0/ sector 1/ head 0;
        end: cyl 1023/ sector 9/ head 12
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>

# /dev/da0c:
type: SCSI
disk: da0s1
label:
flags:
bytes/sector: 512
sectors/track: 9
tracks/cylinder: 43
sectors/cylinder: 387
cylinders: 92619
sectors/unit: 35843670
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0

8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
  c: 35843670        0    unused        0     0         # (Cyl.    0 - 92619*)
  e:  2097152        0     vinum                        # (Cyl.    0 - 5418*)
  f: 33746518  2097152     vinum                        # (Cyl. 5418*- 92619*)
$ disklabel /dev/da1c
# /dev/da1c:
type: SCSI
disk: da1s1
label:
flags:
bytes/sector: 512
sectors/track: 9
tracks/cylinder: 43
sectors/cylinder: 387
cylinders: 92619
sectors/unit: 35843670
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0

8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
  c: 35843670        0    unused        0     0         # (Cyl.    0 - 92619*)
  e:  2097152        0     vinum                        # (Cyl.    0 - 5418*)
  f: 33746518  2097152     vinum                        # (Cyl. 5418*- 92619*)


>How-To-Repeat:
dd if=/dev/zero of=/dev/da0e count=1024


>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 Apr 29 19:39:11 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 296E337BB54; Sat, 29 Apr 2000 19:39:10 -0700 (PDT)
	(envelope-from grog@FreeBSD.org)
Received: (from grog@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id TAA89351;
	Sat, 29 Apr 2000 19:39:10 -0700 (PDT)
	(envelope-from grog@FreeBSD.org)
Date: Sat, 29 Apr 2000 19:39:10 -0700 (PDT)
From: <grog@FreeBSD.org>
Message-Id: <200004300239.TAA89351@freefall.freebsd.org>
To: hroi@yahoo.com, grog@FreeBSD.org, freebsd-bugs@FreeBSD.org,
	grog@FreeBSD.org
Subject: Re: kern/18303: panic: vinvalbuf: dirty bufs
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: panic: vinvalbuf: dirty bufs

State-Changed-From-To: open->feedback
State-Changed-By: grog
State-Changed-When: Sat Apr 29 19:32:32 PDT 2000
State-Changed-Why: 
Waiting for feedback from submitter.


Responsible-Changed-From-To: freebsd-bugs->grog
Responsible-Changed-By: grog
Responsible-Changed-When: Sat Apr 29 19:32:32 PDT 2000
Responsible-Changed-Why: 
grog thinks this could be related to Vinum.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sat Apr 29 23: 0: 9 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 424D837B7AC
	for <freebsd-bugs@FreeBSD.org>; Sat, 29 Apr 2000 23:00:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id XAA04206;
	Sat, 29 Apr 2000 23:00:02 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Date: Sat, 29 Apr 2000 23:00:02 -0700 (PDT)
Message-Id: <200004300600.XAA04206@freefall.freebsd.org>
To: freebsd-bugs@FreeBSD.org
Cc: 
From: beirne@limerick.chicago.il.us
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
Reply-To: beirne@limerick.chicago.il.us
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR kern/18200; it has been noted by GNATS.

From: beirne@limerick.chicago.il.us
To: freebsd-gnats-submit@FreeBSD.org, beirne@limerick.chicago.il.us
Cc:  
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
Date: Sun, 30 Apr 2000 00:43:08 -0500

 This is a multi-part message in MIME format.
 --------------455C75F04E3144DFD0392EC2
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 When I found my 3Com configuration disk and reconfigured
 to "optimize driver for 'server'" the problem went away.
 
 --
 Michael G. Beirne | 3250 N. Wolcott #2, Chicago,IL 60657-2053, (773)348-8438
 beirne@limerick.chi.il.us http://miso.wwa.com/~beirne/
 *Richard Feynman to Draft Board Psychiatrist "And THIS is MEDICINE?" result:4F
 
 
 
 --------------455C75F04E3144DFD0392EC2
 Content-Type: text/plain; charset=us-ascii;
  name="dmesg.boot"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="dmesg.boot"
 
 Copyright (c) 1992-2000 The FreeBSD Project.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
 	The Regents of the University of California. All rights reserved.
 FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000
     root@monster.cdrom.com:/usr/src/sys/compile/GENERIC
 Calibrating clock(s) ... i8254 clock: 1193890 Hz
 CLK_USE_I8254_CALIBRATION not specified - using default frequency
 Timecounter "i8254"  frequency 1193182 Hz
 CPU: AMD Am5x86 Write-Back (486-class CPU)
   Origin = "AuthenticAMD"  Id = 0x4f4  Stepping = 4
   Features=0x1<FPU>
 real memory  = 16777216 (16384K bytes)
 Physical memory chunk(s):
 0x00001000 - 0x0009ffff, 651264 bytes (159 pages)
 0x003d9000 - 0x00ff7fff, 12709888 bytes (3103 pages)
 avail memory = 12656640 (12360K bytes)
 bios32: Found BIOS32 Service Directory header at 0xc00f6f10
 bios32: Entry = 0xf6f20 (c00f6f20)  Rev = 0  Len = 1
 pcibios: PCI BIOS entry at 0x6f41
 pnpbios: Found PnP BIOS data at 0xc00f9500
 pnpbios: Entry = f0000:8cbe  Rev = 1.0
 Other BIOS signatures found:
 ACPI: 00000000
 Preloaded elf kernel "kernel" at 0xc03c0000.
 md0: Malloc disk
 Creating DISK md0
 Math emulator present
 pci_open(1):	mode 1 addr port (0x0cf8) is 0x80009040
 pci_open(1a):	mode1res=0x80000000 (0x80000000)
 pci_cfgcheck:	device 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [class=060000] [hdr=00] is there (id=88811060)
 npx0: <math processor> on motherboard
 npx0: INT 16 interface
 pci_open(1):	mode 1 addr port (0x0cf8) is 0x00000000
 pci_open(1a):	mode1res=0x80000000 (0x80000000)
 pci_cfgcheck:	device 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [class=060000] [hdr=00] is there (id=88811060)
 pcib0: <Host to PCI bridge> on motherboard
 found->	vendor=0x1060, dev=0x8881, revid=0x01
 	class=06-00-00, hdrtype=0x00, mfdev=0
 	subordinatebus=0 	secondarybus=0
 found->	vendor=0x1060, dev=0x886a, revid=0x0d
 	class=06-01-00, hdrtype=0x00, mfdev=1
 	subordinatebus=0 	secondarybus=0
 found->	vendor=0x1060, dev=0x673a, revid=0x0d
 	class=01-01-00, hdrtype=0x00, mfdev=1
 	subordinatebus=0 	secondarybus=0
 pci0: <PCI bus> on pcib0
 isab0: <UMC UM8886 ISA Bridge with EIDE> at device 18.0 on pci0
 isa0: <ISA bus> on isab0
 atapci0: <Unknown PCI ATA controller (generic mode)> at device 18.1 on pci0
 atapci0: Busmastering DMA not supported
 ata2: probe allocation failed
 Trying Read_Port at 203
 TCM5095: adding irq mask 0x9ea8
 TCM5095: adding io range 0x210-0x3ef, size=0x10, align=0x10
 isa0: if_ep: <3Com 3C509-TPO EtherLink III> at port 0x300-0x310 irq 11
 isa_probe_children: disabling PnP devices
 isa_probe_children: probing non-PnP devices
 fdc0: <NEC 765 or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
 fd0: <1440-KB 3.5" drive> on fdc0 drive 0
 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x0000
 ata0: mask=03 status0=50 status1=10
 ata0: mask=03 status0=50 status1=10
 ata0: devices = 0x9
 ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x0000
 ata1: mask=00 status0=ff status1=ff
 ata1: probe allocation failed
 bt0: Failed Status Reg Test - ff
 bt_isa_probe: Probe failed at 0x330
 bt0: Failed Status Reg Test - ff
 bt_isa_probe: Probe failed at 0x334
 bt0: Failed Status Reg Test - ff
 bt_isa_probe: Probe failed at 0x230
 bt0: Failed Status Reg Test - ff
 bt_isa_probe: Probe failed at 0x234
 bt0: Failed Status Reg Test - ff
 bt_isa_probe: Probe failed at 0x130
 bt0: Failed Status Reg Test - ff
 bt_isa_probe: Probe failed at 0x134
 aha0: status reg test failed ff
 aha0: status reg test failed ff
 aha0: status reg test failed ff
 aha0: status reg test failed ff
 aha0: status reg test failed ff
 aha0: status reg test failed ff
 atkbdc0: <keyboard controller (i8042)> at port 0x60-0x6f on isa0
 atkbd0: <AT Keyboard> irq 1 on atkbdc0
 atkbd: the current kbd controller command byte 0045
 atkbd: keyboard ID 0x41ab (2)
 kbdc: RESET_KBD return code:00fa
 kbdc: RESET_KBD status:00aa
 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
 psm0: current command byte:0045
 kbdc: TEST_AUX_PORT status:0000
 kbdc: RESET_AUX return code:ffffffff
 kbdc: RESET_AUX return code:ffffffff
 kbdc: RESET_AUX return code:ffffffff
 kbdc: DIAGNOSE status:0055
 kbdc: TEST_KBD_PORT status:0000
 psm0: failed to reset the aux device.
 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
 fb0: vga0, vga, type:VGA (5), flags:0x7007f
 fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
 fb0: init mode:24, bios mode:3, current mode:24
 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
 VGA parameters upon power-up
 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 
 bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96 
 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
 VGA parameters in BIOS for mode 24
 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
 EGA/VGA parameters to be used for mode 24
 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
 sc0: <System console> on isa0
 sc0: VGA <16 virtual consoles, flags=0x200>
 sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
 pcic1: not probed (disabled)
 sio0: irq maps: 0x41 0x51 0x41 0x41
 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
 sio0: type 16550A
 sio1: irq maps: 0x41 0x49 0x41 0x41
 sio1 at port 0x2f8-0x2ff irq 3 on isa0
 sio1: type 16550A
 sio2: not probed (disabled)
 sio3: not probed (disabled)
 ppc0: parallel port found at 0x378
 ppc0: SPP
 ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
 ppi0: <Parallel I/O> on ppbus0
 lpt0: <Printer> on ppbus0
 lpt0: Interrupt-driven port
 plip0: <PLIP network interface> on ppbus0
 bpf: lp0 attached
 ep0: <3Com 3C509-TPO EtherLink III> at port 0x300-0x30f irq 11 on isa0
 ep0: eeprom failed to come ready.
 ep0: eeprom failed to come ready.
 ep0: eeprom failed to come ready.
 ep0: eeprom failed to come ready.
 ep0: eeprom failed to come ready.
 ep0: Ethernet address 00:00:00:00:00:00
 bpf: ep0 attached
 isa_probe_children: probing PnP devices
 ep1: <3Com 3C509B-TPO EtherLink III (PnP)> at port 0x210-0x21f irq 5 on isa0
 ep1: Ethernet address 00:10:5a:1c:c5:13
 ep1: supplying EUI64: 00:10:5a:ff:fe:1c:c5:13
 bpf: ep1 attached
 BIOS Geometries:
  0:03ff0f3f 0..1023=1024 cylinders, 0..15=16 heads, 1..63=63 sectors
  1:01300311 0..304=305 cylinders, 0..3=4 heads, 1..17=17 sectors
  2:01300311 0..304=305 cylinders, 0..3=4 heads, 1..17=17 sectors
  3:01300311 0..304=305 cylinders, 0..3=4 heads, 1..17=17 sectors
  0 accounted for
 Device configuration finished.
 bpf: sl0 attached
 bpf: ppp0 attached
 new masks: bio 40084040, tty 4003009a, net 400708ba
 bpf: lo0 attached
 bpf: gif0 attached
 bpf: gif1 attached
 bpf: gif2 attached
 bpf: gif3 attached
 bpf: stf0 attached
 bpf: faith0 attached
 ad0: <ST34321A/3.15> ATA-4 disk at ata0 as master
 ad0: 4103MB (8404830 sectors), 8894 cyls, 15 heads, 63 S/T, 512 B/S
 ad0: 16 secs/int, 1 depth queue, BIOSPIO
 ad0: piomode=4 dmamode=2 udmamode=2 cblid=0
 Creating DISK ad0
 Creating DISK wd0
 ata0-slave: piomode=3 dmamode=-1 udmamode=-1 dmaflag=0
 acd0: <MATSHITA CR-571/1.0d> CDROM drive at ata0 as slave
 acd0: read 344KB/s (344KB/s), 256KB buffer, BIOSPIO
 acd0: Reads: CD-DA
 acd0: Audio: play, 256 volume levels
 acd0: Mechanism: ejectable tray
 acd0: Medium: CD-ROM unknown medium, unlocked
 Mounting root from ufs:/dev/ad0s1a
 ad0s1: type 0xa5, start 63, end = 8404829, size 8404767 : OK
 start_init: trying /sbin/init
 
 --------------455C75F04E3144DFD0392EC2--
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sat Apr 29 23:27:23 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99])
	by hub.freebsd.org (Postfix) with ESMTP id B329A37B54C
	for <freebsd-bugs@FreeBSD.ORG>; Sat, 29 Apr 2000 23:27:19 -0700 (PDT)
	(envelope-from winter@jurai.net)
Received: from localhost (winter@localhost)
	by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id CAA38539;
	Sun, 30 Apr 2000 02:24:45 -0400 (EDT)
Date: Sun, 30 Apr 2000 02:24:44 -0400 (EDT)
From: "Matthew N. Dodd" <winter@jurai.net>
To: beirne@limerick.chicago.il.us
Cc: freebsd-bugs@FreeBSD.ORG
Subject: Re: kern/18200: 3com 3c509b recognized twice during boot
In-Reply-To: <200004300600.XAA04206@freefall.freebsd.org>
Message-ID: <Pine.BSF.4.21.0004300223220.50194-100000@sasami.jurai.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

On Sat, 29 Apr 2000 beirne@limerick.chicago.il.us wrote:
>  When I found my 3Com configuration disk and reconfigured
>  to "optimize driver for 'server'" the problem went away.

I think its more that you ran the 3Com config util at all and 'refreshed'
the EEPROM settings.

For some reason some 3c509s get in a mode where PnP is enabled but the
EEPROM settings don't reflect this.

Pretty weird.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


From owner-freebsd-bugs  Sat Apr 29 23:58:11 2000
Delivered-To: freebsd-bugs@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id E4F8037BBF2; Sat, 29 Apr 2000 23:58:09 -0700 (PDT)
	(envelope-from bde@FreeBSD.org)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id XAA08789;
	Sat, 29 Apr 2000 23:58:09 -0700 (PDT)
	(envelope-from bde@FreeBSD.org)
Date: Sat, 29 Apr 2000 23:58:09 -0700 (PDT)
From: <bde@FreeBSD.org>
Message-Id: <200004300658.XAA08789@freefall.freebsd.org>
To: leon@obsidian.co.za, bde@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject: Re: kern/16490: Attempted listing of just-mounted ext2fs causes kernel panic
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: Attempted listing of just-mounted ext2fs causes kernel panic

State-Changed-From-To: feedback->closed
State-Changed-By: bde
State-Changed-When: Sat Apr 29 23:56:37 PDT 2000
State-Changed-Why: 
No feedback after 7 weeks.
Probably fixed by the "filetype" fixes in RELENG_3 and RELENG_4.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message