From owner-freebsd-bugs Sun Jun 27 2:41:10 1999 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 7A7B7151B2; Sun, 27 Jun 1999 02:41:09 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA12306; Sun, 27 Jun 1999 02:41:09 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Date: Sun, 27 Jun 1999 02:41:09 -0700 (PDT) From: Message-Id: <199906270941.CAA12306@freefall.freebsd.org> To: isupov@moonhe.jinr.ru, dfr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12239: KLD module's load/unload errors handled in strange way (or ignored ?) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: KLD module's load/unload errors handled in strange way (or ignored ?) State-Changed-From-To: open->closed State-Changed-By: dfr State-Changed-When: Sun Jun 27 02:39:38 PDT 1999 State-Changed-Why: Fixed in version 1.4 of kern_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 27 3:51: 7 1999 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 A4AFE152BA for ; Sun, 27 Jun 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA14798; Sun, 27 Jun 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from camel.avias.com (camel.avias.com [195.14.38.87]) by hub.freebsd.org (Postfix) with ESMTP id 525CE14C86 for ; Sun, 27 Jun 1999 03:43:31 -0700 (PDT) (envelope-from camel@camel.avias.com) Received: (from camel@localhost) by camel.avias.com (8.9.3/8.9.3) id OAA02016; Sun, 27 Jun 1999 14:41:14 +0400 (MSD) (envelope-from camel) Message-Id: <199906271041.OAA02016@camel.avias.com> Date: Sun, 27 Jun 1999 14:41:14 +0400 (MSD) From: camel@avias.com Reply-To: camel@avias.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12409: add some more chipset models by NVidia to pcisupport.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12409 >Category: kern >Synopsis: add some more chipset models by NVidia to pcisupport.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 03:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ilya Naumov >Release: FreeBSD 4.0-CURRENT i386 >Organization: NIIAVIA >Environment: FreeBSD camel.avias.com 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Tue Jun 8 01:46:40 MSD 1999 root@camel.avias.local:/usr/src/sys/compile/CAMEL i386 >Description: i have added detection of some new chipset models by NVidia (and Voodoo 3 by 3dfx as well) to pcisupport.c >How-To-Repeat: >Fix: here is the patch: --- pcisupport.old Sun Jun 27 14:14:33 1999 +++ pcisupport.c Sun Jun 27 14:21:29 1999 @@ -1321,6 +1321,8 @@ switch (id >> 16) { case 0x0003: chip = "Voodoo Banshee"; break; + case 0x0005: + chip = "Voodoo 3"; break; } break; case 0x102b: @@ -1536,6 +1538,12 @@ chip = "Riva TNT"; break; case 0x0028: chip = "Riva TNT2"; break; + case 0x0029: + chip = "Riva TNT2 Ultra"; break; + case 0x002c: + chip = "Riva Vanta"; break; + case 0x002d: + chip = "Riva TNT2 Model 64"; break; } break; case 0x12d2: @@ -1543,7 +1551,7 @@ type = "graphics accelerator"; switch (id >> 16) { case 0x0018: - chip = "Riva128"; break; + chip = "Riva128/ZX"; break; } break; } >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 Jun 27 12:49:13 1999 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 8B35214EFF; Sun, 27 Jun 1999 12:49:12 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA26105; Sun, 27 Jun 1999 12:49:12 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Sun, 27 Jun 1999 12:49:12 -0700 (PDT) From: Message-Id: <199906271949.MAA26105@freefall.freebsd.org> To: conrad@dirac.physik.uni-bonn.de, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/12376: When mounting NFS dirs, /etc/rc doesn't give sensible error messages Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: When mounting NFS dirs, /etc/rc doesn't give sensible error messages State-Changed-From-To: feedback->open State-Changed-By: sheldonh State-Changed-When: Sun Jun 27 12:47:40 PDT 1999 State-Changed-Why: Submitter understands that making a change to "tide us over" a bad spell with our NFS support is a bad idea. Submitter seems interested in coming up with a patch for mount that will provide sensible output when NFS mounts fail. (private mail) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 27 15:30: 4 1999 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 A4DD014D31 for ; Sun, 27 Jun 1999 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA38910; Sun, 27 Jun 1999 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Jun 1999 15:30:02 -0700 (PDT) Message-Id: <199906272230.PAA38910@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Pierre Beyssac Subject: Re: kern/11988: recvmsg with a cmsghdr but no iovec is broken Reply-To: Pierre Beyssac Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11988; it has been noted by GNATS. From: Pierre Beyssac To: Tony Finch , FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: kern/11988: recvmsg with a cmsghdr but no iovec is broken Date: Mon, 28 Jun 1999 00:22:03 +0200 On Sun, Apr 11, 1999 at 11:06:40PM +0100, Tony Finch wrote: > would cause the child to exit owing to EBADF) the machine reboots. I don't > have a panic message to show because my test machine is a couple of miles > away and doesn't like the serial console server. The problem is easy to reproduce under -current; I've appended panic information below. The panic is in sbflush() which, after dropping all the data on the socket, finds sb->sb_mbcnt != 0. I'm still trying to understand that code so I can't say if I'll be able to fix it for the moment. Pierre panicstr: sbflush: cc 0 || mb 0xc05c3100 || mbcnt 128 panic messages: --- panic: sbflush: cc 0 || mb 0xc05c3100 || mbcnt 128 syncing disks... 14 14 1 done dumping to dev (4,9), offset 32 dump 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 0xc0142360 in boot () (kgdb) where #0 0xc0142360 in boot () #1 0xc014259c in at_shutdown () #2 0xc015d515 in sbflush (sb=0xc4a62e04) at ../../kern/uipc_socket2.c:723 #3 0xc015cffd in sbrelease (sb=0xc4a62e04) at ../../kern/uipc_socket2.c:411 #4 0xc015c430 in sorflush (so=0xc4423840) at ../../kern/uipc_socket.c:929 #5 0xc015b1f4 in sofree (so=0xc4423840) at ../../kern/uipc_socket.c:220 #6 0xc015b332 in soclose (so=0xc4423840) at ../../kern/uipc_socket.c:284 #7 0xc01515ff in soo_close (fp=0xc0987600, p=0xc44e3100) at ../../kern/sys_socket.c:175 #8 0xc013afac in closef () #9 0xc013ad84 in fdfree () #10 0xc013c238 in exit1 () #11 0xc0143946 in sigexit () #12 0xc0143789 in postsig () #13 0xc0204dca in syscall () #14 0xc01f9d10 in Xint0x80_syscall () #15 0x8048d70 in ?? () #16 0x8048eae in ?? () #17 0x80488a5 in ?? () (kgdb) select 3 (kgdb) print *sb $1 = {sb_cc = 0, sb_hiwat = 8192, sb_mbcnt = 128, sb_mbmax = 65536, sb_lowat = 1, sb_mb = 0xc05c3100, sb_sel = {si_pid = 0, si_flags = 0}, sb_flags = 64, sb_timeo = 0} (kgdb) print *sb->sb_mb $2 = {m_hdr = {mh_next = 0x0, mh_nextpkt = 0x0, mh_data = 0xc05c3120 "", mh_len = 0, mh_type = 1, mh_flags = 2}, M_dat = {MH = {MH_pkthdr = { rcvif = 0x0, len = 0, header = 0x0}, MH_dat = {MH_ext = { ext_buf = 0x0, ext_free = 0x200, ext_size = 13288073, ext_ref = 0}, MH_databuf = "\000\000\000\000\000\002\000\000\211ÂÊ", '\000' , "\002\000\002\000\000\211ÂÌ", '\000' , "\002\000\002\000\000\211Â$", '\000' , "\002\000\002\000\000\211Â\200", '\000' , "\002\000\002\000\000\211Â,\000\000\000\000"}}, M_databuf = '\000' , "\002\000\000\211ÂÊ", '\000' , "\002\000\002\000\000\211ÂÌ", '\000' , "\002\000\002\000\000\211Â$", '\000' , "\002\000\002\000\000\211Â\200", '\000' , "\002\000\002\000\000\211Â,\000\000\000\000"}} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 27 15:50: 3 1999 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 39A7D1515D for ; Sun, 27 Jun 1999 15:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA40717; Sun, 27 Jun 1999 15:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id C0BC514D31 for ; Sun, 27 Jun 1999 15:44:33 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-79.dialup.rdu.ipass.net [209.170.132.79]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id SAA22594; Sun, 27 Jun 1999 18:44:29 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id SAA01354; Sun, 27 Jun 1999 18:46:18 -0400 (EDT) (envelope-from rhh) Message-Id: <199906272246.SAA01354@stealth.ipass.net.> Date: Sun, 27 Jun 1999 18:46:18 -0400 (EDT) From: aa8vb@ipass.net Reply-To: aa8vb@ipass.net To: FreeBSD-gnats-submit@freebsd.org Cc: aa8vb@ipass.net X-Send-Pr-Version: 3.2 Subject: kern/12419: Spelling error in boot-up probes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12419 >Category: kern >Synopsis: Spelling error in boot-up probes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Randall Hopper >Release: FreeBSD 3.2-RELEASE i386 >Organization: self >Environment: Stock 3.2-RELEASE >Description: "bt_isa_probe: Probe failled for card at 0x330" ^^^^^^^ >How-To-Repeat: Boot generic kernel in machine with no bt card. >Fix: ./sys/i386/isa/bt_isa.c: < printf("bt_isa_probe: Probe failled for card at 0x%x\n", > printf("bt_isa_probe: Probe failed for card at 0x%x\n", >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 Jun 27 16:20: 7 1999 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 9C3DA15209 for ; Sun, 27 Jun 1999 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA43575; Sun, 27 Jun 1999 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 81BF61517B for ; Sun, 27 Jun 1999 16:11:14 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-79.dialup.rdu.ipass.net [209.170.132.79]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id TAA25570; Sun, 27 Jun 1999 19:11:10 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id TAA01194; Sun, 27 Jun 1999 19:13:00 -0400 (EDT) (envelope-from rhh) Message-Id: <199906272313.TAA01194@stealth.ipass.net.> Date: Sun, 27 Jun 1999 19:13:00 -0400 (EDT) From: aa8vb@ipass.net Reply-To: aa8vb@ipass.net To: FreeBSD-gnats-submit@freebsd.org Cc: aa8vb@ipass.net X-Send-Pr-Version: 3.2 Subject: kern/12420: console fails to register tty size changes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12420 >Category: kern >Synopsis: console fails to register tty size changes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 16:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Randall Hopper >Release: FreeBSD 3.2-RELEASE i386 >Organization: self >Environment: Stock 3.2-RELEASE. >Description: The FreeBSD console does not pick up row/column size changes as 3.0-RELEASE did when console mode changes are effected before login. This causes full-screen applications like /usr/bin/more and less to fail to work correctly. >How-To-Repeat: Insert these commands into rc.local and reboot (80x50 and other modes probably exhibit the same problem): vidcontrol < /dev/ttyv0 -f 8x8 cp866-8x8 vidcontrol < /dev/ttyv0 132x43 vidcontrol < /dev/ttyv1 132x43 vidcontrol < /dev/ttyv2 132x43 Then log into the console, and run: % stty size On 3.2-RELEASE, this results in the incorrect: 25 80 On 3.0-RELEASE, it gives the right answer: 43 132 Strangely, if you rexecute the vidcontrol mode set commands manually from the console prompt, then the the new window size is properly registered ("stty size" returns "43 132", and full-screen apps now work). >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 27 16:40: 3 1999 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 B31A614E84 for ; Sun, 27 Jun 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45218; Sun, 27 Jun 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 1BA31153A5 for ; Sun, 27 Jun 1999 16:30:35 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-79.dialup.rdu.ipass.net [209.170.132.79]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id TAA27680; Sun, 27 Jun 1999 19:30:30 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id TAA02169; Sun, 27 Jun 1999 19:32:20 -0400 (EDT) (envelope-from rhh) Message-Id: <199906272332.TAA02169@stealth.ipass.net.> Date: Sun, 27 Jun 1999 19:32:20 -0400 (EDT) From: aa8vb@ipass.net Reply-To: aa8vb@ipass.net To: FreeBSD-gnats-submit@freebsd.org Cc: aa8vb@ipass.net X-Send-Pr-Version: 3.2 Subject: bin/12421: sysinstall label fails Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12421 >Category: bin >Synopsis: sysinstall label fails >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 16:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Randall Hopper >Release: FreeBSD 3.2-RELEASE i386 >Organization: self >Environment: Stock 3.2-RELEASE >Description: I repartitioned and labeled a slice on one of my disks (wd4s1), and sysinstall's Fdisk succeeded and then the Label failed the first time ("Invalid Argument"). Then, after I exited sysinstall and restarted it, Label and Newfs worked. I repeated this procedure twice (Fdisk, Label, Newfs), and got the same results the second time around (Label after Fdisk fails; exit sysinstall; restart; then Label succeeds). >How-To-Repeat: Included in problem description. Start sysinstall, Fdisk, Label, and Newfs a data partition. In my case at least, Label right after Fdisk fails. >Fix: Exit sysinstall after Fdisk, restart, then it works. Some sysinstall state seems to be corrupt the first time around. >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 Jun 27 19:48:35 1999 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 77D39152D8; Sun, 27 Jun 1999 19:48:34 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA69232; Sun, 27 Jun 1999 19:48:34 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Date: Sun, 27 Jun 1999 19:48:34 -0700 (PDT) From: Message-Id: <199906280248.TAA69232@freefall.freebsd.org> To: aa8vb@ipass.net, gibbs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12419: Spelling error in boot-up probes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Spelling error in boot-up probes State-Changed-From-To: open->closed State-Changed-By: gibbs State-Changed-When: Sun Jun 27 19:47:46 PDT 1999 State-Changed-Why: Error was corrected in Revs 1.7 and 1.5.2.2. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 2:10: 5 1999 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 71750151B0 for ; Mon, 28 Jun 1999 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA05501; Mon, 28 Jun 1999 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 68CF214BDA; Mon, 28 Jun 1999 02:00:49 -0700 (PDT) Message-Id: <19990628090049.68CF214BDA@hub.freebsd.org> Date: Mon, 28 Jun 1999 02:00:49 -0700 (PDT) From: peter@holm.cc To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12428: boot -c gets page fault in userconfig.c:savelist+18 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12428 >Category: kern >Synopsis: boot -c gets page fault in userconfig.c:savelist+18 >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 Jun 28 02:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Holm >Release: Current as of jun 26 1999 >Organization: Holm Computer Consulting >Environment: >Description: When saving the configuration after a visual config the system gets a page fault in savelist+18 >How-To-Repeat: boot -c, save >Fix: begin 640 userconfig.diff M*BHJ('5S97)C;VYF:6PH@("`@("!S=')U8W0@ M:7-A7V1E=FEC90DJ:61?<"PJ:61?<&X["B`@("`@('-T'0["B`@"0D@("`@:7-A7V1R=B`](&ED7W`M/FED7V1R:79EF5O9BAS M=')U8W0@:7-A7V1E=FEC92DL35]$159,+$U?5T%)5$]+*3L*("`)"6)C;W!Y M*&QIRelease-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 Jun 28 5:40: 8 1999 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 2D40215046 for ; Mon, 28 Jun 1999 05:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA27107; Mon, 28 Jun 1999 05:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Jun 1999 05:40:03 -0700 (PDT) Message-Id: <199906281240.FAA27107@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kazutaka YOKOTA Subject: Re: kern/12420: console fails to register tty size changes Reply-To: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12420; it has been noted by GNATS. From: Kazutaka YOKOTA To: aa8vb@ipass.net Cc: FreeBSD-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: kern/12420: console fails to register tty size changes Date: Mon, 28 Jun 1999 21:33:36 +0900 >>Number: 12420 >>Category: kern >>Synopsis: console fails to register tty size changes [...] >>Arrival-Date: Sun Jun 27 16:20:01 PDT 1999 >>Closed-Date: >>Last-Modified: >>Originator: Randall Hopper >>Release: FreeBSD 3.2-RELEASE i386 >>Organization: >self >>Environment: > > Stock 3.2-RELEASE. > >>Description: > > The FreeBSD console does not pick up row/column size changes as > 3.0-RELEASE did when console mode changes are effected before > login. This causes full-screen applications like /usr/bin/more and > less to fail to work correctly. # Considering the nature of the bug, I would assume that the problem # existed for a long time and 3.0 did have the same problem... Anyway, please apply the following patch to /sys/dev/syscons/syscons.c and rebuild the kernel. Please report if it works. Kazu --- syscons.c-1.293.2.3 Tue May 11 12:30:41 1999 +++ syscons.c Mon Jun 28 21:29:06 1999 @@ -684,6 +684,7 @@ { struct tty *tp = scdevtotty(dev); keyarg_t key; + int error; if (!tp) return(ENXIO); @@ -711,6 +712,7 @@ else if (tp->t_state & TS_XCLUDE && p->p_ucred->cr_uid != 0) return(EBUSY); + error = (*linesw[tp->t_line].l_open)(dev, tp); if (minor(dev) < MAXCONS && !console[minor(dev)]) { console[minor(dev)] = alloc_scp(); if (ISGRAPHSC(console[minor(dev)])) @@ -720,7 +722,7 @@ tp->t_winsize.ws_col = console[minor(dev)]->xsize; tp->t_winsize.ws_row = console[minor(dev)]->ysize; } - return ((*linesw[tp->t_line].l_open)(dev, tp)); + return error; } int To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 7: 6:23 1999 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 0A38514DA6; Mon, 28 Jun 1999 07:06:22 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA82448; Mon, 28 Jun 1999 07:06:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) Date: Mon, 28 Jun 1999 07:06:21 -0700 (PDT) From: Message-Id: <199906281406.HAA82448@freefall.freebsd.org> To: peter@holm.cc, peter@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12428: boot -c gets page fault in userconfig.c:savelist+18 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: boot -c gets page fault in userconfig.c:savelist+18 State-Changed-From-To: open->closed State-Changed-By: peter State-Changed-When: Mon Jun 28 07:05:47 PDT 1999 State-Changed-Why: suggested fix applied in userconfig.c rev 1.146 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 7:57:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from plab.ku.dk (plab.ku.dk [130.225.105.65]) by hub.freebsd.org (Postfix) with ESMTP id 4A8BF14FC8; Mon, 28 Jun 1999 07:57:10 -0700 (PDT) (envelope-from tobez@plab.ku.dk) Received: (from tobez@localhost) by plab.ku.dk (8.9.1/8.9.1) id QAA02157; Mon, 28 Jun 1999 16:57:06 +0200 (CEST) Date: Mon, 28 Jun 1999 16:57:06 +0200 From: Anton Berezin To: sheldonh@FreeBSD.ORG Cc: steve@visint.co.uk, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/2704: Occasional failure to detect wdc1 on bootup Message-ID: <19990628165706.A2058@plab.ku.dk> References: <199906251836.LAA34215@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199906251836.LAA34215@freefall.freebsd.org>; from sheldonh@FreeBSD.ORG on Fri, Jun 25, 1999 at 11:36:16AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 25, 1999 at 11:36:16AM -0700, sheldonh@FreeBSD.ORG wrote: > Synopsis: Occasional failure to detect wdc1 on bootup > State-Changed-From-To: open->feedback > I sincerely hope that the absence of follow-up doesn't mean you didn't > get any feedback on this one! I used to get similar behaviour for ages > until I discovered that my IDE drive was incorrectly jumpered for > correct operation as master on a channel with slave present (ATAPI > CDROM slave). Well, do you need a feedback? :-) I have the same problem on my home machine (Pentium 133). I have only a master CD-ROM on wdc1, and I think it is jumpered correctly. The ratio found/not found was about 1:8; when I put IDE_DELAY=22000, the ratio became 1:4, just like in the original report. So it's still there, in 3.2-stable (as of June, 14th or so). I can provide verbose dmesg output tomorrow if someone thinks it might be of any interest. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 8: 0:24 1999 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 9525314DA0 for ; Mon, 28 Jun 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10378; Mon, 28 Jun 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 99A6B1515E; Mon, 28 Jun 1999 07:57:16 -0700 (PDT) Message-Id: <19990628145716.99A6B1515E@hub.freebsd.org> Date: Mon, 28 Jun 1999 07:57:16 -0700 (PDT) From: dima@server.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/12431: f2c works incorrectly with arguments of subroutine with multiple entry points Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12431 >Category: bin >Synopsis: f2c works incorrectly with arguments of subroutine with multiple entry points >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 08:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Kazarov >Release: >Organization: Server Inc >Environment: >Description: The arguments of subroutine with multiple entry points could be used as any other variables anywhere withing body of subroutine. So argument of one entry point (or it's value) should be copied to local static variable if it used in the call to other entry point. This is valid FORTRAN code (works with many FORTRAN compilers but f2c): subroutine a(x, y, z) z=x+y return entry b(i) i=z return end f2c will produce this C code: /* Subroutine */ int a_0_(n__, x, y, z__, i__) int n__; real *x, *y, *z__; integer *i__; { switch(n__) { case 1: goto L_b; } *z__ = *x + *y; return 0; L_b: *i__ = *z__; return 0; } /* a_ */ /* Subroutine */ int a_(x, y, z__) real *x, *y, *z__; { return a_0_(0, x, y, z__, (integer *)0); } /* Subroutine */ int b_(i__) integer *i__; { return a_0_(1, (real *)0, (real *)0, (real *)0, i__); } On the call to b argument z points to 0, what cause core dump. >How-To-Repeat: >Fix: Before exit from functions generated for entry points values of arguments should be copied to static variables. In calls to common function all pointers to 0 should be changed to pointers to that static variables. >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 Jun 28 8:10: 9 1999 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 571A514F67 for ; Mon, 28 Jun 1999 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 IAA12104; Mon, 28 Jun 1999 08:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Jun 1999 08:10:02 -0700 (PDT) Message-Id: <199906281510.IAA12104@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Anton Berezin Subject: Re: kern/2704: Occasional failure to detect wdc1 on bootup Reply-To: Anton Berezin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/2704; it has been noted by GNATS. From: Anton Berezin To: sheldonh@FreeBSD.ORG Cc: steve@visint.co.uk, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/2704: Occasional failure to detect wdc1 on bootup Date: Mon, 28 Jun 1999 16:57:06 +0200 On Fri, Jun 25, 1999 at 11:36:16AM -0700, sheldonh@FreeBSD.ORG wrote: > Synopsis: Occasional failure to detect wdc1 on bootup > State-Changed-From-To: open->feedback > I sincerely hope that the absence of follow-up doesn't mean you didn't > get any feedback on this one! I used to get similar behaviour for ages > until I discovered that my IDE drive was incorrectly jumpered for > correct operation as master on a channel with slave present (ATAPI > CDROM slave). Well, do you need a feedback? :-) I have the same problem on my home machine (Pentium 133). I have only a master CD-ROM on wdc1, and I think it is jumpered correctly. The ratio found/not found was about 1:8; when I put IDE_DELAY=22000, the ratio became 1:4, just like in the original report. So it's still there, in 3.2-stable (as of June, 14th or so). I can provide verbose dmesg output tomorrow if someone thinks it might be of any interest. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 9: 0: 4 1999 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 E302515143 for ; Mon, 28 Jun 1999 09:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA18833; Mon, 28 Jun 1999 09:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Jun 1999 09:00:02 -0700 (PDT) Message-Id: <199906281600.JAA18833@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Grzesiak Subject: Re: kern/10411: top, vmstat, iostat show 0% cpu idle & usage on SMP system Reply-To: John Grzesiak Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10411; it has been noted by GNATS. From: John Grzesiak To: freebsd-gnats-submit@freebsd.org, bob@pmr.com Cc: Subject: Re: kern/10411: top, vmstat, iostat show 0% cpu idle & usage on SMP system Date: Mon, 28 Jun 1999 11:52:44 -0400 I have a few more nuggets to add: On my Asus P2B-DS : systat -v 1 yields the following: The alternate system clock has died! Reverting to ``Pigs'' display The problem only exists on my P-II based hardware: ASUS P54E-NP-4 w 2/133 P5's (96MB) works fine. Micronics W6-LI w 2/200-512 Pro's (128MB) works fine. ASUS P2B-DS w 2/350 P-II (256MB PC-100) has this problem. I have been hacking the BETTER_CLOCK and APIC_INTR_REORDER and APIC_INTR_HIGHPRI_CLOCK to no positive benefit. (One combination may have yielded a small improvement, but since I have no way to prove it...).. My thinking is that this a problem with a lock being affected by cacheing. (or along these lines). I also think that the increased clock drift (kern/9974) is closely related to this problem. (and just may be the same problem). johng@pcrd.net -- John Grzesiak -- 603.548.5706 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 10: 0: 4 1999 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 0BD8615372 for ; Mon, 28 Jun 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA25209; Mon, 28 Jun 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from miva004.simplenet.net (unknown [209.132.1.204]) by hub.freebsd.org (Postfix) with ESMTP id 6879914E12 for ; Mon, 28 Jun 1999 09:50:39 -0700 (PDT) (envelope-from doug@miva004.simplenet.net) Received: (from doug@localhost) by miva004.simplenet.net (8.9.3/8.9.3) id SAA00349; Tue, 15 Jun 1999 18:27:02 -0700 (PDT) (envelope-from doug) Message-Id: <199906160127.SAA00349@miva004.simplenet.net> Date: Tue, 15 Jun 1999 18:27:02 -0700 (PDT) From: Studded@gorean.org Reply-To: Studded@gorean.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/12432: empty amd_flags causes start failure in rc.network Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12432 >Category: conf >Synopsis: empty amd_flags causes start failure in rc.network >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 10:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Doug >Release: FreeBSD 3.2-19990609-STABLE i386 >Organization: AAAG >Environment: 3.2-Stable with amd enabled in /etc/rc.conf[.local] >Description: With the following in /etc/rc.conf.local: amd_enable="YES" amd_flags="" amd_map_program="NO" The daemon is not started by rc.network. When a trivial flag is added (like "-F /etc/amd.conf") all works as advertised. >How-To-Repeat: See above. 100% repeatable. >Fix: Looking at the shell script I'm not sure exactly why it's not working. Everything seems above board, but the problem is verifiable. I can start it from the command line with just 'amd' so the lack of flags is not a problem. Also, there are some style nits in rc.network. The biggest one is that there are a number of tests like this: if [ "X$conf_option" -eq X"YES" ]; ... where the RHS should be "XYES" if you're going to use that style. On some versions of sh "XYES" does not equal X"YES" but on ours it seems to work anyway. Of course, all the rc scripts should be changed to use case anyway, but that's another PR. :) Sorry I don't have a fix, but I felt this should be documented in any case. Doug >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 Jun 28 10: 0:12 1999 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 F401415369 for ; Mon, 28 Jun 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA25218; Mon, 28 Jun 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from the.oneinsane.net (the.oneinsane.net [207.113.133.228]) by hub.freebsd.org (Postfix) with ESMTP id 9928314E12 for ; Mon, 28 Jun 1999 09:50:58 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: from lunatic.oneinsane.net (insane@lunatic.oneinsane.net [207.113.133.231]) by the.oneinsane.net (8.9.3/8.9.3) with ESMTP id JAA04310 for ; Mon, 28 Jun 1999 09:50:56 -0700 (PDT) Received: (from insane@localhost) by lunatic.oneinsane.net (8.9.3/8.9.3) id JAA23989; Mon, 28 Jun 1999 09:50:56 -0700 (PDT) (envelope-from insane) Message-Id: <199906281650.JAA23989@lunatic.oneinsane.net> Date: Mon, 28 Jun 1999 09:50:56 -0700 (PDT) From: insane@lunatic.oneinsane.net Reply-To: insane@lunatic.oneinsane.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12433: NATD does not install after make world Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12433 >Category: bin >Synopsis: make world does not install natd >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ron Rosson >Release: FreeBSD 3.2-STABLE i386 >Organization: OneInsane Netwqrk >Environment: FreeBSD lunatic.oneinsane.net 3.2-STABLE FreeBSD 3.2-STABLE #14: Thu Jun 24 18:03:25 PDT 1999 root@lunatic.oneinsane.net:/usr/src/sys/compile/LUNATIC i386 >Description: cvsup from 3.1-RELEASE to STABLE as of 6/26/99 do man natd. Man page for natd shows -pptpalias. Do natd -pptpalias IPADDR and you get unrecognized command. >How-To-Repeat: cvsup to STABLE make world and check dates on natd >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 Jun 28 10: 3:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from puma.wmin.ac.uk (puma.wmin.ac.uk [161.74.92.94]) by hub.freebsd.org (Postfix) with SMTP id A622E152E3 for ; Mon, 28 Jun 1999 10:03:43 -0700 (PDT) (envelope-from delaitt@cpc.westminster.ac.uk) Received: from seth.cpc.wmin.ac.uk by puma.wmin.ac.uk with INTERNAL-SMTP (MMTA) with ESMTP; Mon, 28 Jun 1999 18:02:55 +0100 Received: from localhost (delaitt@localhost) by seth.cpc.wmin.ac.uk (8.9.3/8.9.3) with ESMTP id SAA53990; Mon, 28 Jun 1999 18:03:21 +0100 (BST) (envelope-from delaitt@cpc.wmin.ac.uk) Date: Mon, 28 Jun 1999 18:03:21 +0100 (BST) From: Thierry Delaitre To: Bill Paul Cc: bugs@freebsd.org Subject: Re: kern/11869: Network hangging due to xl0: tx underrun In-Reply-To: <199906250004.UAA00275@skynet.ctr.columbia.edu> Message-ID: MIME-Version: 1.0 Content-Type: text/PLAIN; charset="US-ASCII" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill, On Thu, 24 Jun 1999, Bill Paul wrote: > Of all the gin joints in all the towns in all the world, > delaitt@cpc.wmin.ac.uk had to walk into mine and say: > > > xl0: transmission error: 90 > > xl0: tx underrun, increasing tx start threshold to 120 bytes > > > > and sometimes the network hangs and I have to reboot the machine. > > The FreeBSD PC is mounting some NFS volumes and I get these messages > > when I write a large file over NFS. > > You don't say what kind of CPU or machine you have, however below > we see this: > > > I'm using the following Ethernet Card: > > > > xl0: <3Com 3c905-TX Fast Etherlink XL> rev 0x00 int a irq 17 on pci0.11.0 > ^^ > > xl0: Ethernet address: 00:60:97:b8:65:cf > > xl0: autoneg complete, link status good (full-duplex, 100Mbps) > > This means you must be running an SMP system, but we still don't know > what kind of CPU it is. I bet a quarter is something like 166Mhz. 2 x Pentium II at 400Mhz > Anyway, you can try to set the default transmit threshold in the driver > to something higher. Edit /sys/pci/if_xl.c and look in the xl_init() > routine where sc->xl_txthresh is initialized. By default it starts > out at XL_MIN_FRAMELEN (60). Try setting it to 256 or 512 or some > larger value. Thanks. I changed it to 300 and it works fine. Thierry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 10:30: 4 1999 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 E23F315372 for ; Mon, 28 Jun 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA28120; Mon, 28 Jun 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 774F81544C; Mon, 28 Jun 1999 10:23:22 -0700 (PDT) Message-Id: <19990628172322.774F81544C@hub.freebsd.org> Date: Mon, 28 Jun 1999 10:23:22 -0700 (PDT) From: vsimoes@fleximedia.pt To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12434: signal 11 (core dumped) on mysqld when machine is under quite heavy load Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12434 >Category: kern >Synopsis: signal 11 (core dumped) on mysqld when machine is under quite heavy load >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 10:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Vitor Simoes >Release: FreeBSD 3.2-BETA >Organization: Fleximedia >Environment: FreeBSD shiva.fleximedia.pt 3.2-BETA FreeBSD 3.2-BETA #8: Tue May 11 16:34:33 WEST 1999 root@:/usr/src/sys/compile/SHIVA i386 >Description: I've been using mysql for a long time and it used to work very stable until lately. Recently after uprgading from FreeBSD 3.1 to FreeBSD 3.2 mysqld started dumping core regularly with signal 11 (segmentation violation) at moments of high load. There seems to be no particular query that is garanteed to kills mysqld, although >How-To-Repeat: The specifics of usage is that mysql gets a lot of 'replace delayed' queries (up to 7-10 queries a second) on one table while different selects are done on other tables. Till the very death mysql performs very well, giving fast answers and taking only 1-3% of cpu load. The death itself is instant and unpredictable. There is nothing left in any log files about it. >Fix: We worked around the problem by using a static mysqld built on 3.1. That worked quite well. >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 Jun 28 11: 0:39 1999 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 77F3314F03 for ; Mon, 28 Jun 1999 11:00:09 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA30770 for freebsd-bugs@freebsd.org; Mon, 28 Jun 1999 11:00:04 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 28 Jun 1999 11:00:04 -0700 (PDT) Message-Id: <199906281800.LAA30770@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir 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/10] kern/4996 peter NFS crash, possibly related to file bigge o [1997/11/24] bin/5139 obrien portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 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 o [1998/05/13] bin/6627 TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 [PATCH] Fix for Cyrix I8254 bug o [1998/05/19] kern/6689 kern_physio.c splits requests breaking cd o [1998/06/14] i386/6944 icu_ipl.s does has a case commented as ca o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking 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/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/17] kern/7649 fenner [MFC] /sys/netinet/if_ether.c: "permanent o [1998/09/03] kern/7822 Machine Reboots without reason o [1998/09/06] kern/7843 Unable to install FreeBSD on Tekram DC-39 o [1998/09/08] i386/7859 fatal trap 12 in midi_synth_input o [1998/09/14] kern/7927 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 peter gcc -pipe xxx.s hangs o [1998/10/06] i386/8179 Install failure with motherbord using SIS o [1998/10/08] i386/8214 Install 3.0-19981006-BETA fails o [1998/10/16] kern/8345 mmap(2) hangs when dealing with certain f o [1998/10/27] kern/8473 Excessive virtual memory consumption with o [1998/11/01] kern/8532 3.0-RELEASE panics with standard SMP kern o [1998/11/04] conf/8576 server goes down when client mount its fi a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/21] i386/8787 install process hangs while adding defaul o [1998/11/24] ports/8829 torstenb Fix port: security/ssh o [1998/11/24] kern/8851 mounting an unconfigured device causes a o [1998/11/25] kern/8861 under heavy (multi interface) traffic ep0 o [1998/12/01] i386/8922 can't detect wdc1 on Abit LX6 motherboard o [1998/12/05] kern/8973 trap 12: page fault while in kernel mode o [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1998/12/14] kern/9081 3.0-RELEASE dies starting AP on dual PPro a [1998/12/22] kern/9178 -current ipfw.ko with ELF kernel doesn't o [1998/12/30] kern/9249 Panic on 2.2.8-STABLE when accessing wcd o [1999/01/03] kern/9294 IDE controller not being detected even wi o [1999/01/05] kern/9334 cp fails for 2048 Bytes/sector media o [1999/01/13] kern/9479 timeout while detect SCSI disks in recent o [1999/01/26] i386/9709 Kernel page faults during boot with 2GB R o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/02] misc/9885 BIND 8.1.2 core dumping o [1999/02/04] kern/9909 Writing incomplete blocks to /dev/nrst0 h 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/21] i386/10188 Cannot get system to boot after Installti 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 o [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/10725stb 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/10965obrien lcc-3.6 unable to compile anything o [1999/04/08] kern/11023 Synchronous PPP not functional in leased o [1999/04/08] gnu/11038 tar needs bzip2 from ports o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 kernel mode page fault o [1999/04/19] misc/11216 Power fail versus Fsck changed my life. 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/21] ports/11263chuckr lister.lo listed twice in a2ps-4.12's lib o [1999/04/21] i386/11268 DEC FDDI PCI Adapter doesn't work... 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] bin/11335 find hangs in `nfsrcv' on local filesyste o [1999/04/26] conf/11343 worm; problems with installation and boot 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/04/27] kern/11359 rvplayer 5.0 (Linux) cases ncr PCI SCSI d o [1999/04/28] bin/11374 MAN program problems o [1999/04/29] kern/11380 PAO3 won't recognize a USR/Megahertz PCMC o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/03] kern/11470 V3 NFS problem o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/06] kern/11533 NFS v3 locks up on large file transfers 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/26] kern/11891 typo in ioconf.c o [1999/05/29] i386/11926 Boot manager only beeps at selecting boot o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/01] kern/11984 pthread_kill cannot kill select() threads 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 a [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] ports/12098se KDM not config'd properly 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] bin/12243 NFS re-mount from Solaris 7 server hangs o [1999/06/16] kern/12248 CRON in malloc(): warning: pointer to wr o [1999/06/16] kern/12251 slattach followed by ifconfig sl0 doesn't o [1999/06/17] bin/12259 SL/IP install doesn't work due to ifconfi o [1999/06/18] kern/12283 3-way and 4-way SMP won't boot in 1999060 o [1999/06/18] i386/12286 Segmentation violation when invoking JNI o [1999/06/23] kern/12367 Writing files larger than floppy capacity o [1999/06/23] ports/12371ports Request for add patch: gnome-core: GNOME o [1999/06/24] docs/12377 doc differences of a NULL login class need am o [1999/06/25] misc/12390 Installation hangs during extraction o [1999/06/25] kern/12395 Buslogic SCSI cards (BT948) time out unde 134 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets 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 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/29] kern/1689 wollman 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 o [1996/10/15] kern/1812 dg vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem 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 o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor f [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system 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 o [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/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down 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/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2973 output of iostat is wrong. 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] gnu/3441 obrien C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/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/09] kern/3569 ex0 driver doesn't work with EtherExpress 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/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special 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 o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/12] bin/4078 sos Typed password to log in on console and i 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 f [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m 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/08] conf/4252 peter sendmail doesn't use smrsh by default 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/10] kern/4270 ch driver does not use bounce buffers 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/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p 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/07] kern/4487 Kernel panic executing a directory o [1997/09/10] kern/4508 peter nfs3 data integrity problems 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/14] kern/4544 Linux emulator problems when MAXDSIZ is i o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/20] kern/4588 peter NFS access locks up 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/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic 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/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock 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/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/15] conf/5062 login.access not evaluated correctly a [1997/11/18] bin/5084 ru wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) 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 s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without 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 hoek groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 f [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm 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/12] kern/5991 panic: free vnode isn't o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l 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/20] bin/6074 imp Incremental dumps are backing up unchange o [1998/03/22] i386/6099 des LPIP to slow machine causes hang 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/07] kern/6242 vnode disk driver too unstable in -STABLE 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/17] kern/6336 peter NFSv3 should support files >2GB, but does 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/04/25] kern/6412 peter NFS sends packets from the wrong interfac 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/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ 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/20] kern/6706 mount_msdos+mount_null+mc=panic o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer 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 f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R 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/06/24] ports/7061 ache fspclient's grab command fails (and remov 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 o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 jkh "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/16] kern/7299 USER_LDT hangs Linux-emulated Netscape o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working 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 o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -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/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 o [1998/08/20] i386/7698 scotty/tkined library error s [1998/08/22] kern/7713 fenner [MFC] problem with reusing ports with mul o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 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/08/30] kern/7781 Problem with setpassent(), getpwnam() and o [1998/08/31] kern/7793 kernel wedges when netscape exits o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree 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/09] bin/7877 fenner libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] i386/7898 erich linux_lib-2.4 lacks libc.so.6 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/13] kern/7925 sendmail, inetd SIGSEGV after forking aft o [1998/09/15] ports/7931 torstenb Ssh allows root login with no password 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 a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/22] conf/8031 [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/29] bin/8085 sendmail startup could be backgrounded f [1998/09/29] ports/8088 torstenb short writes using ssh-1.2.* 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/11] ports/8276 hosokawa samba's WINS database gets removed during o [1998/10/12] bin/8281 writev() in libc_r causes loop 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/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ 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/24] bin/8440 jkh 3.0-RELEASE has wrong permissions on game o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/30] kern/8500 FreeBSD 3.0 thread scheduler is broken 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/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/04] bin/8573 nvi 1.79 SIGSEGVs on any address in .exrc o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/06] kern/8585 bktr driver does not correctly identify I o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco 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 peter exmh2 has problems with some date formats s [1998/11/09] misc/8623 wollman [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/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads o [1998/11/18] bin/8739 atoi and modunload 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/21] bin/8790 [PATCH] Buffer overrun in nvi-1.79 (explo o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console o [1998/11/27] i386/8870 Installworld falls over in /usr/src/sys/i o [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/12/01] kern/8919 using Acceleport 8r 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/03] kern/8952 close() blocks forever after fork() in th o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/07] ports/9002 torstenb mirror reuses obsolete temporary db file o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised 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] bin/9162 [Patch] pthreads GC breaks signal handlin o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/22] kern/9171 maxusers 1024 results in unbootable kerne f [1998/12/22] ports/9177 erich linux_lib buggy and outdated o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/29] i386/9237 pthread_exit doesn't exit 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/9362 "lpc start queue" doesn't work in 3.0-R & 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/09] kern/9413 profiling does not work with elf kernels o [1999/01/10] i386/9431 wd.c Does nto recognize certain LBA disks 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/12] bin/9464 fenner Fix for fetch ignoring FTP_PASSIVE_MODE e 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] kern/9537 ep0 driver : no buffer space available 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/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 hoek many typos in groff_mm(7) o [1999/01/24] ports/9665 ache cannot start apache server o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/25] ports/9688 cwt The current tcl80 port has problems, does o [1999/01/26] bin/9695 a typo in /usr/obj/aout/usr/src/tmp/usr/i o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/01/31] bin/9849 mknod is missing from libc_r 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 o [1999/02/04] misc/9903 thread enabled program can't use popen/sy o [1999/02/04] kern/9910 Heavy traffic renders FreeBSD acting as f 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 s [1999/02/11] kern/10029 many vm_fault: pager read errors o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/11] bin/10039 Binaries from a "fixit" CD can't find ld- o [1999/02/12] docs/10059 dg MALLOC(9) manpage not updated to reflect 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 a [1999/02/14] ports/10094jfitz autogeneration of msql user failed o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/18] kern/10145 ELF interpreter loading in chrooted situa 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/22] kern/10209 natd stopped to worked since i upgraded f 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/25] kern/10266 gibbs SCSI scanner times out when scanning 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/01] bin/10341 memory leak in setenv(3) o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] ports/10373nate Increasing kernel file descriptors causes o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet a [1999/03/04] ports/10385billf New port: apache13-modperl o [1999/03/04] kern/10387 2.2.7 hangs when trying to write on defec 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/09] bin/10511 incorrect return value in kvm_read(3) and o [1999/03/10] i386/10533 A bug in the meteor driver causes kernel o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/13] ports/10579phk Error with Network discovery in tkined (p 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] kern/10616 MSP3400C audio chip from Hauppauge WinTV- 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/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/19] kern/10676 3.1-RELEASE deadlocks under load with pro o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/22] gnu/10740 Fatal GCC error 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/26] bin/10805 h2ph incorrectly deals with #error and #w o [1999/03/26] bin/10807 host(1) is broken - multiple options in o o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 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 Fix to prevent infinite loops on missing 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/10946se kdm 1.1 does not work correctly - XBINDIR o [1999/04/04] conf/10947 Entering daylight time at 2am loses /etc/ o [1999/04/05] bin/10963 brian date -v dosen't quite work 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/10985 make .NOTPARALLEL special target is broke o [1999/04/06] bin/10991 lpd hangs system if printer not ready on f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD 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/07] bin/11008 3.1 fbsdboot.exe is broken. install.bat i o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/10] ports/11059ache ports/security/pgp does not extract 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 s [1999/04/13] ports/11116billf gtk interversion compatibility never work o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/14] bin/11137 /bin/ps output loses the values for all p o [1999/04/16] kern/11164 The ie network driver panics during the i o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/18] kern/11199 3.1-RELEASE kernel page fault (trap 12) u 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/19] bin/11221 comm doesn't obey current locale collatio 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/23] kern/11299 Recent kernels have broken symbol tables, 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] kern/11367 Kernel crashing after mounting read only 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/01] kern/11435 IPFW had no per-uid or per-gid rule suppo 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/03] ports/11465ports The port chipmunk will not run. 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/10] ports/11636jfitz p5-Mail-Folder missing dependencies o [1999/05/11] ports/11656andreas lyx-port needs a patch until the next LyX 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] bin/11696 Signal handling is broken in libc_r. o [1999/05/13] kern/11697 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 o [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] ports/11807jfitz Port update: net/ratoolset o [1999/05/20] kern/11808 read/write mounted write-protected floppi o [1999/05/21] kern/11815 mjacob SCSI tape driver fails on media type reco o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/22] docs/11852 jkh 3.X install requires 12MB of RAM, not 8 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] conf/11913 jkh Problem about /stand/sysinstall and /etc/ 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] ports/11935ports ports/audio/dap: -DBIGENDIAN is wrong on o [1999/05/29] kern/11936 linux threads are partly broken for SMP o o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/30] conf/11950 /etc/hosts.allow confuses tcp wrapper o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/01] ports/11977ports Eterm port is unable to access .Xauthorit 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/02] ports/11996obrien Fix for mutt sending content-type video a f [1999/06/03] ports/12015torstenb new postfix port 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 f [1999/06/07] bin/12070 des FTP_PASSIVE_MODE exposes bug in ftp(1). s [1999/06/07] misc/12073 markm make world continuously fails in vm/vnode 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] conf/12116 ASCII and US-ASCII locale wrongly aliased 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/10] kern/12126 Missing ioctl handler for IPX address fam o [1999/06/11] ports/12131ports knewmail port o [1999/06/11] bin/12136 obrien /sbin/dhclient-script: weird route comman o [1999/06/11] bin/12137 something wrong with shell -- functions w o [1999/06/11] kern/12141 libc_r passes negative tv_usec values to o [1999/06/11] i386/12147 sos Linux emulator fcntl ignores args o [1999/06/12] ports/12153andreas lyx doesn't compile because of lack of /u o [1999/06/12] ports/12174ache bash terminate with corefile if pid > 320 o [1999/06/12] gnu/12175 gdb crashes with pids > 32736 o [1999/06/12] docs/12181 doc [Patch] doc/en/handbook/kernelconfig/chap 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/15] bin/12225 brian incompletness of radius request in /usr/s o [1999/06/15] ports/12234ports imlib-1.9.4/gdk_imlib/rend.c has syntax e 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] i386/12257 [Patch] sb(VoxWare) sound driver patch fo 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 f [1999/06/18] kern/12290 rnordier error 22: cannot mount root(2) 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] ports/12346jfitz update ports: mrtg-2.7.5 o [1999/06/22] bin/12349 3.2-R inetd doesn't re-read ALL configura o [1999/06/23] docs/12372 doc man page HISTORY for strdup is wrong o [1999/06/24] kern/12378 pmap_growkernel doesn't update all page d o [1999/06/24] kern/12381 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/26] ports/12400ports Bind 8.2 removed from ports o [1999/06/27] ports/12427andreas diffs for PostgreSQL 6.4.2 to 6.5 o [1999/06/28] bin/12433 make world does not install natd o [1999/06/28] kern/12434 signal 11 (core dumped) on mysqld when ma 615 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/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables a [1995/05/27] gnu/450 tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, 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 s [1995/11/27] bin/841 stale nfs mounts cannot be umounted 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 o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire 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/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 dwhite ppp server doc submission s [1996/10/13] misc/1791 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/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args o [1996/11/04] i386/1953 sos syscons savers have no default timeout 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 s [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/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa 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/26] bin/2291 [PATCH?] race condition in /etc/master.pa 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 [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/26] i386/2598 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 o [1997/02/05] bin/2668 modification suggested for rarpd f [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u 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 o [1997/02/23] kern/2806 new kernel tags script o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so 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/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 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 o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags 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/23] kern/3938 peter Problem about mmap() over NFS 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/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/24] bin/4163 archie ftp core dumps after hitting control-C s [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 f [1997/08/03] kern/4221 brian Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 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/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping 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/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings 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 o [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/4695 pstat error 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/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 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 o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices 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 o [1997/11/26] misc/5153 jkh release file checksums in wrong file 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 o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n 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 silo overflows running o [1998/01/02] bin/5410 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] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde f [1998/01/08] bin/5451 ru [PATCH] halt/reboot does not execute /etc 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/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo 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/21] bin/5537 vi dumps core with dodgy exrc file 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/05] misc/5662 sysinstall generates short dev names for 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] ports/5788 joerg pcemu harddisk-access fixes 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/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) 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. o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [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/12] gnu/5992 cvs y2k 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/18] misc/6060 peter Sendmail executable, not doing MASQUERADE 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/29] ports/6170 peter another squid ports o [1998/03/30] ports/6181 dburr New port: xoj-1.0 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/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded 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 s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D 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 o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm 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/28] ports/6445 jkoshy New port: `fhist' 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 o [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 s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w 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/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no 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 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] kern/7029 gibbs cdrecord and aic7880 troubles 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 f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co 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/06/29] bin/7117 flex -I option is broken 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/05] kern/7177 [PATCH] Support for "Video Highway Xtreme s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco 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 f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of 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/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. 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 o [1998/07/21] bin/7352 libc generates spurious warnings when use a [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. a [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7485 ports New port: Xterminal-0.2 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/13] bin/7607 GTAGS patch for nvi has posibility of buf o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] ports/7680 billf New port of tn5250 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/20] bin/7694 bogus error-message from route(8) o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang a [1998/08/25] misc/7741 enhancement to tcpdump to print LCP/PAP/C o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/27] misc/7759 proflibs installation error, libcrypt_p.a o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr a [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] ports/7814 andreas postgreqsl docs are broke o [1998/09/02] i386/7816 [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] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] bin/7855 cpp should define __ELF__ if objformat = 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] misc/7873 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/13] docs/7914 doc no elf(5) manpage o [1998/09/15] ports/7932 torstenb man zshall doesn't work 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/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac 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/8011 libc_r does not have pread() or pwrite() 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 o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] bin/8164 [patch] repquota incorrectly reports quot o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/08] ports/8217 ache www/netscape4-*: avoid `ns-install' 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] bin/8348 [PATCH] zforce(1) is broken: fix o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 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/23] kern/8428 Is FreeBSD 3.0-RELEASE support 640MByte M 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/25] kern/8444 pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/26] kern/8456 SMP kernel fails with Everex PO-6200 Dual o [1998/10/27] bin/8466 bind man pages not installed by 3.0 make a [1998/10/27] docs/8472 billf da(4) references nonexistent da(9) 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 Murphy's Laws o [1998/11/01] conf/8531 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/08] ports/8620 asami New option to colorls - -K, color only to 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 o [1998/11/11] misc/8654 SYSV options allow WINE to run, but Netsc 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 o [1998/11/15] kern/8703 NFS Freezes when copying files from 3.0 t o [1998/11/18] kern/8747 [PATCH] fixes for systags.sh o [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 a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/28] bin/8880 billf cp missing verbose switch o [1998/11/28] bin/8881 billf mv missing verbose switch o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe 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/04] kern/8960 lnc driver does not set IFF_MULTICAST o [1998/12/04] bin/8966 yp_mkdb does not accept standard automoun 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/08] kern/9026 natd 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 o [1998/12/12] bin/9064 [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m 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/19] bin/9135 tar doesn't back up device files o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/20] ports/9150 nate Ports depending on jdk need to know where 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] conf/9246 allscreens_flags in /etc/rc.conf not work 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/02] bin/9281 awk asumes memory that is returned from m o [1999/01/03] i386/9283 ioctl(SNDCTL_DSP_SETFMT) on /dev/audio (p o [1999/01/03] bin/9285 pw strips comments from group file 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 f [1999/01/03] bin/9292 n_hibma Cron's logs are in /var/cron, not /var/lo 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] bin/9349 make doesn't diagnose non-numeric argumen o [1999/01/06] docs/9352 hoek wrong macro names in groff_[ms|mm|mmse].7 o [1999/01/07] bin/9374 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 f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... 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/14] bin/9501 Several cvs contrib files are not Y2K com o [1999/01/14] ports/9508 andreas Update majorcool to current version 1.3.2 o [1999/01/16] misc/9524 /usr/share/examples/libvgl/demo looks lik 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] misc/9582 configApache command doesn't work for /st o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/20] kern/9591 Linux compat getrlimit/setrlimit constant 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/23] misc/9638 Typo error in Italian locale a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por 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] kern/9764 allow /bin/df not to list certain entries 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/29] misc/9778 Need to handle conflicting pthread.h and o [1999/01/29] ports/9786 cwt tk80 port doesn't create man page links 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] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] bin/9809 finger output format wrong f [1999/01/30] ports/9811 nectar New port: lang/gnomeguile o [1999/01/30] ports/9812 nectar New port: devel/libgtopbindings o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] conf/9845 Propose adding options to rc.conf and rc. o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 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/01] kern/9877 Patch to remove some kernel compile warni o [1999/02/01] kern/9878 Some patches to remove compiler warnings o [1999/02/02] ports/9880 kris New port - x11-toolkits/gtkglarea o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] bin/9893 NFS umount of regular file impossible o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/05] ports/9921 peter exmh2 ports update o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET 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/09] ports/9993 kris New Port - graphics/libunfig o [1999/02/09] ports/9998 kris New port - graphics/mtv (MpegTV player) o [1999/02/10] i386/10004 jkh instalation of current version from FTP s o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/11] kern/10022 kernel cannot detect WinChips correctly. o [1999/02/11] ports/10023kris New port - net/gtkcookie o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/11] docs/10038 doc Added a site and bug fix (part two) o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id f [1999/02/13] bin/10064 /bin/sh called from make dumps core o [1999/02/14] kern/10077 dd'ing a ccd stripped partition sometimes o [1999/02/14] docs/10084 doc new FreeBSD user group in Yogyakarta City o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] kern/10095 missing VGA description o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/15] gnu/10112 /usr/src/gnu/usr.bin/patch sorely out of f [1999/02/15] conf/10115 jdp /etc/login.conf still implies LOGIN_CAP_A o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] i386/10121 Serial port parity setting problems with o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10129torstenb mirror/patch-ac sets /usr/local/bin/perl5 o [1999/02/17] bin/10131 bug in strptime(3) o [1999/02/18] docs/10146 jkh Release Notes and LINT for 3.1 include ha o [1999/02/18] misc/10148 bde atime behavior differs with empty files f 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/10162se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] ports/10164jmz XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] bin/10165 CVS does not know to ignore .So files o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178torstenb USE_SOCKS=YES option broken for security/ o [1999/02/21] conf/10179 /etc/make.conf has too many entries o [1999/02/21] docs/10180 doc Another mirror site not listed... o [1999/02/21] docs/10182 doc http://www.freebsd.org/cgi/query-pr.cgi?p o [1999/02/22] ports/10196torstenb Better startup scripts for ssh o [1999/02/22] ports/10215rvb net/coda_client and net/coda_server o [1999/02/23] ports/10227peter wrong sendmail path in rdist6-port o [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] conf/10244 100 character limit on any pathname in sy 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] docs/10331 doc pccardd(8) claims FreeBSD does not suppor o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] misc/10349 For long .Dt fields, rendering is broken- o [1999/03/01] bin/10350 mail(1) has some ugly code in it... 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 o [1999/03/02] bin/10368 'pgtok redefined' error in ps(1) o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/04] ports/10389kuriyama Create new port mod_jserv and JSDK 2.0 o [1999/03/05] ports/10396asami SPIN is in the wrong category o [1999/03/05] ports/10407hosokawa incomplete mirrors suggested for samba 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/10454obrien Update: emulators/spim o [1999/03/06] kern/10455 pcaudio breakage o [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] docs/10472 doc Mailing list for discussion of Xircom dri o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] docs/10488 doc Error in entry for 02/27 in calendar.hist o [1999/03/08] bin/10493 ipfw's undocumented feature s [1999/03/09] bin/10508 obrien isc-dhcp puts garbage to text options, V2 o [1999/03/09] docs/10512 doc ENOBUFS returnable from writev(2) but not 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] ports/10532ports Port of GNU Pascal o [1999/03/10] kern/10537 extraneous verbose output from cam_xpt.c o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10546 Intel Pro/100 PC card has CIS string > CI o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] gnu/10555 jraynard [PATCH] awk dumps core o [1999/03/12] bin/10556 make(1) man page update o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] bin/10568 obrien dhcp client receives garbage (dhclient pr 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/14] i386/10595 [PATCH] spanish language support for vidf 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] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/17] ports/10639rse ports/web/wml must be upgraded and unbrok 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] docs/10660 doc User Group not listed o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] docs/10664 doc Notes on 2.2.8 -> 3.1 migration 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] i386/10672 blank line inserted by vipw into master.p o [1999/03/19] kern/10673 Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682asami List mirror sites in MASTER_SITE_BACKUP - o [1999/03/22] kern/10728 sos WCD driver does not recognize a recovered o [1999/03/22] ports/10734pst Update of gdb port to 4.17 o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] docs/10762 doc geocrawler.com mailing list archives 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/25] i386/10796 Out of memory error during make buildworl o [1999/03/26] misc/10803 whois(1) client enchancements a [1999/03/26] misc/10804 billf whois(1) enhancement o [1999/03/26] ports/10806phk Update net/scotty to 2.1.10 o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/27] bin/10825 daily script not executed or executed twi o [1999/03/28] ports/10832jfitz [PATCH] mSQL 2.x not freely available any o [1999/03/28] docs/10840 jkh [PATCH] Add pcic double-loading bug fix t f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/29] docs/10850 doc submitting a documentation change for sed o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/29] kern/10860 bpf overwrites source ethernet addresses 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] ports/10874andreas [PATCH] html2ps doesn't handle `file:/... 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/01] i386/10913 Characters in console get switched to oth o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/02] bin/10921 I wished from(1) would count the number o o [1999/04/02] bin/10923 /usr/bin/cpp is an out-of-date wrapper fo o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/04] ports/10945jmz X11 "sessreg" program does not update /va o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/06] bin/10992 pthread_kill() doesn't deliver signals to 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/11018 detection of sc0 and atkbd fails o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] ports/11029ports Configure scripts for non ported applicat 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] ports/11034ports New ports of crazywwwboardle 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/11048obrien 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/10] misc/11074 /usr/share/mk double in the cvs o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] ports/11086ports Updating AStyle port o [1999/04/11] docs/11087 doc Portland FreeBSD users group o [1999/04/11] docs/11089 doc freebsd user group, sydney o [1999/04/11] docs/11090 doc User's group in Melbourne Australia o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/12] kern/11109 ipfw.ko Makefile contains CFLAGS+= -DDIVE 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] bin/11121 w(1) cannot handle more than one user on o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134billf existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] ports/11138jmz New version of Xevil 2.01, I created a po o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/15] misc/11149 Web page entry for BAFUG is incorrect 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/16] kern/11178 [PATCH] minor fix to /usr/include/sys/mbu o [1999/04/18] i386/11201 brian mktime possible bug 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/19] kern/11213 lutimes() is the same as utimes() o [1999/04/19] kern/11222 MFS does not sync from reboot syscall 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/21] docs/11258 doc suggestion to refine npx.4 o [1999/04/21] ports/11264chuckr a2ps-letter port installs non-listed liba o [1999/04/21] ports/11270jfitz Update to the rexx-imc port o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by o [1999/04/22] misc/11289 makeflp.bat suggestion: create "kernel" d 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/25] bin/11315 [PATCH] declerations missing in libatm.h o [1999/04/25] misc/11316 [PATCH] HTTP proxy support for sysinstall o [1999/04/27] ports/11353asami Feature additions to bsd.port.mk. o [1999/04/27] ports/11354jmz Port fix: x11/XFree86 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/28] misc/11373 errata.txt for 3.1 o [1999/04/29] misc/11383 $Id$ missing in some files in etc [PATCH] o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] ports/11402jfitz Update net/mrtg 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/04/30] ports/11421jfitz upgrade p5-Date-Manip 5.33 -> 5.34 o [1999/05/01] ports/11430se incorrect int type causes floating point o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/02] ports/11460erich Update to the xlispstat port o [1999/05/03] ports/11468ports New port: xcin-devel o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/04] ports/11504chuckr Update ports math/octave o [1999/05/05] ports/11510nik new version of www/sitecopy (0.6.0) o [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/11518 ../../pci/if_tx.c:1376: warning: no previ 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/07] misc/11569 Automatically run fsck when the file syst o [1999/05/08] ports/11581fenner netperf port - rfc1644 forgotten o [1999/05/08] ports/11587ports inappropriate internet time calculation o [1999/05/08] i386/11597 cmouse complaints: "/kernel: psmintr: out o [1999/05/09] ports/11601ports new port: ifmail-os-2.14.5 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 o [1999/05/09] ports/11611billf Update port: net/ntop a [1999/05/09] docs/11615 billf Handbook: linux emulation documentation o 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/11] docs/11643 doc handbook should state alternatives o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/11] misc/11653 obrien patch to allow DHCP configuration of inte o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] misc/11670 /usr/include/arpa/nameser.h uses a C++ ke 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/14] ports/11712ports Rosegarden Port is out to date o [1999/05/14] ports/11714ports New port: cls-1.0 (safe version of clear) o [1999/05/14] ports/11717andreas Update to sysutils/star a [1999/05/16] kern/11736 On fast machines kernel reports negative o [1999/05/17] ports/11742ports Problems with japanese/dvipsk* support. o [1999/05/17] ports/11743torstenb inn-2.2 (nonfatal) premature stop of buil 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] ports/11786kuriyama gnupg-0.9.6 port does not install o [1999/05/19] misc/11788 booting problems o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/20] misc/11812 ftp5.freebsd.org can't find giflib-3.0 an o [1999/05/21] ports/11816ports New port of mserver modem-sahring server o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] ports/11820asami 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/22] ports/11840asami Feature fixup: bsd.port.mk o [1999/05/22] docs/11856 kris references to vadvise(2) should probably o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" 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] kern/11899 many linux programs fail after 2.2.8-R -> o [1999/05/26] bin/11900 Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/26] ports/11903ports File descriptor leak in ports/www/tidy/ti o [1999/05/27] conf/11905 sysinstall desktop changing inconvenience 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), a [1999/05/31] docs/11955 dcs loader.8: spelling fixes o [1999/05/31] ports/11963ports should update the ocaml-tk module and ins o [1999/05/31] ports/11964jmacd lang/STk port needs to be updated to STk- o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] docs/11978 doc timed(8) manpage does not define '-F' swi 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/01] kern/11982 Three cleanup fixes for uthreads o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/02] bin/11997 Enhancement for lpr o [1999/06/02] ports/12001ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/03] misc/12006 sos scheduler policy different define value b o [1999/06/03] ports/12011andreas Update: print/lyx o [1999/06/03] misc/12013 patch for 12012 o [1999/06/03] kern/12014 Fix SysV Semaphore handling o [1999/06/04] bin/12020 [PATCH] msgs(1) is bad about nonexistent o [1999/06/04] docs/12021 doc support.sgml Sydney UG update o [1999/06/04] conf/12026 /etc/rc.diskless1 refrences non-existant o [1999/06/05] misc/12044 having tcl.h in /usr/local/include:/usr/i o [1999/06/06] gnu/12046 Perl subsystem does not install all tutor a [1999/06/06] misc/12049 sheldonh [PATCH] searching for closed reports requ a [1999/06/06] bin/12052 sh type builtin appends first path compon o [1999/06/06] kern/12053 fixes a few aio bugs, makes socket io bet o [1999/06/06] ports/12056ache [PATCH] hpack install files always in /us o [1999/06/06] ports/12057markm Perl5 library builds do not honour PREFIX o [1999/06/06] ports/12063kris Update: net/xwhois o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/07] docs/12075 doc [PATCH] Ports Changes Page Does not List o [1999/06/08] ports/12077ports NEW PORT: ko-bitchx o [1999/06/08] misc/12080 printing 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] ports/12096ports new port: korean/ko-eterm-0.8.9 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] ports/12114ports Updates for the jdk-doc and jdk-tutorial o [1999/06/10] bin/12115 pppd reports wrong connected duration wit o [1999/06/10] ports/12121obrien Update: mail/mutt o [1999/06/10] ports/12123ports New port: databases/ruby-postgres o [1999/06/10] ports/12124ports New port: devel/ruby-readline o [1999/06/10] ports/12125ports New port: devel/irb o [1999/06/10] docs/12128 doc Cosmetics changes in eresoureses.sgml o [1999/06/11] ports/12130ports Update: japanese/ndtpd, japanese/eb o [1999/06/11] docs/12132 doc Invalid URL at http://www.freebsd.org/int o [1999/06/11] ports/12134ports Update: korean/hanterm o [1999/06/11] ports/12138imp net/socks5 port broken with regards to pa o [1999/06/11] ports/12143ports Auto-configure samba to use Kerberos 5 o [1999/06/11] ports/12145ports New port: korean/ami o [1999/06/11] ports/12146ports New port: korean/byeoroo o [1999/06/11] docs/12148 doc On a sample in the printing section of Th o [1999/06/12] ports/12150ports New Ports: audio/timidity++ o [1999/06/12] ports/12151ports New Ports: audio/timidity++-emacs o [1999/06/12] ports/12152ports New Ports: audio/timidity++-gtk o [1999/06/12] ports/12154ports New Ports: audio/timidity++-slang o [1999/06/12] ports/12155ports New Ports: audio/timidity++-motif o [1999/06/12] ports/12156ports New Ports: audio/timidity++-tcltk o [1999/06/12] ports/12157ports New Ports: audio/timidity++-xaw o [1999/06/12] ports/12158ports New Ports: audio/timidity++-xskin o [1999/06/12] ports/12159jfitz update mrtg to 2.7.4b o [1999/06/12] ports/12160ports New Ports: japanese/timidity++-slang o [1999/06/12] ports/12161ports New Ports: japanese/timidity++-tcltk o [1999/06/12] ports/12163ports Installed port mxv for FreeBSD3.1 run err o [1999/06/13] ports/12188ports new port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195ports submission of new port pgpenvelope o [1999/06/14] ports/12199ports [PATCH] mail/qmail references perl instea o [1999/06/14] ports/12200ports [PATCH] port net/rwhois references /usr/l o [1999/06/14] ports/12201ports [PATCH] net/wide-dhcp references /usr/loc o [1999/06/14] ports/12204ports Update port: graphics/EZWGL o [1999/06/14] bin/12205 obrien [PATCH] DHCP client does not set hostname o [1999/06/14] misc/12209 termcap: "xterm" entry defines bogus capa o [1999/06/14] ports/12213ports [PATCH] benchmarks/netperf installs into o [1999/06/15] docs/12220 doc No manual page on system command "getkern o [1999/06/15] misc/12228 /etc/security don't search in all the fil o [1999/06/15] ports/12229ports Update: korean/netscape4* o [1999/06/15] bin/12232 Dangling text on #endif causes cpp noise. o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] kern/12241 jkh Req: GENERIC includes bpf device o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/16] ports/12245ports port of irc core dumps on current o [1999/06/16] misc/12252 netstat fails to display TCP connectoins o [1999/06/17] bin/12255 BIND 8.1.2 compilation error in IPv6 capa o [1999/06/17] kern/12258 Tuning the FM radio on new -Theatre serie f [1999/06/17] ports/12260dirk new port: korean/mysql o [1999/06/17] bin/12263 "more" problems with long filenames o [1999/06/17] misc/12268 weekly/catman will not work o [1999/06/18] ports/12271ports fix pkg_add with error message and add ne o [1999/06/18] kern/12275 Patches to add support for new chipset 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/18] docs/12284 doc [PATCH] Handbook doesn't mention default o [1999/06/18] misc/12285 [PATCH] /usr/share/dict/web2a is missing o [1999/06/18] ports/12291ports ports/japanese/ptex-common requires fixes o [1999/06/19] ports/12294ports Port for xmx-1.1 of Brown University o [1999/06/19] ports/12300ports port update: lang/tya o [1999/06/19] docs/12302 doc Clarification of the static_routes variab o [1999/06/20] bin/12308 LPD can't be told not to bind to a TCP po o [1999/06/20] bin/12311 Hostname.pm hangs forever o [1999/06/21] kern/12319 linux emu: getrusage causing core dumps o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325asami 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] ports/12338ache update www/lynx-current port o [1999/06/22] ports/12341ports New port tclreadline o [1999/06/22] conf/12342 /etc/hosts.allow must use numerical IP ad o [1999/06/22] docs/12343 doc make.conf error in documentation (COM2) o [1999/06/22] docs/12344 doc ntpdate flags, usage statement, man page o [1999/06/22] ports/12355ports port of cdlabelgen, a CD frontcard/trayca o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only o [1999/06/23] bin/12358 Patch: "camcontrol help" should go to std o [1999/06/23] docs/12359 doc mailto tag for listname@FreeBSD.ORG o [1999/06/23] docs/12360 doc telnet(1) man-page doesn't describe skey o [1999/06/23] ports/12366billf finish the port for misc/mprime o [1999/06/23] ports/12368ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/23] bin/12375 mv(1) cannot inherit the file flags. o [1999/06/24] misc/12376 When mounting NFS dirs, /etc/rc doesn't g o [1999/06/24] ports/12382andreas Update of the postgresql port to 6.5 o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/25] kern/12385 Patch to add bridging support to if_vr.c o [1999/06/26] ports/12403ports ssh port has undocumented X11 dependency o [1999/06/26] ports/12404ports Update port: graphics/gphoto to 0.3.2 o [1999/06/26] ports/12406ports New port for the LAM implementation of th f [1999/06/27] ports/12408ports New port for ncplib (Netware client) o [1999/06/27] kern/12409 add some more chipset models by NVidia to o [1999/06/27] ports/12411ports new port: japanese/mutt o [1999/06/27] ports/12412ports new port: net/cvsweb o [1999/06/27] ports/12413ports linux netscape 4.61 o [1999/06/27] ports/12416dirk Clean up of mysql322 and mysql322-client o [1999/06/27] ports/12417dirk Replacement of databses/mysql-client o [1999/06/27] kern/12420 console fails to register tty size change o [1999/06/27] bin/12421 sysinstall label fails o [1999/06/27] ports/12424ports Update Ports:x11-wm/windowmaker-i18n to 0 o [1999/06/27] ports/12426ports majordomo port does silly chown of /usr/l o [1999/06/28] ports/12430ports New port: japanese/vfxdvik o [1999/06/28] bin/12431 f2c works incorrectly with arguments of s o [1999/06/28] conf/12432 empty amd_flags causes start failure in r 1009 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 Jun 28 11:13:53 1999 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 0468815031; Mon, 28 Jun 1999 11:13:47 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA32207; Mon, 28 Jun 1999 11:13:46 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 28 Jun 1999 11:13:46 -0700 (PDT) From: Message-Id: <199906281813.LAA32207@freefall.freebsd.org> To: kbird@southwind.net, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/7633: panic: page fault on install with boot.flp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: panic: page fault on install with boot.flp State-Changed-From-To: open->feedback State-Changed-By: billf State-Changed-When: Mon Jun 28 11:12:57 PDT 1999 State-Changed-Why: There have been a lot of changes between 2.2.7 and 3.2, does the same error still occur? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 11:16:39 1999 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 209F6153B5; Mon, 28 Jun 1999 11:16:38 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA32427; Mon, 28 Jun 1999 11:16:36 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 28 Jun 1999 11:16:36 -0700 (PDT) From: Message-Id: <199906281816.LAA32427@freefall.freebsd.org> To: dcarmich@xnet.com, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11380: PAO3 won't recognize a USR/Megahertz PCMCIA modem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PAO3 won't recognize a USR/Megahertz PCMCIA modem State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Mon Jun 28 11:15:09 PDT 1999 State-Changed-Why: PAO is a add-on that isn't at this time supported by the FreeBSD project (though aspects of it are being implemeneted). You might want to post a message to the PAO support mailing list, whever that is. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 11:18:28 1999 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 10BCC1502B; Mon, 28 Jun 1999 11:18:27 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA32712; Mon, 28 Jun 1999 11:18:25 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 28 Jun 1999 11:18:25 -0700 (PDT) From: Message-Id: <199906281818.LAA32712@freefall.freebsd.org> To: hsu@clinet.fi, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/1814: cy driver gets deadlocked sometimes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cy driver gets deadlocked sometimes State-Changed-From-To: open->feedback State-Changed-By: billf State-Changed-When: Mon Jun 28 11:17:29 PDT 1999 State-Changed-Why: There have been a lot of changes to the cy driver, are you still experiencing these problems? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 11:50: 8 1999 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 C840815240 for ; Mon, 28 Jun 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA37145; Mon, 28 Jun 1999 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Jun 1999 11:50:02 -0700 (PDT) Message-Id: <199906281850.LAA37145@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Subject: Re: conf/12432: empty amd_flags causes start failure in rc.network Reply-To: Doug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/12432; it has been noted by GNATS. From: Doug To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: conf/12432: empty amd_flags causes start failure in rc.network Date: Mon, 28 Jun 1999 11:48:33 -0700 (PDT) On Tue, 15 Jun 1999 Studded@gorean.org wrote: > With the following in /etc/rc.conf.local: > > amd_enable="YES" > amd_flags="" > amd_map_program="NO" > > The daemon is not started by rc.network. When a trivial flag is added > (like "-F /etc/amd.conf") all works as advertised. > >Fix: > > Looking at the shell script I'm not sure exactly why it's not working. > Everything seems above board, but the problem is verifiable. I can start it > from the command line with just 'amd' so the lack of flags is not a problem. > > Also, there are some style nits in rc.network. The biggest one is that > there are a number of tests like this: > > if [ "X$conf_option" -eq X"YES" ]; ... > > where the RHS should be "XYES" if you're going to use that style. On some > versions of sh "XYES" does not equal X"YES" but on ours it seems to work > anyway. Of course, all the rc scripts should be changed to use case anyway, > but that's another PR. :) Heh... amazing what sendmail -q digs up. Turns out that this was actually fixed the same day I filed the PR, so I thought maybe I'd filed it confidential by accident. However the cvs notes for the fix indicate that the -p option can't be called without other flags, when the actual problem is that amd chokes on the null flag argument if no flags are specified. Here is a slightly cleaner fix. --- rc.network.Dist Wed Jun 23 08:19:50 1999 +++ rc.network Mon Jun 28 11:41:38 1999 @@ -310,16 +310,17 @@ fi fi - if [ "X${amd_enable}" = X"YES" ]; then + if [ "X${amd_enable}" = "XYES" ]; then echo -n ' amd' - if [ "X${amd_map_program}" != X"NO" ]; then + if [ "X${amd_map_program}" != "XNO" ]; then amd_flags="${amd_flags} `eval ${amd_map_program}`" fi + # amd does not like null flag arguments if [ -n "$amd_flags" ] then - amd -p ${amd_flags} > /var/run/amd.pid 2> /dev/null + amd ${amd_flags} -p > /var/run/amd.pid 2> /dev/null else - amd 2> /dev/null + amd -p > /var/run/amd.pid 2> /dev/null fi fi Enjoy, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 13: 5:23 1999 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 C3F871538C; Mon, 28 Jun 1999 13:05:16 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA45370; Mon, 28 Jun 1999 13:05:16 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Date: Mon, 28 Jun 1999 13:05:16 -0700 (PDT) From: Message-Id: <199906282005.NAA45370@freefall.freebsd.org> To: dalroi@wit401310.student.utwente.nl, rnordier@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/11926: Boot manager only beeps at selecting bootable FreeBSD-partition Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Boot manager only beeps at selecting bootable FreeBSD-partition State-Changed-From-To: open->closed State-Changed-By: rnordier State-Changed-When: Mon Jun 28 12:48:35 PDT 1999 State-Changed-Why: A beep when selecting a partition indicates one of two problems: o There was an error reading the first-level bootstrap: either due to a media error (very unlikely in the case of a hard drive), or because the sector is above cylinder 1023 o Although the sector was read without error, there is no magic number indicating that the sector is bootable: almost certainly because the partition table entry was created with the wrong geometry If this is still an issue, it may be worth re-installing FreeBSD, and paying particular attention to the geometry used (which may be set in the installtion program, sysinstall). However, you're welcome to send along a copy of your master boot record, if you can't get things working, and we can verify what the problem is. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 14: 0:11 1999 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 CD8DD151E6 for ; Mon, 28 Jun 1999 14:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA60538; Mon, 28 Jun 1999 14:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Jun 1999 14:00:03 -0700 (PDT) Message-Id: <199906282100.OAA60538@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Randall Hopper Subject: Re: kern/12420: console fails to register tty size changes Reply-To: Randall Hopper Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12420; it has been noted by GNATS. From: Randall Hopper To: Kazutaka YOKOTA Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/12420: console fails to register tty size changes Date: Mon, 28 Jun 1999 17:00:52 -0400 Kazutaka YOKOTA: | |>>Number: 12420 |>>Category: kern |>>Release: FreeBSD 3.2-RELEASE i386 |>>Description: |> The FreeBSD console does not pick up row/column size changes as |> 3.0-RELEASE did when console mode changes are effected before |> login. This causes full-screen applications like /usr/bin/more and |> less to fail to work correctly. | |# Considering the nature of the bug, I would assume that the problem |# existed for a long time and 3.0 did have the same problem... | |Anyway, please apply the following patch to /sys/dev/syscons/syscons.c |and rebuild the kernel. | |Please report if it works. Works great. Thank you! Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 15: 0: 6 1999 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 2E05014F58 for ; Mon, 28 Jun 1999 15:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA66180; Mon, 28 Jun 1999 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 72F3314CBB for ; Mon, 28 Jun 1999 14:58:29 -0700 (PDT) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <40325>; Tue, 29 Jun 1999 07:41:08 +1000 Message-Id: <99Jun29.074108est.40325@border.alcanet.com.au> Date: Tue, 29 Jun 1999 06:44:07 +1000 From: peter.jeremy@alcatel.com.au Reply-To: peter.jeremy@alcatel.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/12437: Off-by-1 error and incorrect man page for /usr/sbin/ppp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12437 >Category: bin >Synopsis: Off-by-1 error and incorrect man page for /usr/sbin/ppp >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 15:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Alcatel Australia Limited >Environment: -current as of cvs-cur 5429 >Description: 1) When a `filter' entry is validated, the filter number is range-checked in filter.c:Parse(). Currently, the check allows filter numbers 0 through MAXFILTERS (40) inclusive, although the actual array is MAXFILTERS long. 2) The man page states that the filter number should be between 0 and 19 (though it later states 40 filters are allowed). The 19 should be 39 to match the (corrected) code. 3) The man page does not document the `clear' option, which allows a specific filter number to be deleted. >How-To-Repeat: The problems were all found via code inspection, however the first problem should show up by using a configuration file entry along the lines of set filter in 40 permit 193.21.10.30/31 139.188.0.0/16 which should be rejected >Fix: Index: filter.c =================================================================== RCS file: /home/CVSROOT/./src/usr.sbin/ppp/filter.c,v retrieving revision 1.30 diff -u -r1.30 filter.c --- filter.c 1999/06/23 16:48:21 1.30 +++ filter.c 1999/06/28 14:56:41 @@ -306,7 +306,7 @@ struct filterent filterdata; val = strtol(*argv, &wp, 0); - if (*argv == wp || val > MAXFILTERS) { + if (*argv == wp || val >= MAXFILTERS) { log_Printf(LogWARN, "Parse: invalid filter number.\n"); return (0); } Index: ppp.8 =================================================================== RCS file: /home/CVSROOT/./src/usr.sbin/ppp/ppp.8,v retrieving revision 1.177 diff -u -r1.177 ppp.8 --- ppp.8 1999/06/23 16:48:24 1.177 +++ ppp.8 1999/06/28 14:56:42 @@ -1424,7 +1424,7 @@ is a numeric value between .Sq 0 and -.Sq 19 +.Sq 39 specifying the rule number. Rules are specified in numeric order according to .Ar rule-no , but only if rule @@ -1438,6 +1438,10 @@ .Sq deny . If a given packet matches the rule, the associated action is taken immediately. +.Ar Action +can also be specified as +.Sq clear +to clear the action associated with that particular rule. .It .Op Ar src_addr Ns Op / Ns Ar width and >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 Jun 28 16:15:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id A6EBF1548A for ; Mon, 28 Jun 1999 16:15:15 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id SAA27993; Mon, 28 Jun 1999 18:14:56 -0500 (CDT) Date: Mon, 28 Jun 1999 18:14:56 -0500 From: "Matthew D. Fuller" To: Bill Fumerola Cc: Keith Stevenson , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/12381: Bad scheduling in FreeBSD Message-ID: <19990628181455.B27267@futuresouth.com> References: <19990625161451.G20792@homer.louisville.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Bill Fumerola on Fri, Jun 25, 1999 at 04:27:29PM -0400 X-OS: FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 25, 1999 at 04:27:29PM -0400, a little birdie told me that Bill Fumerola remarked > > Index: nice/nice.1 > =================================================================== > RCS file: /home/ncvs/src/usr.bin/nice/nice.1,v > retrieving revision 1.7 > diff -r1.7 nice.1 > 96c96,97 > < .Xr renice 8 > --- > > .Xr renice 8 , > > .Xr rtprio 1 idprio(1) is already referenced in nice(1) on my -CURRENT system. -- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Matthew Fuller MF4839 http://www.over-yonder.net/ | * fullermd@futuresouth.com fullermd@over-yonder.net * | UNIX Systems Administrator Specializing in FreeBSD | * FutureSouth Communications ISPHelp ISP Consulting * | "The only reason I'm burning my candle at both ends, | * is because I haven't figured out how to light the * | middle yet" | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 28 16:17:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 904BF15483 for ; Mon, 28 Jun 1999 16:17:45 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id TAA21617; Mon, 28 Jun 1999 19:21:47 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Mon, 28 Jun 1999 19:21:47 -0400 (EDT) From: Bill Fumerola To: "Matthew D. Fuller" Cc: Keith Stevenson , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/12381: Bad scheduling in FreeBSD In-Reply-To: <19990628181455.B27267@futuresouth.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 28 Jun 1999, Matthew D. Fuller wrote: > > diff -r1.7 nice.1 > > 96c96,97 > > < .Xr renice 8 > > --- > > > .Xr renice 8 , > > > .Xr rtprio 1 > > idprio(1) is already referenced in nice(1) on my -CURRENT system. Hmmm, so it would seem it is. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 Jun 28 16:40: 5 1999 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 DF18015145 for ; Mon, 28 Jun 1999 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA78927; Mon, 28 Jun 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 900E814DD4; Mon, 28 Jun 1999 16:36:09 -0700 (PDT) Message-Id: <19990628233609.900E814DD4@hub.freebsd.org> Date: Mon, 28 Jun 1999 16:36:09 -0700 (PDT) From: genek@narus.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/12438: Dynamic loader or vtable problem in 3.2-STABLE and 4.0-CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12438 >Category: misc >Synopsis: Dynamic loader or vtable problem in 3.2-STABLE and 4.0-CURRENT >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 16:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gene Kan >Release: 3.2-STABLE >Organization: Narus, Inc. >Environment: FreeBSD freebsd.narus.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Mon Jun 28 07:12:41 GMT 1999 root@freebsd.narus.com:/usr/src/sys/compile/FREEBSD i386 >Description: Non-unique names across multiple shared objects loaded by dlopen are not uniquely-referenceable in C++. It seems to work fine in C. >How-To-Repeat: liba.so contains class A : public baseclass. libb.so contains class B : public baseclass. Both shared objects contain a function getinterface() which returns a new instance of baseclass appropriate to that .so. Class A and B implement some method of baseclass. Load liba.so and libb.so using dlopen. Instantiate objects of A and B. a->function(); b->function(); You will find that both calls do the same thing, that is whatever the first-loaded .so specified. Dynamic-object-local namespaces under C++ are properly implemented in Solaris and Linux, but fail for some reason in FreeBSD. >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 Jun 29 9:10: 4 1999 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 8B093150D3 for ; Tue, 29 Jun 1999 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 JAA02800; Tue, 29 Jun 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from urchin.oceancomputer.com (unknown [216.116.139.129]) by hub.freebsd.org (Postfix) with ESMTP id 4494E150D3 for ; Tue, 29 Jun 1999 09:01:01 -0700 (PDT) (envelope-from jooji@urchin.oceancomputer.com) Received: (from jooji@localhost) by urchin.oceancomputer.com (8.9.3/8.9.3) id MAA00490; Tue, 29 Jun 1999 12:04:42 -0400 (EDT) (envelope-from jooji) Message-Id: <199906291604.MAA00490@urchin.oceancomputer.com> Date: Tue, 29 Jun 1999 12:04:42 -0400 (EDT) From: jooji@neptune.oceancomputer.com Reply-To: jooji@neptune.oceancomputer.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12448: arp -s ip_address auto pub results in error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12448 >Category: bin >Synopsis: arp -s ip_address auto pub results in error >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 09:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jasper O'Malley >Release: FreeBSD 3.2-STABLE i386 >Organization: Ocean Computer Group, Inc. >Environment: FreeBSD 3.2-STABLE, cvsupped 6/28/99, make buildworld done 6/28/99, make installworld 6/29/99, kernel recompiled (clean) 6/29/99. >Description: When attempting to publish an IP address for ARP proxy the command arp -s ip_address auto pub where ip_address is an address in the subnet to which one of my Ethernet cards is attached, results in the following error: using interface ed1 for proxy with address 0:e0:29:32:21:ee arp: writing to routing socket: File exists Attempting to explicitly specify the Ethernet address of the card in the command (i.e. arp -s ip_address ethernet_of_card pub) doesn't work either, giving the "arp: writing to routing socket: File exists" error, as well. Simply adding the ARP entry to the ARP table without publishing it for proxy ARP (i.e. arp -s ip_adddress ethernet_of_card) works fine, but is useless to me ;) I'm not sure if this is a "bin" or "kern" bug. >How-To-Repeat: Use arp to publish a proxy ARP entry. >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 29 9:30: 3 1999 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 A1977152DA for ; Tue, 29 Jun 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04818; Tue, 29 Jun 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 655F91533B; Tue, 29 Jun 1999 09:25:13 -0700 (PDT) Message-Id: <19990629162513.655F91533B@hub.freebsd.org> Date: Tue, 29 Jun 1999 09:25:13 -0700 (PDT) From: peter@gbg.netman.se To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12450: IBM -DTTA-351010 corrupts data when using DMA 32-bit & multi-block i/o Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12450 >Category: kern >Synopsis: IBM -DTTA-351010 corrupts data when using DMA 32-bit & multi-block i/o >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 09:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Håkanson >Release: 3.1 (cdrom kit) >Organization: Network management >Environment: FreeBSD ture.home.se 3.1-RELEASE FreeBSD 3.1-RELEASE #9: Sun Jun 27 20:54:12 CEST 1999 peter@ture.home.se:/usr/src/sys/compile/TURE i386 >Description: When enabling DMA using the flags paramater in config file (controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0xa0ffa0ff) IBM-DTTA-351010 drive will occationly corrupt data during write. Same disk works ok (but slow) if generic kernel or no flags given in config file. Same system also houses QUANTUM FIREBALL SE3.2A that works ok with this flag. Board is chaintech 5agm2 using cyrix m-II (to be replaced!) On-board is chip2: rev 0x47 and rev 0x10 >How-To-Repeat: Write a sufficiently large file (> 100Mbyte) and examine with md5 subsequent reads of the same file gives same checksum, each write will give different checksum when read >Fix: Work around : disable DMA 32bit & multi-block will remove problem, but speed drops very much. >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 Jun 29 10:15:21 1999 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 83FBF14FAF; Tue, 29 Jun 1999 10:15:19 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA10062; Tue, 29 Jun 1999 10:15:19 -0700 (PDT) (envelope-from roger@FreeBSD.org) Date: Tue, 29 Jun 1999 10:15:19 -0700 (PDT) From: Message-Id: <199906291715.KAA10062@freefall.freebsd.org> To: jamesn@airmail.net, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/8585: bktr driver does not correctly identify I2C devices in some cases Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bktr driver does not correctly identify I2C devices in some cases State-Changed-From-To: open->closed State-Changed-By: roger State-Changed-When: Tue Jun 29 10:08:58 PDT 1999 State-Changed-Why: Problem was due to mixing char and unsighed char in the bt848_i2c.c file. Fixed in 3.1 and 4.x To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 29 10:17: 5 1999 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 D9CA314BEF; Tue, 29 Jun 1999 10:17:03 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA10474; Tue, 29 Jun 1999 10:17:03 -0700 (PDT) (envelope-from roger@FreeBSD.org) Date: Tue, 29 Jun 1999 10:17:03 -0700 (PDT) From: Message-Id: <199906291717.KAA10474@freefall.freebsd.org> To: seva@alex-ua.com, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/7177: [PATCH] Support for "Video Highway Xtreme" tv-tuner card with SECAM tuner (bt848 driver) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Support for "Video Highway Xtreme" tv-tuner card with SECAM tuner (bt848 driver) State-Changed-From-To: suspended->closed State-Changed-By: roger State-Changed-When: Tue Jun 29 10:16:29 PDT 1999 State-Changed-Why: Patch was included into the bktr bt848 driver cvs version 1.50 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 29 10:21:14 1999 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 4CBF314BEF; Tue, 29 Jun 1999 10:21:13 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA11161; Tue, 29 Jun 1999 10:21:12 -0700 (PDT) (envelope-from roger@FreeBSD.org) Date: Tue, 29 Jun 1999 10:21:12 -0700 (PDT) From: Message-Id: <199906291721.KAA11161@freefall.freebsd.org> To: frodef@dslab7.cs.uit.no, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10533: A bug in the meteor driver causes kernel panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: A bug in the meteor driver causes kernel panic State-Changed-From-To: open->closed State-Changed-By: roger State-Changed-When: Tue Jun 29 10:20:37 PDT 1999 State-Changed-Why: Patch committed to 4.x-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 29 11:50: 4 1999 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 6174E14FC8 for ; Tue, 29 Jun 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21451; Tue, 29 Jun 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from osaka.louisville.edu (osaka.louisville.edu [136.165.1.114]) by hub.freebsd.org (Postfix) with ESMTP id 0557314F95 for ; Tue, 29 Jun 1999 11:46:50 -0700 (PDT) (envelope-from ktstev01@osaka.louisville.edu) Received: by osaka.louisville.edu (Postfix, from userid 15) id 0885818605; Tue, 29 Jun 1999 14:46:49 -0400 (EDT) Message-Id: <19990629184649.0885818605@osaka.louisville.edu> Date: Tue, 29 Jun 1999 14:46:49 -0400 (EDT) From: k.stevenson@louisville.edu Reply-To: k.stevenson@louisville.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12452: Missing #include in (Patch included) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12452 >Category: bin >Synopsis: /usr/include/sys/resource.h doesn't include >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 11:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Keith Stevenson >Release: FreeBSD 3.2-STABLE i386 >Organization: University of Louisville >Environment: FreeBSD-STABLE build on June 1, 1999 >Description: /usr/include/sys/resource.h uses 'struct timeval' in the definition of struct rusage. struct timeval is defined in /usr/include/sys/time.h, but is not included in the header file. The log message from version 1.8 of /usr/include/sys/resource.h mentions that is a prerequisite, but that doesn't seem to be documented elsewhere. >How-To-Repeat: Compile a program that includes without previously including . Compiler generates lots of errors: In file included from loadavg.c:6: /usr/include/sys/resource.h:58: field `ru_utime' has incomplete type /usr/include/sys/resource.h:59: field `ru_stime' has incomplete type /usr/include/sys/resource.h:96: parse error before `int32_t' /usr/include/sys/resource.h:96: warning: no semicolon at end of struct or union /usr/include/sys/resource.h:97: warning: data definition has no type or storage class /usr/include/sys/resource.h:101: parse error before `rlim_t' /usr/include/sys/resource.h:101: warning: no semicolon at end of struct or union /usr/include/sys/resource.h:102: warning: data definition has no type or storage class /usr/include/sys/resource.h:107: parse error before `fixpt_t' /usr/include/sys/resource.h:107: warning: no semicolon at end of struct or union /usr/include/sys/resource.h:109: parse error before `}' >Fix: Either work around the problem by including _before_ or apply the following patch to Index: resource.h =================================================================== RCS file: /opt/ncvs/src/sys/sys/resource.h,v retrieving revision 1.9 diff -u -r1.9 resource.h --- resource.h 1999/04/30 13:04:19 1.9 +++ resource.h 1999/06/29 14:26:11 @@ -37,6 +37,8 @@ #ifndef _SYS_RESOURCE_H_ #define _SYS_RESOURCE_H_ +#include + /* * Process priority specifications to get/setpriority. */ >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 Jun 29 13:30: 5 1999 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 32658150E7 for ; Tue, 29 Jun 1999 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA30644; Tue, 29 Jun 1999 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 29 Jun 1999 13:30:02 -0700 (PDT) Message-Id: <199906292030.NAA30644@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Piazza Subject: Re: bin/12452: Missing #include in (Patch included) Reply-To: Chris Piazza Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12452; it has been noted by GNATS. From: Chris Piazza To: k.stevenson@louisville.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/12452: Missing #include in (Patch included) Date: Tue, 29 Jun 1999 13:23:22 -0700 On Tue, Jun 29, 1999 at 02:46:49PM -0400, k.stevenson@louisville.edu wrote: > > /usr/include/sys/resource.h uses 'struct timeval' in the definition of > struct rusage. struct timeval is defined in /usr/include/sys/time.h, > but is not included in the header file. > > The log message from version 1.8 of /usr/include/sys/resource.h mentions > that is a prerequisite, but that doesn't seem to be documented > elsewhere. man 2 getpriority: NAME getpriority, setpriority - get/set program scheduling priority SYNOPSIS #include #include int getpriority(int which, int who) -- looks documented to me. > > Either work around the problem by including _before_ This isn't a work around, it's what you're supposed to do. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "Life is divided into the horrible and the miserable." -Woody Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 29 14:11:35 1999 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 A36F014EB5; Tue, 29 Jun 1999 14:11:33 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA35094; Tue, 29 Jun 1999 14:11:34 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 29 Jun 1999 14:11:34 -0700 (PDT) From: Message-Id: <199906292111.OAA35094@freefall.freebsd.org> To: k.stevenson@louisville.edu, cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12452: /usr/include/sys/resource.h doesn't include Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/include/sys/resource.h doesn't include State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Jun 29 14:10:54 PDT 1999 State-Changed-Why: Submitter requests (in private email) that this PR be closed because he is satisfied with the explanation given. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 29 14:46:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from lohi.clinet.fi (lohi.clinet.fi [194.100.0.7]) by hub.freebsd.org (Postfix) with ESMTP id 506CB14BE5 for ; Tue, 29 Jun 1999 14:45:55 -0700 (PDT) (envelope-from tri@rinne.iki.fi) Received: from rinne.iki.fi (rinne.iki.fi [194.100.70.105]) by lohi.clinet.fi (8.9.1/8.9.0) with ESMTP id AAA01642; Wed, 30 Jun 1999 00:47:34 +0300 (EEST) Received: (from tri@localhost) by rinne.iki.fi (8.9.3/8.9.3) id AAA02568; Wed, 30 Jun 1999 00:45:49 +0300 (EEST) (envelope-from tri) Date: Wed, 30 Jun 1999 00:45:49 +0300 (EEST) Message-Id: <199906292145.AAA02568@rinne.iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Timo J Rinne To: tcpdump@ee.lbl.gov, bugs@freebsd.org, bugs@netbsd.org, bugs@openbsd.org, bugs@linux.org Subject: ipsec/ike support for tcpdump 3.4 Reply-To: tri@ssh.fi Organization: SSH Communications Security, Espoo, Finland X-Face: 7N&%4=;/9+e`m7vVp3kmZ^FZ~;TBHua/@dBeFi*{xAoyz+8feePXCUmOK[GaY*0[QU`{lo *D3.D?xc>nBKUHDdXo)*OiG-MGf-a2dCZ5{yYMZV9:+H1h:%g$']XOPwUx{<5fH@l?+U8B Cr!lG(V:g=`_gdg86&u$/ez/jG_H3uU8!TB&ZuEz-BKqfBL3HGS@oA#,GsugP3o3.ckI- Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi While developing our IPSEC Express Toolkit we at SSH Communications Security have hacked support for printing IPSEC and IKE packets with tcpdump. Support is not complete but still it has proven very helpful in our development efforts. In hope that these are useful for other IPSEC developers we contribute our patches to tcpdump developers as well as to {{Free,Net,Open}BSD,Linux} teams. Best Regards, //Rinne >>>>>>>>>>>>>>>>>> C U T H E R E >>>>>>>>>>>>>>>>>> --- INSTALL.orig Thu Sep 17 14:04:36 1998 +++ INSTALL Wed Jun 30 00:20:14 1999 @@ -112,7 +112,9 @@ print-gre.c - Generic Routing Encapsulation printer routines print-icmp.c - Internet Control Message Protocol printer routines print-igrp.c - Interior Gateway Routing Protocol printer routines +print-ike.c - internet key exchange (ike, isakmp/oakley) printer routines print-ip.c - ip printer routines +print-ipsec.c - ipsec (esp/ah) printer routines print-ipx.c - IPX printer routines print-isoclns.c - isoclns printer routines print-krb.c - Kerberos printer routines --- Makefile.in.orig Thu Sep 17 14:04:37 1998 +++ Makefile.in Wed Jun 30 00:23:18 1999 @@ -71,7 +71,8 @@ print-llc.c print-nfs.c print-ntp.c print-null.c print-ospf.c \ print-pim.c print-ppp.c print-raw.c print-rip.c print-sl.c \ print-snmp.c print-sunrpc.c print-tcp.c print-tftp.c print-udp.c \ - print-wb.c addrtoname.c bpf_dump.c gmt2local.c machdep.c \ + print-wb.c print-ike.c print-ipsec.c \ + addrtoname.c bpf_dump.c gmt2local.c machdep.c \ parsenfsfh.c util.c savestr.c setsignal.c LOCALSRC = GENSRC = version.c --- print-ip.c.orig Thu Sep 17 14:04:59 1998 +++ print-ip.c Wed Jun 30 00:22:42 1999 @@ -477,6 +477,20 @@ } break; +#ifndef IPPROTO_ESP +#define IPPROTO_ESP 50 +#endif + case IPPROTO_ESP: + esp_print(cp, len, (const u_char *)ip); + break; + +#ifndef IPPROTO_AH +#define IPPROTO_AH 51 +#endif + case IPPROTO_AH: + ah_print(cp, len, (const u_char *)ip); + break; + default: (void)printf("%s > %s:", ipaddr_string(&ip->ip_src), ipaddr_string(&ip->ip_dst)); --- print-udp.c.orig Thu Sep 17 14:05:14 1998 +++ print-udp.c Tue Jun 29 22:07:19 1999 @@ -293,6 +293,9 @@ #define SNMPTRAP_PORT 162 /*XXX*/ #define RIP_PORT 520 /*XXX*/ #define KERBEROS_SEC_PORT 750 /*XXX*/ +#define ISAKMP_PORT 500 /*XXX*/ +#define ISAKMP_UPORT1 7500 /*XXX*/ +#define ISAKMP_UPORT2 8500 /*XXX*/ void udp_print(register const u_char *bp, u_int length, register const u_char *bp2) @@ -432,6 +435,10 @@ ntp_print((const u_char *)(up + 1), length); else if (ISPORT(KERBEROS_PORT) || ISPORT(KERBEROS_SEC_PORT)) krb_print((const void *)(up + 1), length); + else if (ISPORT(ISAKMP_PORT) || + ISPORT(ISAKMP_UPORT1) || + ISPORT(ISAKMP_UPORT2)) + isakmp_print((const u_char *)(up + 1), length); else if (dport == 3456) vat_print((const void *)(up + 1), length, up); /* --- tcpdump.1.orig Sun Jan 10 13:14:11 1999 +++ tcpdump.1 Tue Jun 29 22:17:43 1999 @@ -215,6 +215,11 @@ The smaller of the entire packet or .I snaplen bytes will be printed. +.TP +.B \-X +Like +.B \-x +but dumps the packet in emacs-hexl like format. .IP "\fI expression\fP" .RS selects which packets will be dumped. If no \fIexpression\fP --- tcpdump.c.orig Sat Mar 6 14:31:26 1999 +++ tcpdump.c Tue Jun 29 22:21:22 1999 @@ -66,6 +66,7 @@ int tflag = 1; /* print packet arrival time */ int vflag; /* verbose */ int xflag; /* print packet in hex */ +int Xflag; /* print packet in emacs-hexl style */ int packettype; @@ -149,7 +150,7 @@ opterr = 0; while ( - (op = getopt(argc, argv, "ac:defF:i:lnNOpqr:s:StT:vw:xY")) != EOF) + (op = getopt(argc, argv, "ac:defF:i:lnNOpqr:s:StT:vw:xXY")) != EOF) switch (op) { case 'a': @@ -263,6 +264,12 @@ ++xflag; break; + case 'X': + ++Xflag; + if (xflag == 0) + ++xflag; + break; + default: usage(); /* NOTREACHED */ @@ -381,6 +388,55 @@ exit(0); } +/* dump the buffer in `emacs-hexl' style */ +void +tcp_hexdump(unsigned int offset, const u_char *cp, unsigned int length) +{ + unsigned int i, j, jm; + int c; + char ln[128]; + + printf("\n"); + for (i = 0; i < length; i += 0x10) { + snprintf(ln, + sizeof(ln), + " %04x: ", (unsigned int)(i + offset)); + jm = length - i; + jm = jm > 16 ? 16 : jm; + + for (j = 0; j < jm; j++) { + if ((j % 2) == 1) + snprintf(ln + strlen(ln), + sizeof(ln) - strlen(ln), + "%02x ", (unsigned int)cp[i+j]); + else + snprintf(ln + strlen(ln), + sizeof(ln) - strlen(ln), + "%02x", (unsigned int)cp[i+j]); + } + for (; j < 16; j++) { + if ((j % 2) == 1) + snprintf(ln + strlen(ln), + sizeof(ln) - strlen(ln), + " "); + else + snprintf(ln + strlen(ln), + sizeof(ln) - strlen(ln), + " "); + } + + snprintf(ln + strlen(ln), sizeof(ln) - strlen(ln), " "); + for (j = 0; j < jm; j++) { + c = cp[i+j]; + c = c < 32 || c >= 127 ? '.' : c; + snprintf(ln + strlen(ln), + sizeof(ln) - strlen(ln), + "%c", c); + } + printf("%s\n", ln); + } +} + /* Like default_print() but data need not be aligned */ void default_print_unaligned(register const u_char *cp, register u_int length) @@ -388,6 +444,11 @@ register u_int i, s; register int nshorts; + if (Xflag) { + /* dump the buffer in `emacs-hexl' style */ + tcp_hexdump(0, cp, length); + } else { + /* dump the buffer in old tcpdump style */ nshorts = (u_int) length / sizeof(u_short); i = 0; while (--nshorts >= 0) { @@ -402,6 +463,7 @@ (void)printf(" %02x", *cp); } } +} /* * By default, print the packet out in hex. @@ -415,6 +477,11 @@ register u_int i; register int nshorts; + if (Xflag) { + /* dump the buffer in `emacs-hexl' style */ + tcp_hexdump(0, bp, length); + } else { + /* dump the buffer in old tcpdump style */ if ((long)bp & 1) { default_print_unaligned(bp, length); return; @@ -433,6 +500,7 @@ (void)printf(" %02x", *(u_char *)sp); } } +} __dead void usage(void) @@ -443,7 +511,7 @@ (void)fprintf(stderr, "%s version %s\n", program_name, version); (void)fprintf(stderr, "libpcap version %s\n", pcap_version); (void)fprintf(stderr, -"Usage: %s [-adeflnNOpqStvx] [-c count] [ -F file ]\n", program_name); +"Usage: %s [-adeflnNOpqStvxX] [-c count] [ -F file ]\n", program_name); (void)fprintf(stderr, "\t\t[ -i interface ] [ -r file ] [ -s snaplen ]\n"); (void)fprintf(stderr, --- /dev/null Wed Jun 30 00:14:17 1999 +++ print-ike.c Wed Jun 30 00:29:13 1999 @@ -0,0 +1,261 @@ +/* + * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 + * The Regents of the University of California. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that: (1) source code distributions + * retain the above copyright notice and this paragraph in its entirety, (2) + * distributions including binary code include the above copyright notice and + * this paragraph in its entirety in the documentation or other materials + * provided with the distribution, and (3) all advertising materials mentioning + * features or use of this software display the following acknowledgement: + * ``This product includes software developed by the University of California, + * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of + * the University nor the names of its contributors may be used to endorse + * or promote products derived from this software without specific prior + * written permission. + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * Format and print ike (isakmp) packets. + * By Tero Kivinen , Tero Mononen , + * Tatu Ylonen and Timo J. Rinne + * in co-operation with SSH Communications Security, Espoo, Finland + */ + +#ifndef lint +static const char rcsid[] = + "@(#) $Header: print-ike.c,v 0.0 00/00/00 00:00:00 xxx Exp $ (XXX)"; +#endif + +#include +#include +#include + +#if __STDC__ +struct mbuf; +struct rtentry; +#endif +#include + +#include +#include + +#include +#include +#include + +#include "interface.h" +#include "addrtoname.h" +#ifdef MODEMASK +#undef MODEMASK /* Solaris sucks */ +#endif + +struct isakmp_header { + u_char init_cookie[8]; + u_char resp_cookie[8]; + u_char nextpayload; + u_char version; + u_char exgtype; + u_char flags; + u_char msgid[4]; + u_int32_t length; + u_char payloads[0]; +}; + +static int isakmp_doi; + +#define FLAGS_ENCRYPTION 1 +#define FLAGS_COMMIT 2 + +#define PAYLOAD_NONE 0 +#define PAYLOAD_SA 1 +#define PAYLOAD_PROPOSAL 2 +#define PAYLOAD_TRANSFORM 3 +#define PAYLOAD_KE 4 +#define PAYLOAD_ID 5 +#define PAYLOAD_CERT 6 +#define PAYLOAD_CERTREQUEST 7 +#define PAYLOAD_HASH 8 +#define PAYLOAD_SIG 9 +#define PAYLOAD_NONCE 10 +#define PAYLOAD_NOTIFICATION 11 +#define PAYLOAD_DELETE 12 + +#define IPSEC_DOI 1 + +static void isakmp_pl_print(register u_char type, + register u_char *payload, + register int paylen); + +/* + * Print isakmp requests + */ +void isakmp_print(register const u_char *cp, register int length) +{ + struct isakmp_header *ih; + register const u_char *ep; + int mode, version, leapind; + u_char *payload; + u_char nextpayload, np1; + u_int paylen; + int encrypted; + + encrypted = 0; + +#ifdef TCHECK +#undef TCHECK +#endif +#define TCHECK(var, l) if ((u_char *)&(var) > ep - l) goto trunc + + ih = (struct isakmp_header *)cp; + /* Note funny sized packets */ + if (length < 20) { + (void)printf(" [len=%d]", length); + } + + /* 'ep' points to the end of avaible data. */ + ep = snapend; + + printf(" isakmp"); + + printf(" v%d.%d\n\t", ih->version >> 4, ih->version & 0xf); + + if (ih->flags & FLAGS_ENCRYPTION) { + printf(" encrypted"); + encrypted = 1; + } + + if (ih->flags & FLAGS_COMMIT) { + printf(" commit"); + } + + printf(" cookie: %02x%02x%02x%02x%02x%02x%02x%02x->%02x%02x%02x%02x%02x%02x%02x%02x\n\t", + ih->init_cookie[0], ih->init_cookie[1], + ih->init_cookie[2], ih->init_cookie[3], + ih->init_cookie[4], ih->init_cookie[5], + ih->init_cookie[6], ih->init_cookie[7], + ih->resp_cookie[0], ih->resp_cookie[1], + ih->resp_cookie[2], ih->resp_cookie[3], + ih->resp_cookie[4], ih->resp_cookie[5], + ih->resp_cookie[6], ih->resp_cookie[7]); + + TCHECK(ih->msgid, sizeof(ih->msgid)); + printf(" msgid:%02x%02x%02x%02x", + ih->msgid[0], ih->msgid[1], + ih->msgid[2], ih->msgid[3]); + + TCHECK(ih->length, sizeof(ih->length)); + printf(" length %d", ntohl(ih->length)); + + if (ih->version > 16) { + printf(" new version"); + return; + } + + /* now, process payloads */ + payload = ih->payloads; + nextpayload = ih->nextpayload; + + /* if encrypted, then open special file for encryption keys */ + if (encrypted) { + /* decrypt XXX */ + return; + } + + while (nextpayload != 0) { + np1 = payload[0]; + paylen = (payload[2] << 8) + payload[3]; + printf("\n\t\tload: %02x len: %04x", + nextpayload, paylen); + TCHECK(payload[0], paylen); + isakmp_pl_print(nextpayload, payload, paylen); + payload += paylen; + nextpayload = np1; + } + + return; + +trunc: + fputs(" [|isakmp]", stdout); +} + +void isakmp_sa_print(register u_char *buf, register int len) +{ + isakmp_doi = ntohl((*(u_int32_t *)(buf+4))); + printf(" SA doi: %d", + isakmp_doi, (isakmp_doi == IPSEC_DOI ? "(ipsec)" : "")); + printf(" situation\n"); +} + +void isakmp_proposal_print(register u_char *buf, register int len) +{ + u_char *spis; + int spisize, numspi, i; + + spisize = buf[6]; + numspi = buf[7]; + + + printf(" proposal number: %d protocol: %d spisize: %d #spi: %d", + buf[4], buf[5], spisize, numspi); + + spis = buf+8; + while (numspi) { + printf("\n\t "); + for (i=0; i, Tero Mononen , + * Tatu Ylonen and Timo J. Rinne + * in co-operation with SSH Communications Security, Espoo, Finland + */ + +#ifndef lint +static const char rcsid[] = + "@(#) $Header: print-ike.c,v 0.0 00/00/00 00:00:00 xxx Exp $ (XXX)"; +#endif + +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef HAVE_MALLOC_H +#include +#endif +#include +#include +#include +#include + +#include "addrtoname.h" +#include "interface.h" +#include "extract.h" /* must come after interface.h */ + +/* + * IPSec/ESP header + */ +struct esp_hdr { + u_int esp_spi; + u_int esp_seq; +}; + +void esp_print(register const u_char *bp, register u_int len, + register const u_char *bp2) +{ + const struct ip *ip; + const struct esp_hdr *esp; + + ip = (const struct ip *)bp2; + esp = (const struct esp_hdr *)bp; + + (void)printf("esp %s > %s spi 0x%08X seq %d", + ipaddr_string(&ip->ip_src), + ipaddr_string(&ip->ip_dst), + ntohl(esp->esp_spi), ntohl(esp->esp_seq)); + +} + +/* + * IPSec/AH header + */ +struct ah_hdr { + u_int ah_dummy; + u_int ah_spi; + u_int ah_seq; +}; + +ah_print(register const u_char *bp, register u_int len, + register const u_char *bp2) +{ + const struct ip *ip; + const struct ah_hdr *ah; + + ip = (const struct ip *)bp2; + ah = (const struct ah_hdr *)bp; + + (void)printf("ah %s > %s spi 0x%08X seq %d", + ipaddr_string(&ip->ip_src), + ipaddr_string(&ip->ip_dst), + ntohl(ah->ah_spi), ntohl(ah->ah_seq)); + +} + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 29 23: 0: 6 1999 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 C1B131537D for ; Tue, 29 Jun 1999 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA87682; Tue, 29 Jun 1999 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 86A5614E12 for ; Tue, 29 Jun 1999 22:58:35 -0700 (PDT) (envelope-from doug@dt054n86.san.rr.com) Received: (from root@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) id WAA25040; Tue, 29 Jun 1999 22:58:32 -0700 (PDT) (envelope-from doug) Message-Id: <199906300558.WAA25040@dt054n86.san.rr.com> Date: Tue, 29 Jun 1999 22:58:32 -0700 (PDT) From: Doug@gorean.org Reply-To: Doug@gorean.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12458 >Category: conf >Synopsis: [Patch] 2 files not included by /usr/src/etc/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 23:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Doug >Release: FreeBSD 4.0-CURRENT i386 >Organization: AAAG >Environment: -Current, probably -Stable too >Description: The files rc.sysctl and dhclient.conf in /usr/src/etc are not included in the Makefile, so they don't get installed. >How-To-Repeat: Use /usr/src/etc/Makefile to install files (ala mergemaster). >Fix: Apply the following patch, which also re-alphabetizes the file names (which will probably be very unpopular :). --- Makefile.Dist Thu Jun 24 17:19:36 1999 +++ Makefile Tue Jun 29 22:05:39 1999 @@ -3,13 +3,14 @@ SUBDIR= sendmail -BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \ - fbtab ftpusers gettytab group hosts hosts.allow host.conf hosts.equiv \ - hosts.lpd inetd.conf auth.conf login.conf login.access motd modems \ - networks newsyslog.conf pam.conf phones pccard.conf.sample \ - printcap profile protocols \ - rc rc.atm rc.devfs rc.firewall rc.isdn rc.network rc.pccard \ - rc.serial rc.shutdown rc.diskless1 rc.diskless2 \ +BIN1= aliases amd.map auth.conf crontab csh.cshrc csh.login csh.logout\ + dhclient.conf dm.conf fbtab ftpusers gettytab group \ + hosts hosts.allow host.conf hosts.equiv hosts.lpd \ + inetd.conf login.access login.conf \ + motd modems networks newsyslog.conf pam.conf pccard.conf.sample \ + phones printcap profile protocols \ + rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.isdn \ + rc.network rc.pccard rc.serial rc.shutdown rc.sysctl \ etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ remote security services shells syslog.conf \ etc.${MACHINE_ARCH}/ttys etc.${MACHINE_ARCH}/disktab rpc make.conf \ Enjoy, Doug >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 Jun 30 3:12:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from stevenson.cogsci.ed.ac.uk (stevenson144.cogsci.ed.ac.uk [129.215.144.1]) by hub.freebsd.org (Postfix) with ESMTP id 9CE0D154C3 for ; Wed, 30 Jun 1999 03:12:45 -0700 (PDT) (envelope-from richard@cogsci.ed.ac.uk) Received: (from richard@localhost) by stevenson.cogsci.ed.ac.uk (8.8.7/8.8.7) id LAA25054 for freebsd-bugs@FreeBSD.org; Wed, 30 Jun 1999 11:12:43 +0100 (BST) Date: Wed, 30 Jun 1999 11:12:43 +0100 (BST) Message-Id: <199906301012.LAA25054@stevenson.cogsci.ed.ac.uk> From: Richard Tobin Subject: Wrong path in 2.2.8 errata To: freebsd-bugs@FreeBSD.org Organization: just say no Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The 2.2.8 errata file refers to ftp://ftp.freebsd.org/pub/FreeBSD/docs/FAQ.tar.gz but it should be doc, not docs. -- Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 4:50: 9 1999 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 F2AFD15370 for ; Wed, 30 Jun 1999 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32256; Wed, 30 Jun 1999 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pancake.earlsfort.iol.ie (pancake.earlsfort.iol.ie [194.125.21.11]) by hub.freebsd.org (Postfix) with ESMTP id 75CA614CA8 for ; Wed, 30 Jun 1999 04:44:53 -0700 (PDT) (envelope-from nick@pancake.earlsfort.iol.ie) Received: (from nick@localhost) by pancake.earlsfort.iol.ie Sendmail (v8.9.1) id MAA20653; Wed, 30 Jun 1999 12:44:53 +0100 (IST) Message-Id: <199906301144.MAA20653@pancake.earlsfort.iol.ie> Date: Wed, 30 Jun 1999 12:44:53 +0100 (IST) From: nick@iol.ie Reply-To: nick@iol.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12461: Enhancement to logger(1) to allow remote logging Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12461 >Category: bin >Synopsis: it's handy to be able to send syslog messages to remote hosts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 30 04:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Nick Hilliard >Release: FreeBSD 2.2.6-RELEASE i386 >Organization: Ireland On-Line >Environment: >Description: For debugging purposes, it's convenient to be able to send arbitrary messages to remote syslog hosts, rather that just the local host. I've included a patch to add an additional command-line option to logger(1) to allow this to be done. >How-To-Repeat: >Fix: Patches included against 3.2-RELEASE: --- logger.c.old Wed Jun 30 12:04:32 1999 +++ logger.c Wed Jun 30 12:37:40 1999 @@ -42,9 +42,15 @@ static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: logger.c,v 1.2.2.3 1997/09/15 08:32:18 jkh Exp $"; + "$Id: logger.c,v 1.2 1998/01/29 17:28:54 nick Exp $"; #endif /* not lint */ +#include +#include +#include +#include +#include + #include #include #include @@ -57,8 +63,11 @@ int decode __P((char *, CODE *)); int pencode __P((char *)); +void logmessage __P((int, char *, char *)); static void usage __P((void)); +#define MAXBUF 1024 + /* * logger -- read and log utility * @@ -71,13 +80,13 @@ char *argv[]; { int ch, logflags, pri; - char *tag, buf[1024]; + char *tag, *host, buf[MAXBUF]; - tag = NULL; + host = tag = NULL; pri = LOG_NOTICE; logflags = 0; unsetenv("TZ"); - while ((ch = getopt(argc, argv, "f:ip:st:")) != -1) + while ((ch = getopt(argc, argv, "f:h:ip:st:")) != -1) switch((char)ch) { case 'f': /* file to log */ if (freopen(optarg, "r", stdin) == NULL) @@ -95,6 +104,9 @@ case 't': /* tag */ tag = optarg; break; + case 'h': + host = optarg; /* hostname to deliver to */ + break; case '?': default: usage(); @@ -114,11 +126,11 @@ for (p = buf, endp = buf + sizeof(buf) - 2; *argv;) { len = strlen(*argv); if (p + len > endp && p > buf) { - syslog(pri, "%s", buf); + logmessage(pri, host, buf); p = buf; } if (len > sizeof(buf) - 1) - syslog(pri, "%s", *argv++); + logmessage(pri, host, *argv++); else { if (p != buf) *p++ = ' '; @@ -127,14 +139,76 @@ } } if (p != buf) - syslog(pri, "%s", buf); + logmessage(pri, host, buf); } else while (fgets(buf, sizeof(buf), stdin) != NULL) - syslog(pri, "%s", buf); + logmessage(pri, host, buf); exit(0); } /* + * Send the message to syslog, either on the local host, or on a remote host + */ +void +logmessage(int pri, char *host, char *buf) +{ + static int sock = -1; + static struct sockaddr_in sin; + + struct msghdr msg; + struct iovec iov[1]; + ssize_t size; + struct in_addr in; + struct servent *sp; + struct hostent *hp = NULL; + char line[MAXBUF + sizeof("")]; /* int is always < 11 chars */ + + if (host == NULL) { + syslog(pri, "%s", buf); + return; + } + + if (sock == -1) { /* set up socket stuff */ + if ((sp = getservbyname("syslog", "udp")) == NULL) + warnx ("syslog/udp: unknown service"); /* not fatal */ + + /* resolve hostname */ + if (!(inet_aton (host, &in)) && !(hp = gethostbyname(host))) { + errx (1, "unknown host: %s", host); + } + if (hp != NULL) + memcpy ((void *)&in.s_addr, hp->h_addr, + sizeof(struct in_addr)); + + /* set up struct sockaddr_in */ + sin.sin_family = AF_INET; + sin.sin_port = (sp == NULL ? 514 : sp->s_port); + memcpy ((void *)&sin.sin_addr, (void *)&in.s_addr, + sizeof(struct in_addr)); + + sock = socket (PF_INET, SOCK_DGRAM, 0); + if (sock < 0) + errx(1, "socket"); + } + + msg.msg_name = (void *)&sin; + msg.msg_namelen = sizeof sin; + msg.msg_iov = iov; + msg.msg_iovlen = 0; + msg.msg_control = 0; + msg.msg_controllen = 0; + msg.msg_flags = 0; + + snprintf (line, sizeof (line) - 1, "<%d>%s", pri, buf); + + iov[msg.msg_iovlen].iov_base = line; + iov[msg.msg_iovlen++].iov_len = strlen(line); + + if (sendmsg (sock, &msg, 0) < strlen(line)) + warnx ("sendmsg"); +} + +/* * Decode a symbolic name to a numeric value */ int @@ -183,6 +257,6 @@ usage() { (void)fprintf(stderr, - "usage: logger [-is] [-f file] [-p pri] [-t tag] [message ...]\n"); + "usage: logger [-is] [-f file] [-p pri] [-t tag] [-h host] [message ...]\n"); exit(1); } --- logger.1.old Wed Jun 30 12:38:27 1999 +++ logger.1 Wed Jun 30 12:42:48 1999 @@ -43,6 +43,7 @@ .Op Fl f Ar file .Op Fl p Ar pri .Op Fl t Ar tag +.Op Fl h Ar host .Op Ar message ... .Sh DESCRIPTION .Nm Logger @@ -73,6 +74,10 @@ .It Fl t Ar tag Mark every line in the log with the specified .Ar tag . +.It Fl h Ar host +Send the message to the remote system +.Ar host +instead of logging it locally. .It Ar message Write the message to log; if not specified, and the .Fl f >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 7:50: 3 1999 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 B173314E0D for ; Wed, 30 Jun 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA24030; Wed, 30 Jun 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from tla.org (unknown [199.97.241.133]) by hub.freebsd.org (Postfix) with ESMTP id 5DA0914D0E for ; Wed, 30 Jun 1999 07:40:47 -0700 (PDT) (envelope-from ji@tla.org) Received: (from ji@localhost) by tla.org (8.9.3/8.8.5) id KAA53900; Wed, 30 Jun 1999 10:41:32 -0400 (EDT) Message-Id: <199906301441.KAA53900@tla.org> Date: Wed, 30 Jun 1999 10:41:32 -0400 (EDT) From: John Ioannidis Reply-To: ji@tla.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12462: tcpdump sources are in /usr/src/contrib but there exists a /usr/src/usr.sbin/tcpdump Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12462 >Category: bin >Synopsis: tcpdump sources are in /usr/src/contrib but there exists a /usr/src/usr.sbin/tcpdump >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 30 07:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John "Heldenprogrammer" Ioannidis >Release: FreeBSD 3.2-STABLE i386 >Organization: AT&T Labs - Research >Environment: >Description: /usr/src/usr.sbin/tcpdump/tcpdump/ is empty, and there is a makefile there which does nothing. What is the purpose of this? >How-To-Repeat: ls -l /usr/src/usr.sbin/tcpdump/tcpdump/ >Fix: Either remove /usr/src/usr.sbin/tcpdump or include a README pointing to the right place (unless there is something I'm missing). >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 Jun 30 7:55:25 1999 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 6831B14E47; Wed, 30 Jun 1999 07:55:24 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA24844; Wed, 30 Jun 1999 07:55:24 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Wed, 30 Jun 1999 07:55:24 -0700 (PDT) From: Message-Id: <199906301455.HAA24844@freefall.freebsd.org> To: ji@tla.org, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12462: tcpdump sources are in /usr/src/contrib but there exists a /usr/src/usr.sbin/tcpdump Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcpdump sources are in /usr/src/contrib but there exists a /usr/src/usr.sbin/tcpdump State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Wed Jun 30 07:53:45 PDT 1999 State-Changed-Why: Pilot error. please look at src/usr.sbin/tcpdump/tcpdump/Makefile, which has a lot of information. you will see that the files in src/contrib/tcpdump are referenced. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 8:30: 6 1999 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 3CF95154F5 for ; Wed, 30 Jun 1999 08:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA28817; Wed, 30 Jun 1999 08:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lion.butya.kz (butya-gw.butya.kz [194.87.112.252]) by hub.freebsd.org (Postfix) with ESMTP id 7DDD915298 for ; Wed, 30 Jun 1999 08:25:32 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp by lion.butya.kz with local (Exim 2.12 #1) id 10zMEp-000C98-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 30 Jun 1999 22:25:27 +0700 Message-Id: Date: Wed, 30 Jun 1999 22:25:27 +0700 From: bp@butya.kz Reply-To: bp@butya.kz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12464: bad reference in struct vm_zone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12464 >Category: kern >Synopsis: bad reference in struct vm_zone >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 30 08:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Boris Popov >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: 3.x and 4.x >Description: Name of vm-zone passed to zinit(). In 'nfs.ko' module zone name located in static KLD's memory. This causes problems after KLD is unloaded because 'zname' now points to an invalid memory region. >How-To-Repeat: kldload nfs.ko sysctl vm.zone /* that works now */ kldunload nfs.ko sysctl vm.zone /* and now we got a panic */ >Fix: Not sure, but probably pointer to zname should be allocated dynamically or, better have something like zuninit() function. >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 Jun 30 10: 0:15 1999 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 890A41556F for ; Wed, 30 Jun 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA39335; Wed, 30 Jun 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gera.nix.nns.ru (ns.nns.ru [194.135.102.10]) by hub.freebsd.org (Postfix) with ESMTP id 24EC11558C for ; Wed, 30 Jun 1999 09:53:36 -0700 (PDT) (envelope-from dflit@nns.ru) Received: from lana.nix.nns.ru (lana.nix.nns.ru [192.168.2.77]) by gera.nix.nns.ru (8.9.1a/8.7.3) with ESMTP id UAA01277 for ; Wed, 30 Jun 1999 20:53:35 +0400 (MSD) Received: (from dflit@localhost) by lana.nix.nns.ru (8.9.3/8.9.3) id UAA02272; Wed, 30 Jun 1999 20:54:30 +0400 (MSD) (envelope-from dflit) Message-Id: <199906301654.UAA02272@lana.nix.nns.ru> Date: Wed, 30 Jun 1999 20:54:30 +0400 (MSD) From: dflit@nns.ru Reply-To: dflit@nns.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12466: Fast system hangs under high FS load Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12466 >Category: kern >Synopsis: Fast system hangs under high FS load >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 30 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Flitmann >Release: FreeBSD 3.2-STABLE i386 >Organization: National Electronic Library, Moscow, Russia >Environment: Intel Sc450NX, 2xXeon 500Mhz/512K cache, 1G RAM, SymBios/NCR 53c896 u2w SCSI (also tried Adaptec 2940U2W), 3xSEAGATE ST318203LC (Cheetah) disks. OS: FreeBSD 3.2-RELEASE, 3.2-STABLE, 4.0-CURRENT (3.2 - with "Current" NCR driver) either in SMP mode or not. >Description: System hangs while copying a large tree of small files between two disks (~150Mb, 200'000 files). No diagnostic is given. No new processes can be created, already running ones - continue running until any disk operation attempt. We tried different SCSI controllers (symbios 53c896 & adaptec 2940U2W), different kernels (RELEASE/Current/Stable, with or without SMP). ktrace shows last operation - "namei" while opening file for reading. When we launch some serious background job, everything seems to work fine (slower, of course). We think it is a filesystem problem with locking/delays/etc, which appears only on a fast systems. >How-To-Repeat: Try copying a large tree of small files from one disk to another on an idle system (cp -RPp /ar/archive /ar1/ ) >Fix: workaround - to slow down system by running a large background job. >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 Jun 30 10:51:21 1999 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 C99361563C; Wed, 30 Jun 1999 10:50:59 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA43399; Wed, 30 Jun 1999 10:50:59 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 30 Jun 1999 10:50:59 -0700 (PDT) From: Message-Id: <199906301750.KAA43399@freefall.freebsd.org> To: cpiazza@FreeBSD.org, frebsd-bugs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12467: ac(8) does not accept input from stdin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ac(8) does not accept input from stdin Responsible-Changed-From-To: frebsd-bugs->freebsd-bugs Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Jun 30 10:50:43 PDT 1999 Responsible-Changed-Why: Typo.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 13:20:14 1999 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 CBAEA14C07 for ; Wed, 30 Jun 1999 13:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA58106; Wed, 30 Jun 1999 13:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 13:20:07 -0700 (PDT) Message-Id: <199906302020.NAA58106@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Daniel Lang Subject: Re: kern/12395: Buslogic SCSI cards (BT948) time out under light loads on several different servers Reply-To: Daniel Lang Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12395; it has been noted by GNATS. From: Daniel Lang To: freebsd-gnats-submit@freebsd.org, jim@web-ex.com Cc: Subject: Re: kern/12395: Buslogic SCSI cards (BT948) time out under light loads on several different servers Date: Wed, 30 Jun 1999 22:09:23 +0200 Hi, I've experienced similar problems with a BT 946C (1995). As the 'hanging' SCSI ID displayed always referred to the second harddisk, I thought, I have a problem with that one. So I sucked the data as long as it worked, and bought a new one (updated the System in between, so that it runs currently a 3.2-STABLE). But the problems still occur, just less often. No worries for the additional harddisk, i would have needed it anyway, but then I thougth about buying a new hostadapter. Well if it could be problem with the driver, and it seems that way, I would save that. :-) Cheers, Daniel -- IRCnet: Mr-Spock - May His Shadow fall upon thee - RL: Daniel Lang * dl@leo.org * +49 89 8540017 * http://www.leo.org/~dl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 14:30: 7 1999 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 0708915726 for ; Wed, 30 Jun 1999 14:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA63476; Wed, 30 Jun 1999 14:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 14:30:02 -0700 (PDT) Message-Id: <199906302130.OAA63476@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Sheldon Hearn To: Alex Charalabidis Cc: Dag-Erling Smorgrav , freebsd-gnats-submit@freebsd.org Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Date: Wed, 30 Jun 1999 23:22:40 +0200 Below is a patch that teaches inetd to match correctly an internal service name against any one of the service's canonical name and aliases. It works for me, although it's worth noting that it does _not_ magically allow you to start using any old service name in /etc/hosts.allow . The name for a service in /etc/hosts.allow must still match the name used to configure it in /etc/inetd.conf . It's for application against CURRENT source. DES? Wotcha think? Ciao, Sheldon. PS: The expensive matchservent() isn't called in any long-running loops and shold be short-circuited by the || oeprator most of the time. Index: inetd.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/inetd/inetd.c,v retrieving revision 1.54 diff -u -d -r1.54 inetd.c --- inetd.c 1999/06/28 11:27:14 1.54 +++ inetd.c 1999/06/30 21:14:01 @@ -253,6 +253,7 @@ void ident_stream __P((int, struct servtab *)); void machtime_dg __P((int, struct servtab *)); void machtime_stream __P((int, struct servtab *)); +int matchservent __P((char *, char *, char *)); char *newstr __P((char *)); char *nextline __P((FILE *)); void print_service __P((char *, struct servtab *)); @@ -1395,8 +1396,10 @@ struct biltin *bi; for (bi = biltins; bi->bi_service; bi++) - if (bi->bi_socktype == sep->se_socktype && - strcmp(bi->bi_service, sep->se_service) == 0) + if ((bi->bi_socktype == sep->se_socktype && + strcmp(bi->bi_service, sep->se_service) == 0) || + matchservent(bi->bi_service, sep->se_service, + sep->se_proto)) break; if (bi->bi_service == 0) { syslog(LOG_ERR, "internal service %s unknown", @@ -1544,6 +1547,22 @@ return (cp); syslog(LOG_ERR, "strdup: %m"); exit(EX_OSERR); +} + +int matchservent(name1, name2, proto) + char *name1, *name2, *proto; +{ + char **alias; + struct servent *se; + + if ((se = getservbyname(name1, proto)) != NULL) { + if (strcmp(name2, se->s_name) == 0) + return(1); + for (alias = se->s_aliases; *alias; alias++) + if (strcmp(name2, *alias) == 0) + return(1); + } + return(0); } #ifdef OLD_SETPROCTITLE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 14:35:55 1999 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 7C39E14D8C; Wed, 30 Jun 1999 14:35:54 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA64068; Wed, 30 Jun 1999 14:35:53 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 30 Jun 1999 14:35:53 -0700 (PDT) From: Message-Id: <199906302135.OAA64068@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, wollman@FreeBSD.org Subject: Re: bin/12467: ac(8) does not accept input from stdin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ac(8) does not accept input from stdin Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Jun 30 14:35:27 PDT 1999 Responsible-Changed-Why: Submitter is a committer. (?) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 14:50:11 1999 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 7B74114DCC for ; Wed, 30 Jun 1999 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 OAA65164; Wed, 30 Jun 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from florence.pavilion.net (florence.pavilion.net [194.242.128.25]) by hub.freebsd.org (Postfix) with ESMTP id 4A60F1573C for ; Wed, 30 Jun 1999 14:47:02 -0700 (PDT) (envelope-from joe@tao.org.uk) Received: from flux.tao.org.uk (flux.tao.org.uk [194.242.131.254]) by florence.pavilion.net (8.9.2/8.8.8) with ESMTP id WAA19915 for ; Wed, 30 Jun 1999 22:47:00 +0100 (BST) (envelope-from joe@tao.org.uk) Received: by flux.tao.org.uk (Postfix, from userid 1000) id C502EBA20; Wed, 30 Jun 1999 21:46:26 +0000 (GMT) Message-Id: <19990630214626.C502EBA20@flux.tao.org.uk> Date: Wed, 30 Jun 1999 21:46:26 +0000 (GMT) From: joe@tao.org.uk Reply-To: joe@pavilion.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/12468: reboot causes dumps core after a 2.2.X to 3.2 upgrade Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12468 >Category: misc >Synopsis: reboot causes dumps core after a 2.2.X to 3.2 upgrade >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 30 14:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Josef Karthauser >Release: FreeBSD 3.1-STABLE i386 >Organization: Tao Research >Environment: >Description: During the transition from a 2.2.X running operating system to 3.2 using 'cvsup' and 'make world', eventually one has to reboot the box onto the new kernel. The traditional way of doing this is to use a 'reboot' command. Unfortunately it seems that the reboot functionality doesn't survive during a upgrade and instead the operator is rewarded with a 'dumped core' instead. This isn't usually a problem if the server is in the physical locality of the operator, but is a 'right royal pain in the arse' if the server is located on a remote desert island ;) >How-To-Repeat: Start with a 2.2.X machine. Cvsup the source tree to 3.2-RELEASE, or 3.2-STABLE. Make upgrade (or aout-to-elf-build, install, move, etc) Use mergemaster to rebuild the /etc/ config, etc. Rebuild the kernel and install. Disklabel -B primarydrive - to install new boot blocks for elf kernel. Reboot --- bus error! Network is down. Machine sits happily in single user mode. >Fix: Try and find someone who's near your remote server and ask them to press the reset button. Server then boots normally and arrive in 3.2 mode perfectly happily. >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 Jun 30 14:57:56 1999 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 6602A157CF; Wed, 30 Jun 1999 14:57:20 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA65668; Wed, 30 Jun 1999 14:57:20 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 30 Jun 1999 14:57:20 -0700 (PDT) From: Message-Id: <199906302157.OAA65668@freefall.freebsd.org> To: Doug@gorean.org, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] 2 files not included by /usr/src/etc/Makefile State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Wed Jun 30 14:55:01 PDT 1999 State-Changed-Why: I worry that you haven't tested your changes, since you've clearly overlooked the fact that we don't install a sysctl.conf, making your rc.sysctl a no-op. What are you hoping to achieve by adding these two files to the target? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 15:58:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 9358B14C56; Wed, 30 Jun 1999 15:58:07 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id PAA04559; Wed, 30 Jun 1999 15:58:06 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Wed, 30 Jun 1999 15:58:06 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: sheldonh@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile In-Reply-To: <199906302157.OAA65668@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 30 Jun 1999 sheldonh@FreeBSD.org wrote: > Synopsis: [Patch] 2 files not included by /usr/src/etc/Makefile > > State-Changed-From-To: open->feedback > State-Changed-By: sheldonh > State-Changed-When: Wed Jun 30 14:55:01 PDT 1999 > State-Changed-Why: > I worry that you haven't tested your changes, I have definitely tested my changes, and they definitely do what I intended them to do. > since you've clearly > overlooked the fact that we don't install a sysctl.conf, making your > rc.sysctl a no-op. There are several files in /etc/ already that are no-op's unless you activate the features that use them. In fact I dare say that half the files in there are things I have never used, until recently when I started using NFS. Now it's down to 1/3 of the files in /etc/ that I've never used. > What are you hoping to achieve by adding these > two files to the target? I think that the question you should ask is, "Why are these files in /usr/src/etc/ if we're not going to install them?" At the same time, what I hope to achieve is a complete update of the system configuration files with mergemaster. I am more concerned about dhclient.conf personally, but when I noticed that it wasn't getting installed I checked the rest of the files in the directory and noticed the rc.sysctl file. Personally I learned a lot about freebsd and what's available by reading through the stuff in /etc as a new user, so as long as we are going to provide that functionality in rc then we ought to slap the rc.sysctl file in there to let people know about it. Now that I've allayed your fears regarding my thought process, if you're not comfortable with committing the patch, assign the PR to either imp or obrien since they are the ones responsible for those two files. Thanks, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 16: 0: 5 1999 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 0F7BE14C56 for ; Wed, 30 Jun 1999 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA92412; Wed, 30 Jun 1999 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 16:00:02 -0700 (PDT) Message-Id: <199906302300.QAA92412@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Subject: Re: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Reply-To: Doug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/12458; it has been noted by GNATS. From: Doug To: sheldonh@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Date: Wed, 30 Jun 1999 15:58:06 -0700 (PDT) On Wed, 30 Jun 1999 sheldonh@FreeBSD.org wrote: > Synopsis: [Patch] 2 files not included by /usr/src/etc/Makefile > > State-Changed-From-To: open->feedback > State-Changed-By: sheldonh > State-Changed-When: Wed Jun 30 14:55:01 PDT 1999 > State-Changed-Why: > I worry that you haven't tested your changes, I have definitely tested my changes, and they definitely do what I intended them to do. > since you've clearly > overlooked the fact that we don't install a sysctl.conf, making your > rc.sysctl a no-op. There are several files in /etc/ already that are no-op's unless you activate the features that use them. In fact I dare say that half the files in there are things I have never used, until recently when I started using NFS. Now it's down to 1/3 of the files in /etc/ that I've never used. > What are you hoping to achieve by adding these > two files to the target? I think that the question you should ask is, "Why are these files in /usr/src/etc/ if we're not going to install them?" At the same time, what I hope to achieve is a complete update of the system configuration files with mergemaster. I am more concerned about dhclient.conf personally, but when I noticed that it wasn't getting installed I checked the rest of the files in the directory and noticed the rc.sysctl file. Personally I learned a lot about freebsd and what's available by reading through the stuff in /etc as a new user, so as long as we are going to provide that functionality in rc then we ought to slap the rc.sysctl file in there to let people know about it. Now that I've allayed your fears regarding my thought process, if you're not comfortable with committing the patch, assign the PR to either imp or obrien since they are the ones responsible for those two files. Thanks, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 16:10: 3 1999 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 5380B14D8C for ; Wed, 30 Jun 1999 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93205; Wed, 30 Jun 1999 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 16:10:02 -0700 (PDT) Message-Id: <199906302310.QAA93205@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/12458; it has been noted by GNATS. From: Sheldon Hearn To: Doug Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Date: Thu, 01 Jul 1999 01:02:43 +0200 On Wed, 30 Jun 1999 15:58:06 MST, Doug wrote: > I think that the question you should ask is, "Why are these files > in /usr/src/etc/ if we're not going to install them?" Work in progress? :-) > I am more concerned about dhclient.conf personally, but when I noticed > that it wasn't getting installed I checked the rest of the files in > the directory and noticed the rc.sysctl file. And having dhclient.conf in /etc/ doesn't "magically" turn something on? This is my point, really. > Now that I've allayed your fears regarding my thought process, if > you're not comfortable with committing the patch, assign the PR to either > imp or obrien since they are the ones responsible for those two files. "Almost allayed". And I certainly won't be sorting BIN1. ;-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 16:40: 6 1999 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 B10DA154E5 for ; Wed, 30 Jun 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95361; Wed, 30 Jun 1999 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 16:40:02 -0700 (PDT) Message-Id: <199906302340.QAA95361@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Subject: Re: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Reply-To: Doug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/12458; it has been noted by GNATS. From: Doug To: Sheldon Hearn Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Date: Wed, 30 Jun 1999 16:37:30 -0700 (PDT) On Thu, 1 Jul 1999, Sheldon Hearn wrote: > On Wed, 30 Jun 1999 15:58:06 MST, Doug wrote: > > > I think that the question you should ask is, "Why are these files > > in /usr/src/etc/ if we're not going to install them?" > > Work in progress? :-) As Nik stated so succintly, "bollocks." > > I am more concerned about dhclient.conf personally, but when I noticed > > that it wasn't getting installed I checked the rest of the files in > > the directory and noticed the rc.sysctl file. > > And having dhclient.conf in /etc/ doesn't "magically" turn something on? > This is my point, really. No, it doesn't turn anything on. If you looked at the file you would see that it's nothing but comments. OTOH, users who try to start dhclient without a conf file somtimes run into trouble. And do me a favor in the future please. You and I seem to have some kind of communications problem, so please try to state your "real" point more clearly in the future so that we can both save some time. > > Now that I've allayed your fears regarding my thought process, if > > you're not comfortable with committing the patch, assign the PR to either > > imp or obrien since they are the ones responsible for those two files. > > "Almost allayed". Like I said, if you don't understand/aren't comfortable with the issues involved, assign the PR to someone who is. > And I certainly won't be sorting BIN1. ;-) You don't have to, I already did. :) But seriously folks, I can't think of a reason not to re-alphabetize it, since the entries that are there are currently almost right anyway. However as I indicated in my PR adding the two files is the important point here. Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 16:41:51 1999 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 A95A5154BC; Wed, 30 Jun 1999 16:41:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95467; Wed, 30 Jun 1999 16:41:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 30 Jun 1999 16:41:49 -0700 (PDT) From: Message-Id: <199906302341.QAA95467@freefall.freebsd.org> To: Doug@gorean.org, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] 2 files not included by /usr/src/etc/Makefile State-Changed-From-To: feedback->open State-Changed-By: sheldonh State-Changed-When: Wed Jun 30 16:40:21 PDT 1999 State-Changed-Why: I shouldn't have gotten involved. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 17: 0: 3 1999 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 1738714E75 for ; Wed, 30 Jun 1999 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA96729; Wed, 30 Jun 1999 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 17:00:02 -0700 (PDT) Message-Id: <199907010000.RAA96729@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/12458; it has been noted by GNATS. From: Sheldon Hearn To: imp@village.org, obrien@nuxi.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/12458: [Patch] 2 files not included by /usr/src/etc/Makefile Date: Thu, 01 Jul 1999 01:51:58 +0200 Hi gents, Please note that there's a PR open (12458) for two files that are not included in the BIN1 list for installation from src/etc/ . The files are rc.sysctl - Warner, you said you weren't adding it to the Makefile until you got more feedback. dhclient.conf - David, not sure whether you had a reason for leaving this out of the install. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 20:46:57 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from public1.ptt.js.cn (unknown [202.102.13.144]) by hub.freebsd.org (Postfix) with ESMTP id 2A7FC14CBE; Wed, 30 Jun 1999 20:45:21 -0700 (PDT) (envelope-from witman@iname.com) Received: from heart (tnt3-66-215.nj.js.cn [202.102.66.215]) by public1.ptt.js.cn (8.9.1/8.9.1) with SMTP id KAA19052; Thu, 1 Jul 1999 10:41:53 +0800 (CST) Message-ID: <000101bec374$30e06eb0$010000c8@heart.witman.com> From: "Witman Peng" To: Cc: Subject: IP reassemble fails if it contains more that 20 bytes options? Date: Thu, 1 Jul 1999 11:42:50 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, All I am developing an application based on 4.4BSD-Lite source code. When I port the code in file netinet/ip_input.c, I found a problem. But I have no chance to install FreeBSD and test it, so I am not sure whether it'a bug or not. The following are the code to reassemble the IP fragments from ip_input.c: From routine ipintr: if (ip->ip_off &~ IP_DF) { if (m->m_flags & M_EXT) { /* XXX */ if ((m = m_pullup(m, sizeof (struct ip))) == 0) { ipstat.ips_toosmall++; goto next; } ip = mtod(m, struct ip *); } From routine ip_reass: int hlen = ip->ip_hl << 2; int i, next; m->m_data += hlen; m->m_len -= hlen; Suppose a fragment with more that 208 bytes and 40 bytes IP option, it will be stored in the cluster but not mbuf. In routine ipintr, function pullup just pullup sizeof(struct ip) (maybe 40 bytes for tcp header) bytes into a new mbuf. However, the IP header is 60 (20 + 40) bytes, so the complete IP header cannot be stored in this mbuf. Then in routine ip_reass, after run the above code, m->m_data will pointer to an incorrect address. Dose it seems right? Any inputs would be apprecaited. BR, Witman Peng To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 30 22:50:21 1999 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 E181215605 for ; Wed, 30 Jun 1999 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 WAA24438; Wed, 30 Jun 1999 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 3E21F14D46 for ; Wed, 30 Jun 1999 22:45:41 -0700 (PDT) (envelope-from fjoe@iclub.nsu.ru) Received: (from fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) id MAA26360; Thu, 1 Jul 1999 12:45:10 +0700 (NSS) (envelope-from fjoe) Message-Id: <199907010545.MAA26360@iclub.nsu.ru> Date: Thu, 1 Jul 1999 12:45:10 +0700 (NSS) From: fjoe@iclub.nsu.ru Reply-To: fjoe@iclub.nsu.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12471: rtld-elf error handling in dlopen is broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12471 >Category: bin >Synopsis: rtld-elf error handling in dlopen is broken >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 Jun 30 22:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Max Khon >Release: FreeBSD 3.2-STABLE i386 >Organization: Internet Club, Novosibirsk State University >Environment: FreeBSD/i386 3.2-STABLE, Jun 19 12:41:40 NSS 1999 -current might be affected too. >Description: dlopen returns "valid" dlh when trying to open faulty object second time. >How-To-Repeat: in the following code `dlopen' returns NULL on the first iteration (because g() is not defined) -- it's ok but on the second iteration `dlopen' returns "valid" dlh --- cut here (Makefile) --- CFLAGS = -g all: dl.so main4 dl.so: dl.c gcc -o dl.so $(CFLAGS) -shared -fpic -fPIC dl.c main4: main4.o gcc -o main4 -export-dynamic main4.o clean: rm -f dl.so main4.o --- cut here --- --- cut here (dl.c) --- #include void f() { printf("Hello, world!\n"); g(); } --- cut here --- --- cut here (main4.c) --- #include #include #include main() { void *dlh = NULL; void (*f)(void); for (;;) { getchar(); if (dlh != NULL) { dlclose(dlh); dlh = NULL; } dlh = dlopen("./dl.so", RTLD_NOW); if (dlh == NULL) { fprintf(stderr, "dlopen: %s\n", dlerror()); continue; } f = dlsym(dlh, "f"); if (f == NULL) { fprintf(stderr, "dlsym: %s\n", dlerror()); dlh = NULL; continue; } f(); } dlclose(dlh); return 0; } --- cut here --- >Fix: This is a patch for libexec/rtld-elf/rtld.c (-stable). *** rtld.c.orig Thu Jul 1 12:00:50 1999 --- rtld.c Thu Jul 1 12:23:17 1999 *************** static void linkmap_delete(Obj_Entry *); *** 84,89 **** --- 84,90 ---- static int load_needed_objects(Obj_Entry *); static int load_preload_objects(void); static Obj_Entry *load_object(char *); + static void unload_object(Obj_Entry *obj, bool fini_self); static Obj_Entry *obj_from_addr(const void *); static int relocate_objects(Obj_Entry *, bool); static void rtld_exit(void); *************** load_object(char *path) *** 967,972 **** --- 968,1010 ---- return obj; } + static void unload_object(Obj_Entry *root, bool fini_self) + { + root->dl_refcount--; + unref_object_dag(root); + if (root->refcount == 0) { /* We are finished with some objects. */ + Obj_Entry *obj; + Obj_Entry **linkp; + + /* Finalize objects that are about to be unmapped. */ + for (obj = obj_list->next; obj != NULL; obj = obj->next) { + if (!fini_self && obj == root) + break; + if (obj->refcount == 0 && obj->fini != NULL) + (*obj->fini)(); + } + + /* Unmap all objects that are no longer referenced. */ + linkp = &obj_list->next; + while ((obj = *linkp) != NULL) { + if (obj->refcount == 0) { + munmap(obj->mapbase, obj->mapsize); + free(obj->path); + while (obj->needed != NULL) { + Needed_Entry *needed = obj->needed; + obj->needed = needed->next; + free(needed); + } + linkmap_delete(obj); + *linkp = obj->next; + free(obj); + } else + linkp = &obj->next; + } + obj_tail = linkp; + } + } + static Obj_Entry * obj_from_addr(const void *addr) { *************** dlclose(void *handle) *** 1106,1143 **** return -1; GDB_STATE(RT_DELETE); ! ! root->dl_refcount--; ! unref_object_dag(root); ! if (root->refcount == 0) { /* We are finished with some objects. */ ! Obj_Entry *obj; ! Obj_Entry **linkp; ! ! /* Finalize objects that are about to be unmapped. */ ! for (obj = obj_list->next; obj != NULL; obj = obj->next) ! if (obj->refcount == 0 && obj->fini != NULL) ! (*obj->fini)(); ! ! /* Unmap all objects that are no longer referenced. */ ! linkp = &obj_list->next; ! while ((obj = *linkp) != NULL) { ! if (obj->refcount == 0) { ! munmap(obj->mapbase, obj->mapsize); ! free(obj->path); ! while (obj->needed != NULL) { ! Needed_Entry *needed = obj->needed; ! obj->needed = needed->next; ! free(needed); ! } ! linkmap_delete(obj); ! *linkp = obj->next; ! free(obj); ! } else ! linkp = &obj->next; ! } ! obj_tail = linkp; ! } ! GDB_STATE(RT_CONSISTENT); return 0; --- 1144,1150 ---- return -1; GDB_STATE(RT_DELETE); ! unload_object(root, true); GDB_STATE(RT_CONSISTENT); return 0; *************** dlopen(const char *name, int mode) *** 1174,1183 **** /* XXX - Clean up properly after an error. */ if (load_needed_objects(obj) == -1) { ! obj->dl_refcount--; obj = NULL; } else if (relocate_objects(obj, mode == RTLD_NOW) == -1) { ! obj->dl_refcount--; obj = NULL; } else call_init_functions(obj); --- 1181,1192 ---- /* XXX - Clean up properly after an error. */ if (load_needed_objects(obj) == -1) { ! GDB_STATE(RT_DELETE); ! unload_object(obj, false); obj = NULL; } else if (relocate_objects(obj, mode == RTLD_NOW) == -1) { ! GDB_STATE(RT_DELETE); ! unload_object(obj, false); obj = NULL; } else call_init_functions(obj); >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 Jun 30 23:46:42 1999 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 732BB14C11; Wed, 30 Jun 1999 23:46:41 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA29456; Wed, 30 Jun 1999 23:46:40 -0700 (PDT) (envelope-from ken@FreeBSD.org) Date: Wed, 30 Jun 1999 23:46:40 -0700 (PDT) From: Message-Id: <199907010646.XAA29456@freefall.freebsd.org> To: ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, gibbs@FreeBSD.org Subject: Re: kern/12395: Buslogic SCSI cards (BT948) time out under light loads on several different servers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Buslogic SCSI cards (BT948) time out under light loads on several different servers Responsible-Changed-From-To: freebsd-bugs->gibbs Responsible-Changed-By: ken Responsible-Changed-When: Wed Jun 30 23:46:23 PDT 1999 Responsible-Changed-Why: Justin's driver. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 0:40: 3 1999 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 6669D15620 for ; Thu, 1 Jul 1999 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA35518; Thu, 1 Jul 1999 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jul 1999 00:40:01 -0700 (PDT) Message-Id: <199907010740.AAA35518@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: misc/12468: reboot causes dumps core after a 2.2.X to 3.2 upgrade Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/12468; it has been noted by GNATS. From: Ruslan Ermilov To: joe@pavilion.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/12468: reboot causes dumps core after a 2.2.X to 3.2 upgrade Date: Thu, 1 Jul 1999 10:27:25 +0300 On Wed, Jun 30, 1999 at 09:46:26PM +0000, joe@tao.org.uk wrote: > > >Description: > > During the transition from a 2.2.X running operating > system to 3.2 using 'cvsup' and 'make world', eventually > one has to reboot the box onto the new kernel. The > traditional way of doing this is to use a 'reboot' command. > Unfortunately it seems that the reboot functionality doesn't > survive during a upgrade and instead the operator is rewarded > with a 'dumped core' instead. This isn't usually a problem > if the server is in the physical locality of the operator, but > is a 'right royal pain in the arse' if the server is located > on a remote desert island ;) > > >How-To-Repeat: > > Start with a 2.2.X machine. > Cvsup the source tree to 3.2-RELEASE, or 3.2-STABLE. > Make upgrade (or aout-to-elf-build, install, move, etc) > Use mergemaster to rebuild the /etc/ config, etc. > Rebuild the kernel and install. > Disklabel -B primarydrive - to install new boot blocks for elf kernel. > Reboot --- bus error! Network is down. Machine sits happily > in single user mode. As the first step of the install phase, ``upgrade'' saves the copies of /bin/sh and /sbin/reboot into /usr/obj, and displays the following message: +-------------------------------------------------------------+ | Saving a copy of programs required to shut the system down. | +-------------------------------------------------------------+ After it has finished populating your system with the new ELF stuff, ``upgrade'' will automatically install new boot blocks onto your root hard drive (you were asked for), build and install new ELF kernel, set the default obj format to ``ELF'' and ask you to reboot the system: +-------------------------------------------------------+ | Your system has now been fully updated to elf! | | | | It's now time to reboot from your new ELF kernel. | | You can type Ctrl-C to abort this (at your own risk) | ^^^^^^^^^^^^^^^^ | or press return to reboot the system. | +-------------------------------------------------------+ I assume that you pressed Ctrl-C at this point, so this is what "your own risk" mean -- you didn't knew how to reboot your system correctly. The correct way is to execute /usr/obj/reboot. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 1:10: 3 1999 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 B436914CB4 for ; Thu, 1 Jul 1999 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA38327; Thu, 1 Jul 1999 01:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jul 1999 01:10:02 -0700 (PDT) Message-Id: <199907010810.BAA38327@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Josef Karthauser Subject: Re: misc/12468: reboot causes dumps core after a 2.2.X to 3.2 upgrade Reply-To: Josef Karthauser Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/12468; it has been noted by GNATS. From: Josef Karthauser To: Ruslan Ermilov Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/12468: reboot causes dumps core after a 2.2.X to 3.2 upgrade Date: Thu, 1 Jul 1999 09:01:48 +0100 Excellent... I'm glad that that's be sorted. Trust me not to notice the obvious. I've been doing the aout-to-elf-install method by hand since since last Oct; it's a case of functional fixedness on my part - sorry. Thanks Ruslan, Joe On Thu, Jul 01, 1999 at 10:27:25AM +0300, Ruslan Ermilov wrote: > On Wed, Jun 30, 1999 at 09:46:26PM +0000, joe@tao.org.uk wrote: > > > > >Description: > > > > During the transition from a 2.2.X running operating > > system to 3.2 using 'cvsup' and 'make world', eventually > > one has to reboot the box onto the new kernel. The > > traditional way of doing this is to use a 'reboot' command. > > Unfortunately it seems that the reboot functionality doesn't > > survive during a upgrade and instead the operator is rewarded > > with a 'dumped core' instead. This isn't usually a problem > > if the server is in the physical locality of the operator, but > > is a 'right royal pain in the arse' if the server is located > > on a remote desert island ;) > > > > >How-To-Repeat: > > > > Start with a 2.2.X machine. > > Cvsup the source tree to 3.2-RELEASE, or 3.2-STABLE. > > Make upgrade (or aout-to-elf-build, install, move, etc) > > Use mergemaster to rebuild the /etc/ config, etc. > > Rebuild the kernel and install. > > Disklabel -B primarydrive - to install new boot blocks for elf kernel. > > Reboot --- bus error! Network is down. Machine sits happily > > in single user mode. > > As the first step of the install phase, ``upgrade'' saves the copies > of /bin/sh and /sbin/reboot into /usr/obj, and displays the following > message: > +-------------------------------------------------------------+ > | Saving a copy of programs required to shut the system down. | > +-------------------------------------------------------------+ > > After it has finished populating your system with the new ELF stuff, > ``upgrade'' will automatically install new boot blocks onto your root > hard drive (you were asked for), build and install new ELF kernel, > set the default obj format to ``ELF'' and ask you to reboot the system: > > +-------------------------------------------------------+ > | Your system has now been fully updated to elf! | > | | > | It's now time to reboot from your new ELF kernel. | > | You can type Ctrl-C to abort this (at your own risk) | > ^^^^^^^^^^^^^^^^ > | or press return to reboot the system. | > +-------------------------------------------------------+ > > I assume that you pressed Ctrl-C at this point, so this is what > "your own risk" mean -- you didn't knew how to reboot your system > correctly. The correct way is to execute /usr/obj/reboot. -- Josef Karthauser FreeBSD: How many times have you booted today? Technical Manager Viagra for your server (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 1:20: 6 1999 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 2DEEE14CB4 for ; Thu, 1 Jul 1999 01:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA39372; Thu, 1 Jul 1999 01:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jul 1999 01:20:05 -0700 (PDT) Message-Id: <199907010820.BAA39372@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dag-Erling Smorgrav Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Dag-Erling Smorgrav To: Sheldon Hearn Cc: Alex Charalabidis , Dag-Erling Smorgrav , freebsd-gnats-submit@freebsd.org Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Date: 01 Jul 1999 10:11:24 +0200 Sheldon Hearn writes: > Below is a patch that teaches inetd to match correctly an internal > service name against any one of the service's canonical name and > aliases. > [...] > DES? Wotcha think? Haven't tested it, but the principle is good and the code looks nice. I have a suggestion for improvement, though: if no match is found, look for a service name after the 'internal' keyword, and look it up in the table of builtin services (*not* /etc/services). e.g.: fooglorb stream tcp nowait root internal ident would result in binding the builtin ident server to whatever port 'fooglorb' resolves to, even if it's not an alias for 'ident'. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 2:44: 8 1999 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 E987214F33; Thu, 1 Jul 1999 02:44:06 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA48525; Thu, 1 Jul 1999 02:44:06 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Thu, 1 Jul 1999 02:44:06 -0700 (PDT) From: Message-Id: <199907010944.CAA48525@freefall.freebsd.org> To: joe@pavilion.net, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/12468: reboot causes dumps core after a 2.2.X to 3.2 upgrade Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: reboot causes dumps core after a 2.2.X to 3.2 upgrade State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Thu Jul 1 02:41:25 PDT 1999 State-Changed-Why: Pilot error. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 3:10: 6 1999 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 0639114F5F for ; Thu, 1 Jul 1999 03:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA51896; Thu, 1 Jul 1999 03:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jul 1999 03:10:03 -0700 (PDT) Message-Id: <199907011010.DAA51896@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Sheldon Hearn To: Dag-Erling Smorgrav Cc: Alex Charalabidis , freebsd-gnats-submit@freebsd.org Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Date: Thu, 01 Jul 1999 12:02:01 +0200 On 01 Jul 1999 10:11:24 +0200, Dag-Erling Smorgrav wrote: > Haven't tested it, but the principle is good and the code looks nice. > I have a suggestion for improvement, though: if no match is found, > look for a service name after the 'internal' keyword, and look it up > in the table of builtin services (*not* /etc/services). e.g.: Um. I could do that. But since the inetd.conf format described in inetd(8) doesn't suggest that there should be anything after the word internal (other than, possibly, another word ``internal''), I can't see how this helps us any. ? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 3:30: 3 1999 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 64A3614BE6 for ; Thu, 1 Jul 1999 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 DAA55203; Thu, 1 Jul 1999 03:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jul 1999 03:30:02 -0700 (PDT) Message-Id: <199907011030.DAA55203@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dag-Erling Smorgrav Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Dag-Erling Smorgrav To: Sheldon Hearn Cc: Dag-Erling Smorgrav , Alex Charalabidis , freebsd-gnats-submit@freebsd.org Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Date: 01 Jul 1999 12:26:08 +0200 Sheldon Hearn writes: > On 01 Jul 1999 10:11:24 +0200, Dag-Erling Smorgrav wrote: > > Haven't tested it, but the principle is good and the code looks nice. > > I have a suggestion for improvement, though: if no match is found, > > look for a service name after the 'internal' keyword, and look it up > > in the table of builtin services (*not* /etc/services). e.g.: > Um. I could do that. But since the inetd.conf format described in > inetd(8) doesn't suggest that there should be anything after the word > internal (other than, possibly, another word ``internal''), I can't see > how this helps us any. Exactly. It's an *extension*. And if you can patch the code, you can also patch the man page :) It does help us, in that it allows binding internal services to non-default ports without having to fiddle with /etc/services. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 3:40: 3 1999 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 1DF9715153 for ; Thu, 1 Jul 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA56196; Thu, 1 Jul 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jul 1999 03:40:01 -0700 (PDT) Message-Id: <199907011040.DAA56196@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Sheldon Hearn To: Dag-Erling Smorgrav Cc: Alex Charalabidis , freebsd-gnats-submit@freebsd.org Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Date: Thu, 01 Jul 1999 12:39:00 +0200 On 01 Jul 1999 12:26:08 +0200, Dag-Erling Smorgrav wrote: > It does help us, in that it allows binding internal services to > non-default ports without having to fiddle with /etc/services. Ahah! That's neat. Cool, thanks. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 7:38:33 1999 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 9689A14CA4; Thu, 1 Jul 1999 07:38:32 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA51682; Thu, 1 Jul 1999 07:38:31 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Date: Thu, 1 Jul 1999 07:38:31 -0700 (PDT) From: Message-Id: <199907011438.HAA51682@freefall.freebsd.org> To: jdp@FreeBSD.org, freebsd-bugs@FreeBSD.org, jdp@FreeBSD.org Subject: Re: bin/12471: rtld-elf error handling in dlopen is broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rtld-elf error handling in dlopen is broken Responsible-Changed-From-To: freebsd-bugs->jdp Responsible-Changed-By: jdp Responsible-Changed-When: Thu Jul 1 07:36:58 PDT 1999 Responsible-Changed-Why: Over to maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 8: 2:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ausmail2.austin.ibm.com (ausmail2.austin.ibm.com [192.35.232.11]) by hub.freebsd.org (Postfix) with ESMTP id 1C173157B4 for ; Thu, 1 Jul 1999 08:02:39 -0700 (PDT) (envelope-from venkats@austin.ibm.com) Received: from netmail.austin.ibm.com (netmail.austin.ibm.com [9.53.250.98]) by ausmail2.austin.ibm.com (8.9.1/8.8.5) with ESMTP id JAA74356 for ; Thu, 1 Jul 1999 09:58:42 -0500 Received: from ambika.austin.ibm.com (ambika.austin.ibm.com [9.53.150.77]) by netmail.austin.ibm.com (8.8.5/8.8.5) with ESMTP id KAA42930; Thu, 1 Jul 1999 10:02:38 -0500 Received: from austin.ibm.com (localhost.austin.ibm.com [127.0.0.1]) by ambika.austin.ibm.com (AIX4.3/UCB 8.8.8/8.7-client1.01) with ESMTP id KAA21874; Thu, 1 Jul 1999 10:02:37 -0500 Message-ID: <377B830C.EE4A82E7@austin.ibm.com> Date: Thu, 01 Jul 1999 10:02:36 -0500 From: venkat venkatsubra Organization: IBM X-Mailer: Mozilla 4.06 [en] (X11; I; AIX 4.3) MIME-Version: 1.0 To: Witman Peng Cc: freebsd-net@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: IP reassemble fails if it contains more that 20 bytes options? References: <000101bec374$30e06eb0$010000c8@heart.witman.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Witman, Isn't this taken care of early in ipintr ? -------------------------- if (hlen > m->m_len) { if ((m = m_pullup(m, hlen)) == 0) { ipstat.ips_badhlen++; goto next; } ip = mtod(m, struct ip *); } --------------------------- Venkat Witman Peng wrote: > Hi, All > > I am developing an application based on 4.4BSD-Lite source code. When I port > the code in file netinet/ip_input.c, I found a problem. But I have no chance > to install FreeBSD and test it, so I am not sure whether it'a bug or not. > The following are the code to reassemble the IP fragments from ip_input.c: > > >From routine ipintr: > if (ip->ip_off &~ IP_DF) { > if (m->m_flags & M_EXT) { /* XXX */ > if ((m = m_pullup(m, sizeof (struct ip))) == 0) { > ipstat.ips_toosmall++; > goto next; > } > ip = mtod(m, struct ip *); > } > > >From routine ip_reass: > int hlen = ip->ip_hl << 2; > int i, next; > > m->m_data += hlen; > m->m_len -= hlen; > > Suppose a fragment with more that 208 bytes and 40 bytes IP option, it will > be stored in the cluster but not mbuf. In routine ipintr, function pullup > just pullup sizeof(struct ip) (maybe 40 bytes for tcp header) bytes into a > new mbuf. However, the IP header is 60 (20 + 40) bytes, so the complete IP > header cannot be stored in this mbuf. Then in routine ip_reass, after run > the above code, m->m_data will pointer to an incorrect address. > > Dose it seems right? Any inputs would be apprecaited. > > BR, > Witman Peng > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 11: 0:13 1999 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 ED68214DE1 for ; Thu, 1 Jul 1999 11:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80478; Thu, 1 Jul 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from unas.jinr.ru (unas.jinr.ru [159.93.19.141]) by hub.freebsd.org (Postfix) with ESMTP id 0C69114CBE for ; Thu, 1 Jul 1999 10:54:05 -0700 (PDT) (envelope-from gritsaj@unas.jinr.ru) Received: (from gritsaj@localhost) by unas.jinr.ru (8.8.8/8.8.8) id VAA17097; Thu, 1 Jul 1999 21:54:01 +0400 (MSD) (envelope-from gritsaj) Message-Id: <199907011754.VAA17097@unas.jinr.ru> Date: Thu, 1 Jul 1999 21:54:01 +0400 (MSD) From: gritsaj@nusun.jinr.ru Reply-To: gritsaj@nusun.jinr.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12475: ctrl,shift,alt keys can be used as alock w/o other functionality loss Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12475 >Category: kern >Synopsis: ctrl,shift,alt keys can be used as alock w/o other functionality loss >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: Thu Jul 1 11:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gritsaj K.I. >Release: FreeBSD 3.2-RELEASE i386 >Organization: JINR, LNP >Environment: FreeBSD -current >Description: 'lctrl', 'rctrl', 'lshift', 'rshift', 'lalt', 'ralt' keys can be used as 'alock' key simultaneously with their "shift" purposes. 'alock' will be toggled at such key releasing, if between pressing and releasing one was not any keyboard actions (include the key autorepeat). In all other cases these keys preserve their usual functionality. For distinguish such keys from ones with old behaviour new keymap names 'lctrla', 'rctrla', 'lshifta', 'rshifta', 'lalta', 'ralta' are introduced. Also examples of russian keymaps (as patches for current ones), which use 'rctrla', are included. The following files /sys/dev/kbd/atkbd.c /sys/dev/kbd/kbd.c /sys/sys/kbio.h /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c /usr/src/usr.sbin/kbdcontrol/lex.l /usr/src/usr.sbin/kbdcontrol/lex.h /usr/src/share/syscons/keymaps/ru.*.kbd requires the following patches: 1) in /sys/dev/kbd: *** atkbd.c.orig Mon May 31 02:17:35 1999 --- atkbd.c Thu Jul 1 20:04:50 1999 *************** *** 804,827 **** --- 804,835 ---- switch (keycode | (scancode & 0x80)) { /* key pressed, process it */ case 0x47: case 0x48: case 0x49: /* keypad 7,8,9 */ + genkbd_keyaction(kbd, -1, 0, &state->ks_state, + &state->ks_accents); state->ks_composed_char *= 10; state->ks_composed_char += keycode - 0x40; if (state->ks_composed_char > UCHAR_MAX) return ERRKEY; goto next_code; case 0x4B: case 0x4C: case 0x4D: /* keypad 4,5,6 */ + genkbd_keyaction(kbd, -1, 0, &state->ks_state, + &state->ks_accents); state->ks_composed_char *= 10; state->ks_composed_char += keycode - 0x47; if (state->ks_composed_char > UCHAR_MAX) return ERRKEY; goto next_code; case 0x4F: case 0x50: case 0x51: /* keypad 1,2,3 */ + genkbd_keyaction(kbd, -1, 0, &state->ks_state, + &state->ks_accents); state->ks_composed_char *= 10; state->ks_composed_char += keycode - 0x4E; if (state->ks_composed_char > UCHAR_MAX) return ERRKEY; goto next_code; case 0x52: /* keypad 0 */ + genkbd_keyaction(kbd, -1, 0, &state->ks_state, + &state->ks_accents); state->ks_composed_char *= 10; if (state->ks_composed_char > UCHAR_MAX) return ERRKEY; *************** *** 832,837 **** --- 840,847 ---- case 0xCB: case 0xCC: case 0xCD: /* keypad 4,5,6 */ case 0xCF: case 0xD0: case 0xD1: /* keypad 1,2,3 */ case 0xD2: /* keypad 0 */ + genkbd_keyaction(kbd, -1, 0, &state->ks_state, + &state->ks_accents); goto next_code; case 0x38: /* left alt key */ *************** *** 839,844 **** --- 849,856 ---- default: if (state->ks_composed_char > 0) { + genkbd_keyaction(kbd, -1, 0, &state->ks_state, + &state->ks_accents); state->ks_flags &= ~COMPOSE; state->ks_composed_char = 0; return ERRKEY; *** kbd.c.orig Tue Jun 1 02:24:09 1999 --- kbd.c Thu Jul 1 20:06:34 1999 *************** *** 788,793 **** --- 788,795 ---- /* shift keys */ case LSH: case RSH: case LCTR: case RCTR: case LALT: case RALT: case ASH: case META: + case LSHA: case RSHA: case LCTRA: case RCTRA: + case LALTA: case RALTA: /* other special keys */ case NOP: case SPSC: case RBT: case SUSP: case STBY: case DBG: case NEXT: *************** *** 1071,1082 **** --- 1073,1088 ---- genkbd_keyaction(keyboard_t *kbd, int keycode, int up, int *shiftstate, int *accents) { + static int counter = 0; struct keyent_t *key; int state = *shiftstate; int action; int f; int i; + if (counter) counter++; + if (keycode < 0) return NOKEY; + f = state & (AGRS | ALKED); if ((f == AGRS1) || (f == AGRS2) || (f == ALKED)) keycode += ALTGR_OFFSET; *************** *** 1093,1113 **** --- 1099,1161 ---- if (key->spcl & (0x80 >> i)) { /* special keys */ switch (action) { + case LSHA: + if (counter == 2) { + set_lockkey_state(kbd, state, ALK); + state &= ~ALKDOWN; + } + counter = 0; + action = LSH; case LSH: state &= ~SHIFTS1; break; + case RSHA: + if (counter == 2) { + set_lockkey_state(kbd, state, ALK); + state &= ~ALKDOWN; + } + counter = 0; + action = RSH; case RSH: state &= ~SHIFTS2; break; + case LCTRA: + if (counter == 2) { + set_lockkey_state(kbd, state, ALK); + state &= ~ALKDOWN; + } + counter = 0; + action = LCTR; case LCTR: state &= ~CTLS1; break; + case RCTRA: + if (counter == 2) { + set_lockkey_state(kbd, state, ALK); + state &= ~ALKDOWN; + } + counter = 0; + action = RCTR; case RCTR: state &= ~CTLS2; break; + case LALTA: + if (counter == 2) { + set_lockkey_state(kbd, state, ALK); + state &= ~ALKDOWN; + } + counter = 0; + action = LALT; case LALT: state &= ~ALTS1; break; + case RALTA: + if (counter == 2) { + set_lockkey_state(kbd, state, ALK); + state &= ~ALKDOWN; + } + counter = 0; + action = RALT; case RALT: state &= ~ALTS2; break; *************** *** 1175,1195 **** --- 1223,1261 ---- *accents = 0; action |= BKEY; break; + case LSHA: + counter++; + action = LSH; case LSH: state |= SHIFTS1; break; + case RSHA: + counter++; + action = RSH; case RSH: state |= SHIFTS2; break; + case LCTRA: + counter++; + action = LCTR; case LCTR: state |= CTLS1; break; + case RCTRA: + counter++; + action = RCTR; case RCTR: state |= CTLS2; break; + case LALTA: + counter++; + action = LALT; case LALT: state |= ALTS1; break; + case RALTA: + counter++; + action = RALT; case RALT: state |= ALTS2; break; ------------------------------------------------------ 2) in /sys/sys: *** kbio.h.orig Tue Jun 22 18:13:44 1999 --- kbio.h Wed Jun 30 14:39:12 1999 *************** *** 164,169 **** --- 164,176 ---- #define STBY 0x98 /* Go into standby mode (apm) */ #define PREV 0x99 /* switch to previous screen */ + #define LSHA 0x9a /* left shift / alt lock key */ + #define RSHA 0x9b /* right shift / alt lock key */ + #define LCTRA 0x9c /* left control / alt lock key */ + #define RCTRA 0x9d /* right control / alt lock key */ + #define LALTA 0x9e /* left alt / alt lock key */ + #define RALTA 0x9f /* right alt / alt lock key */ + #define F(x) ((x)+F_FN-1) #define S(x) ((x)+F_SCR-1) #define ACC(x) ((x)+F_ACC) ------------------------------------------------------ 3) in /usr/src/usr.sbin/kbdcontrol: *** kbdcontrol.c.orig Wed Jun 23 02:35:27 1999 --- kbdcontrol.c Wed Jun 30 15:13:50 1999 *************** *** 183,188 **** --- 183,200 ---- return SUSP | 0x100; case TSPSC: return SPSC | 0x100; + case TLSHA: + return LSHA | 0x100; + case TRSHA: + return RSHA | 0x100; + case TLCTRA: + return LCTRA | 0x100; + case TRCTRA: + return RCTRA | 0x100; + case TLALTA: + return LALTA | 0x100; + case TRALTA: + return RALTA | 0x100; case TACC: if (ACC(number) > L_ACC) return -1; *************** *** 393,398 **** --- 405,428 ---- case SPSC | 0x100: fprintf(fp, " saver "); break; + case LSHA | 0x100: + fprintf(fp, "lshifta"); + break; + case RSHA | 0x100: + fprintf(fp, "rshifta"); + break; + case LCTRA | 0x100: + fprintf(fp, " lctrla"); + break; + case RCTRA | 0x100: + fprintf(fp, " rctrla"); + break; + case LALTA | 0x100: + fprintf(fp, " lalta "); + break; + case RALTA | 0x100: + fprintf(fp, " ralta "); + break; default: if (value & 0x100) { if (val >= F_FN && val <= L_FN) *************** *** 564,569 **** --- 594,617 ---- break; case SPSC: printf(" SPSC, "); + break; + case LSHA: + printf(" LSHA, "); + break; + case RSHA: + printf(" RSHA, "); + break; + case LCTRA: + printf("LCTRA, "); + break; + case RCTRA: + printf("RCTRA, "); + break; + case LALTA: + printf("LALTA, "); + break; + case RALTA: + printf("RALTA, "); break; default: if (value >= F_FN && value <= L_FN) *** lex.h.orig Wed Jun 23 02:35:27 1999 --- lex.h Wed Jun 30 14:56:18 1999 *************** *** 54,59 **** --- 54,65 ---- #define TACC 279 #define TSPSC 280 #define TPREV 281 + #define TLSHA 282 + #define TRSHA 283 + #define TLCTRA 284 + #define TRCTRA 285 + #define TLALTA 286 + #define TRALTA 287 extern int number; extern char letter; *** lex.l.orig Wed Jun 23 02:35:27 1999 --- lex.l Wed Jun 30 14:53:19 1999 *************** *** 61,66 **** --- 61,72 ---- debug { return TDBG; } susp { return TSUSP; } saver { return TSPSC; } + lshifta { return TLSHA; } + rshifta { return TRSHA; } + lctrla|ctrla { return TLCTRA; } + rctrla { return TRCTRA; } + lalta|alta { return TLALTA; } + ralta { return TRALTA; } NUL|nul { number = 0; return TNUM; } SOH|soh { number = 1; return TNUM; } ------------------------------------------------------ 4) in /usr/src/share/syscons/keymaps: *** ru.cp866.kbd Thu Jan 28 14:16:54 1999 --- ru.cp866.rc.kbd Thu Jul 1 21:19:39 1999 *************** *** 60,66 **** 055 '*' '*' nl nl 170 170 138 138 O 056 lalt lalt lalt lalt lalt lalt lalt lalt O 057 ' ' ' ' nul ' ' 160 160 susp 160 O ! 058 alock clock clock clock clock clock clock clock O 059 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 060 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 061 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O --- 60,66 ---- 055 '*' '*' nl nl 170 170 138 138 O 056 lalt lalt lalt lalt lalt lalt lalt lalt O 057 ' ' ' ' nul ' ' 160 160 susp 160 O ! 058 clock clock clock clock clock clock clock clock O 059 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 060 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 061 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O *************** *** 92,98 **** 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 089 cr cr nl nl 141 141 138 138 O ! 090 rctrl rctrl rctrl rctrl rctrl rctrl rctrl rctrl O 091 '/' '/' nop nop 175 175 nop nop O 092 nscr nscr debug debug nop nop nop nop O 093 ralt ralt ralt ralt ralt ralt ralt ralt O --- 92,98 ---- 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 089 cr cr nl nl 141 141 138 138 O ! 090 rctrla rctrla rctrla rctrla rctrla rctrla rctrla rctrla O 091 '/' '/' nop nop 175 175 nop nop O 092 nscr nscr debug debug nop nop nop nop O 093 ralt ralt ralt ralt ralt ralt ralt ralt O *************** *** 189,195 **** 183 '*' '*' nl nl 170 170 138 138 O 184 lalt lalt lalt lalt lalt lalt lalt lalt O 185 ' ' ' ' ' ' ' ' 160 160 160 160 O ! 186 alock clock clock clock clock clock clock clock O 187 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 188 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 189 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O --- 189,195 ---- 183 '*' '*' nl nl 170 170 138 138 O 184 lalt lalt lalt lalt lalt lalt lalt lalt O 185 ' ' ' ' ' ' ' ' 160 160 160 160 O ! 186 clock clock clock clock clock clock clock clock O 187 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 188 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 189 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O *************** *** 221,227 **** 215 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 216 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 217 cr cr nl nl 141 141 138 138 O ! 218 rctrl rctrl rctrl rctrl rctrl rctrl rctrl rctrl O 219 '/' '/' nop nop 175 175 nop nop O 220 nscr nscr debug debug nop nop nop nop O 221 ralt ralt ralt ralt ralt ralt ralt ralt O --- 221,227 ---- 215 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 216 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 217 cr cr nl nl 141 141 138 138 O ! 218 rctrla rctrla rctrla rctrla rctrla rctrla rctrla rctrla O 219 '/' '/' nop nop 175 175 nop nop O 220 nscr nscr debug debug nop nop nop nop O 221 ralt ralt ralt ralt ralt ralt ralt ralt O *** ru.koi8-r.kbd Thu Jan 28 14:16:55 1999 --- ru.koi8-r.rc.kbd Thu Jul 1 21:19:16 1999 *************** *** 60,66 **** 055 '*' '*' nl nl 170 170 138 138 O 056 lalt lalt lalt lalt lalt lalt lalt lalt O 057 ' ' ' ' nul ' ' 160 160 susp 160 O ! 058 alock clock clock clock clock clock clock clock O 059 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 060 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 061 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O --- 60,66 ---- 055 '*' '*' nl nl 170 170 138 138 O 056 lalt lalt lalt lalt lalt lalt lalt lalt O 057 ' ' ' ' nul ' ' 160 160 susp 160 O ! 058 clock clock clock clock clock clock clock clock O 059 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 060 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 061 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O *************** *** 92,98 **** 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 089 cr cr nl nl 141 141 138 138 O ! 090 rctrl rctrl rctrl rctrl rctrl rctrl rctrl rctrl O 091 '/' '/' nop nop 175 175 nop nop O 092 nscr nscr debug debug nop nop nop nop O 093 ralt ralt ralt ralt ralt ralt ralt ralt O --- 92,98 ---- 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 089 cr cr nl nl 141 141 138 138 O ! 090 rctrla rctrla rctrla rctrla rctrla rctrla rctrla rctrla O 091 '/' '/' nop nop 175 175 nop nop O 092 nscr nscr debug debug nop nop nop nop O 093 ralt ralt ralt ralt ralt ralt ralt ralt O *************** *** 188,194 **** 183 '*' '*' nl nl 170 170 138 138 O 184 lalt lalt lalt lalt lalt lalt lalt lalt O 185 ' ' ' ' nul ' ' 160 160 160 160 O ! 186 alock clock clock clock clock clock clock clock O 187 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 188 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 189 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O --- 188,194 ---- 183 '*' '*' nl nl 170 170 138 138 O 184 lalt lalt lalt lalt lalt lalt lalt lalt O 185 ' ' ' ' nul ' ' 160 160 160 160 O ! 186 clock clock clock clock clock clock clock clock O 187 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 188 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 189 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O *************** *** 220,226 **** 215 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 216 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 217 cr cr nl nl 141 141 138 138 O ! 218 rctrl rctrl rctrl rctrl rctrl rctrl rctrl rctrl O 219 '/' '/' nop nop 175 175 nop nop O 220 nscr nscr debug debug nop nop nop nop O 221 ralt ralt ralt ralt ralt ralt ralt ralt O --- 220,226 ---- 215 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 216 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 217 cr cr nl nl 141 141 138 138 O ! 218 rctrla rctrla rctrla rctrla rctrla rctrla rctrla rctrla O 219 '/' '/' nop nop 175 175 nop nop O 220 nscr nscr debug debug nop nop nop nop O 221 ralt ralt ralt ralt ralt ralt ralt ralt O *** ru.koi8-r.shift.kbd Thu Jan 28 14:16:55 1999 --- ru.koi8-r.shift.rc.kbd Thu Jul 1 21:18:49 1999 *************** *** 60,66 **** 055 '*' '*' nl nl 170 170 138 138 O 056 lalt lalt lalt lalt lalt lalt lalt lalt O 057 ' ' ' ' nul ' ' 160 160 susp 160 O ! 058 alock clock clock clock clock clock clock clock O 059 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 060 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 061 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O --- 60,66 ---- 055 '*' '*' nl nl 170 170 138 138 O 056 lalt lalt lalt lalt lalt lalt lalt lalt O 057 ' ' ' ' nul ' ' 160 160 susp 160 O ! 058 clock clock clock clock clock clock clock clock O 059 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 060 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 061 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O *************** *** 92,98 **** 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 089 cr cr nl nl 141 141 138 138 O ! 090 rctrl rctrl rctrl rctrl rctrl rctrl rctrl rctrl O 091 '/' '/' nop nop 175 175 nop nop O 092 nscr nscr debug debug nop nop nop nop O 093 ralt ralt ralt ralt ralt ralt ralt ralt O --- 92,98 ---- 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 089 cr cr nl nl 141 141 138 138 O ! 090 rctrla rctrla rctrla rctrla rctrla rctrla rctrla rctrla O 091 '/' '/' nop nop 175 175 nop nop O 092 nscr nscr debug debug nop nop nop nop O 093 ralt ralt ralt ralt ralt ralt ralt ralt O *************** *** 188,194 **** 183 '*' '*' nl nl 170 170 138 138 O 184 lalt lalt lalt lalt lalt lalt lalt lalt O 185 ' ' ' ' nul ' ' 160 160 160 160 O ! 186 alock clock clock clock clock clock clock clock O 187 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 188 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 189 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O --- 188,194 ---- 183 '*' '*' nl nl 170 170 138 138 O 184 lalt lalt lalt lalt lalt lalt lalt lalt O 185 ' ' ' ' nul ' ' 160 160 160 160 O ! 186 clock clock clock clock clock clock clock clock O 187 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 188 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 189 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O *************** *** 220,226 **** 215 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 216 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 217 cr cr nl nl 141 141 138 138 O ! 218 rctrl rctrl rctrl rctrl rctrl rctrl rctrl rctrl O 219 '/' '/' nop nop 175 175 nop nop O 220 nscr nscr debug debug nop nop nop nop O 221 ralt ralt ralt ralt ralt ralt ralt ralt O --- 220,226 ---- 215 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 216 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 217 cr cr nl nl 141 141 138 138 O ! 218 rctrla rctrla rctrla rctrla rctrla rctrla rctrla rctrla O 219 '/' '/' nop nop 175 175 nop nop O 220 nscr nscr debug debug nop nop nop nop O 221 ralt ralt ralt ralt ralt ralt ralt ralt O >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 Jul 1 12:10: 4 1999 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 9526215586 for ; Thu, 1 Jul 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA85924; Thu, 1 Jul 1999 12:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 58EFD15098 for ; Thu, 1 Jul 1999 12:05:26 -0700 (PDT) (envelope-from cy@cschuber.net.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id MAA19586; Thu, 1 Jul 1999 12:05:22 -0700 Received: from cschuber.net.gov.bc.ca(142.31.240.113), claiming to be "cwsys.cwsent.com" via SMTP by point.osg.gov.bc.ca, id smtpdb19582; Thu Jul 1 12:05:07 1999 Received: (from cy@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id LAA16484; Thu, 1 Jul 1999 11:46:07 -0700 (PDT) Message-Id: <199907011846.LAA16484@cwsys.cwsent.com> Date: Thu, 1 Jul 1999 11:46:07 -0700 (PDT) From: cschuber@uumail.gov.bc.ca Reply-To: cschuber@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org Cc: des@flood.ping.uio.no X-Send-Pr-Version: 3.2 Subject: bin/12477: New Fortune Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12477 >Category: bin >Synopsis: New fortune >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: Thu Jul 1 12:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.2-RELEASE i386 >Organization: ITSD Province of BC >Environment: FreeBSD cwsys 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue Jun 1 23:15:34 PDT 1999 root@cwsys:/opt2/cvs-320/src/sys/compile/CWSYS i386 >Description: Dag-Erling Smorgrav made the following comment on freebsd-stable. Everything journalists write is true, except when they write about something you know. Please add this profoundly put comment to the fortune database. >How-To-Repeat: N/A >Fix: Everything journalists write is true, except when they write about something you know. Dag-Erling Smorgrav, June 1999, FreeBSD-Stable Mailing List >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 Jul 1 12:40:19 1999 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 B2028154F7 for ; Thu, 1 Jul 1999 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA88004; Thu, 1 Jul 1999 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2C33314C14; Thu, 1 Jul 1999 12:32:45 -0700 (PDT) Message-Id: <19990701193245.2C33314C14@hub.freebsd.org> Date: Thu, 1 Jul 1999 12:32:45 -0700 (PDT) From: evertonm@dcc.unicamp.br To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/12478: Matshita Atapi CDROM is not detected Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12478 >Category: misc >Synopsis: Matshita Atapi CDROM is not detected >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 Jul 1 12:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Everton da Silva Marques >Release: 3.1 >Organization: IC - UNICAMP >Environment: Pentium 100Mhz Matshita Atapi CDROM >Description: I can't install FreeBSD because it seems unable to detect my CDROM, which is perfectly recognized by Windows and Linux on the same machine. >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 Jul 1 12:43:40 1999 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 0CA1B1558A; Thu, 1 Jul 1999 12:43:38 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA88390; Thu, 1 Jul 1999 12:43:39 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 1 Jul 1999 12:43:39 -0700 (PDT) From: Message-Id: <199907011943.MAA88390@freefall.freebsd.org> To: evertonm@dcc.unicamp.br, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/12478: Matshita Atapi CDROM is not detected Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Matshita Atapi CDROM is not detected State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Jul 1 12:43:17 PDT 1999 State-Changed-Why: A perfect example of a useless PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 14:40: 6 1999 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 5C535155C7 for ; Thu, 1 Jul 1999 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 OAA99931; Thu, 1 Jul 1999 14:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dan-h.fio.cz (fio.vol.cz [195.250.146.50]) by hub.freebsd.org (Postfix) with ESMTP id 9D71C150D5 for ; Thu, 1 Jul 1999 14:30:13 -0700 (PDT) (envelope-from dan@obluda.cz) Received: (from root@localhost) by dan-h.fio.cz (8.9.3/8.9.0) id XAA44082; Thu, 1 Jul 1999 23:26:03 +0200 (CEST) Message-Id: <199907012126.XAA44082@dan-h.fio.cz> Date: Thu, 1 Jul 1999 23:26:03 +0200 (CEST) From: Dan Lukes Reply-To: dan@obluda.cz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12479: PATCH Send ICMP_SOURCEQUENCH when packet dropped by dummynet Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12479 >Category: kern >Synopsis: PATCH Send ICMP_SOURCEQUENCH when packet dropped by dummynet >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 1 14:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 3.2-RELEASE i386 >Organization: Obludarium >Environment: kernel with dummynet used for bandwidth limiting >Description: the dummynet drop packets silently without ICMP_SOURCEQUENCH message Althought the sending of ICMP after dropping is optional (MAY be send) some realtime applications (voice telephony, ...), especially UDP based has serious problem with flow control without it >How-To-Repeat: create limited pipe (ipfw pipe ...), route traffic into it (ipfw add pipe), create trafic ... >Fix: Send ICMP_SOURCEQUENCH if packed droped by pipe->queue_size or pipe->queue_size_bytes limit overflow. Don't send ICMP when packed dropped by random packet drop as it implement random packet droping on poor lines. *** ip_dummynet.c.ORIG Tue May 4 18:23:57 1999 --- ip_dummynet.c Thu Jul 1 22:33:27 1999 *************** *** 52,57 **** --- 52,58 ---- #include #include #include + #include #include "opt_bdg.h" #ifdef BRIDGE *************** *** 292,297 **** --- 293,299 ---- struct dn_pkt *pkt; struct dn_pipe *pipe; int len = m->m_pkthdr.len ; + int drop_by_rand=0; int s=splimp(); *************** *** 317,323 **** * should i drop ? * This section implements random packet drop. */ ! if ( (pipe->plr && random() < pipe->plr) || (pipe->queue_size && pipe->r_len >= pipe->queue_size) || (pipe->queue_size_bytes && len + pipe->r_len_bytes > pipe->queue_size_bytes) || --- 319,326 ---- * should i drop ? * This section implements random packet drop. */ ! drop_by_rand=(pipe->plr && random() < pipe->plr); ! if ( drop_by_rand || (pipe->queue_size && pipe->r_len >= pipe->queue_size) || (pipe->queue_size_bytes && len + pipe->r_len_bytes > pipe->queue_size_bytes) || *************** *** 328,333 **** --- 331,342 ---- printf("-- dummynet: drop from pipe %d, have %d pks, %d bytes\n", pipe_nr, pipe->r_len, pipe->r_len_bytes); pipe->r_drops++ ; + if (!drop_by_rand) { + register struct ip *ip = mtod(m, struct ip *); + struct mbuf *mcopy = m_copy(m, 0, imin((int)ip->ip_len, 64)); + + icmp_error(mcopy, ICMP_SOURCEQUENCH, 0, 0, NULL); + } m_freem(m); return 0 ; /* XXX error */ } >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 Jul 1 16:11:27 1999 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 F19C814F9F; Thu, 1 Jul 1999 16:11:25 -0700 (PDT) (envelope-from mks@FreeBSD.org) Received: (from mks@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA07057; Thu, 1 Jul 1999 16:11:25 -0700 (PDT) (envelope-from mks@FreeBSD.org) Date: Thu, 1 Jul 1999 16:11:25 -0700 (PDT) From: Message-Id: <199907012311.QAA07057@freefall.freebsd.org> To: k@numeri.campus.luth.se, mks@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11315: [PATCH] declerations missing in libatm.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] declerations missing in libatm.h State-Changed-From-To: open->closed State-Changed-By: mks State-Changed-When: Thu Jul 1 16:04:33 PDT 1999 State-Changed-Why: Fixes committed to remove -Wall warnings from all userland atm code. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 18:20:29 1999 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 9ED3714FDD; Thu, 1 Jul 1999 18:20:28 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Received: (from unfurl@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA17827; Thu, 1 Jul 1999 18:20:28 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Date: Thu, 1 Jul 1999 18:20:28 -0700 (PDT) From: Message-Id: <199907020120.SAA17827@freefall.freebsd.org> To: unfurl@FreeBSD.org, freebsd-bugs@FreeBSD.org, dg@FreeBSD.org Subject: Re: kern/5641: running processes at the IDLE priority (idprio) can crash the kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: running processes at the IDLE priority (idprio) can crash the kernel Responsible-Changed-From-To: freebsd-bugs->dg Responsible-Changed-By: unfurl Responsible-Changed-When: Thu Jul 1 18:14:20 PDT 1999 Responsible-Changed-Why: PR reassigned to last person involved in discussion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 18:28:59 1999 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 40E1214D60; Thu, 1 Jul 1999 18:28:58 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Received: (from unfurl@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA18614; Thu, 1 Jul 1999 18:28:58 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Date: Thu, 1 Jul 1999 18:28:58 -0700 (PDT) From: Message-Id: <199907020128.SAA18614@freefall.freebsd.org> To: unfurl@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: bin/6627: TCP-based RPC denial-of-service attack Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: TCP-based RPC denial-of-service attack Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: unfurl Responsible-Changed-When: Thu Jul 1 18:28:09 PDT 1999 Responsible-Changed-Why: Sheldon was the last person to follow up on this. Sounds like it mightble. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 18:33: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mailhost.iprg.nokia.com (mailhost.iprg.nokia.com [205.226.5.12]) by hub.freebsd.org (Postfix) with ESMTP id 1392515620 for ; Thu, 1 Jul 1999 18:33:01 -0700 (PDT) (envelope-from binhvo@iprg.nokia.com) Received: from iprg.nokia.com (aspiration.iprg.nokia.com [205.226.8.101]) by mailhost.iprg.nokia.com (8.8.8/8.6.10) with ESMTP id SAA15644 for ; Thu, 1 Jul 1999 18:33:01 -0700 (PDT) Message-ID: <377C16CB.DBE9228C@iprg.nokia.com> Date: Thu, 01 Jul 1999 18:32:59 -0700 From: Binh Vo Organization: Nokia X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG Subject: Y2K: cp and vi commands Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi: Do you know if the above commands were Y2K compliant? Thanks. -- Binh Vo 650-625-2045, 408-504-4443 (mobile) Nokia IPRG 313 Fairchild Dr, Mountain View CA 94043 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 18:35:13 1999 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 3EB1314FC0; Thu, 1 Jul 1999 18:35:12 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Received: (from unfurl@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA19316; Thu, 1 Jul 1999 18:35:12 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Date: Thu, 1 Jul 1999 18:35:12 -0700 (PDT) From: Message-Id: <199907020135.SAA19316@freefall.freebsd.org> To: unfurl@FreeBSD.org, freebsd-bugs@FreeBSD.org, julian@FreeBSD.org Subject: Re: kern/6630: [PATCH] Fix for Cyrix I8254 bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Fix for Cyrix I8254 bug Responsible-Changed-From-To: freebsd-bugs->julian Responsible-Changed-By: unfurl Responsible-Changed-When: Thu Jul 1 18:33:44 PDT 1999 Responsible-Changed-Why: Whistle is currently using the Cyrix 5510 chipsets. Please test this patch if necessary or close the PR altogether if this is fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 18:40:41 1999 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 6677C14FC0; Thu, 1 Jul 1999 18:40:40 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Received: (from unfurl@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA19729; Thu, 1 Jul 1999 18:40:40 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Date: Thu, 1 Jul 1999 18:40:40 -0700 (PDT) From: Message-Id: <199907020140.SAA19729@freefall.freebsd.org> To: unfurl@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: kern/6689: kern_physio.c splits requests breaking cdrecord/cdda Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kern_physio.c splits requests breaking cdrecord/cdda Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: unfurl Responsible-Changed-When: Thu Jul 1 18:36:27 PDT 1999 Responsible-Changed-Why: Sheldon was last to exchange email with the originator. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 18:45: 5 1999 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 E851D153FE; Thu, 1 Jul 1999 18:45:03 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Received: (from unfurl@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA20082; Thu, 1 Jul 1999 18:45:03 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Date: Thu, 1 Jul 1999 18:45:03 -0700 (PDT) From: Message-Id: <199907020145.SAA20082@freefall.freebsd.org> To: unfurl@FreeBSD.org, freebsd-bugs@FreeBSD.org, dillon@FreeBSD.org Subject: Re: i386/6944: icu_ipl.s does has a case commented as can't happen which happens Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: icu_ipl.s does has a case commented as can't happen which happens Responsible-Changed-From-To: freebsd-bugs->dillon Responsible-Changed-By: unfurl Responsible-Changed-When: Thu Jul 1 18:44:11 PDT 1999 Responsible-Changed-Why: Matt, can you either comment on this or close the PR if it is a non-issue? T To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 19:44: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from public1.ptt.js.cn (unknown [202.102.13.144]) by hub.freebsd.org (Postfix) with ESMTP id A2D11156C9; Thu, 1 Jul 1999 19:42:40 -0700 (PDT) (envelope-from witman@iname.com) Received: from heart (tnt3-66-92.nj.js.cn [202.102.66.92]) by public1.ptt.js.cn (8.9.1/8.9.1) with SMTP id JAA20081; Fri, 2 Jul 1999 09:38:15 +0800 (CST) Message-ID: <008f01bec434$82154c90$010000c8@heart.witman.com> From: "Witman Peng" To: "venkat venkatsubra" Cc: , Subject: Re: IP reassemble fails if it contains more that 20 bytes options? Date: Fri, 2 Jul 1999 10:42:05 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org But if this packet is stored in a cluster, hlen is always less than m->len (which is greater that 207). So the following code will never be run. BR Witman Peng -----Original Message----- From: venkat venkatsubra To: Witman Peng Cc: freebsd-net@FreeBSD.ORG ; freebsd-bugs@FreeBSD.ORG Date: 1999?7?1? 22:00 Subject: Re: IP reassemble fails if it contains more that 20 bytes options? >Witman, > Isn't this taken care of early in ipintr ? >-------------------------- >if (hlen > m->m_len) { > if ((m = m_pullup(m, hlen)) == 0) { > ipstat.ips_badhlen++; > goto next; > } > ip = mtod(m, struct ip *); > } >--------------------------- > >Venkat > >Witman Peng wrote: > >> Hi, All >> >> I am developing an application based on 4.4BSD-Lite source code. When I port >> the code in file netinet/ip_input.c, I found a problem. But I have no chance >> to install FreeBSD and test it, so I am not sure whether it'a bug or not. >> The following are the code to reassemble the IP fragments from ip_input.c: >> >> >From routine ipintr: >> if (ip->ip_off &~ IP_DF) { >> if (m->m_flags & M_EXT) { /* XXX */ >> if ((m = m_pullup(m, sizeof (struct ip))) == 0) { >> ipstat.ips_toosmall++; >> goto next; >> } >> ip = mtod(m, struct ip *); >> } >> >> >From routine ip_reass: >> int hlen = ip->ip_hl << 2; >> int i, next; >> >> m->m_data += hlen; >> m->m_len -= hlen; >> >> Suppose a fragment with more that 208 bytes and 40 bytes IP option, it will >> be stored in the cluster but not mbuf. In routine ipintr, function pullup >> just pullup sizeof(struct ip) (maybe 40 bytes for tcp header) bytes into a >> new mbuf. However, the IP header is 60 (20 + 40) bytes, so the complete IP >> header cannot be stored in this mbuf. Then in routine ip_reass, after run >> the above code, m->m_data will pointer to an incorrect address. >> >> Dose it seems right? Any inputs would be apprecaited. >> >> BR, >> Witman Peng >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-net" in the body of the message > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-net" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 20: 0: 7 1999 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 3E95A14D57 for ; Thu, 1 Jul 1999 20:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA25691; Thu, 1 Jul 1999 20:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [131.243.1.42]) by hub.freebsd.org (Postfix) with ESMTP id AB38414CEF for ; Thu, 1 Jul 1999 19:51:18 -0700 (PDT) (envelope-from leres@hot.ee.lbl.gov) Received: (from leres@localhost) by hot.ee.lbl.gov (8.9.2/8.9.2) id TAA28620; Thu, 1 Jul 1999 19:51:18 -0700 (PDT) Message-Id: <199907020251.TAA28620@hot.ee.lbl.gov> Date: Thu, 01 Jul 1999 19:51:18 PDT From: Craig Leres To: FreeBSD-gnats-submit@freebsd.org Cc: vern@ee.lbl.gov (Vern Paxson), mccanne@eecs.berkeley.edu (Steven McCanne) X-Send-Pr-Version: 3.2 Subject: kern/12484: [PATCH] bpf_filter() broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12484 >Category: kern >Synopsis: [PATCH] bpf_filter() broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 1 20:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 3.2-RELEASE i386 >Organization: Lawrence Berkeley National Laboratory >Environment: >Description: Revision 1.12 of sys/bpf_filter.c breaks certain packet filters. >How-To-Repeat: We noticed after upgrading our security system from 3.0-980414-SNAP to 3.2-RELEASE that the tcpdump filter: 'tcp[13] & 0x7 != 0' would not capture such packets. Debugging turned up a problem in this case: case BPF_LD|BPF_B|BPF_IND: k = X + pc->k; if (pc->k >= buflen || X >= buflen - k) { The conditional can be rewritten with "k" expanded: if (pc->k >= buflen || X >= buflen - (X + pc->k)) { which is the same as: if (pc->k >= buflen || X + X + pc->k >= buflen) { and is clearly wrong. Other cases where "k" is initialized to "X + pc->k" appear to either be broken or at least contain unnecessary checks. We consider this a serious bug because it breaks security monitoring software (including our "bro" package). >Fix: The appended context changes are against 1.13 (it looks like 3.2-RELEASE shipped with 1.12). RCS file: RCS/bpf_filter.c,v retrieving revision 1.3 diff -c -r1.3 bpf_filter.c *** /tmp/,RCSt1z29845 Thu Jul 1 19:43:31 1999 - --- bpf_filter.c Thu Jul 1 19:42:40 1999 *************** *** 217,223 **** case BPF_LD|BPF_W|BPF_ABS: k = pc->k; ! if (k > buflen || sizeof(int32_t) > buflen - k) { #ifdef KERNEL int merr; - --- 217,223 ---- case BPF_LD|BPF_W|BPF_ABS: k = pc->k; ! if (sizeof(int32_t) > buflen - k) { #ifdef KERNEL int merr; *************** *** 241,247 **** case BPF_LD|BPF_H|BPF_ABS: k = pc->k; ! if (k > buflen || sizeof(int16_t) > buflen - k) { #ifdef KERNEL int merr; - --- 241,247 ---- case BPF_LD|BPF_H|BPF_ABS: k = pc->k; ! if (sizeof(int16_t) > buflen - k) { #ifdef KERNEL int merr; *************** *** 285,292 **** case BPF_LD|BPF_W|BPF_IND: k = X + pc->k; ! if (pc->k > buflen || X > buflen - pc->k || ! sizeof(int32_t) > buflen - k) { #ifdef KERNEL int merr; - --- 285,291 ---- case BPF_LD|BPF_W|BPF_IND: k = X + pc->k; ! if (sizeof(int32_t) > buflen - k) { #ifdef KERNEL int merr; *************** *** 310,317 **** case BPF_LD|BPF_H|BPF_IND: k = X + pc->k; ! if (X > buflen || pc->k > buflen - X || ! sizeof(int16_t) > buflen - k) { #ifdef KERNEL int merr; - --- 309,315 ---- case BPF_LD|BPF_H|BPF_IND: k = X + pc->k; ! if (sizeof(int16_t) > buflen - k) { #ifdef KERNEL int merr; *************** *** 330,336 **** case BPF_LD|BPF_B|BPF_IND: k = X + pc->k; ! if (pc->k >= buflen || X >= buflen - k) { #ifdef KERNEL register struct mbuf *m; - --- 328,334 ---- case BPF_LD|BPF_B|BPF_IND: k = X + pc->k; ! if (k >= buflen) { #ifdef KERNEL register struct mbuf *m; -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBN3wpAr2JLbUEFcrxAQFg8wP8Cs1hzHa/s6VjDMQFy2SSbM8oH5lr272A /MMSl8tlreDcjZUcIhndB8DwVaQlTgMkZG+sAuxvCh4gglFOczxwk/oeikNuUFlt oCahmi/LjnTPAn/VRKvvw+LPA21mZ940V87sOdqhpE/PtOc5s8zNa0oGP0KWXsb/ 3IHfY3c49qI= =I7G8 -----END PGP SIGNATURE----- >Release-Note: >Audit-Trail: >Unformatted: -----BEGIN PGP SIGNED MESSAGE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 20:30: 5 1999 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 B5DAA14F28 for ; Thu, 1 Jul 1999 20:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA27735; Thu, 1 Jul 1999 20:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jul 1999 20:30:02 -0700 (PDT) Message-Id: <199907020330.UAA27735@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kazutaka YOKOTA Subject: Re: kern/12475: ctrl,shift,alt keys can be used as alock w/o other functionality loss Reply-To: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12475; it has been noted by GNATS. From: Kazutaka YOKOTA To: gritsaj@nusun.jinr.ru Cc: FreeBSD-gnats-submit@freebsd.org, ache@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: kern/12475: ctrl,shift,alt keys can be used as alock w/o other functionality loss Date: Fri, 02 Jul 1999 12:28:21 +0900 >>Number: 12475 >>Category: kern >>Synopsis: ctrl,shift,alt keys can be used as alock w/o other functional >ity loss [...] >>Description: > > 'lctrl', 'rctrl', 'lshift', 'rshift', 'lalt', 'ralt' keys can be used > as 'alock' key simultaneously with their "shift" purposes. 'alock' will > be toggled at such key releasing, if between pressing and releasing > one was not any keyboard actions (include the key autorepeat). In > all other cases these keys preserve their usual functionality. > For distinguish such keys from ones with old behaviour new keymap > names 'lctrla', 'rctrla', 'lshifta', 'rshifta', 'lalta', 'ralta' are > introduced. Also examples of russian keymaps (as patches for current > ones), which use 'rctrla', are included. The following files Do you mean that you want to have the AltLock functionality on your keyboard but do not want to dedicate a key to `alock'? Is it common in the Russian keyboard (or in any other keyboards) that AltLock is implemented this way? Or, is it just your preferred way? I will have a look at your patch. I might make minor modification to your patch as I don't like a static variable in kbd.c... Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 21: 2:38 1999 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 AA94414CC4; Thu, 1 Jul 1999 21:02:37 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA30305; Thu, 1 Jul 1999 21:02:37 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Date: Thu, 1 Jul 1999 21:02:37 -0700 (PDT) From: Message-Id: <199907020402.VAA30305@freefall.freebsd.org> To: leres@ee.lbl.gov, jkh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/2806: new kernel tags script Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new kernel tags script State-Changed-From-To: open->closed State-Changed-By: jkh State-Changed-When: Thu Jul 1 21:01:27 PDT 1999 State-Changed-Why: committed, thanks! Hey, and it only took 2 years! :-} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 1 21: 5:20 1999 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 321D714CC4; Thu, 1 Jul 1999 21:05:19 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA30627; Thu, 1 Jul 1999 21:05:19 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Date: Thu, 1 Jul 1999 21:05:19 -0700 (PDT) From: Message-Id: <199907020405.VAA30627@freefall.freebsd.org> To: leres@ee.lbl.gov, jkh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/8747: [PATCH] fixes for systags.sh Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] fixes for systags.sh State-Changed-From-To: open->closed State-Changed-By: jkh State-Changed-When: Thu Jul 1 21:03:03 PDT 1999 State-Changed-Why: Duplicate of PR#2806 which was just closed (in both branches). Please let me know if you have any other PRs currently stalled in the system. -jkh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 2 0:10: 9 1999 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 D4DD215731 for ; Fri, 2 Jul 1999 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA48943; Fri, 2 Jul 1999 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 2 Jul 1999 00:10:02 -0700 (PDT) Message-Id: <199907020710.AAA48943@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: kern/12484: [PATCH] bpf_filter() broken Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12484; it has been noted by GNATS. From: Bruce Evans To: eivind@freebsd.org, FreeBSD-gnats-submit@freebsd.org, leres@ee.lbl.gov Cc: mccanne@eecs.berkeley.edu, vern@ee.lbl.gov Subject: Re: kern/12484: [PATCH] bpf_filter() broken Date: Fri, 2 Jul 1999 17:00:13 +1000 > would not capture such packets. Debugging turned up a problem > in this case: > > case BPF_LD|BPF_B|BPF_IND: > k = X + pc->k; > if (pc->k >= buflen || X >= buflen - k) { > > The conditional can be rewritten with "k" expanded: > > if (pc->k >= buflen || X >= buflen - (X + pc->k)) { > > which is the same as: > > if (pc->k >= buflen || X + X + pc->k >= buflen) { > > and is clearly wrong. Oops. This should have been: if (pc->k >= buflen || X >= buflen - p->k) { which is the same modulo possible truncation mod 2^32 as each of the following: if (pc->k >= buflen || X + p->k >= buflen) { if (pc->k >= buflen || k >= buflen) { if (k >= buflen) { The latter is the conditinal in rev.1.11. > Other cases where "k" is initialized to "X + pc->k" appear to > either be broken or at least contain unnecessary checks. The other cases seem to be correct. The extra checks relative to 1.11 are to detect truncation for weird values of X and/or pc->k, e.g., X = 4, pc->k = (u_int32_t)-5 gives X + pc->k = 3 if u_int32_t is u_int. I don't know if this much overflow checking is justified. > The appended context changes are against 1.13 (it looks like > 3.2-RELEASE shipped with 1.12). > >RCS file: RCS/bpf_filter.c,v >retrieving revision 1.3 >diff -c -r1.3 bpf_filter.c >*** /tmp/,RCSt1z29845 Thu Jul 1 19:43:31 1999 >- --- bpf_filter.c Thu Jul 1 19:42:40 1999 >*************** >*** 217,223 **** > > case BPF_LD|BPF_W|BPF_ABS: > k = pc->k; >! if (k > buflen || sizeof(int32_t) > buflen - k) { > #ifdef KERNEL > int merr; > >- --- 217,223 ---- > > case BPF_LD|BPF_W|BPF_ABS: > k = pc->k; >! if (sizeof(int32_t) > buflen - k) { > #ifdef KERNEL > int merr; > If you reduce the amount of overflow checking back to 1.11 levels, then change the checks back to the ones in 1.11. e.g., if (k + sizeof(int32_t) > buflen) { The check: if (sizeof(int32_t) > buflen - k) { has fatal overflow problems if k > buflen and u_int32_t is u_int. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 2 3:25:53 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id C61EC1509F; Fri, 2 Jul 1999 03:25:45 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 1100Vs-000NV6-00; Fri, 02 Jul 1999 12:25:44 +0200 From: Sheldon Hearn To: unfurl@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/6689: kern_physio.c splits requests breaking cdrecord/cdda In-reply-to: Your message of "Thu, 01 Jul 1999 18:40:40 MST." <199907020140.SAA19729@freefall.freebsd.org> Date: Fri, 02 Jul 1999 12:25:44 +0200 Message-ID: <90339.930911144@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 01 Jul 1999 18:40:40 MST, unfurl@FreeBSD.org wrote: > Responsible-Changed-From-To: freebsd-bugs->sheldonh > Responsible-Changed-By: unfurl > Responsible-Changed-When: Thu Jul 1 18:36:27 PDT 1999 > Responsible-Changed-Why: > Sheldon was last to exchange email with the originator. Please don't do this. Replying to the originator of a PR is not the same as taking ownership of it. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 2 8: 8:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ausmail2.austin.ibm.com (ausmail2.austin.ibm.com [192.35.232.11]) by hub.freebsd.org (Postfix) with ESMTP id 261A014DC3 for ; Fri, 2 Jul 1999 08:08:30 -0700 (PDT) (envelope-from venkats@austin.ibm.com) Received: from netmail.austin.ibm.com (netmail.austin.ibm.com [9.53.250.98]) by ausmail2.austin.ibm.com (8.9.1/8.8.5) with ESMTP id KAA78418 for ; Fri, 2 Jul 1999 10:04:32 -0500 Received: from ambika.austin.ibm.com (ambika.austin.ibm.com [9.53.150.77]) by netmail.austin.ibm.com (8.8.5/8.8.5) with ESMTP id KAA36926; Fri, 2 Jul 1999 10:08:29 -0500 Received: from austin.ibm.com (localhost.austin.ibm.com [127.0.0.1]) by ambika.austin.ibm.com (AIX4.3/UCB 8.8.8/8.7-client1.01) with ESMTP id KAA27728; Fri, 2 Jul 1999 10:08:27 -0500 Message-ID: <377CD5EA.9F1E14BF@austin.ibm.com> Date: Fri, 02 Jul 1999 10:08:26 -0500 From: venkat venkatsubra Organization: IBM X-Mailer: Mozilla 4.06 [en] (X11; I; AIX 4.3) MIME-Version: 1.0 To: Witman Peng Cc: freebsd-net@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: IP reassemble fails if it contains more that 20 bytes options? References: <008f01bec434$82154c90$010000c8@heart.witman.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Witman, Looks like a problem. I don't know if it is fixed in later versions. Venkat Witman Peng wrote: > But if this packet is stored in a cluster, hlen is always less than m->len > (which is greater that 207). So the following code will never be run. > > BR > Witman Peng > -----Original Message----- > From: venkat venkatsubra > To: Witman Peng > Cc: freebsd-net@FreeBSD.ORG ; > freebsd-bugs@FreeBSD.ORG > Date: 1999?7?1? 22:00 > Subject: Re: IP reassemble fails if it contains more that 20 bytes options? > > >Witman, > > Isn't this taken care of early in ipintr ? > >-------------------------- > >if (hlen > m->m_len) { > > if ((m = m_pullup(m, hlen)) == 0) { > > ipstat.ips_badhlen++; > > goto next; > > } > > ip = mtod(m, struct ip *); > > } > >--------------------------- > > > >Venkat > > > >Witman Peng wrote: > > > >> Hi, All > >> > >> I am developing an application based on 4.4BSD-Lite source code. When I > port > >> the code in file netinet/ip_input.c, I found a problem. But I have no > chance > >> to install FreeBSD and test it, so I am not sure whether it'a bug or not. > >> The following are the code to reassemble the IP fragments from > ip_input.c: > >> > >> >From routine ipintr: > >> if (ip->ip_off &~ IP_DF) { > >> if (m->m_flags & M_EXT) { /* XXX */ > >> if ((m = m_pullup(m, sizeof (struct ip))) == 0) { > >> ipstat.ips_toosmall++; > >> goto next; > >> } > >> ip = mtod(m, struct ip *); > >> } > >> > >> >From routine ip_reass: > >> int hlen = ip->ip_hl << 2; > >> int i, next; > >> > >> m->m_data += hlen; > >> m->m_len -= hlen; > >> > >> Suppose a fragment with more that 208 bytes and 40 bytes IP option, it > will > >> be stored in the cluster but not mbuf. In routine ipintr, function pullup > >> just pullup sizeof(struct ip) (maybe 40 bytes for tcp header) bytes into > a > >> new mbuf. However, the IP header is 60 (20 + 40) bytes, so the complete > IP > >> header cannot be stored in this mbuf. Then in routine ip_reass, after run > >> the above code, m->m_data will pointer to an incorrect address. > >> > >> Dose it seems right? Any inputs would be apprecaited. > >> > >> BR, > >> Witman Peng > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-net" in the body of the message > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-net" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 2 9:32:53 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id 334C215729; Fri, 2 Jul 1999 09:31:13 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (ppp094.dialup.st.keio.ac.jp [131.113.27.94]) by titanium.yy.ics.keio.ac.jp (8.8.8+3.0Wbeta13/3.7W) with ESMTP id BAA03788; Sat, 3 Jul 1999 01:31:08 +0900 (JST) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id BAA05432; Sat, 3 Jul 1999 01:31:05 +0900 (JST) Date: Sat, 3 Jul 1999 01:31:05 +0900 (JST) Message-Id: <199907021631.BAA05432@lavender.yy.cs.keio.ac.jp> To: unfurl@FreeBSD.ORG Cc: freebsd-bugs@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: kern/6630: [PATCH] Fix for Cyrix I8254 bug In-Reply-To: Your message of "Fri, 2 Jul 1999 10:35:12 JST". <199907020135.SAA19316@freefall.freebsd.org> From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org unfurl@FreeBSD.ORG Wrote >> Whistle is currently using the Cyrix 5510 chipsets. Please test this patch if necessary or close the PR altogether if this is fixed. Some people reported me that 2-times re-check is not eough for some MediaGX machine. I have 4-times recheck patch. --- clock.c.org Mon Aug 31 13:08:11 1998 +++ clock.c.cyrix-4 Thu Jan 14 22:01:17 1999 @@ -345,6 +345,11 @@ { u_long ef; int high, low; +#define CPU_CYRIX_NO_I8254_LATCH + +#ifdef CPU_CYRIX_NO_I8254_LATCH + int ret1, ret2, ret3, ret4; +#endif ef = read_eflags(); disable_intr(); @@ -354,9 +359,33 @@ low = inb(TIMER_CNTR0); high = inb(TIMER_CNTR0); +#ifdef CPU_CYRIX_NO_I8254_LATCH + ret1 = (high << 8) | low; + + outb(TIMER_MODE, TIMER_SEL0 | TIMER_LATCH); + low = inb(TIMER_CNTR0); + high= inb(TIMER_CNTR0); + ret2 = (high << 8) | low; + + outb(TIMER_MODE, TIMER_SEL0 | TIMER_LATCH); + low = inb(TIMER_CNTR0); + high= inb(TIMER_CNTR0); + ret3 = (high << 8) | low; + + outb(TIMER_MODE, TIMER_SEL0 | TIMER_LATCH); + low = inb(TIMER_CNTR0); + high= inb(TIMER_CNTR0); + ret4 = (high << 8) | low; +#endif write_eflags(ef); +#ifdef CPU_CYRIX_NO_I8254_LATCH + ret1 = (ret1 > ret2 ? ret1 : ret2); + ret3 = (ret3 > ret4 ? ret3 : ret4); + return (ret1 > ret3 ? ret1 : ret3); +#else return ((high << 8) | low); +#endif } /* @@ -598,12 +627,16 @@ } #endif +#if 0 if (bootverbose) +#endif printf("i8254 clock: %u Hz\n", tot_count); return (tot_count); fail: +#if 0 if (bootverbose) +#endif printf("failed, using default i8254 clock of %u Hz\n", timer_freq); return (timer_freq); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 2 11:24:26 1999 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 0926114C93; Fri, 2 Jul 1999 11:24:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA81111; Fri, 2 Jul 1999 11:24:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Fri, 2 Jul 1999 11:24:24 -0700 (PDT) From: Message-Id: <199907021824.LAA81111@freefall.freebsd.org> To: dancy@franz.com, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5991: panic: free vnode isn't Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: panic: free vnode isn't State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Fri Jul 2 11:22:33 PDT 1999 State-Changed-Why: 3.0 of that time was infamous for free vnode isn't panics. This seems to be the same panic as reported in kern/4382. Most of these have been fixed (the free vnode isn't panics). If you're still experiencing the problem, please saying that so I can make sure at least one of the PRs stays open. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 2 11:26: 2 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from turtle.franz.com (turtle.franz.com [192.132.95.23]) by hub.freebsd.org (Postfix) with ESMTP id AB5B714CE0; Fri, 2 Jul 1999 11:26:00 -0700 (PDT) (envelope-from dancy@franz.com) Received: from ultra.franz.com (ultra [192.132.95.147]) by turtle.franz.com (8.9.1a/8.9.0) with SMTP id LAA26037; Fri, 2 Jul 1999 11:26:00 -0700 Received: from ultra by ultra.franz.com (SMI-8.6/FI-2.0) id LAA12917; Fri, 2 Jul 1999 11:25:59 -0700 Message-Id: <199907021825.LAA12917@ultra.franz.com> To: hoek@freebsd.org Cc: freebsd-bugs@freebsd.org Subject: Re: kern/5991: panic: free vnode isn't In-reply-to: Your message of "Fri, 02 Jul 1999 11:24:24 PDT." <199907021824.LAA81111@freefall.freebsd.org> Date: Fri, 02 Jul 1999 11:25:58 -0700 From: Ahmon Dancy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Synopsis: panic: free vnode isn't >> >> State-Changed-From-To: open->closed >> State-Changed-By: hoek >> State-Changed-When: Fri Jul 2 11:22:33 PDT 1999 >> State-Changed-Why: >> 3.0 of that time was infamous for free vnode isn't panics. This seems >> to be the same panic as reported in kern/4382. Most of these have been >> fixed (the free vnode isn't panics). If you're still experiencing the >> problem, please saying that so I can make sure at least one of the PRs >> stays open. This ultimately turned out to be a hardware problem. You can completely delete this problem report if you'd like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 2 11:41: 6 1999 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 A55E114CE0; Fri, 2 Jul 1999 11:41:05 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA82943; Fri, 2 Jul 1999 11:41:05 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Fri, 2 Jul 1999 11:41:05 -0700 (PDT) From: Message-Id: <199907021841.LAA82943@freefall.freebsd.org> To: jr@cs.mun.ca, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/2729: "make tags" in sys/kern produces barely useful tags file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "make tags" in sys/kern produces barely useful tags file State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Fri Jul 2 11:39:40 PDT 1999 State-Changed-Why: mckusick fixed this in -current, at least. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 2 15: 0: 6 1999 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 383F414CC3 for ; Fri, 2 Jul 1999 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA04325; Fri, 2 Jul 1999 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6F4B114C42; Fri, 2 Jul 1999 14:55:16 -0700 (PDT) Message-Id: <19990702215516.6F4B114C42@hub.freebsd.org> Date: Fri, 2 Jul 1999 14:55:16 -0700 (PDT) From: larse@isi.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/12489: /sbin/route exits with 0 on some errors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12489 >Category: bin >Synopsis: /sbin/route exits with 0 on some errors >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 Jul 2 15:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: 3.1-RELEASE >Organization: USC/ISI >Environment: FreeBSD tan-e.isi.edu 3.1-RELEASE FreeBSD 3.1-RELEASE #2: Wed Jun 30 13:03:07 PDT 1999 larse@tan-e.isi.edu:/usr/src/sys/compile/XBONE-KAME-063099 i386 >Description: route returns 0, even when exiting with an error. This makes it difficult to use it in scripts. >How-To-Repeat: tan-e# route add 10.10.10.10 -interface lo0 add host 10.10.10.10: gateway lo0 tan-e# route add 10.10.10.10 -interface lo0 route: writing to routing socket: File exists add host 10.10.10.10: gateway lo0: File exists tan-e# echo $status 0 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 2 20:21: 1 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from sonique.com (unknown [207.153.48.14]) by hub.freebsd.org (Postfix) with ESMTP id 926C214D39 for ; Fri, 2 Jul 1999 20:20:57 -0700 (PDT) (envelope-from hb@sonique.com) Received: from heaven (modem159.gomontana.com [205.138.102.159]) by sonique.com (8.9.1/8.9.1) with SMTP id VAA22576 for ; Fri, 2 Jul 1999 21:24:49 GMT (envelope-from hb@sonique.com) Message-ID: <000701bec503$4312c570$6d00a8c0@heaven.space.net> From: "Nicholas Vinen" To: Subject: Crashing problems Date: Fri, 2 Jul 1999 21:22:17 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BEC4D0.F67A1470" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BEC4D0.F67A1470 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, We have two web servers running FreeBSD. We had 3.0 crash a lot, = and so we installed 3.1 on the new one (and plan to upgrade to 3.2 as = soon as we can) but it still seems to not be able to handle very much = load at all. On the 3.0 machine we had to set the NMBCLUSTERS value to = 16384 (4x the recommended limit) to get it stable enough to stay up for = one day. I don't know what the NMBCLUSTERS is on the 3.1 machine but it = crashes almost as soon as it's up from the web traffic being delivered = to it. All it's running basically is apache. Is this a known problem, = that this value is too low? If our traffic continues to grow like this = we might have to set the value even above 16384. (8192 was definately = not high enough). Could the fact that the machine often has over 1000 = processes (50+ running) be causing it to crash too? we really need it to = be stable, it's offsite and quite popular. Nicholas Vinen ------=_NextPart_000_0004_01BEC4D0.F67A1470 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
    Hi,
        We have two = web servers=20 running FreeBSD. We had 3.0 crash a lot, and so we installed 3.1 on the = new one=20 (and plan to upgrade to 3.2 as soon as we can) but it still seems to not = be able=20 to handle very much load at all. On the 3.0 machine we had to set the=20 NMBCLUSTERS value to 16384 (4x the recommended limit) to get it stable = enough to=20 stay up for one day. I don't know what the NMBCLUSTERS is on the 3.1 = machine but=20 it crashes almost as soon as it's up from the web traffic being = delivered to it.=20 All it's running basically is apache. Is this a known problem, that this = value=20 is too low? If our traffic continues to grow like this we might have to = set the=20 value even above 16384. (8192 was definately not high enough). Could the = fact=20 that the machine often has over 1000 processes (50+ running) be causing = it to=20 crash too? we really need it to be stable, it's offsite and quite=20 popular.
 
 
        Nicholas=20 Vinen
------=_NextPart_000_0004_01BEC4D0.F67A1470-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 3 6: 0: 4 1999 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 1CE6114ECF for ; Sat, 3 Jul 1999 06:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA68777; Sat, 3 Jul 1999 06:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailhub.tcja.nl (mailhub.tcja.nl [194.178.62.127]) by hub.freebsd.org (Postfix) with ESMTP id D484714DDB for ; Sat, 3 Jul 1999 05:56:56 -0700 (PDT) (envelope-from wilko@dontpanic.tcja.nl) Received: (from uucp@localhost) by mailhub.tcja.nl (8.9.1/8.9.1) with UUCP id PAA10086 for FreeBSD-gnats-submit@freebsd.org; Sat, 3 Jul 1999 15:18:27 +0200 (CEST) Received: (from wilko@localhost) by dontpanic.tcja.nl (8.8.8/8.8.5) id OAA07636; Sat, 3 Jul 1999 14:56:41 +0200 (CEST) Message-Id: <199907031256.OAA07636@dontpanic.tcja.nl> Date: Sat, 3 Jul 1999 14:56:41 +0200 (CEST) From: wilko@freebsd.org Reply-To: wilko@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12495: cdrom drive detection failure during install Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12495 >Category: kern >Synopsis: 3.1 install fails to detect Toshiba CDROM on AHA1740 adapter >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 3 06:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Wilko Bulte >Release: FreeBSD 3.1-RELEASE >Organization: TCJA >Environment: EISA machine with a single Adaptec 1740A adapter. Toshiba XM-5401B SCSI cdrom. FreeBSD 3.1-RELEASE CDROM. Boot from bootfloppy taken from 3.1-cdrom. >Description: After poweron both the harddisk (SCSI ID #0) and the Toshiba CD (ID #4) are detected OK by the 1740A BIOS. The bootfloppy kernel initiates a bus reset and waits for 15 secs. During this time the LED of the CD blinks. The booted install kernel fails to detect the cdrom drive though. An attempt with a FreeBSD 2.2.6-RELEASE bootfloppy detects the cdrom drive just fine. 2.2.6 install runs fine. Guessing: it looks like 15 secs delay is too short for this CDROM type. See also kern/5181 for a similar Toshiba problem. >How-To-Repeat: See above >Fix: Most likely increasing the 15 secs delay in the install floppy will help. Is there any way of changing the delay used by the boot floppy? If not, I'm willing to test drive a floppy with an increased delay (25 - 30 secs should do it I guess). Testdrive may take a couple of days as I'm remote from the machine. >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 Jul 3 6:10: 6 1999 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 C1BBD14E59 for ; Sat, 3 Jul 1999 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA69127; Sat, 3 Jul 1999 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id EC4E014DA8 for ; Sat, 3 Jul 1999 06:03:22 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id PAA00205 for ; Sat, 3 Jul 1999 15:03:17 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id PAA03615 for ; Sat, 3 Jul 1999 15:03:16 +0200 (MET DST) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id PAA70936 for ; Sat, 3 Jul 1999 15:03:16 +0200 (CEST) Message-Id: <199907031303.PAA04178@internal> Date: Sat, 3 Jul 1999 15:03:14 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12496: yppush broken when pushing to 2 or more slaves Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12496 >Category: bin >Synopsis: yppush broken when pushing to 2 or more slaves >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 3 06:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: One NIS master server running 3.2-STABLE and two or more NIS slaves running 3.2-STABLE as well. >Description: We have a NIS master called "server" and two NIS slaves called "paul" and "printfix". On the NIS master we run yppush manually. The normal output would be: root@server:/var/yp>yppush -vvv mail.aliases yppush: initiating transfer: mail.aliases -> printfix.ofw.tld (transid = 928055141) yppush: printfix.ofw.tld has been called yppush: checking return status: transaction ID: 928055141 yppush: transfer of map mail.aliases to server printfix.ofw.tld failed yppush: status returned by ypxfr: Master's version not newer yppush: initiating transfer: mail.aliases -> paul.ofw.tld (transid = 928055142) yppush: paul.ofw.tld has been called yppush: all jobs dispatched yppush: paul.ofw.tld has not responded yppush: printfix.ofw.tld has responded yppush: 1 transfer still pending yppush: checking return status: transaction ID: 928055142 yppush: transfer of map mail.aliases to server paul.ofw.tld failed yppush: status returned by ypxfr: Master's version not newer yppush: paul.ofw.tld has responded yppush: printfix.ofw.tld has responded yppush: all transfers complete If we use a libexec/rtld-elf/rtld.c with version 1.13.2.8 or 1.13.2.9, yppush fails in a way that it timeouts when waiting for the ack callback from the second slave. Here is the ouput: root@server:/var/yp>yppush -vvv mail.aliases yppush: initiating transfer: mail.aliases -> printfix.ofw.tld (transid = 928055178) yppush: printfix.ofw.tld has been called yppush: checking return status: transaction ID: 928055178 yppush: transfer of map mail.aliases to server printfix.ofw.tld failed yppush: status returned by ypxfr: Master's version not newer yppush: initiating transfer: mail.aliases -> paul.ofw.tld (transid = 928055179) yppush: paul.ofw.tld has been called yppush: all jobs dispatched yppush: paul.ofw.tld has not responded yppush: printfix.ofw.tld has responded yppush: 1 transfer still pending /***** here we wait about 5 Minutes *****/ yppush: timed out yppush: warning: exiting with transfer to paul.ofw.tld (transid = 928055179) still pending One of the changes that were brought into libexec/rtld-elf/rtld.c with version 1.13.2.8 is the following part of the code: @@ -287,6 +285,10 @@ _rtld(Elf_Addr *sp, func_ptr_type *exit_ if (do_copy_relocations(obj_main) == -1) die(); + dbg("initializing key program variables"); + set_program_var("__progname", argv[0] != NULL ? basename(argv[0]) : ""); + set_program_var("environ", env); + dbg("calling _init functions"); call_init_functions(obj_main->next); If we remove one or both of the set_program_var lines it works again. We can also add a third line so the code looks like: + set_program_var("__progname", argv[0] != NULL ? basename(argv[0]) : ""); + set_program_var("environ", "dummy"); + set_program_var("environ", env); This also will work. I had an excessive private email exchange with John Polstra about this and he finally came to the point that there must be something wrong with yppush which hits depending of what is left in the memory by rtld.c. In the meantime we are at a libexec/rtld-elf/rtld.c with version 1.13.2.11. Here the things are reversed: It works with the original rtld.c and breaks with the set_program_var("environ", "dummy"); line added. >How-To-Repeat: See above. Try with a libexec/rtld-elf/rtld.c with version 1.13.2.8. >Fix: Currently unknown. If anyone wants to dig into it I can supply the mails exchanged between John Polstra and me (yes, he agreed to it). I will also happily run any tests or try out suggestions. >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 Jul 3 7: 0: 4 1999 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 C275214C46 for ; Sat, 3 Jul 1999 07:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA39745; Sat, 3 Jul 1999 07:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hawaii.conterra.com (hawaii.conterra.com [209.12.164.32]) by hub.freebsd.org (Postfix) with ESMTP id 25D3A14C46 for ; Sat, 3 Jul 1999 06:54:21 -0700 (PDT) (envelope-from myself@conterra.com) Received: from dmaddox.conterra.com (myself@dmaddox.conterra.com [209.12.169.48]) by hawaii.conterra.com (8.9.3/8.9.3) with ESMTP id JAA17253 for ; Sat, 3 Jul 1999 09:54:19 -0400 (EDT) Received: (from myself@localhost) by dmaddox.conterra.com (8.9.3/8.9.1) id JAA01047; Sat, 3 Jul 1999 09:54:18 -0400 (EDT) (envelope-from myself) Message-Id: <199907031354.JAA01047@dmaddox.conterra.com> Date: Sat, 3 Jul 1999 09:54:18 -0400 (EDT) From: dmaddox@conterra.com Reply-To: dmaddox@conterra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12497: src/etc/periodic/daily/150.clean-hoststat is not installed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12497 >Category: bin >Synopsis: src/etc/periodic/daily/150.clean-hoststat is not installed >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 3 07:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Donald J. Maddox >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD dmaddox.conterra.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Jun 29 22:52:58 EDT 1999 root@dmaddox.conterra.com:/usr/src/sys/compile/RHIANNON i386 >Description: The Makefile in src/etc/periodic/daily/ does not install the 150.clean-hoststat file. >How-To-Repeat: # cd /usr/src/etc/periodic # make install (Then look in /etc/periodic/daily/ and confirm that 150.clean-hoststat has not been installed) >Fix: Apply this patch: --- Makefile.orig Fri Nov 20 21:23:43 1998 +++ Makefile Sat Jul 3 09:08:37 1999 @@ -5,6 +5,7 @@ 120.clean-preserve \ 130.clean-msgs \ 140.clean-rwho \ + 150.clean-hoststat \ 200.backup-passwd \ 210.backup-aliases \ 220.backup-distfile \ >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 Jul 3 9:50: 4 1999 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 1F78D14CAF for ; Sat, 3 Jul 1999 09:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50224; Sat, 3 Jul 1999 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 3 Jul 1999 09:50:02 -0700 (PDT) Message-Id: <199907031650.JAA50224@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fenner Subject: Re: kern/12479: PATCH Send ICMP_SOURCEQUENCH when packet dropped by dummynet Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12479; it has been noted by GNATS. From: Bill Fenner To: dan@obluda.cz Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/12479: PATCH Send ICMP_SOURCEQUENCH when packet dropped by dummynet Date: Sat, 3 Jul 1999 09:43:55 -0700 >Althought the sending of ICMP after dropping is optional (MAY be send) You must be reading an old RFC. Sending an ICMP after dropping is not recommended (SHOULD NOT) by RFC1812, Requirements for IP Version 4 Routers (section 4.3.3.3). A better patch would be one to remove sending source quenches from the main IP stack. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 3 12:21:22 1999 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 C969915185 for ; Sat, 3 Jul 1999 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 MAA60563; Sat, 3 Jul 1999 12:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 3 Jul 1999 12:20:03 -0700 (PDT) Message-Id: <199907031920.MAA60563@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/12495: cdrom drive detection failure during install Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12495; it has been noted by GNATS. From: "Kenneth D. Merry" To: wilko@FreeBSD.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/12495: cdrom drive detection failure during install Date: Sat, 3 Jul 1999 13:11:11 -0600 (MDT) wilko@FreeBSD.ORG wrote... > > >Number: 12495 > >Category: kern > >Synopsis: 3.1 install fails to detect Toshiba CDROM on AHA1740 adapter > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat Jul 3 06:00:01 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Wilko Bulte > >Release: FreeBSD 3.1-RELEASE > >Organization: > TCJA > >Environment: > > EISA machine with a single Adaptec 1740A adapter. > Toshiba XM-5401B SCSI cdrom. FreeBSD 3.1-RELEASE CDROM. Boot from > bootfloppy taken from 3.1-cdrom. > > >Description: > > After poweron both the harddisk (SCSI ID #0) and the Toshiba CD > (ID #4) are detected OK by the 1740A BIOS. The bootfloppy kernel > initiates a bus reset and waits for 15 secs. During this time > the LED of the CD blinks. The booted install kernel fails to detect > the cdrom drive though. > > An attempt with a FreeBSD 2.2.6-RELEASE bootfloppy detects the > cdrom drive just fine. 2.2.6 install runs fine. > > Guessing: it looks like 15 secs delay is too short for this CDROM > type. See also kern/5181 for a similar Toshiba problem. > > >How-To-Repeat: > > See above > > >Fix: > > Most likely increasing the 15 secs delay in the install floppy > will help. Is there any way of changing the delay used by > the boot floppy? If not, I'm willing to test drive a floppy > with an increased delay (25 - 30 secs should do it I guess). > Testdrive may take a couple of days as I'm remote from the machine. Did you have a CDROM in the drive when you booted? If not, that's your problem. There is a known problem with sysinstall and booting without a CD inserted. It won't detect the CDROM drive, because it tries to do an open of all sorts of devices at boot to see if they exist. In any case, changing the bus settle delay won't really help you any, I don't think. The XM-5401B isn't exactly an old device, I don't think, and shouldn't need any longer for a bus settle delay. Assuming you did have a CD in the drive, probably the thing that's taking a while is the read capacity of the CDROM drive, which happens after the bus reset and bus settle delay. I've got a couple of ideas of how to fix this, but none of them are especially "clean". Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 3 13: 6:41 1999 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 097E11521B; Sat, 3 Jul 1999 13:05:37 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA65386; Sat, 3 Jul 1999 13:05:36 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Date: Sat, 3 Jul 1999 13:05:36 -0700 (PDT) From: Message-Id: <199907032005.NAA65386@freefall.freebsd.org> To: dan@obluda.cz, fenner@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12479: PATCH Send ICMP_SOURCEQUENCH when packet dropped by dummynet Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PATCH Send ICMP_SOURCEQUENCH when packet dropped by dummynet State-Changed-From-To: open->closed State-Changed-By: fenner State-Changed-When: Sat Jul 3 13:04:17 PDT 1999 State-Changed-Why: RFC1812: A router SHOULD NOT originate ICMP Source Quench messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 3 14:20: 9 1999 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 439A115046 for ; Sat, 3 Jul 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA69390; Sat, 3 Jul 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BE5791500E; Sat, 3 Jul 1999 14:19:36 -0700 (PDT) Message-Id: <19990703211936.BE5791500E@hub.freebsd.org> Date: Sat, 3 Jul 1999 14:19:36 -0700 (PDT) From: mjacob@feral.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12502: Need a quad type modifier for kernel printf functions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12502 >Category: kern >Synopsis: Need a quad type modifier for kernel printf functions >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 3 14:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Matthew Jacob >Release: -current >Organization: Feral Software >Environment: >Description: We need a quad type modifier for the kernel printf. >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