From owner-freebsd-bugs Sun Mar 31 0:10: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8C5137B417 for ; Sun, 31 Mar 2002 00:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V8A2226354; Sun, 31 Mar 2002 00:10:02 -0800 (PST) (envelope-from gnats) Date: Sun, 31 Mar 2002 00:10:02 -0800 (PST) Message-Id: <200203310810.g2V8A2226354@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Makoto Matsushita Subject: Re: i386/36546: absolute symbolic links in FreeBSD 4.5 Reply-To: Makoto Matsushita Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/36546; it has been noted by GNATS. From: Makoto Matsushita To: Eduardo Viruena Silva Cc: bug-followup@FreeBSD.org Subject: Re: i386/36546: absolute symbolic links in FreeBSD 4.5 Date: Sun, 31 Mar 2002 17:08:02 +0900 mrspock> Nevertheless, wouldn't be better to have relative symbolic links? Yes, but if relative symlink points the correct file/directory. Someone may want to setup as follows: mkdir /disk1 mkdir /disk2 mount /dev/xxx0a /disk1 mount /dev/xxx0b /disk2 cd /usr (cd bin; tar cf - ) | (cd /disk1; tar xpf -); rm -rf bin (cd sbin; tar cf - ) | (cd /disk2; tar xpf -); rm -rf sbin ln -s /disk1 /usr/bin ln -s /disk2 /usr/sbin In this example, if you change /usr/bin/mailq is a symlink to ../sbin/mailwrapper, it is treated as /sbin/mailwrapper and it's wrong location. Yes this is a radical case, but it shows the potential problem of using relative path symlink. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 31 0:20:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C74C637B419 for ; Sun, 31 Mar 2002 00:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V8K2j27724; Sun, 31 Mar 2002 00:20:02 -0800 (PST) (envelope-from gnats) Date: Sun, 31 Mar 2002 00:20:02 -0800 (PST) Message-Id: <200203310820.g2V8K2j27724@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Eduardo Viruena Silva Subject: Re: i386/36546: absolute symbolic links in FreeBSD 4.5 Reply-To: Eduardo Viruena Silva Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/36546; it has been noted by GNATS. From: Eduardo Viruena Silva To: Makoto Matsushita Cc: Subject: Re: i386/36546: absolute symbolic links in FreeBSD 4.5 Date: Sun, 31 Mar 2002 02:18:23 -0600 (CST) On Sun, 31 Mar 2002, Makoto Matsushita wrote: > Date: Sun, 31 Mar 2002 17:08:02 +0900 > From: Makoto Matsushita > To: Eduardo Viruena Silva > Cc: bug-followup@FreeBSD.org > Subject: Re: i386/36546: absolute symbolic links in FreeBSD 4.5 > > > mrspock> Nevertheless, wouldn't be better to have relative symbolic links? > > Yes, but if relative symlink points the correct file/directory. > > Someone may want to setup as follows: > > mkdir /disk1 > mkdir /disk2 > mount /dev/xxx0a /disk1 > mount /dev/xxx0b /disk2 > cd /usr > (cd bin; tar cf - ) | (cd /disk1; tar xpf -); rm -rf bin > (cd sbin; tar cf - ) | (cd /disk2; tar xpf -); rm -rf sbin > ln -s /disk1 /usr/bin > ln -s /disk2 /usr/sbin > > In this example, if you change /usr/bin/mailq is a symlink to > ../sbin/mailwrapper, it is treated as /sbin/mailwrapper and it's wrong > location. Yes this is a radical case, but it shows the potential > problem of using relative path symlink. oops! yes, you are right again. please close my report. [I made two reports, one for ports/mtools and this one, please, close this one]. > > -- - > Makoto `MAR' Matsushita > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 31 0:20:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95B8A37B41E for ; Sun, 31 Mar 2002 00:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V8K1m27695; Sun, 31 Mar 2002 00:20:01 -0800 (PST) (envelope-from gnats) Received: from immortal.localhost.nl (immortal.localhost.nl [62.250.1.99]) by hub.freebsd.org (Postfix) with SMTP id 0E38237B41B for ; Sun, 31 Mar 2002 00:13:56 -0800 (PST) Received: (qmail 497 invoked by uid 1001); 31 Mar 2002 08:13:35 -0000 Message-Id: <20020331081335.496.qmail@immortal.localhost.nl> Date: 31 Mar 2002 08:13:35 -0000 From: Johan Mulder Reply-To: Johan Mulder To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/36566: System reboot with dead smb mount and umount Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36566 >Category: kern >Synopsis: System reboot with dead smb mount and umount >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 00:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Johan Mulder >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD immortal.localhost.nl 4.5-RELEASE FreeBSD 4.5-RELEASE #8: Mon Jan 28 16:02:16 CET 2002 root@immortal.localhost.nl:/usr/obj/usr/src/sys/IMMORTAL i386 >Description: When a windows box dies and a freebsd system has a windows share mounted, the FreeBSD box will reboot upon the unmount of the mounted share (after the mount has been dead a while). >How-To-Repeat: Mount a share, firewall the windows box, wait a while and try to umount -f. >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 31 0:37:25 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B62337B41D; Sun, 31 Mar 2002 00:37:23 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V8bNP29710; Sun, 31 Mar 2002 00:37:23 -0800 (PST) (envelope-from matusita) Date: Sun, 31 Mar 2002 00:37:23 -0800 (PST) From: Message-Id: <200203310837.g2V8bNP29710@freefall.freebsd.org> To: eduardo.viruena@esfm.ipn.mx, matusita@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/36546: absolute symbolic links in FreeBSD 4.5 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: absolute symbolic links in FreeBSD 4.5 State-Changed-From-To: feedback->closed State-Changed-By: matusita State-Changed-When: Sun Mar 31 00:36:40 PST 2002 State-Changed-Why: The original submitter requests to close this PR, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=36546 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 31 2:50:15 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3302037B41A for ; Sun, 31 Mar 2002 02:50:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VAo7v52140; Sun, 31 Mar 2002 02:50:07 -0800 (PST) (envelope-from gnats) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by hub.freebsd.org (Postfix) with ESMTP id 249FA37B405 for ; Sun, 31 Mar 2002 02:47:14 -0800 (PST) Received: from fwd04.sul.t-online.de by mailout04.sul.t-online.com with smtp id 16rbbE-0004M6-05; Sun, 31 Mar 2002 11:26:08 +0200 Received: from theater.dyndns.org (320068889749-0001@[62.226.2.113]) by fmrl04.sul.t-online.com with esmtp id 16rbb9-0iHyO8C; Sun, 31 Mar 2002 11:26:03 +0200 Received: from lambda.foldr.org (lambda.foldr.org [192.168.2.3]) by theater.dyndns.org (8.11.6/8.11.6) with ESMTP id g2V9QTP30404 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Sun, 31 Mar 2002 11:26:31 +0200 (CEST) (envelope-from vs@theater.dyndns.org) Received: (from vs@localhost) by lambda.foldr.org (8.11.6/8.11.6) id g2V9Pxm00490; Sun, 31 Mar 2002 11:25:59 +0200 (CEST) (envelope-from vs) Message-Id: <200203310925.g2V9Pxm00490@lambda.foldr.org> Date: Sun, 31 Mar 2002 11:25:59 +0200 (CEST) From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/36569: umass fails when RiteLink Pocket Disk is connected on boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36569 >Category: kern >Synopsis: umass fails when RiteLink Pocket Disk is connected on boot >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 02:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.5-STABLE i386 >Organization: Lehrstuhl fьr Informatik II >Environment: System: FreeBSD lambda.foldr.org 4.5-STABLE FreeBSD 4.5-STABLE #5: Sun Mar 31 09:56:55 CEST 2002 root@lambda.foldr.org:/usr/src/sys/compile/MONSTER i386 >Description: If the RiteLink USB Pocket Disk (supported by umass, although you need to use quirks) is connected on booting, the following happens: - ad0 timeouts waiting for an interrupt (see dmesg below) - the umass driver is really unhappy (BBB {reset,bulk-in, bulk-out} timeouts) which leads to an unusable USB port - if you disconnect the USB memory stick during this phase, you get a trap 12 in usbd_transport. OTOH, connecting the device after boot-up works as expected. Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.5-STABLE #5: Sun Mar 31 09:56:55 CEST 2002 root@lambda.foldr.org:/usr/src/sys/compile/MONSTER Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (751.71-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x383fbff real memory = 268369920 (262080K bytes) avail memory = 256483328 (250472K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00178011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc048c000. Preloaded elf module "linux.ko" at 0xc048c09c. Preloaded elf module "agp.ko" at 0xc048c13c. Preloaded elf module "drm.ko" at 0xc048c1d8. ccd0-3: Concatenated disk drivers Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 8 entries at 0xc00fdd20 apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 agp0: mem 0xe8000000-0xefffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: <3Dfx Voodoo 3 graphics accelerator> at 0.0 irq 5 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 10 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered umass0: vendor 0x0c76 product 0x0003, rev 1.10/1.00, addr 2 uhci1: port 0xd800-0xd81f irq 10 at device 7.3 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pci0: (vendor=0x1106, dev=0x3057) at 7.4 sym0: <810a> port 0xdc00-0xdcff mem 0xf7001000-0xf70010ff irq 11 at device 9.0 on pci0 sym0: No NVRAM, ID 7, Fast-10, SE, parity checking de0: port 0xe000-0xe07f mem 0xf7000000-0xf700007f irq 10 at device 10.0 on pci0 de0: 21041 [10Mb/s] pass 2.1 de0: address 00:40:05:a6:fc:01 pcm0: port 0xe400-0xe41f irq 5 at device 11.0 on pci0 pci0: (vendor=0x109e, dev=0x036e) at 12.0 irq 11 pci0: (vendor=0x109e, dev=0x0878) at 12.1 irq 11 orm0: ad  
Amateur = Adults
 
Check Out The Girls of Scores
 
 http://216.129.174.110
 
This email was brought to you by adultfreebies mail.
To be removed from this mailing please click here
------=_NextPart_1079_626781147327888250208355317843-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 31 16:50:19 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F5F937B416 for ; Sun, 31 Mar 2002 16:50:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g310o4b57339; Sun, 31 Mar 2002 16:50:04 -0800 (PST) (envelope-from gnats) Date: Sun, 31 Mar 2002 16:50:04 -0800 (PST) Message-Id: <200204010050.g310o4b57339@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jin Guojun[ITG]" Subject: Re: kern/27087: FreeBSD 4.3-RELEASE does not recognize GigE NIC Reply-To: "Jin Guojun[ITG]" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27087; it has been noted by GNATS. From: "Jin Guojun[ITG]" To: murray@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/27087: FreeBSD 4.3-RELEASE does not recognize GigE NIC Date: Fri, 29 Mar 2002 19:20:34 -0800 murray@FreeBSD.org wrote: > > Synopsis: FreeBSD 4.3-RELEASE does not recognize GigE NIC > > State-Changed-From-To: feedback->closed > State-Changed-By: murray > State-Changed-When: Wed Mar 27 03:50:58 PST 2002 > State-Changed-Why: > There was no space on the kernel floppy for those drivers with 4.3 release. > > With FreeBSD 4.5, we added support for kernel modules to be placed on > the mfsroot.flp and be loaded by sysinstall(8). Both the if_ti and > if_sk modules are included on the mfsroot.flp for 4.5, so you should > be able to install without a problem. Please let us know if this is > still an issue. Sorry for the trouble with 4.3. No trouble. We just need to make FreeBSD more robust. > http://www.freebsd.org/cgi/query-pr.cgi?pr=27087 Acturally, the problem has not been fixed yet. I just retried 4.5-RELEASE, and tested 4.5-20020317-STABLE and 4.5-20020329-STABLE, neither one of them loads if_ti at installation time nor after installation. The problem may be related to what we discussed at Jan. 19, 2002. The original discussion is appended for a line in rc.conf: network_interfaces="auto" Please refer to the message below. -Jin ------------ original discussion on Jan. 19, 2002 ------------------ > A slightly cleaner way of loading the module you need is to put the > lines: > > if_sk_load="YES" > if_ti_load="YES" > > into /boot/loader.conf. This will cause the applicable module(s) to be > loaded along with the kernel. > > This doesn't help you for first-time installs though. But one way to do > this is to put the module you need on a floppy disk. sysinstall now has > the ability to load a kernel module from a floppy disk (look on the > Configure menu). This will let you do the installation; you can then > manually edit /boot/loader.conf as described above. Caveat: I haven't > tried this myself. We should have a better way to do this, because any above solution makes the option network_interfaces="auto" in /etc/default/rc.conf meaningless to any NIC drivers to use KLD module. Currently, this is a chicken-&-egg problem. Without probing the PCI device, "ifconfig -l" will not be able to list all interface names. Without a NIC name, we cannot configure a such NIC to load its module to probe the device (via network_interfaces="auto"). I do not remember what was done prior to the 4.3, this was not a problem prior to the 4.3-RELEASE. (probably not use network_interfaces="auto" .) To make auto configuration useful for loading KLD modules, the PCI probing stage need to be smart to load the KLD module when an unconfigured device presents and its module is in /modules directory. We may use a /boot/pci-modules for pci_probe_nomatch() to auto load an unknown device. For example, an entry for sk GigE module may look like: vendor=0x1148 dev=0x4300 /module/if_sk.ko When no "desc" is returned by an unknown device, check the list described in /boot/pci-modules file to see if any module is matched for this device. Load the module if the module exists. Then, "ifconfig -l" in rc.network can list all NIC names, and auto-config will work for real. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 31 20:20:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3A0F37B416 for ; Sun, 31 Mar 2002 20:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g314K1J08479; Sun, 31 Mar 2002 20:20:01 -0800 (PST) (envelope-from gnats) Received: from sapphire.jcn1.com (sapphire.jcn1.com [206.187.74.8]) by hub.freebsd.org (Postfix) with ESMTP id 85E8637B41E for ; Sun, 31 Mar 2002 20:13:53 -0800 (PST) Received: from logcabin.hem.com [65.174.138.19] by sapphire.jcn1.com with ESMTP (SMTPD32-6.06) id A00B4A9012C; Sun, 31 Mar 2002 22:20:27 -0600 Received: (from mdh@localhost) by logcabin.hem.com (8.11.6/8.6.12) id g2RLJiC28458; Wed, 27 Mar 2002 15:19:44 -0600 (CST) Message-Id: <200203272119.g2RLJiC28458@logcabin.hem.com> Date: Wed, 27 Mar 2002 15:19:44 -0600 (CST) From: Michael D Hughes Reply-To: Michael D Hughes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/36603: X crashes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36603 >Category: kern >Synopsis: X crashes >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 20:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael D Hughes >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Mar 9 14:55:05 CST 2002 root@logcabin:/export2/src/sys/compile/MIKE_new_smb_4 i386 Intel Pentium 900MHz 686 class CPU 64Meg memory XFree86 Version 3.3.6 ET6000 >Description: X keeps bombing out and I get the following message: Mar 27 13:43:41 logcabin /kernel: sigreturn: eflags = 0x13286 I have not been able to figure out which program or activity is causing this problem. I did have the problem till I went to 4.5 from 3.5. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 31 20:50:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA19D37B41B for ; Sun, 31 Mar 2002 20:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g314o1S11988; Sun, 31 Mar 2002 20:50:01 -0800 (PST) (envelope-from gnats) Received: from thought.adamantsys.com (w120.z064002057.sjc-ca.dsl.cnc.net [64.2.57.120]) by hub.freebsd.org (Postfix) with ESMTP id 8C99837B416 for ; Sun, 31 Mar 2002 20:41:15 -0800 (PST) Received: from localhost (localhost.adamantsys.com [127.0.0.1]) by thought.adamantsys.com (8.11.6/8.11.6) with ESMTP id g314fee17026 for ; Sun, 31 Mar 2002 20:41:41 -0800 (PST) (envelope-from brian@ncircle.com) Message-Id: <20020331204014.L9172-100000@thought.adamantsys.com> Date: Sun, 31 Mar 2002 20:41:40 -0800 (PST) From: Brian Buchanan To: freebsd-gnats-submit@FreeBSD.org Subject: kern/36605: [PATCH] vm_zone: zinitna failure leaves zlist corrupt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36605 >Category: kern >Synopsis: [PATCH] vm_zone: zinitna failure leaves zlist corrupt >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 20:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Brian Buchanan >Release: FreeBSD 4.3-RELEASE i386 >Organization: nCircle Network Securty, Inc. >Environment: System: FreeBSD 4.3-RELEASE i386 also believed to exist (but not tested) in 4-STABLE not believed to exist in CURRENT, as current seems to have done away with zlist >Description: This was discovered after patching a 4.3-RELEASE kernel with deltas 1.130.2.9 and 1.130.2.11. 1.130.2.11 results in the swap zone requested being reduced in the case where the call to zinit fails. Unfortunately, zinitna adds the vm_zone_t to the zlist linked list before checking to see if the call to kmem_alloc_pageable (in the case of ZONE_INTERRUPT zones) succeeds. On failure of kmem_alloc_pageable, zinitna aborts immediately without cleaning up the list. Also, I noticed that if zlist is empty, the first entry does not have znext set to NULL, even though the memory came from malloc() and is not initialized to zeros according to malloc(9). Patch is included. It was made against 4.3-RELEASE, but should apply cleanly to RELENG_4. >How-To-Repeat: Configure a machine with 4GB of RAM. Observe in dmesg: Swap zone entries reduced from (something) to (something smaller). Run "sysctl vm.zone" Machine will panic or freeze up solid. >Fix: --- vm_zone.c.patch begins here --- --- vm_zone.c.orig Mon Mar 25 12:18:12 2002 +++ vm_zone.c Mon Mar 25 12:21:28 2002 @@ -147,6 +147,7 @@ if (zlist == 0) { zlist = z; + z->znext = 0; } else { z->znext = zlist; zlist = z; @@ -165,8 +166,10 @@ zone_kmem_kvaspace += totsize; z->zkva = kmem_alloc_pageable(kernel_map, totsize); - if (z->zkva == 0) + if (z->zkva == 0) { + zlist = z->znext; return 0; + } z->zpagemax = totsize / PAGE_SIZE; if (obj == NULL) { --- vm_zone.c.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 31 21:11:44 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from yello.shallow.net (yello.shallow.net [203.18.243.120]) by hub.freebsd.org (Postfix) with ESMTP id 9BFAA37B41E for ; Sun, 31 Mar 2002 21:10:56 -0800 (PST) Received: by yello.shallow.net (Postfix, from userid 1001) id 018BD2A69; Mon, 1 Apr 2002 15:10:47 +1000 (EST) Date: Mon, 1 Apr 2002 15:10:46 +1000 From: Joshua Goodall To: freebsd-bugs@FreeBSD.org Subject: Re: kern/29355 lchflags syscall and supporting userland Message-ID: <20020401051046.GC30787@roughtrade.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I have attached an updated version of this change, and it's also available at http://www.roughtrade.net/bsd/lchflags.diff with a readme at http://www.roughtrade.net/bsd/README.lchflags original justification at: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1862+0+archive/2001/freebsd-hackers/20010729.freebsd-hackers This PR appears to have undergone committer timeout, perhaps it could be reassigned? Joshua --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="lchflags.diff" Index: bin/cp/utils.c =================================================================== RCS file: /cvs/src/bin/cp/utils.c,v retrieving revision 1.34 diff -u -r1.34 utils.c --- bin/cp/utils.c 22 Feb 2002 21:24:14 -0000 1.34 +++ bin/cp/utils.c 29 Mar 2002 09:50:16 -0000 @@ -205,7 +205,7 @@ warn("symlink: %s", llink); return (1); } - return (0); + return (pflag ? setfile(p->fts_statp, 0) : 0); } int @@ -250,11 +250,11 @@ TIMESPEC_TO_TIMEVAL(&tv[0], &fs->st_atimespec); TIMESPEC_TO_TIMEVAL(&tv[1], &fs->st_mtimespec); - if (utimes(to.p_path, tv)) { + if (lutimes(to.p_path, tv)) { warn("utimes: %s", to.p_path); rval = 1; } - if (fd ? fstat(fd, &ts) : stat(to.p_path, &ts)) + if (fd ? fstat(fd, &ts) : lstat(to.p_path, &ts)) gotstat = 0; else { gotstat = 1; @@ -269,7 +269,7 @@ */ if (!gotstat || fs->st_uid != ts.st_uid || fs->st_gid != ts.st_gid) if (fd ? fchown(fd, fs->st_uid, fs->st_gid) : - chown(to.p_path, fs->st_uid, fs->st_gid)) { + lchown(to.p_path, fs->st_uid, fs->st_gid)) { if (errno != EPERM) { warn("chown: %s", to.p_path); rval = 1; @@ -278,14 +278,14 @@ } if (!gotstat || fs->st_mode != ts.st_mode) - if (fd ? fchmod(fd, fs->st_mode) : chmod(to.p_path, fs->st_mode)) { + if (fd ? fchmod(fd, fs->st_mode) : lchmod(to.p_path, fs->st_mode)) { warn("chmod: %s", to.p_path); rval = 1; } if (!gotstat || fs->st_flags != ts.st_flags) if (fd ? - fchflags(fd, fs->st_flags) : chflags(to.p_path, fs->st_flags)) { + fchflags(fd, fs->st_flags) : lchflags(to.p_path, fs->st_flags)) { warn("chflags: %s", to.p_path); rval = 1; } Index: bin/ln/symlink.7 =================================================================== RCS file: /cvs/src/bin/ln/symlink.7,v retrieving revision 1.20 diff -u -r1.20 symlink.7 --- bin/ln/symlink.7 14 Aug 2001 10:01:43 -0000 1.20 +++ bin/ln/symlink.7 29 Mar 2002 09:44:19 -0000 @@ -106,11 +106,14 @@ would return a file descriptor to the file .Dq afile . .Pp -There are six system calls that do not follow links, and which operate +There are nine system calls that do not follow links, and which operate on the symbolic link itself. They are: +.Xr lchflags 2 , +.Xr lchmod 2 , .Xr lchown 2 , .Xr lstat 2 , +.Xr lutimes 2 , .Xr readlink 2 , .Xr rename 2 , .Xr rmdir 2 , @@ -126,12 +129,16 @@ is applied to a symbolic link, it fails with the error .Er ENOTDIR . .Pp -The owner and group of an existing symbolic link can be changed by -means of the -.Xr lchown 2 -system call. -The other file attributes, such as the modification time and access -permissions, are not used by the system and cannot be changed. +The flags, access permissions, owner/group and modification time of +an existing symbolic link can be changed by means of the +.Xr lchflags 2 +.Xr lchmod 2 , +.Xr lchown 2 , +and +.Xr lutimes 2 , +system calls, respectively. Of these only the flags are used by +the system, so a symbolic link can be made immutable. The access +permissions and ownership are ignored. .Pp The .Bx 4.4 @@ -441,8 +448,11 @@ .Xr pax 1 , .Xr rm 1 , .Xr tar 1 , +.Xr lchflags 2 , +.Xr lchmod 2 , .Xr lchown 2 , .Xr lstat 2 , +.Xr lutimes 2 , .Xr readlink 2 , .Xr rename 2 , .Xr symlink 2 , Index: bin/rm/rm.c =================================================================== RCS file: /cvs/src/bin/rm/rm.c,v retrieving revision 1.36 diff -u -r1.36 rm.c --- bin/rm/rm.c 14 Feb 2002 01:59:47 -0000 1.36 +++ bin/rm/rm.c 29 Mar 2002 09:44:19 -0000 @@ -237,7 +237,7 @@ if (!uid && (p->fts_statp->st_flags & (UF_APPEND|UF_IMMUTABLE)) && !(p->fts_statp->st_flags & (SF_APPEND|SF_IMMUTABLE))) - rval = chflags(p->fts_accpath, + rval = lchflags(p->fts_accpath, p->fts_statp->st_flags &= ~(UF_APPEND|UF_IMMUTABLE)); if (rval == 0) { /* @@ -327,7 +327,7 @@ if (!uid && (sb.st_flags & (UF_APPEND|UF_IMMUTABLE)) && !(sb.st_flags & (SF_APPEND|SF_IMMUTABLE))) - rval = chflags(f, sb.st_flags & ~(UF_APPEND|UF_IMMUTABLE)); + rval = lchflags(f, sb.st_flags & ~(UF_APPEND|UF_IMMUTABLE)); if (rval == 0) { if (S_ISWHT(sb.st_mode)) rval = undelete(f); Index: contrib/gdb/gdb/proc-events.c =================================================================== RCS file: /cvs/src/contrib/gdb/gdb/proc-events.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 proc-events.c --- contrib/gdb/gdb/proc-events.c 4 Aug 2000 09:34:08 -0000 1.1.1.1 +++ contrib/gdb/gdb/proc-events.c 29 Mar 2002 09:44:19 -0000 @@ -525,6 +525,12 @@ #if defined (SYS_ksigqueue) syscall_table[SYS_ksigqueue] = "ksigqueue"; #endif +#if defined (SYS_lchflags) + syscall_table[SYS_lchflags] = "lchflags"; +#endif +#if defined (SYS_lchmod) + syscall_table[SYS_lchmod] = "lchmod"; +#endif #if defined (SYS_lchown) syscall_table[SYS_lchown] = "lchown"; #endif @@ -548,6 +554,9 @@ #endif #if defined (SYS_lstat64) syscall_table[SYS_lstat64] = "lstat64"; +#endif +#if defined (SYS_lutimes) + syscall_table[SYS_lutimes] = "lutimes"; #endif #if defined (SYS_lvldom) syscall_table[SYS_lvldom] = "lvldom"; Index: lib/libc/sys/chflags.2 =================================================================== RCS file: /cvs/src/lib/libc/sys/chflags.2,v retrieving revision 1.19 diff -u -r1.19 chflags.2 --- lib/libc/sys/chflags.2 1 Oct 2001 16:09:01 -0000 1.19 +++ lib/libc/sys/chflags.2 29 Mar 2002 09:44:19 -0000 @@ -37,7 +37,8 @@ .Os .Sh NAME .Nm chflags , -.Nm fchflags +.Nm fchflags , +.Nm lchflags .Nd set file flags .Sh LIBRARY .Lb libc @@ -48,6 +49,8 @@ .Fn chflags "const char *path" "u_long flags" .Ft int .Fn fchflags "int fd" "u_long flags" +.Ft int +.Fn lchflags "const char *path" "u_long flags" .Sh DESCRIPTION The file whose name is given by @@ -57,6 +60,11 @@ has its flags changed to .Fa flags . .Pp +.Fn Lchflags +is similar to +.Fn chflags +but does not follow symbolic links. +.Pp The flags specified are formed by .Em or Ns 'ing the following values @@ -171,3 +179,7 @@ .Nm fchflags functions first appeared in .Bx 4.4 . +The +.Fn lchflags +function first appeared in +.Nx 1.5 . Index: sbin/restore/tape.c =================================================================== RCS file: /cvs/src/sbin/restore/tape.c,v retrieving revision 1.31 diff -u -r1.31 tape.c --- sbin/restore/tape.c 20 Mar 2002 22:49:40 -0000 1.31 +++ sbin/restore/tape.c 29 Mar 2002 09:51:44 -0000 @@ -529,6 +529,8 @@ extractfile(char *name) { int flags; + uid_t uid; + gid_t gid; mode_t mode; struct timeval timep[2]; struct entry *ep; @@ -539,6 +541,8 @@ timep[0].tv_usec = curfile.dip->di_atimensec / 1000; timep[1].tv_sec = curfile.dip->di_mtime; timep[1].tv_usec = curfile.dip->di_mtimensec / 1000; + uid = curfile.dip->di_uid; + gid = curfile.dip->di_gid; mode = curfile.dip->di_mode; flags = curfile.dip->di_flags; switch (mode & IFMT) { @@ -573,7 +577,17 @@ "%s: zero length symbolic link (ignored)\n", name); return (GOOD); } - return (linkit(lnkbuf, name, SYMLINK)); + if (uflag) + (void) unlink(name); + if (linkit(lnkbuf, name, SYMLINK) == GOOD) { + (void) lutimes(name, timep); + (void) lchown(name, uid, gid); + (void) lchmod(name, mode); + (void) lchflags(name, flags); + return (GOOD); + } else { + return (FAIL); + } case IFIFO: vprintf(stdout, "extract fifo %s\n", name); @@ -589,9 +603,9 @@ skipfile(); return (FAIL); } - (void) chown(name, curfile.dip->di_uid, curfile.dip->di_gid); + (void) utimes(name, timep); + (void) chown(name, uid, gid); (void) chmod(name, mode); - utimes(name, timep); (void) chflags(name, flags); skipfile(); return (GOOD); @@ -611,9 +625,9 @@ skipfile(); return (FAIL); } - (void) chown(name, curfile.dip->di_uid, curfile.dip->di_gid); + (void) utimes(name, timep); + (void) chown(name, uid, gid); (void) chmod(name, mode); - utimes(name, timep); (void) chflags(name, flags); skipfile(); return (GOOD); @@ -633,12 +647,12 @@ skipfile(); return (FAIL); } - (void) fchown(ofile, curfile.dip->di_uid, curfile.dip->di_gid); - (void) fchmod(ofile, mode); getfile(xtrfile, xtrskip); + (void) futimes(ofile, timep); + (void) fchown(ofile, uid, gid); + (void) fchmod(ofile, mode); + (void) fchflags(ofile, flags); (void) close(ofile); - utimes(name, timep); - (void) chflags(name, flags); return (GOOD); } /* NOTREACHED */ Index: sys/kern/init_sysent.c =================================================================== RCS file: /cvs/src/sys/kern/init_sysent.c,v retrieving revision 1.118 diff -u -r1.118 init_sysent.c --- sys/kern/init_sysent.c 5 Mar 2002 16:13:00 -0000 1.118 +++ sys/kern/init_sysent.c 29 Mar 2002 10:12:20 -0000 @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD: src/sys/kern/init_sysent.c,v 1.118 2002/03/05 16:13:00 rwatson Exp $ + * $FreeBSD$ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.107 2002/03/05 16:11:11 rwatson Exp */ @@ -412,4 +412,5 @@ { 0, (sy_call_t *)nosys }, /* 387 = __mac_get_file */ { 0, (sy_call_t *)nosys }, /* 388 = __mac_set_fd */ { 0, (sy_call_t *)nosys }, /* 389 = __mac_set_file */ + { AS(lchflags_args), (sy_call_t *)lchflags }, /* 390 = lchflags */ }; Index: sys/kern/syscalls.c =================================================================== RCS file: /cvs/src/sys/kern/syscalls.c,v retrieving revision 1.105 diff -u -r1.105 syscalls.c --- sys/kern/syscalls.c 5 Mar 2002 16:13:00 -0000 1.105 +++ sys/kern/syscalls.c 29 Mar 2002 10:12:20 -0000 @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD: src/sys/kern/syscalls.c,v 1.105 2002/03/05 16:13:00 rwatson Exp $ + * $FreeBSD$ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.107 2002/03/05 16:11:11 rwatson Exp */ @@ -397,4 +397,5 @@ "#387", /* 387 = __mac_get_file */ "#388", /* 388 = __mac_set_fd */ "#389", /* 389 = __mac_set_file */ + "lchflags", /* 390 = lchflags */ }; Index: sys/kern/syscalls.master =================================================================== RCS file: /cvs/src/sys/kern/syscalls.master,v retrieving revision 1.107 diff -u -r1.107 syscalls.master --- sys/kern/syscalls.master 5 Mar 2002 16:11:11 -0000 1.107 +++ sys/kern/syscalls.master 29 Mar 2002 10:10:38 -0000 @@ -559,3 +559,4 @@ 387 UNIMPL BSD __mac_get_file 388 UNIMPL BSD __mac_set_fd 389 UNIMPL BSD __mac_set_file +390 STD BSD { int lchflags(char *path, int flags); } Index: sys/kern/vfs_syscalls.c =================================================================== RCS file: /cvs/src/sys/kern/vfs_syscalls.c,v retrieving revision 1.241 diff -u -r1.241 vfs_syscalls.c --- sys/kern/vfs_syscalls.c 28 Mar 2002 13:47:32 -0000 1.241 +++ sys/kern/vfs_syscalls.c 29 Mar 2002 10:01:14 -0000 @@ -2812,7 +2812,7 @@ } /* - * Common implementation code for chflags() and fchflags(). + * Common implementation code for chflags(), lchflags and fchflags(). */ static int setfflags(td, vp, flags) @@ -2870,6 +2870,36 @@ struct nameidata nd; NDINIT(&nd, LOOKUP, FOLLOW, UIO_USERSPACE, SCARG(uap, path), td); + if ((error = namei(&nd)) != 0) + return (error); + NDFREE(&nd, NDF_ONLY_PNBUF); + error = setfflags(td, nd.ni_vp, SCARG(uap, flags)); + vrele(nd.ni_vp); + return error; +} + +/* + * Change flags of a file given a path name (don't follow links). + */ +#ifndef _SYS_SYSPROTO_H_ +struct lchflags_args { + char *path; + int flags; +}; +#endif +/* ARGSUSED */ +int +lchflags(td, uap) + struct thread *td; + register struct lchflags_args /* { + syscallarg(char *) path; + syscallarg(int) flags; + } */ *uap; +{ + int error; + struct nameidata nd; + + NDINIT(&nd, LOOKUP, NOFOLLOW, UIO_USERSPACE, SCARG(uap, path), td); if ((error = namei(&nd)) != 0) return (error); NDFREE(&nd, NDF_ONLY_PNBUF); Index: sys/sys/param.h =================================================================== RCS file: /cvs/src/sys/sys/param.h,v retrieving revision 1.119 diff -u -r1.119 param.h --- sys/sys/param.h 19 Mar 2002 20:18:40 -0000 1.119 +++ sys/sys/param.h 29 Mar 2002 10:02:11 -0000 @@ -52,7 +52,7 @@ * there. */ #undef __FreeBSD_version -#define __FreeBSD_version 500032 /* Master, propagated to newvers */ +#define __FreeBSD_version 500033 /* Master, propagated to newvers */ #ifndef NULL #define NULL 0 Index: sys/sys/stat.h =================================================================== RCS file: /cvs/src/sys/sys/stat.h,v retrieving revision 1.23 diff -u -r1.23 stat.h --- sys/sys/stat.h 19 Mar 2002 20:18:41 -0000 1.23 +++ sys/sys/stat.h 29 Mar 2002 10:05:49 -0000 @@ -256,6 +256,7 @@ #ifndef _POSIX_SOURCE int chflags(const char *, u_long); int fchflags(int, u_long); +int lchflags(const char *, u_long); int fchmod(int, mode_t); int lchmod(const char *, mode_t); int lstat(const char *, struct stat *); Index: sys/sys/syscall.h =================================================================== RCS file: /cvs/src/sys/sys/syscall.h,v retrieving revision 1.104 diff -u -r1.104 syscall.h --- sys/sys/syscall.h 5 Mar 2002 16:13:01 -0000 1.104 +++ sys/sys/syscall.h 29 Mar 2002 10:12:20 -0000 @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD: src/sys/sys/syscall.h,v 1.104 2002/03/05 16:13:01 rwatson Exp $ + * $FreeBSD$ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.107 2002/03/05 16:11:11 rwatson Exp */ @@ -303,4 +303,5 @@ #define SYS_kse_new 381 #define SYS_thread_wakeup 382 #define SYS_kse_yield 383 -#define SYS_MAXSYSCALL 390 +#define SYS_lchflags 390 +#define SYS_MAXSYSCALL 391 Index: sys/sys/syscall.mk =================================================================== RCS file: /cvs/src/sys/sys/syscall.mk,v retrieving revision 1.59 diff -u -r1.59 syscall.mk --- sys/sys/syscall.mk 5 Mar 2002 16:13:01 -0000 1.59 +++ sys/sys/syscall.mk 29 Mar 2002 10:12:20 -0000 @@ -1,6 +1,6 @@ # FreeBSD system call names. # DO NOT EDIT-- this file is automatically generated. -# $FreeBSD: src/sys/sys/syscall.mk,v 1.59 2002/03/05 16:13:01 rwatson Exp $ +# $FreeBSD$ # created from FreeBSD: src/sys/kern/syscalls.master,v 1.107 2002/03/05 16:11:11 rwatson Exp MIASM = \ syscall.o \ @@ -252,4 +252,5 @@ kse_wakeup.o \ kse_new.o \ thread_wakeup.o \ - kse_yield.o + kse_yield.o \ + lchflags.o Index: sys/sys/sysproto.h =================================================================== RCS file: /cvs/src/sys/sys/sysproto.h,v retrieving revision 1.96 diff -u -r1.96 sysproto.h --- sys/sys/sysproto.h 19 Mar 2002 20:18:41 -0000 1.96 +++ sys/sys/sysproto.h 29 Mar 2002 10:12:20 -0000 @@ -2,7 +2,7 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD: src/sys/sys/sysproto.h,v 1.96 2002/03/19 20:18:41 alfred Exp $ + * $FreeBSD$ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.107 2002/03/05 16:11:11 rwatson Exp */ @@ -1105,6 +1105,10 @@ struct kse_yield_args { register_t dummy; }; +struct lchflags_args { + char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)]; + char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)]; +}; int nosys(struct thread *, struct nosys_args *); void sys_exit(struct thread *, struct sys_exit_args *); int fork(struct thread *, struct fork_args *); @@ -1354,6 +1358,7 @@ int kse_new(struct thread *, struct kse_new_args *); int thread_wakeup(struct thread *, struct thread_wakeup_args *); int kse_yield(struct thread *, struct kse_yield_args *); +int lchflags(struct thread *, struct lchflags_args *); #ifdef COMPAT_43 Index: usr.bin/chflags/chflags.1 =================================================================== RCS file: /cvs/src/usr.bin/chflags/chflags.1,v retrieving revision 1.14 diff -u -r1.14 chflags.1 --- usr.bin/chflags/chflags.1 15 Aug 2001 09:09:39 -0000 1.14 +++ usr.bin/chflags/chflags.1 29 Mar 2002 09:44:22 -0000 @@ -47,6 +47,7 @@ .Fl R .Op Fl H | Fl L | Fl P .Oc +.Op Fl h .Ar flags .Ar .Sh DESCRIPTION @@ -76,6 +77,11 @@ .It Fl R Change the file flags for the file hierarchies rooted in the files instead of just the files themselves. +.It Fl h +If the +.Ar file +or a file encountered during directory traversal is a symbolic link, +the file flags of the link itself are changed. .El .Pp The flags are specified as an octal number or a comma separated list @@ -117,13 +123,6 @@ the immutable bit should be cleared .El .Pp -Symbolic links do not have flags, so unless the -.Fl H -or -.Fl L -option is set, -.Nm -on a symbolic link always succeeds and has no effect. The .Fl H , .Fl L @@ -141,6 +140,7 @@ .Sh SEE ALSO .Xr ls 1 , .Xr chflags 2 , +.Xr lchflags 2 , .Xr stat 2 , .Xr fts 3 , .Xr symlink 7 Index: usr.bin/chflags/chflags.c =================================================================== RCS file: /cvs/src/usr.bin/chflags/chflags.c,v retrieving revision 1.14 diff -u -r1.14 chflags.c --- usr.bin/chflags/chflags.c 22 Mar 2002 01:19:26 -0000 1.14 +++ usr.bin/chflags/chflags.c 29 Mar 2002 11:02:11 -0000 @@ -67,13 +67,14 @@ { FTS *ftsp; FTSENT *p; - u_long clear, set; + u_long clear, set, newflags; long val; - int Hflag, Lflag, Pflag, Rflag, ch, fts_options, oct, rval; + int Hflag, Lflag, Pflag, Rflag, hflag, ch, fts_options, oct, rval; char *flags, *ep; + int (*change_flags) __P((const char *, u_long)); - Hflag = Lflag = Pflag = Rflag = 0; - while ((ch = getopt(argc, argv, "HLPR")) != -1) + Hflag = Lflag = Pflag = Rflag = hflag = 0; + while ((ch = getopt(argc, argv, "HLPRh")) != -1) switch (ch) { case 'H': Hflag = 1; @@ -90,6 +91,9 @@ case 'R': Rflag = 1; break; + case 'h': + hflag = 1; + break; case '?': default: usage(); @@ -109,7 +113,7 @@ fts_options |= FTS_LOGICAL; } } else - fts_options = FTS_LOGICAL; + fts_options = hflag ? FTS_PHYSICAL : FTS_LOGICAL; flags = *argv; if (*flags >= '0' && *flags <= '7') { @@ -134,6 +138,7 @@ err(1, NULL); for (rval = 0; (p = fts_read(ftsp)) != NULL;) { + change_flags = chflags; switch (p->fts_info) { case FTS_D: if (Rflag) /* Change it at FTS_DP. */ @@ -149,28 +154,44 @@ warnx("%s: %s", p->fts_path, strerror(p->fts_errno)); rval = 1; continue; - case FTS_SL: /* Ignore. */ + case FTS_SL: /* Ignore unless -h. */ + /* + * All symlinks we found while doing a physical + * walk end up here. + */ + if (!hflag) + continue; + /* + * Note that if we follow a symlink, fts_info is + * not FTS_SL but FTS_F or whatever. And we should + * use lchflags only for FTS_SL and should use chflags + * for others. + */ + change_flags = lchflags; + break; + case FTS_SLNONE: /* * The only symlinks that end up here are ones that - * don't point to anything and ones that we found - * doing a physical walk. + * don't point to anything. Note that if we are + * doing a physical walk, we never reach here unless + * we asked to follow explicitly (with -H or -L). */ continue; default: break; } - if (oct) { - if (!chflags(p->fts_accpath, set)) - continue; - } else { - p->fts_statp->st_flags |= set; - p->fts_statp->st_flags &= clear; - if (!chflags(p->fts_accpath, (u_long)p->fts_statp->st_flags)) - continue; + if (oct) + newflags = set; + else { + newflags = p->fts_statp->st_flags; + newflags |= set; + newflags &= clear; + } + if ((*change_flags)(p->fts_accpath, newflags)) { + warn("%s", p->fts_path); + rval = 1; } - warn("%s", p->fts_path); - rval = 1; } if (errno) err(1, "fts_read"); @@ -181,6 +202,6 @@ usage() { (void)fprintf(stderr, - "usage: chflags [-R [-H | -L | -P]] flags file ...\n"); + "usage: chflags [-R [-H | -L | -P]] [-h] flags file ...\n"); exit(1); } Index: usr.bin/find/function.c =================================================================== RCS file: /cvs/src/usr.bin/find/function.c,v retrieving revision 1.39 diff -u -r1.39 function.c --- usr.bin/find/function.c 26 Mar 2002 12:05:34 -0000 1.39 +++ usr.bin/find/function.c 29 Mar 2002 09:44:22 -0000 @@ -401,7 +401,7 @@ if ((entry->fts_statp->st_flags & (UF_APPEND|UF_IMMUTABLE)) && !(entry->fts_statp->st_flags & (SF_APPEND|SF_IMMUTABLE)) && geteuid() == 0) - chflags(entry->fts_accpath, + lchflags(entry->fts_accpath, entry->fts_statp->st_flags &= ~(UF_APPEND|UF_IMMUTABLE)); /* rmdir directories, unlink everything else */ Index: usr.sbin/mtree/compare.c =================================================================== RCS file: /cvs/src/usr.sbin/mtree/compare.c,v retrieving revision 1.20 diff -u -r1.20 compare.c --- usr.sbin/mtree/compare.c 6 Oct 2000 12:48:55 -0000 1.20 +++ usr.sbin/mtree/compare.c 29 Mar 2002 09:44:22 -0000 @@ -60,7 +60,7 @@ #include "mtree.h" #include "extern.h" -extern int uflag; +extern int Lflag, uflag; extern int lineno; static char *ftype __P((u_int)); @@ -125,7 +125,7 @@ (void)printf("%suser expected %lu found %lu", tab, (u_long)s->st_uid, (u_long)p->fts_statp->st_uid); if (uflag) - if (chown(p->fts_accpath, s->st_uid, -1)) + if ((Lflag ? chown : lchown)(p->fts_accpath, s->st_uid, -1)) (void)printf(" not modified: %s\n", strerror(errno)); else @@ -139,7 +139,7 @@ (void)printf("%sgid expected %lu found %lu", tab, (u_long)s->st_gid, (u_long)p->fts_statp->st_gid); if (uflag) - if (chown(p->fts_accpath, -1, s->st_gid)) + if ((Lflag ? chown : lchown)(p->fts_accpath, -1, s->st_gid)) (void)printf(" not modified: %s\n", strerror(errno)); else @@ -231,7 +231,7 @@ free(fflags); if (uflag) - if (chflags(p->fts_accpath, s->st_flags)) + if ((Lflag ? chflags : lchflags)(p->fts_accpath, s->st_flags)) (void)printf(" not modified: %s\n", strerror(errno)); else @@ -299,7 +299,7 @@ strcmp(cp = rlink(p->fts_accpath), s->slink)) { LABEL; (void)printf("%slink_ref expected %s found %s\n", - tab, cp, s->slink); + tab, s->slink, cp); } return (label); } Index: usr.sbin/mtree/mtree.8 =================================================================== RCS file: /cvs/src/usr.sbin/mtree/mtree.8,v retrieving revision 1.35 diff -u -r1.35 mtree.8 --- usr.sbin/mtree/mtree.8 15 Aug 2001 09:09:46 -0000 1.35 +++ usr.sbin/mtree/mtree.8 29 Mar 2002 09:44:22 -0000 @@ -76,7 +76,7 @@ Don't follow symbolic links in the file hierarchy, instead consider the symbolic link itself in any comparisons. This is the default. .It Fl U -Modify the owner, group and permissions of existing files to match +Modify the owner, group, flags and permissions of existing files to match the specification and create any missing directories or symbolic links. User, group and permissions must all be specified for missing directories to be created. Index: usr.sbin/mtree/mtree.c =================================================================== RCS file: /cvs/src/usr.sbin/mtree/mtree.c,v retrieving revision 1.18 diff -u -r1.18 mtree.c --- usr.sbin/mtree/mtree.c 25 Sep 2000 16:24:22 -0000 1.18 +++ usr.sbin/mtree/mtree.c 29 Mar 2002 09:44:22 -0000 @@ -58,7 +58,7 @@ extern long int crc_total; int ftsoptions = FTS_PHYSICAL; -int cflag, dflag, eflag, iflag, nflag, qflag, rflag, sflag, uflag, Uflag; +int cflag, dflag, eflag, iflag, Lflag, nflag, qflag, rflag, sflag, uflag, Uflag; u_int keys; char fullpath[MAXPATHLEN]; @@ -107,6 +107,7 @@ keys |= parsekey(p, NULL); break; case 'L': + Lflag = 1; ftsoptions &= ~FTS_PHYSICAL; ftsoptions |= FTS_LOGICAL; break; Index: usr.sbin/mtree/verify.c =================================================================== RCS file: /cvs/src/usr.sbin/mtree/verify.c,v retrieving revision 1.15 diff -u -r1.15 verify.c --- usr.sbin/mtree/verify.c 3 Oct 2000 13:13:47 -0000 1.15 +++ usr.sbin/mtree/verify.c 29 Mar 2002 09:44:22 -0000 @@ -205,6 +205,10 @@ if (lchown(path, p->st_uid, p->st_gid)) (void)printf("%s: user/group not modified: %s\n", path, strerror(errno)); + if ((p->flags & F_FLAGS) && p->st_flags && + lchflags(path, p->st_flags)) + (void)printf("%s: symlink flags not set: %s\n", + path, strerror(errno)); continue; } else if (!(p->flags & F_MODE)) (void)printf(" (directory not created: mode not specified)"); Index: usr.sbin/pkg_install/add/extract.c =================================================================== RCS file: /cvs/src/usr.sbin/pkg_install/add/extract.c,v retrieving revision 1.30 diff -u -r1.30 extract.c --- usr.sbin/pkg_install/add/extract.c 10 Oct 2001 06:58:41 -0000 1.30 +++ usr.sbin/pkg_install/add/extract.c 29 Mar 2002 09:44:22 -0000 @@ -62,7 +62,7 @@ if (q->type == PLIST_FILE) { snprintf(try, FILENAME_MAX, "%s/%s", dir, q->name); if (make_preserve_name(bup, FILENAME_MAX, name, try) && fexists(bup)) { - (void)chflags(try, 0); + (void)lchflags(try, 0); (void)unlink(try); if (rename(bup, try)) warnx("rollback: unable to rename %s back to %s", bup, try); @@ -138,7 +138,7 @@ /* first try to rename it into place */ snprintf(try, FILENAME_MAX, "%s/%s", Directory, p->name); if (fexists(try)) { - (void)chflags(try, 0); /* XXX hack - if truly immutable, rename fails */ + (void)lchflags(try, 0); /* XXX hack - if truly immutable, rename fails */ if (preserve && PkgName) { char pf[FILENAME_MAX]; --6TrnltStXW4iwmi0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 31 21:40:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C771437B41C for ; Sun, 31 Mar 2002 21:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g315e1U23623; Sun, 31 Mar 2002 21:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 434D537B41E for ; Sun, 31 Mar 2002 21:32:10 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g315WAC22059; Sun, 31 Mar 2002 21:32:10 -0800 (PST) (envelope-from nobody) Message-Id: <200204010532.g315WAC22059@freefall.freebsd.org> Date: Sun, 31 Mar 2002 21:32:10 -0800 (PST) From: Mark Fullmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/36606: Adding packages with sysinstall failes after Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36606 >Category: conf >Synopsis: Adding packages with sysinstall failes after >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 21:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Fullmer >Release: 4.5-STABLE (20020327) >Organization: OARNet >Environment: FreeBSD base4.oar.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Mar 27 14:47:36 EST 2002 maf@base4.oar.net:/usr/src/sys/compile/BASE4 i386 >Description: pkg_add fails when the package is delivered via stdin (pkg_add -). This appears to have been triggered by gnu/30876, but the problem seems to be in pkg_add itself. sysinstall can no longer install packages. >How-To-Repeat: Before the buffer.c patch to tar in gnu/30876: char:/tmp# pkg_add - < zoo-2.10.1.tgz gzip: stdin: unexpected end of file tar: child returned status 1 The package is successfully installed though. After the buffer.c patch: char:/tmp# pkg_add - < zoo-2.10.1.tgz gzip: stdin: unexpected end of file tar: child returned status 1 pkg_add: tar extract of - failed! pkg_add: unable to extract `-'! >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 0: 4:53 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id EC11C37B419 for ; Mon, 1 Apr 2002 00:04:47 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020401080442.MYKK2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Mon, 1 Apr 2002 08:04:42 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g3184fF22763; Mon, 1 Apr 2002 00:04:41 -0800 (PST) (envelope-from cjc) Date: Mon, 1 Apr 2002 00:04:41 -0800 From: "Crist J. Clark" To: Henrik Larsson Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/36368: sshd error: session_close_by_channel: kill xxxxxx: No such process Message-ID: <20020401000441.M99214@blossom.cjclark.org> References: <200203311720.g2VHK4044763@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203311720.g2VHK4044763@freefall.freebsd.org>; from freebsd@spambox.dk on Sun, Mar 31, 2002 at 09:20:04AM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Mar 31, 2002 at 09:20:04AM -0800, Henrik Larsson wrote: > The following reply was made to PR misc/36368; it has been noted by GNATS. > > From: Henrik Larsson > To: freebsd-gnats-submit@FreeBSD.org, freebsd@spambox.dk > Cc: > Subject: Re: misc/36368: sshd error: session_close_by_channel: kill > xxxxxx: No such process > Date: Sun, 31 Mar 2002 19:19:57 +0200 > > > A little more detail on how to reproduce this? I can't. > > It is very simple. > > Login with sftp then logout. > > This produce the message in my message log. OK, on one machine I do, $ sftp buttercup Connecting to buttercup... sftp> ls drwxr-xr-x 3 cjc cjc 512 Mar 19 03:22 . drwxr-xr-x 3 root wheel 512 Aug 29 2001 .. -rw-r--r-- 1 cjc cjc 1576 Aug 29 2001 .cshrc -rw-r--r-- 1 cjc cjc 1846 Aug 29 2001 .login -rw-r--r-- 1 cjc cjc 160 Aug 29 2001 .login_conf -rw-r--r-- 1 cjc cjc 331 Aug 29 2001 .mailrc -rw-r--r-- 1 cjc cjc 749 Aug 29 2001 .profile -rw-r--r-- 1 cjc cjc 832 Aug 29 2001 .shrc -rw------- 1 cjc cjc 371 Aug 29 2001 .mail_aliases -rw------- 1 cjc cjc 276 Aug 29 2001 .rhosts drwx------ 2 cjc cjc 512 Dec 6 13:31 .ssh -rw------- 1 cjc cjc 21454 Mar 31 03:05 .history -rw-r----- 1 cjc cjc 18608 Aug 29 2001 .bash_history -rw-r----- 1 cjc cjc 57 Aug 29 2001 .bash_profile -rw-r----- 1 cjc cjc 68 Aug 29 2001 .bashrc -rw-r--r-- 1 cjc cjc 332 Aug 29 2001 .emacs -rw-r--r-- 1 cjc cjc 1801 Aug 29 2001 .alias -rw-r--r-- 1 cjc cjc 1110 Feb 17 09:06 scanners -rw-r--r-- 1 cjc cjc 351 Feb 17 09:07 scanners.noatt -rw-r--r-- 1 cjc cjc 627520 Feb 22 06:13 scanners.1 -rw------- 1 cjc cjc 33684 Feb 20 03:13 mbox -rw-r--r-- 1 cjc cjc 630 Mar 19 03:22 setupsetilog.sh sftp> exit $ And on the server I logged into, buttercup, $ grep sshd /var/log/messages $ grep sshd /var/log/authlog | tail -2 Apr 1 00:01:26 buttercup sshd[20796]: Accepted publickey for cjc from 192.168.64.60 port 3606 ssh2 Apr 1 00:01:26 buttercup sshd[20796]: subsystem request for sftp No errors. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 0:31:12 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 2E2E337B419; Mon, 1 Apr 2002 00:31:05 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g318V1K47539; Mon, 1 Apr 2002 10:31:01 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200204010831.g318V1K47539@zibbi.icomtek.csir.co.za> Subject: Re: misc/36368: sshd error: session_close_by_channel: kill xxxxxx: No such process In-Reply-To: <20020401000441.M99214@blossom.cjclark.org> from "Crist J. Clark" at "Apr 1, 2002 00:04:41 am" To: cjc@FreeBSD.ORG (Crist J. Clark) Date: Mon, 1 Apr 2002 10:31:01 +0200 (SAT) Cc: freebsd@spambox.dk (Henrik Larsson), freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > On Sun, Mar 31, 2002 at 09:20:04AM -0800, Henrik Larsson wrote: > > The following reply was made to PR misc/36368; it has been noted by GNATS. > > > > From: Henrik Larsson > > To: freebsd-gnats-submit@FreeBSD.org, freebsd@spambox.dk > > Cc: > > Subject: Re: misc/36368: sshd error: session_close_by_channel: kill > > xxxxxx: No such process > > Date: Sun, 31 Mar 2002 19:19:57 +0200 > > > > > A little more detail on how to reproduce this? I can't. > > > > It is very simple. > > > > Login with sftp then logout. > > > > This produce the message in my message log. > > OK, on one machine I do, > > $ sftp buttercup > Connecting to buttercup... > sftp> ls > drwxr-xr-x 3 cjc cjc 512 Mar 19 03:22 . > drwxr-xr-x 3 root wheel 512 Aug 29 2001 .. > -rw-r--r-- 1 cjc cjc 1576 Aug 29 2001 .cshrc ... > -rw-r--r-- 1 cjc cjc 630 Mar 19 03:22 setupsetilog.sh > sftp> exit > $ > > And on the server I logged into, buttercup, > > $ grep sshd /var/log/messages > $ grep sshd /var/log/authlog | tail -2 > Apr 1 00:01:26 buttercup sshd[20796]: Accepted publickey for cjc from 192.168.64.60 port 3606 ssh2 > Apr 1 00:01:26 buttercup sshd[20796]: subsystem request for sftp > > No errors. You are lucky. I think it also have a little to do with timing. I had the problem when using bitkeeper over ssh too. After first blaming bitkeeper, they determined that it was openssh 2.9. I upgraded all my machines that use bitkeeper to openssh 3.x and the problems went away. Now if you look in the release notes for bitkeeper, you will see this: ################################################################### OpenSSH version 2.9 has a bug which can cause lost EOF errors when used as a BitKeeper transport, especially over slow links. We've confirmed that the problem has been fixed as of version 2.9.9; get an update at http://www.openssh.com/portable.html ################################################################### John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 0:55: 3 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F3B237B4DF; Mon, 1 Apr 2002 00:54:19 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g318sIQ66502; Mon, 1 Apr 2002 00:54:18 -0800 (PST) (envelope-from joe) Date: Mon, 1 Apr 2002 00:54:18 -0800 (PST) From: Message-Id: <200204010854.g318sIQ66502@freefall.freebsd.org> To: hiten@uk.FreeBSD.org, joe@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/34039: [PATCH] - New Freebsd-Tips for fortune(6) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] - New Freebsd-Tips for fortune(6) State-Changed-From-To: open->closed State-Changed-By: joe State-Changed-When: Mon Apr 1 00:53:31 PST 2002 State-Changed-Why: I've tweaked the existing ones, and added most of the new ones. I wasn't sure that the 'swapon' one was relevant to a user. http://www.freebsd.org/cgi/query-pr.cgi?pr=34039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 2:25: 1 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 9AA3C37B417 for ; Mon, 1 Apr 2002 02:24:57 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020401102457.VWPG1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Mon, 1 Apr 2002 10:24:57 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g31AOrX47916; Mon, 1 Apr 2002 02:24:53 -0800 (PST) (envelope-from cjc) Date: Mon, 1 Apr 2002 02:24:53 -0800 From: "Crist J. Clark" To: John Hay Cc: Henrik Larsson , freebsd-bugs@FreeBSD.ORG Subject: Re: misc/36368: sshd error: session_close_by_channel: kill xxxxxx: No such process Message-ID: <20020401022453.P99214@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20020401000441.M99214@blossom.cjclark.org> <200204010831.g318V1K47539@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200204010831.g318V1K47539@zibbi.icomtek.csir.co.za>; from jhay@icomtek.csir.co.za on Mon, Apr 01, 2002 at 10:31:01AM +0200 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Apr 01, 2002 at 10:31:01AM +0200, John Hay wrote: > > On Sun, Mar 31, 2002 at 09:20:04AM -0800, Henrik Larsson wrote: > > > The following reply was made to PR misc/36368; it has been noted by GNATS. > > > > > > From: Henrik Larsson > > > To: freebsd-gnats-submit@FreeBSD.org, freebsd@spambox.dk > > > Cc: > > > Subject: Re: misc/36368: sshd error: session_close_by_channel: kill > > > xxxxxx: No such process > > > Date: Sun, 31 Mar 2002 19:19:57 +0200 > > > > > > > A little more detail on how to reproduce this? I can't. > > > > > > It is very simple. > > > > > > Login with sftp then logout. > > > > > > This produce the message in my message log. > > > > OK, on one machine I do, > > > > $ sftp buttercup > > Connecting to buttercup... > > sftp> ls > > drwxr-xr-x 3 cjc cjc 512 Mar 19 03:22 . > > drwxr-xr-x 3 root wheel 512 Aug 29 2001 .. > > -rw-r--r-- 1 cjc cjc 1576 Aug 29 2001 .cshrc > ... > > -rw-r--r-- 1 cjc cjc 630 Mar 19 03:22 setupsetilog.sh > > sftp> exit > > $ > > > > And on the server I logged into, buttercup, > > > > $ grep sshd /var/log/messages > > $ grep sshd /var/log/authlog | tail -2 > > Apr 1 00:01:26 buttercup sshd[20796]: Accepted publickey for cjc from 192.168.64.60 port 3606 ssh2 > > Apr 1 00:01:26 buttercup sshd[20796]: subsystem request for sftp > > > > No errors. > > You are lucky. I think it also have a little to do with timing. I had the > problem when using bitkeeper over ssh too. After first blaming bitkeeper, > they determined that it was openssh 2.9. I upgraded all my machines that > use bitkeeper to openssh 3.x and the problems went away. Now if you look > in the release notes for bitkeeper, you will see this: > > ################################################################### > OpenSSH version 2.9 has a bug which can cause lost EOF errors when used as > a BitKeeper transport, especially over slow links. We've confirmed that > the problem has been fixed as of version 2.9.9; get an update at > http://www.openssh.com/portable.html > ################################################################### There's not a lot we can do about this possible bug unless we have reasonably reliable way to reproduce it. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 2:30: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABA6637B41C for ; Mon, 1 Apr 2002 02:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31AU1b87602; Mon, 1 Apr 2002 02:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C8C837B405 for ; Mon, 1 Apr 2002 02:28:00 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31AS0G87135; Mon, 1 Apr 2002 02:28:00 -0800 (PST) (envelope-from nobody) Message-Id: <200204011028.g31AS0G87135@freefall.freebsd.org> Date: Mon, 1 Apr 2002 02:28:00 -0800 (PST) From: Peter Blok To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/36610: acd0: MODE_SENSE_BIG command timeout - resetting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36610 >Category: kern >Synopsis: acd0: MODE_SENSE_BIG command timeout - resetting >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 01 02:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Peter Blok >Release: 4.5-STABLE of 04012001 >Organization: >Environment: FreeBSD bsdpc 4.5-STABLE FreeBSD 4.5-STABLE #1: Mon Apr 1 12:14:13 CEST 2002 su@bsdpc:/usr/src/sys/compile/BSDPC i386 >Description: Since I have cvsupped a new stable 4.5, the Pioneer DVD is having problems. During boot the BIG_MODE_SENSE failed message appears and when trying to access the driver a "Device not configured" appears. 4.5-STABLE of a month ago worked fine. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 2:36:10 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 9097937B419 for ; Mon, 1 Apr 2002 02:36:01 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g31AZqR51144; Mon, 1 Apr 2002 12:35:52 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200204011035.g31AZqR51144@zibbi.icomtek.csir.co.za> Subject: Re: misc/36368: sshd error: session_close_by_channel: kill xxxxxx: No such process In-Reply-To: <20020401022453.P99214@blossom.cjclark.org> from "Crist J. Clark" at "Apr 1, 2002 02:24:53 am" To: cjclark@alum.mit.edu Date: Mon, 1 Apr 2002 12:35:52 +0200 (SAT) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > On Mon, Apr 01, 2002 at 10:31:01AM +0200, John Hay wrote: > > > On Sun, Mar 31, 2002 at 09:20:04AM -0800, Henrik Larsson wrote: > > > > The following reply was made to PR misc/36368; it has been noted by GNATS. > > > > > > > > From: Henrik Larsson > > > > To: freebsd-gnats-submit@FreeBSD.org, freebsd@spambox.dk > > > > Cc: > > > > Subject: Re: misc/36368: sshd error: session_close_by_channel: kill > > > > xxxxxx: No such process > > > > Date: Sun, 31 Mar 2002 19:19:57 +0200 > > > > > > > > > A little more detail on how to reproduce this? I can't. > > > > > > > > It is very simple. > > > > > > > > Login with sftp then logout. > > > > > > > > This produce the message in my message log. > > > > > > OK, on one machine I do, > > > > > > $ sftp buttercup > > > Connecting to buttercup... > > > sftp> ls > > > drwxr-xr-x 3 cjc cjc 512 Mar 19 03:22 . > > > drwxr-xr-x 3 root wheel 512 Aug 29 2001 .. > > > -rw-r--r-- 1 cjc cjc 1576 Aug 29 2001 .cshrc > > ... > > > -rw-r--r-- 1 cjc cjc 630 Mar 19 03:22 setupsetilog.sh > > > sftp> exit > > > $ > > > > > > And on the server I logged into, buttercup, > > > > > > $ grep sshd /var/log/messages > > > $ grep sshd /var/log/authlog | tail -2 > > > Apr 1 00:01:26 buttercup sshd[20796]: Accepted publickey for cjc from 192.168.64.60 port 3606 ssh2 > > > Apr 1 00:01:26 buttercup sshd[20796]: subsystem request for sftp > > > > > > No errors. > > > > You are lucky. I think it also have a little to do with timing. I had the > > problem when using bitkeeper over ssh too. After first blaming bitkeeper, > > they determined that it was openssh 2.9. I upgraded all my machines that > > use bitkeeper to openssh 3.x and the problems went away. Now if you look > > in the release notes for bitkeeper, you will see this: > > > > ################################################################### > > OpenSSH version 2.9 has a bug which can cause lost EOF errors when used as > > a BitKeeper transport, especially over slow links. We've confirmed that > > the problem has been fixed as of version 2.9.9; get an update at > > http://www.openssh.com/portable.html > > ################################################################### > > There's not a lot we can do about this possible bug unless we have > reasonably reliable way to reproduce it. We don't need to waste our time with it. It has been fixed in openssh 3.x long ago. As soon as openssh 3.1 is MFCed, the bug will be fixed. :-) John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 4: 0:24 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7D6437B419 for ; Mon, 1 Apr 2002 04:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31C04804700; Mon, 1 Apr 2002 04:00:04 -0800 (PST) (envelope-from gnats) Date: Mon, 1 Apr 2002 04:00:04 -0800 (PST) Message-Id: <200204011200.g31C04804700@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mark Kettenis Subject: Re: kern/35175: ptrace(PT_DETACH, ...) doesn't do signals as advertised Reply-To: Mark Kettenis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/35175; it has been noted by GNATS. From: Mark Kettenis To: freebsd-gnats-submit@FreeBSD.org Cc: peter.edwards@openet-telecom.com Subject: Re: kern/35175: ptrace(PT_DETACH, ...) doesn't do signals as advertised Date: Mon, 1 Apr 2002 13:52:14 +0200 (CEST) I can confirm that this is a real bug. It's easy to reproduce this with GDB. Simply attach to a process, and then immediately detach. The process will be suspended. Even worse, if you let the process run under control of GDB before the detach, it'll almost certainly die with a Trace/BPT trap on detaching. Didn't notice this before since the part of GDB's regression testsuite that tests the attach/detach functionality wasn't run on FreeBSD until recently. Anyway, I agree with Peter's analysis. Some archaeology revealed that the bug was already present in the 4.4-lite sources and that it has been fixed in NetBSD and OpenBSD several years ago. Attached is an alternative patch that bright the FreeBSD code more in line with OpenBSD (NetBSD has diverged quite a bit since the bug was fixed). The patch is against 4.4-RELEASE, but I think it should apply against -STABLE without too much problems. Fixing -CURRENT along the same lines should be doable too. I'm certainly willing to help out there. Would be great of someone could take a look at this... As GDB FreeBSD maintainer I'd really like to see this bug go. Mark --- /usr/src/sys/kern/kern_sig.c.orig Fri Jul 27 16:06:01 2001 +++ /usr/src/sys/kern/kern_sig.c Mon Apr 1 12:59:37 2002 @@ -1230,7 +1230,7 @@ issignal(p) if (!SIGNOTEMPTY(mask)) /* no signal to send */ return (0); sig = sig_ffs(&mask); - prop = sigprop(sig); + SIGDELSET(p->p_siglist, sig); /* take the signal! */ STOPEVENT(p, S_SIG, sig); @@ -1238,10 +1238,9 @@ issignal(p) * We should see pending but ignored signals * only if P_TRACED was on when they were posted. */ - if (SIGISMEMBER(p->p_sigignore, sig) && (traced == 0)) { - SIGDELSET(p->p_siglist, sig); + if (SIGISMEMBER(p->p_sigignore, sig) && (traced == 0)) continue; - } + if (p->p_flag & P_TRACED && (p->p_flag & P_PPWAIT) == 0) { /* * If traced, always stop, and stay @@ -1256,32 +1255,24 @@ issignal(p) && p->p_flag & P_TRACED); /* - * If the traced bit got turned off, go back up - * to the top to rescan signals. This ensures - * that p_sig* and ps_sigact are consistent. + * If we are no longer being traced, or the parent + * didn't give us a signal, look for more signals. */ - if ((p->p_flag & P_TRACED) == 0) + if ((p->p_flag & P_TRACED) == 0 || p->p_xstat == 0) continue; /* - * If parent wants us to take the signal, - * then it will leave it in p->p_xstat; - * otherwise we just look for signals again. + * If the new signal is being masked, look for other + * signals. */ - SIGDELSET(p->p_siglist, sig); /* clear old signal */ sig = p->p_xstat; - if (sig == 0) - continue; - - /* - * Put the new signal into p_siglist. If the - * signal is being masked, look for other signals. - */ - SIGADDSET(p->p_siglist, sig); if (SIGISMEMBER(p->p_sigmask, sig)) continue; + SIGDELSET(p->p_siglist, sig); /* take the signal! */ } + prop = sigprop(sig); + /* * Decide whether the signal should be returned. * Return the signal's number, or fall through @@ -1329,7 +1320,7 @@ issignal(p) */ break; /* == ignore */ } else - return (sig); + goto keep; /*NOTREACHED*/ case (int)SIG_IGN: @@ -1348,11 +1339,14 @@ issignal(p) * This signal has an action, let * postsig() process it. */ - return (sig); + goto keep; } - SIGDELSET(p->p_siglist, sig); /* take the signal! */ } /* NOTREACHED */ + +keep: + SIGADDSET(p->p_siglist, sig); /* leave the signal for later */ + return (sig); } /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 6:20: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9175137B41B for ; Mon, 1 Apr 2002 06:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31EK3g45850; Mon, 1 Apr 2002 06:20:03 -0800 (PST) (envelope-from gnats) Date: Mon, 1 Apr 2002 06:20:03 -0800 (PST) Message-Id: <200204011420.g31EK3g45850@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Michael D Hughes Subject: Re: kern/36603: X crashes Reply-To: Michael D Hughes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36603; it has been noted by GNATS. From: Michael D Hughes To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/36603: X crashes Date: Mon, 1 Apr 2002 08:07:39 -0600 (CST) "I did have the problem till I went to 4.5 from 3.5." should be I didn't have the problem till I went to 4.5 from 3.5. -- Michael D Hughes Loghome living is the best! mdh@jcn.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 6:20:24 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D82E37B416 for ; Mon, 1 Apr 2002 06:20:15 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31EKEk45889; Mon, 1 Apr 2002 06:20:14 -0800 (PST) (envelope-from gnats) Date: Mon, 1 Apr 2002 06:20:14 -0800 (PST) Message-Id: <200204011420.g31EKEk45889@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxim Konovalov Subject: Re: kern/36539: installing a SIGCHLD handler makes libc_r coredump Reply-To: Maxim Konovalov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36539; it has been noted by GNATS. From: Maxim Konovalov To: Gurusamy Sarathy Cc: bug-followup@freebsd.org Subject: Re: kern/36539: installing a SIGCHLD handler makes libc_r coredump Date: Mon, 1 Apr 2002 18:16:52 +0400 (MSD) > >Environment: > FreeBSD clamp 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 > > >Description: > The test case should be self-explanatory. > > % cc -g -o sig sig.c ^^^^^^^^^^^^^^^^^^^^^^ Is this a typo? As far as I understand the subject it should be % cc -g -o sig sig.c -pthread > % ./sig > Fatal error '_pq_remove: Not in priority queue' at line ? in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = ?) > Abort (core dumped) Anyway, I cannot reproduce the bug on 4.5-STABLE. $ rm -f sig $ cc -g -o sig sig.c $ ./sig ^C $ rm -f sig $ cc -g -o sig sig.c -pthread $ ldd sig sig: libc_r.so.4 => /usr/lib/libc_r.so.4 (0x28065000) $ ./sig ^C $ uname -a FreeBSD golf.macomnet.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 19 18:55:07 MSK 2002 maxim@golf.macomnet.net:/usr/obj/usr/src/sys/GOLF i386 -- Maxim Konovalov, MAcomnet, Internet-Intranet Dept., system engineer phone: +7 (095) 796-9079, mailto:maxim@macomnet.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 7:10:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B41DB37B417 for ; Mon, 1 Apr 2002 07:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31FA3h64842; Mon, 1 Apr 2002 07:10:03 -0800 (PST) (envelope-from gnats) Date: Mon, 1 Apr 2002 07:10:03 -0800 (PST) Message-Id: <200204011510.g31FA3h64842@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gurusamy Sarathy Subject: Re: kern/36539: installing a SIGCHLD handler makes libc_r coredump Reply-To: Gurusamy Sarathy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36539; it has been noted by GNATS. From: Gurusamy Sarathy To: Maxim Konovalov Cc: Gurusamy Sarathy , bug-followup@freebsd.org Subject: Re: kern/36539: installing a SIGCHLD handler makes libc_r coredump Date: Mon, 01 Apr 2002 07:04:51 -0800 On Mon, 01 Apr 2002 18:16:52 +0400, Maxim Konovalov wrote: >> % cc -g -o sig sig.c >^^^^^^^^^^^^^^^^^^^^^^ > >Is this a typo? As far as I understand the subject it should be Oops, yes it's a cut-n-paste goof. Sorry about that. >% cc -g -o sig sig.c -pthread > >> % ./sig >> Fatal error '_pq_remove: Not in priority queue' at line ? in file /usr/src/l >ib/libc_r/uthread/uthread_priority_queue.c (errno = ?) >> Abort (core dumped) > >Anyway, I cannot reproduce the bug on 4.5-STABLE. Interesting. How long did you run it for? The problem does not always show up here right away, but on a reasonable fast box invariably coredumps within a minute. >$ rm -f sig >$ cc -g -o sig sig.c >$ ./sig >^C >$ rm -f sig >$ cc -g -o sig sig.c -pthread >$ ldd sig >sig: > libc_r.so.4 => /usr/lib/libc_r.so.4 (0x28065000) > >$ ./sig >^C >$ uname -a >FreeBSD golf.macomnet.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 19 >18:55:07 MSK 2002 maxim@golf.macomnet.net:/usr/obj/usr/src/sys/GOLF i386 Thanks for checking. I'll try 4.5 next. Sarathy gsar@ActiveState.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 7:40:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DA0037B416 for ; Mon, 1 Apr 2002 07:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Fe3b69522; Mon, 1 Apr 2002 07:40:03 -0800 (PST) (envelope-from gnats) Date: Mon, 1 Apr 2002 07:40:03 -0800 (PST) Message-Id: <200204011540.g31Fe3b69522@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxim Konovalov Subject: Re: kern/36539: installing a SIGCHLD handler makes libc_r coredump Reply-To: Maxim Konovalov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36539; it has been noted by GNATS. From: Maxim Konovalov To: Gurusamy Sarathy Cc: bug-followup@freebsd.org Subject: Re: kern/36539: installing a SIGCHLD handler makes libc_r coredump Date: Mon, 1 Apr 2002 19:36:52 +0400 (MSD) [...] > >Anyway, I cannot reproduce the bug on 4.5-STABLE. > > Interesting. How long did you run it for? The problem does not always > show up here right away, but on a reasonable fast box invariably > coredumps within a minute. For about ten minutes. It is Pentium II, 660MHz. > >$ rm -f sig > >$ cc -g -o sig sig.c > >$ ./sig > >^C > >$ rm -f sig > >$ cc -g -o sig sig.c -pthread > >$ ldd sig > >sig: > > libc_r.so.4 => /usr/lib/libc_r.so.4 (0x28065000) > > > >$ ./sig > >^C > >$ uname -a > >FreeBSD golf.macomnet.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 19 > >18:55:07 MSK 2002 maxim@golf.macomnet.net:/usr/obj/usr/src/sys/GOLF i386 > > Thanks for checking. I'll try 4.5 next. It would be great. -- Maxim Konovalov, MAcomnet, Internet-Intranet Dept., system engineer phone: +7 (095) 796-9079, mailto:maxim@macomnet.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 10:30:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEE6B37B417 for ; Mon, 1 Apr 2002 10:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31IU2R09549; Mon, 1 Apr 2002 10:30:02 -0800 (PST) (envelope-from gnats) Date: Mon, 1 Apr 2002 10:30:02 -0800 (PST) Message-Id: <200204011830.g31IU2R09549@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: =?ISO-8859-1?Q?G=E9rard_Roudier?= Subject: Re: kern/36549: sym driver fails on Tekram DC-390U in 486 machine Reply-To: =?ISO-8859-1?Q?G=E9rard_Roudier?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36549; it has been noted by GNATS. From: =?ISO-8859-1?Q?G=E9rard_Roudier?= To: Matthias Andree Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/36549: sym driver fails on Tekram DC-390U in 486 machine Date: Mon, 1 Apr 2002 21:23:44 +0200 (CEST) On Sat, 30 Mar 2002, Matthias Andree wrote: > > >Number: 36549 > >Category: kern > >Synopsis: sym driver fails on Tekram DC-390U in 486 machine > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat Mar 30 13:50:01 PST 2002 > >Closed-Date: > >Last-Modified: > >Originator: Matthias Andree > >Release: 4.5-RELEASE > >Organization: > >Environment: > (cannot be obtained) Cyrix 5x86/100 with UMC8881/8886 PCI chip set. 24 MB= RAM. > >Description: > At Kernel boot time, the sym driver hangs the kernel when probing devices= =2E The last lines I see are (not verbatim): > > 1. sending SCSI reset > 2. waiting 15 seconds for SCSI devices to settle > 3. sym0:0 ERROR (81:0) (8-0-0) (0/5) @ (mem 8:f000f7c8) Means the SCRIPTS processor did try to execute instruction at bus physical address 8 (assumed memory). > 4. register dump (not copied here) > > It's a DC-390U card, which has a Symbios 53C875 manufactured 9752R. The D= C-390U has two 50-pin (narrow SCSI) connectors. > > The only attached device is a Plextor PX-20 TSi CD-ROM at unit #2 (the ad= aptor has unit #7). PCI IRQ is unshared. The Plextor is terminated and is d= etected at boot time or by NetBSD 1.5. > > The card is fine with NetBSD 1.5 or Linux 2.2/2.4. > The card is also fine in a newer main board (Gigabyte 7ZX-R, with Duron/7= 00 and VIA KT133 chip set). Do you mean that the DC-390U with the Plextor attached doesn't encounter any problem with FreeBSD-4.5 on the Gigabyte 7ZX-R Mainboard? I got a couple of so weird SCRIPTS execution breakages under FreeBSD 4.5. For one of them 4.3 booted ok, but 4.4 nd 4.5 failed. Could this be tried? Btw, the driver changes between 4.3 and 4.4 should have no effect, given that they apply to the new CAM transfer code that is #ifed out for FreeBSD 4.x (at least for now). There is a single endian related change between 4.4 and 4.5 that has no effect on little endian machines. Regards, G=E9rard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 10:50:39 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B52937B416 for ; Mon, 1 Apr 2002 10:50:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Io7H13173; Mon, 1 Apr 2002 10:50:07 -0800 (PST) (envelope-from gnats) Date: Mon, 1 Apr 2002 10:50:07 -0800 (PST) Message-Id: <200204011850.g31Io7H13173@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andrey Simonenko Subject: bin/36374 Reply-To: Andrey Simonenko Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/36374; it has been noted by GNATS. From: Andrey Simonenko To: bug-followup@freebsd.org Cc: Subject: bin/36374 Date: Mon, 1 Apr 2002 21:48:23 +0300 (EEST) I discovered that my patch introduced race condition between sigprocmask(); select(); sigprocmask(); calls. Please don't analyse/commit my patch until I fix introduced race condition. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 11: 0:18 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9255137B419 for ; Mon, 1 Apr 2002 11:00:13 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31J0DS15488 for freebsd-bugs@freebsd.org; Mon, 1 Apr 2002 11:00:13 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 1 Apr 2002 11:00:13 -0800 (PST) Message-Id: <200204011900.g31J0DS15488@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/03/31] pending/36608gnats-adminRe: 386/26994: AMD Athlon Thunderbird not 1 problem total. Non-critical problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 11: 8:13 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0E7837B416 for ; Mon, 1 Apr 2002 11:00:23 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31J0ER15497 for freebsd-bugs@freebsd.org; Mon, 1 Apr 2002 11:00:14 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 1 Apr 2002 11:00:14 -0800 (PST) Message-Id: <200204011900.g31J0ER15497@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The 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 ------------------------------------------------------------------------------- f [1998/05/13] kern/6630 phk [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 f [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die o [1999/05/31] kern/11966 ru TCP copies send and receive socket buffer s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch f [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C f [1999/09/12] kern/13709 panic: sched_sync: fsync failed f [1999/12/05] kern/15281 Please fix handling Ross(?) host to PCI b o [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/18] i386/16802 An user math program have the system on K o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy f [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru s [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig f [2000/05/29] kern/18874 peter 32bit NFS servers export wrong negative v o [2000/06/13] kern/19247 jasone uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom a [2000/07/01] conf/19629 dougb /etc/rc.sysctl can't set all syctls o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/03] kern/20375 APM doesn't work properly! Suspend/resum o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system o [2000/09/17] kern/21323 msmith Lock up at boot on Acer507DX with pci.c 1 f [2000/09/19] kern/21397 joerg Floppy drive doesn't work on Compaq ProLi f [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel f [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 lacks many ISO C99 features (NAN f [2000/11/27] i386/23145 brian pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation f [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA f [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ o [2001/01/17] kern/24418 jasone read/write in thread library (-lc_r) does f [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca a [2001/02/02] kern/24811 Networking in FreeBSD 4.2-RELEASE doesn't f [2001/02/20] kern/25235 OS Hungs up when using with a Battery of f [2001/02/23] i386/25328 4.x stable kernel crash: page fault f [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to f [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w f [2001/03/30] kern/26224 dillon VFS Panic/SMP/CFLOW(HEAVY network)/Heavy o [2001/04/02] bin/26305 mjacob Cannnot restore partions with FreeBSD 4.x f [2001/04/12] kern/26510 kernel panic while booting on Intel STL2 o [2001/04/13] kern/26549 IPsec policies for more than one pair of f [2001/04/20] i386/26736 System freeze booting from (i386) 4.3 flo f [2001/04/25] kern/26840 dillon process doing mmap() over nfs hangs in vm o [2001/05/02] ports/27036 sobomax All Ports using Mesa3 are required with - f [2001/05/02] i386/27042 4.3-RELEASE installation from CDROM fails f [2001/05/02] kern/27048 Bus support (I believe) broken in freeBSD f [2001/05/03] kern/27059 groudier (symbios) SCSI subsystem hangs under heav a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number o [2001/05/11] kern/27275 kernel bug ? f [2001/05/17] conf/27408 rc.network hangs at rpc.umntall if stale o [2001/06/07] bin/27939 rlogin uses wrong IP address for remote h o [2001/06/08] kern/27985 Recent -STABLE crashes when accessing dc o [2001/06/09] kern/27987 New ATA Driver failure with VIA Southbrid a [2001/06/09] i386/27991 ssh 1 and 2 login with keys is not possib o [2001/06/09] bin/28002 ru SHARED=symlinks is broken f [2001/06/14] kern/28162 RELENG_4 (4.2, 4.3) Panics when system ha f [2001/06/14] kern/28163 in_pcballoc Panic in RELENG_4 with large o [2001/06/25] kern/28402 kernel panic caused by softupdates (may b o [2001/06/25] kern/28418 dwmalone XFree86 4.X panics FreeBSD 4.3-STABLE on o [2001/06/27] kern/28465 Enabling softupdates on a clean but activ o [2001/06/27] kern/28466 When soft updates is enabled, cpl is not o [2001/06/30] i386/28550 Boot: Fatal Trap 12: page fault while in f [2001/06/30] i386/28558 makedev return non-zero status after inst o [2001/07/02] kern/28630 Look like hung up a kernel after few minu f [2001/07/04] kern/28703 dillon Kernel reboot during tape backup of nfs m o [2001/07/05] kern/28751 n_hibma USB Mouse doesn't seem to work! o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/14] kern/28974 PPPoE software fails when SOCK_RAW employ o [2001/07/15] ports/28995 max deMime produces blank line in header part f [2001/07/17] i386/29045 Heavy disk usage causes panic in ffs_blkf f [2001/07/19] i386/29096 freebsd 4.2/4.3 hangs after probing devic o [2001/07/21] kern/29121 msdos fs causes kernel panic when writing o [2001/07/24] bin/29191 NFS file locking fails from Solaris 8 cli o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause o [2001/07/30] ports/29325 ports Dbview contains an error, because of whic o [2001/08/13] ports/29681 portmgr bsd.port.mk cannot handle some module's P o [2001/08/14] conf/29699 Setting NO_MAILWRAPPER results in a syst o [2001/08/15] kern/29741 ptrace(pid);ptrace(ppid) makes pid and pp o [2001/08/15] kern/29742 PCCARD Modems don't work on cardbus bridg o [2001/08/15] kern/29743 TI-1450 interrupt storm o [2001/08/18] kern/29844 setpgrp does not behave as manual says o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/09/03] ports/30292 kde QT/KDE 1.x needs to be removed o [2001/09/03] kern/30300 -current hang caught and crash-dump'd. o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var o [2001/09/09] i386/30458 Workstation sometimes hangs when connecte f [2001/09/12] i386/30527 does not like scsi on atrend 6260 dual PI o [2001/09/19] i386/30670 4.3 and 4.4 mfsroot floppies reboot Dell o [2001/09/20] i386/30693 On new install bootup does endless usb0: f [2001/09/21] i386/30705 msmith Installation fails on system with Mylex A o [2001/09/23] kern/30771 Panic when mounting drive a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/27] bin/30869 dump does not dump all files of a filesys o [2001/09/28] i386/30898 Inspiron 8100 keyboard unusable off mains o [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard donґt work an o [2001/09/30] ports/30935 taoka pips sc880 - needs to have syvr4 support o [2001/10/01] i386/30961 On lsdev -> error & BTX halted =( o [2001/10/04] kern/31042 murray Device name conflict o [2001/10/12] kern/31233 Kernel panics after upgrading to 4.4-STAB o [2001/10/13] ports/31254 obrien I cannot compile Java src files using gcj o [2001/10/14] misc/31266 System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe fix crunchgen to work with more contrib-k o [2001/10/17] conf/31327 Fixes and improvements for rc.diskless* s o [2001/10/24] kern/31468 Spontaneous crashes, possible related to o [2001/10/25] kern/31493 BTX halted with big disk and 4.4R f [2001/10/31] i386/31671 4.4 installer hangs at " Mounting root fr o [2001/11/02] kern/31710 kernel reboots; looks like an unintended o [2001/11/03] i386/31728 Install hangs on: (debug screens last wri o [2001/11/12] ports/31948 steve open-motif: having USE_MOTIF in /etc/make o [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi f [2001/11/20] i386/32127 Proliant 1600 kernel panics after SMP is o [2001/11/22] kern/32184 Kernel crashes in ufs code o [2001/11/23] i386/32237 4.4-RELEASE keyboard doesnt work after bo f [2001/11/30] kern/32418 silby kernel table full o [2001/12/04] ports/32506 des Apache mod_auth_pam doesn't works o [2001/12/07] conf/32583 jkh System becomes unusable after performing o [2001/12/09] ports/32664 obrien open-motif-devel-2.1.30 registers itself o [2001/12/11] kern/32713 usb mouse detaches from hub and doesnt re o [2001/12/11] ports/32714 kde KDE build failure: Qt's uic core dumps o [2001/12/12] alpha/32757 alpha fatal kernel trap using generic kernel fo o [2001/12/14] i386/32830 FreeBSD 4.4 install fails on Thinkpad 750 a [2001/12/14] kern/32831 sos HP Colorado IDE tape drive get wedged eas o [2001/12/16] bin/32895 imp rebooting between Win98SE and 4.4-2001121 a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea o [2001/12/25] misc/33169 system freeze after cron daily security c o [2001/12/26] kern/33219 bp smbfs case senstitive problem o [2001/12/27] misc/33261 dwmalone FreeBSD base system does not install tcpd o [2001/12/27] gnu/33262 mp gdb does not handle pending signals corre f [2001/12/30] conf/33345 pnpinfo not finding info for pnp pci mode f [2002/01/04] i386/33525 root access without password f [2002/01/04] misc/33567 RELENG_4 won't makeworld; bsd.dep.mk, Mak o [2002/01/05] i386/33574 kernel hangs on page fault during boot pr f [2002/01/07] kern/33637 dillon Panic: vm_page_unwire: invalid wire count o [2002/01/07] bin/33670 dwmalone default inetd install allows for unlimite f [2002/01/08] misc/33688 Downloading some files with ftp hangs the o [2002/01/14] ports/33887 kris security/snort port cannot find its rule o [2002/01/16] kern/33951 pthread_cancel is ignored o [2002/01/16] kern/33952 Bogus error message from correct phreads f [2002/01/16] ports/33964 ade games/flightgear broken (uncompilable) o [2002/01/16] kern/33970 random freeze on IDE Raid 0 (Highpoint HP o [2002/01/17] misc/33997 Reboot Fails on Server o [2002/01/17] i386/34018 response to request from ipv6 client does o [2002/01/18] bin/34028 brian userland ppp o [2002/01/18] i386/34051 Install menu crashes o [2002/01/19] kern/34067 n_hibma Reproducable crash on usb ugen o [2002/01/19] kern/34071 pcn-driver is sort-of-broken in 4.5RC2 (a a [2002/01/21] ports/34123 mharo sudo coredumps on ^C in password prompt & o [2002/01/21] i386/34144 installation,mounting root from ufs:/dev/ o [2002/01/25] bin/34274 green 4.5-RC Interoperability issue: sshd o [2002/01/27] ports/34357 portmgr ports needs a resume function. o [2002/01/29] ports/34433 obrien devel/gdb51 port doesn't build f [2002/01/30] kern/34447 DLink DFE 500 rev E1 + dhclient dc0 crash o [2002/01/30] kern/34470 bde Modem gets sio1 interrupt-level buffer o f [2002/01/31] ports/34493 ade linux-realplayer has a security vulnerabi o [2002/01/31] bin/34502 ssh can crash the 4.5 system f [2002/02/02] ports/34552 ports lame don't compile a [2002/02/02] ports/34553 ports fetchmail can lose mail in POP3+UIDL mode o [2002/02/03] i386/34576 cannot load freebsd o [2002/02/06] ports/34669 www "download" links in WWW ports listing are f [2002/02/06] misc/34675 iedowse Restore asking for another volume - on la o [2002/02/06] kern/34680 Kernel panics when checking-out a tree (d o [2002/02/07] kern/34711 frequent system stall under moderate scsi f [2002/02/11] kern/34830 frequent panic . 4.3-STABLE f [2002/02/11] ports/34863 ade port apache13-fp broken o [2002/02/15] i386/34977 IPFW UID/GID Based Filtering doesn't work o [2002/02/18] kern/35082 IBM Intellistation will not reboot with S o [2002/02/18] i386/35096 Network card dies copying files > 200MB w o [2002/02/20] misc/35150 FreeBSD 4.5 won't install ... out of inod o [2002/02/20] misc/35151 High NFSD load in FreeBSD 4.5R f [2002/02/26] kern/35354 4.4/4.5 FreeBSD causes hard lock after 20 o [2002/02/28] kern/35435 danny rl driver generates large amount of colli o [2002/03/01] ports/35462 obrien patch to rsync-2.5.2 o [2002/03/01] kern/35466 xe driver can not read CIS tuples f [2002/03/05] ports/35576 ade ssmtp package INSTALL script broken o [2002/03/06] i386/35615 sound ES1978 Maestro 2E sound card locks up mac o [2002/03/07] conf/35626 wollman Summer time rules for Estionia changed ag o [2002/03/07] kern/35640 heavy collision rate hangs vr network int o [2002/03/09] docs/35723 doc le(4) page doesn't warn about likely syst o [2002/03/09] i386/35726 Won't let me use ifconfig on the interfac f [2002/03/14] i386/35902 Right after i configure the ip settings, o [2002/03/15] i386/35950 ACPI missing prevents install from floppi o [2002/03/19] kern/36095 cd9660_vfsops.c: cd9660_vget_internal() k o [2002/03/19] ports/36109 dirk [Patch / Update Port] www/mod_php4 (fixes o [2002/03/20] kern/36149 kernel panic with option PPP_DEFLATE for o [2002/03/23] kern/36228 hw.ata.tags=1 does not work o [2002/03/24] ports/36259 jmz XFree86-4 port broken. Missing version.de o [2002/03/25] kern/36313 ATA disk not bootable anymore after cvsup o [2002/03/26] i386/36342 rl/dc(smc) + ppppoe = major bug ! o [2002/03/27] kern/36384 Rushen local broken up f [2002/03/27] bin/36400 netstat crashes when trying to display AF o [2002/03/27] ports/36404 security-officerAcrobat Reader seems to link against zlib o [2002/03/28] ports/36427 kevlo Fix compile error( Port:net/vtun ). o [2002/03/29] kern/36504 crash/panic vm_object_allocate under file o [2002/03/30] kern/36532 ar_buf because it is too short, it makes o [2002/03/30] kern/36539 installing a SIGCHLD handler makes libc_r o [2002/03/30] kern/36549 sym driver fails on Tekram DC-390U in 486 o [2002/03/31] ports/36571 ports Update Port:japanese/hns(to 2.10.3) 219 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable a [1997/04/01] bin/3170 sheldonh vi freaks and dump core if user doesn't e f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/22] bin/4357 bug in adduser script causes duplicate UI s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's o [1997/12/14] bin/5297 make incompatibility with System V style o [1998/01/27] kern/5587 des session id gets dropped o [1998/02/28] kern/5877 bmilekic sb_cc counts control data as well as data o [1998/03/19] kern/6066 paul lnc driver does not work correctly with A a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u s [1998/07/05] kern/7169 cannot use accton on a append-only file 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 s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio f [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/07] bin/9379 pppd does not go through all interfaces l s [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/13] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/15] kern/10107 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible s [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/16] bin/10633 fenner [patch] tcpslice timezone problem and upd a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec s [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim s [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # s [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/28] kern/11922 deischen missing reentrant interfaces for getpwnam o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/13] kern/13740 jlemon wrong IP statistics s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 rwatson RLIMIT_NPROC works unadequately for jails s [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 dillon NFS client appears to lose data o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie s [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system s [2000/01/02] i386/15845 Driver for RealTek 8029 f [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni o [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/23] conf/16948 qa Sysinstall/disklabel: bad partition table o [2000/02/25] misc/16991 jhb booting install disk and USB s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/06] kern/17829 The dc driver is seriously broken o [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m f [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 wpaul vr (MII-bus version in 4.0 ONLY) driver l o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ s [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex o [2000/04/28] kern/18285 the system froze when use scon -s 50 o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/29] conf/20282 qa sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons a [2000/08/02] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] misc/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] kern/20609 dillon panic: vm_fault: fault on nofault entry, o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 jasone libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 mp gdb does not recognise old executables. f [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. o [2000/09/11] bin/21208 tar does not support 2.5 GB file o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi a [2000/09/13] bin/21248 kris openssl dumps core with blank passwords o [2000/09/13] bin/21251 NIS problem - ypbind does loop in CLNT_BR o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes o [2000/09/15] bin/21292 ifconfig warn but does duplicate IP addre o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX o [2000/09/15] kern/21305 roger bktr driver dosn't send signals in contin s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites o [2000/09/20] gnu/21433 g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] kern/21463 emulationLinux compatability mode should not allow o [2000/09/26] i386/21559 BTX loader sometime show registers f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde f [2000/10/02] misc/21701 qa Keymap selection menu broken on initial i o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/05] kern/21771 murray Fix for sppp and Cronyx drivers update f [2000/10/06] kern/21791 Hang on FIN_WAIT_2 a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/13] kern/22826 emulationMemory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int f [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/15] kern/22866 Packets send on INET6 sockets compatible o [2000/11/18] kern/22943 emulationProblem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 f [2000/11/18] kern/22951 failed drive causes panic with HPT370 RAI f [2000/11/22] i386/23039 disklabel editor couldn't create partitio o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/24] misc/23069 jkh Compat22 does not work until you reboot o [2000/11/25] bin/23098 ambrisko If installing on a serial console, enable o [2000/11/26] ports/23125 mbr Successful emulation of StarOffice depend f [2000/11/30] conf/23192 FTP REALLY slow on internal NIC aswel (12 a [2000/11/30] bin/23203 opie doesn't know that ssh connections ar o [2000/12/04] bin/23269 green OpenSSH TIS Authentication support has br o [2000/12/07] bin/23352 [SECURITY] buffer overflow in opieftpd f [2000/12/07] misc/23364 gethostbyaddr takes longer or locks up an a [2000/12/07] misc/23376 tobez The version of CGI.pm bundled with perl i o [2000/12/08] kern/23400 IPsec transport mode precludes filtering o [2000/12/11] kern/23468 imp xe Driver causes kernel panic when Xircom o [2000/12/11] bin/23489 tcsh fails to do file completion on non-E o [2000/12/12] kern/23515 get error in messages system log "Dec 11 o [2000/12/13] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/14] misc/23561 emulationLinux compatibility mode does not support o [2000/12/16] gnu/23593 obrien [patch] possible fix to awk(1) o [2000/12/18] ports/23638 kuriyama Add turbine-pool.jar to Cocoon CLASSPATH o [2000/12/22] kern/23771 bridge/firewall doesn't work as in bridge o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2001/01/02] kern/24032 markm rndcontrol and pccardd use of interupt ha o [2001/01/03] kern/24059 n_hibma USB support broken in SMP kernel o [2001/01/04] kern/24070 n_hibma uhci USB driver disables port on reatachi o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be f [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/06] kern/24100 imp Having a 3c589 PCMCIA/PCCARD inserted pre o [2001/01/06] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN f [2001/01/09] i386/24210 compaq dl360 hangs with smp kernel f [2001/01/10] conf/24238 First physical interface always has IPv6 o [2001/01/12] bin/24271 dumpon should check its argument more o [2001/01/16] misc/24391 cannot kill amd after interface disappear o [2001/01/19] bin/24461 pirzyk Being able to increase the YP timeout wit o [2001/01/19] bin/24472 libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/22] kern/24559 aio_suspend() had Bus error when using -l s [2001/01/23] misc/24590 timezone function not compatible witn Sin o [2001/01/25] kern/24629 ng_socket failes to declare connected dat o [2001/01/25] bin/24632 libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 jasone pthread_rwlock_rdlock can deadlock o [2001/01/28] bin/24691 map-mbone segfaults at getsockname o [2001/01/29] ports/24711 portmgr ${MAKEFILE} causing trouble with ports o [2001/01/30] i386/24737 Socks5 clients die with leaving zombie pr o [2001/02/06] gnu/24903 Patch to remove 32bit limit from tar f [2001/02/06] i386/24916 SCSI timeout errors with adv0 driver (Adv o [2001/02/09] kern/24982 stack gap usage o [2001/02/10] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x o [2001/02/12] kern/25037 top doesn't show CPU states (shows zeroes o [2001/02/12] kern/25038 murray dhcp client could not set hostname on boo o [2001/02/13] kern/25067 adrian able to mount a pathname > 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ a [2001/02/19] kern/25201 imp pccard event and syscons beep duration de o [2001/02/19] kern/25213 peter Bus abstraction interface doesn't allow p o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca s [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/25] ports/25374 okazaki A new port math/atlas highly optimized BL o [2001/02/28] bin/25461 qa sysinstall's fdisk and disklabel don't wo f [2001/03/01] kern/25476 [PATCH] The syscall oldgetkerninfo can re o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/04] ports/25522 portmgr FORBIDDEN ports doesn't return error for o [2001/03/05] bin/25542 /bin/sh: null char in quoted string o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/14] misc/25801 imp change IP-address on pccard (3Com) fails o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 qa Security hole in anonymous FTP setup scri o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc f [2001/03/18] i386/25889 FDISK lost a partition ! o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/20] kern/25949 msmith camcontrol doesn't find new drives or RAI o [2001/03/20] i386/25958 msmith Xfree86's savage and vesa drivers can pan o [2001/03/22] kern/25986 silby Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/25] kern/26078 Jails cannot connect to the main server a o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem f [2001/03/27] kern/26161 Kernel Panic on Dual Processor System dur o [2001/03/28] kern/26171 emulationnot work Linux-emulator, but hi is work i o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 mountd breaks IRIX automounter f [2001/04/04] kern/26356 Large copy of files to the machine causes a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/06] kern/26384 dc driver hangs in dc_rxeof o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/09] ports/26464 mbr Citrix client no longer reads files in lo o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/12] kern/26506 sendto() syscall returns EINVAL in jail e o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a o [2001/04/16] kern/26613 ethernet vr0 hangs o [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( o [2001/04/23] ports/26797 assar arla-0.34.6 causes kernel panic/page faul o [2001/04/23] bin/26809 /etc not saved on upgrade o [2001/04/25] bin/26842 dd dump with h flag takes a very long time o [2001/04/25] ports/26848 sobomax jre port core dumps a [2001/04/25] bin/26869 sheldonh vi(1) crashes in viewing a file with long o [2001/04/27] misc/26897 qa 4.3R sysinstall fails to create swap part o [2001/04/28] kern/26920 imp PCI autoconfiguration of USB, dc ether, a f [2001/04/29] kern/26953 adter the installation is over it's make o [2001/04/30] i386/26985 jkh floppy install 4.3 via FTP hangs o [2001/04/30] bin/26996 green sshd fails when / mounted read-only f [2001/05/01] kern/27020 FreeBSD 4.3RC compiled with an SMP kernel o [2001/05/02] ports/27052 portmgr libtool port broken in 4.3 RELEASE o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding a [2001/05/08] ports/27202 dougb mail/pine sucks rocks when saving over NF o [2001/05/09] bin/27230 nectar Users after NIS lines in /etc/passwd o [2001/05/09] kern/27237 Watchdog Timeouts under EXCESSIVE load o [2001/05/09] kern/27242 SIGHUP propagation failure to processes o o [2001/05/10] i386/27247 Panic on install - "page fault syncing di a [2001/05/10] kern/27262 process won't be terminated after CPUTIME a [2001/05/15] ports/27358 znerd Naming scheme for JDK ports (java) o [2001/05/16] misc/27400 4.3 install hangs because it is looking f o [2001/05/17] ports/27419 jhb E-FancyLauncer clones itself over and ove o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] misc/27498 grog vinum crashed after 'vinum dumpconfig' o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/29] i386/27729 qa the ls120 device "afd" does not show up u o [2001/06/01] misc/27810 rpc.statd can loop o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and o [2001/06/04] ports/27883 bp shares mounted by the smbfs-1.4.1 port ar f [2001/06/05] misc/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/07] ports/27925 portmgr index is not updated when it html manpage o [2001/06/07] ports/27926 portmgr bsd.port.mk does not handle MLINKS with h o [2001/06/07] ports/27929 jmz make extract on x11/XFree86-4 port fails o [2001/06/09] bin/27988 [PATCH] let pam_ssh.so explicitly start s o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/12] kern/28100 Hang after device probe on EISA machine o [2001/06/12] ports/28102 assar Recent changes to 4.3-STABLE break arla-0 o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/15] misc/28188 Cron is being started to early in /etc/rc o [2001/06/16] kern/28218 A peer of TCP socket cannot detect termin o [2001/06/16] bin/28221 eric dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/17] i386/28231 /boot/loader can't load kernel on Xyberna o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent f [2001/06/22] misc/28339 roam Slow Disk performance on 4.3 (about half o [2001/06/23] ports/28378 jedgar p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/23] bin/28381 Can't turn off telnet autologin o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/26] kern/28434 cs0's promiscuous mode does not work o [2001/06/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist f [2001/06/28] kern/28497 dmesg corrupted buffer/output o [2001/06/28] kern/28498 /var/log/messages incorrect o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/06/30] i386/28536 writing to corrupted msdosfs causes kerne o [2001/06/30] bin/28552 EUC support of wcstombs(3) is broken for o [2001/07/01] i386/28592 Please support boot from ATA RAID-0 devic f [2001/07/02] misc/28629 maxim ftpd REST command does not support restar o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/04] kern/28713 luigi NEW IPFW FEATURE [PATCHES]: Dynamic rule o [2001/07/05] misc/28737 D-Link DFE530TX - vr0: Watchdog Timeouts; o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/06] bin/28773 [PATCH] Bug in pw, no $ in username o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] kern/28856 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/13] bin/28935 dwmalone syslogd -u doesn't treat * as "all levels f [2001/07/15] i386/28985 Installing FreeBSD 4.3 on a Dell Optiplex o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green multi-user with star o [2001/09/15] misc/30590 /etc/hosts.equiv and ~/.rhosts interactio o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa a [2001/09/17] ports/30638 ports SQL-Ledger port update o [2001/09/18] bin/30654 Added ability for newsyslog to archive lo f [2001/09/18] ports/30663 ports NEW PORT: devel/libCxClient o [2001/09/21] misc/30708 DHCP and multiple interfaces o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename o [2001/09/21] ports/30728 portmgr pkg_add causes install of multiple versio o [2001/09/22] kern/30744 UDMA ICRC error results in kernel panic o [2001/09/23] kern/30755 It is impossible to mount CD-ROM in some o [2001/09/23] ports/30767 jmz silly links break XFree-4 port if /usr/X1 o [2001/09/24] kern/30798 contigfree() doesn't o [2001/09/25] kern/30820 sound PCM sound fails o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/26] bin/30837 Sysinstall doesn't set the schg flag on t o [2001/09/27] gnu/30876 tar ignores complaints from gzip o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w o [2001/09/30] kern/30948 ls'ing mounted brand new floppy locks up o [2001/09/30] kern/30952 kernel panics with 3C905[BC] cards / xl d o [2001/10/01] kern/30958 QUOTA with 0 bytes in quota.user hangs up o [2001/10/01] bin/30959 newfs -i x dumps core for small values of f [2001/10/01] bin/30966 fenner TCPdump repeating on Radius accounting pa o [2001/10/01] kern/30971 peter NFS client modification time resolution i o [2001/10/02] i386/30991 pcm in PNP-OS mode vs. non-PNP-OS mode po o [2001/10/02] bin/30993 xxgdb cannot open source file o [2001/10/04] bin/31029 cjc syslogd remote logging back down o [2001/10/04] i386/31035 Smart Array & SMP hangs on Proliant 1600 o [2001/10/04] bin/31045 routed dumps core o [2001/10/04] kern/31046 Linux OpenGL programs do not work under t o [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/06] kern/31084 imp xe driver device probe fails in CIS tuple o [2001/10/06] kern/31085 kernel panic on tftp only pxeboot o [2001/10/07] kern/31102 lge + Pentium III data transmission probl o [2001/10/07] kern/31103 nfs read i/o error when nfs-mounting onto o [2001/10/07] ports/31113 portmgr bsd.ports.subdir.mk: remove NOCLEANDEPEND o [2001/10/08] kern/31147 Kernel panics (double fault) in some "net o [2001/10/09] ports/31184 ports Latex2html problem o [2001/10/10] ports/31191 ports netsaint - plugins sometimes not found o [2001/10/10] kern/31203 Cardbus xl driver broken on -CURRENT o [2001/10/11] ports/31216 znerd New port: devel/plist-builder o [2001/10/12] kern/31238 `hpijs' process hangs unkillably in `devb o [2001/10/14] docs/31265 dwmalone crontab(1) doesn't decribe format of allo o [2001/10/14] conf/31280 /etc/rc.network NFS server startup broken o [2001/10/15] bin/31306 qa sysinstall fails to create non-root parti o [2001/10/17] bin/31339 make's .if processing buggy o [2001/10/18] ports/31352 ports Netsaint check_by_ssh: fcntl(0, F_SETFL, o [2001/10/18] misc/31363 sysinstall "partition editor" silently co o [2001/10/21] kern/31398 cg newpcm does not play back the tail of sou f [2001/10/21] ports/31422 ache Does pkg_delete have to erase /usr/local/ f [2001/10/24] kern/31471 Specific IPFW's FWD rule crashes the kern o [2001/10/24] i386/31481 FreeBSD does Not find disk drives with Co o [2001/10/25] kern/31492 Panic in sysctl_remove_oid. o [2001/10/25] ports/31494 ache mod_perl fixes for apache13 port o [2001/10/26] ports/31511 obrien g++30 produces binaries which SIGBUS when o [2001/10/26] kern/31515 Use of USB Keyboard crashes 4.4 during in a [2001/10/27] kern/31530 Fatal trap 12 when reading from DVD. o [2001/10/29] kern/31597 pcm_addchan incorrectly adds vchans to PC o [2001/10/29] ports/31605 kde kmail cannot decrpyt/encrypt/verify gnupg o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. o [2001/10/31] kern/31659 n_hibma USB controller driver will die after some o [2001/10/31] bin/31661 jasone pthread_kill signal handler doesn't get s f [2001/10/31] misc/31670 Wide-Ultra 10k SCSI 3 drive is not recogn o [2001/10/31] bin/31678 A bug in handling an error reading a CD-R f [2001/11/01] ports/31688 znerd JDK 1.3.1 Update for Sun's Java Communica f [2001/11/01] ports/31689 znerd JDK 1.3.1 update for FreeBSD/Java Commapi f [2001/11/01] bin/31692 2872-or-less-byte ftp binary transfer fro o [2001/11/01] ports/31699 ports The graphics/gd2 port conflicts with grap f [2001/11/03] misc/31736 DMA mode not possible switching to PIO mo o [2001/11/03] kern/31746 failed connect(2) seems to cause problems o [2001/11/04] ports/31767 ports Fix glide3 includes for DRI compile o [2001/11/05] kern/31768 darrenr Use of fastroute in IPFilter reboots the o [2001/11/05] i386/31771 brian PPP compares CHAP81 response case sensiti o [2001/11/05] kern/31790 problem with NFS and jail() o [2001/11/05] ports/31793 billf snmpd loops on udp.ipv6UdpTable.ipv6UdpEn o [2001/11/06] kern/31804 Clearing PME mode kills network performan o [2001/11/07] ports/31819 jmz ports/ispell install doesn't work o [2001/11/07] bin/31835 murray dhclient doesn't close FD's before spawni o [2001/11/07] bin/31837 qa sysinstall change mountpoint o [2001/11/07] kern/31839 mdodd ex0 panic if NIC not cabled a [2001/11/07] ports/31840 portmgr package naming inadequation (gnome vs gtk o [2001/11/07] i386/31845 Toshiba Satellite 2105CDS won't boot Free o [2001/11/08] bin/31860 read wont timeout on sockets if using thr o [2001/11/08] misc/31864 system header file attempts to redefine a o [2001/11/09] ports/31893 des gnats-3.113.1 conflicts with /usr/bin/sen o [2001/11/12] gnu/31929 GNU Tar shipped with FreeBSD handles rela o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/13] i386/31967 reboot/shutdown hangs on Sony VAIO 505 w/ o [2001/11/14] kern/31979 Setup and boot locks Compaq Armada E500 l f [2001/11/17] ports/32063 znerd patch for /usr/ports/java/linux-jdk about o [2001/11/17] bin/32072 setuid w/o immutable flag o [2001/11/18] kern/32098 semctl() does not propagate permissions o [2001/11/19] kern/32118 21143 with dc driver will not select 10ba o [2001/11/19] ports/32121 jmz xf86cfg 4.1.0 writes bad "Chipset" value o [2001/11/20] kern/32124 Cannot set 128 bit wep key on prism2 (wi0 a [2001/11/21] ports/32164 skv New port: p5-XML-SAX-Simple-0.01 f [2001/11/21] bin/32175 green ssh-keygen -p core dumps o [2001/11/22] misc/32194 Adaptec SCSI RAID 2100 fails by reboot o [2001/11/22] bin/32205 brian PPP login fails in LCP negotiation on opt o [2001/11/23] ports/32223 znerd Port databases/mysql-jdbc-mm is quite out o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/23] ports/32234 portmgr Perl ports not $LOCALBASE clean o [2001/11/24] kern/32256 System crash/reboot when deleting file on o [2001/11/24] bin/32261 dump creates a dump file much larger than o [2001/11/26] alpha/32289 alpha memory management fault o [2001/11/26] bin/32295 pthread dont dequeue signals o [2001/11/26] misc/32297 sound Scratchy sound, bad hiss with ALS4000 bas f [2001/11/27] kern/32331 system panic in quotaoff o [2001/11/27] kern/32338 Network to disk write performance low und o [2001/11/28] kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2( o [2001/11/28] gnu/32365 obrien gcc optimiser bug with -O -march=i686 o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/11/29] ports/32382 znerd 'ant' doesn't work if JAVA_HOME not set o [2001/12/01] bin/32432 /etc/rc.diskless2 borken in stable. o [2001/12/03] ports/32465 ports emulators/vmware2 doesn't build o [2001/12/03] ports/32471 ports amavis-perl only usable for sendmail o [2001/12/03] ports/32476 skv New port: oracle7-client o [2001/12/03] ports/32477 skv New port: p5-DBD-Oracle-1.12 o [2001/12/04] ports/32524 kde Port build failed: x11-toolkits/qt23 o [2001/12/05] ports/32529 kde Konqueror 2.2.2 refuses to follow some li o [2001/12/06] kern/32556 sound system crashes when unloading sound modul o [2001/12/06] ports/32558 olgeni www/sitecopy is broken o [2001/12/07] ports/32589 dirk mod_php4 configure script fails o [2001/12/07] bin/32591 assar The memory block doubly freed in Heimdal o [2001/12/08] kern/32600 luigi [PATCH] incorrect handling of parent rule o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/08] misc/32631 imp installing 4.4 "mounting root from ufs:/d f [2001/12/08] ports/32637 ports Can't make install ja-mozilla-jlp-0.9.6, a [2001/12/09] ports/32639 ports freeamp: preference AllowMultipleInstance o [2001/12/09] ports/32663 kde kdelibs2 port potentially conflicts with o [2001/12/10] kern/32668 peter NFS directory removal problems manifested f [2001/12/10] bin/32686 wosch locate command dumps a core file with bro o [2001/12/11] misc/32699 Tulip ether card EN2242 (if_dc.c) use wro o [2001/12/11] ports/32700 assar inode changes for large o [2001/12/11] kern/32716 system hangs when running vid (usb webcam o [2001/12/11] bin/32717 brian ppp(8) change mss to wrong size o [2001/12/12] bin/32759 [PATCH] make(1) System V include behaviou o [2001/12/12] misc/32760 Please MFC /usr/include/malloc.h to -STAB f [2001/12/12] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 Problem with IPX and netgraph(4) o [2001/12/13] ports/32800 dec gated dies on ppp interface up/down o [2001/12/13] kern/32809 yet another panic while syncing disks aft o [2001/12/13] bin/32817 tobez Base system includes outdated CGI module o [2001/12/14] kern/32827 small SO_RCVTIMEO values are taken to be o [2001/12/14] ports/32832 kde Kmail 1.3.2 / kde 2.2.1 / PGP 6.5.8 - kma o [2001/12/14] ports/32844 kde exiting konq term emulator causes crash o [2001/12/16] ports/32903 ports Kernel panic when returning from single m o [2001/12/16] ports/32922 trevor ports/devel/bin86 won't build with umask o [2001/12/16] misc/32924 dmlb raylink driver having problems receiving o [2001/12/18] ports/32963 skv New port: p5-Class-ISA-0.32 o [2001/12/18] ports/32965 skv New port: p5-Class-BlackHole-0.03 o [2001/12/18] ports/32966 skv New port: p5-Ima-DBI-0.26 o [2001/12/18] ports/32967 skv New port: p5-Class-WhiteHole-0.03 o [2001/12/18] ports/32968 skv New port: p5-Class-DBI-0.36 o [2001/12/18] ports/32970 skv New port: p5-XML-DBMS-1.01.3 o [2001/12/18] ports/32974 skv New port: p5-Math-SimpleVariable-0.03 o [2001/12/18] ports/32975 skv New port: p5-Math-LinearCombination-0.03 o [2001/12/19] ports/33001 skv New port: p5-PodParser-1.18 o [2001/12/19] ports/33002 skv New port: p5-Pod-POM-0.11 o [2001/12/21] kern/33074 joe USB printer support does not detect print o [2001/12/21] ports/33080 ume grkrellmvolume interferes with the abilit o [2001/12/21] ports/33082 ports audio/mxv fails to compile o [2001/12/22] kern/33085 jlemon Samba's NMBD cannot find alias interface o [2001/12/22] bin/33087 ume No automatic ipf setup for IPv6 o [2001/12/22] ports/33093 jdp cvsup SNAP_16_1e breaks by SIGILL during o [2001/12/24] kern/33138 pnp problem in 4.3, 4.4, 4.5 o [2001/12/24] kern/33143 Kernel panic in uhci_abort_xfer_end o [2001/12/24] bin/33155 green [PATCH] sshd can leave hanging processes o [2001/12/25] ports/33170 ache zip -T [zip file] fails with message abou o [2001/12/26] kern/33201 net/net_osdep.c:if_name is broken o [2001/12/26] kern/33206 sound Soundcard f [2001/12/26] misc/33213 ume rarpd fails to init IPv6 enabled interfac o [2001/12/27] kern/33234 luigi dummynet localhost pipe causes machine to o [2001/12/27] bin/33235 find terminates with "find: fts_read: Per o [2001/12/30] kern/33344 memory leak in device resource config loa o [2001/12/30] kern/33346 jhb Kernel panic with SMP kernel o [2001/12/30] kern/33353 panic at odd times...idle, under no load, o [2001/12/30] misc/33370 Post configuration issue o [2002/01/01] ports/33440 portmgr Ports can not resume an interrupted downl o [2002/01/02] kern/33464 dillon soft update inconsistencies after system o [2002/01/02] ports/33482 ports New port for gimp-print o [2002/01/03] bin/33515 amd incorrectly handles multi-homed nfs s o [2002/01/03] ports/33519 portmgr make index fails if PERL_VERSION is 5.6.1 o [2002/01/03] ports/33522 jkh Cvsupit out of date, RELENG_4 or RELENG_4 o [2002/01/04] pending/33532sound Playing audio on some soundcards with pcm o [2002/01/04] kern/33535 invalid kernel diagnostic while writing d o [2002/01/04] bin/33537 savecore cannot save kernel core if it's f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories f [2002/01/05] kern/33578 FreeBSD panics when accessing encrypted D o [2002/01/07] ports/33650 kde py-numeric, koffice, others are hard code o [2002/01/07] kern/33653 DSL PPPoE connection error on 4.5-PRERELE o [2002/01/07] misc/33672 sheldonh telnetd and mount_mfs signal handlers cal f [2002/01/08] ports/33680 okazaki /usr/ports/graphics/aalib fails to compil o [2002/01/08] kern/33712 joe Duplicate make_dev panic in ugen.c + patc o [2002/01/09] misc/33723 select(2) implementation in threaded (-lc o [2002/01/09] kern/33738 argv == NULL is not handled correctly by f [2002/01/11] misc/33785 alfred Accept Filtering Stops Answering o [2002/01/11] ports/33795 ports [PATCH] quakeserver questionable file own o [2002/01/12] conf/33810 murray /etc/ttys: document how to make console i o [2002/01/13] kern/33833 Correct kernel config for 4.4-RELEASE is o [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/13] ports/33848 ports CUPS doesn't find parallel port o [2002/01/14] bin/33881 adduser additions: selectable crypt schem o [2002/01/15] ports/33924 ports firebird-devel build fails - can not appl o [2002/01/15] ports/33927 ports ja-dvipdfm port requires texmf/dvips/base o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han o [2002/01/15] ports/33931 mbr trouble installing StarOffice 5.2 over li o [2002/01/16] kern/33940 quotactl allows compromise gid-quotas o [2002/01/16] ports/33972 ports stow upgraded (fixes serious bug re delet o [2002/01/16] kern/33974 Can not record anything with emu10k1 on 4 f [2002/01/17] kern/33978 can't kill process o [2002/01/17] i386/33986 sound SMP and audio causes hard lockups (random o [2002/01/17] ports/34006 ports new port: x11/fspanel o [2002/01/17] bin/34007 pkg_create -b forgets to include install o [2002/01/17] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] kern/34020 programs fail that poll(2) on fifos o [2002/01/18] pending/34021 Request to add ukrainian whois server to o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w o [2002/01/18] pending/34031 hang with linux emulation in 4.5-RC o [2002/01/18] i386/34033 Suspend doesn't work on Dell Latitude CPx o [2002/01/18] ports/34056 ports vmware2 complains of missing file o [2002/01/19] bin/34072 semenu corrupted transfers on mounted ntfs parti f [2002/01/19] misc/34073 3com 3c980c runs "bursty" / freezes-unfre o [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 o [2002/01/21] ports/34110 des linux-opera TP3 doesn't work o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/21] ports/34153 andreas The apsfilter configure script adds bzip2 o [2002/01/23] kern/34205 joe detect USB memory device, But can not use o [2002/01/23] ports/34212 cpiazza Segmentation fault in audio/gmixer f [2002/01/23] ports/34214 znerd New Port: lang/kawa Java Based Scheme Imp o [2002/01/24] kern/34228 Dual processor machine hangs at reboot o [2002/01/24] gnu/34246 joe CVS doesn't rebuild CVSROOT/options o [2002/01/25] kern/34266 SMP does not work on CPQ0579 System board o [2002/01/25] i386/34267 semenu FreeBSD hangs and reboots when overloaded o [2002/01/25] bin/34269 tcpdump -v incorectly identifies packets o [2002/01/25] misc/34270 man -k could be used to execute any comma f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/01/26] ports/34308 ports perl build fails due to locales (*.ISO885 o [2002/01/26] ports/34318 se ports/games/rt2-demo-files/do-install has o [2002/01/29] ports/34409 kuriyama prc-tools from ports fails to compile on f [2002/01/29] i386/34422 crash system wnen kill pppd with reattach o [2002/01/30] ports/34436 ports /usr/libexec/ld-elf.so.1: Shared object " o [2002/01/30] misc/34458 green 4.5S/sshd forwarding problems o [2002/01/30] ports/34467 portmgr bsd.port.mk is broken WRT USE_AUTOCONF_VE o [2002/01/31] ports/34480 jmz system hangs after killing xinit o [2002/02/01] i386/34536 accept() blocks other threads o [2002/02/01] bin/34539 [PATCH] fsck(8) doesn't account for negat o [2002/02/01] kern/34544 Kernel crash on fclose() of /dev/kbd1 whe o [2002/02/02] ports/34558 sobomax wxgtk-devel port broken o [2002/02/02] misc/34568 turning printer on and off hangs the comp o [2002/02/03] kern/34582 wpaul Support for D-Link DFE-690TXD Cardbus PC o [2002/02/03] bin/34586 burncd -t blank blanks CD o [2002/02/03] i386/34588 read-prefetch on VIA 686B IDE causes hang o [2002/02/03] ports/34593 anders minicom-2.00.0 does not build when autoco a [2002/02/03] bin/34601 sheldonh bc(1)'s multi-line file parsing problem o [2002/02/04] kern/34619 TCP - FINs with different sequence number o [2002/02/05] ports/34636 ports XmHTML does not build: debug.c:113: initi f [2002/02/06] ports/34661 ade lang/gcl fails to compile o [2002/02/06] kern/34672 NEWCARD panic. o [2002/02/06] bin/34682 fenner scanf/sscanf doesn't understand %lld o [2002/02/06] i386/34684 qa sysinstall core-dumped o [2002/02/07] ports/34691 ports new port for sfs - the self-certifying fi o [2002/02/07] bin/34725 sos burncd cannot write audio file as the 1st o [2002/02/07] bin/34727 ``/bin/mkdir -p /'' fails o [2002/02/08] ports/34730 ports new port qmail-scanner - a virus-scanning o [2002/02/08] ports/34734 ports There is no pngquant port o [2002/02/08] bin/34741 pkg_info -R gives empty output o [2002/02/09] kern/34764 cisco aironet driver freezes with toshiba o [2002/02/09] kern/34765 Unloading the ipl.ko module will panic th o [2002/02/10] kern/34801 TCP window size bug (afflicting IP Filter o [2002/02/10] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] ports/34829 ports new port: pisg 0.36 o [2002/02/11] misc/34842 VmWare port + NIS causes "broadcast storm o [2002/02/12] ports/34872 ports New Port: KOggTag is a KDE-based tag edit f [2002/02/12] ports/34887 ade Apache modules installed from ports with o [2002/02/12] ports/34893 deischen RUS-CERT Advisory 2002-02:01: Temporary f o [2002/02/12] kern/34895 Linuxulator linux_fcntl64() doesn't handl o [2002/02/13] i386/34902 FTP session causes server reboot o [2002/02/13] ports/34907 sf 4.5/ports/ftp/wget+ipv6 hangs top make o [2002/02/14] ports/34943 ports ports/mail/ecartis o [2002/02/15] ports/34990 kde Kde coredump on halt o [2002/02/16] kern/35004 [PATCH] Fix for pcm driver lockups a [2002/02/17] ports/35050 ports Failure of port drm-kmod to correctly ini o [2002/02/17] kern/35061 After printing to HP Deskjet 656c USB pri a [2002/02/18] bin/35076 maxim sh builtin test command sets real uid to o [2002/02/18] kern/35081 zebra routing problem - kernel bug??? o [2002/02/18] bin/35087 TAR does not recurse directories if it ru o [2002/02/18] misc/35104 Files end up being no bigger than 8192 by o [2002/02/19] misc/35116 keyinfo reports root's keyinfo o [2002/02/19] ports/35121 ports msgfmt in multiple ports causes conflicts o [2002/02/20] kern/35136 VLAN & bridging & MTU o [2002/02/20] misc/35145 cannot open /etc/termcap and no terminal o [2002/02/21] ports/35179 kris elm-2.5.5_1: bounce command doesn't work o [2002/02/21] ports/35183 portmgr postgresql-7.1 repo copy request o [2002/02/22] ports/35209 nakai icewm 1.0.9 crashes o [2002/02/22] bin/35214 dump program hangs while exiting o [2002/02/22] ports/35218 ports WRKDIRPREFIX while /usr/obj exists o [2002/02/23] pending/35237ports empty manpage installed by trafcount port o [2002/02/23] kern/35248 panic: ffs_valloc: dup alloc o [2002/02/23] misc/35267 after cvsup src-all for 4.5, /stand/sysin o [2002/02/24] ports/35288 ports ports/afterstep has resources leak o [2002/02/25] bin/35307 standard include files are not standard c o [2002/02/25] ports/35308 dirk mod_php4 port will not configure (version o [2002/02/25] bin/35309 umount -f does not work for ufs floppy o [2002/02/25] misc/35310 SSHing with expired password does not bri o [2002/02/25] ports/35320 znerd linux-jdk-1.4 JVM fails when running Tomc o [2002/02/25] bin/35321 standard include files do not comply to s o [2002/02/25] ports/35325 ports gtk_set_locale patch for ports/x11-fonts/ o [2002/02/25] bin/35329 Linking against libc_r.* provokes nasty l o [2002/02/26] misc/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 emu10k1: no posibility to record sound. K o [2002/02/26] ports/35353 green cfs strips eighth bit of file name on "ou o [2002/02/26] ports/35364 ports cdb port forgets uint32.h o [2002/02/27] ports/35386 ports doxygen port will not configure o [2002/02/27] ports/35388 ports xsane_create_secure_file fails if file ex o [2002/02/27] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35408 es137x.c warning causes buildkernel failu o [2002/02/28] kern/35425 System hang while boot on specific SMP mo f [2002/02/28] ports/35426 dirk lang/php4 does not patch o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/02/28] docs/35430 doc [Maintainer Update] Filtering-Bridges Art o [2002/02/28] ports/35434 ports Apache 1.3.23 + mod_ssl 2.8.7 and PHP 4.1 o [2002/02/28] kern/35442 Problem transmitting runts in if_sis driv o [2002/03/01] alpha/35455 alpha Unable to compile ISA NIC devices into ke o [2002/03/01] kern/35461 trap 12 when booting with Maxtor 160G dis o [2002/03/02] kern/35482 dc driver uses wrong case to read MAC fro o [2002/03/03] misc/35506 innetgr() doesn't match wildcard fields i o [2002/03/03] kern/35511 sis(4) multicast filtering doesn't pass s o [2002/03/03] ports/35515 steve open-motif-2.1.30_2 installation deletes o [2002/03/03] ports/35517 ports New port: MySQL 4.0 o [2002/03/04] bin/35538 ssh can hang waiting for EOF on stdin o [2002/03/05] ports/35570 ports aureal-kmod ports has invalid Makefile o [2002/03/05] pending/35579ports Re: o [2002/03/06] docs/35620 doc make release fails in documentation for R o [2002/03/07] bin/35622 sigaltstack is missing in libc_r o [2002/03/07] ports/35631 ports SKIP and IPSEC together cause kernel pani o [2002/03/07] ports/35632 ports linux-realplayer RPM files location o [2002/03/07] kern/35645 Layer 2 switching using default router of o [2002/03/07] misc/35662 send-pr and/or web pr query system screws o [2002/03/08] kern/35669 NFSROOT breaks without a gateway o [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for o [2002/03/08] pending/35690ports patch: sort master sites for x11-servers o [2002/03/08] kern/35691 Realtek NIC driver does not work with Rea f [2002/03/08] ports/35695 ade net/fugu broken o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/09] ports/35704 ports XFree86-4 Font server port fails on Wraph o [2002/03/09] kern/35720 Patch to vr(4) to fix network load proble o [2002/03/09] docs/35724 doc www; Handbook missing link to important H o [2002/03/10] i386/35742 USB 2.0 attached device cannot be fdisk'd o [2002/03/10] kern/35756 USB reattach of Sony DSC-S75 fails, USB s o [2002/03/11] misc/35774 [SECURITY] Suboptimal auditing possibilit o [2002/03/11] ports/35775 ports mail/postfix: not started at boot time on o [2002/03/11] ports/35777 des www/linux-opera does not install with lin o [2002/03/11] ports/35778 ports www/linux-netscape47-navigator does not i o [2002/03/11] pending/35780ports Update port: russian/fortuneru o [2002/03/12] alpha/35815 alpha Can't install 4.5 for Alpha from the 4.5- o [2002/03/12] pending/35822ports gnu-radius path fixes o [2002/03/12] bin/35842 rm -f nonexistent file successful but rm o [2002/03/13] bin/35843 maxim [PATCH] MD5 auth implemented in routed is o [2002/03/13] ports/35850 dirk mod_php4 doesn`t compile when apache2 ins o [2002/03/13] kern/35873 recent -STABLE dhclient doesn't see wirel o [2002/03/13] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/13] conf/35880 rc files could be a bit more jail friendl o [2002/03/14] kern/35887 ipfw(8) limit feature does not work prope o [2002/03/14] ports/35907 gnome Attempts to build mozilla fail (on curren o [2002/03/15] bin/35921 Wrong path reduction of dot-dot paths in o [2002/03/15] misc/35924 signal.h does not check for _POSIX_REALTI o [2002/03/15] bin/35925 fixit floppy cannot be mounted on USB dri a [2002/03/15] docs/35940 keramida red(1) manual doesn't explain red(1). o [2002/03/16] ports/35980 gnome www/mozilla{,-headers}: installs incorrec a [2002/03/16] kern/35985 re swap double mount o [2002/03/16] kern/35986 Wrong bpf-header preceading packet when u o [2002/03/16] kern/35989 720KB floppies unusable o [2002/03/16] ports/35996 gnome gnumeric port fails on missing libxml o [2002/03/17] kern/36002 compile is stopped without DDB define o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free o [2002/03/17] kern/36038 sheldonh sendfile(2) on smbfs fails, exposes kerne o [2002/03/18] ports/36054 ports snmpd daemon from ucd-snmp-4.2.3 crashes o [2002/03/18] kern/36056 atapicd driver won't boot with cdr-cdroms o [2002/03/18] kern/36057 atacontrol, apm, kernel panic o [2002/03/18] ports/36071 portmgr devel/autoconf213: eliminate file conflic o [2002/03/18] ports/36077 portmgr devel/automake14: fix info file overlap w o [2002/03/19] misc/36086 Kerberos Problem/Handbook wrong/Followup o [2002/03/19] ports/36107 greid Update Port: devel/zziplib (to 0.10.27) o [2002/03/19] kern/36108 Diskless NFS Client panic with 4.5-STABLE o [2002/03/19] ports/36123 portmgr seemingly bogus run-time dependency on mk o [2002/03/19] ports/36124 obrien build of vim5 fails when compiled w/ perl o [2002/03/20] bin/36141 sh dumps core o [2002/03/20] pending/36144ports New port: pinepgp-0.17.3 o [2002/03/20] ports/36145 ports cannot compile ipsorcr o [2002/03/20] ports/36146 gnome imlib-1.9.13 does not install headers o [2002/03/20] kern/36147 bogus irq 7 message being issued o [2002/03/21] ports/36159 ports under XFree 4.2 + FreeBSD 4.5-STABLE , en o [2002/03/21] kern/36160 Kernel halts while trying to detect CD-C6 o [2002/03/21] ports/36163 ports security/saint port fails to download cor o [2002/03/21] bin/36167 _THREAD_SAFE & _REENTRANT used inconsiste o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/21] kern/36174 crash with NFS nfs_fsync o [2002/03/21] bin/36175 Vsnprintf causes memeory leak o [2002/03/21] ports/36182 gnome ORBit-0.5.14 fails during Cache configura o [2002/03/22] ports/36193 gnome www/mozilla: make -DWITHOUT_CHATZILLA => o [2002/03/22] kern/36204 cannot install -STABLE from CD-ROM Drive o [2002/03/22] kern/36209 read() system call never returns in some o [2002/03/22] kern/36219 poll() behaves erratic on BPF file descri o [2002/03/22] kern/36220 panic: sched_sync: fsync failded vp 0xcf4 o [2002/03/23] ports/36237 portmgr registering _real_ dependencies in bsd.po o [2002/03/24] ports/36258 jmz new XFree86-4 port errors o [2002/03/25] bin/36299 burncd: mode1 + stdin o [2002/03/25] kern/36300 acd0c: 'device not configured ' after sta o [2002/03/25] ports/36303 dirk Apache with mod_php4 wont run if mod_php4 o [2002/03/25] kern/36309 [patch] Wrong mnt_iosize_max calculation o [2002/03/25] ports/36314 dirk mod_php4 configure.php script options are o [2002/03/25] kern/36315 panic: vm_fault on nofault entry while ru f [2002/03/25] ports/36321 ports audio/xmms build fails (related to gettex o [2002/03/26] kern/36329 reference of unexistent object o [2002/03/26] ports/36352 ports Postfix ports do not build TLS when speci o [2002/03/26] ports/36353 tg lang/python{15,20,21} stomps on man pg, b o [2002/03/26] ports/36356 gnome ORBitz-0.5.15 fails during configure o [2002/03/26] ports/36363 ports apache13-ssl - default'httpsd.conf' lack o [2002/03/27] ports/36372 gnome evolution-1.0.3 don't compile o [2002/03/27] ports/36387 ports BitchX-gnome-1.0c18 fails to build due to o [2002/03/27] ports/36393 nakai [Update] x11-wm/qvwm to 1.1.12 o [2002/03/27] ports/36398 obrien x11-toolkits/open-motif-devel: make error o [2002/03/27] ports/36401 gnome devel/bonobo: can't make package because o [2002/03/27] ports/36411 ports java/jdk13 not owner/group safe o [2002/03/28] kern/36413 the bktr driver tries to destroy device a o [2002/03/28] kern/36415 the bktr driver incorrectly handles the s o [2002/03/28] ports/36434 ports Unable to build XFree86-4 o [2002/03/28] i386/36451 (sys/dev/bktr) Japan IF frequency is inco o [2002/03/29] ports/36472 kde Unable to build KDE2 - Konq problem o [2002/03/29] bin/36473 Overdue MFC's in chmod/chown/chflags o [2002/03/29] kern/36482 Multiport starfire card (sf/ukphy) doesn' o [2002/03/29] ports/36484 ports Windowmaker 0.80.0 should be marked with f [2002/03/29] ports/36505 ports Nessus-core compile fails /usr/libexec/el o [2002/03/29] conf/36508 installation floppy bug (See description) o [2002/03/29] ports/36516 ports MAINTAINER UPDATE: delete print/texinfo, o [2002/03/29] i386/36517 sis driver can't map ports/memory for Net o [2002/03/29] bin/36521 find segfaults when called without comman o [2002/03/29] kern/36522 stat outside procs in procfs succeeds fro o [2002/03/29] ports/36526 ports xfce help file images not shown o [2002/03/30] ports/36554 netchild ports/lang/icc requires linux_devtools to o [2002/03/30] docs/36563 doc fdisk(8) program doesn't honor -t (test) o [2002/03/31] ports/36565 ports x11/XFree86-4-libraries doesn't install e o [2002/03/31] kern/36566 System reboot with dead smb mount and umo o [2002/03/31] kern/36603 X crashes o [2002/03/31] kern/36605 [PATCH] vm_zone: zinitna failure leaves z o [2002/03/31] conf/36606 Adding packages with sysinstall failes af o [2002/04/01] kern/36610 acd0: MODE_SENSE_BIG command timeout - re o [2002/04/01] ports/36615 ports build fix for devel/libstroke 913 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 Distributed libm (msun) has non-standard s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def f [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d s [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV s [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) f [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/14] bin/3284 mikeh [PATCH] symorder(1): -t option doesnґt wo a [1997/05/08] gnu/3552 the -L option of tar does not work proper f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) f [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 jlemon nonworking t/tcp server side o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk f [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/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 portmgr Recommendation re. Ports Collection o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 roberto find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta f [1997/09/13] kern/4528 processes hang if the mount_portal proces o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p f [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 jkoshy Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT a [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/11] gnu/5982 no error exit code from tar on child fail f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl f [1998/03/31] bin/6183 quota hangups a [1998/03/31] kern/6184 No error if resulting file pos in lseek i a [1998/04/16] misc/6320 mike Sometimes nohup isn't good enough. o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 joe Kernel version strings need to relate to f [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] conf/6624 davidn One class with nologin=/etc/nologin: reje s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD f [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/22] bin/7023 portmgr bsd.port.(%|subdir.).mk patches for size s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % f [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 qa Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). f [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c s [1998/08/22] kern/7722 Changes to acct format o [1998/09/03] bin/7828 Add a command line option to cp to make i s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) f [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/27] i386/8474 repquota does not pick up NIS information a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> f [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/27] i386/8867 qa /stand/sysinstall core dumps (signal 11) o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul a [1998/12/18] bin/9123 kris pax can't read tar archives that contain f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy a [1999/01/05] bin/9333 jkoshy timestamp dump's progress f [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts f [1999/01/25] kern/9679 fix for uninterruptible open in portal fi f [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. f [1999/01/28] kern/9748 error in queue handling of at_shutdown() a [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 cg Generic AD1816 sound suport in Luigi's pc o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10283 Race condition in rc.network o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. o [1999/03/15] i386/10608 add Opti Viper-M PCI ID f [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/03/19] ports/10682 portmgr List mirror sites in MASTER_SITE_BACKUP - o [1999/04/03] bin/10931 biff b s [1999/04/05] ports/10965 ade lcc-3.6 unable to compile anything o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 a [1999/04/16] bin/11168 davidn pw(8) usermod does not recognize -w flag f [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] bin/11248 Shuffle o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/05/28] bin/11914 wosch makewhatis during installworld uses /usr/ o [1999/05/29] bin/11929 symorder doesn't work on elf format objec f [1999/05/30] kern/11945 mjacob tape problems on -stable, mt bl(ocksize), f [1999/05/31] kern/11968 kldload should call module entry point be f [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/18] bin/12280 jdp LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/21] conf/12324 qa Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std f [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong a [1999/06/28] conf/12432 dougb empty amd_flags causes start failure in r o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics o [1999/07/20] kern/12723 des Unnecessary use of magic numbers in F_[SG o [1999/07/25] bin/12801 nvi infinite recursion with options "left o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, f [1999/08/04] kern/12966 wpaul receiver lockups in vr0 driver f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system f [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/01] bin/18961 green sshd does not print before motd o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed f [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil o [2000/06/06] ports/19051 asami New target for bsd.port.mk : fetchdepends f [2000/06/06] bin/19057 offer of patch to uname that produces pre o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] bin/19239 login allows users to login remotely with o [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 portmgr Ports build mechanism doesn't check wheth o [2000/06/15] gnu/19327 Fix to build 'a.out' binary. o [2000/06/19] misc/19391 emulationEvilness with Linux Terminus, causes X to o [2000/06/20] bin/19404 /usr/bin/error should be included in the o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/22] ports/19448 markm filename input broken o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup s [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/29] ports/19591 ports ssh2 port ignores 'ignorenologin' from lo o [2000/06/30] ports/19594 trevor update port: qrash o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/02] ports/19650 asami python package causes segmentation fault o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/06] gnu/19733 mp GDB 4.18 is not GDB 4.18 o [2000/07/07] kern/19756 Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 ambrisko Run Fit it floppy from serial port o [2000/07/12] ports/19868 portmgr modify ports/Mk/bsd.port.mk to remove ALL o [2000/07/12] kern/19871 alfred select on named pipes always returns 'ava o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/18] gnu/20004 FBSD4 gcc __attribute__(constructor) not o [2000/07/18] misc/20024 jake [PATCH] queue(3) concatenation macros o [2000/07/19] bin/20042 "rsh -t" doesn't timeout if rcmd(3) never o [2000/07/20] bin/20054 ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/23] docs/20121 jim Better user ppp documentation in man page o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] misc/20254 jhb BTX loader 1.00 can not recognize floppy o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide f [2000/08/02] bin/20371 murray dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 Can't make only cd0 under 4.1-STABLE o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/09] ports/20499 obrien [PATCH] conserver port doesn't like MD5 c o [2000/08/09] bin/20501 mjacob extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. s [2000/08/10] kern/20529 billf gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin a [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 patrick New port of cgoban2 o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE s [2000/08/22] conf/20774 dougb 'NFS access cache time=2' is not a daemon o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 davidn top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri f [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/29] kern/20927 ume dmesg output: looutput: mbuf allocation f o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] bin/21024 pow() ERANGE bug o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] conf/21066 Proposed change in rc scripts o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21074 davidn chkgrp vs group(5) inconsistency f [2000/09/06] bin/21075 dwmalone top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/09] bin/21142 [PATCH] avoid errors from "make objlink" o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm s [2000/09/10] bin/21178 ken voltag selector, and unload support for c o [2000/09/12] kern/21222 dillon wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 mbr vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/22] misc/21494 yar ftpd can't handle /etc/chroot entries wit o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q o [2000/09/28] ports/21621 portmgr Update port: devel/libtool to 1.3.5 f [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] bin/21766 [PATCH] add -s (skip) flag to head(1) o [2000/10/05] docs/21767 green sample sshd_config errors for kerberos o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy o [2000/10/06] bin/21806 lock(1) currently defaults to 15 minute t a [2000/10/06] kern/21807 [patches] Make System attribute correspon o [2000/10/07] docs/21826 wollman ARP proxy feature lacks documentation o [2000/10/09] kern/21859 Allow the syncer to be slowed down o [2000/10/09] ports/21885 portmgr bsd.port.mk: test for old layout is too o [2000/10/09] misc/21886 jkh wicontrol desired on boot floopy o [2000/10/10] ports/21903 portmgr bsd.ports.mk - automake/aclocal adds o [2000/10/14] conf/21994 Config of Anonftp (at install) always cre o [2000/10/14] gnu/21996 use of -s and -C causes tar to dump core o [2000/10/16] bin/22033 [PATCH] to pw(8) to allow encrypted passw o [2000/10/16] bin/22034 nfsstat lacks useful features found in So o [2000/10/17] kern/22065 luigi Patch to add support to ipfw for per rule f [2000/10/17] kern/22068 4.1.1-RELEASE does not recognise (no prob o [2000/10/18] misc/22073 xonsole: couldn't open console f [2000/10/18] kern/22099 Xircom CreditCard CM-56T Modem keeps givi o [2000/10/18] conf/22102 Local scripts get run before securelevel o [2000/10/20] ports/22149 portmgr Enhance the "Old port layout" message fro o [2000/10/21] bin/22182 vi options noprint/print/octal broken o [2000/10/21] kern/22185 Identical IP addresses on two broadcast i o [2000/10/21] misc/22190 jasone A threaded read(2) from a socketpair(2) f o [2000/10/21] bin/22198 inet_ntop may set errno to ENOSPC and nee o [2000/10/22] bin/22210 wollman typeof(passwd->pw_gid) != typeof(group->g o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) s [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2000/11/02] ports/22550 obrien Patch for conserver for log file rotation o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] bin/22612 schweikh crontab -e failures o [2000/11/06] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong a [2000/11/08] misc/22696 luigi picobsd build with router configuration c o [2000/11/08] ports/22698 portmgr Ports' rc.d files should use rc.conf o [2000/11/09] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/14] bin/22860 yar [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 dd newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/17] bin/22933 green Typographical error in ssh.1 f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/23] conf/23063 ru [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/27] misc/23148 getopt(3) works non-intuitively? o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same a [2000/12/02] ports/23232 ports gettext/xview port collision o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/05] kern/23304 POSIX clock_gettime, clock_getres return f [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B f [2000/12/07] misc/23362 fenner tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] misc/23366 mmap() non conforming o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB a [2000/12/09] conf/23402 qa sysinstall upgrade ought to check partiti o [2000/12/11] bin/23472 mp gdb weirdness on programs compiled with - a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/14] ports/23560 portmgr linux-jdk/Makefile assumes default `patch o [2000/12/15] i386/23562 telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/17] gnu/23598 Merge libgcc_r with libgcc o [2000/12/17] ports/23602 portmgr Recursive distclean for bsd.port.mk w/pat o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois f [2000/12/20] kern/23692 GENERIC kernel config on 4.2 changes defa o [2000/12/22] misc/23766 /etc/periodic/daily/440.status-mailq does o [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] ports/23822 ports mtree entries for German X11 man pages a [2000/12/28] bin/23912 sheldonh underflow of cnt in vs_paint() by O_NUMBE o [2000/12/29] bin/23944 Patch for ftpd to add a cd after the chro o [2001/01/04] bin/24066 mp gdb can't detach from programs linked wit o [2001/01/06] ports/24120 portmgr "/usr/ports/Mk/bsd.port.mk", line 626: In o [2001/01/07] misc/24132 mp gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 sound emu10k1 has trouble playing non-44.1KHz s o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/11] ports/24259 steve port of open-motif on make install compla o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. a [2001/01/14] misc/24324 phantom Greek console support o [2001/01/15] ports/24361 asami wrong filemodes o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/16] kern/24393 Patch to msdosfs to handle a kind of inco o [2001/01/18] bin/24435 Changing slice type causes Auto-partition o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/20] ports/24493 msmith Pib maker function unable to launch xterm a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us o [2001/01/21] misc/24513 peter new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/23] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] ports/24658 jkh Enhancement to src/release/Makefile a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] bin/24742 send adduser.message before dirs are crea o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] bin/24757 ftpd not RFC compliant o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/03] kern/24827 yokota Erratic Intellimouse Explorer in 4.1 and o [2001/02/03] bin/24828 [PATCH] ntpd compilation and additional r f [2001/02/04] gnu/24844 gdb does not support Linux threads a [2001/02/05] docs/24869 keramida Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] kern/24900 Server logs:indfcntl(8, F_SETFL, 4): Inap o [2001/02/06] kern/24902 IPC Message Queue number to big o [2001/02/06] misc/24907 qa Options screen at MenuMedia menu problem o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24983 asami Emacs ports have misleading names o [2001/02/11] bin/25012 tar(1) as root does not preserve ownershi o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu a [2001/02/11] docs/25016 ru symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 f [2001/02/13] bin/25059 des dlopen(..,RTLD_GLOBAL) doesn't work for s o [2001/02/13] bin/25070 newsyslog(8) should send signals only onc o [2001/02/13] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all f [2001/02/21] kern/25275 X server freezes system randomly on pentu f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/23] ports/25313 wosch Script source displayed at http://www.nl. o [2001/02/26] misc/25378 kris update contrib/libgmp to newer version (3 o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/26] docs/25405 wosch misleading warning from catman(1), etc. a [2001/02/27] ports/25419 ports Difficulties installing print/teTeX port o [2001/02/27] kern/25445 kernel statistics are displayed in wrong a [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir f [2001/02/28] gnu/25459 Dumpvalue.pm says SYNOPSYS instead of SYN o [2001/02/28] bin/25462 daemon(3) fails if called by a session le f [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) a [2001/03/02] conf/25495 phantom missing et_EE.ISO_8859-15 locale a [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery f [2001/03/04] conf/25527 jdp `man ldconfig' does not reflect its behav o [2001/03/04] ports/25531 portmgr INSTALL_* macros fail for non-root users a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD o [2001/03/05] ports/25564 obrien Port ups-debug doesn't build on the alpha o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 jmz XFree86-4 port installs manual pages with s [2001/03/07] bin/25587 des Add Solaris-like functionality to truss(1 o [2001/03/07] bin/25598 patch to let ftpd output message when cha s [2001/03/09] bin/25627 Cannot append hash after .elif in Makefil o [2001/03/09] misc/25635 gad lpr -# didn't work on network printer a [2001/03/11] ports/25708 dougb pine4 port hard-code /usr/local/include a [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon o [2001/03/12] ports/25763 shige XV fails to refresh properly on image dis o [2001/03/13] kern/25777 atime not updated on exec o [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num f [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/17] ports/25878 tegge error during compilation of linuxthreads o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui f [2001/03/19] kern/25923 vm_map.h defines a macro called "min_offs o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v a [2001/03/22] docs/26006 des Changing zone(9) man page o [2001/03/22] kern/26016 VMWare is crash on SMP machine f [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/27] conf/26145 [PATCH] There is no make.conf equivalent f [2001/03/27] misc/26153 sed G does not double space o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string a [2001/04/02] ports/26297 ports New port: devel/florist o [2001/04/02] ports/26303 adrian Wrong permission on Squid24's errors dire a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 dillon Defaults for NFS mounts over TCP are slow o [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/05] misc/26373 Rpc.statd implements the SM_NOTIFY call b o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/06] kern/26385 VMWare reboots entire system after starti f [2001/04/08] kern/26437 Kernel Panics on SMP box when subjected t o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 incomplete named sandbox information a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 "lnc" problem with shared memory mode wit o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26563 ioctl(SNDCTL_DSP_SPEED) returns -1 when f o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/15] bin/26602 RELENG_4 ssh/sshd modifies the 'erase' ch f [2001/04/16] kern/26608 when boot Freebsd 4.2 Release from the c o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] misc/26636 If /etc/ttys goes empty, init(8) never re a [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] misc/26678 Correction of: misc/26521 o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/19] misc/26720 Both .cshrc and .profile should have the o [2001/04/20] kern/26740 rwatson [PATCH] jail improvement f [2001/04/22] misc/26763 darrenr installing ipfilter sample files to share o [2001/04/22] kern/26787 dd sysctl change request o [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] kern/26800 wpaul Support for Netgear MA-301 wireless o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in a [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so o [2001/04/25] bin/26854 Better fix for ESS Technology Maestro-2E o [2001/04/26] misc/26879 mkfilter not installed, yet referred to v s [2001/04/26] ports/26882 kde KDE should use ca-roots port for SSL cert a [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/26] kern/26885 keichii add if_xe as kernel module o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] bin/26919 qa sysinstall' fdisk can ONLY set bootable f o [2001/04/29] docs/26943 doc [patch] description of :C modifier is mis o [2001/04/30] i386/26994 obrien AMD Athlon Thunderbird not known to ident o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] misc/27039 new syscons screensaver a [2001/05/02] docs/27040 dougb rc(8) and syscons(4) talk about rc.conf.l f [2001/05/02] misc/27041 modify src/release/Makefile to make anoth f [2001/05/03] bin/27063 darrenr /sbin/ipfs missing o [2001/05/04] ports/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] ports/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs o [2001/05/06] ports/27167 ports ETHOberonV4 won't run a [2001/05/07] ports/27182 mharo Teach portlint to recognize RUN_DEPENDS=$ o [2001/05/07] ports/27187 jmz add linux ioctl handler to dri xf86-403 c o [2001/05/07] bin/27188 fix of rsh non-interactive mode behaviour o [2001/05/07] misc/27190 Day light savings in Mexico. o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/08] i386/27216 qa Can not get to shell prompt from serial c o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/11] bin/27270 cg sys/soundcard.h fails to define AFMT_S16_ o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r o [2001/05/12] ports/27291 jim Bluefish port doesn't build mo files o [2001/05/12] bin/27294 ports pkg_update disregards suffixes (portrevis o [2001/05/13] i386/27306 mp hw watchpoints work unreliable under gdb o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/17] bin/27423 change request o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/18] bin/27433 ps binary does not do what the man page s o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] ports/27473 jmz when I install the package XFree86-4.0.3_ f [2001/05/22] ports/27542 sobomax xmps should not require gnome a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/25] docs/27653 doc Updates to send-pr.html to support MIME o [2001/05/26] docs/27654 doc Update to PR 27653 o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/26] misc/27677 miss BIND name server library o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken o [2001/05/31] gnu/27803 Enhancement to sort(1) a [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/01] misc/27816 rpcgen -b generates server code which doe o [2001/06/01] misc/27829 kris pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc o [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe o [2001/06/02] ports/27838 keichii dot.emacs is 600 s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/02] kern/27849 dfr AGP RELEASE ioctl frees memory o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/06] ports/27903 peter Update: www/transproxy o [2001/06/06] docs/27915 doc man 5 passwd does not properly explain th o [2001/06/06] docs/27919 n_hibma missing usb man pages o [2001/06/06] docs/27921 markm manpage skey(1) should be skey(7) o [2001/06/07] alpha/27930 NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 a [2001/06/08] ports/27956 ports New port:A messenging client supporting A a [2001/06/08] conf/27959 imp Add cygwin termcap entry o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod a [2001/06/11] conf/28078 qa /stand/sysinstall skips distro selection a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr a [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/13] ports/28121 sobomax New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona a [2001/06/15] bin/28171 des [PATCH] to support a HTTP_REFERER env var a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 pirzyk ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] misc/28255 picobsd documentation still references ol s [2001/06/18] kern/28260 UIO_MAXIOV needs to be made public a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/20] bin/28294 dump of vinum based file systems by devic o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/21] ports/28332 dwcjr Gimp manual port 1-2 years out of date, m o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco a [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction o [2001/06/26] ports/28432 obrien [patch] comms/conserver fails with MD5 pa o [2001/06/26] bin/28435 [patch] allow newsyslog to signal process o [2001/06/27] bin/28449 cracauer sh(1) aborts on certain input a [2001/06/27] misc/28455 GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail o [2001/06/29] misc/28529 runetype.h doesn't have C++ 'extern "C"' f [2001/06/30] ports/28551 ports ports/mail/faces doesn't build (linking w o [2001/06/30] docs/28555 doc [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/03] ports/28680 paul pkg_update complains about missing REQUIR o [2001/07/03] kern/28681 ATAPI MO drive support o [2001/07/03] ports/28682 portmgr Some port install builds fail if silent ( o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/05] ports/28717 billf net/net-snmp stop enumerate interfaces wh a [2001/07/05] ports/28758 roam New port: security/apg o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/07] ports/28803 obrien ports/comms/conserver does not support ## o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/08] bin/28820 tar and cpio cannot deal with files > 2GB o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz o [2001/07/13] misc/28938 small PicoBSD - An update to the build script t a [2001/07/13] docs/28949 phk the mknod(8) man page stills refers to bl o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma o [2001/07/14] i386/28975 mjacob RocketPort problems o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/15] bin/28988 We need more simple message digesting too f [2001/07/15] docs/28994 dd New article for docproj "Checkpoint VPN-1 o [2001/07/16] ports/29009 dburr fsgs port installs cfg file with wrong pa o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/18] bin/29071 relay patch for rwhod o [2001/07/19] misc/29077 At loading notebook pccardd not correctly o [2001/07/19] docs/29088 phk jail(8) man page has innacurate instructi o [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/19] bin/29090 add `no_rip_out' option to routed o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/22] docs/29143 doc List of man pages that need to be written o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] ports/29163 jmz XFree86-4 port should register XFree86-4- o [2001/07/23] bin/29164 maxim [PATCH] lack of 'Do not fragment' flag in f [2001/07/23] docs/29166 tomsoft Flaw in growfs(8) manpage o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/23] bin/29175 tmm [PATCH] rpcgen(1) and inetdflag/pmflag su o [2001/07/23] bin/29177 [PATCH] rpc client create functions with o [2001/07/24] ports/29199 sobomax jdk12beta port should register open-motif o [2001/07/25] ports/29219 bp smbfs-1.4.1 don't compile o [2001/07/25] ports/29223 portmgr cyrus-imapd and postfix master.8 manpage o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/26] ports/29248 jmz XFree86 4.1 hangs with an i815 chip while o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not a [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/29] ports/29298 cpiazza Installation of documentation for vcdgear o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar f [2001/07/29] kern/29318 mjacob Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/30] gnu/29331 still documented broken options in gcc ma f [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] kern/29355 adrian [patch] lchflags support o [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] bin/29363 [PATCH] newsyslog can support time as ext o [2001/08/02] ports/29392 portmgr Small built-time glitch in Makefile for a o [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] kern/29499 dwmalone it is not possible to send creditionals f [2001/08/07] ports/29514 ports new port submission: games/xlogical (SDL o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit o [2001/08/07] ports/29528 dburr Update misc/tvguide to 0.9.0 o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 f [2001/08/09] docs/29571 doc [PATCH] No man page for pgrp kernel funct o [2001/08/09] bin/29581 proposed gethostbyXXXX_r() implementation f [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/11] kern/29621 n_hibma Missing man page for ulpt o [2001/08/11] ports/29638 green [patch] upgrade security/cfs a [2001/08/12] i386/29639 murray entry for zip 250 drives in /etc/disktab o [2001/08/13] bin/29675 lint fails on stdio.h f [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/14] kern/29698 linux ipcs doesn'work o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d o [2001/08/15] ports/29732 sobomax linking error f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a f [2001/08/17] docs/29807 dd [PATCH] XFREE86_VERSION is undocumented f [2001/08/17] ports/29836 ports New port: cyrus-imspd f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm o [2001/08/18] ports/29851 kuriyama ports/textproc/cocoon has a checksum erro f [2001/08/18] ports/29856 portmgr make extract of cyrus did an install of c o [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/19] kern/29875 CURRENT driver for Tekram DC395X and DC31 o [2001/08/19] ports/29883 markm Update textproc/par to 1.53 o [2001/08/20] misc/29893 qa suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 markm pam_unix patch, which uses loginclass pas a [2001/08/20] docs/29902 www Mozilla package URL problems o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29929 ports wginstall.pl script chokes on calculated o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak o [2001/08/22] kern/29962 sent broadcast packets get spurious 4 byt a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/23] ports/30012 dirk mod_php4 does not build on 4.4 with apach o [2001/08/24] kern/30052 dc(4) driver queues outgoing pkts indefin o [2001/08/25] docs/30082 jkoshy Dead URL on website o [2001/08/27] ports/30148 portmgr devel/libtool: shared libs with compaq-cc o [2001/08/28] kern/30160 Kernel panic when flash disk is removed a f [2001/08/28] ports/30166 ports ports/net/nettest2001 o [2001/08/28] kern/30179 FreeBSD 5.0 install hangs: deviceTry: mak o [2001/08/29] misc/30186 getaddrinfo does not handle incorrect ser o [2001/08/29] kern/30200 yokota Bug in psm in 4.4-RC o [2001/08/29] ports/30201 msmith editors/wordperfect in ports is not usabl o [2001/08/29] i386/30206 PS/2 server 85 can't boot kern.flp o [2001/08/29] misc/30213 Fatal Errors of Server Programe o [2001/08/30] misc/30224 No irq - PCI wi card doesn't allow interu o [2001/08/30] ports/30225 nectar mozilla 0.93 build problem o [2001/09/01] bin/30247 sh cannot redirect to /dev/fd/1 or from / f [2001/09/01] ports/30249 ports SmallEiffel update to -0.75 o [2001/09/01] docs/30253 bp [PATCH] mount_unionfs(8) and mount_nullfs o [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/02] ports/30264 greid Update port: graphics/xawtv o [2001/09/02] ports/30272 grog [PATCH] instant-workstation RUN_DEPENDS b o [2001/09/03] ports/30298 chuckr [PATCH] a2ps-4.13 can't cope with ENOMEM o [2001/09/03] conf/30301 Default printcap "mx" config too small o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/05] bin/30334 mount_nfs ignores acregmin, acregmax, axd o [2001/09/05] conf/30341 be keymap: wrong Capslock behaviour with o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen o [2001/09/07] misc/30412 rtdl/dlopen() fails to merge common varia o [2001/09/07] kern/30422 WDT hardware watchdog driver & daemon o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/08] conf/30441 Can't set interface arguments for dhcp co o [2001/09/08] docs/30442 doc remove broken referemce to gettime(9) fro o [2001/09/08] docs/30443 keramida remove broken reference to kerberos(1) fr o [2001/09/08] docs/30444 keramida remove broken references to gated(8) and o [2001/09/09] i386/30461 sound no audio cd with cmi8330 o [2001/09/09] bin/30464 jasone pthread mutex attributes -- pshared f [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/10] bin/30484 rpc.rstatd consumed lots of open file des o [2001/09/10] bin/30496 `host` does not work properly with top-le o [2001/09/10] ports/30499 portmgr libtool-1.4.1 port diffs o [2001/09/11] i386/30503 imp stray pccard card insertion events after o [2001/09/11] kern/30510 no apm for VIA KT133A chipset o [2001/09/11] ports/30511 kde Problem getting opengl/mesa to work with o [2001/09/11] misc/30517 using sysinstall with install.cfg has no o [2001/09/12] misc/30526 inserting a Sony Ninja-ATA pcmcia style c o [2001/09/12] misc/30536 sos burncd(8) doesn't wait long enough for CD o [2001/09/12] kern/30541 imp [PATCH] old pccard beep depends on value o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall s [2001/09/12] bin/30543 ru [PATCH] use err() instead of just exit() o [2001/09/12] bin/30546 [PATCH] /etc/rc pedantry o [2001/09/13] docs/30556 doc vnconfig man page incorrect; functionalit o [2001/09/13] ports/30557 ports bitchx fails to build when WITH_TCL=yes i o [2001/09/13] kern/30570 boot loader don't reacts on USB keyboard o [2001/09/14] ports/30573 nakai /usr/X11R6/bin/xfce_setup does not create o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri o [2001/09/16] docs/30618 keramida ediff man page incomplete o [2001/09/16] ports/30623 sobomax Update of the audio/glame port o [2001/09/17] ports/30625 ports [PATCH] vmware2 patch for -current with K o [2001/09/17] kern/30634 kevent.data value incorrect for UDP socke o [2001/09/17] bin/30639 apmd crashes on SIGHUP (under certain con o [2001/09/17] bin/30640 apmd does not terminate properly on SIGTE o [2001/09/18] bin/30661 FreeBSD-current fails to do partial NFS f o [2001/09/20] misc/30683 [PATCH] loader(8) fails to load module wh a [2001/09/20] bin/30685 cjc Patch for usr.bin/hexdump o [2001/09/20] ports/30698 ports New port: news/pl-slrn o [2001/09/20] i386/30700 sound Applications cannot synchronize sound usi o [2001/09/20] ports/30701 ports setiathome port misuses the 'nobody' user o [2001/09/21] ports/30707 ports midnight commander can't handle correctly o [2001/09/22] ports/30732 obrien bash2 - pkg-plist fix and sample files ad a [2001/09/22] bin/30737 murray sysinstall leaks file descriptors on rest o [2001/09/23] ports/30754 nakai x11/dgs port overwrites a number of files o [2001/09/23] ports/30777 portmgr add a 'make pkg-plist' make target in por o [2001/09/23] misc/30778 termcap problem with wyse-60 terminal o [2001/09/24] ports/30788 sobomax compile works, install fails of graphics/ o [2001/09/24] kern/30794 sound ESS Solo-1 does not work after suspend/re o [2001/09/24] i386/30808 sound t4dwave on Acer Alladin M5451 interrupt p o [2001/09/24] docs/30809 doc fdisk(8) cleanup o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] ports/30813 jmz Xfree86-4 port creates libfreetype.so.6 w o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/25] kern/30836 wpaul Chipset SiS735 / NIC SiS 900 f [2001/09/26] ports/30845 ports New port: textproc/xerces-c: Xerces C++ X o [2001/09/26] ports/30848 roam courier imapd won't compile with vpopmail o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica o [2001/09/26] misc/30857 intr_machdep.c allows access out of array f [2001/09/26] ports/30859 ports A New Port ftp/kbear f [2001/09/26] i386/30860 While install after "Mounting root from u o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro o [2001/09/27] ports/30870 ports httpd in free(): warning: recursive call o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/09/28] bin/30887 dump allways saves files with modified c- o [2001/09/29] bin/30907 green [PATCH] ssh configuration oddities o [2001/09/29] ports/30923 obrien small fix for devel/gindent port o [2001/09/30] ports/30929 brian [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30936 taoka pips-sc880 installed script contains inco o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/09/30] kern/30951 Optimize page queue scan on miss of speci o [2001/10/01] alpha/30970 alpha Ensoniq 1371 (Creative chipset) does not o [2001/10/01] bin/30972 peter nfsd and mountd are in the wrong location o [2001/10/01] ports/30979 ports New port for "txfonts" TeX's font package o [2001/10/02] ports/30983 portmgr [PATCH] Some staroffice cdrom fixes o [2001/10/03] ports/31013 obrien John The Ripper Package Lists Bad Path o [2001/10/04] bin/31034 regularly add original address logging fo f [2001/10/04] ports/31037 ports NEW PORT: Krusader o [2001/10/04] kern/31043 Missing Ptrace functionality in Linuxulat o [2001/10/04] kern/31048 linprocfs:/proc/meminfo cannot handle mul o [2001/10/04] bin/31052 fenner Traceroute needs update o [2001/10/05] ports/31061 portmgr New port: security/gnupg-devel o [2001/10/06] bin/31088 tobez Make whereis.pl use strict, and a couple a [2001/10/06] ports/31093 ports new port "flyway" o [2001/10/06] ports/31096 znerd New port for jakarta-tomcat 4 o [2001/10/07] misc/31097 main thread will accept() failure when so o [2001/10/07] ports/31101 roam Update port: mail/vpopmail various requir o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/08] bin/31135 /bin/df reporting 'NaNB' as a Size. o [2001/10/08] ports/31142 portmgr patch-libtool target in bsd.port.mk break f [2001/10/09] ports/31159 cpiazza gmixer 0.98c dumps core with some mixers o [2001/10/09] docs/31164 doc man page for strftime is incorrect o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] conf/31200 Modification of rc.diskless1 needs change o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/10] bin/31205 mux [PATCH] WARNSify and add a new option to o [2001/10/10] docs/31210 peter cvs info page missing -R a [2001/10/11] misc/31218 matusita How to build release from selected date a [2001/10/11] conf/31219 Missing cons25u entry in termcap o [2001/10/11] ports/31222 ports ports:astro/SETIsupport(version is wrong) f [2001/10/11] misc/31225 "make release" fails if TERMCAP environme o [2001/10/11] ports/31229 ports new port: astro/linux-setiathome-i686 o [2001/10/13] kern/31255 select with zero timeout returns 0 even w o [2001/10/14] docs/31264 jdp cvsup(1) "base" option and keyword descri a [2001/10/14] docs/31271 doc rl(4) discourages vender openness by disp o [2001/10/15] ports/31282 ports NEW PORT: aolserver+ad f [2001/10/15] ports/31288 ports LPRng-3.7.9 port (LPRng) update o [2001/10/15] misc/31297 yokota New screen blanker module for syscons o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T a [2001/10/18] conf/31358 sheldonh Need to load NFS client LKM. o [2001/10/19] kern/31367 General boot fault during mounting root w o [2001/10/19] ports/31369 adrian New KMerlin Port o [2001/10/19] docs/31370 fenner typo in tcpdump manpage o [2001/10/19] misc/31380 NFS rootfs mount failure message too cryp o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/20] ports/31389 portmgr tidy readme templates + port readme enhan o [2001/10/21] i386/31427 minor incorrect code in sys/i386/i386/pma o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/22] kern/31445 sound cat sound.au > /dev/audio fails for sound a [2001/10/23] kern/31455 n_hibma [PATCH] ohci driver probrem when send dat o [2001/10/23] kern/31456 Register number definition for AMD PCnet o [2001/10/23] ports/31462 peter rdist6 does not like accounts with '.' in f [2001/10/24] bin/31476 ru ifconfig's lladdr is ethernet specific o [2001/10/25] ports/31486 kuriyama ports/palm/prc-tools-gcc does not build m f [2001/10/25] ports/31487 dinoex licq-qt-gui plugin does not parse local a o [2001/10/25] kern/31490 Panic in sysctl_sysctl_next_ls on empy no o [2001/10/26] ports/31517 ports New Port: kdetheme-qnix o [2001/10/26] kern/31521 cg pcm0 plays too fast on Intel 82801BA (ICH o [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/28] conf/31555 rc.syscons does not run standalone f [2001/10/28] ports/31579 kde kdessl of kde-2.2.1 wants to link to libs o [2001/10/29] bin/31588 change request to allow mount(1) to set t a [2001/10/29] ports/31591 kde kdeinit crashes when I close KDE2 session o [2001/10/29] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] ports/31630 jmz Port se-ispell install the dictionary in o [2001/10/30] bin/31632 ip6fw error under DNS dislabled environme o [2001/10/30] docs/31640 doc Avoiding uppercase program names in manpa o [2001/10/30] ports/31644 jmacd Update: devel/prcs o [2001/10/30] kern/31647 socket calls can return undocumented EINV o [2001/10/30] docs/31653 doc Chapter 14 of the Handbook lacks content o [2001/10/31] ports/31669 ports New port: graphics/xawtv_applet o [2001/10/31] ports/31674 ports port math/plplot doesn't build a TCL enab o [2001/10/31] ports/31684 ports ports/comms/hylafax fixes o [2001/11/01] i386/31686 Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde o [2001/11/02] kern/31711 Enhancements and bug fixes to Aironet dri o [2001/11/02] ports/31712 ports Add the Linux to flash Cisco/Aironet card o [2001/11/02] i386/31716 FreeBSD uses broken tsc timecounter by de o [2001/11/03] ports/31744 ports New port: emulators/minix (2.0.0) o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/05] ports/31773 ports New port: audio/cplay, audioplayer for th s [2001/11/06] ports/31809 kde [UPDATE] qt23 port to qt-2.3.2 f [2001/11/08] ports/31858 ports New port: pike 7.2.234 (current CVS versi o [2001/11/08] ports/31862 portmgr [PATCH] 'make search' problem if /usr/obj o [2001/11/09] misc/31890 new syscons font o [2001/11/10] bin/31906 No method available to unwind atexit(3) s o [2001/11/11] ports/31910 greid comms/sms_client o [2001/11/12] ports/31926 ports New port security/drweb-qmail: Qmail mess o [2001/11/12] bin/31933 dillon pw can interpret numeric name as userid d a [2001/11/12] ports/31943 dirk mysql323-server port hostname look up fai o [2001/11/12] ports/31944 portmgr bsd.port.mk: USE_XPM (implied by USE_MOTI a [2001/11/12] ports/31945 ports new port: devel/xbkregex library o [2001/11/13] kern/31971 microuptime() went backwards when apm is f [2001/11/14] ports/31975 ade "Error in backend/storage/lmgr/proc.c: Pr o [2001/11/14] misc/31981 (mis)feature in getnetent parsing -- comm o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator f [2001/11/14] ports/31996 ports Build of db3 fails at ./configure s [2001/11/15] i386/32014 ppi locks up system during boot o [2001/11/15] ports/32015 kuriyama ports/palm/pilrc bugs o [2001/11/15] docs/32020 doc loader.8 manpage missing tunables o [2001/11/15] ports/32022 znerd New port: Jakarta Tomcat 4.0.1 o [2001/11/15] ports/32034 ports [NEW PORT] ncurses-ada -- an Ada 95 bindi o [2001/11/16] ports/32037 ports New port: pm-lib o [2001/11/16] ports/32039 greid UPDATE devel/asmutils 0.14 -> 0.15 a [2001/11/16] docs/32041 doc Add point about net.inet.tcp.portange.{fi o [2001/11/16] ports/32046 ports Port cleanup: x11-fonts/webfonts a [2001/11/16] ports/32048 ports New port: palm/hdunix (1.0) o [2001/11/16] docs/32054 doc inconsistency between index.3 and rindex. o [2001/11/17] conf/32067 Problems with spanish keyboard in console o [2001/11/18] ports/32076 ports WISH: merge icon patch to blackbox port o [2001/11/18] bin/32092 crypt pickups the wrong password format o [2001/11/18] ports/32097 nik scr2png doesn't make with other LOCALBASE o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc o [2001/11/19] ports/32114 portmgr WRKDIRs should be moved to a central loca a [2001/11/19] misc/32119 phantom Support for the modern greek language a [2001/11/19] misc/32120 PR misc/24324 errata o [2001/11/19] ports/32122 jmz xf86cfg graphics-mode fails on Samsung Sy o [2001/11/20] bin/32126 getopt(3) not Unix-98 conformant a [2001/11/20] misc/32133 phantom Bug in greek locale fixed f [2001/11/20] misc/32144 murray unattended install with sysinstall doesn' o [2001/11/20] ports/32145 jmz XFree86 doesn't ldconfig itself o [2001/11/20] ports/32147 kris mindguard port dumps core o [2001/11/21] kern/32169 kernel option to enable PCI devices on ma o [2001/11/21] ports/32174 portmgr Autoconf patch for bsd.port.mk a [2001/11/22] misc/32193 phantom Termcap ACS support for greek ISO-8859-7 o [2001/11/22] ports/32202 ports ports/devel/py-htmlkit distribution does o [2001/11/22] ports/32207 ade libiconv cannot be built by a pleb o [2001/11/23] misc/32210 System hangs while kernel waiting for SCS a [2001/11/23] ports/32231 ports Update port devel/fam o [2001/11/23] ports/32232 dirk Update and bugfix port: www/mod_php4 a [2001/11/23] misc/32233 Fix /usr/src/sbin/mount_msdosfs/iso72dos o [2001/11/23] ports/32243 sobomax ports/py-wxPython fails to compile o [2001/11/24] i386/32251 bugfix and new feature for apmd o [2001/11/24] ports/32258 scrappy converters/p5-Convert-ASN1 out of date o [2001/11/24] ports/32259 scrappy Update security/p5-IO-Socket-SSL request o [2001/11/25] misc/32265 dwmalone Adding calendar.french f [2001/11/25] ports/32272 petef port upgrade to latest blender version o [2001/11/25] ports/32273 kde kdm doesn't set paths from login.conf f [2001/11/25] ports/32282 petef fvwm 2.4.3 generate error wrt 'Help' key o [2001/11/26] ports/32285 vanilla a new port for application gimp-print o [2001/11/26] conf/32288 After install: /etc/rc complains if crypt o [2001/11/26] bin/32299 peter nm coredumps on sendmail in -current o [2001/11/26] i386/32301 dfr Fix for agpgart for the AMD-751 and relat o [2001/11/26] ports/32317 petef Request for linux-qt port o [2001/11/26] bin/32318 cjc no userland tool available to test resolv a [2001/11/26] docs/32323 doc man page `named(8)' do not have link for f [2001/11/27] ports/32328 ports Port update: mc-4.5.55 o [2001/11/27] bin/32342 vmstat.c: certain variables appear to hav o [2001/11/28] ports/32361 ports port doesn't work, www/mod_log_mysql o [2001/11/28] ports/32362 ports postgresql7 port should install more *.h a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated f [2001/11/29] ports/32391 shige psgml-emacs20 breaks emacs's standard htm o [2001/11/30] misc/32400 rwhod - option to specify hostname o [2001/11/30] ports/32405 dirk Japanese encoding translation support for o [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/01] docs/32425 doc Document cvs update `P file' output o [2001/12/01] bin/32433 Cannot specify files beginning with + on o [2001/12/02] ports/32444 dirk www/mod_php4: ctype support a [2001/12/02] misc/32448 phantom Cyrillic ISO 8859-5 fonts a [2001/12/02] misc/32449 phantom Cyrillic ISO 8859-5 keymaps a [2001/12/02] misc/32450 phantom Ukrainian ISO 8859-5 locale files o [2001/12/02] docs/32460 keramida named.conf(5) types and two bad markups. o [2001/12/03] docs/32468 doc broken link in handbook: sysutils/mkisofs o [2001/12/03] kern/32478 scsi/NIC drivers fail when using SMP kern o [2001/12/03] misc/32480 Missing graphic characters in syscons fon o [2001/12/03] misc/32490 umass support for ATAPI [with patch] o [2001/12/04] bin/32501 quot(8) is stupid regarding the filesyste o [2001/12/04] ports/32502 dima port update palm/pilot-link to 0.9.6 o [2001/12/04] ports/32508 ports www/flashplugin-mozilla has malloc bug o [2001/12/04] ports/32517 green Update port: emulators/snes9x to 1.39 o [2001/12/05] ports/32546 znerd Remove fully-qualified lib symlinks from o [2001/12/07] ports/32572 kde net/kio_fish: konq has no icons for fish: s [2001/12/07] docs/32578 doc A _really_ petty change to the front page o [2001/12/07] ports/32582 greid Update port: audio/tempest_for_eliza o [2001/12/07] bin/32588 grog operator should backup vinum vols o [2001/12/07] ports/32596 keichii update port: chinese/auto-tw-l10n o [2001/12/08] ports/32604 portmgr Many ports which depends on apache don't f [2001/12/08] misc/32605 nsouch SMBus driver broken o [2001/12/09] ports/32651 ache a small patch to obtain socks5 support to o [2001/12/09] kern/32652 joe A new ioctl to uscanner s [2001/12/09] ports/32653 joe Added patches to improve USB scanner supp f [2001/12/09] bin/32657 sed file handing is non-standard o [2001/12/09] kern/32659 dillon VM and VNODE leak with vm.swap_idle_enabl o [2001/12/09] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/09] docs/32662 dd arp(8) uses "this host" with two differen o [2001/12/10] i386/32666 imp mbufs leaks in dev/ed o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] kern/32671 imp Patch to generate usbdevs.h automatically o [2001/12/10] docs/32674 doc no man page for the ntp_adjtime system ca a [2001/12/10] bin/32675 kris openssl dhparam hangs when using /dev/ran o [2001/12/10] kern/32677 pciconf -l opens /dev/pci for read/write o [2001/12/10] misc/32680 [PATCH] Allows users to start jails by ho o [2001/12/10] ports/32690 keichii Uodate port: chinese/rxvt from 2.7.5 to 2 o [2001/12/11] ports/32704 obrien update ical to use tk8.3 o [2001/12/12] ports/32762 ache Update for archivers/xpk o [2001/12/13] kern/32799 ucom and uplcom drivers ported from NetBS o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 roger bktr driver missing tuner for eeprom dete o [2001/12/14] bin/32828 phk w incorrectly handles stale utmp slots wi o [2001/12/15] ports/32864 trevor Update port: x11-wm/swm to 1.3.2 (fix por o [2001/12/15] kern/32880 ambrisko Update aironet driver to correct signal s o [2001/12/15] ports/32883 ports New port: deskutils/nag - Horde's task li f [2001/12/16] ports/32899 anders mail/nbsmtp causes segfaults while a comm o [2001/12/16] gnu/32902 Incremental tar archiving using GNU style o [2001/12/16] kern/32912 msmith options misssing TCBHASHSIZE o [2001/12/16] ports/32917 portmgr installing ports may fail if $GREP_OPTION o [2001/12/17] ports/32926 lioux [NEW PORT] djvulibre-3.5.2--a Mozilla plu o [2001/12/17] bin/32935 /bin/sh buildin echo command have invalid o [2001/12/17] ports/32936 mharo ports/security/keyprint only supports S/K o [2001/12/18] conf/32976 assar Kerberos5 config files not installed by d o [2001/12/18] docs/32979 assar manpages are not installed for k5admin an o [2001/12/18] ports/32999 ports New ports: devel/ORBacus4 o [2001/12/19] kern/33004 n_hibma Patch for USB (uhci) o [2001/12/19] misc/33007 n_hibma umass device timeout after successive use o [2001/12/19] ports/33008 will New Port: x11-wm/kwinacqua o [2001/12/19] misc/33013 cg mixer does not have treble/bass for Sound o [2001/12/19] kern/33014 installkernel without buildkernel gives c o [2001/12/19] conf/33018 Patch for RC (add multiple SSHD configura a [2001/12/19] ports/33023 ports failed to make install ports/textproc/p5- a [2001/12/20] i386/33031 phantom /usr/src/share/mklocale/zh_TW.Big5.src ty o [2001/12/20] ports/33039 keith update port: chinese/moefonts-cid for pkg o [2001/12/20] ports/33049 mharo proftpd file permission error. o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as a [2001/12/22] ports/33094 okazaki converters/mule-ucs, add emacs21 support s [2001/12/22] ports/33095 dirk update cdrtools to 1.11a13pre3 (1.10.p11. o [2001/12/22] i386/33097 sound Crystal 4237b mixer problems o [2001/12/23] ports/33108 portmgr Generate an error if WRKDIRPREFIX == /usr o [2001/12/23] ports/33109 ports Xercec-C++ port proposals o [2001/12/23] kern/33117 empty struct md_coredump in pcb.h and use o [2001/12/23] ports/33118 keith update port: chinese/moefonts-cid for Ado o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt o [2001/12/23] bin/33133 keyinit outputs wrong next login password o [2001/12/23] ports/33134 keith update port: chinese/ghostscript6 for Ado o [2001/12/23] ports/33135 ports New port: devel/kprof - A profiling tool a [2001/12/25] ports/33168 ports new port: mail/mavbiff o [2001/12/25] ports/33176 ports fix minor build problem with ac-archive o [2001/12/25] gnu/33182 mp gdb seg faults when given handle SIGALRM f [2001/12/26] ports/33192 znerd java/jdbcpool: update to 0.99 o [2001/12/26] ports/33196 portmgr duplicate lines in /usr/ports/INDEX o [2001/12/26] kern/33202 msmith sys/dev/mly/mly.c minor mly_printf cosmet o [2001/12/26] kern/33203 dillon "got bad cookie" errors on NFS client o [2001/12/26] ports/33207 ports LPRng port update o [2001/12/26] ports/33209 ports LPRngTool port o [2001/12/26] ports/33212 tobez perl5 port fails to register dependency o o [2001/12/26] misc/33220 phantom Greek locale MFC plea o [2001/12/26] ports/33224 me Build breaks on CURRENT due to 0 o [2002/02/01] ports/34523 ports man pages of nwclient602 install to wrong o [2002/02/01] docs/34529 doc [patch] Grammar nits in usbd.conf(5) and f [2002/02/01] i386/34537 The second NIC card could not get configu o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d o [2002/02/01] docs/34547 keramida [patch] edits of FAQ Introduction o [2002/02/02] ports/34550 ports ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports graphics/blender port is broke o [2002/02/02] ports/34567 ports New port: IMCom command-line Jabber clien f [2002/02/02] ports/34570 ports Broken "Makefile" in /usr/port/misc/afbac o [2002/02/03] docs/34577 doc Some man pages still advise using "confli o [2002/02/03] docs/34583 murray DECLARE_MODULE(9) man page is broken. o [2002/02/03] kern/34591 ICMP bandwidth limiting does not indicate o [2002/02/03] misc/34596 slow gettimeofday in FreeBSD 4.5 o [2002/02/03] ports/34597 eivind [PATCH] Update ports/mail/isync to 0.8 o [2002/02/03] ports/34600 kevlo Update port: textproc/xerces to 2.0.0 o [2002/02/04] misc/34621 billf i have a patch for (lol) /usr/games/fish o [2002/02/04] docs/34626 doc Copyright on "Index of /mail/current" pag o [2002/02/04] bin/34628 sobomax pkg-routines ignore the recorded md5 chec o [2002/02/04] bin/34629 des fetch(1) cannot download RH 7.2 ISOs from o [2002/02/05] ports/34635 ports games/flightgear o [2002/02/05] kern/34637 LINT is wrong -- NMBCLUSTERS doesn't auto o [2002/02/05] misc/34642 Windows 2000 will not dual boot with Free o [2002/02/05] docs/34654 doc Update UIDs for porters handbook o [2002/02/06] ports/34659 reg Proposed change to Mozilla port's Makefil o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". o [2002/02/06] misc/34673 Second call to select() waits ~100ms befo o [2002/02/06] bin/34676 obrien dhclient always in -q quiet mode (PATCH E o [2002/02/07] gnu/34709 [patch] Inaccurate GDB documentation o [2002/02/07] kern/34712 [patch] SCSI quirk for USB Memorybird o [2002/02/07] ports/34714 ache unzip(1) breaks filenames in non-ASCII ch o [2002/02/07] ports/34717 portmgr bsd.port.mk: extraneous quotes in PTHREAD o [2002/02/07] ports/34718 portmgr make fetch-list includes things make fetc f [2002/02/07] bin/34728 murray DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 sheldonh treat smbfs as network file system in /et o [2002/02/08] conf/34733 green useless/invalid lomac option added by sys o [2002/02/08] ports/34737 ports New port: graphics/lodju o [2002/02/08] ports/34742 obrien bash2 missing build dependency on autocon o [2002/02/08] docs/34743 doc nfsd(8) lacking signal explanation o [2002/02/08] kern/34747 joe Please add USB floppy entry o [2002/02/09] misc/34759 Phantasia does not accept [enter] key o [2002/02/09] ports/34760 ports New port: net/dstumbler a curses based ap a [2002/02/09] ports/34770 dougb Update port: graphics/xpdf to 1.00 (fix p o [2002/02/09] conf/34776 rc.diskless1 creates insufficiently sized o [2002/02/09] ports/34779 ports Update port: ja-kdevelop, ja-kdenetwork, o [2002/02/10] misc/34788 dwmalone dmesg issues with console output o [2002/02/10] kern/34789 joe PNY brand USB flash readers need 10 byte o [2002/02/10] ports/34792 ports New port: acfax o [2002/02/10] ports/34796 jmz wrong path in /etc/XF86Config (purely cos a [2002/02/10] ports/34804 ports .asmailrc -- the user config file for por o [2002/02/10] ports/34809 ports german/bbbike update o [2002/02/10] ports/34812 ports [MAINTAINER UPDATE] database/firebird-dev o [2002/02/10] bin/34813 [PATCH] sed dumps core on "unusual" scrip o [2002/02/10] ports/34815 lioux new port: freenet, the anonymous internet o [2002/02/11] kern/34820 FreeBSD should be able to beep after shut o [2002/02/11] ports/34827 billf [patch] net/ethereal has a changed master o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to o [2002/02/11] bin/34834 "fix" of du(1) and -h o [2002/02/11] ports/34835 ports [PATCH] ghostscript-gnu fails to compile o [2002/02/11] ports/34841 dirk Adding cyrus to mod_php o [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in f [2002/02/11] misc/34847 oversight in LINT documentation line o [2002/02/11] misc/34850 scp cannot talk to ssh2 sites that have S o [2002/02/11] kern/34854 /src/sys/dev/sound doesn't work correctly o [2002/02/12] ports/34870 ports new port: lang/pnetlib o [2002/02/12] bin/34874 Netstat output to small o [2002/02/12] ports/34876 ports Update port: net/cricket to 1.0.3 o [2002/02/12] ports/34878 chern sysinstall o [2002/02/12] kern/34880 Impossibility of grouping IP into a pipe f [2002/02/13] ports/34901 gnome sodipodi-0.24.1 core dumps o [2002/02/13] ports/34908 ports libpng port makes bad dynamic library on o [2002/02/13] docs/34909 doc Porters Handbook or portlint problem o [2002/02/13] ports/34910 ports New port submission: mbrowse o [2002/02/13] bin/34919 portmap can not exclusively bind to 127.0 o [2002/02/13] misc/34924 kscd crash on startup signal 11 o [2002/02/13] ports/34925 billf [PATCH] Fix build of net-snmp o [2002/02/14] ports/34928 ports New port for cppunit o [2002/02/14] misc/34935 New locale (Cyrillic Windows Codepage 125 o [2002/02/14] kern/34942 Attempt to play -> "pcm0: play interrupt o [2002/02/14] alpha/34948 alpha Promise TX2 ATA133 controller doesnt work o [2002/02/14] kern/34952 Mouse cursor invisible with USB mice and o [2002/02/15] bin/34955 doc [PATCH] ps(1) is out of touch with realit o [2002/02/15] kern/34963 identify procs belonging to the same jail o [2002/02/15] kern/34965 4.4, 4.5 freeze at boot time on ASUS P2B o [2002/02/15] ports/34970 kris patch for ports/security/pks o [2002/02/15] ports/34974 kde Incorrect mouse config in kde 2.2.2 o [2002/02/15] ports/34975 ports mplayer don't compile with divx codec o [2002/02/15] ports/34981 ports new port: misc/bibletime: biblestudy appl o [2002/02/15] ports/34985 ports New port: net/ldapdiff A utility to patch o [2002/02/15] ports/34987 portmgr bsd.port.mk: silence awk's warning o [2002/02/15] ports/34988 portmgr bsd.port.mk: use ECHO_CMD instead of ECHO o [2002/02/15] ports/34991 ports New port: durep (displays disk usage in a o [2002/02/16] ports/34997 ports xf86cfg core dumps o [2002/02/16] ports/34999 ports New Port: QScheme scheme interpretor o [2002/02/16] ports/35006 ports New port archivers/arj: ARJ32 v 3.10 file o [2002/02/16] ports/35007 ports New port archivers/arj: ARJ32 v 3.10 russ o [2002/02/16] kern/35010 pcm0 fails to attach with Intel 82801BA ( a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/16] ports/35014 ports lame port does not depend on Gtk so far. o [2002/02/16] bin/35018 brian enhancing daily/460.status-mail-rejects o [2002/02/16] ports/35023 ports openmotif,openmotif-devel -> openmotif2.2 o [2002/02/17] ports/35037 ports New port: sysutils/cfengine-devel o [2002/02/17] ports/35038 ports cleanup pkg-plist for x11-toolkits/Xaw3d o [2002/02/17] ports/35051 portmgr Repocopy request: www/horde-devel -> www/ o [2002/02/17] ports/35060 ports New port: deskmenu (GTK root menu applica o [2002/02/17] ports/35062 ports New Port: audio/xmms-mailnotify 0.2.0 o [2002/02/17] kern/35064 ACPI not work with Epox 8KHA+ motherboard o [2002/02/17] bin/35070 math(3) references section "3m", etc. o [2002/02/18] i386/35077 Identify Intel 82845 chipset o [2002/02/18] i386/35078 Uninitialized pointer dereference in func f [2002/02/18] ports/35079 znerd Allow JDK version to be overridden in jav o [2002/02/18] ports/35080 znerd Allow JDK version to be overridden in jav o [2002/02/18] ports/35084 kde kdegraphics package on ftp.freebsd.org is o [2002/02/18] ports/35090 ports stuffit-5.2.0.611 fails to register man p o [2002/02/18] ports/35092 ports Xterm termcap should have color capabilit o [2002/02/18] bin/35099 sobomax ldd in -STABLE fails on libc. o [2002/02/18] i386/35101 chern cvusupit and other packages won't extract o [2002/02/18] ports/35102 ports New port: Ultima IV engine o [2002/02/18] docs/35105 trhodes [PATCH] handbook User-ppp chapter o [2002/02/18] ports/35106 ports Update port: mail/p5-MIME-Lite to 2.117 o [2002/02/19] kern/35107 Add new usb ethernet adapter: corega FEth o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode o [2002/02/19] ports/35117 ports Undefined symbol "ldap_get_dn" when tryin o [2002/02/19] i386/35124 No mouse with FreeBSD 4.5 with ECS K7S5a o [2002/02/19] ports/35128 ports Canon Powershot A20 support for s20sh f [2002/02/19] misc/35130 bmah Example dd command for making 4.x install o [2002/02/19] ports/35131 ports New port: unittest framework for c o [2002/02/20] ports/35144 roger openh323 won't compile on -stable (fix in o [2002/02/20] ports/35146 ports New port: A Unit testing framework for Ad o [2002/02/20] bin/35148 ppp/nat-problems after cvs update 4.3 -> o [2002/02/20] gnu/35156 obrien suggestion: hard link /usr/bin/awk to /us o [2002/02/20] ports/35157 ports ports/sysutils/httplog has a checksum err o [2002/02/20] ports/35165 ports New port: textproc/smart an information r o [2002/02/20] ports/35166 ports [NEW PORT} xine-mms o [2002/02/20] ports/35168 nsayer x11/mgapdesk port broken o [2002/02/20] ports/35170 ports New port: p5-PDA-Pilot: experimental Perl o [2002/02/20] kern/35171 Moused needs to be enabled to run a USB m o [2002/02/21] misc/35172 Please update am-utils(amd) into newer ve o [2002/02/21] kern/35175 ptrace(PT_DETACH, ....) doesn't do signal o [2002/02/21] ports/35177 chuckr math/gnuplot missing WITHOUT_X11 option o [2002/02/21] conf/35178 ipfilter for IPV6 not availlable in rc.* o [2002/02/21] i386/35182 APMD does not set close on exec for /dev/ o [2002/02/21] ports/35187 ports New port: xmlada - an xml processing libr o [2002/02/21] ports/35190 ports New Port: autoproject o [2002/02/21] ports/35192 billf ports/net/net-snmp garbles /usr/local/sha o [2002/02/21] ports/35193 ports New port: astro/nightfall o [2002/02/21] kern/35195 msync performance on large files o [2002/02/21] ports/35197 dirk [PATCH] fix "auto-crash" build failure on o [2002/02/21] ports/35199 ports New ports: japanese/phpgroupware o [2002/02/21] bin/35201 link and unlink are not SUSv2-compliant a o [2002/02/22] ports/35204 dirk www/mod_php4 with xslt is not LOCALBASE c o [2002/02/22] ports/35205 ports New port: russian/mtc - Multifile text En o [2002/02/22] ports/35221 kde kdenetwork2 won't compile o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/22] bin/35226 mtree - strange behaviour on some filenam o [2002/02/23] kern/35234 World access to /dev/pass? (for scanner) o [2002/02/23] conf/35240 Update to etc/services o [2002/02/23] conf/35242 Change to etc/periodic/weekly/330.catman o [2002/02/23] ports/35244 ports proper fix for x11-fm/endeavour's strcase f [2002/02/23] misc/35245 brian unwanted stealth behaviour (inbound icmp o [2002/02/23] ports/35249 ports no man page for latex2html o [2002/02/23] conf/35262 Generation of boot block for headless ope o [2002/02/23] ports/35265 nobutaka Port /usr/ports/graphics/xine is broken o [2002/02/23] ports/35266 lioux New port: LimeWire o [2002/02/23] kern/35269 possible panics with 4:1 filesystem ratio o [2002/02/23] ports/35270 ports converters/p5-Convert-TNEF has wrong pkg- o [2002/02/24] docs/35280 doc [PATCH] null-modem cable pinout in 'Seria o [2002/02/24] ports/35285 ports New port textproc/prosper: a LaTeX class o [2002/02/24] ports/35286 ports new port: misc/ncdialog (new cdialog by T o [2002/02/24] kern/35289 Brooktree device doesnt properly signal a o [2002/02/24] ports/35298 ports New port: biology/primer3 o [2002/02/24] ports/35303 ports New port: gimp-print, print drivers for C o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di o [2002/02/25] ports/35328 ports emulators/bochs doesn't compile on -curre o [2002/02/25] ports/35330 ports New port: biology/wise o [2002/02/25] ports/35331 ports New port: JESS is a nice visualization pl o [2002/02/25] ports/35332 ports New port: biology/flip s [2002/02/25] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/25] ports/35334 ports Please add md2k driver to print/ghostscri o [2002/02/26] docs/35343 doc Old broken Unix docco Makefiles o [2002/02/26] docs/35345 doc Restore old yacc documentation o [2002/02/26] ports/35346 dburr upgrade to opennap-0.44 o [2002/02/26] ports/35355 ports New port: databases/gbib o [2002/02/26] ports/35362 ports x11-fonts/tkfont: use tk83 o [2002/02/26] ports/35368 ports New port: devel/p5-VCS f [2002/02/27] ports/35372 ports pgp6 ports fails to compile on alpha plat o [2002/02/27] ports/35375 kde x11/kdebase2 creates files not listed in o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] docs/35378 doc Handbook has inaccurate description of f o [2002/02/27] misc/35381 incorrect floating-point display of large o [2002/02/27] ports/35383 ports new port DarwinStreamingServer o [2002/02/27] ports/35385 ports port update: security/ssh2 o [2002/02/27] kern/35392 atapi tape driver does not maintain devic o [2002/02/27] bin/35393 Patch to add STANDARDS section to strerro o [2002/02/28] misc/35400 sysinstall could improve manipulation of a [2002/02/28] ports/35406 ports New port submission o [2002/02/28] ports/35418 trevor Update port: x11-wm/evilwm to 0.9.44.1 o [2002/02/28] docs/35436 doc PAO isn't very latest-and-greatest these o [2002/02/28] ports/35438 ports new port: net/driftnet o [2002/03/01] ports/35447 ports Update port: databases/p5-SQL-Statement t o [2002/03/01] ports/35448 ports Update port: databases/p5-DBD-CSV to 0.20 o [2002/03/01] i386/35449 [PATCH] another small fix for doscmd o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy o [2002/03/01] bin/35454 mtree can't handle symlinks referencing f o [2002/03/01] ports/35456 portmgr [PATCH] Add a distfiles-list target o [2002/03/01] conf/35457 dual boot problem from 2 different SCSI d s [2002/03/01] ports/35459 ports portupgrade doesn't clean up dependencies o [2002/03/01] kern/35463 [patch] wi(4) doesn't comprehend standard o [2002/03/02] ports/35476 ports port version upgrade and ogg library fix o [2002/03/02] ports/35479 ports New Port: A small stand-alone program for o [2002/03/02] ports/35481 ports New port: console text editor looks like o [2002/03/02] ports/35487 ports New port: gtkgrepmail (A gtk front-end to o [2002/03/02] ports/35488 portmgr Mk/bsd.port.mk: dump only last 100 lines o [2002/03/02] docs/35491 green sshd(8) has an incorrect path o [2002/03/02] bin/35505 [PATCH] Feature enhancement for sed(1) o [2002/03/03] kern/35512 ATA/ATAPI CD driver: impossible to set cd o [2002/03/03] ports/35514 portmgr Use the value of hw.machine_arch instead o [2002/03/03] ports/35516 ports ports/irc/ninja tar-file on master site n o [2002/03/03] ports/35520 ports New port devel/whups: a web-based bug tra a [2002/03/03] bin/35521 nsupdate fails if destination dns is not o [2002/03/03] ports/35522 ports xhtml port uses SGMLDECL in catalog chain o [2002/03/03] docs/35523 doc manpage fixes for df(1) and ls(1) o [2002/03/03] ports/35525 ports update-port: graphics/jpeg2ps-letter o [2002/03/03] i386/35526 No mouse recognized in Compaq Presario la f [2002/03/04] ports/35533 ade libgda depends on scrollkeeper a [2002/03/04] ports/35536 dougb pine5 port build (a) broken (b) doesn't f o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 Enhanced periodic scripts o [2002/03/04] ports/35546 olgeni security/nessus compilation error due to o [2002/03/04] ports/35547 ports [patch] www/links: add -width option o [2002/03/04] ports/35549 ports new port editors/texmacs doesn't build on o [2002/03/05] ports/35565 des audio/mpg123 fails to write to WAV files o [2002/03/05] ports/35566 ports new ports: Lire a multiple log files anal o [2002/03/05] ports/35567 ports update port: databases/dbconnect o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/05] docs/35575 doc Pw(8) man page makes no mention of /var/l o [2002/03/05] ports/35578 ports mail/faces: make NAS default since xfaces o [2002/03/05] ports/35580 ports Starup script in /usr/local/etc/rc.d is i o [2002/03/06] ports/35588 ports audio/ripit patch to make use of new acdX o [2002/03/06] ports/35589 ports New port: security/p5-Digest o [2002/03/06] ports/35594 ports Bug: misc/kwatch fails to build if autoco o [2002/03/06] ports/35596 ports Maintainer update: make py-omniorb builda f [2002/03/06] i386/35599 murray install o [2002/03/06] docs/35602 doc dump(8)/restore(8) pages don't explain "a o [2002/03/06] docs/35603 doc grep(1) page is missing info on zfgrep, z o [2002/03/06] docs/35604 doc arp(4) page mentions 10Mb/s but not 100Mb o [2002/03/06] docs/35605 doc chmod(1) page misleads by use of "regardl o [2002/03/06] docs/35606 doc date(1) page doesn't say which clock(s) i o [2002/03/06] docs/35607 doc dump(1) page needs discussion of scary er o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35610 doc sscanf(3) page has obsolete "this release o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/06] bin/35616 Patch to bring printf(1) up to POSIX.2 (1 o [2002/03/06] ports/35617 ports mail/faces: add USE_SOX, WITHOUT_AUDIO kn o [2002/03/06] bin/35621 Patch to add P1003.1-2001 -t option to un o [2002/03/07] ports/35624 ports New port: japanese/p5-Date-Japanese-Era o [2002/03/07] bin/35628 luigi ifpw(8) doesn't set RED parameters for du o [2002/03/07] ports/35634 ports audio/rplay: install daemon startup as rc o [2002/03/07] kern/35635 [patch] missing dep in libiconv prevents o [2002/03/07] kern/35636 dd [PATCH] can't input russian chars using w o [2002/03/07] ports/35638 markm tn3270 dumps core unconditionally o [2002/03/07] ports/35639 ports executable name conflicts: ploticus and s o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] ports/35643 ports Update port: print/lout to 3.25, want to o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] docs/35647 doc www; combine query-by-number and multi-fi o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/07] docs/35649 doc mount_smbfs(8) page: "See ./examples/dot. o [2002/03/07] docs/35651 doc mount(8) man page contains references to o [2002/03/07] docs/35652 doc bsd.README seriously obsolete o [2002/03/07] ports/35657 jmz The language in Brazil is portuguese, not o [2002/03/07] ports/35658 znerd java/jdk13 creates too small src.jar o [2002/03/07] ports/35659 ports x11-fonts/webfonts extract fails o [2002/03/07] ports/35661 ports new port: mycb o [2002/03/07] ports/35666 portmgr new bsd.port.mk support for GCC 2.95 and o [2002/03/08] ports/35667 ports net/pppload patch so it doesn't show wron o [2002/03/08] ports/35668 ports Link sqsh with readline o [2002/03/08] ports/35670 ports /usr/ports/databases/sqsh - bogus depende o [2002/03/08] bin/35671 wrong comments in rc.diskless1 o [2002/03/08] ports/35682 ports apache13-ssl needs update o [2002/03/08] docs/35684 doc INSTALL.TXT, .HTM have obsolete FIPS info o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/08] docs/35688 doc fdisk(8) page extraneous "being", etc. o [2002/03/08] ports/35694 ports Port of scons is way out of date o [2002/03/08] docs/35696 doc mount_smbfs(8) references a nonexistent n o [2002/03/08] kern/35699 [PATCH] msdosfs: differrent masks for dir o [2002/03/08] kern/35700 a small code update o [2002/03/09] ports/35708 ports New port: audio/abcmidi utilities for abc o [2002/03/09] ports/35710 portmgr Request repocopy: devel/automake -> devel o [2002/03/09] docs/35711 doc the "gnats page" should move to its own s o [2002/03/09] ports/35715 gnome Gnome-based builds fail due to lack of co o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/09] bin/35718 which(1) command does not handle file nam o [2002/03/09] bin/35719 which(1) ignore empty components of $PATH o [2002/03/09] misc/35727 man(1) program should not display (old) d o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/10] ports/35737 ports New port: audio/abcselect - extract part o [2002/03/10] ports/35739 ports Maintainer update of mail/imp3: chasing n o [2002/03/10] ports/35740 ports Maintainer update of mail/imp: chasing ne o [2002/03/10] ports/35747 ports Update ICI port to version 3.0.1 o [2002/03/10] ports/35748 ports new port: www/smarty o [2002/03/10] ports/35753 ports New Port: biology/act f [2002/03/10] ports/35755 ports Update to sysutils/LPRng port o [2002/03/10] ports/35758 cy New port: security/fwanalog - a firewall o [2002/03/10] ports/35762 ports Speak Freely hangs while reading from aud o [2002/03/11] misc/35764 Icewm does not display APM status properl o [2002/03/11] ports/35766 ports New Port: emulators/hercules o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/11] misc/35770 Why there is no /usr/local/bin in PATH va o [2002/03/11] ports/35776 gnome New option for mozilla port o [2002/03/11] ports/35779 kde bug: x11-toolkits/qt23 does not know zh_C o [2002/03/11] ports/35784 ports reposting pic2fig port as a diff against o [2002/03/11] docs/35800 obrien [PATCH] removal of -kthread in gcc man pa o [2002/03/11] ports/35809 ports graphics/tcm build fails after bison buil o [2002/03/11] bin/35812 strings(1) does'n print russian character o [2002/03/11] kern/35813 Add another Askey ISA modem o [2002/03/12] ports/35819 demon Update russian/apache13-modssl to apache- o [2002/03/12] docs/35823 doc [PATCH] Little Restructuring of the Devel o [2002/03/12] ports/35827 ports Updated new port: news/newscache 0.99.22 o [2002/03/12] ports/35833 ports ports/chinese/arphicttf and CJK depend on o [2002/03/12] bin/35838 Change to size of WID_IF in usr.bin/netst o [2002/03/12] ports/35839 jedgar MD5 mismatch in emulators/sim o [2002/03/12] ports/35841 ports pkgdep missing from pptpclient o [2002/03/13] kern/35846 timeout in wi_cmd 11, machine hangs for a o [2002/03/13] ports/35853 znerd New port: java/jboss o [2002/03/13] ports/35856 ports Repo copy print/gnomeprint to print/libgn s [2002/03/13] misc/35858 des Test PR o [2002/03/13] ports/35859 ports New port: Network traffic accounting daem o [2002/03/13] kern/35861 brooks if_vlan module is compiled with ZERO vlan o [2002/03/13] ports/35864 ports ports with invalid dependencies to glib13 o [2002/03/13] misc/35865 pam_krb5 crashes in pam_sm_setcred() o [2002/03/13] ports/35869 ports www/horde2: upgrade to Horde 2.1 RC1. o [2002/03/13] ports/35870 ports mail/turba: upgrade from 1.0 to 1.1 RC1. o [2002/03/13] ports/35871 ports mail/imp3: upgrade from 3.0 to 3.1 RC1. o [2002/03/13] kern/35876 bus_dmamem_free does not call contigfree o [2002/03/13] ports/35879 portmgr autoconf-2.52_2 creates empty case/esac s o [2002/03/13] ports/35882 ports Perl Expect module send_slow hangs on EOF o [2002/03/13] kern/35883 probe for ATI Rage128 Pro o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f o [2002/03/14] bin/35894 bbraun popen.c in cron won't build without LOGIN o [2002/03/14] ports/35897 ports upgrading the linux_base port runs into t o [2002/03/14] ports/35898 ade Update net/fugu to 1.1.8 with fix for por o [2002/03/14] kern/35900 Changing RealTek 8139 MAC address fails f [2002/03/14] ports/35901 ports [SHAR] New port: editors/scribus. This PR o [2002/03/14] ports/35913 ports New port: The high perfomance Python adap o [2002/03/14] misc/35918 Xset , XTGA and Xhtml Damaged o [2002/03/14] ports/35919 ports CompuPic 5.1.1016 o [2002/03/15] ports/35927 portmgr Permission sought to commit this automake o [2002/03/15] bin/35929 A small bug in renice o [2002/03/15] docs/35932 doc Insufficient description of ``log_in_vain o [2002/03/15] ports/35937 ports New port: taipan-0.9 o [2002/03/15] docs/35939 doc ipfw(8) needs explicit statement about no o [2002/03/15] docs/35941 doc cd(4) manual doesn't mention "target" use o [2002/03/15] docs/35942 doc at(1) manual doesn't describe at.allow an o [2002/03/15] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/15] docs/35944 doc cd(9) manual refers to non-existent scsic o [2002/03/15] ports/35945 olgeni sysutils/webmin is not LOCALBASE clean o [2002/03/15] ports/35946 ports The /usr/local/lib/RealPlayer8/postinstal o [2002/03/15] docs/35947 doc disklabel(8) manual missing "2" in exampl o [2002/03/15] docs/35948 doc disklabel(8) manual uses archaic "pack" a o [2002/03/15] docs/35949 doc [PATCH] rtprio(1) man page uses incorrect o [2002/03/15] docs/35951 doc disklabel(8) manual confuses partitions a o [2002/03/15] docs/35953 doc hosts.equiv(5) manual is confusing or wro o [2002/03/15] docs/35955 doc pw(8) manual doesn't explain the "-F" opt o [2002/03/15] ports/35966 nakai Update port: x11-wm/qvwm to 1.1.12 f [2002/03/15] docs/35967 doc rc.conf(5) manual missing "dumpdir" and " o [2002/03/16] kern/35978 improve kobj method dispatch o [2002/03/16] ports/35982 ports [MAINTAINER UPDATE] databases/firebird - o [2002/03/16] kern/35988 Seimens SpeedStream PCI/PCMCI Adaptor for o [2002/03/16] kern/35993 murray sys/dev/amr/amr.c - Compiler warnings und o [2002/03/16] ports/35995 ports New port: ophoto o [2002/03/16] kern/35999 add support for general flash disks to sc o [2002/03/17] bin/36000 contrib/amd uses mktemp f [2002/03/17] ports/36006 ports New port: net/smokeping - Latency logging o [2002/03/17] kern/36007 [PATCH] USB memory card reader/writer RD5 o [2002/03/17] ports/36009 dirk cdrtools-1.10_1 missing mkisofs o [2002/03/17] i386/36015 [patch] boot2.c deobfuscation o [2002/03/17] ports/36017 ports Port update o [2002/03/17] docs/36019 doc [NEW ARTICLE] - Java and Jakarta Tomcat o o [2002/03/17] ports/36020 jmz Update port: print/musixtex T.98 -> T.104 o [2002/03/17] ports/36024 sobomax port update: OpenJIT 1.1.16 for JDK 1.3.1 o [2002/03/17] ports/36026 steve Update port: x11-toolkits/open-motif to 2 o [2002/03/17] ports/36027 ports patch fails for java/netrexx o [2002/03/17] ports/36030 portmgr PREFIX=/usr causes some problems o [2002/03/17] ports/36034 ports new port databases/pg-crypto o [2002/03/18] ports/36044 ports Memory leak in gtk pixmap engine o [2002/03/18] ports/36047 ports New port java/jbuilder-personal o [2002/03/18] docs/36055 doc [PATCH] adding some help-yourself-info to o [2002/03/18] ports/36061 ports New port: net/jmsn o [2002/03/18] ports/36065 ports [PATCH] Update AbiWord to 0.99.3 o [2002/03/18] ports/36066 ports New Port: slash, metalist and dependencie a [2002/03/18] standards/36074mike paste(1) should not accept no arguments o [2002/03/18] standards/36075standardsP1003.1-2001 m4(1) -s option o [2002/03/18] standards/36076standardsImplementation of POSIX fuser command o [2002/03/18] ports/36078 portmgr Fix MASTER_SITES_NN recursive bug o [2002/03/18] ports/36079 portmgr Support USE_LESSTIF=yes o [2002/03/18] ports/36080 portmgr Support USE_OPENSSL=yes on 4.2 o [2002/03/18] ports/36083 portmgr Installs existing packages for dependecie o [2002/03/19] bin/36085 burncd: mode2 + stdin o [2002/03/19] standards/36087standardsP1003.1-2001 c99 utility o [2002/03/19] ports/36089 ports new port: net/isba - a Perl/Tk GUI for ip o [2002/03/19] ports/36096 ports New port mail/mimedefang o [2002/03/19] misc/36110 dmesg output corrupt if /dev/console is b o [2002/03/19] ports/36112 ports [PATCH] New feature for whole ports tree: o [2002/03/19] ports/36113 dirk Add gdbm, BerkeleyDB2, BerkeleyDB3, libio o [2002/03/19] ports/36117 max Update Port:net/delegate(to 7.9.2) o [2002/03/19] conf/36118 re 4.5 Upgrade says it won't touch /usr/src, s [2002/03/19] ports/36119 dinoex openssh 3.1_4 undefined references with S o [2002/03/19] ports/36121 ports Removes installed sys requirement (and dr o [2002/03/19] standards/36126standardsP1003.1-2001 tabs utility o [2002/03/19] docs/36127 darrenr ipnat(5) man page glitches o [2002/03/19] standards/36128standardsReimplementation of who utility o [2002/03/20] ports/36129 ports Update Port:databases/libiodbc(support pt o [2002/03/20] standards/36130standardsP1003.2 asa utility is missing o [2002/03/20] ports/36133 roam djbdns-ipv6 port version numbering is bro o [2002/03/20] bin/36136 des savecore -z option does not work o [2002/03/20] ports/36137 ports Update port: print/ghostscript-afpl to 7. o [2002/03/20] ports/36138 ports Update port: print/ghostscript-gnu to 6.5 o [2002/03/20] ports/36139 ports [Maintainer Update] Update lang/nhc98 to o [2002/03/20] ports/36142 ports New port: magyarispell 0.65 o [2002/03/20] misc/36143 Dynamic (non linear) mouse acceleration a o [2002/03/20] ports/36151 max ports/japanese/Canna cannot be compiled w o [2002/03/20] misc/36153 /usr/src/games/fortune/README instruction o [2002/03/20] misc/36154 Getting USB mouse to work: usbd and mouse o [2002/03/21] ports/36162 ports New Port: p5-IO-Socket-Multicast o [2002/03/21] misc/36165 boehm-gc BUS error with gdb o [2002/03/21] kern/36170 an(4) does an_init() even if interface is o [2002/03/21] ports/36172 gnome Evolution builds but fails to run o [2002/03/21] ports/36178 ports New Port: bozohttpd-0.59 o [2002/03/21] ports/36179 ports Update glide3 port fixing compiling and s o [2002/03/21] ports/36180 ports New Port: scmxx 0.5.15 o [2002/03/21] ports/36181 ports XFree86-4-Server update fixes DRI (includ o [2002/03/21] ports/36185 will port update: astro/xplanet -> 0.93 o [2002/03/21] ports/36186 will New Port: www6to4 version 1.5 o [2002/03/21] ports/36187 ports graphics/glide3: add PKGNAMESUFFIX, depen o [2002/03/21] bin/36189 [ftpd] it can not send a file on NTFS in o [2002/03/21] standards/36190standardsP1003.1-2001 newgrp command o [2002/03/21] standards/36191standardsP1003.1-2001 csplit utility o [2002/03/22] ports/36202 wosch update to sysutils/socket: NetBSD IPv6 pa o [2002/03/22] ports/36207 ports New port: databases/py-psycopg o [2002/03/22] ports/36208 ports New port: ipv6socket_scrub 1.0 o [2002/03/23] ports/36227 ports New port: sysutils/ssync o [2002/03/23] ports/36229 ports Problem with graphics/wmgrabimage f [2002/03/23] conf/36230 ipfw traffic shaper with DHCP env. o [2002/03/23] ports/36238 sf [patch] ftp/wget doesn't respect FTP_PASS o [2002/03/23] ports/36239 nsayer Update or net/poptop a [2002/03/23] standards/36243jmallett pr is missing P1003.1-2001 -f and -p opti o [2002/03/23] standards/36245standardsMissing P1003.1-2001 fold -b and -s optio o [2002/03/24] ports/36248 ports Update Port:textproc/xerces-c(to 1.7.0) o [2002/03/24] ports/36249 kevlo Update Port:textproc/xerces-j(to 2.0.1) R o [2002/03/24] misc/36250 grog /dev/vinum device entries have a group of o [2002/03/24] ports/36251 ports New port: lang/cocor (Coco/R, a compiler a [2002/03/24] ports/36252 petef Fix build of misc/Howto / take maintainer o [2002/03/24] ports/36255 ports [MAINTAINER UPDATE] games/gnomekiss port o [2002/03/24] ports/36260 sobomax freetype2 needs libintl.so.1 in gettext-0 o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/24] bin/36270 join(1) SYNOPSIS and usage() are misleadi o [2002/03/24] ports/36272 se Update port: ftp/jftpgw o [2002/03/24] kern/36274 75GXP drive ATA tagging failure makes df o [2002/03/24] ports/36276 ports request for maintainership of devel/SN o [2002/03/24] ports/36277 ports [MAINTAINER UPDATE] Update www/plugger to o [2002/03/25] ports/36297 nakai Update port: x11-wm/icewm a [2002/03/25] kern/36302 murray patch: add 4 port serial card to PUC driv o [2002/03/25] ports/36307 ports nmh port cuts off last part of sender dom o [2002/03/25] kern/36308 Upgrade to Ficl 3.02 in /boot/loader o [2002/03/26] alpha/36327 alpha trap within cvt() while attempting to pri o [2002/03/26] kern/36330 ``device ed'' missing from the LINT confi o [2002/03/26] ports/36332 ports update from geda port. from version 20010 o [2002/03/26] ports/36333 nbm Update port deskutils/ithought to a5 o [2002/03/26] ports/36336 ports port of ccmalloc o [2002/03/26] ports/36341 dburr [patch] devel/SN marked as broken o [2002/03/26] ports/36345 ports New port: unrtf - converter from RTF to H o [2002/03/26] ports/36351 petef news/slrn: adding localization + dependen o [2002/03/26] ports/36355 ports xmcd port uses CDDB instead of FreeDB o [2002/03/26] misc/36359 fxp driver and Intel Pro/100 S NIC (0002B o [2002/03/26] ports/36361 ports apache13-ssl installs 'httpsd.conf' and l o [2002/03/26] ports/36364 ports apache13-ssl - 'make certificate' fails o [2002/03/27] ports/36367 ports New port: graphics/sinek / this supersede o [2002/03/27] misc/36368 sshd error: session_close_by_channel: ki o [2002/03/27] kern/36373 [PATCH] Introduction of non-strict IFF_NO o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] docs/36377 doc kernel path needs to be changed in -curre o [2002/03/27] ports/36379 ports New port: x11-fm/gnome-commander o [2002/03/27] ports/36380 ports new port: emulators/grustibus o [2002/03/27] kern/36381 ata + hw.ata.wc=1: high CPU load for larg o [2002/03/27] bin/36383 sed misbehaves with 2044 char substitute o [2002/03/27] misc/36385 murray crunchgen does not handle Makefiles with o [2002/03/27] ports/36386 adrian www/squid24 might overwrite perms on log f [2002/03/27] ports/36388 knu pkgdb/portversion/portsdb doesn't agree w o [2002/03/27] misc/36392 cron starts before vi recover, and vi rec o [2002/03/27] bin/36397 incorrect information in ata(4) o [2002/03/27] kern/36402 Another Pen drive quirk o [2002/03/27] kern/36410 Bad mac address return from FNW-9803-T (A o [2002/03/28] ports/36412 ijliao net/centericq fails to build- new error o [2002/03/28] conf/36416 imp Addition to /etc/defaults/pccard.conf o [2002/03/28] bin/36418 imp pccardd added option to exit after probe o [2002/03/28] kern/36425 bump up SYS_NMLN in sys/utsname.h o [2002/03/28] bin/36431 src/secure/lib/libtelnet fails in CURRENT o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/28] docs/36447 doc chown(8) manual misdescribes handling of o [2002/03/28] docs/36448 doc intro(8) manual is missing command status o [2002/03/28] docs/36449 doc symlink(7) manual doesn't mention trailin s [2002/03/28] ports/36452 ports Update port: security/fwlogwatch to 0.7 o [2002/03/28] docs/36453 doc compress(1) manual has erroneous descript o [2002/03/28] docs/36456 doc csh(1) manual references wrong "signal.h" o [2002/03/28] docs/36457 doc timed(8) manual missing word after "timed o [2002/03/28] docs/36459 doc tftp(1) manual's "get" syntax/description o [2002/03/28] gnu/36460 cu(1) program does not work very well. p [2002/03/28] docs/36461 keramida dd(1) manual has fatal spaces after "conv o [2002/03/28] docs/36462 doc dev.handbook grammar nit "try and" f [2002/03/28] ports/36463 matusita ports/net/jwhois - chase CVS version for o [2002/03/28] docs/36464 doc diff(1) manual doesn't explain "=format". o [2002/03/28] docs/36465 doc dumpon(8) manual misleads about single/mu f [2002/03/28] ports/36466 cy please remove biology/seaview o [2002/03/28] docs/36467 doc ed(4) manual has skimpy synopsis, etc. o [2002/03/28] bin/36470 dwmalone chpass(1) program has erroneous "usage" f o [2002/03/29] bin/36477 mailwrapper doesn't handle rmail calls o [2002/03/29] ports/36489 ports Change Mastersite for mail/majorcool o [2002/03/29] ports/36490 ports Update port mail/smail to 3.2.0.112 o [2002/03/29] ports/36493 ports www/frontpage-zh: NO_FP_LCID_SUB not defi o [2002/03/29] ports/36496 ports [MAINTAINER UPDATE] for editors/texmacs o [2002/03/29] bin/36501 /usr/bin/calendar can't handle recurring o [2002/03/29] ports/36503 ports several files conflict in ports/databases o [2002/03/29] ports/36506 ports Changed Mastersites for misc/us-zipcodes o [2002/03/29] ports/36520 ports LPRng port update (one more time...) p [2002/03/29] misc/36523 keramida Typos in /usr/share/man/cat1/su.1.gz o [2002/03/29] docs/36524 doc bad links on handbook index page f [2002/03/29] ports/36525 knu portupgrade, and pkgdb -F crash o [2002/03/29] ports/36527 ports New port: textproc/aft: text to [x]html,d o [2002/03/29] docs/36528 doc Donors Gallery is out-to-date o [2002/03/30] misc/36530 man dhclient.conf speaks about 'medium "m f [2002/03/30] ports/36531 ports let eterm with chinese support o [2002/03/30] ports/36533 ports [PATCH] update of ja-kdrill to version 5. o [2002/03/30] misc/36536 Apparent mother board incompatability o [2002/03/30] ports/36537 tg bsd.python.mk: Add USE_PYDISTUTILS shorth o [2002/03/30] ports/36538 ports New port: kanjipad - Japanese handwriting o [2002/03/30] misc/36541 port: make install as normal user retries o [2002/03/30] ports/36543 ports New port: noip updater v1.6 o [2002/03/30] ports/36545 ports mwrite is an absolute symbolic link to /u o [2002/03/30] bin/36552 lpd doesn't delete spool files o [2002/03/30] bin/36553 Two new features in newsyslog(8) o [2002/03/30] misc/36556 patch: regular expressions for tcpwrapper o [2002/03/30] ports/36557 ports Fix port: security/py-amkCrypto (to refle o [2002/03/30] docs/36558 doc support.html#gnats needs a link to Proble o [2002/03/30] standards/36559mike XSI is incorrect o [2002/03/30] ports/36560 ports bug fix for the eperl package o [2002/03/30] ports/36561 nakai slib package bug fix o [2002/03/30] ports/36562 ports Update ftp/ncftpd to the current version o [2002/03/30] bin/36564 fdisk(8) program has misplaced NOT_NOW bl o [2002/03/31] ports/36568 ports New port: chinese/chinput3 o [2002/03/31] kern/36569 umass fails when RiteLink Pocket Disk is o [2002/03/31] kern/36573 [PATCH] add support for Abocom DU-E100 us o [2002/03/31] ports/36575 hoek Update port: converters/uudeview|converte o [2002/03/31] ports/36576 ports Update port: games/nethack3-gnome/games/n o [2002/03/31] ports/36581 mita Update port: japanese_ghostscript-gnu-cjk o [2002/03/31] ports/36582 taoka Update port: japanese_kinput2-freewnn to o [2002/03/31] ports/36585 ports Update port: news/yencode o [2002/03/31] ports/36587 ports news/inn{-stable} do not install when --e o [2002/03/31] ports/36588 jedgar Update emulators/sim to 2.9.3 o [2002/03/31] ports/36589 ports www/pyweblib: use current python p [2002/03/31] docs/36601 keramida typo in find.1 o [2002/03/31] docs/36602 doc find.1 should encourage users to DTRT whe o [2002/03/31] docs/36604 doc FYI: Mac Toast and Disk Copy burn ISOs p [2002/04/01] docs/36614 keramida [PATCH] typos in the handbook o [2002/04/01] ports/36616 ports New port: vlog, a curses based ipf loggin o [2002/04/01] docs/36618 doc [PATCH] Chapter Storage: bad link to mkis o [2002/04/01] ports/36619 ports A gtk SMB share browser o [2002/04/01] ports/36622 ports [patch] devel/SN : Upgrade port to versio o [2002/04/01] docs/36624 doc [PATCH] Handbook: Fixes for Ports chapter o [2002/04/01] docs/36625 doc [PATCH] minor fixes for Serial Communicat 2082 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 11:20:15 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B37537B41B for ; Mon, 1 Apr 2002 11:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31JK1423661; Mon, 1 Apr 2002 11:20:01 -0800 (PST) (envelope-from gnats) Received: from merlot.juniper.net (natint.juniper.net [207.17.136.129]) by hub.freebsd.org (Postfix) with ESMTP id 09D6B37B400 for ; Mon, 1 Apr 2002 11:14:51 -0800 (PST) Received: from ran.juniper.net (ran.juniper.net [172.17.12.216]) by merlot.juniper.net (8.11.3/8.11.3) with ESMTP id g31JEjT54411 for ; Mon, 1 Apr 2002 11:14:45 -0800 (PST) (envelope-from sjg@juniper.net) Received: (from sjg@localhost) by ran.juniper.net (8.11.1/8.9.3) id g31JEje89443; Mon, 1 Apr 2002 11:14:45 -0800 (PST) (envelope-from sjg) Message-Id: <200204011914.g31JEje89443@ran.juniper.net> Date: Mon, 1 Apr 2002 11:14:45 -0800 (PST) From: sjg@juniper.net Reply-To: sjg@juniper.net To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/36626: login_cap(3) incorrectly claims that all resources freed. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36626 >Category: bin >Synopsis: login_cap(3) incorrectly claims that all resources freed. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 01 11:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 5.0-CURRENT i386 >Organization: Juniper Networks >Environment: System: FreeBSD ran.juniper.net 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Thu Nov 16 10:40:43 PST 2000 root@cacophony2.juniper.net:/usr/src/sys/compile/Juniper i386 >Description: login_cap(3) states: Note that with all functions in this group, you should not call free(3) on any pointers returned. Memory allocated during retrieval or process- ing of capability tags is automatically reused by subsequent calls to functions in this group, or deallocated on calling login_close(). this is incorrect. Functions like login_getcapstr() simply return either the default passed to them or the string malloc'd by cgetstr(). No book keeping is done to ensure that that string is free()'d when needed. Actually implementing the above promise is probably a tall order. It might be better to document which functions do indeed need free() called and with the warning that one should use variables for default values so that one can later tell if free is needed or not. Alternatively login_getcapstr() could strdup(def), so that free() is always needed. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 14:24:33 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 8A89437B405 for ; Mon, 1 Apr 2002 14:24:29 -0800 (PST) Received: from hades.hell.gr (patr530-a161.otenet.gr [212.205.215.161]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g31MORQA005192 for ; Tue, 2 Apr 2002 01:24:28 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g31MOTKG020192 for ; Tue, 2 Apr 2002 01:24:29 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g31MOTih020191 for freebsd-bugs@FreeBSD.ORG; Tue, 2 Apr 2002 01:24:29 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 2 Apr 2002 01:24:27 +0300 From: Giorgos Keramidas To: FreeBSD bugs list Subject: Re: open PR's (mis)filed to gnats-admin and in limbo Message-ID: <20020401222427.GA20094@hades.hell.gr> References: <200204011900.g31J0DS15488@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200204011900.g31J0DS15488@freefall.freebsd.org> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: bugmaster@FreeBSD.ORG To: freebsd-bugs@FreeBSD.ORG Subject: open PR's (mis)filed to gnats-admin and in limbo > S Submitted Tracker Resp. Description > ------------------------------------------------------------------------------- > o [2002/03/31] pending/36608gnats-adminRe: 386/26994: AMD Athlon Thunderbird not > > 1 problem total. I really didn't know what to do with this PR in my last gnats-admin check. Checking every few days as I was, this one has me confused :/ Any takers? - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 15: 0:20 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1242837B419 for ; Mon, 1 Apr 2002 15:00:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31N09376049; Mon, 1 Apr 2002 15:00:09 -0800 (PST) (envelope-from gnats) Received: from ns2.gnf.org (ns2.gnf.org [63.196.132.68]) by hub.freebsd.org (Postfix) with ESMTP id 1066237B41D; Mon, 1 Apr 2002 14:57:02 -0800 (PST) Received: from mail.gnf.org (smtp.gnf.org [172.25.11.11]) by ns2.gnf.org (8.11.6/8.11.6) with ESMTP id g31Mp6O80378; Mon, 1 Apr 2002 14:51:06 -0800 (PST) (envelope-from gtetlow@gnf.org) Received: from fountainhead.gnf.org (fountainhead.gnf.org [172.25.28.11]) by mail.gnf.org (Postfix) with ESMTP id A5E4911E504; Mon, 1 Apr 2002 14:57:01 -0800 (PST) Received: (from gtetlow@localhost) by fountainhead.gnf.org (8.11.6/8.11.6) id g31MuWc91436; Mon, 1 Apr 2002 14:56:32 -0800 (PST) (envelope-from gtetlow) Message-Id: <200204012256.g31MuWc91436@fountainhead.gnf.org> Date: Mon, 1 Apr 2002 14:56:32 -0800 (PST) From: Gordon Tetlow To: FreeBSD-gnats-submit@FreeBSD.org Cc: Murray Stokely X-Send-Pr-Version: 3.113 Subject: bin/36634: dhclient is quiet and cannot be made loud Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36634 >Category: bin >Synopsis: dhclient is quiet and cannot be made loud >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 01 15:00:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gordon Tetlow >Release: FreeBSD 4.4-STABLE i386 >Organization: GNF >Environment: 4.x and -CURRENT >Description: dhclient imported into the freebsd base is quiet be default. It would be nice if it could be made loud again with a flag. >How-To-Repeat: dhclient >Fix: How about a -l flag for loud? --- /usr/src/contrib/isc-dhcp/client/dhclient.c Mon Mar 5 02:09:32 2001 +++ dhclient.c Mon Apr 1 14:53:35 2002 @@ -156,6 +156,8 @@ } else if (!strcmp (argv [i], "-q")) { quiet = 1; quiet_interface_discovery = 1; + } else if (!strcmp (argv [i], "-l")) { + quiet = 0; } else if (!strcmp (argv [i], "-1")) { onetry = 1; } else if (argv [i][0] == '-') { @@ -302,7 +304,7 @@ note (""); warn ("Usage: %s [-D] [-d] [-p ] [-cf conf-file]", appname); - error (" [-lf lease-file] [-pf pidfile] [-q] [-1] [interface]"); + error (" [-lf lease-file] [-pf pidfile] [-q | -l] [-1] [interface]"); } void cleanup () >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 15:58: 2 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B595237B405; Mon, 1 Apr 2002 15:58:00 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Nw0P92011; Mon, 1 Apr 2002 15:58:00 -0800 (PST) (envelope-from keramida) Date: Mon, 1 Apr 2002 15:58:00 -0800 (PST) From: Message-Id: <200204012358.g31Nw0P92011@freefall.freebsd.org> To: dlacroix@acm.vt.edu, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8295: order of options in printcap causes some options to be ignored Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: order of options in printcap causes some options to be ignored State-Changed-From-To: feedback->closed State-Changed-By: keramida State-Changed-When: Mon Apr 1 15:57:40 PST 2002 State-Changed-Why: Feedback timeout after 4+ months. http://www.freebsd.org/cgi/query-pr.cgi?pr=8295 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 16: 0:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3655E37B417 for ; Mon, 1 Apr 2002 16:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32005d92348; Mon, 1 Apr 2002 16:00:05 -0800 (PST) (envelope-from gnats) Date: Mon, 1 Apr 2002 16:00:05 -0800 (PST) Message-Id: <200204020000.g32005d92348@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Faulhaber Subject: Re: bin/8295: Bug in printcap handling of mx#0 Reply-To: Chris Faulhaber Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/8295; it has been noted by GNATS. From: Chris Faulhaber To: Giorgos Keramidas Cc: jedgar@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/8295: Bug in printcap handling of mx#0 Date: Mon, 1 Apr 2002 18:52:58 -0500 On Thu, Mar 28, 2002 at 04:02:49AM +0200, Giorgos Keramidas wrote: > > > State-Changed-From-To: open->feedback > > State-Changed-By: jedgar > > State-Changed-When: Fri Nov 16 15:04:28 PST 2001 > > > > Is this still a problem with recent 4.x releases? > > Do we need to keep this in "feedback" or "open" state anymore? > It's more than 4 months that the originator hasn't replied. > Nope, feel free to close it. -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 17:30:52 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 167DD37B43E; Mon, 1 Apr 2002 17:30:46 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g321Ukx13886; Mon, 1 Apr 2002 17:30:46 -0800 (PST) (envelope-from cjc) Date: Mon, 1 Apr 2002 17:30:46 -0800 (PST) From: Message-Id: <200204020130.g321Ukx13886@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: bin/36634: dhclient is quiet and cannot be made loud Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: dhclient is quiet and cannot be made loud Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: cjc Responsible-Changed-When: Mon Apr 1 17:28:08 PST 2002 Responsible-Changed-Why: This is a duplicate of bin/34676. murray indicated he's working on this. http://www.freebsd.org/cgi/query-pr.cgi?pr=36634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 20: 0:18 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81ACD37B419 for ; Mon, 1 Apr 2002 20:00:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32409A49382; Mon, 1 Apr 2002 20:00:09 -0800 (PST) (envelope-from gnats) Received: from lithium.infid.net (CPE0050da80dca0.cpe.net.cable.rogers.com [24.114.248.144]) by hub.freebsd.org (Postfix) with ESMTP id 77BD837B41B for ; Mon, 1 Apr 2002 19:53:01 -0800 (PST) Received: (from jari@localhost) by lithium.infid.net (8.11.6/8.11.6) id g353vl457437; Thu, 4 Apr 2002 22:57:47 -0500 (EST) (envelope-from jari) Message-Id: <200204050357.g353vl457437@lithium.infid.net> Date: Thu, 4 Apr 2002 22:57:47 -0500 (EST) From: Jari Takkala Reply-To: Jari Takkala To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/36641: newsyslog: malformed date error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36641 >Category: bin >Synopsis: newsyslog: malformed date 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: Mon Apr 01 20:00:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jari Takkala >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD lithium.infid.net 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Tue Sep 25 11:42:25 EDT 2001 root@lithium.infid.net:/usr/obj/usr/src/sys/LITHIUM i386 >Description: newsyslog mails root the following error since April 1 2002: newsyslog: malformed at: /var/log/auth 640 10 300 $W0D2 Z >How-To-Repeat: Enter a date of '$W0D2' under the "when" field in /etc/newsyslog.conf (after date has rolled over to April 1 2002). >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 22: 0:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAF2A37B41B for ; Mon, 1 Apr 2002 22:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32607974479; Mon, 1 Apr 2002 22:00:07 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95BB737B41D for ; Mon, 1 Apr 2002 21:59:08 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g325x8E74357; Mon, 1 Apr 2002 21:59:08 -0800 (PST) (envelope-from nobody) Message-Id: <200204020559.g325x8E74357@freefall.freebsd.org> Date: Mon, 1 Apr 2002 21:59:08 -0800 (PST) From: John Indra To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: gnu/36643: Perl 5.6.1 not configured properly for -CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36643 >Category: gnu >Synopsis: Perl 5.6.1 not configured properly for -CURRENT >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 01 22:00:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: John Indra >Release: FreeBSD -CURRENT >Organization: >Environment: FreeBSD dante.naver.co.id 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Mar 13 15:23:06 WIT 2002 root@dante.naver.co.id:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Looking at http://www.freebsd.org/cgi/cvsweb.cgi/src/gnu/usr.bin/perl/libperl/config.SH-elf.i386?rev=1.22&content-type=text/x-cvsweb-markup one can see that Perl 5.6.1 is not properly configured for FreeBSD -CURRENT prefix should be /usr/bin >How-To-Repeat: Just check http://www.freebsd.org/cgi/cvsweb.cgi/src/gnu/usr.bin/perl/libperl/config.SH-elf.i386?rev=1.22&content-type=text/x-cvsweb-markup >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 22: 6: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEA0A37B41B; Mon, 1 Apr 2002 22:06:04 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32664c79062; Mon, 1 Apr 2002 22:06:04 -0800 (PST) (envelope-from matusita) Date: Mon, 1 Apr 2002 22:06:04 -0800 (PST) From: Message-Id: <200204020606.g32664c79062@freefall.freebsd.org> To: chuck@research.att.com, matusita@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/31225: "make release" fails if TERMCAP environment variable not set Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: "make release" fails if TERMCAP environment variable not set State-Changed-From-To: feedback->closed State-Changed-By: matusita State-Changed-When: Mon Apr 1 22:02:49 PST 2002 State-Changed-Why: The original submitter said (in a private email): I have not attempted a make release since i sent in the PR. if it works properly for you now, then PR can be closed. I don't see such a failure with recent FreeBSD source code, so I can safely close this PR. Thank you for your cooperation, and if you find the same failure again, feel free to re-submit a new PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=31225 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 22:11:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D359637B41E; Mon, 1 Apr 2002 22:11:14 -0800 (PST) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g326BEf80180; Mon, 1 Apr 2002 22:11:14 -0800 (PST) (envelope-from jmallett) Date: Mon, 1 Apr 2002 22:11:14 -0800 (PST) From: Message-Id: <200204020611.g326BEf80180@freefall.freebsd.org> To: jmallett@FreeBSD.org, freebsd-bugs@FreeBSD.org, jmallett@FreeBSD.org Subject: Re: bin/36521: find segfaults when called without command in -exec Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: find segfaults when called without command in -exec Responsible-Changed-From-To: freebsd-bugs->jmallett Responsible-Changed-By: jmallett Responsible-Changed-When: Mon Apr 1 22:10:48 PST 2002 Responsible-Changed-Why: Over to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=36521 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 22:24:23 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10B6C37B416; Mon, 1 Apr 2002 22:24:19 -0800 (PST) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g326OJ682011; Mon, 1 Apr 2002 22:24:19 -0800 (PST) (envelope-from jmallett) Date: Mon, 1 Apr 2002 22:24:19 -0800 (PST) From: Message-Id: <200204020624.g326OJ682011@freefall.freebsd.org> To: jmallett@FreeBSD.org, freebsd-bugs@FreeBSD.org, bde@FreeBSD.org Subject: Re: kern/20523: Support for PCI multiport cards for sio driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Support for PCI multiport cards for sio driver Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: jmallett Responsible-Changed-When: Mon Apr 1 22:23:46 PST 2002 Responsible-Changed-Why: Over to sio(4) maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=20523 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 22:27:58 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 417B637B41F; Mon, 1 Apr 2002 22:27:55 -0800 (PST) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g326RtV82615; Mon, 1 Apr 2002 22:27:55 -0800 (PST) (envelope-from jmallett) Date: Mon, 1 Apr 2002 22:27:55 -0800 (PST) From: Message-Id: <200204020627.g326RtV82615@freefall.freebsd.org> To: jmallett@FreeBSD.org, freebsd-bugs@FreeBSD.org, jmallett@FreeBSD.org Subject: Re: misc/26153: sed G does not double space Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sed G does not double space Responsible-Changed-From-To: freebsd-bugs->jmallett Responsible-Changed-By: jmallett Responsible-Changed-When: Mon Apr 1 22:27:39 PST 2002 Responsible-Changed-Why: Over to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=26153 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 22:34:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7A0837B416; Mon, 1 Apr 2002 22:34:09 -0800 (PST) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g326Y9D83413; Mon, 1 Apr 2002 22:34:09 -0800 (PST) (envelope-from jmallett) Date: Mon, 1 Apr 2002 22:34:09 -0800 (PST) From: Message-Id: <200204020634.g326Y9D83413@freefall.freebsd.org> To: jmallett@FreeBSD.org, freebsd-bugs@FreeBSD.org, jmallett@FreeBSD.org Subject: Re: bin/34813: [PATCH] sed dumps core on "unusual" scripts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] sed dumps core on "unusual" scripts Responsible-Changed-From-To: freebsd-bugs->jmallett Responsible-Changed-By: jmallett Responsible-Changed-When: Mon Apr 1 22:33:57 PST 2002 Responsible-Changed-Why: Over to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=34813 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 22:38:48 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 889E337B41A; Mon, 1 Apr 2002 22:38:40 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g326cbT87037; Tue, 2 Apr 2002 08:38:37 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200204020638.g326cbT87037@zibbi.icomtek.csir.co.za> Subject: Re: kern/20523: Support for PCI multiport cards for sio driver In-Reply-To: <200204020624.g326OJ682011@freefall.freebsd.org> from "jmallett@FreeBSD.ORG" at "Apr 1, 2002 10:24:19 pm" To: jmallett@FreeBSD.ORG Date: Tue, 2 Apr 2002 08:38:37 +0200 (SAT) Cc: freebsd-bugs@FreeBSD.ORG, bde@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Synopsis: Support for PCI multiport cards for sio driver I think this patch has been superceeded by the puc(4) driver. I think this card just needs an entry in dev/puc/pucdata.c to work.... I hope. :-) John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 22:39:44 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D499B37B417; Mon, 1 Apr 2002 22:39:41 -0800 (PST) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g326df484113; Mon, 1 Apr 2002 22:39:41 -0800 (PST) (envelope-from jmallett) Date: Mon, 1 Apr 2002 22:39:41 -0800 (PST) From: Message-Id: <200204020639.g326df484113@freefall.freebsd.org> To: jmallett@FreeBSD.org, freebsd-bugs@FreeBSD.org, jmallett@FreeBSD.org Subject: Re: bin/35616: Patch to bring printf(1) up to POSIX.2 (1992) conformance Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Patch to bring printf(1) up to POSIX.2 (1992) conformance Responsible-Changed-From-To: freebsd-bugs->jmallett Responsible-Changed-By: jmallett Responsible-Changed-When: Mon Apr 1 22:39:27 PST 2002 Responsible-Changed-Why: Over to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=35616 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 22:42:23 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E741837B405; Mon, 1 Apr 2002 22:42:21 -0800 (PST) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g326gLV85080; Mon, 1 Apr 2002 22:42:21 -0800 (PST) (envelope-from jmallett) Date: Mon, 1 Apr 2002 22:42:21 -0800 (PST) From: Message-Id: <200204020642.g326gLV85080@freefall.freebsd.org> To: jmallett@FreeBSD.org, freebsd-bugs@FreeBSD.org, jmallett@FreeBSD.org Subject: Re: bin/35621: Patch to add P1003.1-2001 -t option to unexpand(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Patch to add P1003.1-2001 -t option to unexpand(1) Responsible-Changed-From-To: freebsd-bugs->jmallett Responsible-Changed-By: jmallett Responsible-Changed-When: Mon Apr 1 22:42:10 PST 2002 Responsible-Changed-Why: Over to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=35621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 23: 0:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1475B37B41F for ; Mon, 1 Apr 2002 23:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32703190518; Mon, 1 Apr 2002 23:00:03 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E43B337B420 for ; Mon, 1 Apr 2002 22:59:40 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g326xeK89950; Mon, 1 Apr 2002 22:59:40 -0800 (PST) (envelope-from nobody) Message-Id: <200204020659.g326xeK89950@freefall.freebsd.org> Date: Mon, 1 Apr 2002 22:59:40 -0800 (PST) From: Josko Stoyanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/36647: There is no suitable driver for SURECOM EP320X-S LAN Card Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36647 >Category: i386 >Synopsis: There is no suitable driver for SURECOM EP320X-S LAN Card >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 01 23:00:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Josko Stoyanov >Release: 4.5 >Organization: Home >Environment: >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 1 23: 0:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7C6337B41B for ; Mon, 1 Apr 2002 23:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32703K90504; Mon, 1 Apr 2002 23:00:03 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D97F437B400 for ; Mon, 1 Apr 2002 22:55:07 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g326t7187190; Mon, 1 Apr 2002 22:55:07 -0800 (PST) (envelope-from nobody) Message-Id: <200204020655.g326t7187190@freefall.freebsd.org> Date: Mon, 1 Apr 2002 22:55:07 -0800 (PST) From: Jon Ringutte To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/36646: [PATCH] Top does not work correctly in a jail Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36646 >Category: misc >Synopsis: [PATCH] Top does not work correctly in a jail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 01 23:00:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jon Ringutte >Release: 4.5 >Organization: iMeme >Environment: FreeBSD lightning.bogus.com 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Tue Mar 26 02:04:57 EST 2002 wintermute@lightning.bogus.com:/usr/src/sys/compile/Lightning i386 >Description: The current implimentation of TOP in 4.5-RELEASE (and all previous) does not allow 'top' to be run inside of a jail. It fails due to not being able to access certain information via the kvm_read's (which is completly understandable). >How-To-Repeat: Create a jail and try to run 'top' in it. >Fix: Patch at : http://peoplearestrange.net/jon/machine.c.diff (this patch should work against 4.5-RELASE) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 0:19:28 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D54337B41C; Tue, 2 Apr 2002 00:19:25 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g328JPJ21423; Tue, 2 Apr 2002 00:19:25 -0800 (PST) (envelope-from dillon) Date: Tue, 2 Apr 2002 00:19:25 -0800 (PST) From: Message-Id: <200204020819.g328JPJ21423@freefall.freebsd.org> To: dillon@FreeBSD.org, freebsd-bugs@FreeBSD.org, dillon@FreeBSD.org Subject: Re: kern/36504: crash/panic vm_object_allocate under file system code w/fix Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: crash/panic vm_object_allocate under file system code w/fix Responsible-Changed-From-To: freebsd-bugs->dillon Responsible-Changed-By: dillon Responsible-Changed-When: Tue Apr 2 00:16:47 PST 2002 Responsible-Changed-Why: I'll look at this later on tuesday. It makes sense to have a defensive check but I need more information on the failure case itself. i.e. is it when the zalloc area runs out of VM or is it a temporary, recoverable no-free-pages condition? http://www.freebsd.org/cgi/query-pr.cgi?pr=36504 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 1:10: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6C9437B41B for ; Tue, 2 Apr 2002 01:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g329A2b32496; Tue, 2 Apr 2002 01:10:02 -0800 (PST) (envelope-from gnats) Date: Tue, 2 Apr 2002 01:10:02 -0800 (PST) Message-Id: <200204020910.g329A2b32496@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthias Andree Subject: Re: kern/36549: sym driver fails on Tekram DC-390U in 486 machine Reply-To: Matthias Andree Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36549; it has been noted by GNATS. From: Matthias Andree To: =?iso-8859-15?Q?G=E9rard?= Roudier Cc: Matthias Andree , freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/36549: sym driver fails on Tekram DC-390U in 486 machine Date: Tue, 2 Apr 2002 11:04:07 +0200 On Mon, 01 Apr 2002, G=E9rard Roudier wrote: > > The card is fine with NetBSD 1.5 or Linux 2.2/2.4. > > The card is also fine in a newer main board (Gigabyte 7ZX-R, with Duron= /700 and VIA KT133 chip set). >=20 > Do you mean that the DC-390U with the Plextor attached doesn't encounter > any problem with FreeBSD-4.5 on the Gigabyte 7ZX-R Mainboard? Yes, but with a different number of devices: one Plextor PX-32TS (CD-ROM drive), one Tandberg TDC 4222 (SLR 4 DC tape streamer), one Yamaha CRW4416 (CD writer). > I got a couple of so weird SCRIPTS execution breakages under FreeBSD 4.5. > For one of them 4.3 booted ok, but 4.4 nd 4.5 failed. Could this be tried? I'll try to boot 4.4 and see how it does. More later. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 1:20:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED69D37B416; Tue, 2 Apr 2002 01:20:08 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g329K8r34054; Tue, 2 Apr 2002 01:20:08 -0800 (PST) (envelope-from dwmalone) Date: Tue, 2 Apr 2002 01:20:08 -0800 (PST) From: Message-Id: <200204020920.g329K8r34054@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: misc/36646: [PATCH] Top does not work correctly in a jail Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Top does not work correctly in a jail Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Apr 2 01:19:48 PST 2002 Responsible-Changed-Why: I've a few top PRs at the moment, so I'll have a look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=36646 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 1:25:44 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4FFD37B400; Tue, 2 Apr 2002 01:25:36 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g329Pa634984; Tue, 2 Apr 2002 01:25:36 -0800 (PST) (envelope-from dwmalone) Date: Tue, 2 Apr 2002 01:25:36 -0800 (PST) From: Message-Id: <200204020925.g329Pa634984@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, gad@FreeBSD.org Subject: Re: bin/36552: lpd doesn't delete spool files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: lpd doesn't delete spool files Responsible-Changed-From-To: freebsd-bugs->gad Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Apr 2 01:23:03 PST 2002 Responsible-Changed-Why: Lpd is Garance's. Mind you, I've never had a problem with lpd not deleting spool files after remote printing (using remote BSD lpds, Linux lpds and the lpd in Lexmark printers), so it may either be a local configuration problem or some bad interaction with your Lantronix EPS1 printer server. http://www.freebsd.org/cgi/query-pr.cgi?pr=36552 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 3:34:35 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A179237B417; Tue, 2 Apr 2002 03:34:33 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32BYXC62475; Tue, 2 Apr 2002 03:34:33 -0800 (PST) (envelope-from cjc) Date: Tue, 2 Apr 2002 03:34:33 -0800 (PST) From: Message-Id: <200204021134.g32BYXC62475@freefall.freebsd.org> To: jari@infid.net, cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/36641: newsyslog: malformed date error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: newsyslog: malformed date error State-Changed-From-To: open->closed State-Changed-By: cjc State-Changed-When: Tue Apr 2 03:29:17 PST 2002 State-Changed-Why: Not a bug. newsyslog(8) calculates when the next roll over should be. It will find it to be Sun Apr 7 02:00:00 PDT 2002. However, that is a nonexistent time. That's the conversion to Daylight time. Clocks roll from Sun Apr 7 01:59:59 PDT 2002 to Sun Apr 7 03:00:00 PDT 2002. newsyslog(8) is properly (although vaguely) telling you that that time is not a good choice and will not work correctly. http://www.freebsd.org/cgi/query-pr.cgi?pr=36641 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 4: 6:30 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA05637B41C; Tue, 2 Apr 2002 04:06:27 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32C6RN75803; Tue, 2 Apr 2002 04:06:27 -0800 (PST) (envelope-from cjc) Date: Tue, 2 Apr 2002 04:06:27 -0800 (PST) From: Message-Id: <200204021206.g32C6RN75803@freefall.freebsd.org> To: jari@infid.net, cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, cjc@FreeBSD.org Subject: Re: bin/36641: newsyslog: malformed date error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: newsyslog: malformed date error State-Changed-From-To: closed->patched State-Changed-By: cjc State-Changed-When: Tue Apr 2 04:05:35 PST 2002 State-Changed-Why: Actually, I think the error messaging should be cleared up. Bad newsyslog.cinf syntax should be flagged differently than mktime(3) failure. Corrected in -CURRENT. Will MFC to -STABLE in a few days. Responsible-Changed-From-To: freebsd-bugs->cjc Responsible-Changed-By: cjc Responsible-Changed-When: Tue Apr 2 04:05:35 PST 2002 Responsible-Changed-Why: I will handle MFC. http://www.freebsd.org/cgi/query-pr.cgi?pr=36641 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 4:30: 1 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 791D737B405; Tue, 2 Apr 2002 04:29:59 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32CTwp79296; Tue, 2 Apr 2002 04:29:58 -0800 (PST) (envelope-from murray) Date: Tue, 2 Apr 2002 04:29:58 -0800 (PST) From: Message-Id: <200204021229.g32CTwp79296@freefall.freebsd.org> To: maf@splintered.net, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: conf/36606: Adding packages with sysinstall failes after Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Adding packages with sysinstall failes after State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Tue Apr 2 04:29:24 PST 2002 State-Changed-Why: David O'Brien and I spent time analyzing this. I have a fix that I will commit to -CURRENT momentarily. Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Tue Apr 2 04:29:24 PST 2002 Responsible-Changed-Why: David O'Brien and I spent time analyzing this. I have a fix that I will commit to -CURRENT momentarily. http://www.freebsd.org/cgi/query-pr.cgi?pr=36606 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 4:53:36 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id 1E3C137B41C for ; Tue, 2 Apr 2002 04:53:32 -0800 (PST) Received: by mao.stokely.org (Postfix, from userid 2074) id EF86E4B669; Tue, 2 Apr 2002 04:53:31 -0800 (PST) Date: Tue, 2 Apr 2002 04:53:31 -0800 From: Murray Stokely To: maf@splintered.net, freebsd-bugs@FreeBSD.org Subject: Re: conf/36606: Adding packages with sysinstall failes after Message-ID: <20020402125331.GC27913@freebsdmall.com> References: <200204021229.g32CTwp79296@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline In-Reply-To: <200204021229.g32CTwp79296@freefall.freebsd.org> User-Agent: Mutt/1.3.25i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Attached is a patch against -STABLE. Can you please confirm that this solves the problems you are experiencing? The has already been applied to -CURRENT. Index: perform.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /a/ncvs/src/usr.sbin/pkg_install/add/perform.c,v retrieving revision 1.57.2.8 diff -u -r1.57.2.8 perform.c --- perform.c 23 Oct 2001 09:16:03 -0000 1.57.2.8 +++ perform.c 2 Apr 2002 11:51:13 -0000 @@ -189,7 +189,7 @@ * compress an average of 75%, so multiply by 4 for good measure. */ =20 - if (!inPlace && min_free(playpen) < sb.st_size * 4) { + if (!extract && !inPlace && min_free(playpen) < sb.st_size * 4) { warnx("projected size of %qd exceeds available free space.\n" "Please set your PKG_TMPDIR variable to point to a location with more\n" "free space and try again", (long long)sb.st_size * 4); @@ -202,8 +202,9 @@ if (inPlace && Fake) goto success; =20 - /* Finally unpack the whole mess */ - if (unpack(pkg_fullname, NULL)) { + /* Finally unpack the whole mess. If extract is null we + already + did so so don't bother doing it again. */ + if (extract && unpack(pkg_fullname, NULL)) { warnx("unable to extract `%s'!", pkg_fullname); goto bomb; } On Tue, Apr 02, 2002 at 04:29:58AM -0800, murray@FreeBSD.org wrote: > Synopsis: Adding packages with sysinstall failes after >=20 > State-Changed-From-To: open->analyzed > State-Changed-By: murray > State-Changed-When: Tue Apr 2 04:29:24 PST 2002 > State-Changed-Why:=20 > David O'Brien and I spent time analyzing this. I have a fix that I > will commit to -CURRENT momentarily. >=20 >=20 >=20 > Responsible-Changed-From-To: freebsd-bugs->murray > Responsible-Changed-By: murray > Responsible-Changed-When: Tue Apr 2 04:29:24 PST 2002 > Responsible-Changed-Why:=20 > David O'Brien and I spent time analyzing this. I have a fix that I > will commit to -CURRENT momentarily. >=20 >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D36606 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQE8qanLtNcQog5FH30RAu0UAKCsved/N1JyuhaXB7X8Mi8lAMlX3wCgpCZM V/MVe0OSTUcQZdwA0aQicpM= =HZHD -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 8:11:39 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A02537B502 for ; Tue, 2 Apr 2002 08:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32GA2b43626; Tue, 2 Apr 2002 08:10:02 -0800 (PST) (envelope-from gnats) Received: from muse.sanewo.dyn.to (pdd8b29.tkyoac00.ap.so-net.ne.jp [218.221.139.41]) by hub.freebsd.org (Postfix) with ESMTP id 4029C37B422 for ; Tue, 2 Apr 2002 08:01:21 -0800 (PST) Received: from muse.sanewo.dyn.to (sanewo@localhost [127.0.0.1]) by muse.sanewo.dyn.to (8.12.2/8.12.2) with ESMTP id g32G1KWK053247; Wed, 3 Apr 2002 01:01:20 +0900 (JST) (envelope-from sanewo@muse.sanewo.dyn.to) Received: (from sanewo@localhost) by muse.sanewo.dyn.to (8.12.2/8.12.2/Submit) id g32G1HgJ053242; Wed, 3 Apr 2002 01:01:17 +0900 (JST) Message-Id: <200204021601.g32G1HgJ053242@muse.sanewo.dyn.to> Date: Wed, 3 Apr 2002 01:01:17 +0900 (JST) From: Takanori Saneto To: FreeBSD-gnats-submit@FreeBSD.org Cc: des@ofug.org X-Send-Pr-Version: 3.113 Subject: bin/36658: libpam bugs cause xdm+pam_ssh crash on -CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36658 >Category: bin >Synopsis: libpam bugs cause xdm+pam_ssh crash on -CURRENT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 02 08:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Takanori Saneto >Release: FreeBSD 5.0-CURRENT i386 >Organization: an individual >Environment: System: FreeBSD muse.sanewo.dyn.to 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Mar 30 03:32:57 JST 2002 sanewo@muse.sanewo.dyn.to:/export/usr/obj/usr/src/sys/MUSE i386 5.0-CURRENT as of today, XFree86 4.2.99.1 as of 2002/Jan >Description: Couple of bugs in libpam (pam_putenv and pam_set_data) cause xdm core dump. In pam_putenv, size of env arrary was growing in bytes instead of sizeof(char *). In pam_set_data, incorrect pointer was free()ed and passed data was not set at all. >How-To-Repeat: Enable pam_ssh in /etc/pam.d/xdm and try to login via xdm. >Fix: Following patch should fix the problem. Index: pam_putenv.c =================================================================== RCS file: /export/cvsup/cvs/src/contrib/openpam/lib/pam_putenv.c,v retrieving revision 1.1.1.4 diff -u -r1.1.1.4 pam_putenv.c --- pam_putenv.c 14 Mar 2002 20:42:06 -0000 1.1.1.4 +++ pam_putenv.c 2 Apr 2002 15:37:13 -0000 @@ -73,7 +73,7 @@ /* grow the environment list if necessary */ if (pamh->env_count == pamh->env_size) { - env = realloc(pamh->env, pamh->env_size * 2 + 1); + env = realloc(pamh->env, sizeof(char *) * (pamh->env_size * 2 + 1)); if (env == NULL) return (PAM_BUF_ERR); pamh->env = env; Index: pam_set_data.c =================================================================== RCS file: /export/cvsup/cvs/src/contrib/openpam/lib/pam_set_data.c,v retrieving revision 1.1.1.4 diff -u -r1.1.1.4 pam_set_data.c --- pam_set_data.c 14 Mar 2002 20:42:06 -0000 1.1.1.4 +++ pam_set_data.c 2 Apr 2002 14:53:39 -0000 @@ -74,11 +74,12 @@ if ((dp = malloc(sizeof *dp)) == NULL) return (PAM_BUF_ERR); if ((dp->name = strdup(module_data_name)) == NULL) { - free(data); + free(dp); return (PAM_BUF_ERR); } + dp->data = data; dp->next = pamh->module_data; - pamh->module_data = data; + pamh->module_data = dp; return (PAM_SUCCESS); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 8:30:15 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3EB837B400 for ; Tue, 2 Apr 2002 08:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32GU2949124; Tue, 2 Apr 2002 08:30:02 -0800 (PST) (envelope-from gnats) Date: Tue, 2 Apr 2002 08:30:02 -0800 (PST) Message-Id: <200204021630.g32GU2949124@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Takanori Saneto Subject: Re: bin/36658: libpam bugs cause xdm+pam_ssh crash on -CURRENT Reply-To: Takanori Saneto Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/36658; it has been noted by GNATS. From: Takanori Saneto To: FreeBSD-gnats-submit@FreeBSD.org Cc: Dag-Erling Smorgrav Subject: Re: bin/36658: libpam bugs cause xdm+pam_ssh crash on -CURRENT Date: Wed, 03 Apr 2002 01:25:57 +0900 Oops, my CVS repository was half day old. pam_set_data.c was already fixed. (And my patch was not sufficient for that bug to be fixed. sigh) -- SANETO, Takanori To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 8:52:37 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from users.pesaro.com (pesaro.com [195.120.225.6]) by hub.freebsd.org (Postfix) with ESMTP id AE45837B477 for ; Tue, 2 Apr 2002 08:52:04 -0800 (PST) Received: from mail.ru (pax2-184.cis.ru [212.109.194.184]) by users.pesaro.com (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with SMTP id g32GwUP11183 for ; Tue, 2 Apr 2002 18:58:30 +0200 Message-Id: <200204021658.g32GwUP11183@users.pesaro.com> From: "Paul" To: Subject: Software Development from Russia ($20-$25 per hour) Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Tue, 2 Apr 2002 23:52:00 +0700 Reply-To: "Paul" X-Priority: 1 (Highest) Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear IT Manager, Have you ever thought of redesigning your website or creating an on-line database, in short, anything that has to do with software development, this offer is right for you. Our highly skilled off-shore programmers are capable and ready to develop any of your e-commerce software dreams and needs. We develop for ALL WINDOWS AND UNIX PLATFORMS Auctions, Hosting Solutions, Shopping Carts, databases, networks, plus Perl, PHP, C++, ASP, Cold Fusion, Java, Wap, XML, MS Access, SQL, etc. From business analysis and consulting to web design, from coding to testing we provide a full cycle of IT services. Typical rates are 20-25 USD per hour. For more complete information about the company and services provided please visit http://www.smtprogramming.com I will be glad to answer any of your questions (bestdeal411@mail.ru). Feel free to contact us any time and all the estimates will be done for you FREE of charge. Thanks! Paul PS. It's one time message. You are not on a list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 9: 0:50 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 631B537B429 for ; Tue, 2 Apr 2002 09:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32H05X57253; Tue, 2 Apr 2002 09:00:05 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F04A37B420 for ; Tue, 2 Apr 2002 08:51:33 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32GpXQ55819; Tue, 2 Apr 2002 08:51:33 -0800 (PST) (envelope-from nobody) Message-Id: <200204021651.g32GpXQ55819@freefall.freebsd.org> Date: Tue, 2 Apr 2002 08:51:33 -0800 (PST) From: Jochen Rosenbauer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/36660: sysinstall dumps core when installing over http-proxy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36660 >Category: misc >Synopsis: sysinstall dumps core when installing over http-proxy >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 Apr 02 09:00:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jochen Rosenbauer >Release: 4.5 Release >Organization: Kaiser & Kaiser Internet & IT Services >Environment: FreeBSD bsd.bb.kk.net 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: When trying to install some packages via http through our squid proxy (ip.ad.dre.ss:8080) sysinstall reports a segfault, dumps core and exits. This happens regardless of which ftpsite is selected (of course). System is a fresh 'minimal' installation, with nothing configured yet, except for the installation media and networking >How-To-Repeat: 'Works' every time i tried it. >Fix: sorry, i am not a programmer... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 10:51:22 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id F1C2537B41B for ; Tue, 2 Apr 2002 10:51:19 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g32IpCu16951; Tue, 2 Apr 2002 10:51:12 -0800 (PST) (envelope-from dillon) Date: Tue, 2 Apr 2002 10:51:12 -0800 (PST) From: Matthew Dillon Message-Id: <200204021851.g32IpCu16951@apollo.backplane.com> To: freebsd-bugs@FreeBSD.ORG, "Dorr H. Clark" Subject: Re: kern/36504: crash/panic vm_object_allocate under file system code w/fix References: <200204020819.g328JPJ21423@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ok, I've looke at this some more. The second part of the patch created a little confusion because you diff'd the files backwards, but I see what you are doing. But there's a problem. Actually several problems. The biggest one is that many filesystems, including UFS uses VM backing store heavily. If the object creation fails, UFS is screwed up and so is any user program that uses mmap() on the file in question. So we can't allow it to fail. Second problem: vm_object_allocate() assumes that the zalloc() will succeed. The system must be crashing in there, before your defensive check. The only thing that can cause vm_object_allocate() to fail that I know of is if the system runs out of KVM. If the system runs out of KVM the system is in real trouble. I will make changes that check for the zalloc failure and panic the system, but that's about the best I can do for the moment. What you need to do if you are experiencing crashes is to compile up a debug kernel and obtain a crash dump. I should be able to diagnose the cause of the crash from that. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 11:10:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6904F37B417 for ; Tue, 2 Apr 2002 11:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32JA1l91467; Tue, 2 Apr 2002 11:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91AA537B400 for ; Tue, 2 Apr 2002 11:06:43 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32J6hP91019; Tue, 2 Apr 2002 11:06:43 -0800 (PST) (envelope-from nobody) Message-Id: <200204021906.g32J6hP91019@freefall.freebsd.org> Date: Tue, 2 Apr 2002 11:06:43 -0800 (PST) From: Jeroen Lamain To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/36665: gtk 2.0 port fails on glib, atk or pango version number. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36665 >Category: misc >Synopsis: gtk 2.0 port fails on glib, atk or pango version number. >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 Apr 02 11:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jeroen Lamain >Release: FreeBSD 4.5-RELEASE #1: Sun Feb 3 11:02:17 CET 2002 >Organization: -- >Environment: FreeBSD localhost 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Sun Feb 3 11:02:17 CET 2002 root@roccodevinger.dyndns.org:/usr/src/sys/compile/ROCCO i386 >Description: gtk 2.0 make in ports fails with the error message: configure:7652: error: Library requirements (glib-2.0 >= 2.0.0 atk >= 1.0.0 pango >= 1.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. Output of: /usr/local/bin/pkg-config --list-all: gmodule GModule - Dynamic module loader for GLib gdk GDK - GIMP Drawing Kit libglade Libglade - a library for dynamically loading GLADE interface files glib GLib - C Utility Library gmodule-2.0 GModule - Dynamic module loader for GLib gnome-mime-data-2.0 gnome-mime-data - Base set of file types and applications for GNOME libxml-2.0 libXML - libXML library version2. esound esound - esound gthread GThread - Thread support for GLib libIDL libIDL - IDL parsing library glib-2.0 GLib - C Utility Library gobject-2.0 GObject - GLib Type, Object, Parameter and Signal Library gthread-2.0 GThread - Thread support for GLib libglade-bonobo Libglade bonobo module - A library providing support for Bonobo controls in libglade pangoft2 Pango FT2 - Freetype 2.0 font support for Pango gconf gconf - GNOME Config System. pangox Pango X - X Window System font support for Pango pangoxft Pango Xft - Xft font support for Pango libxslt libxslt - XSLT library version 2. imlib Imlib - An image loading and rendering library for X11R6 audiofile audiofile - audiofile libglade-gnomedb Libglade gnome-db module - A library providing support for GNOME widgets in libglade ORBit ORBit - High-performance CORBA Object Request Broker. gtk+ GTK+ - GIMP Tool Kit pango Pango - Internationalized text handling gconfgtk gconfgtk - GTK+ bindings for GConf libxml libXML - libXML library. atk Atk - Accessibility Toolkit imlibgdk ImlibGdk - GDK support libraries for Imlib libefs libefs - Embeded Filesystem Library libglade-gnome Libglade gnome module - A library providing support for GNOME widgets in libglade pkg-config --modversion glib-2.0 atk pango: 2.0.0 1.0.0 1.0.0 I think this is not correct >How-To-Repeat: Just type make in /usr/ports/x11-toolkits/gtk20 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 12:58:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C09C37B434; Tue, 2 Apr 2002 12:57:41 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32KvfM16788; Tue, 2 Apr 2002 12:57:41 -0800 (PST) (envelope-from des) Date: Tue, 2 Apr 2002 12:57:41 -0800 (PST) From: Message-Id: <200204022057.g32KvfM16788@freefall.freebsd.org> To: sanewo@ba2.so-net.ne.jp, des@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/36658: libpam bugs cause xdm+pam_ssh crash on -CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: libpam bugs cause xdm+pam_ssh crash on -CURRENT State-Changed-From-To: open->closed State-Changed-By: des State-Changed-When: Tue Apr 2 12:57:40 PST 2002 State-Changed-Why: Fixed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=36658 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 14:20:31 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1A6837B41F for ; Tue, 2 Apr 2002 14:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32MK2H38333; Tue, 2 Apr 2002 14:20:02 -0800 (PST) (envelope-from gnats) Received: from altair.mukappabeta.net (altair.mukappabeta.net [194.145.150.157]) by hub.freebsd.org (Postfix) with ESMTP id B229237B41D for ; Tue, 2 Apr 2002 14:16:41 -0800 (PST) Received: by altair.mukappabeta.net (Postfix, from userid 1001) id 640312C5; Wed, 3 Apr 2002 00:16:38 +0200 (CEST) Message-Id: <20020402221638.640312C5@altair.mukappabeta.net> Date: Wed, 3 Apr 2002 00:16:38 +0200 (CEST) From: Matthias Buelow Reply-To: Matthias Buelow To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/36671: /bin/sh problems with grouped pipe and output redir Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36671 >Category: bin >Synopsis: /bin/sh problems with grouped pipe and output redir >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 02 14:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthias Buelow >Release: FreeBSD 4.5-20020326-STABLE i386 >Organization: >Environment: System: FreeBSD altair.mukappabeta.net 4.5-20020326-STABLE FreeBSD 4.5-20020326-STABLE #2: Sun Mar 31 18:23:50 CEST 2002 root@altair.mukappabeta.net:/usr2/src/sys/compile/ALTAIR i386 >Description: FreeBSD's /bin/sh implementation's got a problem with regard to lists which contain pipes and I/O redirection that applies to the entire list. Please look at the following examples: First an ordinary grouped list with just one command: $ { :; } $ jobs $ and with stdout/err redirected: $ { :; } >/dev/null 2>&1 $ jobs $ now with a pipe instead of a single command: $ { :|:; } $ jobs $ so far everything ok as expected. Now with redirection, it messes up: $ { :|:; } >/dev/null 2>&1 $ jobs [1] 1473 Exit 2 : 1474 Exit 2 : $ This should not happen; the shell should not print any background jobs (there must not be any, since the list is executed synchronously and not even in a subshell.) That wouldn't be so annoying if not, when used in the context of my .profile script (I use /bin/sh for root), it would cause premature end of parsing of said script, resulting in about half of the script not being run at all. I've isolated a test example, which shows a sample premature abort of script parsing (when run in the context of the current shell at least, like it is done with sh reading .profile): cmdinpath() { { type "$1"|grep '/'; } >/dev/null 2>&1 } if cmdinpath less then PAGER=less else PAGER=more fi echo PAGER is $PAGER store into a file "t" and type the following: $ set -o xtrace # doesn't change results, only shows # what the shell is doing $ . ./t + . ./t + cmdinpath less # stops at "if cmdinpath less"... $ echo $? # doesn't even get to the final echo + echo 2 2 $ jobs [1] 1542 Exit 2 type ${1} 1543 Exit 2 grep / $ For comparison, in Korn shell, the script executes properly: $ ksh93 + ksh93 $ . ./t PAGER is less $ jobs $ It also works as expected in the SystemV Bourne shell, ksh88 and pdksh. NetBSD's (1.5.1) /bin/sh, which is also the 4.4BSD ash-derived sh has the same problem. >How-To-Repeat: See above. >Fix: None yet; I'll perhaps have a look into it. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 15:29:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFF3937B422; Tue, 2 Apr 2002 15:28:59 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32NSxp54182; Tue, 2 Apr 2002 15:28:59 -0800 (PST) (envelope-from cjc) Date: Tue, 2 Apr 2002 15:28:59 -0800 (PST) From: Message-Id: <200204022328.g32NSxp54182@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/36665: gtk 2.0 port fails on glib, atk or pango version number. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: gtk 2.0 port fails on glib, atk or pango version number. Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cjc Responsible-Changed-When: Tue Apr 2 15:28:37 PST 2002 Responsible-Changed-Why: Misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=36665 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 15:31: 3 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10EBC37B49A; Tue, 2 Apr 2002 15:29:49 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32NTnm54326; Tue, 2 Apr 2002 15:29:49 -0800 (PST) (envelope-from cjc) Date: Tue, 2 Apr 2002 15:29:49 -0800 (PST) From: Message-Id: <200204022329.g32NTnm54326@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, re@FreeBSD.org Subject: Re: misc/36660: sysinstall dumps core when installing over http-proxy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sysinstall dumps core when installing over http-proxy Responsible-Changed-From-To: freebsd-bugs->re Responsible-Changed-By: cjc Responsible-Changed-When: Tue Apr 2 15:29:30 PST 2002 Responsible-Changed-Why: sysinstall(8) issues to re@. http://www.freebsd.org/cgi/query-pr.cgi?pr=36660 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 15:40:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6B2E37B41E for ; Tue, 2 Apr 2002 15:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32Ne1m56074; Tue, 2 Apr 2002 15:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D93237B405 for ; Tue, 2 Apr 2002 15:35:49 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32NZnc55644; Tue, 2 Apr 2002 15:35:49 -0800 (PST) (envelope-from nobody) Message-Id: <200204022335.g32NZnc55644@freefall.freebsd.org> Date: Tue, 2 Apr 2002 15:35:49 -0800 (PST) From: Rob Sargent To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/36675: current kernel build broken in smbfs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36675 >Category: i386 >Synopsis: current kernel build broken in smbfs >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 02 15:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Rob Sargent >Release: 4.5 >Organization: >Environment: FreeBSD blah.cisco.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 7 16:05:36 EST 2002 rsargent@cisco.com:/usr/src/sys/compile/BLAH i386 >Description: make depend ... ===> smbfs @ -> /usr/src/sys machine -> /usr/src/sys/i386/include perl @/kern/vnode_if.pl -h @/kern/vnode_if.src touch opt_inet.h echo "#define INET 1" > opt_inet.h touch opt_ipx.h echo "#define NETSMB 1" > opt_netsmb.h echo "#define NETSMBCRYPTO 1" >> opt_netsmb.h touch opt_smbfs.h touch opt_vmpage.h perl @/kern/makeops.pl -h @/libkern/iconv_converter_if.m make: don't know how to make des_enc.S. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/BLAH. diff GENERIC BLAH 26c26 < maxusers 0 --- > maxusers 128 46c46 < options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI --- > options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI 159c159 < device sio0 at isa? port IO_COM1 flags 0x10 irq 4 --- > device sio0 at isa? port IO_COM1 flags 0x30 irq 4 253a254,258 > # The 'ti' device provides support for PCI gigabit ethernet NICs based > device ti # Alteon (``Tigon I'', ``Tigon II'') > #options SMBFS #SMB/CIFS filesystem > #options NETSMB #SMB/CIFS requester > #options NETSMBCRYPTO #encrypted password support for SMB >How-To-Repeat: cvsup to current (April 2 2002) make world cd /usr/src/sys/i386/conf cp GENERIC BLAH apply these diffs to BLAH: (I tried with and without maxusers set to 0 or 128 and with and without SMBFS entries shown in diffs) #diff GENERIC BLAH 26c26 < maxusers 0 --- > maxusers 128 46c46 < options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI --- > options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI 159c159 < device sio0 at isa? port IO_COM1 flags 0x10 irq 4 --- > device sio0 at isa? port IO_COM1 flags 0x30 irq 4 253a254,258 > # The 'ti' device provides support for PCI gigabit ethernet NICs based > device ti # Alteon (``Tigon I'', ``Tigon II'') > #options SMBFS #SMB/CIFS filesystem > #options NETSMB #SMB/CIFS requester > #options NETSMBCRYPTO #encrypted password support for SMB config BLAH cd ../..compile/BLAH make depend >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 15:45:49 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from iski.pair.com (iski.pair.com [209.68.2.87]) by hub.freebsd.org (Postfix) with SMTP id 4612B37B419 for ; Tue, 2 Apr 2002 15:45:39 -0800 (PST) Received: (qmail 93249 invoked by uid 3066); 2 Apr 2002 23:45:38 -0000 Date: Tue, 2 Apr 2002 18:45:38 -0500 From: Mark Fullmer To: Murray Stokely Cc: freebsd-bugs@FreeBSD.org Subject: Re: conf/36606: Adding packages with sysinstall failes after Message-ID: <20020402234537.GA91865@splintered.net> References: <200204021229.g32CTwp79296@freefall.freebsd.org> <20020402125331.GC27913@freebsdmall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020402125331.GC27913@freebsdmall.com> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This fixed it, thanks. On Tue, Apr 02, 2002 at 04:53:31AM -0800, Murray Stokely wrote: > Attached is a patch against -STABLE. Can you please confirm that > this solves the problems you are experiencing? The has already been > applied to -CURRENT. > > Index: perform.c > =================================================================== > RCS file: /a/ncvs/src/usr.sbin/pkg_install/add/perform.c,v > retrieving revision 1.57.2.8 > diff -u -r1.57.2.8 perform.c > --- perform.c 23 Oct 2001 09:16:03 -0000 1.57.2.8 > +++ perform.c 2 Apr 2002 11:51:13 -0000 > @@ -189,7 +189,7 @@ > * compress an average of 75%, so multiply by 4 for good measure. > */ > > - if (!inPlace && min_free(playpen) < sb.st_size * 4) { > + if (!extract && !inPlace && min_free(playpen) < sb.st_size * 4) { > warnx("projected size of %qd exceeds available free space.\n" > "Please set your PKG_TMPDIR variable to point to a location with more\n" > "free space and try again", (long long)sb.st_size * 4); > @@ -202,8 +202,9 @@ > if (inPlace && Fake) > goto success; > > - /* Finally unpack the whole mess */ > - if (unpack(pkg_fullname, NULL)) { > + /* Finally unpack the whole mess. If extract is null we > + already + did so so don't bother doing it again. */ > + if (extract && unpack(pkg_fullname, NULL)) { > warnx("unable to extract `%s'!", pkg_fullname); > goto bomb; > } > > > > > On Tue, Apr 02, 2002 at 04:29:58AM -0800, murray@FreeBSD.org wrote: > > Synopsis: Adding packages with sysinstall failes after > > > > State-Changed-From-To: open->analyzed > > State-Changed-By: murray > > State-Changed-When: Tue Apr 2 04:29:24 PST 2002 > > State-Changed-Why: > > David O'Brien and I spent time analyzing this. I have a fix that I > > will commit to -CURRENT momentarily. > > > > > > > > Responsible-Changed-From-To: freebsd-bugs->murray > > Responsible-Changed-By: murray > > Responsible-Changed-When: Tue Apr 2 04:29:24 PST 2002 > > Responsible-Changed-Why: > > David O'Brien and I spent time analyzing this. I have a fix that I > > will commit to -CURRENT momentarily. > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=36606 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 18: 0:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A49437B41C for ; Tue, 2 Apr 2002 18:00:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33209S87013; Tue, 2 Apr 2002 18:00:09 -0800 (PST) (envelope-from gnats) Date: Tue, 2 Apr 2002 18:00:09 -0800 (PST) Message-Id: <200204030200.g33209S87013@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: i386/36675: current kernel build broken in smbfs Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/36675; it has been noted by GNATS. From: Kris Kennaway To: Rob Sargent Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/36675: current kernel build broken in smbfs Date: Tue, 2 Apr 2002 17:50:56 -0800 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Apr 02, 2002 at 03:35:49PM -0800, Rob Sargent wrote: > make: don't know how to make des_enc.S. Stop You don't have the full kernel sources installed (you're missing the src-sys-crypto cvsup collection). Kris --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8qmAAWry0BWjoQKURAssvAKDlkZ8jeW6PXbVWtHY6GQIbp1FWAACg7cwG dt3WMemLJFKJ0RWa4rTCgsU= =NAjM -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 18:40: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6EEF37B41A for ; Tue, 2 Apr 2002 18:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g332e1Y95639; Tue, 2 Apr 2002 18:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B24037B416 for ; Tue, 2 Apr 2002 18:33:36 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g332XZ394590; Tue, 2 Apr 2002 18:33:35 -0800 (PST) (envelope-from nobody) Message-Id: <200204030233.g332XZ394590@freefall.freebsd.org> Date: Tue, 2 Apr 2002 18:33:35 -0800 (PST) From: Yuri Victorovich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/36682: USB isochroneous transfer doesn't report back lengths of short transfers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36682 >Category: kern >Synopsis: USB isochroneous transfer doesn't report back lengths of short transfers >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 02 18:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Yuri Victorovich >Release: STABLE 4.5 >Organization: Optima Inc >Environment: FreeBSD mach1.xxx.com 4.5-STABLE FreeBSD 4.5-STABLE #8: Tue Apr 2 18:48:53 EST 2002 root@sunflower.syrec.org:/usr/src/sys/compile/GENERIC i386 >Description: When isochroneous read transfer is submitted with a lot of segments there are some devices that don't fill the buffers completely and return short transfer. Driver issuing transfer should always be interested in actual length of each individual buffer read. Currently system lacks this capability. >How-To-Repeat: N/A >Fix: *** uhci.c Tue Apr 2 18:43:59 2002 --- uhci.c Tue Apr 2 18:45:02 2002 *************** *** 1104,1109 **** --- 1104,1110 ---- n = 0; status = LE(std->td.td_status); actlen += UHCI_TD_GET_ACTLEN(status); + xfer->frlengths[i] = UHCI_TD_GET_ACTLEN(status); } upipe->u.iso.inuse -= nframes; xfer->actlen = actlen; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 2 18:50: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ADFB37B416 for ; Tue, 2 Apr 2002 18:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g332o1796931; Tue, 2 Apr 2002 18:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F73137B400 for ; Tue, 2 Apr 2002 18:45:31 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g332jVv96332; Tue, 2 Apr 2002 18:45:31 -0800 (PST) (envelope-from nobody) Message-Id: <200204030245.g332jVv96332@freefall.freebsd.org> Date: Tue, 2 Apr 2002 18:45:31 -0800 (PST) From: Joe Barbish To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/36683: Stop dynamic rules from displaying using ipfw list command Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36683 >Category: kern >Synopsis: Stop dynamic rules from displaying using ipfw list command >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 Apr 02 18:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Joe Barbish >Release: 4.5 >Organization: >Environment: >Description: I see new options in 4.5 and 5.0 so I know ipfw is currently being enhanced. Listing the rules is such a pain with the 1000 entries dynamic rules table being listed by default. I would like to see 3 enhancements added to ipfw list command Add a flag to only list the rules Add a flag to only list the dynamic rules table. Add another option to only list dynamic rules associated with a firewall rule number. >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 Tue Apr 2 20:50:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B287537B41F for ; Tue, 2 Apr 2002 20:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g334o2E22507; Tue, 2 Apr 2002 20:50:02 -0800 (PST) (envelope-from gnats) Date: Tue, 2 Apr 2002 20:50:02 -0800 (PST) Message-Id: <200204030450.g334o2E22507@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Michael A. Dickerson" Subject: Re: bin/36501: /usr/bin/calendar can't handle recurring items in the next month Reply-To: "Michael A. Dickerson" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/36501; it has been noted by GNATS. From: "Michael A. Dickerson" To: freebsd-gnats-submit@freebsd.org, Cc: Subject: Re: bin/36501: /usr/bin/calendar can't handle recurring items in the next month Date: Tue, 2 Apr 2002 20:47:14 -0800 (PST) Several people have noticed that calendar(1) is brain damaged in a number of ways. Not only does it generate nonsense dates like Mar 32, it seems it can't really process recurring events (first Sunday every month, etc) at all. See bin/34497 from Jan 31 and also bin/4629 from September 1997 (!). I have ported the calendar from OpenBSD, which was rewritten a couple years ago such that it works. The patch is about 60k. However, before you go to the trouble, you might try updating your source and rebuilding. I see somebody made some changes to usr.sbin/calendar on March 12 which might fix your problem. If not I can send you my patch if you like. M.D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 0:18:35 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 3E3E537B405; Wed, 3 Apr 2002 00:18:31 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA17208; Wed, 3 Apr 2002 18:18:08 +1000 Date: Wed, 3 Apr 2002 18:19:06 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: John Hay Cc: jmallett@FreeBSD.ORG, , Subject: Re: kern/20523: Support for PCI multiport cards for sio driver In-Reply-To: <200204020638.g326cbT87037@zibbi.icomtek.csir.co.za> Message-ID: <20020403181702.K9469-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 2 Apr 2002, John Hay wrote: > > Synopsis: Support for PCI multiport cards for sio driver > > I think this patch has been superceeded by the puc(4) driver. I think > this card just needs an entry in dev/puc/pucdata.c to work.... I hope. > :-) The PR seems to have some extras for multiport cards and their interrupt handling. I would appreciate it if you had a closer look at it. I don't like to make changes for hardware that I don't have. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 2:10:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 689A937B41B for ; Wed, 3 Apr 2002 02:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33AA1I14996; Wed, 3 Apr 2002 02:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0CE237B41B for ; Wed, 3 Apr 2002 02:04:41 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33A4fX10078; Wed, 3 Apr 2002 02:04:41 -0800 (PST) (envelope-from nobody) Message-Id: <200204031004.g33A4fX10078@freefall.freebsd.org> Date: Wed, 3 Apr 2002 02:04:41 -0800 (PST) From: Theo van Klaveren To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/36692: Patch for E-Tech ISA PnP modem support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36692 >Category: kern >Synopsis: Patch for E-Tech ISA PnP modem support >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 Apr 03 02:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Theo van Klaveren >Release: 4.5-STABLE >Organization: >Environment: FreeBSD vuurvogel.phoenix 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 19 18:06:43 CET 2002 klaveren@vuurvogel.phoenix:/usr/obj/usr/src/sys/PHOENIX i386 >Description: FreeBSD didn't detect the ISA PnP modem in my parents computer. This patch was made a long time ago (three months or more), but it's so simple it'll probably apply anyway. >How-To-Repeat: >Fix: http://home.student.utwente.nl/t.vanklaveren/sio-patch >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 3: 2:26 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 028B237B419; Wed, 3 Apr 2002 03:02:16 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g33B1f537744; Wed, 3 Apr 2002 13:01:41 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200204031101.g33B1f537744@zibbi.icomtek.csir.co.za> Subject: Re: kern/20523: Support for PCI multiport cards for sio driver In-Reply-To: <20020403181702.K9469-100000@gamplex.bde.org> from Bruce Evans at "Apr 3, 2002 06:19:06 pm" To: bde@zeta.org.au (Bruce Evans) Date: Wed, 3 Apr 2002 13:01:41 +0200 (SAT) Cc: jmallett@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, vak@cronyx.ru X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > > > Synopsis: Support for PCI multiport cards for sio driver > > > > I think this patch has been superceeded by the puc(4) driver. I think > > this card just needs an entry in dev/puc/pucdata.c to work.... I hope. > > :-) > > The PR seems to have some extras for multiport cards and their interrupt > handling. I would appreciate it if you had a closer look at it. I don't > like to make changes for hardware that I don't have. I don't have hardware for it either. From looking at it an entry like this in dev/puc/pucdata.c should get the card working: { "Cronyx Omega-PCI Serial Adapter", { 0x10b5, 0xc001, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, { { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x18, 0x20, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x18, 0x28, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x18, 0x30, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x18, 0x38, COM_FREQ }, }, }, What the patch does do and this wouldn't is adding support for the 64 deep fifos and the hardware cts/rts. Maybe I should add a flags field to the puc_device_description structure so that these things can be set in there. I see that the top byte in the sio flags field can be used to set the fifo size. I don't see that documented in the sio man page though. Maybe the 16650A-type bit in the sio flags will do the hardware cts/rts thing? John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 7:10:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D14A37B41C for ; Wed, 3 Apr 2002 07:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33FA4P96599; Wed, 3 Apr 2002 07:10:04 -0800 (PST) (envelope-from gnats) Date: Wed, 3 Apr 2002 07:10:04 -0800 (PST) Message-Id: <200204031510.g33FA4P96599@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Robert Sargent Subject: Re: i386/36675: current kernel build broken in smbfs Reply-To: Robert Sargent Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/36675; it has been noted by GNATS. From: Robert Sargent To: Kris Kennaway Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/36675: current kernel build broken in smbfs Date: Wed, 3 Apr 2002 10:00:02 -0500 On Tue, Apr 02, 2002 at 05:50:56PM -0800, Kris Kennaway promised: > On Tue, Apr 02, 2002 at 03:35:49PM -0800, Rob Sargent wrote: > > > make: don't know how to make des_enc.S. Stop > > You don't have the full kernel sources installed (you're missing the > src-sys-crypto cvsup collection). Thanks, Kris. I already was using src-secure and src-crypto. When did this src-sys-crypto creep into the picture? I've been using the same cvsupfile forever and never ran into this. Is there a particular list I should be monitoring that might alert me to changes like this? Thanks- Rob > > Kris -- Rob Sargent Sr Engineering Manager 865-671-8823 http://knoxville.cisco.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 9:13:18 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC72837B419; Wed, 3 Apr 2002 09:13:13 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33HDDA29336; Wed, 3 Apr 2002 09:13:13 -0800 (PST) (envelope-from dillon) Date: Wed, 3 Apr 2002 09:13:13 -0800 (PST) From: Message-Id: <200204031713.g33HDDA29336@freefall.freebsd.org> To: steve@nomad.tor.lets.net, dillon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/36108: Diskless NFS Client panic with 4.5-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Diskless NFS Client panic with 4.5-STABLE State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Wed Apr 3 09:11:14 PST 2002 State-Changed-Why: I just committed what we believe to be the solution to -current and -stable (rev 1.242.2.16 of kern/vfs_bio.c for -stable). It should show up on the mirrors soon. http://www.freebsd.org/cgi/query-pr.cgi?pr=36108 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 9:14:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87D3B37B417; Wed, 3 Apr 2002 09:14:07 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33HE7w29549; Wed, 3 Apr 2002 09:14:07 -0800 (PST) (envelope-from dillon) Date: Wed, 3 Apr 2002 09:14:07 -0800 (PST) From: Message-Id: <200204031714.g33HE7w29549@freefall.freebsd.org> To: dan@LaTech.edu, dillon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/36174: crash with NFS nfs_fsync Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: crash with NFS nfs_fsync State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Wed Apr 3 09:13:19 PST 2002 State-Changed-Why: Fix committed to both -current and -stable. I'm closing the PR with the expectation that the three people testing it will give it the thumbs up :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=36174 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 9:31: 0 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2212237B41F for ; Wed, 3 Apr 2002 09:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33HU5k32060; Wed, 3 Apr 2002 09:30:05 -0800 (PST) (envelope-from gnats) Date: Wed, 3 Apr 2002 09:30:05 -0800 (PST) Message-Id: <200204031730.g33HU5k32060@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: i386/36675: current kernel build broken in smbfs Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/36675; it has been noted by GNATS. From: Kris Kennaway To: Robert Sargent Cc: Kris Kennaway , freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/36675: current kernel build broken in smbfs Date: Wed, 3 Apr 2002 09:27:40 -0800 On Wed, Apr 03, 2002 at 10:00:02AM -0500, Robert Sargent wrote: > On Tue, Apr 02, 2002 at 05:50:56PM -0800, Kris Kennaway promised: > > On Tue, Apr 02, 2002 at 03:35:49PM -0800, Rob Sargent wrote: > > > > > make: don't know how to make des_enc.S. Stop > > > > You don't have the full kernel sources installed (you're missing the > > src-sys-crypto cvsup collection). > > Thanks, Kris. I already was using src-secure and src-crypto. > > When did this src-sys-crypto creep into the picture? Sometime over a year ago, I think. > I've been using the same cvsupfile forever and never ran into this. > Is there a particular list I should be monitoring that might alert me to > changes like this? It's presumably documented in the release notes or in UPDATING. If not, it should be. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 10:50:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D03C237B41F for ; Wed, 3 Apr 2002 10:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33Io0P47169; Wed, 3 Apr 2002 10:50:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9319A37B41A for ; Wed, 3 Apr 2002 10:45:32 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33IjW946621; Wed, 3 Apr 2002 10:45:32 -0800 (PST) (envelope-from nobody) Message-Id: <200204031845.g33IjW946621@freefall.freebsd.org> Date: Wed, 3 Apr 2002 10:45:32 -0800 (PST) From: Cecilia Cabrera To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/36701: "df" shows a status (wrong) that differs from "du"'s status Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36701 >Category: misc >Synopsis: "df" shows a status (wrong) that differs from "du"'s status >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 03 10:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Cecilia Cabrera >Release: 4.4-RELEASE >Organization: Universidad de Buenos Aires >Environment: FreeBSD valhala.uba.ar 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: The daily output's Disk status showed that the /var used space increased daily. This isn't usally so, since we have logs, it increases 1-2 % daily for a couple of days and then (when ziped) decreases back to the original size. When running df -k or df -h we got this result too, something like this: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 1372527 928151 334574 74% / /dev/ad0s1e 372079 110213 232100 32% /var procfs 4 4 0 100% /proc but when doing: #du -ks /var: 65982 /var (which doesn't match!!) <--- this is the one that's right Not knowing how to solve this, we used the "solution windows": rebooted. Now they're ok, they both show: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 1372527 928357 334368 74% / /dev/ad0s1e 372079 66073 276240 19% /var procfs 4 4 0 100% /proc #du -ks /var/ 66070 /var/ >How-To-Repeat: just sit and wait, it happended a couple of times. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 11:18:45 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4B8D37B416; Wed, 3 Apr 2002 11:18:42 -0800 (PST) Received: (from maxim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33JIgn63600; Wed, 3 Apr 2002 11:18:42 -0800 (PST) (envelope-from maxim) Date: Wed, 3 Apr 2002 11:18:42 -0800 (PST) From: Message-Id: <200204031918.g33JIgn63600@freefall.freebsd.org> To: ccabrera@scooby.uba.ar, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/36701: "df" shows a status (wrong) that differs from "du"'s status Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: "df" shows a status (wrong) that differs from "du"'s status State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Wed Apr 3 11:17:38 PST 2002 State-Changed-Why: It is a FAQ. Please take a look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DU-VS-DF http://www.freebsd.org/cgi/query-pr.cgi?pr=36701 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 11:53: 1 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from segue.merit.edu (segue.merit.edu [198.108.1.41]) by hub.freebsd.org (Postfix) with ESMTP id D445137B405; Wed, 3 Apr 2002 11:52:55 -0800 (PST) Received: from merit.edu (backyard.merit.edu [198.108.62.200]) by segue.merit.edu (Postfix) with ESMTP id 5C4C55DDA0; Wed, 3 Apr 2002 14:52:55 -0500 (EST) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: cjc@FreeBSD.org Cc: rsc@merit.edu, freebsd-bugs@FreeBSD.org, rsc@merit.edu Subject: Re: kern/29919: Laptop w/pccard modem & ethernet communication problems In-Reply-To: Message from of "Wed, 27 Mar 2002 01:46:47 PST." <200203270946.g2R9klv60150@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 03 Apr 2002 14:52:55 -0500 From: "Richard S. Conto" Message-Id: <20020403195255.5C4C55DDA0@segue.merit.edu> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This can be closed. Warner Losh suggested adding the following to /boot/loader.conf hw.pcic.intr_path=1 hw.pcic.irq=0 > originally from: > subject: Re: kern/29919: Laptop w/pccard modem & ethernet communication problems > date: Wed, 27 Mar 2002 01:46:47 -0800 > -------- >Synopsis: Laptop w/pccard modem & ethernet communication problems > >State-Changed-From-To: closed->feedback >State-Changed-By: cjc >State-Changed-When: Wed Mar 27 01:46:11 PST 2002 >State-Changed-Why: >Whoops. I meant 'feedback' not 'closed.' > >http://www.freebsd.org/cgi/query-pr.cgi?pr=29919 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 12:10:42 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 343D137B427 for ; Wed, 3 Apr 2002 12:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33KA3P76968; Wed, 3 Apr 2002 12:10:03 -0800 (PST) (envelope-from gnats) Date: Wed, 3 Apr 2002 12:10:03 -0800 (PST) Message-Id: <200204032010.g33KA3P76968@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dan Nelson Subject: Re: misc/26373: Rpc.statd implements the SM_NOTIFY call but does not accept it Reply-To: Dan Nelson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/26373; it has been noted by GNATS. From: Dan Nelson To: freebsd-gnats-submit@FreeBSD.org, bg@sics.se Cc: Subject: Re: misc/26373: Rpc.statd implements the SM_NOTIFY call but does not accept it Date: Wed, 3 Apr 2002 14:01:50 -0600 Here is another patch that more closely follows what was already committed to 5.*: Index: include/rpcsvc/sm_inter.x =================================================================== RCS file: /home/ncvs/src/include/rpcsvc/sm_inter.x,v retrieving revision 1.8 diff -u -r1.8 sm_inter.x --- include/rpcsvc/sm_inter.x 27 Aug 1999 23:45:11 -0000 1.8 +++ include/rpcsvc/sm_inter.x 3 Apr 2002 19:06:02 -0000 @@ -62,6 +62,7 @@ struct sm_stat SM_UNMON_ALL(struct my_id) = 4; void SM_SIMU_CRASH(void) = 5; + void SM_NOTIFY(struct stat_chge) = 6; } = 1; } = 100024; @@ -90,6 +91,10 @@ opaque priv[16]; /* private information to store at monitor for requesting process */ }; +struct stat_chge { + string mon_name; /* name of the site that had the state change */ + int state; +}; /* * state # of status monitor monitonically increases each time @@ -101,13 +106,13 @@ int state; /* state # of status monitor */ }; -enum res { +enum sm_res { stat_succ = 0, /* status monitor agrees to monitor */ stat_fail = 1 /* status monitor cannot monitor */ }; struct sm_stat_res { - res res_stat; + sm_res res_stat; int state; }; @@ -115,7 +120,7 @@ * structure of the status message sent back by the status monitor * when monitor site status changes */ -struct status { +struct sm_status { string mon_name; int state; opaque priv[16]; /* stored private information */ Index: usr.sbin/rpc.statd/procs.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/rpc.statd/procs.c,v retrieving revision 1.4 diff -u -r1.4 procs.c --- usr.sbin/rpc.statd/procs.c 28 Aug 1999 01:19:37 -0000 1.4 +++ usr.sbin/rpc.statd/procs.c 3 Apr 2002 19:07:51 -0000 @@ -301,7 +301,7 @@ struct timeval timeout = { 20, 0 }; /* 20 secs timeout */ CLIENT *cli; static char dummy; - status tx_arg; /* arg sent to callback procedure */ + sm_status tx_arg; /* arg sent to callback procedure */ MonList *lp; HostInfo *hp; pid_t pid; @@ -340,7 +340,7 @@ } else { - if (clnt_call(cli, lp->notifyProc, xdr_status, &tx_arg, xdr_void, &dummy, + if (clnt_call(cli, lp->notifyProc, xdr_sm_status, &tx_arg, xdr_void, &dummy, timeout) != RPC_SUCCESS) { syslog(LOG_ERR, "Failed to call rpc.statd client at host %s", Index: usr.sbin/rpc.statd/statd.h =================================================================== RCS file: /home/ncvs/src/usr.sbin/rpc.statd/statd.h,v retrieving revision 1.2 diff -u -r1.2 statd.h --- usr.sbin/rpc.statd/statd.h 1 Apr 1996 05:36:06 -0000 1.2 +++ usr.sbin/rpc.statd/statd.h 3 Apr 2002 19:56:35 -0000 @@ -35,20 +35,6 @@ #include "sm_inter.h" -/* These pieces are missing from the distributed sm_inter.x, which */ -/* omits the SM_NOTIFY procedure used between cooperating rpc.statd's */ - -#define SM_NOTIFY ((u_long)6) -extern void *sm_notify_1(); - -struct stat_chge -{ - char *mon_name; - int state; -}; -typedef struct stat_chge stat_chge; -bool_t xdr_stat_chge(); - /* ------------------------------------------------------------------------- */ /* Data structures for recording monitored hosts -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 13:10: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 922BC37B41B for ; Wed, 3 Apr 2002 13:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33LA2F91312; Wed, 3 Apr 2002 13:10:02 -0800 (PST) (envelope-from gnats) Date: Wed, 3 Apr 2002 13:10:02 -0800 (PST) Message-Id: <200204032110.g33LA2F91312@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: kern/36683: Stop dynamic rules from displaying using ipfw list command Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36683; it has been noted by GNATS. From: David Malone To: Joe Barbish Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/36683: Stop dynamic rules from displaying using ipfw list command Date: Wed, 3 Apr 2002 22:01:11 +0100 On Tue, Apr 02, 2002 at 06:45:31PM -0800, Joe Barbish wrote: > I would like to see 3 enhancements added to ipfw list command > > Add a flag to only list the rules By default ipfw now only shows the static rules. You must use "-d" to see the dynamic rules. > Add a flag to only list the dynamic rules table. One option would be: ipfw -d show | awk '{ if (n) print $0 } /Dynamic/ { n=1 }' > Add another option to only list dynamic rules associated with a firewall > rule number. I guess it might be an ipfw bug that "ipfw -d show 200" doesn't show the dynamic rules corrisponding to rule 200 as well as the static rules. I have a vague memory of a PR with patches for this. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 13:40:46 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 990DD37B41A for ; Wed, 3 Apr 2002 13:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g33Le4k96562; Wed, 3 Apr 2002 13:40:04 -0800 (PST) (envelope-from gnats) Received: from sockar.homeip.net (AFontenayssB-104-1-2-252.abo.wanadoo.fr [217.128.170.252]) by hub.freebsd.org (Postfix) with ESMTP id D3EA837B405 for ; Wed, 3 Apr 2002 13:32:08 -0800 (PST) Received: (from amon@localhost) by sockar.homeip.net (8.11.6/8.11.6) id g33LTSF51596; Wed, 3 Apr 2002 23:29:28 +0200 (CEST) (envelope-from amon) Message-Id: <200204032129.g33LTSF51596@sockar.homeip.net> Date: Wed, 3 Apr 2002 23:29:28 +0200 (CEST) From: amon@sockar.homeip.net Reply-To: boulouis@efrei.fr To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/36708: panic: ufs_dirbad: bad dir during pkg_info Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36708 >Category: kern >Synopsis: panic: ufs_dirbad: bad dir during pkg_info >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 Apr 03 13:40:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: boulouis@efrei.fr >Release: FreeBSD 4.5-STABLE i386 >Organization: efrei >Environment: System: FreeBSD ra 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Jan 30 02:24:43 CET 2002 root@ra:/usr/obj/usr/src/sys/RA i386 >Description: While doing a pkg_info, the kernel panicked after having displayed 10 packages or so. Except the pkg_info process, the system was idle at this time (as it is most of the time) I juste upgraded to the last 4.5-STABLE but have kept the kernel & vmcore file, so don't hesitate to ask for more information. Config infos : ra:~$ mount /dev/ad0s1a on / (ufs, local) /dev/ad0s1f on /usr (ufs, NFS exported, local) /dev/ad0s1e on /var (ufs, local) procfs on /proc (procfs, local) no softupdates on these slices but UFS_DIRHASH is enabled in the kernel Tagged queuing is enabled on /dev/ad0. (ibm dtla 40Go) gdb diags : (kgdb) bt #0 0xc01639aa in dumpsys () #1 0xc01637bc in boot () #2 0xc0163ba8 in poweroff_wait () #3 0xc02592ba in ufs_dirbad () #4 0xc0258ac3 in ufs_lookup () #5 0xc025dcc5 in ufs_vnoperate () #6 0xc018e2a2 in vfs_cache_lookup () #7 0xc025dcc5 in ufs_vnoperate () #8 0xc0191229 in lookup () #9 0xc0190d14 in namei () #10 0xc01969b5 in lstat () #11 0xc02c8cd1 in syscall2 () #12 0xc02bd1a5 in Xint0x80_syscall () #13 0x8049f11 in ?? () #14 0x8049e78 in ?? () #15 0x8049cf8 in ?? () #16 0x80498ef in ?? () logs : Mar 27 18:28:42 ra sendmail[27122]: g2RHSfp27121: to=, delay=00:00:01, xdelay=00:00:00, mailer=local, pri=33995, relay=local, dsn=2.0.0, sta t=Sent Mar 27 18:44:49 ra syslogd: restart Mar 27 18:44:49 ra /kernel: /var: bad dir ino 21796 at offset 0: mangled entry Mar 27 18:44:49 ra /kernel: panic: ufs_dirbad: bad dir Mar 27 18:44:49 ra /kernel: Mar 27 18:44:49 ra /kernel: syncing disks... 5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 Mar 27 18:44:49 ra /kernel: giving up on 1 buffers Mar 27 18:44:49 ra /kernel: Uptime: 5d4h18m35s Mar 27 18:44:49 ra /kernel: Mar 27 18:44:49 ra /kernel: dumping to dev #ad/0x20001, offset 2560 Mar 27 18:44:49 ra /kernel: dump ata0: resetting devices .. ad0: invalidating queued requests Mar 27 18:44:49 ra /kernel: done Mar 27 18:44:49 ra /kernel: 382 381 380 379 378 377 376 375 374 373 372 371 370 369 368 367 366 365 364 363 362 361 360 359 358 357 356 355 354 353 352 351 350 349 348 347 346 345 344 343 342 341 340 339 338 337 336 335 334 333 332 331 330 329 328 327 326 325 324 323 322 321 320 319 318 317 316 315 314 313 312 311 310 309 308 307 30 6 305 304 303 302 301 300 299 298 297 296 295 294 293 292 291 290 289 288 287 286 285 284 283 282 281 280 279 278 277 276 275 274 273 272 271 270 269 268 267 266 265 2 64 263 262 261 260 259 258 257 256 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 13 9 138 137 136 135 134 133 132 131 130 129 Mar 27 18:44:49 ra /kernel: 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 8 9 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 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 succeeded Mar 27 18:44:49 ra /kernel: Automatic reboot in 15 seconds - press a key on the console to abort Mar 27 18:44:49 ra /kernel: Rebooting... Mar 27 18:44:49 ra /kernel: Copyright (c) 1992-2002 The FreeBSD Project. The inode that seemed to cause the panic is the file /var/db/pkg/p5-DBI-1.20 but this file seems ok now Here is the kernel config : machine i386 cpu I686_CPU ident RA maxusers 0 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INET #InterNETworking options INET6 options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options SOFTUPDATES options UFS_DIRHASH options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? device agp # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor options VESA options VGA_WIDTH90 options SC_PIXEL_MODE # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device ppi # Parallel port interface device # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes #device rl # RealTek 8129/8139 device vr # VIA Rhine, Rhine II device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device fe0 at isa? port 0x300 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # requires PCCARD (PCMCIA) support to be activated #device xe0 at isa? # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) pseudo-device vn pseudo-device snp 3 pseudo-device ccd 4 # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. # Firewall (ipfw) #options IPFIREWALL #firewall #options IPFIREWALL_VERBOSE #print information about # dropped packets # Firewall (IP Filter) #options IPDIVERT #divert sockets options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging options IPSTEALTH #support for stealth forwarding # bridging #options DUMMYNET #options BRIDGE # sound device pcm # # SMB bus # # System Management Bus support is provided by the 'smbus' device. # Access to the SMBus device is via the 'smb' device (/dev/smb*), # which is a child of the 'smbus' device. # # Supported devices: # smb standard io through /dev/smb* # # Supported SMB interfaces: # iicsmb I2C to SMB bridge with any iicbus interface # bktr brooktree848 I2C hardware interface # intpm Intel PIIX4 Power Management Unit # alpm Acer Aladdin-IV/V/Pro2 Power Management Unit # ichsmb Intel ICH SMBus controller chips (82801AA, 82801AB, 82801BA) # device smbus # Bus support, required for smb below. device intpm device alpm device ichsmb device smb # SMB/CIFS requester options NETSMB options NETSMBCRYPTO options LIBMCHAIN options LIBICONV # SMB/CIFS filesystem options SMBFS options IPSEC options IPSEC_ESP options RANDOM_IP_ID options NBUF=0 options NMBCLUSTERS=4096 >How-To-Repeat: This happened only once so i don't know how to repeat >Fix: dunno >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 16:30:37 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04C5437B41B for ; Wed, 3 Apr 2002 16:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g340U0q33198; Wed, 3 Apr 2002 16:30:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1178337B405 for ; Wed, 3 Apr 2002 16:20:53 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g340Krh31684; Wed, 3 Apr 2002 16:20:53 -0800 (PST) (envelope-from nobody) Message-Id: <200204040020.g340Krh31684@freefall.freebsd.org> Date: Wed, 3 Apr 2002 16:20:53 -0800 (PST) From: David Xu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/36710: possible privilege level check bug in /sys/i386/isa/ipl.s Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36710 >Category: i386 >Synopsis: possible privilege level check bug in /sys/i386/isa/ipl.s >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 03 16:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: David Xu >Release: FreeBSD 4.4-stable >Organization: Viatech >Environment: gulala >Description: in file /sys/i386/isa/ipl.s, when system checks if code selector on trap frame is coming from USER level or V86 mode, it first check if it is coming from USER level, this is wrong, it should first check if it is coming from V86 mode, because V86 mode code selector hasn't any privilege level information, checking its privilege level in selector has random value. I have the patch for this bug. >How-To-Repeat: >Fix: --- ipl.s.orig Thu Apr 4 07:37:13 2002 +++ ipl.s Thu Apr 4 07:57:46 2002 @@ -128,12 +128,14 @@ /* Check for ASTs that can be handled now. */ testl $AST_PENDING,_astpending je doreti_exit - testb $SEL_RPL_MASK,TF_CS(%esp) - jne doreti_ast testl $PSL_VM,TF_EFLAGS(%esp) - je doreti_exit + jz doreti_UPL cmpl $1,_in_vm86call jne doreti_ast + jmp doreti_exit +doreti_UPL: + testb $SEL_RPL_MASK,TF_CS(%esp) + jnz doreti_ast /* * doreti_exit - release MP lock, pop registers, iret. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 16:55:46 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D55E37B41A; Wed, 3 Apr 2002 16:55:42 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g340tgY36758; Wed, 3 Apr 2002 16:55:42 -0800 (PST) (envelope-from alfred) Date: Wed, 3 Apr 2002 16:55:42 -0800 (PST) From: Message-Id: <200204040055.g340tgY36758@freefall.freebsd.org> To: alfred@FreeBSD.org, freebsd-bugs@FreeBSD.org, alfred@FreeBSD.org Subject: Re: kern/29741: ptrace(pid);ptrace(ppid) makes pid and ppid unkillable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ptrace(pid);ptrace(ppid) makes pid and ppid unkillable Responsible-Changed-From-To: freebsd-bugs->alfred Responsible-Changed-By: alfred Responsible-Changed-When: Wed Apr 3 16:55:13 PST 2002 Responsible-Changed-Why: I'll give this a shot. http://www.freebsd.org/cgi/query-pr.cgi?pr=29741 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 3 18: 0:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C43B37B420 for ; Wed, 3 Apr 2002 18:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g34203C53856; Wed, 3 Apr 2002 18:00:03 -0800 (PST) (envelope-from gnats) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by hub.freebsd.org (Postfix) with ESMTP id 60EB937B41C for ; Wed, 3 Apr 2002 17:57:32 -0800 (PST) Received: (from hiten@localhost) by pittgoth.com (8.11.6/8.11.6) id g341vVp04774; Wed, 3 Apr 2002 20:57:31 -0500 (EST) (envelope-from hiten) Message-Id: <200204040157.g341vVp04774@pittgoth.com> Date: Wed, 3 Apr 2002 20:57:31 -0500 (EST) From: Hiten Pandya Reply-To: Hiten Pandya To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/36713: [PATCH] Update the send-pr(1) web interface and man page Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36713 >Category: misc >Synopsis: [PATCH] Update the send-pr(1) web interface and man page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Apr 03 18:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hiten Pandya >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD pittgoth.com 4.5-RELEASE FreeBSD 4.5-RELEASE #2: Thu Feb 21 23:00:49 EST 2002 root@pittgoth.com:/usr/src/sys/compile/PITTGOTH i386 >Description: The send-pr(1) man page and the send-pr web interface have been forgotten to be updated, after recent commits to: src/gnu/usr.bin/send-pr/categories (revision 1.9 - 1.13) To summarize, the following changes were made to the above file: o Add a 'www' category o Add an 'ia64' category o Change sparc -> sparc64 o Add a 'standards' category o Add a 'powerpc' category The patches attached below will bring the man page and the web interface in sync with the above file. NOTE: I have left the "powerpc" category out, because of the reason that it was going to be renamed to "ppc" after some discussions on the various lists, and I was unsure about this issue. The person who will close this PR can add that category, or else I will submit the patch (for the manpage and the interface) if requested. :) Thanks, -- Hiten -- >How-To-Repeat: Visit the: send-pr(1) manual page. http://www.FreeBSD.org/send-pr.html - Web Interface And notice the difference with: src/gnu/usr.bin/send-pr/categories >Fix: (kindly) Apply the patches attached below. Otherwise I would appreciate some feedback. :) Index: send-pr.1 =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/send-pr/send-pr.1,v retrieving revision 1.11 diff -u -r1.11 send-pr.1 --- send-pr.1 2001/06/17 11:22:57 1.11 +++ send-pr.1 2002/03/26 15:47:07 @@ -194,6 +194,9 @@ .B i386 Intel x86 processor specific problems. .TP +.B ia64 +Intel ia64 processor specific problems. +.TP .B kern Changes or enhancements to the architecture independent kernel sources. .TP @@ -203,8 +206,14 @@ .B ports Corrections or enhancements (including new ports) to the ports collection. .TP -.B sparc +.B sparc64 SPARC processor specific problems. +.TP +.B standards +C99 and POSIX conformance related changes or enhancements. +.TP +.B www +Changes or enhancements to the FreeBSD website. .SH ENVIRONMENT The environment variable .B EDITOR Index: send-pr.sgml =================================================================== RCS file: /home/ncvs/www/en/send-pr.sgml,v retrieving revision 1.25 diff -u -r1.25 send-pr.sgml --- send-pr.sgml 2002/03/16 08:18:29 1.25 +++ send-pr.sgml 2002/03/26 15:40:22 @@ -47,10 +47,13 @@ + - + + +
Severity: