From owner-freebsd-bugs Sun Mar 12 6:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 909AF37BCE3 for ; Sun, 12 Mar 2000 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA45725; Sun, 12 Mar 2000 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC1EF37BB15 for ; Sun, 12 Mar 2000 06:11:50 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44938; Sun, 12 Mar 2000 06:11:50 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003121411.GAA44938@freefall.freebsd.org> Date: Sun, 12 Mar 2000 06:11:50 -0800 (PST) From: ai@gmx.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/17338: netstat shows down counting UDP delivery stats Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17338 >Category: bin >Synopsis: netstat shows down counting UDP delivery stats >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 12 06:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andre Ilie >Release: 3.4-STABLE >Organization: >Environment: FreeBSD box.technik.gmx.net 3.4-STABLE FreeBSD 3.4-STABLE #1: Thu Jan 20 14:14:2 0 MET 2000 root@box.technik.gmx.net:/usr/src/sys/compile/ROUTE i386 >Description: Hi I'm using this box to route several networks over nine SMC Etherpower II NICs, so that several UDP packets pass the box. When I try to see how many UDP packets have been delivered I see a UDP delivery counter which is counting down! On all other BSD boxes I have this counter is getting more not less. Look at that: # while true ; do netstat -ss -p udp | grep deli ; sleep 1 ; done 4292032523 delivered 4292032521 delivered 4292032519 delivered 4292032519 delivered 4292032519 delivered 4292032510 delivered 4292032507 delivered 4292032507 delivered 4292032501 delivered 4292032495 delivered 4292032488 delivered 4292032485 delivered 4292032485 delivered Strange? >How-To-Repeat: while true ; do netstat -ss -p udp | grep deli ; sleep 1 ; done >Fix: I had the same problem on NetApp Fliers with the network packet counter. They have tool to zero the stats if they overrun the buffer after several days of high traffic. It would be very usefull to implement such a tool. >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 12 6:20:33 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1865237BDDE for ; Sun, 12 Mar 2000 06:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA45741; Sun, 12 Mar 2000 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ns2.via-net-works.net.ar (ns2.via-net-works.net.ar [200.10.100.11]) by hub.freebsd.org (Postfix) with ESMTP id B5F9537BC13 for ; Sun, 12 Mar 2000 06:16:34 -0800 (PST) (envelope-from Recabarren!fpscha@ns2.via-net-works.net.ar) Received: from Recabarren.UUCP (uucp@localhost) by ns2.via-net-works.net.ar (8.9.3/8.9.3) with UUCP id LAA19458 for freebsd.org!FreeBSD-gnats-submit; Sun, 12 Mar 2000 11:06:04 -0300 (GMT) Received: (from fpscha@localhost) by localhost.schapachnik.com.ar (8.9.3/8.8.5) id LAA00508; Sun, 12 Mar 2000 11:06:41 -0300 (ART) Message-Id: <200003121406.LAA00508@localhost.schapachnik.com.ar> Date: Sun, 12 Mar 2000 11:06:41 -0300 (ART) From: fpscha@schapachnik.com.ar Reply-To: fpscha@schapachnik.com.ar To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17339: 3.4-R on a K6-2: panic: pmap_release: freeing held page table page Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17339 >Category: kern >Synopsis: 3.4-R on a K6-2: panic: pmap_release: freeing held page table page >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 12 06:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Fernando P. Schapachnik >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: AMD K6-2 400 Mhz, 64 Mb RAM. Windows works fine (as it can possible works). Working fine with 2.2.6 for a year. Upgraded to 3.4-RELEASE (CD-ROM). >Description: The kernel panics. The message is: panic: pmap_release: freeing held page table page It happens with: -GENERIC kernel. -My custom kernel with or without: CPU_WT_ALLOC and suggested patch for bug 16568 to pmap.c. As a side note, several programs (sendmail, lpr, sh, calendar, etc.) randomly die with signal 10. gdb shows: [101]Recabarren:/var/crash>uname -a FreeBSD Recabarren 3.4-RELEASE FreeBSD 3.4-RELEASE #3: Thu Mar 9 16:27:43 ART 2000 root@Recabarren:/usr/src/sys/compile/MIKERNEL i386 [102]Recabarren:/var/crash>gdb -k GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". (kgdb) symbol-file kernel.debug Reading symbols from kernel.debug...done. (kgdb) exec-file kernel.2 (kgdb) core-file vmcore.2 IdlePTD 3543040 initial pcb at 2e005c panicstr: pmap_release: freeing held page table page panic messages: --- panic: pmap_release: freeing held page table page syncing disks... 54 53 44 23 8 done dumping to dev 20011, offset 892928 dump 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 boot (howto=256) at ../../kern/kern_shutdown.c:285 285 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=256) at ../../kern/kern_shutdown.c:285 #1 0xc01653c8 in at_shutdown ( function=0xc02b6830 <__set_sysinit_set_sym_memdev_sys_init+212>, arg=0xc04e6760, queue=-1000713124) at ../../kern/kern_shutdown.c:446 #2 0xc0262a66 in pmap_release_free_page (pmap=0xc44fac24, p=0xc04e6760) at ../../i386/i386/pmap.c:1221 #3 0xc0262c39 in pmap_release (pmap=0xc44fac24) at ../../i386/i386/pmap.c:1404 #4 0xc023c352 in vmspace_free (vm=0xc44fabc0) at ../../vm/vm_map.c:241 #5 0xc0269ce1 in cpu_wait (p=0xc44f5fa0) at ../../i386/i386/vm_machdep.c:261 #6 0xc015fa51 in wait1 (q=0xc44f5b80, uap=0xc45f0f94, compat=0) at ../../kern/kern_exit.c:517 #7 0xc015f804 in wait4 (p=0xc44f5b80, uap=0xc45f0f94) at ../../kern/kern_exit.c:399 #8 0xc0266593 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 134828288, tf_esi = 257, tf_ebp = -1077945504, tf_isp = -1000402972, tf_ebx = 134828288, tf_edx = -1077945256, tf_ecx = -1077945268, tf_eax = 7, tf_trapno = 7, tf_err = 2, tf_eip = 134614780, tf_cs = 31, tf_eflags = 514, tf_esp = -1077945524, tf_ss = 39}) at ../../i386/i386/trap.c:1100 #9 0xc02592cc in Xint0x80_syscall () #10 0x8057d93 in ?? () #11 0xbfbfdfcc in ?? () #12 0x805825b in ?? () #13 0x80581c1 in ?? () #14 0x805a16e in ?? () #15 0x805a38d in ?? () #16 0x8049bf8 in ?? () #17 0x8049021 in ?? () #18 0x80480e9 in ?? () [101]Recabarren:/var/crash>dmesg Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.4-RELEASE #3: Thu Mar 9 16:27:43 ART 2000 root@Recabarren:/usr/src/sys/compile/MIKERNEL Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D processor (400.91-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 Features=0x8021bf AMD Features=0x80000800 real memory = 67108864 (65536K bytes) config> di psm0 config> di zp0 config> di ze0 config> di ed0 config> di bt0 config> di aic0 config> di aha0 config> di adv0 config> di pcm0 config> pnp 1 0 os enable port0 0x220 port1 0x530 port2 0x388 port3 0x370 irq0 5 config> pnp 1 0 drq0 1 drq1 3 config> q avail memory = 61804544 (60356K bytes) Preloaded elf kernel "kernel" at 0xc034f000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc034f09c. Probing for devices on PCI bus 0: chip0: rev 0x04 on pci0.0.0 chip1: rev 0x00 on pci0.1.0 chip2: rev 0x47 on pci0.7.0 ide_pci0: rev 0x06 on pci0.7.1 chip3: rev 0x10 on pci0.7.3 vga0: rev 0xe3 int a irq 255 on pci0.8.0 ed1: rev 0x00 int a irq 10 on pci0.10.0 ed1: address 48:54:e8:2a:92:7f, type NE2000 (16 bit) Probing for devices on PCI bus 1: Probing for PnP devices: CSN 1 Vendor ID: YMH0800 [0x0008a865] Serial 0xffffffff Comp ID: PNPb02f [0x2fb0d041] mss_attach 1 at 0x530 irq 5 dma 1:3 flags 0x13 setting up yamaha registers set yamaha master volume to max pcm1 (CS423x/Yamaha/AD1816 sn 0xffffffff) at 0x530-0x537 irq 5 drq 1 flags 0x13 on isa Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 2014MB (4124736 sectors), 4092 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 1226MB (2511936 sectors), 2492 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (wd2): wd2: 1628MB (3335472 sectors), 3309 cyls, 16 heads, 63 S/T, 512 B/S ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppb0: IEEE1284 device found /NIBBLE/PS2/ECP/ECP_RLE Probing for PnP devices on ppbus0: ppbus0: PRINTER PCL5E lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface apm0 flags 0x31 on isa apm: found APM BIOS version 1.2 IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to accept, logging limited to 100 packets/entry by default changing root device to wd1s2a WARNING: / was not properly dismounted pid 644 (sendmail), uid 0: exited on signal 10 machine "i386" cpu "I586_CPU" cpu "I686_CPU" ident MIKERNEL maxusers 32 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores config kernel root on wd0 # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs controller isa0 controller pnp0 # PnP support for ISA controller eisa0 controller pci0 # Floppy drives controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 # IDE controller and disks options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 # ATAPI devices options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM device wfd0 #IDE Floppy (e.g. LS-120) # SCSI Controllers # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. controller ncr0 # NCR/Symbios Logic controller ahb0 # EISA AHA1742 family controller ahc0 # AHA2940 and onboard AIC7xxx devices controller amd0 # AMD 53C974 (Teckram DC-390(T)) controller isp0 # Qlogic family controller dpt0 # DPT Smartcache - See LINT for options! controller adv0 at isa? port ? cam irq ? controller adw0 controller bt0 at isa? port ? cam irq ? controller aha0 at isa? port ? cam irq ? controller aic0 at isa? port ? cam irq ? # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated. controller scbus0 # SCSI bus (required) device da0 # Direct Access (disks) device sa0 # Sequential Access (tape etc) device cd0 # CD device pass0 # Passthrough device (direct SCSI) # Proprietary or custom CD-ROM Interfaces #device wt0 at isa? port 0x300 bio irq 5 drq 1 #device mcd0 at isa? port 0x300 bio irq 10 #device matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at isa? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at isa? flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? # Serial (COM) ports device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 # Parallel port bus (required) device lpt0 at ppbus? # Printer device plip0 at ppbus? # TCP/IP over parallel device ppi0 at ppbus? # Parallel port interface device #controller vpo0 at ppbus? # Requires scbus and da0 # PCI Ethernet NICs. device al0 # ADMtek AL981 (``Comet'') device ax0 # ASIX AX88140A device de0 # DEC/Intel DC21x4x (``Tulip'') device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) device mx0 # Macronix 98713/98715/98725 (``PMAC'') device pn0 # Lite-On 82c168/82c169 (``PNIC'') device rl0 # RealTek 8129/8139 device sf0 # Adaptec AIC-6915 DuraLAN (``Starfire'') device sis0 # Silicon Integrated Systems SiS 900/SiS 7016 device ste0 # Sundance ST201 (D-Link DFE-550) device tl0 # Texas Instruments ThunderLAN device tx0 # SMC 9432TX (83c170 ``EPIC'') device vr0 # VIA Rhine, Rhine II device vx0 # 3Com 3c590, 3c595 (``Vortex'') device wb0 # Winbond W89C840F device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device ed0 at isa? disable port 0x280 net irq 10 iomem 0xd8000 #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 #device ep0 at isa? port 0x300 net irq 10 #device ex0 at isa? port? net irq? #device fe0 at isa? port 0x300 net irq ? #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 net irq 10 drq 0 #device cs0 at isa? port 0x300 net irq ? # requires PCCARD (PCMCIA) support to be activated #device xe0 at isa? port? net irq ? # PCCARD NIC drivers. # ze and zp take over the pcic and cannot coexist with generic pccard # support, nor the ed and ep drivers they replace. device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 # 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 1 # Packet tunnel pseudo-device pty 16 # Pseudo-ttys (telnet etc) pseudo-device gzip # Exec gzipped a.out's # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 1 #Berkeley packet filter # Agregados míos. device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 options USER_LDT #allow user-level control of i386 ldt options QUOTA #enable disk quotas options SHMALL=2050 options SHMMAXPGS=2050 pseudo-device vn 1 #Vnode driver (turns a file into a device) # Para NATd. options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about # dropped packets options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPDIVERT #divert sockets # Protección. options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN options TCP_RESTRICT_RST #restrict emission of TCP RST options "ICMP_BANDLIM" >How-To-Repeat: Don't know. Sometimes the kernel panics when the machine just booted and sometimes it can take hours. Anyway it happens several times a day. The machine is a desktop, so the problem does not seems to be due to load. >Fix: Don't know. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 12 12:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 948B537B8AC for ; Sun, 12 Mar 2000 12:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA35945; Sun, 12 Mar 2000 12:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 969ED37BCEA for ; Sun, 12 Mar 2000 12:16:27 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA35704; Sun, 12 Mar 2000 12:16:22 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003122016.MAA35704@freefall.freebsd.org> Date: Sun, 12 Mar 2000 12:16:22 -0800 (PST) From: aron@cs.rice.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17346: APIC cannot be enabled without turning on support for SMP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17346 >Category: i386 >Synopsis: APIC cannot be enabled without turning on support for SMP >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 12 12:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mohit Aron >Release: FreeBSD-current >Organization: Rice University >Environment: FreeBSD aurora.cs.rice.edu 4.0-20000208-CURRENT FreeBSD 4.0-20000208-CURRENT #1: Mon Feb 14 19:59:00 CST 2000 root@vaddr.cs.rice.edu:/usr/src/sys/compile/VADDR i386 >Description: The FreeBSD kernel only supports enabling the APIC when SMP support is configured in the kernel. APICs are desirable even in uniprocessor systems because they provide 1) on chip timers 2) larger number of IRQs and 3) low interrupt overheads. Unfortunately, if the FreeBSD kernel is compiled with SMP support, the performance drops down - possibly due to the various locking mechanisms that get turned on. A webserver's performance drops down by 22% when SMP support is turnedon a an otherwise uniprocessor machine. >How-To-Repeat: Trying compiling the kernel after turning on the option APIC_IO in the kernel configuration file. Make sure that the option SMP is not turned on. Kernel wouldn't compile. >Fix: The FreeBSD kernel should support turning on the APIC without turning on SMP support. This is useful in uniprocessor systems. >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 12 13:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EC6237BD81 for ; Sun, 12 Mar 2000 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA38792; Sun, 12 Mar 2000 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id DA64137B849 for ; Sun, 12 Mar 2000 13:03:22 -0800 (PST) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 12 Mar 2000 21:03:18 +0000 (GMT) Message-Id: <200003122103.aa08098@walton.maths.tcd.ie> Date: Sun, 12 Mar 2000 21:03:18 +0000 (GMT) From: iedowse@maths.tcd.ie Reply-To: iedowse@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17347: msdosfs_rename and 'vrele: negative ref count' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17347 >Category: kern >Synopsis: msdosfs_rename and 'vrele: negative ref count' >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 12 13:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ian Dowse >Release: FreeBSD 3.4-STABLE i386 >Organization: School of Mathematics Trinity College Dublin >Environment: FreeBSD -current or -stable. >Description: Certain error contitions cause msdosfs_rename() to decrement the vnode reference count on 'fdvp' more times than it should. In particular, an attempt to replace a non-empty directory vrele()'s 'fdvp' twice instead of once. >How-To-Repeat: In an msdosfs directory type: mkdir -p a/a/b mv a/a . (the second line may need to be repeated a few times) >Fix: The following patch appears to correct the problem, but it should be checked over by some filesystem guru. The idea of the change is to keep exactly one reference to 'fdvp' at all times. This allows the error backout code to to the right thing. --- msdosfs_vnops.c.orig Sun Mar 12 20:32:47 2000 +++ msdosfs_vnops.c Sun Mar 12 20:33:49 2000 @@ -1098,7 +1098,6 @@ VOP_UNLOCK(fvp, 0, p); if (VTODE(fdvp)->de_StartCluster != VTODE(tdvp)->de_StartCluster) newparent = 1; - vrele(fdvp); if (doingdirectory && newparent) { if (error) /* write access check above */ goto bad; @@ -1166,7 +1165,8 @@ panic("msdosfs_rename: lost from startdir"); if (!newparent) VOP_UNLOCK(tdvp, 0, p); - (void) relookup(fdvp, &fvp, fcnp); + if (relookup(fdvp, &fvp, fcnp) == 0) + vrele(fdvp); if (fvp == NULL) { /* * From name has disappeared. >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 12 18:50: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 343DF37BA06 for ; Sun, 12 Mar 2000 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA67970; Sun, 12 Mar 2000 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from oxygen.yy.ics.keio.ac.jp (oxygen.yy.ics.keio.ac.jp [131.113.47.3]) by hub.freebsd.org (Postfix) with ESMTP id B638837B605 for ; Sun, 12 Mar 2000 18:43:43 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (lavender.yy.ics.keio.ac.jp [131.113.47.22]) by oxygen.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id LAA19446; Mon, 13 Mar 2000 11:36:47 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id KAA05946; Mon, 13 Mar 2000 10:13:28 +0900 (JST) Message-Id: <200003130113.KAA05946@lavender.yy.cs.keio.ac.jp> Date: Mon, 13 Mar 2000 10:13:28 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org Cc: baumgart@nirvanet.net, tajima@ics.es.osaka-u.ac.jp X-Send-Pr-Version: 3.2 Subject: kern/17349: [Patch] ESS18xx PnP Sound Card PnPid for sys/dev/sound/isa/sbc.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17349 >Category: kern >Synopsis: [Patch] ESS18xx PnP Sound Card PnPid for sys/dev/sound/isa/sbc.c >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: Sun Mar 12 18:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yokohama, Japan. >Environment: >Description: baumgart and TAJIMA Shigeto have yet another ESS1869 PnP Sound Card. Vendor ID ESS0003 (0x03007316), Serial Number 0xffffffff And if we add above PnPid to sys/dev/sound/isa/sbc.c, we can use this sound card under 4-current. I hope to add this PnPid. Thank you. >How-To-Repeat: # /usr/sbin/pnpinfo Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID ESS0003 (0x03007316), Serial Number 0xffffffff PnP Version 1.0, Vendor Version 16 Device Description: ESS ES1869 Plug and Play AudioDrive Logical Device ID: ESS0006 0x06007316 #0 I/O Range 0x800 .. 0xff8, alignment 0x8, len 0x8 [16-bit addr] Logical Device ID: ESS1869 0x69187316 #1 TAG Start DF Good Configuration DMA: channel(s) 1 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 0 3 8-bit, not a bus master, count by byte, , Compatibility mode IRQ: 5 - only one type (true/edge) I/O Range 0x220 .. 0x220, alignment 0x0, len 0x10 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x0, len 0x4 [16-bit addr] I/O Range 0x330 .. 0x330, alignment 0x0, len 0x2 [16-bit addr] TAG Start DF Acceptable Configuration DMA: channel(s) 1 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 0 3 8-bit, not a bus master, count by byte, , Compatibility mode IRQ: 5 7 9 10 - only one type (true/edge) I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x0, len 0x4 [16-bit addr] I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 [16-bit addr] TAG Start DF Acceptable Configuration DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode IRQ: 5 7 9 10 11 12 - only one type (true/edge) I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x0, len 0x4 [16-bit addr] I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 [16-bit addr] TAG Start DF Acceptable Configuration DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode IRQ: 5 7 9 10 11 12 - only one type (true/edge) I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x0, len 0x4 [16-bit addr] I/O Range 0x800 .. 0xffe, alignment 0x2, len 0x2 [16-bit addr] TAG Start DF Sub-optimal Configuration DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode IRQ: 5 7 9 10 11 12 - only one type (true/edge) I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x800 .. 0xffc, alignment 0x4, len 0x4 [16-bit addr] I/O Range 0x800 .. 0xffe, alignment 0x2, len 0x2 [16-bit addr] TAG End DF Logical Device ID: ESS0001 0x01007316 #2 TAG Start DF Good Configuration I/O Range 0x201 .. 0x201, alignment 0x0, len 0x1 [16-bit addr] TAG Start DF Acceptable Configuration I/O Range 0x200 .. 0x20f, alignment 0x1, len 0x1 [16-bit addr] TAG End DF Compatible Device ID: PNPb02f (2fb0d041) End Tag Successfully got 48 resources, 3 logical fdevs -- card select # 0x0001 CSN ESS0003 (0x03007316), Serial Number 0xffffffff Logical device #0 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x00 Logical device #1 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x00 Logical device #2 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x00 >Fix: --- /sys/dev/sound/isa/sbc.c Sat Feb 5 11:46:25 2000 +++ /tmp/sbc.c Sun Mar 12 23:30:26 2000 @@ -208,6 +208,7 @@ {0x02017316, "ESS ES1688"}, /* ESS1688 */ {0x68187316, "ESS ES1868"}, /* ESS1868 */ {0x69187316, "ESS ES1869"}, /* ESS1869 */ + {0x03007316, "ESS ES1869"}, /* ESS1869 */ {0xacb0110e, "ESS ES1869 (Compaq OEM)"}, /* CPQb0ac */ {0x78187316, "ESS ES1878"}, /* ESS1878 */ {0x79187316, "ESS ES1879"}, /* ESS1879 */ >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 Mar 13 1: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9725C37B5A8 for ; Mon, 13 Mar 2000 01:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA06764; Mon, 13 Mar 2000 01:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D014F37B59C for ; Mon, 13 Mar 2000 00:52:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA05998; Mon, 13 Mar 2000 00:52:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003130852.AAA05998@freefall.freebsd.org> Date: Mon, 13 Mar 2000 00:52:17 -0800 (PST) From: efutch@nyct.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17351: Add PnP ID for the "5634BTS 56K Video Ready Modem" to src/sys/isa/sio.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17351 >Category: kern >Synopsis: Add PnP ID for the "5634BTS 56K Video Ready Modem" to src/sys/isa/sio.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 13 01:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Eric Futch >Release: 4.0-CURRENT >Organization: New York Connect >Environment: FreeBSD quake.nyct.net 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Sat Mar 11 18:56:11 EST 2000 efutch@quake.nyct.net:/usr/src/sys/compile/QUAKE i386 >Description: Add the PnP ID for the "5634BTS 56K Video Ready Modem" to src/sys/isa/sio.c. The modem is a 56K Internal ISA PnP card sold by SmartLink. From dmesg: sio2: <5634BTS 56K Video Ready Modem> at port 0x3e8-0x3ef irq 10 on isa0 sio2: type 16550A From pnpinfo: Card assigned CSN #2 Vendor ID ACH2012 (0x12206804), Serial Number 0x46464646 PnP Version 1.0, Vendor Version 0 Device Description: 5634BTS 56K Video Ready Modem Logical Device ID: ACH2012 0x12206804 #0 [...] >How-To-Repeat: >Fix: Patch against src/sys/isa/sio.c revision 1.291 can be found at: http://quake.nyct.net/~efutch/sio.c.patch 723 bytes MD5 (sio.c.patch) = 86affc0f99ff2f8f82ad67f31586d47e >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 Mar 13 1: 0: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A95537B5AC for ; Mon, 13 Mar 2000 01:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA06769; Mon, 13 Mar 2000 01:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 13 Mar 2000 01:00:03 -0800 (PST) Message-Id: <200003130900.BAA06769@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: misc/17328: no USA_RESIDENT define while make release Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/17328; it has been noted by GNATS. From: Ruslan Ermilov To: edwardc@firebird.org.tw Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/17328: no USA_RESIDENT define while make release Date: Mon, 13 Mar 2000 10:51:01 +0200 On Sun, Mar 12, 2000 at 08:16:56AM +0800, edwardc@firebird.org.tw wrote: > > >Number: 17328 > >Category: misc > >Synopsis: no USA_RESIDENT define while make release > >Confidential: no > >Severity: non-critical > >Priority: high > >Release: FreeBSD 4.0-CURRENT i386 > > There's no USA_RESIDENT to stuff in ${CHROOTDIR}/mk while make > release, so it will broken while execute make world after chroot. > > Please commit this ASAP. I think it's critical for future release. > You could set USA_RESIDENT in the environment, or on the make(1)'s command line. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 13 1:37:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 547) id 6990837B562; Mon, 13 Mar 2000 01:37:29 -0800 (PST) To: imp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, imp@FreeBSD.ORG From: imp@FreeBSD.ORG Subject: Re: kern/16922 Message-Id: <20000313093729.6990837B562@hub.freebsd.org> Date: Mon, 13 Mar 2000 01:37:29 -0800 (PST) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Yet another Linksys-like Card exists Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: imp Responsible-Changed-When: Mon Mar 13 02:37:05 MST 2000 Responsible-Changed-Why: I'll make sure this gets in. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 13 7:34:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37AFB37B7D6; Mon, 13 Mar 2000 07:34:33 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA14319; Mon, 13 Mar 2000 07:34:32 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 13 Mar 2000 07:34:32 -0800 (PST) From: Message-Id: <200003131534.HAA14319@freefall.freebsd.org> To: arzur@netvalue.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/17315: sendmail insisting on linking /usr/sbin/sendmail even if NO_SENDMAIL is specified in make.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sendmail insisting on linking /usr/sbin/sendmail even if NO_SENDMAIL is specified in make.conf State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Mar 13 07:31:19 PST 2000 State-Changed-Why: See the mailwrapper(8) manual page. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 13 7:46: 0 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91B6B37B5D1; Mon, 13 Mar 2000 07:45:59 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA15591; Mon, 13 Mar 2000 07:45:59 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 13 Mar 2000 07:45:59 -0800 (PST) From: Message-Id: <200003131545.HAA15591@freefall.freebsd.org> To: mellon@pobox.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: bin/17330: a bug in the routine reading rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: a bug in the routine reading rc.conf State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Mon Mar 13 07:42:20 PST 2000 State-Changed-Why: Waiting for feedback on an alternative patch. Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Mar 13 07:42:20 PST 2000 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 13 9:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F008F37B62B for ; Mon, 13 Mar 2000 09:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA33373; Mon, 13 Mar 2000 09:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw02.execpc.com (mailgw02.execpc.com [169.207.3.78]) by hub.freebsd.org (Postfix) with ESMTP id 6ACCB37BE2C for ; Mon, 13 Mar 2000 09:10:33 -0800 (PST) (envelope-from rmukerji@execpc.com) Received: from earth.execpc.com (rmukerji@earth.execpc.com [169.207.16.1]) by mailgw02.execpc.com (8.9.1) id LAA04289 for ; Mon, 13 Mar 2000 11:10:29 -0600 Received: (from rmukerji@localhost) by earth.execpc.com (8.9.0) id LAA17454 for FreeBSD-gnats-submit@freebsd.org; Mon, 13 Mar 2000 11:10:28 -0600 (CST) Message-Id: <20000313111028.A415@earth.execpc.com> Date: Mon, 13 Mar 2000 11:10:28 -0600 From: Arindum Mukerji To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17358: [PATCH] Aureal Vortex audio controllers in pcisupport.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17358 >Category: kern >Synopsis: PCI ids for Aureal 8810, 8820 and 8830 audio chips >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 Mar 13 09:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Arindum Mukerji >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD playground.testbed.eng 4.0-CURRENT FreeBSD 4.0-CURRENT #17: Sun Mar 12 23:07:49 CST 2000 arm@playground.testbed.eng:/usr/src/sys/compile/HADES i386 Has an Aureal Vortex SQ2500 (AU8830 chipset) audio controller. >Description: Aureal vendor id and vortex (audio, not NIC) device ids are not recognized in probe. I'm not sure whether this should be committed, since there are no FBSD device drivers out for it yet (although OSS sells one.) I'm attempting to get docs from Aureal right now for this card. I've visited http://linux.aureal.com/ and downloaded the relevant Linux drivers, however, they've only made source available for the Linux kernel-driver glue, not the actual driver source to the card itself (those are .o's.) They have, however, stated that they will be releasing a full open-source version of their linux drivers; at that point in time, I shall port them to FreeBSD. Perhaps this should be committed once I have a working driver? (Although cosmetically it makes a bit sense to drop it in now.) >How-To-Repeat: For the purposes of this patch: On any system with an Aureal audio chipset: playground:% dmesg |grep 0x12eb pci0: (vendor=0x12eb, dev=0x0002) at 10.0 irq 10 Where 0x12eb is Aureal Inc.'s vendor id. >Fix: (PCI Ids obtained from Aureal's GPL'd linux driver glue) Index: pcisupport.c =================================================================== RCS file: /home/ncvs/src/sys/pci/pcisupport.c,v retrieving revision 1.154 diff -u -r1.154 pcisupport.c --- pcisupport.c 2000/03/12 21:55:15 1.154 +++ pcisupport.c 2000/03/13 16:57:12 @@ -1256,6 +1256,14 @@ /* ESS Technology Inc -- vendor 0x125d */ case 0x1978125d: return ("ESS Technology Maestro 2E Audio controller"); + + /* Aureal Inc -- vendor 0x12eb */ + case 0x000112eb: + return ("Aureal Vortex Au8820 Audio controller"); + case 0x000212eb: + return ("Aureal Vortex Au8830 Audio controller"); + case 0x000312eb: + return ("Aureal Vortex Au8810 Audio controller"); /* Toshiba -- vendor 0x1179 */ case 0x07011179: >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 Mar 13 11: 0:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3713037B862 for ; Mon, 13 Mar 2000 11:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA43029; Mon, 13 Mar 2000 11:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ajk-5.waterspout.com (verbal.uits.iupui.edu [149.166.240.10]) by hub.freebsd.org (Postfix) with ESMTP id 52C1737BDD5 for ; Mon, 13 Mar 2000 10:56:29 -0800 (PST) (envelope-from ajk@ajk-5.waterspout.com) Received: (from ajk@localhost) by ajk-5.waterspout.com (8.9.3/8.9.3) id NAA02840; Mon, 13 Mar 2000 13:56:43 -0500 (EST) (envelope-from ajk) Message-Id: <200003131856.NAA02840@ajk-5.waterspout.com> Date: Mon, 13 Mar 2000 13:56:43 -0500 (EST) From: ajk@iu.edu Reply-To: ajk@iu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17360: [PATCH] Cleanup bug in pam_ssh Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17360 >Category: bin >Synopsis: [PATCH] Cleanup bug in pam_ssh >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 Mar 13 11:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andrew J. Korty >Release: FreeBSD 4.0-CURRENT i386 >Organization: IT Security Office, Indiana University >Environment: FreeBSD ajk-5.waterspout.com 4.0-CURRENT FreeBSD 4.0-CURRENT #5: Sat Mar 11 13:28:16 EST 2000 ajk@kujan.uits.iupui.edu:/usr/src/sys/compile/KUJAN i386 >Description: [Sorry to submit this right after the tag went down, but I just noticed it.] Since pam_ssh is unable to use the libc environment calls (long story), it uses a linked list to manage the environment on its own. The list was not getting freed properly, which could cause a memory leak in PAM applications that use this module. This patch also ensures strict modes on the file containing ssh-agent environment strings created in the user's ~/.ssh directory. >How-To-Repeat: Look at the env_destroy() function and see how it can't possibly work. :-) >Fix: Apply this patch against src/crypto/openssh/pam_ssh/pam_ssh.c. Index: pam_ssh.c =================================================================== RCS file: /var/cvs/src/crypto/openssh/pam_ssh/pam_ssh.c,v retrieving revision 1.3 diff -U2 -r1.3 pam_ssh.c --- pam_ssh.c 2000/02/26 09:59:14 1.3 +++ pam_ssh.c 2000/03/13 18:36:44 @@ -1,4 +1,4 @@ /*- - * Copyright (c) 1999 Andrew J. Korty + * Copyright (c) 1999, 2000 Andrew J. Korty * All rights reserved. * @@ -31,4 +31,5 @@ #include #include +#include #include @@ -121,5 +122,5 @@ static int -env_put(ENV *self, char *s) +env_put(ENV *self, const char *s) { struct env_entry *env; @@ -137,5 +138,5 @@ static void -env_swap(ENV *self, int which) +env_swap(const ENV *self, int which) { environ = which ? self->e_environ_new : self->e_environ_orig; @@ -174,7 +175,8 @@ env_swap(self, 0); - SLIST_FOREACH(p, &self->e_head, ee_entries) { + while ((p = SLIST_FIRST(&self->e_head))) { free(p->ee_env); free(p); + SLIST_REMOVE_HEAD(&self->e_head, ee_entries); } if (self->e_committed) @@ -366,5 +368,6 @@ saved_uid = geteuid(); (void)seteuid(pwent->pw_uid); - env_fp = fopen(env_file, "w"); + if ((env_fp = fopen(env_file, "w"))) + (void)chmod(env_file, S_IRUSR); pipe = popen(PATH_SSH_AGENT, "r"); (void)seteuid(saved_uid); >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 Mar 13 11: 1: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C8E537B640 for ; Mon, 13 Mar 2000 11:00:11 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA43039 for freebsd-bugs@freebsd.org; Mon, 13 Mar 2000 11:00:05 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Mar 2000 11:00:05 -0800 (PST) Message-Id: <200003131900.LAA43039@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/11/24] bin/5139 portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 peter running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT s [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/09/08] i386/7859 luigi fatal trap 12 in midi_synth_input f [1998/09/14] kern/7927 n_hibma Fatal trap 12: page fault while in kernel o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 obrien gcc -pipe xxx.s hangs f [1998/10/06] i386/8179 Install failure with motherbord using SIS f [1998/10/08] i386/8214 n_hibma Install 3.0-19981006-BETA fails a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails f [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/24] bin/8829 bug in innetgr (was: Fix port: security/s f [1998/11/25] kern/8861 n_hibma under heavy (multi interface) traffic ep0 f [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after a [1999/01/05] kern/9334 n_hibma cp fails for 2048 Bytes/sector media o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/03/01] kern/10332 gibbs System freezes during certain SCSI activi a [1999/03/01] bin/10344 fenner Core dump in gethostbyaddr for 199.93.70. o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/12] misc/10566 obrien patch dhcpc problem on /etc/pccard_ether o [1999/03/17] kern/10636 ipfw problems o [1999/03/19] i386/10683 I have a buslogic BT-948 FW controller. W o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725 stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/29] kern/10866 ahc2740 panic o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/04/05] kern/10959 3.1-STABLE crashes due to a floppy mount o [1999/04/05] ports/10965 obrien lcc-3.6 unable to compile anything o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 n_hibma kernel mode page fault o [1999/04/19] kern/11226 Invalid files on disk after fsync o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/22] i386/11278 FreeBSD Version 3.1 reboots repeatedly (c o [1999/04/23] i386/11298 Enabling IDE DMA on Opti Viper-M crashes o [1999/04/26] kern/11330 page fault in generic_bzero o [1999/04/26] conf/11343 worm; problems with installation and boot o [1999/04/26] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/10] kern/11629 File descriptor table sharing is broken o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/13] i386/11681 gibbs Adaptec 2940 UW SCSI Controller BIOS 1.34 o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB f [1999/05/17] bin/11744 perllib fails to build o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br o [1999/06/02] kern/11993 panic: getnewbuf: inconsistent EMPTY queu f [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/06] conf/12050 No /sbin/init on fixit flop o [1999/06/07] kern/12072 vm_fault happened in binary file transfer o [1999/06/09] kern/12106 error 6: panic: cannot mount root o [1999/06/10] kern/12127 persistent crash on idle SMP system o [1999/06/15] kern/12233 Fvwm2 causes FreeBSD-current to hang or r o [1999/06/16] kern/12248 CRON in malloc(): warning: pointer to wr o [1999/06/18] i386/12286 Segmentation violation when invoking JNI s [1999/06/23] kern/12367 Writing files larger than floppy capacity o [1999/06/25] misc/12390 Installation hangs during extraction o [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/05] kern/12521 lmbench-1.1's context switching test hang o [1999/07/12] misc/12607 System crashes after boot, portmap endles o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG f [1999/07/20] misc/12720 gdbm (And possibly other libraries in /us o [1999/07/21] kern/12730 poll() causes indeterministic program han o [1999/07/21] misc/12743 Cannot boot the 3.2 floppies o [1999/08/02] misc/12923 Installation fails on HP Net Server f [1999/08/04] kern/12980 NetGear Dec 21140AF Ethernet Card unrecog o [1999/08/06] bin/12998 des still inetd junk pointer too low to make o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C a [1999/08/20] kern/13270 dillon NFS hangs if written through self-mount o [1999/08/23] alpha/13338 alpha panic: pmap_remove_all: pv_table for 162b o [1999/08/24] kern/13352 No support for Promise Ultra/66 o [1999/08/30] misc/13474 Maximum Number of IPs Permitted in the .. o [1999/09/07] bin/13615 awk corrupts the memory arena when OFMT i o [1999/09/09] alpha/13653 alpha panic: pmap_remove_all: pv_table for 90b6 o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/17] i386/13797 SMP/NFS panics on 3.3-RC o [1999/09/18] i386/13802 freebsd 3.3 fails to boot with irq proble o [1999/09/19] i386/13817 system reboot o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/19] i386/13844 keyboard locks up when I page through a m f [1999/09/20] i386/13849 grog dump on vinum r5 freezes system o [1999/09/22] i386/13892 Kern.flp does not boot on Compaq Presario o [1999/09/24] i386/13933 nfs server panics in tulip_rx_intr() o [1999/09/24] kern/13940 Panic with dd on block/"cooked" devices u o [1999/09/24] kern/13944 ATAPI cd-rom not boot to install, nor de o [1999/09/27] misc/13995 Full duplex mode doesn't work right with o [1999/09/28] kern/14028 ATAPI cd-rom not boot to install and can' o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/05] kern/14141 3.3-RELEASE crashing often o [1999/10/06] kern/14162 sudden reboot problem ( maybe kernel pani o [1999/10/08] misc/14204 error 6: panic: cannot mout root(2) o [1999/10/10] i386/14256 System doesn't boot under FreeBSD 3.2 o [1999/10/14] kern/14322 mount respects permissions of underlying o [1999/10/15] kern/14347 kdump & truss won't compile because addit o [1999/10/17] i386/14373 Error while booting from floppy disk o [1999/10/24] i386/14492 FreeBSD won't install/work with an Asus S o [1999/10/25] kern/14510 kernel panic while pressing panic o [2000/02/09] i386/16620 4.0-20000208-CURRENT fails to boot on ASU o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/14] kern/16712 ISA PNP memory range size calculated wron o [2000/02/15] kern/16740 The kernel panics with "ffs_clusteralloc: o [2000/02/16] kern/16767 open("/dev/ppi0") will crash machine with o [2000/02/18] i386/16802 An user math program have the system on K o [2000/02/18] kern/16803 Newer Adaptec controllers make system han o [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills o [2000/02/21] bin/16862 strptime(..., "%+" ...) dumps core o [2000/02/21] kern/16890 Fatal trap 12: page fault while in kernel o [2000/02/21] misc/16901 cannot boot 3.4 floppies o [2000/02/26] kern/17011 Fatal trap 12 occur, dhclient with BOOTP o [2000/02/28] kern/17067 consistent "make -k buildworld" crash wit o [2000/03/01] kern/17122 crash due to: softdep_disk_write_complete o [2000/03/02] kern/17124 panic: vm_object_deallocate: object deall o [2000/03/03] kern/17148 If keyboard is not attached while booting o [2000/03/03] kern/17152 kernel panic:aio_write o [2000/03/03] kern/17154 need to raise file descriptor limit, its o [2000/03/07] kern/17248 FreeBSD 3.4 won't install on 486/100 IBM o [2000/03/08] ports/17267 dirk new lyx port does not link -- gettext (-l o [2000/03/09] ports/17291 billf update to apache-1.3.12+ssl-1.39 o [2000/03/10] kern/17305 advansys driver time-out around 30 minute o [2000/03/10] kern/17311 bug in the code handling ioctl SIOCGIFCON o [2000/03/12] kern/17339 3.4-R on a K6-2: panic: pmap_release: fre o [2000/03/12] ports/17340 ports Ports that need Xaw3d won't build 190 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r f [1996/08/22] kern/1533 dillon Machine can be panicked by a userland pro o [1996/09/29] kern/1689 TCP extensions throttles distant connecti o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 n_hibma install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA f [1997/01/09] bin/2430 grog mountd stops on loading if subnet mask is s [1997/02/03] kern/2647 changing existing route to -static crashe a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/15] kern/2742 panic: leaf should be empty f [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe f [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/09] bin/5693 asmodai groff -mm or groff -mmm ??? s [1998/02/17] gnu/5767 phantom man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file s [1998/07/06] misc/7190 phk "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/23] ports/7383 imp socks5 + ssh + redirection not working o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 dillon -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters f [1998/08/20] i386/7698 n_hibma scotty/tkined library error o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/22] conf/8031 peter [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 markm exmh2 has problems with some date formats s [1998/11/09] misc/8623 [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa f [1998/11/12] kern/8669 phantom aio_write() and aio_read() do not work AT o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/25] bin/8865 syslogd hangs with serial console a [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/22] docs/9618 asmodai many typos in groff_mm(7) o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/06] misc/10418 libpam is built before libradius/libtacpl o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/09] bin/10511 incorrect return value in kvm_read(3) and o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10615 make installworld DESTDIR=/some/dir o [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/23] kern/10747 [PATCH] ipfirewall `deny' rules act as `r o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/25] bin/10784 `make aout-to-elf-build' died in /usr/src o [1999/03/25] bin/10785 make aout-to-elf-install died in info tar o [1999/03/25] kern/10789 Second config of kernel doesn't overwrite o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 dcs wd.c STILL cannot recognize correct disk o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] misc/10879 Cannot build aout binaries under 3.1-RELE o [1999/03/30] bin/10880 Profiler libraries missing o [1999/04/01] bin/10912 /bin/sh: Fix to prevent infinite loops on o [1999/04/03] i386/10928 su reboots the system after one day uptim o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/04] ports/10946 se kdm 1.1 does not work correctly - XBINDIR o [1999/04/05] bin/10963 brian date -v dosen't quite work o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10991 lpd hangs system if printer not ready on o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] kern/11115 Sockets die in LAST_ACK and FIN_WAIT_1 st o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/18] i386/11200 AMD PCnet lnc0/lnc1 problem o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/20] bin/11247 fetch doesn't notice FTP error after RETR o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/22] bin/11283 fetch http-timeout/timestamp bug o [1999/04/23] i386/11291 anic: ffs_alloccg: map corrupted o [1999/04/23] bin/11296 fetch(1) fails to resolve names in http m o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/03] bin/11464 obrien union copies likely broken for alpha egcs o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 msmith CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 [PATCH] Networking patches to increase # o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [1999/05/12] kern/11679 httpd and perl5 processes stuck in "nocha o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] kern/11697 dg Disk failure hangs system o [1999/05/14] i386/11720 FreeBSD 2.2.8 can't load fixit disk o [1999/05/18] kern/11766 Can not traceroute through ipnat. o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/19] misc/11778 mpz_get_str() in libgmp leads up to cored o [1999/05/19] misc/11790 boot manager bug f [1999/05/20] misc/11800 gibbs Problem with scsi AHA2940 and sony SDT-20 o [1999/05/20] i386/11801 Remounting CD on IDE CDROM after eject fa o [1999/05/20] kern/11808 read/write mounted write-protected floppi o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/23] kern/11867 Sound driver loses interrupts, no sound o [1999/05/28] kern/11911 3.1-R : writing file larger than floppy s o [1999/05/28] kern/11915 access system call says file is readable o [1999/05/28] kern/11919 kldload doesn't return error on loading a o [1999/05/28] kern/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther o [1999/05/29] kern/11936 wine don't work (SMP) (-STABLE) o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/02] i386/11991 fdisk does not assign slices to unused pa o [1999/06/02] bin/11992 /usr/src/sbin/mountd/mountd.c has '#ifdef o [1999/06/04] kern/12022 System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/06] kern/12062 sa tape driver with Cipher 60M SCSI QIC t o [1999/06/08] bin/12091 syslog packets from a remote machine are o [1999/06/08] kern/12092 vpo driver not working in 3.2-RELEASE o [1999/06/09] kern/12104 Certain cdcontrol commands don't work pro o [1999/06/10] bin/12120 named crashes. o [1999/06/10] gnu/12122 cc hangs on STDIN with -pipe and .s files o [1999/06/12] gnu/12175 gdb crashes with pids > 32736 o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor o [1999/06/15] misc/12221 djpeg halt's freebsd box o [1999/06/16] bin/12242 segmentation fault running /usr/bin/fmt o [1999/06/16] kern/12247 userlevel program let kernel hang o [1999/06/17] kern/12262 pcm sound driver with SB16pnp does not ap o [1999/06/18] bin/12272 The ctype locales print an error message o [1999/06/18] kern/12274 cd mount problem o [1999/06/20] kern/12305 clock() ticks backwards o [1999/06/21] kern/12320 error 6: panic: cannot mount root (2) o [1999/06/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura s [1999/06/24] kern/12381 bde Bad scheduling in FreeBSD o [1999/06/25] conf/12387 CDROM boot failure on Thinpad 770X, 380ED o [1999/06/25] kern/12394 3.2-RELEASE, rl0 ethernet interface freez o [1999/06/28] kern/12434 signal 11 (core dumped) on mysqld when ma o [1999/06/30] kern/12464 bad reference in struct vm_zone o [1999/07/01] kern/12484 [PATCH] bpf_filter() broken o [1999/07/06] i386/12529 Linksys ether16 NE2000 compat. won't conf o [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/07] docs/12557 nik There are no man pages for the widely use o [1999/07/09] misc/12577 Can't link code using catopen o [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/14] misc/12640 Can use 2nd CD-ROM for fixit mode. o [1999/07/15] kern/12646 IGMP reports not sent if no multicast rou o [1999/07/16] gnu/12662 tar verification doesn't work in 3.2-RELE o [1999/07/18] kern/12703 tx0 truncates skip packets o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/21] i386/12749 marcel Bug in link() and all other filename func o [1999/07/22] kern/12758 Adjusting the idle priority of a process o [1999/07/23] i386/12771 lpt hangs and never works again, even aft o [1999/07/24] kern/12800 buffer leak in cluster_wbuild o [1999/07/26] alpha/12821 alpha slib.aq for the 3.2-RELEASE alpha distrib o [1999/07/27] alpha/12832 alpha config -g creates broken Makefile in 3.2- o [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/07/28] misc/12856 installworld over nfs broken (3.2S) o [1999/07/29] kern/12869 panic: softdep_flushfiles: looping o [1999/07/30] kern/12884 Hot to panic FreeBSD-3.2-Release o [1999/08/02] kern/12927 jedgar [PATCH] using BROKEN_KEYBOARD_RESET optio o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX o [1999/08/03] misc/12938 gethostbyaddr(209.201.116.19) - Bus error o [1999/08/04] kern/12979 Response time continually slows on idle m o [1999/08/05] kern/12991 system queue is cleared when a port or pi o [1999/08/06] kern/12996 ifconf in sys/net/if.c returns larger buf o [1999/08/07] conf/13013 Selecting CDROM as install media doesn't o [1999/08/08] kern/13022 ipfilter is out-of-date o [1999/08/08] misc/13027 sysinstall has no /dev entry for wfd0s4 ( o [1999/08/10] i386/13058 Installation hangs after commit f [1999/08/13] kern/13113 panic related (proberbly) to vnode o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/14] ports/13145 se kaudioserver runs amok on logout o [1999/08/15] kern/13150 panic: ufs_dirbad: bad dir o [1999/08/15] ports/13170 ports New port: UW-Imap with maildir and qmail o [1999/08/15] gnu/13172 Bug in workaround of russian locale & sor o [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted o [1999/08/17] kern/13198 panic: vm_fault: fault on nofault entry o [1999/08/17] gnu/13200 The assembler chokes on very long operand o [1999/08/18] kern/13234 .../netinet/ip_input.c should include opt o [1999/08/24] bin/13350 make clean in bsd.obj.mk no longer proper o [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/25] kern/13382 Only 1 parallel port supported if pps ena o [1999/08/25] bin/13383 sys/netinet/in.h violates C++ spec. o [1999/08/26] kern/13405 syslogd get system hang o [1999/08/27] gnu/13427 gdb reports wrong info o [1999/08/28] gnu/13438 objc forward core dump using system cc o [1999/08/29] i386/13452 changing to root device wd0s1a \n error 2 o [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/08/30] misc/13470 Old problem re-introduced: TCP sucket buf o [1999/09/01] kern/13517 hang system o [1999/09/05] kern/13587 Voxware MIXER_READ ioctl corrupts memory o [1999/09/06] kern/13593 Problems with FIFO and select o [1999/09/07] kern/13612 gibbs "Timedout SCB handled by another timeout" o [1999/09/07] kern/13630 system halts after npx0 detected on 3.2 i o [1999/09/07] kern/13632 Floppy hangs system o [1999/09/08] kern/13646 Kernel Trap error when booting 3.3-RC ker o [1999/09/09] i386/13655 sysmouse, signal 10 and XF86_S3 o [1999/09/10] bin/13679 ncurses-based programs eat 100% CPU after o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/11] bin/13703 MCNP compilation problem o [1999/09/12] bin/13711 root fs not properly unmounted after shut o [1999/09/12] ports/13714 stb netatalk-1.4b2+asun2.1.3 fails chmod g+s o [1999/09/13] conf/13724 Prevent ".: Out of file descriptors" erro o [1999/09/13] gnu/13729 strip(1) exits with an error on script fi o [1999/09/13] kern/13736 enabling NAT on 3.3RC results in panic sb o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c o [1999/09/15] i386/13765 memory problem: compilation of emacs dies o [1999/09/15] bin/13766 ldconfig doesn't recognize symbolic links o [1999/09/15] bin/13768 sh MAKEDEV cdN creates all cd(N-1)-device o [1999/09/15] misc/13771 brian Packet fragment filter bug in user-land P o [1999/09/16] conf/13775 multi-user boot may hang in NIS environme o [1999/09/16] conf/13785 jkh boot block/manager problem at installatio o [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/18] i386/13811 ide cdrom stops recognizing audio cdroms o [1999/09/19] ports/13839 se kdegraphics11 'make PREFIX' fix, one comp o [1999/09/19] i386/13847 missing support for INT 0x13 extensions i o [1999/09/20] i386/13857 Problem with switching between processes o [1999/09/22] alpha/13912 alpha unaligned access Problem seems to be aff o [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi o [1999/09/24] kern/13941 ncr0: SCSI phase error on GENERIC kernel o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/26] bin/13980 Parameter expansion pattern removal bug i o [1999/09/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails o [1999/09/28] kern/14026 Many network connections get left in the o [1999/09/28] i386/14027 "disklabel -r -w" on new disk reports "No o [1999/09/28] kern/14033 Data acq process gets stuck in vmopar o [1999/09/30] kern/14060 3.3-STABLE on primary mail server panics o [1999/09/30] bin/14069 Buffer overflow in mail(1) o [1999/09/30] kern/14072 Rebooting in FreeBSD 3.3 wipes out known o [1999/10/01] conf/14075 CDROM not being recognized during certain o [1999/10/02] kern/14096 parallel port -- ppi -- driver broken aft o [1999/10/03] bin/14102 make world -DWANT_AOUT fails in lib/compa o [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d o [1999/10/04] kern/14123 lnc driver is not working o [1999/10/04] ports/14128 torstenb Wrong group and mode on postdrop program o [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/05] kern/14144 bad conversions in kern_fork() o [1999/10/07] misc/14178 FreeBSD 3.2 - Calls from CGI scripts, cro o [1999/10/07] kern/14183 grog bridge forwarding corrupted broadcast IP o [1999/10/10] bin/14250 restore(8) can loop if tty goes away or w o [1999/10/10] misc/14254 [Fwd: clock(3) runs backwards! (fwd)] (fw o [1999/10/10] kern/14257 error 6: panic: cannot mount root (2) - d o [1999/10/11] misc/14264 Combination of aio_read(), pthread_cond_w o [1999/10/12] i386/14282 Using FreeBSD 3.* ThinkPad 600E doesn't r o [1999/10/12] ports/14283 ache apache13 htpasswd dumps core o [1999/10/12] kern/14285 dillon NFS client appears to lose data o [1999/10/14] i386/14324 wst OR atapi drivers won't work o [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] misc/14327 names used in netdb.h may conflict with n o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/15] kern/14354 grog vinum cannot compile for alpha o [1999/10/20] misc/14431 Network Interface Problem o [1999/10/20] bin/14444 enigma command can't decrypt files encryp o [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron o [1999/10/22] kern/14457 SIOCGIFCONF uses too much memory o [1999/10/25] bin/14524 markm PERL 5.005_03 Config.PM on 3.2-STABLE say o [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14546 SB128PCI work incorrect play wav-files un o [1999/10/26] kern/14549 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro o [1999/10/31] bin/14626 sendmail 8.9.3 bug with aliases in -CURRE o [1999/11/03] i386/14689 waitpid doesn't harvest child process whe o [1999/11/04] kern/14712 root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > o [1999/11/05] bin/14729 when sysinstall is running as init it sho o [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master o [1999/11/08] kern/14787 /dev/lpt0 doesn't work unless/until you d f [1999/11/09] kern/14797 Serious locking problem in CURRENT o [1999/11/09] i386/14799 Promise Ultra33 doesn't work o [1999/11/09] i386/14806 if_tun.ko conflicts with built-in tunnel o [1999/11/10] misc/14811 getpwent is not enumerating all entries i o [1999/11/10] kern/14812 de0 driver malfunctions in full-duplex o [1999/11/10] kern/14814 4.0-CURRENT SMP mode causes ep0 slow o [1999/11/11] ports/14826 obrien security/fwtk smapd calls sendmail with w o [1999/11/12] bin/14844 rwhod is remotely crashable o [1999/11/12] kern/14848 Frame Relay support, corrected o [1999/11/12] kern/14849 newpcm doesn't work with Vibra16X a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/14] kern/14890 ffs_valloc: dup alloc o [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/15] kern/14900 3.3-RELEASE panic in pmap_pte_quick() o [1999/11/16] kern/14917 grog DMA doesn't works with ALI ALADDIN M1543/ o [1999/11/16] kern/14918 Write access to write protected media cau o [1999/11/16] bin/14920 install(1) hangs when intalling files sam o [1999/11/16] misc/14932 "more" eating up CPU on users with shell= o [1999/11/17] ports/14944 erich No stable Gimp in ports o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol o [1999/11/17] kern/14960 Compaq EISA array controller not working o [1999/11/17] kern/14962 PnP doesn't detect AWE64 when PnP modem i o [1999/11/17] misc/14964 Network Interface Configuration Problem a o [1999/11/18] bin/14978 lprm(1) does not kill active daemon if ho o [1999/11/19] kern/14997 NFSv3 open O_EXCL fails to set proper "at o [1999/11/19] misc/15001 'fetch' doesn't work for http when behind o [1999/11/19] i386/15003 3C574 (ep0) reads bogus ethernet address o [1999/11/21] i386/15018 Printingproblem o [1999/11/22] bin/15046 /sbin/dhclient-script ignores resolv.conf o [1999/11/23] i386/15062 i4b stops working after some time o [1999/11/23] bin/15070 vfprintf/cvt/__dtoa race condition in thr o [1999/11/24] i386/15074 Two different panics when running Linux b o [1999/11/24] kern/15075 Intel Etherexpress Pro timeouts when >1 c o [1999/11/24] misc/15080 corrupt tree/subtree on primary ftp serve o [1999/11/24] kern/15086 Borked sscape drivers :) o [1999/11/25] kern/15087 3.3-STABLE panic while starting daemons ( o [1999/11/25] kern/15089 mmap of files from 2K-block device failed s [1999/11/26] bin/15101 joe [PATCH] cdcontrol does not perform bounds f [1999/11/26] ports/15107 green Patch for FreeBSD s/key support in OpenSS o [1999/11/26] misc/15109 problem printing graphic pages o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f o [1999/11/28] conf/15150 phantom Taking encoding scheme latin1 into accoun o [1999/11/28] ports/15157 se [PATCH] Environment Botch in KDM o [1999/11/30] misc/15190 crashing while in a multiplatform environ o [1999/11/30] kern/15193 PCCARD ethernet interface not returned by o [1999/12/01] kern/15204 systems panics when ktrace-ing o [1999/12/01] kern/15206 Ethernet driver if_vr.c (VIA Technologies o [1999/12/02] misc/15228 C++ exceptions+threads SIGABRTs. o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern o [1999/12/05] misc/15269 error server timeout downloading small fi o [1999/12/06] i386/15327 Unable to use ISA sound card with AD1816A o [1999/12/07] kern/15345 lkm no longer works after 3.3 o [1999/12/08] i386/15364 Flash Player 4 for Linux has no sound wit o [1999/12/08] kern/15365 Fatal trap 18 (integer divide fault) when o [1999/12/09] ports/15368 torstenb Update ftp/mirror o [1999/12/11] kern/15420 3.3-RELEASE Kernel freeze o [1999/12/12] bin/15450 The name of the tagfile is left in the pa o [1999/12/13] i386/15460 Installation with Compaq SMART-2DH Array o [1999/12/13] bin/15471 kris Fix several buffer overflows o [1999/12/13] kern/15475 pppd(8) sets the Source Address field of o [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/14] kern/15486 Attempt to write to a "write-prot" floppy o [1999/12/15] kern/15508 disk usage after "strip" is wrong o [1999/12/16] bin/15520 mktime() fails under certain conditions f [1999/12/17] ports/15541 ports KDE screen saver with password protection o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/17] ports/15543 hosokawa Samba + DHCP = UNKNOWN HOST NAME o [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt o [1999/12/18] i386/15553 Linux Emulation don't emulate accept(2) e o [1999/12/18] kern/15554 malloc fails in OMAGIC programs o [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/21] misc/15610 3.4-RELEASE installation hang on aic0 SCS o [1999/12/21] kern/15611 EIDE Large Disk Support, Newfs problem, F o [1999/12/22] i386/15631 3.4 won't install with IBM 37.5 gb disks o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/25] kern/15690 savecore fails to work when it doesn't fi o [1999/12/26] kern/15707 dillon bad trap in mprotect o [1999/12/28] conf/15737 billf rc.conf should have '-s' for syslogd opti o [1999/12/29] conf/15766 My desktop display is too large, I can´t o [1999/12/29] ports/15768 jfitz Majordomo resend prog allow exec of any p o [1999/12/31] ports/15811 se graphics/kdegraphics11 fails to compile!! o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system o [2000/01/01] bin/15829 peter cvs -C not_a_number core dumps o [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] misc/15869 3.4-STABLE-20000103 install fails to disk o [2000/01/03] kern/15870 PicoBSD Kernel link fails o [2000/01/03] bin/15872 sheldonh Y2k bug in at(1) o [2000/01/03] bin/15877 Perl 5.00503 interpreter crashes with a s o [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/04] gnu/15892 NFS-exported ext2 file system makes Linux o [2000/01/04] i386/15897 Any fix for rpc.lockd on Free BSD 3.2 nfs o [2000/01/05] ports/15922 chuckr print/a2ps cannot find ogonkfied fonts [p o [2000/01/05] bin/15924 ndc restart don't preserve start options o [2000/01/06] conf/15943 An exact fix to change timezone informati o [2000/01/07] i386/15961 System allows no keyboard input after flo o [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/09] bin/16014 New cvs in -stable prints consistent erro o [2000/01/10] kern/16040 Read-only files under NFS are not seen as o [2000/01/11] misc/16068 FreeBSD 3.3 with IDE > 32GB causes Panic: o [2000/01/12] ports/16089 ports apache13-ssl does not compile w/ openssl- o [2000/01/12] kern/16090 No buffer space available o [2000/01/12] i386/16094 FreeBSD-3.4 #1 CD doesn't boot on ATAPI C o [2000/01/13] misc/16102 root's home directory is too open o [2000/01/14] kern/16122 Incorrect SysV SHM segment accounting by o [2000/01/15] i386/16132 FreeBSD doesn't install on Notebook w/ Sy o [2000/01/16] kern/16143 3C589D (PCMCIA) card not recognized durin o [2000/01/17] kern/16153 no more parallel port zip drive o [2000/01/17] misc/16154 modem ring kills freebsd o [2000/01/17] bin/16155 cp -p does not preserve modification time o [2000/01/17] misc/16162 marcel shared /usr/src isn't because .depend fi o [2000/01/17] i386/16164 "vga"/"sc" don't work when a video card i o [2000/01/18] kern/16171 mmap(2) of /dev/kmem cause kernel panic o [2000/01/18] bin/16186 [PATCH] Insecure use of strncpy() and str o [2000/01/18] misc/16197 Installation problems on IBM Thinkpad 365 o [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel o [2000/01/20] misc/16238 e-bones has a Y2K bug o [2000/01/20] kern/16239 dillon NFS mount file system from multi-homed re o [2000/01/20] bin/16244 [PATCH] don't allow password re-use when o [2000/01/21] kern/16257 Kernel panic in sbdrop o [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli o [2000/01/21] bin/16271 vi has wrong len type in re_tag_conv() o [2000/01/22] kern/16299 nfs.ko can be unloaded when nfsd is runni o [2000/01/23] kern/16318 Fix for wrong interface when adding new r o [2000/01/23] alpha/16319 alpha No trailing newline in /usr/src/lib/libc/ o [2000/01/24] ports/16341 obrien Fix for minicom detecting modem status li o [2000/01/24] bin/16342 Problems with krb_realmofhost() and/or kr o [2000/01/24] ports/16343 ports bsd.port.mk cannot override make.conf. o [2000/01/25] ports/16344 se wine needs USE_BISON on 4.0 current o [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection o [2000/01/25] bin/16353 rlogin encryption is broken on transmit s o [2000/01/25] bin/16359 Can't build apache13-modssl with included o [2000/01/26] conf/16394 Users of some printers find that lpt0 mal o [2000/01/27] ports/16396 reg libtool -export-symbols doesn't restrict o [2000/01/27] ports/16410 torstenb ssh and x forwarding problem o [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/01/27] bin/16418 davidn pw usermod is not work properly o [2000/01/28] misc/16423 Installation problem of 3.4-RELEASE using o [2000/01/30] ports/16472 torstenb postfix upgrade o [2000/01/30] gnu/16481 Cpp crashes frequently o [2000/01/30] i386/16482 IDE disk fails on secondary IDE master de o [2000/01/31] ports/16489 reg Can't build mozilla on 3.4-RELEASE f [2000/01/31] kern/16490 Attempted listing of just-mounted ext2fs o [2000/01/31] i386/16495 Period soft disk errors o [2000/02/05] ports/16505 jfitz Update p5-Tk port to 800.018 o [2000/02/06] kern/16515 Deadlock by ntpd o [2000/02/07] bin/16557 kris rsa.h missing from /usr/include/openssl o [2000/02/08] bin/16578 host-name field is hexadecimal instead of o [2000/02/08] docs/16585 doc no info documentation for nm (binutils) i o [2000/02/08] conf/16586 net if down after fail during install o [2000/02/08] kern/16587 Can't record with newpcm & CS4236 (AW35/P o [2000/02/08] kern/16588 cg newpcm & CS4236: synth and line in mixer o [2000/02/09] kern/16598 xmcd stopped by racd0c ioctl error while o [2000/02/09] kern/16605 samba 2.0.6 under 3.4-RELEASE can't open o [2000/02/09] ports/16621 marcel emulators/linux_base needs to be installe o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/10] bin/16645 Inetd(8) internal ident won't work with m o [2000/02/12] ports/16665 ports imap-uw-4.7a -- a patch release o [2000/02/13] ports/16699 stb astro/setiathome obsolete o [2000/02/16] ports/16766 billf htdig RUN_DEPENDS on ${PREFIX}/share/apac o [2000/02/16] i386/16770 Can't build a.out binaries o [2000/02/16] ports/16772 ports buffer underflow in microsoft-supplied pa o [2000/02/18] bin/16812 level 0 dump runs forever -- generates a o [2000/02/18] kern/16816 vop_stdpoll() in /sys/kern/vfs_default.c o [2000/02/19] ports/16829 ports kaffe port is broken - dumps core with al o [2000/02/20] conf/16832 amd.map options won't play with Solaris N o [2000/02/20] kern/16849 Close on an ide tape drive hangs o [2000/02/20] misc/16860 suggetion on installation process. o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/21] ports/16882 obrien Memory leak with g++ 2.8.1 and STL 2.8.1. o [2000/02/21] bin/16892 "domain" directive in /etc/resolv.conf no o [2000/02/22] ports/16910 rse apache13-modssl fails o [2000/02/22] bin/16920 cdcontrol fails under 4.0-20000214-CURREN o [2000/02/23] kern/16937 ie0 not probed in -current of 2000-02-18 o [2000/02/23] i386/16946 marcel ServerSockets are not working properly in o [2000/02/23] conf/16948 Sysinstall/disklabel: bad partition table o [2000/02/23] kern/16950 arpintr() incorrectly checks mbuf chain s o [2000/02/23] ports/16955 markm 'pgp5' built with ports/security/pgp5 doe o [2000/02/25] ports/16983 ache procmail port not prefix clean o [2000/02/27] bin/17027 markm IgnoreUserKnownHosts thinks it takes in i o [2000/02/27] kern/17033 Samsung SN-124 ATAPI CD-ROM not supported o [2000/02/28] ports/17038 erich gimp-1.1.17 fatal error at startup... o [2000/02/28] bin/17056 rshd does improper home directory check o [2000/03/01] ports/17096 ports Can't build kdevelop port o [2000/03/01] kern/17098 msmith /boot/loader hangs on switch to second dr o [2000/03/01] ports/17106 reg gnomemedia fails on vu-meter build o [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/01] misc/17113 Adaptec SlimSCSI 1460D Not Detected Under o [2000/03/01] conf/17117 Dial-up problems when using Kppp o [2000/03/02] kern/17128 Fix for quotas grace time when using chow o [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting o [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/03] misc/17143 [PATCH] make "tunefs -p" work for mounted o [2000/03/03] kern/17146 panic in devfs_open() while mounting devi o [2000/03/03] ports/17150 dburr textproc/yodl port fixed/improved o [2000/03/03] kern/17153 mjacob Qlogic Ultra3 cards seem to write very sl o [2000/03/04] gnu/17175 [PATCH] send-pr predictable tempfile vuln o [2000/03/04] bin/17188 make(1) option to reproduce original -V b o [2000/03/04] conf/17196 msmith New amr driver (perc2/sc RAID): unable to o [2000/03/05] kern/17208 3.4 Lock-up during file-completion o [2000/03/06] kern/17219 ISA PNP Parser rather limited (with patch o [2000/03/06] i386/17228 Installation floppies hang up on Compaq A o [2000/03/06] misc/17235 endless loop? harddrive corrupted? o [2000/03/06] ports/17237 hosokawa in samba suite smbclient -M worked incorr o [2000/03/07] bin/17261 sheldonh man page of crontab(5) does not document o [2000/03/08] i386/17266 cannot install 3.2 on L440GX+ o [2000/03/08] ports/17278 ports need libintl which include the function g o [2000/03/10] misc/17310 NIS host name resolving may loop forever o [2000/03/10] ports/17312 sumikawa Problem With OpenSSH Build On FreeBSD Sta o [2000/03/11] ports/17313 ports wu-ftpd ports install invalid file owners o [2000/03/11] ports/17314 ports in samba: testparm incorrectly generate w o [2000/03/11] kern/17319 [PATCH] ipfw logs ICMP and unknown packet o [2000/03/12] bin/17338 netstat shows down counting UDP delivery o [2000/03/12] pending/17343gnats-admin/dev/da4* gets created improperly o [2000/03/12] ports/17344 ports devel/boehm-gc fails for www/w3m 3.4 STAB o [2000/03/12] i386/17346 APIC cannot be enabled without turning on o [2000/03/13] ports/17352 ports Update www/links o [2000/03/13] bin/17360 [PATCH] Cleanup bug in pam_ssh 779 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/05/13] bin/401 Add REMOTE_* variables s [1995/06/15] bin/517 Bad group change with 'install' s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu o [1995/11/30] bin/854 dg swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 hoek ncurses doesn't always display ALTCHARSET s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi f [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/31] gnu/3157 obrien Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne a [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print f [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/13] kern/4528 processes hang if the mount_portal proces o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti s [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp f [1997/12/30] i386/5398 dillon silo overflows running o [1998/01/02] bin/5410 phantom pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/04/20] bin/6359 routed does sent router discovry solicita s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 phk sysinstall: install from MS-DOS MO divece o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad f [1998/07/23] kern/7377 we have a new digiboard driver supporting a [1998/07/31] docs/7456 asmodai dialog(3) man page outdated s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall f [1998/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr o [1998/09/02] i386/7816 dfr [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] docs/7873 doc poor initial configuration and documentat o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 jkh Murphy's Laws o [1998/11/01] conf/8531 jkh sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and a [1998/12/12] bin/9064 n_hibma [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] ports/9289 kris New Port - ASPostit (Dockable version of o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] docs/9352 asmodai wrong macro names in groff_[ms|mm|mmse].7 f [1999/01/07] bin/9374 roberto Improved functionality for find(1) o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] bin/9809 finger output format wrong o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9954 ports New port: devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/10] ports/10007 ports New port: lang/mercury (the mercury compi o [1999/02/11] ports/10023 kris New port - net/gtkcookie o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/15] gnu/10112 chris /usr/src/gnu/usr.bin/patch sorely out of o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] ports/10124 ports New port: math/stat o [1999/02/18] kern/10149 New PCI device o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10162 se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178 torstenb USE_SOCKS=YES option broken for security/ o [1999/02/22] ports/10196 torstenb Better startup scripts for ssh a [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/02/28] bin/10300 dmesg exits on signal 10 o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] docs/10349 phantom For long .Dt fields, rendering is broken- o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10454 obrien Update: emulators/spim a [1999/03/06] kern/10455 pcaudio breakage f [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/10] bin/10522 make world died due -Werror o [1999/03/10] bin/10524 3.1-19990309-STABLE install problem o [1999/03/10] ports/10532 ports New port: lang/gpc - GNU Pascal o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/14] bin/10590 new option to silince confirmation but no o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10606 Probablue odd error message if LS-120 is o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/16] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] ports/10634 ports Update the hylafax port to do a client in o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/17] kern/10642 exports(5) mentions KERBNFS but that's no o [1999/03/18] bin/10657 Unable to install from CDROM or DOS parti o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] misc/10667 Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682 asami List mirror sites in MASTER_SITE_BACKUP - o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] i386/10766 obsolete device name wcd is still left un o [1999/03/24] i386/10779 zp slot 0 sees 3Com 589 PCMCIA card but z o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/26] misc/10803 joe whois(1) client enchancements a [1999/03/26] misc/10804 joe whois(1) enhancement o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/27] bin/10825 daily script not executed or executed twi f [1999/03/28] ports/10844 deischen New port: adagdb o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/30] bin/10878 host(1) dumps core o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/01] bin/10905 sa(8) is hard coded for 8 character user o [1999/04/01] gnu/10910 Integration of Objective C patches into g o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/07] i386/11006 Sysinstall silently makes FreeBSD's parti o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11031 [PATCH] mount and umount support for mort o [1999/04/08] bin/11032 h2ph's cpp #warning/#error directive proc o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048 obrien variable not initialized in fwtk-lib lead o [1999/04/09] bin/11051 ps's -U option should accept a list of us o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 o [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/18] i386/11201 brian mktime possible bug o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/18] i386/11207 sys/i386/isa/rp.c: fixed breaking and war o [1999/04/20] kern/11235 Need to submit new driver o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] conf/11243 mountd startup can lose flags o [1999/04/20] bin/11248 Shuffle o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/28] bin/11370 more segfaults if you give it a real file o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388 torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] kern/11410 code typo in ad1848.c: the != operator ha o [1999/04/30] kern/11411 code typo in clones.c: "if ((mpu_config = o [1999/04/30] kern/11412 code typo in ip_fil.c: missing NULL check o [1999/04/30] kern/11413 code typo in pci.c: the != operator has h o [1999/04/30] kern/11414 code typo in pcf.c: the != operator has h o [1999/04/30] kern/11415 code typo in wst.c: the != operator has h o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/05] kern/11516 NetGear 10/100 Ethernet 21140-based Ether o [1999/05/05] kern/11517 ../../kern/kern_ntptime.c:533: warning: i o [1999/05/05] kern/11518 ../../pci/if_tx.c:1376: warning: no previ o [1999/05/05] kern/11519 dead code in ncr driver o [1999/05/06] bin/11552 sendmail local delivery (mail.local) can' o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/07] misc/11569 Automatically run fsck when the file syst o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt s [1999/05/09] ports/11611 billf Update port: net/ntop o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/10] conf/11626 /var/log/kerberos is rotated o [1999/05/10] bin/11637 build of kdump fails o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/12] i386/11674 can't do make imake build or anything sin o [1999/05/12] kern/11676 PCIless kernel will not compile with ATAP o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/18] kern/11765 performance bug: network devices fxp & de o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] ports/11820 asami bsd.port.subdir.mk does not define the `m o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/24] kern/11881 when a dummynet pipe is encountered it st o [1999/05/25] misc/11890 make world creates /lkm directory o [1999/05/26] bin/11896 cap_mkdb dumps core when non-files passe o [1999/05/26] i386/11898 Connot wirte to floppy on HP OB800CT with o [1999/05/26] bin/11900 Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/28] bin/11914 makewhatis during installworld uses /usr/ o [1999/05/28] i386/11920 FBSD 3.2 upgrade claims not to upgrade /u o [1999/05/28] i386/11921 /usr/X11R6/lib/aout libraries screwed up o [1999/05/29] conf/11925 rc.conf cosmetic naming inconsistencies o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/29] kern/11941 FreeBSD box reboots itself when changing o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] docs/11978 sheldonh timed(8) manpage does not define '-F' swi o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/01] kern/11981 brian access to tunN devices not allowed to non o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/03] kern/12014 Fix SysV Semaphore handling o [1999/06/05] misc/12044 having tcl.h in /usr/local/include:/usr/i o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor a [1999/06/06] bin/12052 sh type builtin appends first path compon o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/09] kern/12095 [PATCH] Buggy ATAPI Zip Drive is not dete o [1999/06/09] bin/12107 Add switch to dump to support multiple du o [1999/06/10] i386/12113 ESS1688 support for VoxWare sound driver o [1999/06/10] bin/12115 pppd reports wrong connected duration wit o [1999/06/13] ports/12188 ports New port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/15] misc/12228 phantom /etc/security don't search in all the fil o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12255 BIND 8.1.2 compilation error in IPv6 capa o [1999/06/17] bin/12263 hoek "more" problems with long filenames o [1999/06/18] bin/12280 jdp LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/20] bin/12308 LPD can't be told not to bind to a TCP po o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 asami Adds refetch functionallity to bsd.port.m o [1999/06/21] i386/12326 wdc flag 0x1000 (LBA addressing) prevents o [1999/06/21] kern/12333 ProAudio Spectrum sound card broken model o [1999/06/21] kern/12334 Some ProAudio SPectrum cards do not do DM o [1999/06/21] kern/12335 if_pn.c lacks bridging support; patch enc o [1999/06/22] conf/12342 /etc/hosts.allow must use numerical IP ad o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only o [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/23] bin/12375 mv(1) cannot inherit the file flags. o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/27] kern/12409 add some more chipset models by NVidia to o [1999/06/27] bin/12421 sysinstall label fails o [1999/06/28] conf/12432 empty amd_flags causes start failure in r o [1999/06/30] bin/12461 it's handy to be able to send syslog mess o [1999/07/01] bin/12477 New fortune o [1999/07/02] docs/12486 mpp listing of (56) utilities in /bin:/sbin:/ o [1999/07/02] bin/12489 /sbin/route exits with 0 on some errors o [1999/07/03] kern/12495 3.1 install fails to detect Toshiba CDROM o [1999/07/05] ports/12518 ports New port: ifmail-os-2.14.7 o [1999/07/05] bin/12528 [PATCH] tip's "tipout" child doesn't alwa o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/07] ports/12548 asami New 'fecth-recursive(-list)' targets in p o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr s [1999/07/12] bin/12611 sheldonh /usr/bin/jot crashes with floating point o [1999/07/12] misc/12612 ncurses ash shipped with 3.2-R missing sy o [1999/07/13] misc/12633 CMI8330 chip based integrated sound card o [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/16] kern/12668 The kernel clock goes slow with PLIP devi o [1999/07/18] kern/12697 Out of swap handling [PATCH] o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] ports/12722 ports New port: AT&T's DjVu library for scanned o [1999/07/20] kern/12723 imp Unnecessary use of magic numbers in F_[SG o [1999/07/21] ports/12739 ports New port: AT&T's DjVu Netscape plug-in o [1999/07/22] kern/12764 luigi Patch for using x11amp with voxware (stol o [1999/07/22] misc/12765 cable problem: link down for de0 NICs. o [1999/07/23] misc/12776 Add PAM hooks to rlogind and rshd f [1999/07/23] bin/12782 roberto xntpd doesn't handle interface aliases pr o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy s [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/25] kern/12803 obrien patch to make xe driver's noise configura o [1999/07/25] bin/12806 `sh -e' doesn't parse multi-command lines o [1999/07/27] kern/12833 Support for TI1225 PCI to CardBus Bridge o [1999/07/28] kern/12855 panic:softdep_flushfiles:looping, caused a [1999/07/28] bin/12866 sheldonh [PATCH] RFE for /bin/ls to add a -n optio o [1999/07/30] misc/12887 Problem with "top" command in SMP o [1999/07/30] misc/12888 strange kernel messages when copying file o [1999/07/31] kern/12896 Incorrect CPU model display at boot time o [1999/07/31] bin/12898 Added a command-line switch to netstat to o [1999/08/01] ports/12915 ports Add elm 2.5 to ports o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/03] bin/12942 m4: len(`') returns `' a [1999/08/03] kern/12943 dg fxp driver not completely compatible with o [1999/08/03] bin/12946 top(1) gives incorrect delay default o [1999/08/04] ports/12952 asami make _PORT_USE touch cookies by variable, o [1999/08/04] bin/12957 rpc.rusersd dumps core with signal 11 whe o [1999/08/04] bin/12960 des basename(3) and dirname(3) o [1999/08/04] bin/12962 des basename(3) and dirname(3) part 2 o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. o [1999/08/05] misc/12983 system hang accessing mounted msdos flopp o [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/06] bin/13000 vi core dumped o [1999/08/06] ports/13006 erich update emulators/x48 to 0.4.1d o [1999/08/07] conf/13016 Wrong sendmail.cf file used by mergemaste o [1999/08/07] docs/13020 mpp Manpage capitalization o [1999/08/08] docs/13034 peter incorrect (old/obsolete) manpage for name o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/11] docs/13079 mpp new man page describing timeradd() family o [1999/08/11] kern/13082 dfr Improved support for NE2000 PnP cards o [1999/08/12] bin/13092 des Fetch doesn't default to the correct http o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] docs/13116 phantom typo in ms(7) o [1999/08/13] ports/13124 ports New port: LinAlg; request for local hosti o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system o [1999/08/15] kern/13164 kthread_exit stops, but doesn't release p o [1999/08/15] ports/13167 torstenb [PATCH] security/ssh package keygen fails o [1999/08/15] i386/13171 "config" not quite right for kernel not n o [1999/08/16] ports/13173 ports New port: yiff-0.33 o [1999/08/16] misc/13185 "tengo problemas con el pop3" o [1999/08/17] ports/13191 ports New port: fire-1.0 o [1999/08/17] kern/13209 IPFILTER_DEFAULT_BLOCK not in /usr/src/sy o [1999/08/17] docs/13211 chris [LIST] Some man pages has references to n o [1999/08/18] docs/13218 mpp Many manpages still not conformed mdoc(7) o [1999/08/18] kern/13220 mkdep: compile failed - ../../pci/if_de.c o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/18] ports/13251 ports New port: founts-11 s [1999/08/19] kern/13252 niced jobs don't behave really nice o [1999/08/19] bin/13254 yp_all error messages have wrong text o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/20] bin/13278 rogue: killed by fire corrupts score file o [1999/08/20] misc/13282 partial compliance of dlopen to the Singl o [1999/08/21] ports/13291 ports New port: xap-xwf-0.7.8 o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for 512MB o [1999/09/21] ports/13887 taoka New port (fmirror) o [1999/09/22] misc/13895 nonexistent words in /usr/share/dict/web2 o [1999/09/22] ports/13898 obrien New port: misc/dictd o [1999/09/22] conf/13907 dummynet.4 correction, rc addition of o [1999/09/23] conf/13916 mpp man outputs footer only page as first pag o [1999/09/23] conf/13918 Termcap entries for VESA modes missing o [1999/09/23] gnu/13921 awk -v var=val coredump o [1999/09/23] kern/13924 sb/snd driver broken under 4.0-19990918-C o [1999/09/24] i386/13936 No clear indictaion of how much space to o [1999/09/25] docs/13950 doc webpage idea o [1999/09/25] docs/13967 doc FreeBSD Related Publications in Korea o [1999/09/26] kern/13979 [PATCH] add serial number to IDE HD probe o [1999/09/26] gnu/13989 SIGWINCH corrupts the display of a multil o [1999/09/27] kern/14006 pas2_pcm.c pcm playback problem, with fix o [1999/09/29] docs/14035 doc tzfile.h referenced in tzfile(5) doesn't o [1999/09/29] bin/14040 amd has wrong uname data compile in it o [1999/09/30] i386/14048 ``doscmd -r'' doesn't work o [1999/09/30] ports/14070 ports g2c libraries and compatibility for DJGPP o [1999/09/30] i386/14071 FreeBSD 3.3 Installation CD does not boot o [1999/10/01] ports/14077 ports Multicast not available on multicast enab o [1999/10/01] bin/14078 -stable 'make release' does not work on - o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in f [1999/10/01] kern/14083 gibbs CAM 3.3-RELEASE fails boot w/2940UW + non o [1999/10/02] kern/14087 dcs update sys/boot/ficl/softwords/softcore.a o [1999/10/02] ports/14088 mharo port of new fvwm 2.3 beta (2.3.8) o [1999/10/03] misc/14104 DISTFILES name clash between release/Make o [1999/10/04] docs/14129 phantom gated(8) and htable(8) as referenced in r o [1999/10/05] bin/14142 sendmail: mci.c: bad pointer conversion i o [1999/10/05] bin/14151 Patch: date(1): merge in OpenBSD enhancem o [1999/10/06] docs/14158 doc md5(1) manpage should not claim the md5 a o [1999/10/06] docs/14165 nbm FDP introduction article o [1999/10/06] kern/14166 roger AVER TVPhone o [1999/10/06] bin/14171 joe [PATCH] create symbolic links using mtree o [1999/10/07] bin/14175 route for ip aliasing o [1999/10/07] ports/14182 asami Patch: bsd.port.mk: add plist target f [1999/10/07] ports/14185 mharo ports/x11-wm/fvwm2 updated from 2.2.2 to o [1999/10/07] alpha/14200 alpha kldstat command has formatting problems o o [1999/10/08] kern/14217 [PATCH] EXT2FS as a KLD o [1999/10/09] ports/14225 markm Patches for security/pgp5 o [1999/10/09] kern/14240 compilation error: __cmpdi2 unresolved o [1999/10/09] bin/14246 kvm_open and kvm_openfiles not works corr o [1999/10/10] bin/14255 rup and rusers could not deal with many h o [1999/10/11] misc/14258 IP_TOS and IP_TTL sockopt doesn't work on o [1999/10/11] ports/14260 ports New port: WODA - A Web Oriented Database o [1999/10/11] misc/14263 phantom There ara no ukrainian locale in stable/c o [1999/10/11] i386/14266 vfsload() looks in /lkm, not /modules o [1999/10/11] misc/14269 NIS passwd and group maps do not clean ou o [1999/10/11] misc/14273 Somewhat bogus entry in termcap o [1999/10/12] conf/14297 [Patch] pccard.conf for corega Ether PCC- o [1999/10/13] bin/14305 ru natd should know FTP EPRT command o [1999/10/13] ports/14316 markm exmh not recognizing mh and uses too many o [1999/10/13] bin/14317 jkh sysintall: instructions to reboot don't m o [1999/10/13] bin/14318 jkh sysinstall upon install has some counter- o [1999/10/14] ports/14323 markm [PATCH] ports/security/pgp5: Invoked with o [1999/10/14] bin/14330 peter [PATCH] fix clash between /usr/src/contri o [1999/10/14] bin/14335 peter Manual page for ndc gives incorrect path o [1999/10/14] ports/14337 ports xdm and Eterm: tty allocation problem? o [1999/10/14] bin/14342 [PATCH] Speed ups for regex! o [1999/10/15] kern/14346 Both pccard/cardinfo.h and sys/memrange.h o [1999/10/15] kern/14350 Security enhancement to ICMP o [1999/10/15] kern/14355 perhaps a guard page needed for UP-mode k o [1999/10/16] bin/14361 locate bogusly converts to network byte o o [1999/10/17] ports/14378 ports New port: graphics/mpeg o [1999/10/17] ports/14379 ports New port: graphics/xmrm o [1999/10/17] kern/14380 [PATCH] if_de workaround for when BIOS do o [1999/10/18] kern/14394 kernel panic when asking help in visual u o [1999/10/18] i386/14396 Floppy install of 3.2-release, 3.3-releas o [1999/10/20] i386/14437 MFC'ed identcpu.c o [1999/10/20] i386/14438 additional CPUID bit definitions for iden o [1999/10/20] i386/14440 update to identcpu.c to "support" AMD K7' o [1999/10/21] bin/14448 ftp-client may not recognize failure, rep f [1999/10/23] docs/14460 jhb Fix broken links in the FAQ f [1999/10/23] conf/14463 phantom cvs pserver does not work with out-of-the f [1999/10/23] conf/14487 phantom Please Change "/usr/share/skel/dot.login" o [1999/10/23] misc/14488 kget doesn´t write the key word "enable" o [1999/10/24] ports/14499 torstenb update port irc/ircII to 4.4L o [1999/10/24] kern/14504 Framing Error on FreeBSD Laptop o [1999/10/25] misc/14511 chapss Y2K problem o [1999/10/25] ports/14515 ports New Tripwire 1.3 Port o [1999/10/25] conf/14522 dhclient incorrectly reads and sets hostn o [1999/10/25] docs/14530 phantom Printed manual pages have extraneous blan o [1999/10/25] docs/14532 doc Much of cam_cdbparse(3) prints in Courier o [1999/10/25] bin/14533 pccardd improperly assigns irqs o [1999/10/25] bin/14534 mpp Formatting man pages gives numeric expres o [1999/10/26] bin/14545 quota reports in K, but header says 'bloc a [1999/10/27] kern/14561 ken ioctl (fd, CDIOCEJECT, (void*) 0) doesn't s [1999/10/27] kern/14562 ken ioctl() codes should be provided for ejec o [1999/10/27] docs/14563 doc Wrong manpage produced by `man 4 fd' o [1999/10/27] docs/14565 doc ioctl() codes for device type `fd' (flopp o [1999/10/27] i386/14574 ISA based ESS1688 support(partially) for o [1999/10/28] kern/14584 Proposition for improved file permissions s [1999/10/29] kern/14590 kernel panic writing to floppy o [1999/10/29] misc/14599 pam_kerberosIV.so in the 'krb.??' package o [1999/10/29] kern/14602 struct utsname fields are allocated too s o [1999/10/31] kern/14634 cg Mixer synth & mixer CD seem to be swapped o [1999/10/31] kern/14639 convert proc.p_peers to a queue(3) LIST o [1999/11/01] ports/14643 ports New port: chinese/pyDict A Chinese/Engli o [1999/11/01] kern/14646 kern.boottime affected by APM suspend/res o [1999/11/01] bin/14648 markm `make world' now requires -DNOCRYPT in my o [1999/11/01] ports/14652 se update emulators/wine to 991031 (supersed o [1999/11/02] gnu/14664 tar checks for volno-file even if it shou o [1999/11/02] docs/14677 chris listing of (48) utilities in /bin:/sbin:/ o [1999/11/03] docs/14682 doc lprm(1) unaware of lp(1) Environment Vari o [1999/11/03] ports/14686 ports New port: pisces IIB (Category: cad) o [1999/11/03] bin/14697 grog Exploitable buffer overflow in Vinum (Fre o [1999/11/04] conf/14714 phantom Need support for imap4 and pop3 in /etc/p o [1999/11/06] misc/14746 xf86config shell script leaves arrow keys o [1999/11/07] kern/14778 sio.c doesn't recognize USR model 3090 IS o [1999/11/08] ports/14783 jmz mgetty 1.1.12 always sets clocal o [1999/11/08] bin/14786 tail breaks on large files o [1999/11/08] conf/14791 Optionally change the behaviour of fsck u o [1999/11/08] i386/14793 more fdisk partition types o [1999/11/09] i386/14800 FreeBSD BootMgr not configurable (or at l o [1999/11/10] conf/14810 [PATCH] initialising multiple interfaces o [1999/11/10] i386/14816 lnc(4) can work with Am79C937 a [1999/11/10] bin/14817 strptime(3) '%C' conversion incorrect o [1999/11/11] ports/14822 jfitz majordomo sets group-writable dir's o [1999/11/11] ports/14824 wosch no '\0' at the end of buffer o [1999/11/11] bin/14829 rc.shutdown is handled unconsistently by o [1999/11/12] kern/14839 RELENG_2_2 boot kernel is large size prob o [1999/11/12] kern/14840 Opti930 doesn't work. o [1999/11/12] kern/14841 adrian IEEE 802 encapsulation for arp on etherne o [1999/11/12] ports/14854 peter port comms/conserver partially ignores ${ o [1999/11/13] conf/14864 I can not get dual Boot to boot FreeBSD f o [1999/11/14] misc/14868 Freebsd 3.2-REL with 1 ISA PNP and 1 PCI o [1999/11/14] ports/14889 se [PATCH] dynamic loading for WINE port o [1999/11/14] i386/14891 New smbus driver lmsmb o [1999/11/15] bin/14911 Install of opiekey missing links to otp-m o [1999/11/16] ports/14922 ports New port: net/infobot o [1999/11/16] ports/14924 markm p5-Apache-Radius with mod_perl broken on o [1999/11/16] bin/14925 getsubopt isn't poisonous enough o [1999/11/16] conf/14931 rc logging facility o [1999/11/16] ports/14933 imp Simple patch to log password attempts on o [1999/11/17] bin/14954 search.h is missing o [1999/11/17] ports/14965 wosch stat port doesn't know fifo file type o [1999/11/17] kern/14968 wollman Convert resource_head and resource.r_link o [1999/11/17] ports/14970 peter conserver-7.4 port submission o [1999/11/18] conf/14973 Digi-multiport serial card? o [1999/11/18] conf/14974 In RELENG_3, fdisk reports sizes incorrec o [1999/11/18] ports/14977 peter conserver doesn't support speed over than o [1999/11/18] ports/14986 torstenb possible bug in ssh1 o [1999/11/18] kern/14990 cg new-pcm caveats o [1999/11/18] ports/14991 ports New port: devel/tcl-trf Tcl Data transfo o [1999/11/19] misc/14993 Freebsd Locks up when trying to set the h o [1999/11/19] misc/14999 phantom ISO8859-5 locale missing from RELENG_3 o [1999/11/19] misc/15000 ftp(1) needs to send HTTP/1.1 Host: heade o [1999/11/20] conf/15010 "client" firewall configuration kills inc o [1999/11/21] ports/15021 asami some port installs fail for non-root user o [1999/11/21] kern/15022 mjacob Suggestion for enhancement: move isp firm o [1999/11/21] ports/15035 jseger [Tcl/Tk] apply plus patch to Tcl/Tk8.2 o [1999/11/21] conf/15038 jkh In sysinstall, easy to not notice that se o [1999/11/23] kern/15065 fsck can't fix "huge" zero length files s [1999/11/23] misc/15066 sheldonh ``allscreens_flags'' in rc.conf not docum o [1999/11/25] kern/15095 TCP's advertised window is not scaled imm o [1999/11/27] i386/15119 pcm sound driver dma problems with isa-pn o [1999/11/28] ports/15142 jmz Added DIST_SUBDIR to print/tex port o [1999/11/28] ports/15147 ports New port: audio/xsidplay o [1999/11/28] ports/15159 ports New port: games/blackpenguin o [1999/11/29] misc/15168 Adding tracklist support to fdformat o [1999/11/29] kern/15175 tcp_input() fails to update m->m_pkthdr.l o [1999/11/30] bin/15182 "* Wed-1 event" in calendar produces "31 o [1999/11/30] ports/15192 ports New port: security/ident2 o [1999/11/30] misc/15196 shutdown -h no longer synching disks, thu o [1999/12/01] misc/15205 Addition to /usr/games/random o [1999/12/01] bin/15211 CFLAGS and CC not settable and one warnin o [1999/12/01] misc/15215 Outputting in Fortune under certain circu o [1999/12/02] i386/15218 kernel says: raw partition size != slice o [1999/12/02] kern/15221 marcel Linux emulator core dumps on setreuid() o [1999/12/02] bin/15227 sheldonh New option for vacation(1) -- dir to use o [1999/12/02] bin/15229 joe mtree - different from mtree in NetBSD 1. o [1999/12/02] docs/15234 mpp sh(1) man page have capitalised instance o [1999/12/03] ports/15239 asami fix MASTER_SITE_GNOME in bsd.port.mk: mi o [1999/12/04] kern/15251 patch to add unsigned support to sysctl o [1999/12/04] docs/15259 obrien amd(8) refers to nonexistent automount(8) o [1999/12/05] kern/15280 kernel panic during FreeBSD install o [1999/12/05] bin/15285 wes unhelpful error message from brandelf o [1999/12/05] misc/15288 billf pkg_version -c output isn't safe for scri o [1999/12/05] ports/15294 jfitz Update port: mrgt from 2.8.8 to 2.8.9 o [1999/12/06] bin/15301 Bug in /usr/sbin/syslogd: strips 8th bits o [1999/12/06] misc/15304 billf proposed modifications to pkg_version o [1999/12/06] bin/15325 mpp nroff -man bombs out with more than eight o [1999/12/06] ports/15326 ache tcsh modification o [1999/12/07] ports/15329 cwt amanda24 modification o [1999/12/07] misc/15339 fdformat should exit non-zero when user c o [1999/12/07] bin/15342 replacement for the stock /sbin/dhclient- o [1999/12/08] ports/15367 ports new ports on linux emulator o [1999/12/09] bin/15371 keyinfo doesn't work without suidperl o [1999/12/09] ports/15387 billf ethereal's packet-smb.c calls str*() func o [1999/12/09] bin/15390 obrien Upgrade rdist to 6.1.5 o [1999/12/10] docs/15408 doc Description of ls and nlist wrong in man o [1999/12/10] bin/15410 edquota -p copies current usage as well a o [1999/12/11] bin/15416 addr2line is unable to find line numbers o [1999/12/11] bin/15418 tput(1) doesn't work with new libncurses. o [1999/12/11] misc/15421 initgroups(3) spits out messages to stder o [1999/12/11] ports/15424 ports New port: www/kwebsearch o [1999/12/12] kern/15435 Attempts to execute programs from a noexe o [1999/12/12] kern/15436 syscons extension: "propellers" o [1999/12/12] kern/15440 jasone support atomic locks in the UP kernel o [1999/12/12] kern/15455 dg Intel EtherExpress Pro does not properly o [1999/12/13] bin/15456 Usage of ktrace(1) is invalid a [1999/12/13] bin/15458 sort(1) doesn't sort correctly in some ca o [1999/12/13] ports/15461 jmacd Update of misc/xdelta port o [1999/12/13] bin/15470 Proposed change to comments in /etc/named o [1999/12/14] ports/15477 andreas wwwstat-2.01 port is not Y2K compliant: 1 o [1999/12/14] misc/15480 Change-request for /usr/src/usr.sbin/cdco o [1999/12/14] ports/15481 ports ports/devel/codecrusader slightly broken o [1999/12/14] i386/15488 Incorrect FPE_*_TRAP macros in machine/tr o [1999/12/14] kern/15489 running fstat causes a bus error o [1999/12/15] kern/15492 Patch to fixup bridging support for 2.2-S o [1999/12/15] kern/15493 Patch to enable bridging support for if_c o [1999/12/15] ports/15495 asami Add "addsum" target to bsd.port.mk o [1999/12/15] bin/15496 killall(1) limited to 16 character proces o [1999/12/15] bin/15497 NIS does not deal well with comments o [1999/12/15] bin/15510 df(1) does not lineup with large filesyst o [1999/12/15] kern/15511 Cannot scroll up after panic? o [1999/12/16] misc/15519 peter Lots of bind-8.2.2 manual pages don't get o [1999/12/17] i386/15528 doscmd exec function fail. o [1999/12/17] i386/15531 doscmd DOS function 0a fail when DL is 0 o [1999/12/17] kern/15532 Reboot just to kill a print job? o [1999/12/17] ports/15545 ports New port: x11/xterm o [1999/12/17] misc/15546 Need to enable LBA flag for large IDE dis o [1999/12/17] i386/15547 discmd function 51 ( get ps ) fail o [1999/12/18] gnu/15549 obrien Fix -fformat-extensions support code merg o [1999/12/18] ports/15552 ports New port: news/knode o [1999/12/18] misc/15555 some enhancements for uudecode o [1999/12/19] docs/15561 doc regex(3) manpage needs update o [1999/12/20] bin/15593 [SECURITY] ustrcpy() buffer overflow in d o [1999/12/20] ports/15594 se kscd-1.2.7 in -STABLE ports not playing A o [1999/12/20] bin/15596 netstat -rn does'n fit on a 80 chars wide o [1999/12/21] kern/15608 acd0 / cd0 give inconsistent errors on em o [1999/12/21] conf/15612 jkh Re-Scan devices in 3.4-Release options me o [1999/12/21] i386/15619 standard pppd doesn't authenticate users o [1999/12/22] kern/15632 mss driver fails to recognize CS4239 on T o [1999/12/22] kern/15633 Joy driver fails to attach to CS joystick f [1999/12/22] ports/15634 ports upsd-2.0 package hangs 3.3-RELEASE o [1999/12/22] kern/15636 dillon reminder to self for MAP_ VM defines o [1999/12/23] misc/15658 edquota misinterprets usernames as uid ra o [1999/12/23] docs/15661 doc Handbook doesn't properly document bootin o [1999/12/24] bin/15663 yokota none o [1999/12/25] ports/15691 torstenb Ssh ports fail to check inetd.conf before o [1999/12/28] bin/15739 repquota report format fix for better par o [1999/12/28] conf/15745 rc.network overrides mountd_flags rather o [1999/12/28] kern/15747 loader's builtin "more" command won't res o [1999/12/28] conf/15748 jkh sysinstall - upgrade o [1999/12/30] misc/15782 kernel script handling breaks with perl o [1999/12/30] ports/15787 se Kvt doesn't agree with MAKEDEV on pty num o [1999/12/31] conf/15792 can't make /dev/cd31 f [1999/12/31] ports/15795 ports New port: www/bkmrkconv o [1999/12/31] ports/15796 ports New port: net/dhcp_dns o [1999/12/31] ports/15800 ports New port: games/kmud o [1999/12/31] ports/15802 ports New port: security/kssh o [1999/12/31] misc/15809 New entry for the fortune(6) database o [1999/12/31] ports/15810 jfitz p5-Net port update o [1999/12/31] ports/15812 jfitz p5-Mail-Tools port update o [1999/12/31] ports/15813 eivind p5-IO-stringy port update o [1999/12/31] ports/15814 eivind p5-MIME-Tools port update o [2000/01/01] ports/15819 cwt fix PLIST of misc/amanda24 o [2000/01/01] docs/15821 doc Wrong device names in manpages for lpt(4) o [2000/01/01] kern/15827 Power-Off causes Trap 9 in kernel o [2000/01/01] bin/15830 PATCH: rdump over ssh o [2000/01/01] bin/15832 the w commands can show a bad result on t o [2000/01/02] kern/15838 Conversion tables in msdosfs_conv.c are b o [2000/01/02] ports/15840 ports New port: x11-fonts/ucs-fixed o [2000/01/02] i386/15841 [patch] Assembler syntax fixes for the bo o [2000/01/02] ports/15844 wosch www/checkbot fix and update to 1.58 o [2000/01/02] bin/15852 asmodai predefined \*(DT string has Y2K bug o [2000/01/02] bin/15853 tar --newer-mtime flag has Y2K bug o [2000/01/03] bin/15855 comsat(8) failes to open system mail box o [2000/01/03] ports/15857 dirk new standalone port of php3 for ports/www o [2000/01/03] ports/15859 ache Fix a typo in BUILD_DEPENDS in www/p5-Par o [2000/01/03] kern/15860 patch to make default kern.maxfilesperpro o [2000/01/03] bin/15861 ftpd did not use sendfile(2) when sending o [2000/01/03] misc/15871 CVS directories copied to PicoBSD filesys o [2000/01/03] ports/15873 ports New Apache_fp+php+mod_ssl-1.3.9+3.0.12+2. o [2000/01/03] misc/15874 PicoBSD can only update files from within o [2000/01/03] misc/15875 Incorrect permissions on PicoBSD /tmp dir o [2000/01/03] misc/15876 PicoBSD message of the day problems o [2000/01/04] ports/15886 ports New port: audio/cd2mp3 o [2000/01/04] docs/15890 doc rfork(RFMEM) on SMP generates error o [2000/01/04] ports/15894 ports New port: security/aide AIDE 0.5 o [2000/01/05] misc/15908 patch to fix argument mismatch in getnano o [2000/01/05] kern/15923 ATA/EIDE DMA does not work with some hard o [2000/01/06] ports/15933 marcel ports/editors/staroffice requires linux l o [2000/01/06] ports/15935 msmith ports/editors/wordperfect - incorrect URL s [2000/01/06] docs/15959 phantom misplaced lines in psignal.9 man page o [2000/01/07] ports/15963 se krn requires libgdbm but port doesn't che s [2000/01/08] bin/15981 sheldonh rcp -p fails when times have high bit set o [2000/01/08] kern/15983 n_hibma C++ keywords in kernel header files o [2000/01/08] ports/15992 asami [PATCH] Add a default for $SUP in the /us o [2000/01/08] ports/15993 asami [PATCH]No line-feed in warnings from ``ma o [2000/01/08] ports/15994 ports new libapreq 0.31 port o [2000/01/09] misc/16003 sysinstall crashes if it gets more than o o [2000/01/09] bin/16005 brian add new option to date(1) o [2000/01/09] bin/16007 joe cdcontrol(1) defaulting do /dev/cdrom ins o [2000/01/09] misc/16009 Invoking /stand/sysinstall from kde termi o [2000/01/09] kern/16016 cam/scsi/scsi_da.c: Fujitsu M2952 doesn't o [2000/01/10] kern/16021 To support SMP on NEC PC98, call mp_probe o [2000/01/10] kern/16023 Add an idletime counter for sppp, just li o [2000/01/10] misc/16026 /stand/sysinstall segmentation fault when s [2000/01/10] bin/16048 asmodai "file" command cannot recognize LaTeX2e f o [2000/01/10] kern/16049 Connor Drive fails cache sync o [2000/01/11] ports/16063 jseger rdjpegcom part of the JPEG port ignores l o [2000/01/11] ports/16072 obrien vim5 port update o [2000/01/11] conf/16076 [PATCH] pam_ssh examples for /etc/pam.con o [2000/01/12] bin/16086 des Inetd internal IDENT is not work well. o [2000/01/12] ports/16088 ports apache13-ssl lacks sbin/gcache in PLIST o [2000/01/12] docs/16091 nik Update man refs for patch in pr #15958 o [2000/01/13] ports/16109 max Update port: japanese/mimekit to 1.8 o [2000/01/14] bin/16119 ctm_rmail does not honor umask o [2000/01/14] bin/16124 alfred [PATCH] Enhancement for 'lpr -r' o [2000/01/14] ports/16127 ade fix port: sysutils/upsmon - csocket.cc do o [2000/01/15] misc/16131 bizarre dates displayed when searching th o [2000/01/15] ports/16139 billf Ntop port fails to find lsof o [2000/01/15] kern/16140 /proc contains regular files of infinite o [2000/01/17] ports/16167 torstenb y2k problem with inn 2.2.1 NEWNEWS and NE o [2000/01/18] kern/16169 The U.S. Robotics 56K Voice Int modem is o [2000/01/18] kern/16170 compiling machine/setjmp.h with g++ o [2000/01/18] docs/16173 doc [PATCH] fix for the kld/cdev example o [2000/01/18] bin/16179 ipfw(8) poor design of command line parsi o [2000/01/18] conf/16180 firewall rules may require flags to be pa o [2000/01/18] docs/16185 guido a possible typo in ipnat.5 manpage o [2000/01/18] misc/16189 Advansys ASB-3940U2W SCSI Card does not w o [2000/01/18] kern/16195 16-bit uid/gid struct in sys/ipc.h o [2000/01/19] ports/16201 ports Port of CDD isn't up to date o [2000/01/19] bin/16206 PATCH: vmstat column alignment, %ll not s o [2000/01/19] bin/16207 asmodai y2k problem in troff (e.g. 'man hosts.equ o [2000/01/19] misc/16208 ps/2 mouse problem o [2000/01/19] misc/16212 in /stand/sysinstall -- cannot exit menu o [2000/01/20] ports/16220 obrien -frepo is broken in gcc-devel and egcs po o [2000/01/20] misc/16231 CD audio wont work. o [2000/01/20] kern/16240 ICMP error generation fails to correctly o [2000/01/21] ports/16252 asami bsd.port.mk: Add bzip2 support for distri o [2000/01/21] bin/16275 approve send-pr(1) (attach files, use env o [2000/01/21] misc/16278 Crypt() function returns wierd results o [2000/01/22] kern/16292 performance problem of divert socket o [2000/01/22] misc/16301 Sysinstall -> Configure -> Distribution - o [2000/01/22] ports/16305 jfitz Upgrade port: majordomo to 1.94.5 o [2000/01/23] bin/16316 Enhancement: allow .fakeid to be a named o [2000/01/23] bin/16320 fstat -f confuses some partitions o [2000/01/24] bin/16325 /stand/sysinstall writes invalid variable o [2000/01/24] kern/16335 archie ng_ppp(8) fixes, improvements o [2000/01/24] kern/16339 vm/vm_page.h PQ_L2_SIZE options too limit o [2000/01/25] ports/16347 ports Inconsistencies between Java ports o [2000/01/25] kern/16360 kernel timestamping of ICMP echo requests o [2000/01/26] kern/16362 AMD K6-3 processor is identified as a P58 o [2000/01/26] ports/16363 pst [PATCH] Upgrade ports/databases/gnats o [2000/01/26] bin/16364 [PATCH] Add msdosfs and cd9660 support to o [2000/01/26] ports/16374 ache Ports fix: news/tin o [2000/01/26] ports/16377 ports new port for PGP 6.5.1i o [2000/01/26] ports/16378 jseger Update port: graphics/ImageMagick to 5.1. o [2000/01/27] ports/16397 jfitz Please update net/mrtg for current o [2000/01/27] i386/16411 DUMP freezes system if uucico or samba wr o [2000/01/27] kern/16412 cg pcm0 sound doesn't survive a suspend/resu o [2000/01/27] ports/16417 ports nethack3 port won't compile on 3.4-Stable o [2000/01/28] bin/16422 newfs always make root's / directory o [2000/01/28] misc/16434 Odd rlogin problem. o [2000/01/29] ports/16438 nectar Fix net/gnome-icu to install i18n files o [2000/01/29] docs/16439 doc fdp-primer - difficulties with split SGML o [2000/01/29] ports/16452 torstenb Update ctwm port o [2000/01/29] ports/16454 ports Patch for man page included with port ins o [2000/01/30] ports/16473 ports fix lang/smalltalk for stable o [2000/01/30] misc/16475 search.cgi gives bogus dates o [2000/01/30] ports/16476 peter Missing option and a typo o [2000/01/30] bin/16480 locked accounts and adduser o [2000/01/30] ports/16486 ports New Port: devel/linux-jdk-1.2.2 o [2000/02/06] conf/16536 size of /var/spool/uucp/Log, a UUCP logfi o [2000/02/06] ports/16546 ports mail/imap-utils: a new port o [2000/02/06] kern/16551 cosmetic cleanup in sys/dev/ppbus/pcfcloc o [2000/02/07] ports/16565 torstenb Broken non-US-ssh-port (1.2.27) o [2000/02/07] ports/16570 asami ports toplevel README.html has bad link t o [2000/02/08] ports/16580 nbm Request port removal. o [2000/02/08] conf/16584 jkh Hostname field too small during install ( o [2000/02/09] ports/16606 ports [NEW PORT] new port of Adobe Acrobat View o [2000/02/09] bin/16619 trimdomain does not handle peer domains o [2000/02/09] bin/16625 Incorrect information in routed(8) error o [2000/02/10] ports/16629 ports New port of vtun 2.0. o [2000/02/10] ports/16636 ports New port: GNU find o [2000/02/10] ports/16638 ports New port: GNU fileutils o [2000/02/10] ports/16640 ports rwhois port install tries to copy wrong l o [2000/02/10] ports/16642 jseger libwww port upgraded to 5.2.8 o [2000/02/10] misc/16647 jkh data for fortune o [2000/02/10] ports/16648 ports Gdtclft port (TCL interface to Gd) o [2000/02/10] bin/16649 /bin/lastcomm: output contains extraneous o [2000/02/11] ports/16651 ports [ports] net/pppload fails to compile f [2000/02/11] ports/16654 mharo Some master sites have discontinued hosti o [2000/02/11] bin/16657 /bin/hostname: New feature to return subc o [2000/02/11] ports/16658 ports Update for russian/apache port o [2000/02/12] ports/16669 erich Update port: editors/sam o [2000/02/12] ports/16670 erich Update port: x11/9term o [2000/02/12] ports/16674 erich Update port: graphics/mplex o [2000/02/12] ports/16676 swallace Update port: games/xrisk to 2.15 f [2000/02/12] ports/16687 jedgar p5-Mysql building problem due to missing o [2000/02/12] ports/16692 ports update port: sysutils/asmem: 1.5 -> 1.6 o [2000/02/12] ports/16693 ports new port: wavplay 1.4 now with the port! o [2000/02/13] ports/16695 ports New port: linux-flashplugin f [2000/02/13] ports/16703 billf port update from apache-ssl-1.3.9+1.37 to o [2000/02/13] bin/16705 ftpd doesn't support -h option o [2000/02/14] kern/16709 PATCH: make poll work for -STABLE's Audio o [2000/02/14] ports/16715 jseger Upgrade games/gnugo port to version 2.6 o [2000/02/14] ports/16716 mharo Fix port: devel/portlint o [2000/02/14] ports/16718 dbaker [PATCH] misc/proxyper should obey the por o [2000/02/14] misc/16719 /stand/sysinstall does not redraw the scr o [2000/02/14] i386/16722 squid (a 3.x binary) won't run under 4.0- o [2000/02/15] bin/16726 rpc.rstatd from inetd sig11's o [2000/02/15] ports/16732 roger Update port: misc/videotext to 0.6.199910 o [2000/02/15] ports/16736 ports fix: web500gw can't always parse dates (Y o [2000/02/15] ports/16739 ports New port: audio/bwap o [2000/02/16] ports/16741 ports new port: math/gsl (The GNU Scientific Li o [2000/02/16] kern/16745 Kernel Makefile doesn't sanitise PATH [PA o [2000/02/16] docs/16748 doc Documentation of Linux Mode for 2.1 is ob o [2000/02/16] ports/16753 torstenb Install postfix html doc with port o [2000/02/16] ports/16756 torstenb Correction for the latest Postfix doc pat o [2000/02/16] ports/16763 ports VxTools port o [2000/02/16] docs/16764 doc Include link to "Linux-Oracle on FreeBSD" o [2000/02/16] kern/16765 Add support for mark/space parity o [2000/02/17] ports/16779 erich Update port: astro/xephem o [2000/02/17] ports/16786 jfitz Update port: lang/rexx-imc o [2000/02/17] ports/16794 ports New port: sdts++ o [2000/02/17] bin/16798 rmuser rebuilds entire passwd datebase fo o [2000/02/17] ports/16800 ports xwdtopnm can not work well on my 16bits/p o [2000/02/18] ports/16806 ports Fix port: devel/omniORB (bentofy) o [2000/02/18] kern/16815 Cannot "rm -rf" for not-existed file on r o [2000/02/19] ports/16819 ports new port audio/gramofile o [2000/02/19] ports/16825 ports "team.c" won't compile o [2000/02/19] misc/16830 markm PAM-related error messages on -current o [2000/02/20] kern/16838 MFC: phk's print uptime at reboot o [2000/02/20] misc/16839 dan MFC Matthew D. Fuller's patch to deal wit o [2000/02/20] misc/16840 dan MFC: Matthew D. Fuller's teach pkg_info t o [2000/02/20] misc/16842 Knob for release/Makefile to prevent dele o [2000/02/20] ports/16845 ports fix port: net/icqnix: respect CXXFLAGS/Qt o [2000/02/20] misc/16848 jkh Fortune has repeat entry o [2000/02/20] ports/16857 jdp cvsup coredump o [2000/02/20] docs/16859 unfurl This section of the handbook is way out o o [2000/02/21] ports/16869 ports Update port: games/xphotohunter o [2000/02/21] ports/16872 max Update port: japanese/pine o [2000/02/21] bin/16880 [PATCH] pw(8) hardcodes directory creatio o [2000/02/21] docs/16891 unfurl Typo in header of FAQ f [2000/02/22] ports/16919 nbm UPDATE port mail/qmail-contrib missing de o [2000/02/22] bin/16924 tmpfile(3) ignores TMPDIR and always uses o [2000/02/22] ports/16925 ports Update of R port o [2000/02/22] bin/16926 kris [PATCH] banner doesn't allocate space fo o [2000/02/22] bin/16927 [PATCH] prevent possible race condition i o [2000/02/22] kern/16928 dynamic sysctl enhancement o [2000/02/22] bin/16929 [PATCH] prevent possible race condition i o [2000/02/23] ports/16931 ports New port: Mule-UCS 0.72 (revised) o [2000/02/23] ports/16932 marcel linux_base 6.1 in 4.0rc aborts install wi o [2000/02/23] ports/16933 ports Update games/oonsoo to Version 1.2 o [2000/02/23] docs/16934 doc anon transfer log doesn't log all xfers o [2000/02/23] misc/16938 FTP does not fully parse ftp:// URLs o [2000/02/23] bin/16941 routed: possible netmask problem between f [2000/02/23] gnu/16942 send-pr(1) creates unsafe temp files o [2000/02/23] bin/16944 Give mtree(8) an ``exclude'' facility o [2000/02/23] ports/16949 ports New Port: audio/pimp3 o [2000/02/23] bin/16953 [PATCH] Fix argument overflow in dnsquery o [2000/02/23] misc/16954 [PATCH] catopen(3) in libc can overflow o o [2000/02/24] ports/16956 ports Update port: misc/deco o [2000/02/24] conf/16959 peter [PATCH] missing entry in /etc/make.conf o [2000/02/24] ports/16960 ports emulation/vmware: add web site info (WWW: o [2000/02/24] misc/16969 /kernel: psmintr: out of sync (0000 != 00 o [2000/02/24] ports/16970 ports port of TclX-8.2 (lang/tclX82) o [2000/02/24] bin/16971 Exiting from /usr/sbin/login does not res o [2000/02/25] bin/16981 Minor nit with (un)compress and "Operatio o [2000/02/25] ports/16982 ports graphics/povray31 does not install *.txt o [2000/02/25] ports/16987 obrien pkg_delete vim-5.X incorrect o [2000/02/25] ports/16989 ports new FreeBSD port for qico-0.45pre3 o [2000/02/25] kern/16993 marcel Linux emulator lacks setfsuid and setfsgi o [2000/02/25] ports/16997 ports Incompatibility between GNOME and KDE o [2000/02/25] ports/16998 ports Eterm fails to function from Gnome/Enligh o [2000/02/25] ports/17001 ports [PATCH] additional fvwm2 icons o [2000/02/26] kern/17003 dscheck() overzealously protects labels o o [2000/02/26] ports/17004 ports Refactoring port: graphics/aalib o [2000/02/26] conf/17006 PCMCIA ETHERNET CARD o [2000/02/26] kern/17007 This is a code for implementing ethernet o [2000/02/26] ports/17010 ports japanese/chasen: Update to 2.02 plus o [2000/02/26] docs/17014 doc send-pr sets MAIL_AGENT unconditionally o [2000/02/26] ports/17016 ports New port -- Wordnet -- dictionary and the o [2000/02/27] ports/17018 ports New port submission for Moneydance o [2000/02/27] conf/17022 rwatson newsyslog.conf not in sync with syslog.co o [2000/02/27] ports/17024 ports Update port: ja-mendexk-* (2.4c -> 2.4d) o [2000/02/27] ports/17025 ports Update port: ja-dvipsk-* (p1.4c -> p1.4d) o [2000/02/27] ports/17029 steve update port: graphics/Mesa3: 3.0 -> 3.1 o [2000/02/27] alpha/17032 alpha strtod(3) floating exception o [2000/02/27] ports/17035 ports Update port www/ijb to both use FreeBSD g o [2000/02/28] ports/17037 ports A new port of NADAR-b04 o [2000/02/28] misc/17045 Cannot install on Siemens Primergy 870 (d o [2000/02/28] ports/17047 ports Let doc++ install documentation o [2000/02/28] kern/17058 mjacob SCSI tape driver can't drive devs that ca o [2000/02/28] ports/17063 torstenb 4.0-20000214-CURRENT: ssh port fails to b o [2000/02/28] ports/17064 green 4.0-20000214-CURRENT: openssh port fails o [2000/02/28] ports/17066 ports audio/xmms chewing CPU (and skipping too) o [2000/02/29] misc/17069 /usr/sbin/pw pw(8) fails for a specific u o [2000/02/29] ports/17071 ports New port of piddle-1.0b1 o [2000/02/29] ports/17072 ports New version of textproc/rand o [2000/02/29] bin/17077 write() error o [2000/02/29] bin/17084 memory leak in getcap.c (libc) o [2000/02/29] bin/17085 [patch] Fix typo in src/src/games/fortune o [2000/02/29] ports/17087 torstenb ports/postfix flags to compile with openl o [2000/03/01] docs/17091 phantom Missing man pages for bind o [2000/03/01] docs/17092 phantom Missing man page for nsupdate o [2000/03/01] docs/17093 phantom Missing man pages for named o [2000/03/01] docs/17101 doc Useless reference in the doscmd manpage o [2000/03/01] docs/17104 phantom gethostbyname(3) contains a reference to o [2000/03/01] docs/17105 doc Wrong crossreference in ndc(8). o [2000/03/01] ports/17111 ports [NEW PORT] New port of Jext - a powerful o [2000/03/01] ports/17116 ports New port o [2000/03/02] ports/17127 obrien Ports fix: editors/vim5 o [2000/03/02] ports/17130 ports New Ports: korean/hlatex-uhcstd o [2000/03/02] ports/17131 ports New Ports: korean/hlatexpsfonts-uhcextra o [2000/03/02] misc/17132 bugs in xdr functions o [2000/03/02] misc/17133 imp /etc/pcmcia.conf.sample error with DFE-65 o [2000/03/02] ports/17135 ports This port don't need motif o [2000/03/02] ports/17136 ports PATCH: OpenLDAP to optionally build with o [2000/03/02] ports/17139 billf PLIST correction for Apache13-fp o [2000/03/03] ports/17145 asami bsd.port.mk: ftp.cdrom.com -> ftp.freesof o [2000/03/03] ports/17151 ports updated original archive file of elisa8x8 o [2000/03/03] misc/17155 Add mount(8) check to /etc/security o [2000/03/03] ports/17156 ports Update port: astro/xphoon o [2000/03/03] ports/17157 swallace Update port: audio/xcdplayer o [2000/03/03] ports/17158 joerg Update port: deskutils/xpostit o [2000/03/03] ports/17159 swallace Update port: games/xasteroids o [2000/03/03] ports/17160 ports Update port: games/xataxx o [2000/03/03] ports/17161 swallace Update port: games/xchomp o [2000/03/03] ports/17164 ports Update port: games/xvmahjongg o [2000/03/03] ports/17165 ports Update port: games/xvmines o [2000/03/03] ports/17166 ports Update port: graphics/hobbes-icons-xpm o [2000/03/03] ports/17169 ports Update port: x11/bricons o [2000/03/03] ports/17170 taoka Update port: x11/xcoloredit o [2000/03/03] ports/17172 ports Update port: x11-toolkits/slingshot o [2000/03/03] kern/17173 4.0-20000214-CURRENT: ata with Intel ICH o [2000/03/04] ports/17176 ports Update ports: Mew-1.94.2 o [2000/03/04] misc/17178 -d option of lpd didnt work o [2000/03/04] ports/17180 ports update ports: mail/popa3d o [2000/03/04] ports/17184 ports adzapper (port) does not have an RC start o [2000/03/04] misc/17185 main ncurses headerfile is installed as c o [2000/03/04] ports/17186 ports BIEW (binary viewer+editor) port o [2000/03/04] ports/17194 ports new port: games/heretic o [2000/03/04] i386/17198 3.4 doesn't boot from CD on dell 3500 o [2000/03/04] ports/17199 ports emulators/mtools configure fix o [2000/03/04] ports/17200 ports irc/zircon update to 1.18.240 o [2000/03/04] gnu/17202 uucp grade patch and policy o [2000/03/05] ports/17204 ports update the mail/postilion port to version o [2000/03/05] ports/17206 ports p5-Apache-ASP port update o [2000/03/05] conf/17207 disktab support for Fuji-MO o [2000/03/05] gnu/17214 gdb doesn't honor auto-solib-add o [2000/03/05] ports/17215 ports XFree86 SVGA SiS5597/5598 server problem o [2000/03/06] ports/17220 ports Update of the lang/squeak2 port to versio o [2000/03/06] kern/17222 Avance Logic ALS/100 sound card doesn't r o [2000/03/06] kern/17224 4.0-20000214-CURRENT: pcm/csa sound - sha o [2000/03/06] bin/17226 markm ftpd can't use PAM o [2000/03/06] ports/17229 ports Update port: ftp/downloader to 1.13 (fix o [2000/03/06] ports/17231 ports Update port: graphics/Mesa3 from 3.0 to 3 o [2000/03/06] misc/17232 obrien chown(1) and chgrp(1) do not honor -v fla o [2000/03/06] misc/17239 Modem and PNP o [2000/03/06] ports/17241 ports Update: japanese/tkdesk o [2000/03/07] ports/17245 ports Probably incorrect target handling in bsd o [2000/03/07] ports/17246 ports Ports remove: korean/hanmutt o [2000/03/07] ports/17249 ports Updated md5 checksum for audio/xmms-livei o [2000/03/07] ports/17255 ports Update the GNATS port to 3.113 o [2000/03/07] ports/17257 ports fix for dired core dump of japanese/ng po o [2000/03/07] ports/17258 ports New port- net/gtkicq o [2000/03/07] ports/17259 reg Update port www/mozilla o [2000/03/08] ports/17262 ports port of xmsgsaver-1.7 o [2000/03/08] ports/17264 ports new port: devel/fox o [2000/03/08] ports/17265 ports New port devel/tmake o [2000/03/08] ports/17268 dirk new lyx port does not install locale file o [2000/03/08] docs/17269 doc Description of Symbols in nm(1) o [2000/03/08] misc/17270 FreeBSD should support nsswitch.conf, or o [2000/03/08] misc/17272 deleting a file that a program has open c o [2000/03/08] misc/17275 make release fails when making readmes fo o [2000/03/08] docs/17277 jim Typos from Chapter 10 of FreeBSD Handbook o [2000/03/08] ports/17279 ports USA/Canada Netscape Navigator 4.72 FreeBS o [2000/03/09] ports/17281 ports sigrot broken -here's the patch o [2000/03/09] ports/17282 ports Update port: lang/mit-scheme to 7.5.4 o [2000/03/09] ports/17283 ports Update port: lang/slib to 2c7 o [2000/03/09] ports/17284 ports Update port: net/ntp to 4.0.99g (fix port o [2000/03/09] ports/17286 ports New port of ISC DHCP 3.0 beta o [2000/03/09] bin/17289 [PATCH] wrong permissions on /var/run/pri o [2000/03/09] ports/17293 ports samba port installs man-pages twice, fail o [2000/03/09] ports/17294 ports Update to devel/pcre o [2000/03/09] ports/17296 ports net/openh323 port broken (for -stable at o [2000/03/09] kern/17297 Panic when mounting a CDRom o [2000/03/10] i386/17299 I can't find uucleanup command in freeBSD o [2000/03/10] ports/17300 ports New version of radiusd-cistron port o [2000/03/10] ports/17301 ports New port: mozilla-fonts o [2000/03/10] ports/17302 ports New Port c-nocem o [2000/03/10] kern/17304 building a KLD can fail on platforms that o [2000/03/10] ports/17309 ports ports/audio/cdd doesn't support .wav outp o [2000/03/11] ports/17316 ports New Port - QuickPicks o [2000/03/11] ports/17317 ports New port for kxicq - featured ICQ client o [2000/03/11] ports/17318 ports Update: japanese editors/ja-ne-3.00pre17 o [2000/03/11] ports/17320 ports Update port: irc/bitchx o [2000/03/11] ports/17322 ports Update port: www/thttpd o [2000/03/11] ports/17323 ports Update port: audio/xmp o [2000/03/11] ports/17324 ports Update port: graphics/hppsmtools o [2000/03/11] ports/17325 ports Port updates: security/nessus* o [2000/03/11] ports/17326 ports Upgrade pnmtopng port o [2000/03/11] ports/17327 ports New port: boxes o [2000/03/11] misc/17328 no USA_RESIDENT define while make release o [2000/03/11] ports/17329 ports Re: ports/17327: New port: boxes o [2000/03/11] ports/17331 ports Ports Update: korean/hanterm-xf86 o [2000/03/11] ports/17332 ports New ports: korean/gtkcomm o [2000/03/11] docs/17333 doc IPv6 man typos (rrenumd.conf.5, prefix.8, o [2000/03/11] ports/17334 ports bsd.port.mk documentation addition o [2000/03/12] ports/17335 ports Update ici port to new ici release o [2000/03/12] ports/17336 ports ktranslator port make failure o [2000/03/12] ports/17337 ports New port for bulb-1.0.6 o [2000/03/12] ports/17341 ports Update port: security/saint o [2000/03/12] ports/17342 ports ports/devel/qtez build failure o [2000/03/12] ports/17345 ports fix package build for palm/jpilot port o [2000/03/12] kern/17347 msdosfs_rename and 'vrele: negative ref c o [2000/03/12] ports/17348 ports Update port security/libparanoia from 1.3 o [2000/03/12] kern/17349 [Patch] ESS18xx PnP Sound Card PnPid for o [2000/03/12] ports/17350 ports tripwire used mktemp(), siggen not instal o [2000/03/13] kern/17351 Add PnP ID for the "5634BTS 56K Video Rea o [2000/03/13] ports/17353 ports New port of featured ICQ client for KDE ( o [2000/03/13] ports/17354 ports Update: audio/timidity++ o [2000/03/13] ports/17355 ports Update: audio/timidity++-motif o [2000/03/13] ports/17356 ports Update: audio/timidity++-slang o [2000/03/13] ports/17357 ports Update: japanese/timidity++-slang o [2000/03/13] kern/17358 PCI ids for Aureal 8810, 8820 and 8830 au o [2000/03/13] ports/17359 cpiazza small fix for aumix 2.2 1415 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 Mar 13 12:50: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4030A37B62F for ; Mon, 13 Mar 2000 12:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA54705; Mon, 13 Mar 2000 12:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from newbie.cho.cstone.net (newbie.cho.cstone.net [209.145.64.15]) by hub.freebsd.org (Postfix) with ESMTP id BDD1437B619 for ; Mon, 13 Mar 2000 12:48:10 -0800 (PST) (envelope-from ubergeek@newbie.cho.cstone.net) Received: (from ubergeek@localhost) by newbie.cho.cstone.net (8.9.3/8.9.3) id PAA81871; Mon, 13 Mar 2000 15:47:08 -0500 (EST) (envelope-from ubergeek) Message-Id: <200003132047.PAA81871@newbie.cho.cstone.net> Date: Mon, 13 Mar 2000 15:47:08 -0500 (EST) From: adrian@ubergeeks.com Reply-To: adrian@ubergeeks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17363: crontab not cleaning up tmp files properly with catching a signal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17363 >Category: bin >Synopsis: crontab(1) leaves files in /var/cron/tabs when interrupted >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 Mar 13 12:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Adrian Filipi-Martin >Release: FreeBSD 3.4-RELEASE i386 >Organization: Ubergeeks Consulting >Environment: 3.4-RELEASE >Description: crontab(1) does not clean up temp files when it catches a INT, TERM or HUP signal. This causes files to slowly accumilate in /var/cron/tabs. >How-To-Repeat: # Run crontab reading frmo stdin and interrupt it with a signal. crontab - ^C ls /var/cron/tabs tmp.81593 >Fix: Apply this patch. It's not great, but it gets the job done with a minimum of fuss. --- crontab.c.orig Mon Mar 13 14:22:40 2000 +++ crontab.c Mon Mar 13 15:39:03 2000 @@ -452,6 +452,17 @@ } +static char *_tmp_path = 0; +void +static remove_tmp(int sig) +{ + if (_tmp_path) { + unlink(_tmp_path); + } + exit(ERROR_EXIT); +} + + /* returns 0 on success * -1 on syntax error * -2 on install error @@ -464,6 +475,7 @@ entry *e; time_t now = time(NULL); char **envp = env_init(); + void (*f[4])(); if (envp == NULL) { warnx("cannot allocate memory"); @@ -472,6 +484,13 @@ (void) sprintf(n, "tmp.%d", Pid); (void) sprintf(tn, CRON_TAB(n)); + + /* Set up to remove the temp file if interrupted by a signal. */ + f[0] = signal(SIGHUP, remove_tmp); + f[1] = signal(SIGINT, remove_tmp); + f[2] = signal(SIGTERM, remove_tmp); + _tmp_path = tn; + if (!(tmp = fopen(tn, "w+"))) { warn("%s", tn); return (-2); @@ -564,6 +583,13 @@ unlink(tn); return (-2); } + + /* Restore the default signal handlers. */ + _tmp_path = 0; + signal(SIGHUP, f[0]); + signal(SIGINT, f[1]); + signal(SIGTERM, f[2]); + log_it(RealUser, Pid, "REPLACE", User); poke_daemon(); >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 Mar 13 13:52: 1 2000 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 547) id A2AC337B65F; Mon, 13 Mar 2000 13:52:00 -0800 (PST) To: imp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, imp@FreeBSD.ORG From: imp@FreeBSD.ORG Subject: Re: kern/17304 Message-Id: <20000313215200.A2AC337B65F@hub.freebsd.org> Date: Mon, 13 Mar 2000 13:52:00 -0800 (PST) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: building a KLD can fail on platforms that are not the desired target FreeBSD version New Synopsis: More flexible support for building klds outside a kernel tree needed Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: imp Responsible-Changed-When: Mon Mar 13 14:41:15 MST 2000 Responsible-Changed-Why: I'll take point on this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 13 14:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A41237B67B for ; Mon, 13 Mar 2000 14:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA64436; Mon, 13 Mar 2000 14:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDDCE37BA16 for ; Mon, 13 Mar 2000 14:25:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA64185; Mon, 13 Mar 2000 14:25:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003132225.OAA64185@freefall.freebsd.org> Date: Mon, 13 Mar 2000 14:25:17 -0800 (PST) From: Prigot@attglobal.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17365: Can't use internal HighPoint ATA/66 interface Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17365 >Category: i386 >Synopsis: Can't use internal HighPoint ATA/66 interface >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 Mar 13 14:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jonathan M. Prigot >Release: 3.4 >Organization: >Environment: >Description: I am using a Soyo 6BA-VII+ motherboard. This motherboard has two ATA/33 ports which conform to the wdc0 and wdc1 specs. There is also a pair of ATA/66 interfaces which the Soyo BIOS sees as a SCSI interface. When I have the disk on the ATA/33 interface there is no problem. When I move the disk to the ATA/66 interface, the system starts to boot, but then panics because it cannot find the root. I have tried various combinations of boot [0..3]:wd([0..3],a)kernel (e.g. 2:wd(3,a)kernel) to no avail. (BTW, Microsoft software sees it as drive C:, Mandrake Linux sees the disk as /dev/hde [FreeBSD is at /dev/hde3]). If I attempt to reinstall FreeBSD, it finds no disks. What incantation do you suggest? (BTW, support for the HighPoint 66 chip has been available only as a patch to the Linux kernel so far. It looks like Mandrake decided to go leading edge in their kernel.) >How-To-Repeat: Move the system disk from the Soyo's ATA/33 interface to its ATA/66 interface. >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 Mar 13 15:50:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87FEB37B63C for ; Mon, 13 Mar 2000 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA71621; Mon, 13 Mar 2000 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 30E3B37B6B8 for ; Mon, 13 Mar 2000 15:40:11 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id RAA46549; Mon, 13 Mar 2000 17:40:04 -0600 (CST) (envelope-from dan) Message-Id: <200003132340.RAA46549@dan.emsphone.com> Date: Mon, 13 Mar 2000 17:40:04 -0600 (CST) From: dnelson@emsphone.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17366: sendfile() has no pthreads wrapper Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17366 >Category: bin >Synopsis: sendfile() has no pthreads wrapper >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 Mar 13 15:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dan Nelson >Release: FreeBSD 4.0-CURRENT i386 >Organization: Executive Marketing Service, Inc. >Environment: FreeBSD dan.emsphone.com 4.0-CURRENT FreeBSD 4.0-CURRENT #49: Thu Feb 10 09:22:17 CST 2000 dan@dan.emsphone.com:/usr/src/sys/compile/DANSMP i386 >Description: There is no pthreads wrapper for the sendfile() call. This causes a problem if someone tries to call sendfile() on a blocking socket. Pthreads always set sockets to non-blocking, and sendfile() will return EAGAIN on non-blocking sockets instead of blocking and sending the file. Even though sendfile() doesn't make much sense with out current user-threads implementation, POLA suggests that a threaded sendfile() should behave the same as a non-threaded sendfile() from the point of view of the application. >How-To-Repeat: call sendfile() on a blocking socket in a threaded application. >Fix: write a sendfile() wrapper that does the right thing. >Release-Note: >Audit-Trail: >Unformatted: Dan Nelson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 13 19:30: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA00E37B529 for ; Mon, 13 Mar 2000 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA93459; Mon, 13 Mar 2000 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 81B5737B6C1 for ; Mon, 13 Mar 2000 19:27:27 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA97349; Mon, 13 Mar 2000 22:27:22 -0500 (EST) (envelope-from cjc) Message-Id: <200003140327.WAA97349@cc942873-a.ewndsr1.nj.home.com> Date: Mon, 13 Mar 2000 22:27:22 -0500 (EST) From: "Crist J. Clark" Reply-To: cjc@cc942873-a.ewndsr1.nj.home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17368: Bad error messaging from mountd(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17368 >Category: bin >Synopsis: Bad error messaging from mountd(8) >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 Mar 13 19:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Crist J. Clark >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD 3.4-STABLE >Description: mountd(8) can produce error messages like, mountd[389]: -mask requires -net However, '-net' is not a legal mountd(8) option either. Only '-network' and '-n' are. If you use '-net' you get, mountd[390]: bad opt net >How-To-Repeat: Try an export line, /usr/obj -net 192.168.128.0 -mask 255.255.255.0 And you get the error above. >Fix: Either let mountd(8) take a '-net' option, --- /usr/src/sbin/mountd/mountd.c Fri Nov 26 04:02:08 1999 +++ mountd.c Mon Mar 13 22:24:33 2000 @@ -1399,7 +1399,7 @@ usedarg++; opt_flags |= OP_MASK; } else if (cpoptarg && (!strcmp(cpopt, "network") || - !strcmp(cpopt, "n"))) { + !strcmp(cpopt, "net") || !strcmp(cpopt, "n"))) { if (grp->gr_type != GT_NULL) { syslog(LOG_ERR, "network/host conflict"); return (1); Or produce the correct error messages, --- /usr/src/sbin/mountd/mountd.c Fri Nov 26 04:02:08 1999 +++ mountd.c Mon Mar 13 22:25:38 2000 @@ -2142,11 +2142,11 @@ return (1); } if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { - syslog(LOG_ERR, "-mask requires -net"); + syslog(LOG_ERR, "-mask requires -network"); return (1); } if ((opt_flags & (OP_NET | OP_ISO)) == (OP_NET | OP_ISO)) { - syslog(LOG_ERR, "-net and -iso mutually exclusive"); + syslog(LOG_ERR, "-network and -iso mutually exclusive"); return (1); } if ((opt_flags & OP_ALLDIRS) && dp->dp_left) { >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 Mar 13 19:36:27 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A42EC37B6ED; Mon, 13 Mar 2000 19:36:25 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA94740; Mon, 13 Mar 2000 19:36:25 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Mon, 13 Mar 2000 19:36:25 -0800 (PST) From: Message-Id: <200003140336.TAA94740@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-bugs@FreeBSD.org, billf@FreeBSD.org Subject: Re: bin/17368: Bad error messaging from mountd(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bad error messaging from mountd(8) Responsible-Changed-From-To: freebsd-bugs->billf Responsible-Changed-By: billf Responsible-Changed-When: Mon Mar 13 19:35:40 PST 2000 Responsible-Changed-Why: I got really mad at mountd the other day and have some patches that make error message more verbose. I'll add these to my patch set. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 13 21:35:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 718) id 8905737B612; Mon, 13 Mar 2000 21:35:20 -0800 (PST) To: jasone@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jasone@FreeBSD.ORG From: jasone@FreeBSD.ORG Subject: Re: bin/17366 Message-Id: <20000314053520.8905737B612@hub.freebsd.org> Date: Mon, 13 Mar 2000 21:35:20 -0800 (PST) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sendfile() has no pthreads wrapper Responsible-Changed-From-To: freebsd-bugs->jasone Responsible-Changed-By: jasone Responsible-Changed-When: Mon Mar 13 21:34:52 PST 2000 Responsible-Changed-Why: Over to maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 13 23:40:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5693F37B6F4; Mon, 13 Mar 2000 23:40:56 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA22881; Mon, 13 Mar 2000 23:40:55 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 13 Mar 2000 23:40:55 -0800 (PST) From: Message-Id: <200003140740.XAA22881@freefall.freebsd.org> To: hg@ParView.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9078: tunefs cant access mounted devices (vs. man page) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tunefs cant access mounted devices (vs. man page) State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Mar 13 23:40:32 PST 2000 State-Changed-Why: Superseded by PR 17143. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 13 23:41:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 369FE37B714; Mon, 13 Mar 2000 23:41:25 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA22979; Mon, 13 Mar 2000 23:41:25 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 13 Mar 2000 23:41:25 -0800 (PST) From: Message-Id: <200003140741.XAA22979@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: misc/17143: [PATCH] make "tunefs -p" work for mounted filesytems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] make "tunefs -p" work for mounted filesytems Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Mar 13 23:40:59 PST 2000 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 14 1:19:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBEB237B56A; Tue, 14 Mar 2000 01:19:24 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA33254; Tue, 14 Mar 2000 01:19:24 -0800 (PST) (envelope-from sos@FreeBSD.org) Date: Tue, 14 Mar 2000 01:19:24 -0800 (PST) From: Message-Id: <200003140919.BAA33254@freefall.freebsd.org> To: Prigot@attglobal.net, sos@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos-bugs@FreeBSD.org Subject: Re: i386/17365: Can't use internal HighPoint ATA/66 interface Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can't use internal HighPoint ATA/66 interface State-Changed-From-To: open->closed State-Changed-By: sos State-Changed-When: Tue Mar 14 01:18:17 PST 2000 State-Changed-Why: You need to upgrade to 4.0 where the HPT366 chip is fully supported. Responsible-Changed-From-To: freebsd-bugs->sos-bugs Responsible-Changed-By: sos Responsible-Changed-When: Tue Mar 14 01:18:17 PST 2000 Responsible-Changed-Why: I'm Mr. ATA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 14 1:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A3DD337B635 for ; Tue, 14 Mar 2000 01:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA35185; Tue, 14 Mar 2000 01:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1160737B523 for ; Tue, 14 Mar 2000 01:37:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA34989; Tue, 14 Mar 2000 01:37:13 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003140937.BAA34989@freefall.freebsd.org> Date: Tue, 14 Mar 2000 01:37:13 -0800 (PST) From: haruhiko.nishida@ntt.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/17371: sysinstall's mediaSetHTTP does not work under local nameserver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17371 >Category: bin >Synopsis: sysinstall's mediaSetHTTP does not work under local nameserver >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 14 01:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Haruhiko Nishida >Release: 4.0-20000214-CURRENT >Organization: NTT Communications >Environment: FreeBSD nishida-NT.mti.longdist.ntt.co.jp 4.0-20000214-CURRENT FreeBSD 4.0-200000214-CURRENT #0: Tue Feb 15 01:45:52 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: install from FTP server through http proxy faied if the local nameserver could not resolve the ftp server. Inside firewall, there is no need to resolve (outer world's) ftp server's address. It will be done by proxy server. >How-To-Repeat: use local nameserver which does not know ftp server's address, and try install. >Fix: In media.c, mediaSetHTTP calls mediaSetFTP, and mediaSetFTP allways calls gethostbyname for ftp server. Don't execute gethostbyname when mediaSetFTP was called from mediaSetHTTP. >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 Mar 14 6:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28E3437B5C8 for ; Tue, 14 Mar 2000 06:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA90142; Tue, 14 Mar 2000 06:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from atdot.dotat.org (atdot.dotat.org [150.101.89.3]) by hub.freebsd.org (Postfix) with ESMTP id 7969837B768 for ; Tue, 14 Mar 2000 06:00:27 -0800 (PST) (envelope-from newton@atdot.dotat.org) Received: (from newton@localhost) by atdot.dotat.org (8.9.3/8.9.3) id AAA62460; Wed, 15 Mar 2000 00:30:43 +1030 (CST) (envelope-from newton) Message-Id: <200003141400.AAA62460@atdot.dotat.org> Date: Wed, 15 Mar 2000 00:30:43 +1030 (CST) From: Mark Newton Reply-To: newton@atdot.dotat.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17372: rmuser bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17372 >Category: bin >Synopsis: rmuser(8) incorrectly identifies non-alphanum characters >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 14 06:10:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mark Newton >Release: FreeBSD 4.0-CURRENT i386 >Organization: None >Environment: FreeBSD-current >Description: rmuser complains about non-alphanumeric characters if the username you attempt to delete contains capital letters. This causes problems for sites which attempt to call PPP users "Pfoo" and SLIP users "Sfoo" (such as an ISP run by a friend of mine :-) >How-To-Repeat: bsd# rmuser Pfoo >Fix: I'm happy to commit this myself; just getting it into the PR system so that anyone else who searches for it later will see that it has been fixed on this date. I'll commit it later tonight then close the PR. *** /usr/sbin/rmuser Fri Mar 3 08:53:25 2000 --- rmuser.perl Wed Mar 15 00:25:51 2000 *************** *** 108,114 **** # Username was given as a parameter $login_name = pop(@ARGV); die "Sorry, login name must contain alphanumeric characters only.\n" ! if ($login_name !~ /^[a-z0-9_][a-z0-9_\-]*$/); } else { if ($affirm) { print STDERR "${whoami}: Error: -y option given without username!\n"; --- 108,114 ---- # Username was given as a parameter $login_name = pop(@ARGV); die "Sorry, login name must contain alphanumeric characters only.\n" ! if ($login_name !~ /^[a-zA-Z0-9_]{1,}$/); } else { if ($affirm) { print STDERR "${whoami}: Error: -y option given without username!\n"; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 14 6:17: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24A1B37B6A8; Tue, 14 Mar 2000 06:17:04 -0800 (PST) (envelope-from newton@FreeBSD.org) Received: (from newton@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA93525; Tue, 14 Mar 2000 06:17:03 -0800 (PST) (envelope-from newton@FreeBSD.org) Date: Tue, 14 Mar 2000 06:17:03 -0800 (PST) From: Message-Id: <200003141417.GAA93525@freefall.freebsd.org> To: newton@FreeBSD.org, freebsd-bugs@FreeBSD.org, newton@FreeBSD.org Subject: Re: bin/17372: rmuser(8) incorrectly identifies non-alphanum characters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rmuser(8) incorrectly identifies non-alphanum characters Responsible-Changed-From-To: freebsd-bugs->newton Responsible-Changed-By: newton Responsible-Changed-When: Tue Mar 14 06:15:57 PST 2000 Responsible-Changed-Why: Taking responsibility for my own PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 14 6:50: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA6E937B788 for ; Tue, 14 Mar 2000 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA10257; Tue, 14 Mar 2000 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAD0837B777 for ; Tue, 14 Mar 2000 06:44:31 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA07586; Tue, 14 Mar 2000 06:44:31 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003141444.GAA07586@freefall.freebsd.org> Date: Tue, 14 Mar 2000 06:44:31 -0800 (PST) From: slakw@excite.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17373: libXThrStub missing in 4.0-20000307-CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17373 >Category: misc >Synopsis: libXThrStub missing in 4.0-20000307-CURRENT >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 14 06:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mircea S. Tamasdan >Release: 4.0-20000307-CURRENT >Organization: >Environment: FreeBSD nr5bsd.mssm.edu 4.0-20000307-CURRENT FreeBSD 4.0-20000307-CURRENT #0: Tue MAr 7 12:39:26 GMT 2000 root@usw2.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: Install Freebsd-current via ftp; XF86Setup fails during the install - used xf86config instead. After the install is finished, startx fails with the message: /usr/libexec/ld-elf.so.1: Shared object "libXThrStub.so.6" not found >How-To-Repeat: wipe out hard disk; repeat the install; same problem. >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 Mar 14 6:59:42 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABA4037B729; Tue, 14 Mar 2000 06:59:40 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA11615; Tue, 14 Mar 2000 06:59:40 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Date: Tue, 14 Mar 2000 06:59:40 -0800 (PST) From: Message-Id: <200003141459.GAA11615@freefall.freebsd.org> To: kuriyama@FreeBSD.org, freebsd-bugs@FreeBSD.org, dillon@FreeBSD.org Subject: Re: kern/16815: Cannot "rm -rf" for not-existed file on read-only nfs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Cannot "rm -rf" for not-existed file on read-only nfs Responsible-Changed-From-To: freebsd-bugs->dillon Responsible-Changed-By: kuriyama Responsible-Changed-When: Tue Mar 14 06:58:17 PST 2000 Responsible-Changed-Why: Pass this PR to dillon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 14 11:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 061A937B742 for ; Tue, 14 Mar 2000 11:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA71385; Tue, 14 Mar 2000 11:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from jvdbosch.icts.tue.nl (jvdbosch.icts.tue.nl [131.155.200.8]) by hub.freebsd.org (Postfix) with ESMTP id 1B84D37B5C7 for ; Tue, 14 Mar 2000 11:49:28 -0800 (PST) (envelope-from jan@jvdbosch.icts.tue.nl) Received: (from jan@localhost) by jvdbosch.icts.tue.nl (8.9.3/8.9.3) id UAA01066; Tue, 14 Mar 2000 20:39:37 +0100 (CET) (envelope-from jan) Message-Id: <200003141939.UAA01066@jvdbosch.icts.tue.nl> Date: Tue, 14 Mar 2000 20:39:37 +0100 (CET) From: jan@vandenbosch.org Reply-To: jan@vandenbosch.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/17374: Bug with fix - Archive QIC02 tape-unit device randomly halts. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17374 >Category: i386 >Synopsis: Archive QIC02 tape-unit device randomly halts. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 14 11:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jan van den Bosch >Release: FreeBSD 3.2-RELEASE i386 >Organization: Jan van den Bosch (The Netherlands) >Environment: i486 PC, 8 MB, QIC02 Archive tapedrive >Description: The wt QIC02 tapedriver in thwe FreeBSD 3.x has a nice bug (could be also in NetBSD and other BSD's ???) The wt driver sometimes comes in a deadlock state (waiting for an wake-up event that never occurs). It may happen when you are doing longer backups on - I assume - some "slow" PC's like mine. The backup does not finish correctly, it "hangs". The code is in /sys/i386/isa/wt.c. The solution is simple. After changing it, the bug never occurred (to me) again. Reason: In the Interrupt routine wtintr() there is no provision for stopping the timeout() if all i/o (one block) is completed (state 'i/o finished'). If an interrupt is generated at this moment, it comes in an unexpected state ('continue i/o'). In this state, there is of course no wakeup, so it keeps sleeping ... Patch: *Allways put the timer off* if i/o is finished. Add this line in the function body of wtintr(sc): untimeout(wtimer, (caddr_t)t, t->co_handler); See context-diff below. Remark: In NetBSD ther is no call-out handler, the patch is even more simple. >How-To-Repeat: Problem shows up every time I was making a longer backup, on my old 486 PC system. (May be on a fast system it does not occure, because it is a timing problem) >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 Mar 14 12: 0: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D49537B5EB for ; Tue, 14 Mar 2000 12:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA75515; Tue, 14 Mar 2000 12:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id C154637B772 for ; Tue, 14 Mar 2000 11:59:50 -0800 (PST) (envelope-from root@snuggly.demon.co.uk) Received: from snuggly.demon.co.uk ([212.229.111.142]) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 12UxTl-0009XP-0C for FreeBSD-gnats-submit@freebsd.org; Tue, 14 Mar 2000 19:59:48 +0000 Received: (from root@localhost) by snuggly.demon.co.uk (8.9.3/8.9.3) id TAA00372; Tue, 14 Mar 2000 19:59:12 GMT (envelope-from root) Message-Id: <200003141959.TAA00372@snuggly.demon.co.uk> Date: Tue, 14 Mar 2000 19:59:12 GMT From: steve@snuggly.demon.co.uk Reply-To: steve@snuggly.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17375: kldload/unload cycles with syscons screen savers causes panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17375 >Category: kern >Synopsis: kldload/unload cycles with syscons screen savers causes panic >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 14 12:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Steve Roome (Root) >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: 3.4-stable as of 26 feb 2000 >Description: repeated use of kldunload and kldload with most of the syscons screen savers causes panics. >How-To-Repeat: assuming you have the daemon saver installed already ... this triggers it for me, same for fire saver but not for the green saver, not tested many others as this is the only machine I've got and don't fancy the bad luck of file system damages. for i in / do vidcontrol -t 1 sleep 4 kldunload -i `kldstat | grep daemon | awk '{print $1}'` kldload /modules/daemon_saver.ko kldstat done >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 Mar 14 12:38: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5009B37B5C7; Tue, 14 Mar 2000 12:38:01 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA90836; Tue, 14 Mar 2000 12:38:00 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Tue, 14 Mar 2000 12:38:00 -0800 (PST) From: Message-Id: <200003142038.MAA90836@freefall.freebsd.org> To: spock@techfour.net, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17319: [PATCH] ipfw logs ICMP and unknown packets, with same src and dest address Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] ipfw logs ICMP and unknown packets, with same src and dest address State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Tue Mar 14 12:37:00 PST 2000 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 14 16: 0: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C69337B88C for ; Tue, 14 Mar 2000 16:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA30233; Tue, 14 Mar 2000 16:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by hub.freebsd.org (Postfix) with ESMTP id C35DA37B742 for ; Tue, 14 Mar 2000 15:56:09 -0800 (PST) (envelope-from girgen@elbas.partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.9.3/8.9.3) id AAA60599; Wed, 15 Mar 2000 00:56:02 +0100 (CET) (envelope-from girgen) Message-Id: <200003142356.AAA60599@elbas.partitur.se> Date: Wed, 15 Mar 2000 00:56:02 +0100 (CET) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17378: periodic(8) doesn't care about the local /etc/rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17378 >Category: bin >Synopsis: periodic(8) doesn't care about the local /etc/rc.conf >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 14 16:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.0-CURRENT i386 >Organization: Partitur >Environment: FreeBSD elbas.partitur.se 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Wed Mar 1 01:03:22 CET 2000 girgen@elbas.partitur.se:/opt/current/src/sys/compile/WORKSTATION i386 >Description: in /usr/sbin/periodic, the shell script first eat /etc/defaults/rc.conf and then only if that file does not exist does it try to read /etc/rc.conf. Isn't /etc/rc.conf supposed to override /etc/defaults/rc.conf? >How-To-Repeat: >Fix: === cd /opt/current/src/usr.sbin/periodic/ === cvs diff -u periodic.sh Index: periodic.sh =================================================================== RCS file: /opt/ncvs/src/usr.sbin/periodic/periodic.sh,v retrieving revision 1.9 diff -u -u -r1.9 periodic.sh --- periodic.sh 1999/08/28 01:17:52 1.9 +++ periodic.sh 2000/03/14 23:46:22 @@ -22,7 +22,8 @@ # to see if there are additional dirs to check if [ -r /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf -elif [ -r /etc/rc.conf ]; then +fi +if [ -r /etc/rc.conf ]; then . /etc/rc.conf fi === Exit status: 1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 14 16:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AC4137B81B for ; Tue, 14 Mar 2000 16:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA35572; Tue, 14 Mar 2000 16:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 14 Mar 2000 16:20:04 -0800 (PST) Message-Id: <200003150020.QAA35572@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Matthew D. Fuller" Subject: Re: bin/17378: periodic(8) doesn't care about the local /etc/rc.conf Reply-To: "Matthew D. Fuller" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17378; it has been noted by GNATS. From: "Matthew D. Fuller" To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/17378: periodic(8) doesn't care about the local /etc/rc.conf Date: Tue, 14 Mar 2000 18:16:53 -0600 On Wed, Mar 15, 2000 at 12:56:02AM +0100, a little birdie told me that Palle Girgensohn remarked > > >Description: > in /usr/sbin/periodic, the shell script first eat > /etc/defaults/rc.conf and then only if that file does not exist does > it try to read /etc/rc.conf. Isn't /etc/rc.conf supposed to override > /etc/defaults/rc.conf? root% tail -6 /etc/defaults/rc.conf for i in ${rc_conf_files}; do if [ -f $i ]; then . $i fi done -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Unix Systems Administrator | fullermd@futuresouth.com Specializing in FreeBSD | http://www.over-yonder.net/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 14 17:50: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DA0237B899 for ; Tue, 14 Mar 2000 17:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46020; Tue, 14 Mar 2000 17:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 14 Mar 2000 17:50:04 -0800 (PST) Message-Id: <200003150150.RAA46020@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ted Mittelstaedt Subject: re: kern/9537: ep0 driver : no buffer space available Reply-To: Ted Mittelstaedt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9537; it has been noted by GNATS. From: Ted Mittelstaedt To: "'freebsd-gnats-submit@freebsd.org'" , "'volf@oasis.iaehv.nl'" Cc: Subject: re: kern/9537: ep0 driver : no buffer space available Date: Tue, 14 Mar 2000 17:47:55 -0800 This PR should be closed - it's the same bug as on PR kern/8861 I've posted more info there as well. Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 14 17:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A60937B898 for ; Tue, 14 Mar 2000 17:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46015; Tue, 14 Mar 2000 17:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 14 Mar 2000 17:50:02 -0800 (PST) Message-Id: <200003150150.RAA46015@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ted Mittelstaedt Subject: re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled Reply-To: Ted Mittelstaedt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/2598; it has been noted by GNATS. From: Ted Mittelstaedt To: "'freebsd-gnats-submit@freebsd.org'" , "'mi@aldan.algebra.com'" Cc: Subject: re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled Date: Tue, 14 Mar 2000 17:44:28 -0800 The documentation for the ep device driver shows that 3c509 cards are soft-configured and that probes to port 110 are used for the driver to communicate with the card. 3c579 EISA cards, by contrast, are configured by the eisa-config program for the system, not by the 3c5x9cfg.exe DOS configuration program. Thus port 110 on these cards is not supposed to be there (because your supposed to use eisa-config to config the card) When the ep driver normally loads it first checks for EISA 3c579 cards, then it checks for ISA 3c509 cards. This probe order is fine since the 3c579 card has no port 110, the EISA probe will not need to disturb the port. When the ISA probe is done then port 110 is twiddled with and the 3c579 card will not be bothered. In this instance your putting an ISA card into EISA mode. So when the driver probes it EISA-configs the card. Then later on when the ISA probe is run it attempts to twiddle port 110. If you were using an EISA card this would not be a problem because EISA 3c579's have no port 110. Since your using an ISA card in EISA-emulation, there is a port 110, and this is why the second probe trashes the driver. If the driver were modded with a crude "don't probe for ISA cards if an ep card is configured on EISA" then you would screw all the people running a mix of EISA 3c579 and ISA 3c509 cards in an EISA box. Needless to say there is no way the 3c509 can report an "IN EISA emulation mode" during an EISA probe because the 3c579 EISA card does not have an ISA-emulation mode and thus that message was never put into the EISA-probe. While there may be a more convoluted way of making the probing work in nice fashion for ISA-in-EISA cards like the 3c509 card in EISA mode, it's going to make probe logic needlessly complex. In any case the 3c509 was not originally a true Plug-n-Play ISA card, so that's not an option, the ep probe logic is basically doing the user a kindness by doing an autoprobe - non Plug-n-Play ISA cards really should be hard-coded in the kernel.conf file anyway. I'd recommend this be a documentation change on the ep manual page, and in the hardware.txt, and FAQ, rather than a driver code change. Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 14 21: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC4BD37B50C for ; Tue, 14 Mar 2000 21:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66748; Tue, 14 Mar 2000 21:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from localhost.posi.net (alc-182.alcnet.com [63.69.28.182]) by hub.freebsd.org (Postfix) with ESMTP id 7465037B89B for ; Tue, 14 Mar 2000 20:51:47 -0800 (PST) (envelope-from kbyanc@localhost.posi.net) Received: (from kbyanc@localhost) by localhost.posi.net (8.9.3/8.9.3) id AAA00489; Wed, 15 Mar 2000 00:02:21 -0500 (EST) (envelope-from kbyanc) Message-Id: <200003150502.AAA00489@localhost.posi.net> Date: Wed, 15 Mar 2000 00:02:21 -0500 (EST) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/17383: [patch] PicoBSD kernel configs include obsolete 'conflicts' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17383 >Category: conf >Synopsis: 4.0 config yields warnings on PicoBSD's use of 'conflicts' >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 Mar 14 21:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD laptop 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Wed Mar 8 10:21:01 EST 2000 root@laptop:/usr/src/sys/compile/LAPTOP i386 >Description: PicoBSD kernel config files include the now-obsolete 'conflicts' keyword which causes the config utility to output warnings. >How-To-Repeat: Build PicoBSD floppy using one of the default configurations. >Fix: Build a custom PicoBSD kernel config which doesn't include the 'conflicts' keyword. The attached patch fixes the kernel configs shipped as default configurations. diff -ruN src/release/picobsd.orig/bridge/PICOBSD src/release/picobsd/bridge/PICOBSD --- src/release/picobsd.orig/bridge/PICOBSD Tue Mar 14 23:39:37 2000 +++ src/release/picobsd/bridge/PICOBSD Tue Mar 14 23:40:08 2000 @@ -62,7 +62,7 @@ device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 -device vga0 at isa? conflicts +device vga0 at isa? # syscons is the default console driver, resembling an SCO console device sc0 at isa? diff -ruN src/release/picobsd.orig/custom/PICOBSD-C src/release/picobsd/custom/PICOBSD-C --- src/release/picobsd.orig/custom/PICOBSD-C Tue Mar 14 23:39:28 2000 +++ src/release/picobsd/custom/PICOBSD-C Tue Mar 14 23:40:42 2000 @@ -118,7 +118,7 @@ device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 -device vga0 at isa? port ? conflicts +device vga0 at isa? port ? # splash screen/screen saver # pseudo-device splash diff -ruN src/release/picobsd.orig/dial/PICOBSD src/release/picobsd/dial/PICOBSD --- src/release/picobsd.orig/dial/PICOBSD Tue Mar 14 23:39:25 2000 +++ src/release/picobsd/dial/PICOBSD Tue Mar 14 23:41:05 2000 @@ -48,7 +48,7 @@ device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 -device vga0 at isa? port ? conflicts +device vga0 at isa? port ? # syscons is the default console driver, resembling an SCO console device sc0 at isa? diff -ruN src/release/picobsd.orig/isp/PICOBSD src/release/picobsd/isp/PICOBSD --- src/release/picobsd.orig/isp/PICOBSD Tue Mar 14 23:39:35 2000 +++ src/release/picobsd/isp/PICOBSD Tue Mar 14 23:41:27 2000 @@ -56,7 +56,7 @@ # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 -device vga0 at isa? conflicts +device vga0 at isa? # syscons is the default console driver, resembling an SCO console device sc0 at isa? diff -ruN src/release/picobsd.orig/net/PICOBSD src/release/picobsd/net/PICOBSD --- src/release/picobsd.orig/net/PICOBSD Tue Mar 14 23:39:35 2000 +++ src/release/picobsd/net/PICOBSD Tue Mar 14 23:41:43 2000 @@ -52,7 +52,7 @@ device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 -device vga0 at isa? conflicts +device vga0 at isa? # syscons is the default console driver, resembling an SCO console device sc0 at isa? diff -ruN src/release/picobsd.orig/router/PICOBSD src/release/picobsd/router/PICOBSD --- src/release/picobsd.orig/router/PICOBSD Tue Mar 14 23:39:33 2000 +++ src/release/picobsd/router/PICOBSD Tue Mar 14 23:42:06 2000 @@ -48,7 +48,7 @@ device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 -device vga0 at isa? port ? conflicts +device vga0 at isa? port ? # syscons is the default console driver, resembling an SCO console device sc0 at isa? >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 Mar 14 21:30: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BD9437B8FB for ; Tue, 14 Mar 2000 21:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68889; Tue, 14 Mar 2000 21:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from biddles.its.unimelb.edu.au (biddles.its.unimelb.edu.au [128.250.146.98]) by hub.freebsd.org (Postfix) with ESMTP id BD60C37B90C for ; Tue, 14 Mar 2000 21:28:16 -0800 (PST) (envelope-from niels@biddles.its.unimelb.edu.au) Received: (from root@localhost) by biddles.its.unimelb.edu.au (8.9.3/8.9.3) id QAA03127; Wed, 15 Mar 2000 16:28:13 +1100 (EST) (envelope-from niels) Message-Id: <200003150528.QAA03127@biddles.its.unimelb.edu.au> Date: Wed, 15 Mar 2000 16:28:13 +1100 (EST) From: Niels.Endres@biddles.its.unimelb.edu.au Reply-To: niels@b5.nu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/17384: patch for lpd to add -p option to disable internet sockets Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17384 >Category: misc >Synopsis: patch for lpd to add -p option to disable internet sockets >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 Mar 14 21:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Niels Endres >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: N/A >Description: patch for lpd to add -p option to disable internet sockets >How-To-Repeat: N/A >Fix: *** lpd.c.orig Wed Mar 15 15:36:00 2000 --- lpd.c Wed Mar 15 15:43:22 2000 *************** *** 104,109 **** --- 104,110 ---- #include "extern.h" int lflag; /* log requests flag */ + int pflag; /* no incoming port flag */ int from_remote; /* from remote socket */ int main __P((int, char **)); *************** *** 136,141 **** --- 137,143 ---- euid = geteuid(); /* these shouldn't be different */ uid = getuid(); options = 0; + pflag = 0; gethostname(host, sizeof(host)); name = "lpd"; *************** *** 144,150 **** errx(EX_NOPERM,"must run as root"); errs = 0; ! while ((i = getopt(argc, argv, "dl")) != -1) switch (i) { case 'd': options |= SO_DEBUG; --- 146,152 ---- errx(EX_NOPERM,"must run as root"); errs = 0; ! while ((i = getopt(argc, argv, "dlp")) != -1) switch (i) { case 'd': options |= SO_DEBUG; *************** *** 152,157 **** --- 154,163 ---- case 'l': lflag++; break; + + case 'p': + pflag++; + break; default: errs++; } *************** *** 278,299 **** FD_ZERO(&defreadfds); FD_SET(funix, &defreadfds); listen(funix, 5); ! finet = socket(AF_INET, SOCK_STREAM, 0); ! if (finet >= 0) { ! if (options & SO_DEBUG) ! if (setsockopt(finet, SOL_SOCKET, SO_DEBUG, 0, 0) < 0) { ! syslog(LOG_ERR, "setsockopt (SO_DEBUG): %m"); mcleanup(0); } ! memset(&sin, 0, sizeof(sin)); ! sin.sin_family = AF_INET; ! sin.sin_port = sp->s_port; ! if (bind(finet, (struct sockaddr *)&sin, sizeof(sin)) < 0) { ! syslog(LOG_ERR, "bind: %m"); ! mcleanup(0); } - FD_SET(finet, &defreadfds); - listen(finet, 5); } /* * Main loop: accept, do a request, continue. --- 284,310 ---- FD_ZERO(&defreadfds); FD_SET(funix, &defreadfds); listen(funix, 5); ! if (pflag == 0) { ! finet = socket(AF_INET, SOCK_STREAM, 0); ! if (finet >= 0) { ! if (options & SO_DEBUG) ! if (setsockopt(finet, SOL_SOCKET, ! SO_DEBUG, 0, 0) < 0) { ! syslog(LOG_ERR, "setsockopt ! (SO_DEBUG): %m"); ! mcleanup(0); ! } ! memset(&sin, 0, sizeof(sin)); ! sin.sin_family = AF_INET; ! sin.sin_port = sp->s_port; ! if (bind(finet, (struct sockaddr *)&sin, ! sizeof(sin)) < 0) { ! syslog(LOG_ERR, "bind: %m"); mcleanup(0); } ! FD_SET(finet, &defreadfds); ! listen(finet, 5); } } /* * Main loop: accept, do a request, continue. *************** *** 318,324 **** domain = AF_UNIX, fromlen = sizeof(fromunix); s = accept(funix, (struct sockaddr *)&fromunix, &fromlen); ! } else /* if (FD_ISSET(finet, &readfds)) */ { domain = AF_INET, fromlen = sizeof(frominet); s = accept(finet, (struct sockaddr *)&frominet, &fromlen); --- 329,335 ---- domain = AF_UNIX, fromlen = sizeof(fromunix); s = accept(funix, (struct sockaddr *)&fromunix, &fromlen); ! } else if (pflag == 0) /* if (FD_ISSET(finet, &readfds)) */ { domain = AF_INET, fromlen = sizeof(frominet); s = accept(finet, (struct sockaddr *)&frominet, &fromlen); *************** *** 339,345 **** signal(SIGQUIT, SIG_IGN); signal(SIGTERM, SIG_IGN); (void) close(funix); ! (void) close(finet); dup2(s, 1); (void) close(s); if (domain == AF_INET) { --- 350,358 ---- signal(SIGQUIT, SIG_IGN); signal(SIGTERM, SIG_IGN); (void) close(funix); ! if (pflag == 0) { ! (void) close(finet); ! } dup2(s, 1); (void) close(s); if (domain == AF_INET) { *************** *** 629,634 **** static void usage() { ! fprintf(stderr, "usage: lpd [-dl] [port#]\n"); exit(EX_USAGE); } --- 642,647 ---- static void usage() { ! fprintf(stderr, "usage: lpd [-dlp] [port#]\n"); exit(EX_USAGE); } *** lpd.8.orig Wed Mar 15 15:47:12 2000 --- lpd.8 Wed Mar 15 15:53:18 2000 *************** *** 40,46 **** .Nd line printer spooler daemon .Sh SYNOPSIS .Nm lpd ! .Op Fl dl .Op Ar port# .Sh DESCRIPTION .Nm Lpd --- 40,46 ---- .Nd line printer spooler daemon .Sh SYNOPSIS .Nm lpd ! .Op Fl dlp .Op Ar port# .Sh DESCRIPTION .Nm Lpd *************** *** 73,78 **** --- 73,84 ---- .Nm to log valid requests received from the network. This can be useful for debugging purposes. + .It Fl p + The + .Fl p + flag causes + .Nm + not to open an Internet listening socket. .It Ar "port#" The Internet port number used to rendezvous with other processes is normally obtained with >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 Mar 14 21:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96D4637B901 for ; Tue, 14 Mar 2000 21:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA69560; Tue, 14 Mar 2000 21:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62F0C37B885 for ; Tue, 14 Mar 2000 21:37:43 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA69397; Tue, 14 Mar 2000 21:37:43 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003150537.VAA69397@freefall.freebsd.org> Date: Tue, 14 Mar 2000 21:37:43 -0800 (PST) From: kfarmer@sympatico.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17385: Support for IIT's "XC87SLC-33" numeric processor broken in FreeBSD4.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17385 >Category: kern >Synopsis: Support for IIT's "XC87SLC-33" numeric processor broken in FreeBSD4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 14 21:40:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Kelvin Farmer >Release: FreeBSD-4.0 >Organization: >Environment: affects FreeBSD-3.1 and later. >Description: kernel.GENERIC from FreeBSD 4.0 causes panic after line: npx0: Using INT 13 interface Fatal trap 12: page fault while in kernel mode supervisor read, page not present ... npx0 flags 0x08 doesn't help. 'disable npx0' in config> doesn't stop npx0 from being probed(?) either (like it has in earlier releases). >How-To-Repeat: attempt to boot FreeBSD 3.1 or greater on specific hardware. (486SLC2 CPU with IIT "XC87SLC-33" Numeric Processor) Note: same hardware runs FreeBSD-3.0, win95 with no problems. Same computer with IIT co-cpu physically removed runs FreeBSD-4.0 ok. >Fix: in FreeBSD3.x, disable npx0 in config screen. in FreeBSD4.0, it doesn't seem to be possible to disable npx0 when numeric processor is present, but "broken". If nothing else, add a comment to hardware.txt indicating that support for this math co-cpu is broken. - not that its likely that many of these machines are still around. =) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 14 22:40:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B500737B993 for ; Tue, 14 Mar 2000 22:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA74891; Tue, 14 Mar 2000 22:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Astrovan.cstone.net (mailstop.cstone.net [205.197.102.13]) by hub.freebsd.org (Postfix) with ESMTP id 14D1E37B99B for ; Tue, 14 Mar 2000 22:38:30 -0800 (PST) (envelope-from root@cstone.net) Received: from newbie.cho.cstone.net ([209.145.64.15]) by Astrovan.cstone.net (Post.Office MTA v3.5.3 release 223 ID# 0-59789U13500L1350S0V35) with ESMTP id net for ; Wed, 15 Mar 2000 01:33:33 -0500 Received: (from root@localhost) by newbie.cho.cstone.net (8.9.3/8.9.3) id BAA05794; Wed, 15 Mar 2000 01:38:27 -0500 (EST) (envelope-from root@mail.cstone.net) Message-Id: <200003150638.BAA05794@newbie.cho.cstone.net> Date: Wed, 15 Mar 2000 01:38:27 -0500 (EST) From: adrian@ubergeeks.com Reply-To: adrian@ubergeeks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17386: pkg_create copy_file() use of cp(1) and flags problems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17386 >Category: bin >Synopsis: schg flag causes pkg_create cleaup problems >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 Mar 14 22:40:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Adrian Filipi-Martin >Release: FreeBSD 3.4-RELEASE i386 >Organization: Ubergeeks Consulting >Environment: 3.4-RELEASE w/ports from 03/12/00. >Description: If extended file flags are set on the mtree files in /etc/mtree, pkg_create cannot remove its temp files, because of how pkg_create copies the mtree file to /var/tmp. It exec's cp(1) with '-p' which preserves the flags as well as the usual file metadata. Since the only files that are copied in this way are the pkg metadata files, e.g. +COMMENT, +DESCR, etc., it is of no great loss that the timestamps are not preserved in the created pacakge. It is a bother when pkg_create leaves garbage in /var/tmp that may not be easily removed. The preservation of the flags is lost in pkg since tarfiles cannot handle the file flags. FYI, This bug was actually encountered when running "make package" for the gmake port. >How-To-Repeat: # sh # cd /tmp # for i in DESCR COMMENT PLIST FOO; do echo FOO > $i; done # chflags schg /etc/mtree/BSD.local.dist # pkg_create -c COMMENT -d DESCR -f PLIST -p /tmp \ -m /etc/mtree/BSD.local.dist PKG.tgz rm: /var/tmp/instmp.Xk5440/+MTREE_DIRS: Operation not permitted rm: /var/tmp/instmp.Xk5440: Directory not empty pkg_create: couldn't remove temporary dir '/var/tmp/instmp.Xk5440' # ls -lo /var/tmp/instmp.go5393 total 5 -r--r--r-- 1 root wheel schg 4112 Dec 20 00:53 +MTREE_DIRS >Fix: Apply the following patch to usr.sbin/pkg_install/lib/file.c. Note, '-r' was replaced with '-R' per the cp(1) manpage's recommendatons. Since no recurssive copies were actually found in the code, it may be possible to remove '-R' altogether. --- file.c.orig Wed Mar 15 00:50:24 2000 +++ file.c Wed Mar 15 00:57:57 2000 @@ -412,9 +412,9 @@ char cmd[FILENAME_MAX]; if (fname[0] == '/') - snprintf(cmd, FILENAME_MAX, "cp -p -r %s %s", fname, to); + snprintf(cmd, FILENAME_MAX, "cp -R %s %s", fname, to); else - snprintf(cmd, FILENAME_MAX, "cp -p -r %s/%s %s", dir, fname, to); + snprintf(cmd, FILENAME_MAX, "cp -R %s/%s %s", dir, fname, to); if (vsystem(cmd)) { cleanup(0); errx(2, "could not perform '%s'", cmd); >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 Mar 15 0:33:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 481A737B946; Wed, 15 Mar 2000 00:33:22 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA92235; Wed, 15 Mar 2000 00:33:22 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 00:33:22 -0800 (PST) From: Message-Id: <200003150833.AAA92235@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, yokota@FreeBSD.org Subject: Re: kern/17375: kldload/unload cycles with syscons screen savers causes panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kldload/unload cycles with syscons screen savers causes panic Responsible-Changed-From-To: freebsd-bugs->yokota Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 15 00:32:58 PST 2000 Responsible-Changed-Why: Yokota-san, could you look at this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 0:35:18 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 456A137B985; Wed, 15 Mar 2000 00:35:07 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA92491; Wed, 15 Mar 2000 00:35:07 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 00:35:07 -0800 (PST) From: Message-Id: <200003150835.AAA92491@freefall.freebsd.org> To: girgen@partitur.se, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/17378: periodic(8) doesn't care about the local /etc/rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: periodic(8) doesn't care about the local /etc/rc.conf State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Wed Mar 15 00:34:42 PST 2000 State-Changed-Why: This was a question, nota bug report. It's been answered. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 0:37:31 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 891F137B95C; Wed, 15 Mar 2000 00:37:30 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA92750; Wed, 15 Mar 2000 00:37:30 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 00:37:30 -0800 (PST) From: Message-Id: <200003150837.AAA92750@freefall.freebsd.org> To: volf@oasis.IAEhv.nl, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9537: ep0 driver : no buffer space available Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ep0 driver : no buffer space available State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Wed Mar 15 00:37:03 PST 2000 State-Changed-Why: Duplicate or PR 8861. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 0:39:55 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id DEDDA37B93A for ; Wed, 15 Mar 2000 00:39:45 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12V9L2-000CIt-00; Wed, 15 Mar 2000 10:39:32 +0200 From: Sheldon Hearn To: Ted Mittelstaedt Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled In-reply-to: Your message of "Tue, 14 Mar 2000 17:50:02 PST." <200003150150.RAA46015@freefall.freebsd.org> Date: Wed, 15 Mar 2000 10:39:32 +0200 Message-ID: <47298.953109572@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 14 Mar 2000 17:50:02 PST, Ted Mittelstaedt wrote: > I'd recommend this be a documentation change on the ep manual page, > and in the hardware.txt, and FAQ, rather than a driver code change. First, let me say thank you for the work you're doing with helping out in the PR database! :-) My take on your explanation ofthis problem is that the simple solution is to simply refrain from configuring the card for EISA mode. Is it that simple? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 0:45:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B049F37B94C; Wed, 15 Mar 2000 00:45:21 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA93652; Wed, 15 Mar 2000 00:45:21 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 00:45:21 -0800 (PST) From: Message-Id: <200003150845.AAA93652@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-small@FreeBSD.org Subject: Re: conf/17383: 4.0 config yields warnings on PicoBSD's use of 'conflicts' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4.0 config yields warnings on PicoBSD's use of 'conflicts' Responsible-Changed-From-To: freebsd-bugs->freebsd-small Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 15 00:44:22 PST 2000 Responsible-Changed-Why: Over to the maintainer. This is a bit unusual, but assigning a PR to a group of people isn't a problem if that group's address is an @FreeBSD.org address. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 1:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2657E37BA08 for ; Wed, 15 Mar 2000 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA96331; Wed, 15 Mar 2000 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 01:10:02 -0800 (PST) Message-Id: <200003150910.BAA96331@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: misc/17384: patch for lpd to add -p option to disable internet sockets Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/17384; it has been noted by GNATS. From: Sheldon Hearn To: niels@b5.nu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/17384: patch for lpd to add -p option to disable internet sockets Date: Wed, 15 Mar 2000 10:59:39 +0200 On Wed, 15 Mar 2000 16:28:13 +1100, Niels.Endres@biddles.its.unimelb.edu.au wro te: > patch for lpd to add -p option to disable internet sockets I like this. If nobody raises any concerns in the next week, I'll commit it. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 1:11:27 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BCDF37B96F; Wed, 15 Mar 2000 01:11:26 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA96524; Wed, 15 Mar 2000 01:11:26 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 01:11:26 -0800 (PST) From: Message-Id: <200003150911.BAA96524@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: bin/17386: schg flag causes pkg_create cleaup problems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: schg flag causes pkg_create cleaup problems Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 15 01:10:13 PST 2000 Responsible-Changed-Why: This has been fixed in NetBSD since Nov 1999. I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 1:17:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from ipinc.ipinc.net (ipinc.ipinc.net [205.139.102.1]) by hub.freebsd.org (Postfix) with ESMTP id 8BAEF37B912 for ; Wed, 15 Mar 2000 01:17:05 -0800 (PST) (envelope-from tedm@IPINC.NET) Received: from tedmlap.placo.com ([206.98.124.227]) by ipinc.ipinc.net (8.8.5/8.8.5) with SMTP id BAA05513; Wed, 15 Mar 2000 01:16:52 -0800 Received: by localhost with Microsoft MAPI; Wed, 15 Mar 2000 01:16:31 -0800 Message-ID: <01BF8E1C.18828A60.tedm@ipinc.net> From: Ted Mittelstaedt To: "'Sheldon Hearn'" Cc: "freebsd-bugs@FreeBSD.ORG" Subject: RE: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled Date: Wed, 15 Mar 2000 01:16:29 -0800 Organization: Internet Partners Inc. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Your welcome, I try to get in to the database from time to time and do what I can to clarify the more oddball PR's. I don't like telling people not to do something that is not explicitly prohibited in the documentation. Also, I feel that responses like "your doing it wrong" to a bug report are most likely to get the submitter to think "well screw you too" and I'd rather people feel that someone was actually looking at their problem and considering it and attempting to help. We want them using GNATS instead of posting to Usenet where there is no trackability, and if they feel that unless their rocket scientists that their bugs will be ignored, they won't use GNATS. With this particular bug I figured the submitter put it in both because of pride of accomplishment (Hey, look at me I found a bug) as much as a desire to inform the public. Who knows in this case maybe the original author intended the ep driver to gracefully handle this condition. I have used these cards extensively in all modes and I know all about them, my explanation was merely an attempt to clarify the situation for the casual reader. It's really up to whomever is responsible for the ep driver to decide how to respond to the original PR and I hadn't seen a response. I know that often these drivers become unsupported when the original author moves on and nobody picks up the driver. I would guess that few developers doing any work on ep at this time have access to an EISA box let alone a 3c579 card, and it's most likely that this bug will never get addressed, since ep seems to be used more for pcmcia cards and other cards than EISA 3c579 cards. So, failing anyone stepping forward I figured that this is probably better served by simply explicitly prohibiting the condition in the documentation, rather than mucking with the driver itself, since chances are remote the driver will ever get mucked with! There is presidence for this - for example the Buslogic 742a card will be detected first by the EISA probe then later by the ISA probe which will spit out lots of error messages, the solution with that is the same, disable the ISA bt probe. We do say in the readmes to disable all probes for cards not in the machine but we don't say exactly why to do it, nor give examples, thus it's human nature to figure that disabling probes is not that important. We also say that eisa cards are probed and there is one place somewhere that we do say to disable the isa probe on a dual-use driver, but it's buried, and certainly not referenced in the man page for ep. So the submitter certainly has a point - we didn't explicitly tell him to not do it, so why should we say it's his fault when he does it? That's also why I made the doc change recommendation. Ted -----Original Message----- From: Sheldon Hearn [SMTP:sheldonh@uunet.co.za] Sent: Wednesday, March 15, 2000 12:40 AM To: Ted Mittelstaedt Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled On Tue, 14 Mar 2000 17:50:02 PST, Ted Mittelstaedt wrote: > I'd recommend this be a documentation change on the ep manual page, > and in the hardware.txt, and FAQ, rather than a driver code change. First, let me say thank you for the work you're doing with helping out in the PR database! :-) My take on your explanation ofthis problem is that the simple solution is to simply refrain from configuring the card for EISA mode. Is it that simple? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 1:33:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 5803337B6FA for ; Wed, 15 Mar 2000 01:33:06 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12VAAe-000CV5-00; Wed, 15 Mar 2000 11:32:52 +0200 From: Sheldon Hearn To: Ted Mittelstaedt Cc: "freebsd-bugs@FreeBSD.ORG" Subject: Re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled In-reply-to: Your message of "Wed, 15 Mar 2000 01:16:29 PST." <01BF8E1C.18828A60.tedm@ipinc.net> Date: Wed, 15 Mar 2000 11:32:51 +0200 Message-ID: <48054.953112771@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 15 Mar 2000 01:16:29 PST, Ted Mittelstaedt wrote: > So the submitter certainly has a point - we didn't explicitly tell him > to not do it, so why should we say it's his fault when he does it? > That's also why I made the doc change recommendation. Okay. I'll assign the PR to Matthew Dodd, who seems to have taken ownership of the driver. If he decides to change the docs, I'll probably do the work for him. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 1:33:56 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AB3C37B9B7; Wed, 15 Mar 2000 01:33:54 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA99257; Wed, 15 Mar 2000 01:33:53 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 01:33:53 -0800 (PST) From: Message-Id: <200003150933.BAA99257@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, mdodd@FreeBSD.org Subject: Re: i386/2598: ep0 in EISA mode hangs if ep0-device (ISA) is enabled Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ep0 in EISA mode hangs if ep0-device (ISA) is enabled Responsible-Changed-From-To: freebsd-bugs->mdodd Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 15 01:32:58 PST 2000 Responsible-Changed-Why: Matthew, you're Mr ep. If you decide that we should change the docs instead of the driver, let me know and I'll do the graft. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 1:50: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BFBC37B9B4 for ; Wed, 15 Mar 2000 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01414; Wed, 15 Mar 2000 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4795E37B983 for ; Wed, 15 Mar 2000 01:49:10 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01352; Wed, 15 Mar 2000 01:49:10 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003150949.BAA01352@freefall.freebsd.org> Date: Wed, 15 Mar 2000 01:49:10 -0800 (PST) From: aef@cliph.keytown.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/17389: /bin/cp failed on some synthetic vfs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17389 >Category: bin >Synopsis: /bin/cp failed on some synthetic vfs >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 15 01:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andrew Filonov >Release: 4.0-CURRENT >Organization: n/a >Environment: FreeBSD aef 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Fri Mar 10 16:19:21 MSK 2000 root@aef:/usr/src/sys/compile/AEF i386 >Description: When i copy file from synthetic vfs (portalfs), /bin/cp use mmap for source file and failed with EINVAL error cp /portal/tcp/localhost/daytime somefile >How-To-Repeat: 100% >Fix: Check st_blocks value. For synthetic file - always 0. Simple path for src/bin/cp/utils.c 128c128 < if (S_ISREG(fs->st_mode) && fs->st_size <= 8 * 1048576) { --- > if (S_ISREG(fs->st_mode) && fs->st_size <= 8 * 1048576 && fs->st_blocks > 0) { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 2:15:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A5C437B9B4; Wed, 15 Mar 2000 02:15:56 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA03385; Wed, 15 Mar 2000 02:15:56 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 02:15:56 -0800 (PST) From: Message-Id: <200003151015.CAA03385@freefall.freebsd.org> To: bg@bg.sics.se, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, bde@FreeBSD.org Subject: Re: kern/16568: How to crash FreeBSD 4.4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: How to crash FreeBSD 4.4 State-Changed-From-To: open->analyzed State-Changed-By: sheldonh State-Changed-When: Wed Mar 15 02:13:48 PST 2000 State-Changed-Why: Bruce is going to be dealing with this in RELENG_3. Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 15 02:13:48 PST 2000 Responsible-Changed-Why: Bruce knows what the problem is. Ooops, got these two mixed up. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 2:20: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 344F237BA2F for ; Wed, 15 Mar 2000 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA03683; Wed, 15 Mar 2000 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 02:20:03 -0800 (PST) Message-Id: <200003151020.CAA03683@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/17175; it has been noted by GNATS. From: Sheldon Hearn To: Phil Homewood Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Date: Wed, 15 Mar 2000 12:18:07 +0200 On Sat, 04 Mar 2000 20:20:13 +1000, Phil Homewood wrote: > No idea. First time I've ever logged a PR there, and I submitted > it around the same time I submitted this one. Any news from the GNATS people? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 4:20: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D18937B98C for ; Wed, 15 Mar 2000 04:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA18126; Wed, 15 Mar 2000 04:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 04:20:02 -0800 (PST) Message-Id: <200003151220.EAA18126@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Phil Homewood Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Reply-To: Phil Homewood Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/17175; it has been noted by GNATS. From: Phil Homewood To: Sheldon Hearn Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Date: Wed, 15 Mar 2000 22:08:13 +1000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Sheldon Hearn wrote: > Any news from the GNATS people? None. The PR is sitting "open", nobody has yet touched it. -- Phil Homewood dot@atat.dotat.org phil@rivendell.apana.org.au Member, Australian Public Access Network Association --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia iQCVAwUBOM99K03NkkPt4cy1AQFcIwQAnGxgu8dQgRj8q4CzrFYqrw9iQfWG/t43 /5H9mqwighZ3faXrxFdtn7P5509v8pIhVKLPXNwrqg7ZuV3a5BI4O5wbITW1KJw4 o6TLaaD1CPc/rVjbCvI+rV5RZYdlE3I8Ui3LHgFtqGE6fa4C+iiWra5F6D9+frWG kPEJvs4Xi4M= =LzDW -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 4:20: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 112B537B9AD for ; Wed, 15 Mar 2000 04:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA18131; Wed, 15 Mar 2000 04:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 04:20:03 -0800 (PST) Message-Id: <200003151220.EAA18131@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/17175; it has been noted by GNATS. From: Sheldon Hearn To: Phil Homewood Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Date: Wed, 15 Mar 2000 14:11:41 +0200 On Wed, 15 Mar 2000 22:08:13 +1000, Phil Homewood wrote: > None. The PR is sitting "open", nobody has yet touched it. Well, since the file is off the vendor branch, we may as well smack it if the GNATS people aren't in hurry. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 4:21:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2F3737B950; Wed, 15 Mar 2000 04:21:13 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA18229; Wed, 15 Mar 2000 04:21:13 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 04:21:13 -0800 (PST) From: Message-Id: <200003151221.EAA18229@freefall.freebsd.org> To: crp22@cam.ac.uk, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: gnu/16942: send-pr(1) creates unsafe temp files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: send-pr(1) creates unsafe temp files State-Changed-From-To: feedback->analyzed State-Changed-By: sheldonh State-Changed-When: Wed Mar 15 04:20:06 PST 2000 State-Changed-Why: The originator has pointed out several advantages which this patch has over the one in PR 17175. Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 15 04:20:06 PST 2000 Responsible-Changed-Why: I'll take this one, since the file is off the vendor branch already. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 4:22:23 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5149B37B9DB; Wed, 15 Mar 2000 04:22:22 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA18368; Wed, 15 Mar 2000 04:22:22 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 04:22:22 -0800 (PST) From: Message-Id: <200003151222.EAA18368@freefall.freebsd.org> To: phil@rivendell.apana.org.au, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] send-pr predictable tempfile vulnerability State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Wed Mar 15 04:21:27 PST 2000 State-Changed-Why: Duplicate of PR 16942. There's a forward reference on that PR to this one, so closing this one loses us nothing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 5:10: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2EFD37BACC for ; Wed, 15 Mar 2000 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA22639; Wed, 15 Mar 2000 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95F6737BA05 for ; Wed, 15 Mar 2000 05:08:33 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA22388; Wed, 15 Mar 2000 05:08:33 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003151308.FAA22388@freefall.freebsd.org> Date: Wed, 15 Mar 2000 05:08:33 -0800 (PST) From: sperber@informatik.uni-tuebingen.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17391: FreeBSD boot loader does not recognize keyboard on MSI 6195 motherboard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17391 >Category: i386 >Synopsis: FreeBSD boot loader does not recognize keyboard on MSI 6195 motherboard >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 15 05:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mike Sperber >Release: 3.2-RELEASE, 3.4-RELEASE, and 4.0-CURRENT >Organization: University of Tübingen >Environment: N/A >Description: The FreeBSD boot disk (of all releases mentioned above) starts up with keyboard: no on my new Athlon 600Mhz system on an MSI 6195 motherboard. This is not a hardware problem, as both NT and RedHat 6.1 boot fine on the system. >How-To-Repeat: Boot off any of the boot.flp images. >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 Mar 15 5:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 624A037BA80 for ; Wed, 15 Mar 2000 05:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA25136; Wed, 15 Mar 2000 05:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 05:30:02 -0800 (PST) Message-Id: <200003151330.FAA25136@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: i386/17391: FreeBSD boot loader does not recognize keyboard on MSI 6195 motherboard Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/17391; it has been noted by GNATS. From: Sheldon Hearn To: sperber@informatik.uni-tuebingen.de Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/17391: FreeBSD boot loader does not recognize keyboard on MSI 6195 motherboard Date: Wed, 15 Mar 2000 15:27:39 +0200 On Wed, 15 Mar 2000 05:08:33 PST, sperber@informatik.uni-tuebingen.de wrote: > The FreeBSD boot disk (of all releases mentioned above) starts up with > > keyboard: no > > on my new Athlon 600Mhz system on an MSI 6195 motherboard. What keyboard have you got, and is the keyboard enabled in your BIOS? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 5:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E292F37B99E for ; Wed, 15 Mar 2000 05:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA26145; Wed, 15 Mar 2000 05:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 05:40:03 -0800 (PST) Message-Id: <200003151340.FAA26145@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) Subject: Re: i386/17391: FreeBSD boot loader does not recognize keyboard on MSI 6195 motherboard Reply-To: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/17391; it has been noted by GNATS. From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) To: Sheldon Hearn Cc: freebsd-gnats-submit@freebsd.org Subject: Re: i386/17391: FreeBSD boot loader does not recognize keyboard on MSI 6195 motherboard Date: 15 Mar 2000 14:31:10 +0100 >>>>> "Sheldon" == Sheldon Hearn writes: Sheldon> On Wed, 15 Mar 2000 05:08:33 PST, sperber@informatik.uni-tuebingen.de wrote: >> The FreeBSD boot disk (of all releases mentioned above) starts up with >> >> keyboard: no >> >> on my new Athlon 600Mhz system on an MSI 6195 motherboard. Sheldon> What keyboard have you got, I've tried a Keysonic KB 230, an old Cherry MF/2 keyboard (previously hooked up and working fine on another FreeBSD system), and an Olivetti PS/2 keyboard. Same result everywhere. Sheldon> and is the keyboard enabled in your BIOS? Yes. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 5:48:51 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6587037B99E; Wed, 15 Mar 2000 05:48:50 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA27234; Wed, 15 Mar 2000 05:48:50 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 05:48:50 -0800 (PST) From: Message-Id: <200003151348.FAA27234@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, rnordier@FreeBSD.org Subject: Re: i386/17391: FreeBSD boot loader does not recognize keyboard on MSI 6195 motherboard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD boot loader does not recognize keyboard on MSI 6195 motherboard Responsible-Changed-From-To: freebsd-bugs->rnordier Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 15 05:48:25 PST 2000 Responsible-Changed-Why: Robert, can you have a look at this one? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 6:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CDB337BA9E for ; Wed, 15 Mar 2000 06:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30629; Wed, 15 Mar 2000 06:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 06:20:04 -0800 (PST) Message-Id: <200003151420.GAA30629@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andrew Grillet Subject: Re: misc/16189: Advansys ASB-3940U2W SCSI Card does not work with 3.4 Reply-To: Andrew Grillet Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/16189; it has been noted by GNATS. From: Andrew Grillet To: "'freebsd-gnats-submit@FreeBSD.org'" , "'nicole@daemontech.com'" Cc: Subject: Re: misc/16189: Advansys ASB-3940U2W SCSI Card does not work with 3.4 Date: Wed, 15 Mar 2000 14:09:19 -0000 Hi, I have the UW single ended card, and also cannot install FreeBSD (This is quite depressing. I ran FreeBSD for about a year on this machine, and then, while away, the machine died -(Cyrix CPU, motherboard, Adaptec SCSI, Seagate HD all blown to bits - power spike assumed cause). I bought a new AMD CPU, Haicom (VIA) mobo, Advansys SCSI and retrieved an old IBM HD. I am unable to install FreeBSD because the default kernel does not include the Advansys wide drivers, and my CD drive is SCSI. I also cannot install on my laptop because the Amacom parallel port CD is not supported). The answer would appear to be an alternative kernel with omitted drivers - possibly a specialised SCSI kernel. I have not got a machine on which to build one at present. I think it should be part of the standard image - as in 'boot SCSI kernel' as an option at boot time. please cc replies to: andrew@grillet98.freeserve.co.uk (my home address) regards Andrew This email is confidential and should not be used/viewed by anyone who is not the original intended recipient. If you have received this E-Mail in error please inform the sender and delete it from your mailbox or any other storage mechanism. COE Limited cannot accept liability for any statements made which are clearly the sender's own and not expressly made on behalf of COE Limited or one of its agents. This Message has been scanned for Viruses COE Limited Intelligent Video Networks http://www.coe.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 7:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0D2E37B9E6 for ; Wed, 15 Mar 2000 07:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA39776; Wed, 15 Mar 2000 07:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9814537B9BE for ; Wed, 15 Mar 2000 07:16:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA39382; Wed, 15 Mar 2000 07:16:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003151516.HAA39382@freefall.freebsd.org> Date: Wed, 15 Mar 2000 07:16:38 -0800 (PST) From: steved@WhiteBarn.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17393: kldload syscall allows the same kernel module to be loaded multiple times. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17393 >Category: kern >Synopsis: kldload syscall allows the same kernel module to be loaded multiple times. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 15 07:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Steve Dickson >Release: 3.2-RELEASE >Organization: Consultant for Sitara Networks >Environment: FreeBSD peking.sitaranetworks.com 3.2-RELEASE FreeBSD 3.2-RELEASE #11 >Description: When two daemons (using the kldload() syscall) try and dynamically load the same kernel module, at the same time, they both succeed. Which means the same kernel module is loaded twice (which can't be good). >How-To-Repeat: Create two daemons that load the same kernel module and Start them at the same time. >Fix: The problem (as I see it) lies in the kernel routine linker_load_file(). The files (or linker_files in 3.3) list is never checked under an exclusive lock. In linker_load_file(), the linker_find_file_by_name() routine is used to check to see if the filename has already been loaded. linker_find_file_by_name() takes out a LK_SHARED lock to check the linker_files list to see of there is a entry for the filename. After this check, the linker_files list is never again check under an exclusive lock. Which means it very easily for two threads to be in the lc->ops->load_file() code at the same time. For example (on a non-SMP machine): thread1 -> calls linker_find_file_by_name() which return a NULL lf. thread1 -> calls malloc and sleeps OR calls lc->ops->load_file and sleeps before the file is added to the linker_files list. thread2 -> calls linker_find_file_by_name() which return a NULL lf (since thread1 has not added the filename to the linker_files list. thread2-> calls lc->ops->load_file. At this point, both thread1 and thread2 will load the filename. I fixed the problem by taking out an exclusive to: 1) recheck to linker_files list (w/ a non-locking version of linker_find_file_by_name) and increment the lf->refs when the filename exists (similar to when linker_find_file_by_name() returns a non-null lf). 2) only allow one thread to be in the lc->ops->load_file code. Basically, the lock is held from after the sprintf(koname, "%s.ko", filename) call to the out: label. I agree this is the big hammer approach, but it works with very little code change and the extra latency caused by this lock will probably never be be noticed (at least not by my apps) If you want the actually kern_linker.c file please let me know. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 7:22:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id C4E5737B9BE for ; Wed, 15 Mar 2000 07:22:10 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id KAA47732; Wed, 15 Mar 2000 10:21:54 -0500 (EST) Date: Wed, 15 Mar 2000 10:21:54 -0500 (EST) From: "Matthew N. Dodd" To: Sheldon Hearn Cc: Ted Mittelstaedt , freebsd-bugs@FreeBSD.ORG Subject: Re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled In-Reply-To: <47298.953109572@axl.ops.uunet.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 15 Mar 2000, Sheldon Hearn wrote: > My take on your explanation ofthis problem is that the simple solution > is to simply refrain from configuring the card for EISA mode. Is it > that simple? Actually it sounds like he's using a 3c509 in EISA mode in a non-EISA machine. It sounds like the EISA bus code isn't checking to see if a card is enabled or not before it attaches it. (checks) Yep, thats it. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 7:30:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id ADA6537BC14 for ; Wed, 15 Mar 2000 07:30:03 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12VFjw-000EM6-00; Wed, 15 Mar 2000 17:29:40 +0200 From: Sheldon Hearn To: "Matthew N. Dodd" Cc: Ted Mittelstaedt , freebsd-bugs@FreeBSD.ORG Subject: Re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled In-reply-to: Your message of "Wed, 15 Mar 2000 10:21:54 EST." Date: Wed, 15 Mar 2000 17:29:40 +0200 Message-ID: <55185.953134180@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 15 Mar 2000 10:21:54 EST, "Matthew N. Dodd" wrote: > Actually it sounds like he's using a 3c509 in EISA mode in a non-EISA > machine. That sounds like a good summary of Ted's explanation on the PR. So the original question remains? You want this fixed in the code or the docs? :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 7:33:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 26C5137B8D5 for ; Wed, 15 Mar 2000 07:33:51 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id KAA47839; Wed, 15 Mar 2000 10:33:41 -0500 (EST) Date: Wed, 15 Mar 2000 10:33:41 -0500 (EST) From: "Matthew N. Dodd" To: Ted Mittelstaedt Cc: "'Sheldon Hearn'" , "freebsd-bugs@FreeBSD.ORG" Subject: RE: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled In-Reply-To: <01BF8E1C.18828A60.tedm@ipinc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 15 Mar 2000, Ted Mittelstaedt wrote: > It's really up to whomever is responsible for the ep driver to decide how > to respond to the original PR and I hadn't seen a response. Actually this is the first time I've seen any reference to the original PR. I must have missed it when it was submited or when I went through and searched GNATS. > I know that often these drivers become unsupported when the original > author moves on and nobody picks up the driver. I would guess that > few developers doing any work on ep at this time have access to an > EISA box let alone a 3c579 card, and it's most likely that this bug > will never get addressed, since ep seems to be used more for pcmcia > cards and other cards than EISA 3c579 cards. Nope. I've got 3c509s, 3c509Bs, 3c579s, and a PCMCIA version of the Etherlink III. I've also got a number of EISA systems I can test with. :) > So, failing anyone stepping forward I figured that this is probably > better served by simply explicitly prohibiting the condition in the > documentation, rather than mucking with the driver itself, since > chances are remote the driver will ever get mucked with! Actually I've got a better solution for the problem; The databook suggests that the I/O address for a board that is activated in EISA mode will be set to 0x3f0. If this is the case then a simple test will allow the probe method to bail on such boards. > There is presidence for this - for example the Buslogic 742a card will > be detected first by the EISA probe then later by the ISA probe which > will spit out lots of error messages, the solution with that is the > same, disable the ISA bt probe. I've got a few ideas about that too. > We do say in the readmes to disable all probes for cards not in the > machine but we don't say exactly why to do it, nor give examples, thus > it's human nature to figure that disabling probes is not that > important. We also say that eisa cards are probed and there is one > place somewhere that we do say to disable the isa probe on a dual-use > driver, but it's buried, and certainly not referenced in the man page > for ep. So the submitter certainly has a point - we didn't explicitly > tell him to not do it, so why should we say it's his fault when he > does it? That's also why I made the doc change recommendation. There is a non-conflicting way of doing this. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 7:40:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEA8B37BC0F for ; Wed, 15 Mar 2000 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA42191; Wed, 15 Mar 2000 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F8E37B697 for ; Wed, 15 Mar 2000 07:36:16 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA41576; Wed, 15 Mar 2000 07:36:16 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003151536.HAA41576@freefall.freebsd.org> Date: Wed, 15 Mar 2000 07:36:16 -0800 (PST) From: godsey@shaw.fidalgo.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17394: mailwrapper is installed regardless of NO_SENDMAIL definition Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17394 >Category: misc >Synopsis: mailwrapper is installed regardless of NO_SENDMAIL definition >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 Mar 15 07:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jason Godsey >Release: 4.0-STABLE >Organization: Fidalgo Networking >Environment: FreeBSD shaw.fidalgo.net 4.0-STABLE FreeBSD 4.0-STABLE #5: Wed Mar 15 05:05:25 PST 2000 root@shaw.fidalgo.net:/usr/src/sys/compile/SHAW i386 >Description: mailwrapper should not be installed if NO_SENDMAIL is defined. >How-To-Repeat: >Fix: diff -c sendmail/Makefile sendmail.fixed/Makefile *** sendmail/Makefile Wed Mar 15 07:33:26 2000 --- sendmail.fixed/Makefile Wed Mar 15 07:33:45 2000 *************** *** 42,48 **** kernbb \ keyserv \ lpr \ - mailwrapper \ manctl \ memcontrol \ mergemaster \ --- 42,47 ---- *************** *** 133,138 **** --- 132,138 ---- SUBDIR+=mailstats \ makemap \ praliases \ + mailwrapper \ sendmail .endif >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 Mar 15 8: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id CDB7A37BBE3 for ; Wed, 15 Mar 2000 07:59:59 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id KAA48193; Wed, 15 Mar 2000 10:59:46 -0500 (EST) Date: Wed, 15 Mar 2000 10:59:46 -0500 (EST) From: "Matthew N. Dodd" To: Sheldon Hearn Cc: Ted Mittelstaedt , freebsd-bugs@FreeBSD.ORG Subject: Re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled In-Reply-To: <55185.953134180@axl.ops.uunet.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 15 Mar 2000, Sheldon Hearn wrote: > > Actually it sounds like he's using a 3c509 in EISA mode in a non-EISA > > machine. > > That sounds like a good summary of Ted's explanation on the PR. > > So the original question remains? You want this fixed in the code or > the docs? I'll work on a code fix; you can put a strong recommendation not to put the 3c509 in EISA config mode in a non-EISA system. (why would anyone do this? and expect it to work? *sigh*) -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 8: 1:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mf006.infoweb.ne.jp (mf006.infoweb.ne.jp [210.131.99.16]) by hub.freebsd.org (Postfix) with ESMTP id 9745D37BB6D for ; Wed, 15 Mar 2000 08:01:32 -0800 (PST) (envelope-from b-tree@network.office.ne.jp) Received: from default by mf006.infoweb.ne.jp (8.9.3+3.2W/3.7W-10/13/99) with SMTP id BAA26145 for ; Thu, 16 Mar 2000 01:01:29 +0900 Message-ID: <4804.953136182050@network.office.ne.jp> Date: Thu, 16 Mar 2000 01:03:02 +0900 (JST) From: megachance Reply-To: b-tree@network.office.ne.jp To: "freebsd-bugs@FreeBSD.ORG" Subject: =?iso-2022-jp?B?GyRCPzc1LCNNI0wjTTt2NkgkTiQ0MEZGYhsoQhsoQg==?= Mime-Version: 1.0 Content-Type: text/plain; charset =ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $BFMA3$N%a!<%k<:Ni$$$?$7$^$9!#$b$7!"A4$/6=L#$NL5$$FbMF$H(B $B$*46$8$K$J$kMM$G$7$?$i!"$*e$2%a%s%P!<%-%c%s%Z!<%s(B $B"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#(B $B$3$N!"%S%8%M%9$NN)$A>e$2$K$46(NO$/$@$5$kJ}$4O"Mm$/$@$5$$(B $B$<$R!"N)>e$2%a%s%P!<$K$J$C$F?75,;v6H$r$$$C$7$g$K@9$j>e$2(B $B$^$;$s$+!)(B $B"c>&:`"d(B $B!&:#!"7]G=?M$KL)$+$J%V!<%`4pAC2=>QIJ(B $B!&%=!<%W!&%X%"%1%"%7%j!<%:!J0lHL>.GdE9F~!*%@%$%(%C%H4XO"?)IJ!&0{NAIJ(B $B!&=w@-!&CK@-$NBN=-$d9u$:$_$NG:$_2r>C$3$@$o$j$N0oIJEy$N(B $B0lHL$G$OF~$GB(%3%_%C%7%g%sH/@8(B $B!&%T%s%l%Y%kM-$j!&9_3JL5$7(B $B!&>R2p.Gd$j$b%*%C%1!e$N(B4$B#0!s!*!*(B $B!&>R2p\:Y@bL@$K$D$$$F$O(B http://wz.333.ne.jp/gmembers/455626959/ $B$r$4Mw$/$@$5$$!#(B $B$4O"Mm!"$4;22C$*BT$A$7$F$$$^$9!*!*(B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 8:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D270137BB63 for ; Wed, 15 Mar 2000 08:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA46623; Wed, 15 Mar 2000 08:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 08:10:03 -0800 (PST) Message-Id: <200003151610.IAA46623@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Neil Blakey-Milner Subject: Re: misc/17394: mailwrapper is installed regardless of NO_SENDMAIL definition Reply-To: Neil Blakey-Milner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/17394; it has been noted by GNATS. From: Neil Blakey-Milner To: godsey@shaw.fidalgo.net Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/17394: mailwrapper is installed regardless of NO_SENDMAIL definition Date: Wed, 15 Mar 2000 18:05:21 +0200 On Wed 2000-03-15 (07:36), godsey@shaw.fidalgo.net wrote: > >Description: > mailwrapper should not be installed if NO_SENDMAIL is defined. This isn't intuitive, since mailwrapper isn't part of sendmail. You could ask for NO_MAILWRAPPER, if you must, or simply use mailwrapper the way it is supposed to be used. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 8:36:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1790037BA2B; Wed, 15 Mar 2000 08:36:23 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA50281; Wed, 15 Mar 2000 08:36:22 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 08:36:22 -0800 (PST) From: Message-Id: <200003151636.IAA50281@freefall.freebsd.org> To: godsey@shaw.fidalgo.net, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/17394: mailwrapper is installed regardless of NO_SENDMAIL definition Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mailwrapper is installed regardless of NO_SENDMAIL definition State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Wed Mar 15 08:35:42 PST 2000 State-Changed-Why: Mailwrapper is not part of the sendmail distribution. I'm communicating with the originator to find out what the problem with mailwrapper is. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 9:20:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8430D37BD28 for ; Wed, 15 Mar 2000 09:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55860; Wed, 15 Mar 2000 09:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kiwi.datasys.net (kiwi.datasys.net [209.119.145.2]) by hub.freebsd.org (Postfix) with ESMTP id 0D41837BD83 for ; Wed, 15 Mar 2000 09:19:47 -0800 (PST) (envelope-from ayan@kiwi.datasys.net) Received: (from ayan@localhost) by kiwi.datasys.net (8.9.3/8.9.3) id MAA44288; Wed, 15 Mar 2000 12:19:33 -0500 (EST) (envelope-from ayan) Message-Id: <200003151719.MAA44288@kiwi.datasys.net> Date: Wed, 15 Mar 2000 12:19:33 -0500 (EST) From: Ayan George Reply-To: ayan@kiwi.datasys.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17395: bin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17395 >Category: bin >Synopsis: This is a replacement for the perl version of which. >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 Mar 15 09:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ayan George >Release: FreeBSD 4.0-CURRENT i386 >Organization: DSS Online, LLC >Environment: >Description: /* * Copyright (c) 2000 Ayan George . United States. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. 2. * Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * $Id: which.c,v 1.1 2000/03/03 21:23:19 ayan Exp $ * */ #include #include #include #include #include #include #define PROCESS_ALL 0x01 #define QUIET_OUTPUT 0x02 int main(int argc, char *argv[]) { char *directory; char *path; char *toklist; char filename[FILENAME_MAX]; /* FILENAME_MAX is defined in stdio.h. */ int arg; int mode = 0; int rc = 1; gid_t myegid; uid_t myeuid; struct stat file_stat; path = getenv("PATH"); if (path != NULL) { myegid = getegid(); myeuid = geteuid(); while ((arg = getopt(argc, argv, "ahs")) != (-1)) { switch (arg) { case 'a': mode = (mode | PROCESS_ALL); break; case 's': mode = (mode | QUIET_OUTPUT); break; case 'h': fprintf(stderr, "usage: which [-a] [-s] program ...\n"); exit(0); break; } } argc -= optind; argv += optind; if (argc == 0) exit(0); else while (argc > 0) { toklist = strdup(path); while ((directory = (char *) strsep(&toklist, ":")) != NULL) { sprintf(filename, "%s/%s", directory, *argv); if (stat(filename, &file_stat) != (-1)) { if ((file_stat.st_mode & 0100) || ((file_stat.st_mode & 0010) && (myegid == file_stat.st_gid)) || ((file_stat.st_mode & 0001) && (myeuid == file_stat.st_uid))) { rc = 0; if (!(mode & QUIET_OUTPUT)) { write(1, filename, strlen(filename)); putchar('\n'); } } } } free(toklist); if (!(mode & PROCESS_ALL)) exit(rc); --argc; ++argv; } } exit(rc); } >How-To-Repeat: Since this is a complete rewrite, there I don't see a need for a diff. This replaces /usr/src/usr.bin/which/which.pl. This does not require Perl to execute. >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 Mar 15 9:30: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6F9C37BB63 for ; Wed, 15 Mar 2000 09:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA57688; Wed, 15 Mar 2000 09:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 09:30:04 -0800 (PST) Message-Id: <200003151730.JAA57688@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/17395: bin Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17395; it has been noted by GNATS. From: Sheldon Hearn To: ayan@kiwi.datasys.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17395: bin Date: Wed, 15 Mar 2000 19:24:46 +0200 On Wed, 15 Mar 2000 12:19:33 EST, Ayan George wrote: > >Number: 17395 > >Category: bin > >Synopsis: This is a replacement for the perl version of which. This was discussed recently on the mailing lists (hackers?) and the general concensus seemed to be that this is unnecessary? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 10:17:48 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ACF537C368 for ; Wed, 15 Mar 2000 10:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA63964; Wed, 15 Mar 2000 10:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 10:10:02 -0800 (PST) Message-Id: <200003151810.KAA63964@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: misc/17394: mailwrapper is installed regardless of NO_SENDMAIL definition (fwd) Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/17394; it has been noted by GNATS. From: Sheldon Hearn To: Jason Godsey Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/17394: mailwrapper is installed regardless of NO_SENDMAIL definition (fwd) Date: Wed, 15 Mar 2000 19:30:31 +0200 On Wed, 15 Mar 2000 09:30:40 PST, Jason Godsey wrote: > Sendmail out of box uses /usr/sbin/sendmail as it's install path. I > tried in passing this morning to change the EBINDIR in FreeBSD defines > w/ no sucess. Oookay. So you're unhappy that mailwrapper makes it difficult for you to use a development version of sendmail. That sounds like justification enough for the NO_MAILWRAPPER knob that nbm suggested. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 10:30: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id D11F137C4B1 for ; Wed, 15 Mar 2000 10:28:37 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id KAA41884; Wed, 15 Mar 2000 10:28:24 -0800 (PST) (envelope-from mph) Date: Wed, 15 Mar 2000 10:28:24 -0800 From: Matthew Hunt To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/17395: bin Message-ID: <20000315102824.B40338@wopr.caltech.edu> References: <200003151730.JAA57688@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200003151730.JAA57688@freefall.freebsd.org>; from sheldonh@uunet.co.za on Wed, Mar 15, 2000 at 09:30:04AM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 15, 2000 at 09:30:04AM -0800, Sheldon Hearn wrote: > > >Synopsis: This is a replacement for the perl version of which. > > This was discussed recently on the mailing lists (hackers?) and the > general concensus seemed to be that this is unnecessary? I thought the concensus was that having /usr/bin/which is unnecessary (because it's a csh(1) builtin, and sh-users should use "type") but that if it's going to exist, it might as well be in C or csh (depending on what you think /usr/bin/which ought to do) rather than Perl. Is there some reason that it ought to be done in Perl rather than C, if they do the same thing and the C version is faster? Matt -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 11:14: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id EA98737BA1E for ; Wed, 15 Mar 2000 11:14:04 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12VJEj-000F66-00; Wed, 15 Mar 2000 21:13:41 +0200 From: Sheldon Hearn To: Matthew Hunt Cc: freebsd-bugs@FreeBSD.ORG, Ayan George Subject: Re: bin/17395: bin In-reply-to: Your message of "Wed, 15 Mar 2000 10:28:24 PST." <20000315102824.B40338@wopr.caltech.edu> Date: Wed, 15 Mar 2000 21:13:41 +0200 Message-ID: <58037.953147621@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 15 Mar 2000 10:28:24 PST, Matthew Hunt wrote: > I thought the concensus was that having /usr/bin/which is > unnecessary (because it's a csh(1) builtin, and sh-users should > use "type") but that if it's going to exist, it might as well > be in C or csh (depending on what you think /usr/bin/which ought > to do) rather than Perl. Okay, that makes sense. > Is there some reason that it ought to be done in Perl rather > than C, if they do the same thing and the C version is faster? Not that I can think of, no. I'll take a look. Just so that I don't misundersand _again_, any testing I do should show this version of which doing exactly what the csh(1) builtin which does, yes? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 11:21:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id B7A6B37C1D5 for ; Wed, 15 Mar 2000 11:21:43 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id LAA43030; Wed, 15 Mar 2000 11:21:34 -0800 (PST) (envelope-from mph) Date: Wed, 15 Mar 2000 11:21:34 -0800 From: Matthew Hunt To: Sheldon Hearn Cc: freebsd-bugs@freebsd.org, Ayan George Subject: Re: bin/17395: bin Message-ID: <20000315112134.A42977@wopr.caltech.edu> References: <20000315102824.B40338@wopr.caltech.edu> <58037.953147621@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <58037.953147621@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Wed, Mar 15, 2000 at 09:13:41PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 15, 2000 at 09:13:41PM +0200, Sheldon Hearn wrote: > Not that I can think of, no. I'll take a look. Just so that I don't > misundersand _again_, any testing I do should show this version of which > doing exactly what the csh(1) builtin which does, yes? AFAIK, yes. But I have no particular opinion on the matter, so if someone has a decent argument otherwise, that's fine with me. Matt -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 12:20:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC0D837B9ED for ; Wed, 15 Mar 2000 12:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA79558; Wed, 15 Mar 2000 12:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 12:20:02 -0800 (PST) Message-Id: <200003152020.MAA79558@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jason Godsey Subject: Re: misc/17394: mailwrapper is installed regardless of NO_SENDMAIL definition (fwd) Reply-To: Jason Godsey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/17394; it has been noted by GNATS. From: Jason Godsey To: Sheldon Hearn Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/17394: mailwrapper is installed regardless of NO_SENDMAIL definition (fwd) Date: Wed, 15 Mar 2000 12:21:28 -0800 (PST) Yes, it just makes it a bit more difficult to install sendmail from sendmail inc. I'm using -STABLE and have not seen any mention of it migrating to 8.10.0. If it's not too hard to get sendmail to build using /usr/libexec/sendmail as it's binary dest dir, I would be happy to do it. I poked around the mailing lists and didn't see any pointers on how to do it. Like I said, I tried setting confEBINDIR w/ no luck on it working as I had hoped. If you know an easy way to do it, it would be helpful to make a note of it in the mailwrapper(8) man page. I looked and it seems quite easy to do w/ postfix and exim. Thank you so much for you help w/ this and FreeBSD in general! The entire team is a wonderful resource to the world :) -- Jason Godsey mailto:godsey@fidalgo.net On Wed, 15 Mar 2000, Sheldon Hearn wrote: > Date: Wed, 15 Mar 2000 19:30:31 +0200 > From: Sheldon Hearn > To: Jason Godsey > Cc: freebsd-gnats-submit@freebsd.org > Subject: Re: misc/17394: mailwrapper is installed regardless of > NO_SENDMAIL definition (fwd) > > > > On Wed, 15 Mar 2000 09:30:40 PST, Jason Godsey wrote: > > > Sendmail out of box uses /usr/sbin/sendmail as it's install path. I > > tried in passing this morning to change the EBINDIR in FreeBSD defines > > w/ no sucess. > > Oookay. So you're unhappy that mailwrapper makes it difficult for you > to use a development version of sendmail. That sounds like > justification enough for the NO_MAILWRAPPER knob that nbm suggested. > > Ciao, > Sheldon. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 12:34:20 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 049E537BCB1 for ; Wed, 15 Mar 2000 12:33:32 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12VKTa-000FW4-00; Wed, 15 Mar 2000 22:33:06 +0200 From: Sheldon Hearn To: "Matthew N. Dodd" Cc: Ted Mittelstaedt , freebsd-bugs@FreeBSD.ORG Subject: Re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled In-reply-to: Your message of "Wed, 15 Mar 2000 10:59:46 EST." Date: Wed, 15 Mar 2000 22:33:06 +0200 Message-ID: <59647.953152386@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 15 Mar 2000 10:59:46 EST, "Matthew N. Dodd" wrote: > I'll work on a code fix; you can put a strong recommendation not to put > the 3c509 in EISA config mode in a non-EISA system. Let me know whether you're happy with this and I'll take care of the commits and MFC's. By the way, the omission of a .Pp before the diagnostics section is deliberate. Ciao, Sheldon. Index: ep.4 =================================================================== RCS file: /home/ncvs/src/share/man/man4/man4.i386/ep.4,v retrieving revision 1.16 diff -u -d -r1.16 ep.4 --- ep.4 2000/03/02 14:53:55 1.16 +++ ep.4 2000/03/15 20:31:38 @@ -82,6 +82,12 @@ Beware! Avoid placing other cards at that address! .Pp +Furthermore, +the 3c509 can be configured for EISA mode, +even on non-EISA systems. +This is strongly discouraged, +since the card is likely to be detected as a 3c579, +which may cause serious problems later. .Sh DIAGNOSTICS .Bl -diag .It ep0: reset (status: %x) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 12:41: 0 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 8F69837BA60 for ; Wed, 15 Mar 2000 12:39:48 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id PAA51519; Wed, 15 Mar 2000 15:39:35 -0500 (EST) Date: Wed, 15 Mar 2000 15:39:34 -0500 (EST) From: "Matthew N. Dodd" To: Sheldon Hearn Cc: Ted Mittelstaedt , freebsd-bugs@FreeBSD.ORG Subject: Re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled In-Reply-To: <59647.953152386@axl.ops.uunet.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 15 Mar 2000, Sheldon Hearn wrote: > Index: ep.4 > =================================================================== > RCS file: /home/ncvs/src/share/man/man4/man4.i386/ep.4,v > retrieving revision 1.16 > diff -u -d -r1.16 ep.4 > --- ep.4 2000/03/02 14:53:55 1.16 > +++ ep.4 2000/03/15 20:31:38 > @@ -82,6 +82,12 @@ > Beware! > Avoid placing other cards at that address! > .Pp > +Furthermore, > +the 3c509 can be configured for EISA mode, > +even on non-EISA systems. > +This is strongly discouraged, > +since the card is likely to be detected as a 3c579, > +which may cause serious problems later. > .Sh DIAGNOSTICS > .Bl -diag > .It ep0: reset (status: %x) (Actually it will be detected as a 3c509; 3com ships .CFG files for the ISA boards.) "3c509s should only be configured in EISA mode when installed in a computer that has actual EISA slots (and EISA aware BIOS). The normal driver auto-detection support is sufficient for non-EISA systems." -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 13: 7:46 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50B5537BB4A; Wed, 15 Mar 2000 13:07:37 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85104; Wed, 15 Mar 2000 13:07:37 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 15 Mar 2000 13:07:37 -0800 (PST) From: Message-Id: <200003152107.NAA85104@freefall.freebsd.org> To: godsey@shaw.fidalgo.net, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: misc/17394: mailwrapper is installed regardless of NO_SENDMAIL definition Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mailwrapper is installed regardless of NO_SENDMAIL definition State-Changed-From-To: closed->open State-Changed-By: sheldonh State-Changed-When: Wed Mar 15 13:03:53 PST 2000 State-Changed-Why: It's a fair request for folks wanting to test sendmail beta's in the base system without having to muck around with their bmake glue too much. Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 15 13:03:53 PST 2000 Responsible-Changed-Why: I'll add a NO_MAILWRAPPER soon unless I get something other than "I don't like that". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 13:41: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 181CB37BDAC for ; Wed, 15 Mar 2000 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA89252; Wed, 15 Mar 2000 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA78F37BF19 for ; Wed, 15 Mar 2000 13:35:37 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88693; Wed, 15 Mar 2000 13:35:37 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003152135.NAA88693@freefall.freebsd.org> Date: Wed, 15 Mar 2000 13:35:37 -0800 (PST) From: colinj@cs.unm.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17398: Install failure of 4.0-Release via ftp and 3C589D PCMCIA card Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17398 >Category: i386 >Synopsis: Install failure of 4.0-Release via ftp and 3C589D PCMCIA card >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 15 13:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Colin Eric Johnson >Release: 4.0-Release >Organization: UNM - Dept. of Computer Science >Environment: This is an install problem so I can't get "uname -a" *snif* ;-) >Description: I'm attempting to install the recently announced 4.0-Release. I'm doing this to a Dell Lattitude CPi/266 with a 3C589D PCMCIA ethernet card. The setup portions of the installation seem to go just fine, once the actual download begins it seems that a few packets will come through and then the interface dies and no more data can pass. I don't know if this helps but I've tried the install from both ftp.freebsd.org and ftp3.freebsd.org and the attempts should be from the IP below. Name: trurl.cs.unm.edu Address: 198.59.151.139 The card does work under W98 and does contact our DHCP server successfully to get the IP info. necessary so I don't think that it is a hardware failure. >How-To-Repeat: It repeats everytime that I try this. Other than trying an install with the available floppies and a 3C589D card I'm not sure how to repeat this. >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 Mar 15 14:20:53 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from ipinc.ipinc.net (ipinc.ipinc.net [205.139.102.1]) by hub.freebsd.org (Postfix) with ESMTP id CFE9737C239 for ; Wed, 15 Mar 2000 14:20:49 -0800 (PST) (envelope-from tedm@IPINC.NET) Received: from tedmlap.compatiblecomputers.com (ntexchange.compatiblecomputers.com [205.139.102.27]) by ipinc.ipinc.net (8.8.5/8.8.5) with SMTP id OAA12627; Wed, 15 Mar 2000 14:20:19 -0800 Received: by localhost with Microsoft MAPI; Wed, 15 Mar 2000 14:19:59 -0800 Message-ID: <01BF8E89.8BF95420.tedm@ipinc.net> From: Ted Mittelstaedt To: "'Matthew N. Dodd'" , Sheldon Hearn Cc: "freebsd-bugs@FreeBSD.ORG" Subject: RE: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled Date: Wed, 15 Mar 2000 14:19:58 -0800 Organization: Internet Partners Inc. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hmmm - I didn't think that the 509 would even work in eisa mode at all in the isa bus - one of the traps with that card was that if it was configed in eisa mode and you didn't have an eisa machine around to unconfig it in you were hosed. Ted -----Original Message----- From: Matthew N. Dodd [SMTP:winter@jurai.net] Sent: Wednesday, March 15, 2000 7:22 AM To: Sheldon Hearn Cc: Ted Mittelstaedt; freebsd-bugs@FreeBSD.ORG Subject: Re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled On Wed, 15 Mar 2000, Sheldon Hearn wrote: > My take on your explanation ofthis problem is that the simple solution > is to simply refrain from configuring the card for EISA mode. Is it > that simple? Actually it sounds like he's using a 3c509 in EISA mode in a non-EISA machine. It sounds like the EISA bus code isn't checking to see if a card is enabled or not before it attaches it. (checks) Yep, thats it. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 14:38:29 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id D1EFF37BA29 for ; Wed, 15 Mar 2000 14:38:25 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id RAA53029; Wed, 15 Mar 2000 17:22:49 -0500 (EST) Date: Wed, 15 Mar 2000 17:22:49 -0500 (EST) From: "Matthew N. Dodd" To: Ted Mittelstaedt Cc: Sheldon Hearn , "freebsd-bugs@FreeBSD.ORG" Subject: RE: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled In-Reply-To: <01BF8E89.8BF95420.tedm@ipinc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 15 Mar 2000, Ted Mittelstaedt wrote: > Hmmm - I didn't think that the 509 would even work in eisa mode at all > in the isa bus - one of the traps with that card was that if it was > configed in eisa mode and you didn't have an eisa machine around to > unconfig it in you were hosed. I'll find out if this is the case or not when I do my testing on the fixes I'm working on for this problem. > -----Original Message----- > From: Matthew N. Dodd [SMTP:winter@jurai.net] > Sent: Wednesday, March 15, 2000 7:22 AM > To: Sheldon Hearn > Cc: Ted Mittelstaedt; freebsd-bugs@FreeBSD.ORG > Subject: Re: i386/2598: ep0 in eisa mode hangs if ep0-device (isa) is enabled > > On Wed, 15 Mar 2000, Sheldon Hearn wrote: > > My take on your explanation ofthis problem is that the simple solution > > is to simply refrain from configuring the card for EISA mode. Is it > > that simple? > > Actually it sounds like he's using a 3c509 in EISA mode in a non-EISA > machine. > > It sounds like the EISA bus code isn't checking to see if a card is > enabled or not before it attaches it. (checks) Yep, thats it. > > -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 15: 1:43 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A039D37C084; Wed, 15 Mar 2000 15:01:00 -0800 (PST) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA98331; Wed, 15 Mar 2000 15:01:00 -0800 (PST) (envelope-from adrian@FreeBSD.org) Date: Wed, 15 Mar 2000 15:01:00 -0800 (PST) From: Message-Id: <200003152301.PAA98331@freefall.freebsd.org> To: cschuber@uumail.gov.bc.ca, adrian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5355: Fix for NULLFS problems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for NULLFS problems State-Changed-From-To: feedback->open State-Changed-By: adrian State-Changed-When: Wed Mar 15 14:56:17 PST 2000 State-Changed-Why: Feedback did arrive .. Noticed by: Marius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 15:20: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from blockhead.mincom.com (blockhead2.mincom.com [203.15.57.33]) by hub.freebsd.org (Postfix) with ESMTP id 8313E37BF30; Wed, 15 Mar 2000 15:19:35 -0800 (PST) (envelope-from philh@mincom.com) Received: (from uucp@localhost) by blockhead.mincom.com (8.9.3/8.9.3) id JAA03293; Thu, 16 Mar 2000 09:19:31 +1000 (EST) (envelope-from philh@mincom.com) Received: from porthole.mincom.oz.au(172.17.100.2) via SMTP by blockhead.mincom.oz.au, id smtpdwI3289; Thu Mar 16 09:19:29 2000 Received: (from philh@localhost) by porthole.mincom.oz.au (8.9.3/8.9.3/mincom) id JAA08746; Thu, 16 Mar 2000 09:19:29 +1000 (EST) (envelope-from philh) Date: Thu, 16 Mar 2000 09:19:28 +1000 From: Phil Homewood To: sheldonh@FreeBSD.ORG Cc: crp22@cam.ac.uk, freebsd-bugs@FreeBSD.ORG Subject: Re: gnu/16942: send-pr(1) creates unsafe temp files Message-ID: <20000316091928.H26041@mincom.com> References: <200003151221.EAA18229@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <200003151221.EAA18229@freefall.freebsd.org>; from sheldonh@FreeBSD.ORG on Wed, Mar 15, 2000 at 04:21:13AM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org sheldonh@FreeBSD.ORG wrote: > The originator has pointed out several advantages which this patch > has over the one in PR 17175. For the record, the author of the patches in 17175 agrees that this patch is better. Ditch mine and go with this one. :-) 17175 is OK by me to be closed if this one is actioned in its place. -- This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. The contents of this email are the opinion of the writer and are not endorsed by Mincom Ltd unless expressly stated otherwise. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 16:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E76C37BB36 for ; Wed, 15 Mar 2000 16:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA04933; Wed, 15 Mar 2000 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB0BF37BAC8 for ; Wed, 15 Mar 2000 16:00:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA04004; Wed, 15 Mar 2000 16:00:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003160000.QAA04004@freefall.freebsd.org> Date: Wed, 15 Mar 2000 16:00:03 -0800 (PST) From: sabowski@wam.umd.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17399: FTPing into machine slows it down Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17399 >Category: misc >Synopsis: FTPing into machine slows it down >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 15 16:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Erik Sabowski >Release: 3.4-release >Organization: >Environment: FreeBSD dsl-5-48.capu.net 3.4-RELEASE FreeBSD 3.4-RELEASE #4: Thu Feb 24 21:42:05 EST 2000 sabowski@dsl-5-48.capu.net:/usr/src/sys/compile/DSL-5-48 i386 >Description: I have a FreeBSD machine for running NATd, with 3 windows boxes going into the FreeBSD machine. Everything works smoothly except for FTP. it works in every case, except when I ftp from a windows machine to the BSD machine. It transfers very slow, plus the machine slows way down. If I am telneted into the machine at the same time, the lag is very noticable. if i continue to to transfer files via ftp like this, the machine eventually stops all internet services, and i have to reset it. ftp works in every other case, such as from the bsd machine to the internet, windows machine to the internet, etc. just gets weird on windows to bsd. the machine is a cyrix 300MHz, with 2 3c509b NICs >How-To-Repeat: don't know, no one else seems to have the slightest about the problem, nor have they ever seen it. it happens every time. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 17: 5: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from fb00.eng00.mindspring.net (fb00.eng00.mindspring.net [207.69.200.31]) by hub.freebsd.org (Postfix) with ESMTP id 7E4D937C096 for ; Wed, 15 Mar 2000 17:04:59 -0800 (PST) (envelope-from ardoin@mindspring.com) Received: from mindspring.com (user-2ivek6o.dialup.mindspring.com [165.247.80.216]) by fb00.eng00.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA10352 for ; Wed, 15 Mar 2000 20:04:57 -0500 (EST) Message-ID: <38D03388.9AD4EE87@mindspring.com> Date: Wed, 15 Mar 2000 20:06:16 -0500 From: Cy Ardoin X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Subject: HPT 366 on ABIT BE6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ABIT BE6 (bios version "pl" latest from ABIT), 500MHz Pentium III, 128MB Using FreeBSD 4.0 (taken from cvsup4 on Tuesday 3/14/00) The ata driver locks up when I access an ATA/66 drive # fdisk /dev/ad6s1f READ: command timeout resetting ata3: resetting drives . . . The system hangs at this point and must be power cycled. The ad6 drive is a WD136AA. but it also happens on the newer WD153BA drive. If you need any more info or help, yell. Cy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 19:23:46 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0A3937B9F4; Wed, 15 Mar 2000 19:23:44 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA34890; Wed, 15 Mar 2000 19:23:44 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 15 Mar 2000 19:23:44 -0800 (PST) From: Message-Id: <200003160323.TAA34890@freefall.freebsd.org> To: edwardc@firebird.org.tw, cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/17328: no USA_RESIDENT define while make release Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: no USA_RESIDENT define while make release State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Mar 15 19:22:23 PST 2000 State-Changed-Why: Similar addition to src/release/Makefile was done by jkh on Mar. 12. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 19:30: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D9CB37BA12 for ; Wed, 15 Mar 2000 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA35790; Wed, 15 Mar 2000 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DF0C37B569 for ; Wed, 15 Mar 2000 19:21:33 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA34580; Wed, 15 Mar 2000 19:21:32 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003160321.TAA34580@freefall.freebsd.org> Date: Wed, 15 Mar 2000 19:21:32 -0800 (PST) From: jswink@pacbell.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17400: panic: resource_list_alloc when booting with RZ 1000 ATA controller Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17400 >Category: kern >Synopsis: panic: resource_list_alloc when booting with RZ 1000 ATA controller >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 15 19:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Joshua Swink >Release: 4.0 >Organization: >Environment: can't run uname >Description: panic occurs when booting using the kern and mfsroot floppies: atapci0: port 0x3f4-0x3f7, 0 x1f0-0x1f7 irq 0 at device 15.0 on pci0 atapci0: Bus mastering DMA not supported panic: resource_list_alloc: resource entry is busy >How-To-Repeat: Boot with kern & mfsroot floppies on system afflicted with RZ 1000 ATA chipset. >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 Mar 15 19:50: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5136537BB74 for ; Wed, 15 Mar 2000 19:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA38353; Wed, 15 Mar 2000 19:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 19:50:03 -0800 (PST) Message-Id: <200003160350.TAA38353@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Piazza Subject: Re: kern/17173: 4.0-20000214-CURRENT: ata with Intel ICH ATA-66 -> UDMA33 Reply-To: Chris Piazza Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17173; it has been noted by GNATS. From: Chris Piazza To: larse@isi.edu Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/17173: 4.0-20000214-CURRENT: ata with Intel ICH ATA-66 -> UDMA33 Date: Wed, 15 Mar 2000 19:43:54 -0800 On Fri, Mar 03, 2000 at 06:27:54PM -0800, larse@isi.edu wrote: > > >Description: > For some reason, the ata driver only supports UDMA33 on an Intel ICH > ATA-66 controller together with an IBM-DPTA-372730 drive. Both drive > and controller should be UDMA66-capable. > > > Remember that in order to use UDMA4 mode you have to use a special 80 > conductor cable, and the driver tries to determine if you have such a ca- > ble attached before setting UDMA4 mode. > > I'm *assuming* our machine has such a cable (it's a brand-new Dell > workstation) - in any case, how do I verify that? Hi, If you want to test that the cable is an ATA66 cable, you have to boot in verbose mode and check the output of the cblid field. ata0-master: success setting up UDMA2 mode on PIIX4 chip ad0: ATA-3 disk at ata0 as master ad0: 9765MB (20000536 sectors), 19841 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=2 cblid=0 Obviously this is on an ATA33 controller without an ATA66 cable. ata2-master: success setting up UDMA4 mode on HPT366 chip ad4: ATA-4 disk at ata2 as master ad4: 12949MB (26520480 sectors), 28064 cyls, 15 heads, 63 S/T, 512 B/S ad4: 16 secs/int, 32 depth queue, UDMA66 ad4: piomode=4 dmamode=2 udmamode=4 cblid=1 Please reply with your findings so we know where to proceed from here. Thanks. -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 19:51:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9828D37B50C; Wed, 15 Mar 2000 19:51:10 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA38431; Wed, 15 Mar 2000 19:51:10 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 15 Mar 2000 19:51:10 -0800 (PST) From: Message-Id: <200003160351.TAA38431@freefall.freebsd.org> To: wmaloney@n2net.net, cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/17239: Modem and PNP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Modem and PNP State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Mar 15 19:48:41 PST 2000 State-Changed-Why: Please send your question to freebsd-questions@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 Mar 15 20: 0: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9252837BA12 for ; Wed, 15 Mar 2000 20:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA39308; Wed, 15 Mar 2000 20:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 20:00:02 -0800 (PST) Message-Id: <200003160400.UAA39308@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Piazza Subject: Re: misc/17239: Modem and PNP Reply-To: Chris Piazza Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/17239; it has been noted by GNATS. From: Chris Piazza To: wmaloney@n2net.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/17239: Modem and PNP Date: Wed, 15 Mar 2000 19:50:41 -0800 On Mon, Mar 06, 2000 at 06:45:41PM -0800, wmaloney@n2net.net wrote: > > I'm new to FreeBSD and I installed it on a working computer as the > lone operating system. Everything on this computer worked OK using > Win 98. Hi. This question would be best suited to freebsd-questions@FreeBSD.org. If you paste this question into a new message directed there you are more likely to get an answer. Thanks, -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 15 20:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D278737BA12 for ; Wed, 15 Mar 2000 20:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA41588; Wed, 15 Mar 2000 20:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Mar 2000 20:20:03 -0800 (PST) Message-Id: <200003160420.UAA41588@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Lars Eggert Subject: Re: kern/17173: 4.0-20000214-CURRENT: ata with Intel ICH ATA-66 -> UDMA33 Reply-To: Lars Eggert Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17173; it has been noted by GNATS. From: Lars Eggert To: cpiazza@FreeBSD.org Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/17173: 4.0-20000214-CURRENT: ata with Intel ICH ATA-66 -> UDMA33 Date: Wed, 15 Mar 2000 20:11:51 -0800 (PST) chris> If you want to test that the cable is an ATA66 cable, you chris> have to boot in verbose mode and check the output of the chris> cblid field. ... chris> Please reply with your findings so we know where to proceed chris> from here. No problem, please let me know if you need more info. (FYI, this is still with 4.0-20000214-CURRENT, we will move to 4.0-RELEASE when the ISO image is available.) ata-pci0: port 0xffa0-0xffaf at device 31.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xffa0 ata0: mask=03 status0=50 status1=00 ata0: mask=03 status0=50 status1=00 ata0: devices = 0x1 ata0 at 0x01f0 irq 14 on ata-pci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xffa8 ata1: mask=03 status0=50 status1=00 ata1: mask=03 status0=00 status1=00 ata1: devices = 0x4 ata1 at 0x0170 irq 15 on ata-pci0 ata0-master: success setting up UDMA2 mode on ICH chip ad0: ATA-4 disk at ata0 as master ad0: 26105MB (53464320 sectors), 53040 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=4 cblid=1 Creating DISK ad0 Creating DISK wd0 ata1-master: piomode=4 dmamode=2 udmamode=2 dmaflag=1 ata1-master: success setting up UDMA2 mode on ICH chip acd0: CD-RW drive at ata1 as master acd0: read 5512KB/s (5512KB/s) write 1377KB/s (1377KB/s), 4096KB buffer, UDMA33 acd0: Reads: CD-R, CD-RW, CD-DA stream, packet acd0: Writes: CD-R, CD-RW, test write acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm audio disc loaded, unlocked Mounting root from ufs:/dev/ad0s2a ad0s1: type 0x1b, start 63, end = 8418059, size 8417997 : OK ad0s2: type 0xa5, start 8418060, end = 25205984, size 16787925 : OK ad0s3: type 0xf, start 25205985, end = 53464319, size 28258335 : OK ad0s5: type 0xb, start 25206048, end = 53464319, size 28258272 ad0s5: C/H/S start 1023/1/1 (16434558) != start 25206048: invalid Lars ________________________________________________________________________ Lars Eggert Information Sciences Institute http://www.isi.edu/~larse/ University of Southern California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 2:24:50 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 0F8AD37BFDC for ; Thu, 16 Mar 2000 02:24:48 -0800 (PST) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id LAA96024; Thu, 16 Mar 2000 11:24:41 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200003161024.LAA96024@freebsd.dk> Subject: Re: HPT 366 on ABIT BE6 In-Reply-To: <38D03388.9AD4EE87@mindspring.com> from Cy Ardoin at "Mar 15, 2000 08:06:16 pm" To: ardoin@mindspring.com (Cy Ardoin) Date: Thu, 16 Mar 2000 11:24:41 +0100 (CET) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Cy Ardoin wrote: > ABIT BE6 (bios version "pl" latest from ABIT), 500MHz Pentium III, 128MB > > Using FreeBSD 4.0 (taken from cvsup4 on Tuesday 3/14/00) > The ata driver locks up when I access an ATA/66 drive > > # fdisk /dev/ad6s1f > READ: command timeout resetting > ata3: resetting drives . . . > > The system hangs at this point and must be power cycled. > The ad6 drive is a WD136AA. > but it also happens on the newer WD153BA drive. Could you mail me your config file and the output from a verbose boot please, without those I dont have any info to go by... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 3:30:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC8A337B93D for ; Thu, 16 Mar 2000 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA89700; Thu, 16 Mar 2000 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ECE337C06E for ; Thu, 16 Mar 2000 03:26:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA89346; Thu, 16 Mar 2000 03:26:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003161126.DAA89346@freefall.freebsd.org> Date: Thu, 16 Mar 2000 03:26:38 -0800 (PST) From: tim@bsdunix.cx To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17403: CS4232 wont play w/newpcm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17403 >Category: kern >Synopsis: CS4232 wont play w/newpcm >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 16 03:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Tim Seidl >Release: 5.0-CURRENT >Organization: >Environment: /dev/sndstat: FreeBSD Audio Driver (newpcm) Mar 13 2000 23:04:27 Installed devices: pcm0: at io 0xe800 irq 11 (1p/1r channels duplex) pcm1: at io 0x534 irq 5 drq 1:0 (1p/1r channels duplex) -------- FreeBSD 5.0-CURRENT #4: Thu Mar 16 02:52:01 CST 2000 root@prong.bsdunix.cx:/usr/src/sys/compile/PRONG Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 451024090 Hz CPU: Pentium II/Pentium II Xeon/Celeron (451.02-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x660 Stepping = 0 Features=0x183f9ff real memory = 67108864 (65536K bytes) avail memory = 61755392 (60308K bytes) Preloaded elf kernel "kernel" at 0xc0326000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 12 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 chip1: port 0x5000-0x500f at device 7.3 on pci0 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xe400-0xe47f mem 0xe8000000-0xe800007f irq 10 at device 11.0 on pci0 xl0: Ethernet address: 00:10:4b:6f:64:21 miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: supplying EUI64: 00:10:4b:ff:fe:6f:64:21 pcm0: port 0xe800-0xe83f irq 11 at device 13.0 on pci0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A pcm1: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 unknown0: at port 0x200-0x207 on isa0 unknown1: at port 0x100-0x107 on isa0 unknown2: at port 0x350-0x351 on isa0 unknown3: at port 0x330-0x33f irq 9 on isa0 IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to deny, logging disabled ata1-slave: ata_command: timeout waiting for intr ata1-slave: identify failed ad0: 8063MB [16383/16/63] at ata0-master using UDMA33 ad1: 8011MB [16278/16/63] at ata0-slave using UDMA33 acd0: CDROM at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s2a -------- Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID CSC7632 (0x3276630e), Serial Number 0xffffffff PnP Version 1.0, Vendor Version 1 Device Description: Tropez Plus Logical Device ID: CSC0000 0x0000630e #0 Device Description: WSS TAG Start DF Good Configuration DMA: channel(s) 1 8-bit, not a bus master, count by byte, , Type A DMA: channel(s) 0 3 8-bit, not a bus master, count by byte, , Type A IRQ: 5 - only one type (true/edge) I/O Range 0x534 .. 0x534, alignment 0x4, len 0x4 [not 16-bit addr] FIXED I/O base address 0x388 length 0x4 FIXED I/O base address 0x220 length 0x10 TAG Start DF Acceptable Configuration DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type A DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Type A IRQ: 5 7 9 11 - only one type (true/edge) I/O Range 0x100 .. 0xffc, alignment 0x4, len 0x4 [not 16-bit addr] I/O Range 0x388 .. 0x3f8, alignment 0x8, len 0x4 [not 16-bit addr] I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10 [not 16-bit addr] TAG End DF Logical Device ID: PNPb02f 0x2fb0d041 #1 Device Description: GAME TAG Start DF Good Configuration FIXED I/O base address 0x200 length 0x8 TAG Start DF Acceptable Configuration I/O Range 0x100 .. 0x3f8, alignment 0x8, len 0x8 [not 16-bit addr] TAG End DF Logical Device ID: CSC0010 0x1000630e #2 Device Description: CTRL I/O Range 0x100 .. 0xff8, alignment 0x8, len 0x8 [not 16-bit addr] Logical Device ID: PNPb006 0x06b0d041 #3 Device Description: MPU TAG Start DF Good Configuration I/O Range 0x350 .. 0x3f8, alignment 0x8, len 0x2 [not 16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 11 12 15 - only one type (true/edge) I/O Range 0x350 .. 0x3f8, alignment 0x8, len 0x2 [not 16-bit addr] TAG End DFLogical Device ID: CSC0004 0x0400630e #4 Device Description: Synth TAG Start DF Good Configuration IRQ: 9 - only one type (true/edge) FIXED I/O base address 0x330 length 0x10 TAG Start DF Acceptable Configuration IRQ: 5 7 9 11 12 15 - only one type (true/edge) I/O Range 0x250 .. 0x3f0, alignment 0x10, len 0x10 [not 16-bit addr] TAG End DF End Tag Successfully got 46 resources, 5 logical fdevs -- card select # 0x0001 CSN CSC7632 (0x3276630e), Serial Number 0xffffffff Logical device #0 IO: 0x0534 0x0534 0x0534 0x0534 0x0534 0x0534 0x0534 0x0534 IRQ 5 0 DMA 1 0 IO range check 0x00 activate 0x01 Logical device #1 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #2 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #3 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #4 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 9 0 DMA 4 4 IO range check 0x00 activate 0x01 >Description: on my turtle beach tropez plus, i am able to play once. e.g. if i play one mp3 with xmms, hit stop, and hit play again, it cant send audio to the device anymore and just locks up, it stays like this until i reboot. this card has worked fine with the old pcm driver ever since it came out, and broke in -current around the middle of december. ive seen people post to the -current list with similar problems also. >How-To-Repeat: try to send audio to /dev/dsp >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 5:30: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E49AD37BF28 for ; Thu, 16 Mar 2000 05:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA02995; Thu, 16 Mar 2000 05:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AE8337BA4F for ; Thu, 16 Mar 2000 05:23:50 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA02112; Thu, 16 Mar 2000 05:23:50 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003161323.FAA02112@freefall.freebsd.org> Date: Thu, 16 Mar 2000 05:23:50 -0800 (PST) From: peter.edwards@ireland.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/17405: one more fstat patch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17405 >Category: bin >Synopsis: one more fstat patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 16 05:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Peter Edwards >Release: rapidly ageing -current >Organization: >Environment: FreeBSD rocklobster 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Fri Jan 21 09:42:06 GMT 2000 petere@rocklobster:/usr/src/sys/compile/PME2 i386 >Description: fstat "file", where file is on an NFS volume, is still broken. The problem is that the fsid is made up of a type and a dev_t. the nfs_filestat() doesn't drop the type (to produce a udev_t) by &ing with 0xffff. All the other filesystem types do this already. >How-To-Repeat: $ cd /net/rover/export/home $ fstat . USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME $ cd /usr/src/usr.bin/fstat $ patch fstat.c < patch $ make all install $ cd - $ fstat . USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME root fstat 3232 wd /a/rover/host/export/home 2 drwxr-xr-x 512 r . root bash 3045 wd /a/rover/host/export/home 2 drwxr-xr-x 512 r . >Fix: *** fstat.c Thu Mar 16 02:02:33 2000 --- fstat.pme.c Thu Mar 16 13:05:09 2000 *************** *** 508,514 **** (void *)VTONFS(vp), Pid); return 0; } ! fsp->fsid = nfsnode.n_vattr.va_fsid; fsp->fileid = nfsnode.n_vattr.va_fileid; fsp->size = nfsnode.n_size; fsp->rdev = nfsnode.n_vattr.va_rdev; --- 508,514 ---- (void *)VTONFS(vp), Pid); return 0; } ! fsp->fsid = nfsnode.n_vattr.va_fsid & 0xffff; fsp->fileid = nfsnode.n_vattr.va_fileid; fsp->size = nfsnode.n_size; fsp->rdev = nfsnode.n_vattr.va_rdev; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 6:30: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 85B1337BA01 for ; Thu, 16 Mar 2000 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA11748; Thu, 16 Mar 2000 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A4F537BA01 for ; Thu, 16 Mar 2000 06:26:50 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA09650; Thu, 16 Mar 2000 06:26:49 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003161426.GAA09650@freefall.freebsd.org> Date: Thu, 16 Mar 2000 06:26:49 -0800 (PST) From: sperber@informatik.uni-tuebingen.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/17406: nis in /etc/host.conf breaks network programs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17406 >Category: conf >Synopsis: nis in /etc/host.conf breaks network programs >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 16 06:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mike Sperber >Release: 4.0-RELEASE/i386 >Organization: University of Tübingen >Environment: FreeBSD sams.informatik.uni-tuebingen.de 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Wed Mar 15 02:16:55 GMT 2000 jkh@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: Putting nis anywhere in /etc/host.conf makes basically every network program (like ftp or telnet) segfault upon startup. >How-To-Repeat: Put nis in /etc/host.conf, do ftp ftp.freebsd.org. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 6:50: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 861DB37BBF6 for ; Thu, 16 Mar 2000 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA17390; Thu, 16 Mar 2000 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Mar 2000 06:50:02 -0800 (PST) Message-Id: <200003161450.GAA17390@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/17406; it has been noted by GNATS. From: Sheldon Hearn To: sperber@informatik.uni-tuebingen.de Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Date: Thu, 16 Mar 2000 16:48:05 +0200 On Thu, 16 Mar 2000 06:26:49 PST, sperber@informatik.uni-tuebingen.de wrote: > Putting nis anywhere in /etc/host.conf makes basically every network > program (like ftp or telnet) segfault upon startup. Do you have nisdomain set in /etc/rc.conf? Is nis_client_enable and / or nis_server_enable set to YES in /etc/rc.conf ? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 7: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DACE837BE78 for ; Thu, 16 Mar 2000 07:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA18656; Thu, 16 Mar 2000 07:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Mar 2000 07:00:03 -0800 (PST) Message-Id: <200003161500.HAA18656@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Reply-To: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/17406; it has been noted by GNATS. From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) To: Sheldon Hearn Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Date: 16 Mar 2000 15:59:30 +0100 >>>>> "Sheldon" == Sheldon Hearn writes: Sheldon> On Thu, 16 Mar 2000 06:26:49 PST, sperber@informatik.uni-tuebingen.de wrote: >> Putting nis anywhere in /etc/host.conf makes basically every network >> program (like ftp or telnet) segfault upon startup. Sheldon> Do you have nisdomain set in /etc/rc.conf? Sheldon> Is nis_client_enable and / or nis_server_enable set to YES in Sheldon> /etc/rc.conf ? Yes on both counts: nisdomainname="wsi" nis_client_enable="YES" The configuration is the same as on our boxes still running 3.2-RELEASE, where everything works fine. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 7: 6: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E790237C06E; Thu, 16 Mar 2000 07:06:07 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA19300; Thu, 16 Mar 2000 07:06:06 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 16 Mar 2000 07:06:06 -0800 (PST) From: Message-Id: <200003161506.HAA19300@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: kern/17400: panic: resource_list_alloc when booting with RZ 1000 ATA controller Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: panic: resource_list_alloc when booting with RZ 1000 ATA controller Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Mar 16 07:05:17 PST 2000 Responsible-Changed-Why: Over to the ATA maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 7:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8647737BD2D for ; Thu, 16 Mar 2000 07:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA21638; Thu, 16 Mar 2000 07:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Mar 2000 07:20:03 -0800 (PST) Message-Id: <200003161520.HAA21638@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yoshinobu Inoue Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Reply-To: Yoshinobu Inoue Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/17406; it has been noted by GNATS. From: Yoshinobu Inoue To: sperber@informatik.uni-tuebingen.de Cc: freebsd-gnats-submit@FreeBSD.ORG, sheldonh@uunet.co.za Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Date: Fri, 17 Mar 2000 00:12:24 +0900 > >Description: > Putting nis anywhere in /etc/host.conf makes basically every network > program (like ftp or telnet) segfault upon startup. > >How-To-Repeat: > Put nis in /etc/host.conf, do ftp ftp.freebsd.org. > >Fix: I confirmed that the problem also happens in my environment, and the attached patch fixed it in my environment. Could you please try this patch, and try ftp or telnet again after rebuilded and reinstalled src/lib/libc? Thanks, Yoshinobu Inoue Index: name6.c =================================================================== RCS file: /home/ncvs/src/lib/libc/net/name6.c,v retrieving revision 1.6 diff -u -r1.6 name6.c --- name6.c 2000/03/09 22:52:30 1.6 +++ name6.c 2000/03/16 15:08:32 @@ -840,7 +840,7 @@ static struct hostent * _nis_ghbyname(const char *name, int af, int *errp) { - struct hostent *hp; + struct hostent *hp = NULL; if (af == AF_INET) { hp = _gethostbynisname(name, af); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 8:38:22 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from fgwmail7.fujitsu.co.jp (fgwmail7.fujitsu.co.jp [192.51.44.37]) by hub.freebsd.org (Postfix) with ESMTP id 7BC2537C097 for ; Thu, 16 Mar 2000 08:38:18 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from m3.gw.fujitsu.co.jp by fgwmail7.fujitsu.co.jp (8.9.3/3.7W-MX0002-Fujitsu Gateway) id BAA04146 for ; Fri, 17 Mar 2000 01:38:17 +0900 (JST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from incapgw.fujitsu.co.jp by m3.gw.fujitsu.co.jp (8.9.3/3.7W-0002-Fujitsu Domain Master) id BAA03649; Fri, 17 Mar 2000 01:38:16 +0900 (JST) Received: from localhost ([192.168.245.6]) by incapgw.fujitsu.co.jp (8.9.3/3.7W-0002) id BAA28722; Fri, 17 Mar 2000 01:38:15 +0900 (JST) To: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs In-Reply-To: <200003161520.HAA21638@freefall.freebsd.org> References: <200003161520.HAA21638@freefall.freebsd.org> X-Mailer: Mew version 1.94 on Emacs 20.4 / Mule 4.0 (HANANOEN) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000317013912A.shin@nd.net.fujitsu.co.jp> Date: Fri, 17 Mar 2000 01:39:12 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 16 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Putting nis anywhere in /etc/host.conf makes basically every network > > program (like ftp or telnet) segfault upon startup. > > >How-To-Repeat: > > Put nis in /etc/host.conf, do ftp ftp.freebsd.org. > > >Fix: > > I confirmed that the problem also happens in my environment, > and the attached patch fixed it in my environment. Could you > please try this patch, and try ftp or telnet again after > rebuilded and reinstalled src/lib/libc? Woops, this seems to be already fixed in name6.c 1.6 to 1.7 fix. Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 8:40: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E3EA37BC44 for ; Thu, 16 Mar 2000 08:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA32199; Thu, 16 Mar 2000 08:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Mar 2000 08:40:02 -0800 (PST) Message-Id: <200003161640.IAA32199@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/17405: one more fstat patch Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17405; it has been noted by GNATS. From: Bruce Evans To: peter.edwards@ireland.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/17405: one more fstat patch Date: Fri, 17 Mar 2000 03:31:46 +1100 (EST) On Thu, 16 Mar 2000 peter.edwards@ireland.com wrote: > >Description: > fstat "file", where file is on an NFS volume, is still broken. > The problem is that the fsid is made up of a type and a dev_t. > the nfs_filestat() doesn't drop the type (to produce a udev_t) by &ing > with 0xffff. All the other filesystem types do this already. This is backwards. &ing with 0xffff is a bug. The bug is fixed for ufs in PR 16320. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 8:50: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C29237BC1A for ; Thu, 16 Mar 2000 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA33465; Thu, 16 Mar 2000 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Mar 2000 08:50:01 -0800 (PST) Message-Id: <200003161650.IAA33465@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/17406; it has been noted by GNATS. From: Sheldon Hearn To: Yoshinobu Inoue Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Date: Thu, 16 Mar 2000 18:41:28 +0200 On Fri, 17 Mar 2000 01:39:12 +0900, Yoshinobu Inoue wrote: > Woops, this seems to be already fixed in name6.c 1.6 to 1.7 > fix. That probably needs to be merged to RELENG_4. Then this PR can be closed. Do you agree? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 9: 0: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E36B037BC83 for ; Thu, 16 Mar 2000 09:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA34961; Thu, 16 Mar 2000 09:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Mar 2000 09:00:01 -0800 (PST) Message-Id: <200003161700.JAA34961@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yoshinobu Inoue Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Reply-To: Yoshinobu Inoue Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/17406; it has been noted by GNATS. From: Yoshinobu Inoue To: sheldonh@uunet.co.za Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Date: Fri, 17 Mar 2000 01:51:50 +0900 > > Woops, this seems to be already fixed in name6.c 1.6 to 1.7 > > fix. > > That probably needs to be merged to RELENG_4. Then this PR can be > closed. Do you agree? Yes of course, and it seems to be already merged to RELENG_4. Thanks, Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 9:10: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F242737BC4F for ; Thu, 16 Mar 2000 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA36211; Thu, 16 Mar 2000 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Mar 2000 09:10:01 -0800 (PST) Message-Id: <200003161710.JAA36211@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/17406; it has been noted by GNATS. From: Sheldon Hearn To: Yoshinobu Inoue Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Date: Thu, 16 Mar 2000 19:02:02 +0200 On Fri, 17 Mar 2000 01:51:50 +0900, Yoshinobu Inoue wrote: > Yes of course, and it seems to be already merged to RELENG_4. Okay. Do you think this warrants an ERRATA.TXT entry? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 9:20: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C048F37BE95 for ; Thu, 16 Mar 2000 09:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA37445; Thu, 16 Mar 2000 09:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Mar 2000 09:20:02 -0800 (PST) Message-Id: <200003161720.JAA37445@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yoshinobu Inoue Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Reply-To: Yoshinobu Inoue Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/17406; it has been noted by GNATS. From: Yoshinobu Inoue To: sheldonh@uunet.co.za Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/17406: nis in /etc/host.conf breaks network programs Date: Fri, 17 Mar 2000 02:19:49 +0900 > On Fri, 17 Mar 2000 01:51:50 +0900, Yoshinobu Inoue wrote: > > > Yes of course, and it seems to be already merged to RELENG_4. > > Okay. Do you think this warrants an ERRATA.TXT entry? I think so (though I haven't ever written one, and don't know exact rule for it). Have anyone already started writing one? If not, may I try one? Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 10:40: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E776D37C15F for ; Thu, 16 Mar 2000 10:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA48221; Thu, 16 Mar 2000 10:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4B6237C130 for ; Thu, 16 Mar 2000 10:39:32 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA48166; Thu, 16 Mar 2000 10:39:32 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003161839.KAA48166@freefall.freebsd.org> Date: Thu, 16 Mar 2000 10:39:32 -0800 (PST) From: mgove@cais.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17409: 4.0-RELEASE install fails on Compaq 1850R with Compaq Smart Array 3200 controller. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17409 >Category: misc >Synopsis: 4.0-RELEASE install fails on Compaq 1850R with Compaq Smart Array 3200 controller. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 16 10:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Matthew E. GOve >Release: 4.0-RELEASE >Organization: >Environment: Not available, system won't install. >Description: Installation of 4.0-RELEASE fails installing onto a Compaq Smart Array 3200 array. After installation, the boot loader says can not load kernel. Booting the install again and going into fixit mode shows serious corruption of files. >How-To-Repeat: Install 4.0-RELEASE on a Compaq Smart Array ida controller. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 11:39: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE8DB37C1A4; Thu, 16 Mar 2000 11:39:07 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA63272; Thu, 16 Mar 2000 11:39:07 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 16 Mar 2000 11:39:07 -0800 (PST) From: Message-Id: <200003161939.LAA63272@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: kern/17173: 4.0-20000214-CURRENT: ata with Intel ICH ATA-66 -> UDMA33 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4.0-20000214-CURRENT: ata with Intel ICH ATA-66 -> UDMA33 Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Mar 16 11:38:22 PST 2000 Responsible-Changed-Why: sos write the ata driver and is likely to be able to diagnose this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 16 17:13:20 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 2541937BB10 for ; Thu, 16 Mar 2000 17:13:04 -0800 (PST) (envelope-from ardoin@mindspring.com) Received: from mindspring.com (user-2ivem73.dialup.mindspring.com [165.247.88.227]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA12283; Thu, 16 Mar 2000 20:12:49 -0500 (EST) Message-ID: <38D186DF.8C0C9AFC@mindspring.com> Date: Thu, 16 Mar 2000 20:14:07 -0500 From: Cy Ardoin X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Soren Schmidt Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: HPT 366 on ABIT BE6 References: <200003161024.LAA96024@freebsd.dk> Content-Type: multipart/mixed; boundary="------------0714C87F3E578ECD65042446" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------0714C87F3E578ECD65042446 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sure. HPT bios is 1.21 Verbose output attached [verbose.txt] Kernel config attached. [CY] (I tried both w/wo DMA) Thanks Cy Soren Schmidt wrote: > It seems Cy Ardoin wrote: > > ABIT BE6 (bios version "pl" latest from ABIT), 500MHz Pentium III, 128MB > > > > Using FreeBSD 4.0 (taken from cvsup4 on Tuesday 3/14/00) > > The ata driver locks up when I access an ATA/66 drive > > > > # fdisk /dev/ad6s1f > > READ: command timeout resetting > > ata3: resetting drives . . . > > > > The system hangs at this point and must be power cycled. > > The ad6 drive is a WD136AA. > > but it also happens on the newer WD153BA drive. > > Could you mail me your config file and the output from a verbose > boot please, without those I dont have any info to go by... > > -Søren --------------0714C87F3E578ECD65042446 Content-Type: text/plain; charset=us-ascii; name="verbose.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="verbose.txt" Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-STABLE #1: Wed Mar 15 14:31:08 EST 2000 root@blackwater.mindspring.com:/usr/src/sys/compile/CY Calibrating clock(s) ... TSC clock: 501206144 Hz, i8254 clock: 1193348 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method CPU: Pentium III/Pentium III Xeon (501.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383f9ff real memory = 134217728 (131072K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x003d7000 - 0x07ff7fff, 130158592 bytes (31777 pages) avail memory = 126259200 (123300K bytes) bios32: Found BIOS32 Service Directory header at 0xc00faf90 bios32: Entry = 0xfb410 (c00fb410) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xb440 pnpbios: Found PnP BIOS data at 0xc00fc010 pnpbios: Entry = f0000:c038 Rev = 1.0 Other BIOS signatures found: ACPI: 00000000 Preloaded elf kernel "kernel" at 0xc03be000. Pentium Pro MTRR support enabled md0: Malloc disk Creating DISK md0 pci_open(1): mode 1 addr port (0x0cf8) is 0x8000005c pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) npx0: on motherboard npx0: INT 16 interface pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcib0: on motherboard found-> vendor=0x8086, dev=0x7190, revid=0x03 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base e8000000, size 26 found-> vendor=0x8086, dev=0x7191, revid=0x03 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=1 secondarybus=1 found-> vendor=0x8086, dev=0x7110, revid=0x02 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7111, revid=0x01 class=01-01-80, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 0000f000, size 4 found-> vendor=0x8086, dev=0x7112, revid=0x01 class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=10 map[20]: type 1, range 32, base 0000c000, size 5 found-> vendor=0x8086, dev=0x7113, revid=0x02 class=06-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[90]: type 1, range 32, base 00005000, size 4 found-> vendor=0x8086, dev=0x1229, revid=0x01 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base f1100000, size 12 map[14]: type 1, range 32, base 0000c400, size 5 map[18]: type 1, range 32, base f1000000, size 20 found-> vendor=0x1036, dev=0x0000, revid=0x00 class=01-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 0000c800, size 4 found-> vendor=0x1103, dev=0x0004, revid=0x01 class=01-80-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 0000cc00, size 3 map[14]: type 1, range 32, base 0000d000, size 2 map[20]: type 1, range 32, base 0000d400, size 8 found-> vendor=0x1103, dev=0x0004, revid=0x01 class=01-80-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=b, irq=11 map[10]: type 1, range 32, base 0000d800, size 3 map[14]: type 1, range 32, base 0000dc00, size 2 map[20]: type 1, range 32, base 0000e000, size 8 pci0: on pcib0 pcib1: at device 1.0 on pci0 found-> vendor=0x10de, dev=0x0101, revid=0x10 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base ec000000, size 24 map[14]: type 1, range 32, base e0000000, size 27 pci1: on pcib1 pci1: (vendor=0x10de, dev=0x0101) at 0.0 irq 10 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xf000 ata0: mask=03 status0=50 status1=00 ata0: mask=03 status0=50 status1=00 ata0: devices = 0x1 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xf008 ata1: mask=01 status0=00 status1=ff ata1: mask=01 status0=00 status1=ff ata1: devices = 0x4 ata1: at 0x170 irq 15 on atapci0 pci0: (vendor=0x8086, dev=0x7112) at 7.2 irq 10 chip1: port 0x5000-0x500f at device 7.3 on pci0 fxp0: port 0xc400-0xc41f mem 0xf1000000-0xf10fffff,0xf1100000-0xf1100fff irq 10 at device 9.0 on pci0 fxp0: Ethernet address 00:a0:c9:32:3c:4f fxp0: supplying EUI64: 00:a0:c9:ff:fe:32:3c:4f bpf: fxp0 attached pci0: (vendor=0x1036, dev=0x0000) at 11.0 irq 11 atapci1: port 0xd400-0xd4ff,0xd000-0xd003,0xcc00-0xcc07 irq 11 at device 19.0 on pci0 ata2: iobase=0xcc00 altiobase=0xd000 bmaddr=0xd400 ata2: mask=03 status0=50 status1=01 ata2: mask=03 status0=50 status1=01 ata2: devices = 0x3 ata2: at 0xcc00 on atapci1 atapci2: port 0xe000-0xe0ff,0xdc00-0xdc03,0xd800-0xd807 irq 11 at device 19.1 on pci0 devclass_alloc_unit: ata2 already exists, using next available unit number ata3: iobase=0xd800 altiobase=0xdc00 bmaddr=0xe000 ata3: mask=03 status0=50 status1=01 ata3: mask=03 status0=50 status1=01 ata3: devices = 0x3 ata3: at 0xd800 on atapci2 using shared irq11. Trying Read_Port at 203 Trying Read_Port at 243 CTL0031: start dependant CTL0031: adding irq mask 0x20 CTL0031: adding dma mask 0x2 CTL0031: adding dma mask 0x20 CTL0031: adding io range 0x220-0x22f, size=0x10, align=0x1 CTL0031: adding io range 0x330-0x331, size=0x2, align=0x1 CTL0031: adding io range 0x388-0x38b, size=0x4, align=0x1 CTL0031: start dependant CTL0031: adding irq mask 0x4a0 CTL0031: adding dma mask 0xb CTL0031: adding dma mask 0xe0 CTL0031: adding io range 0x220-0x28f, size=0x10, align=0x20 CTL0031: adding io range 0x300-0x331, size=0x2, align=0x30 CTL0031: adding io range 0x388-0x38b, size=0x4, align=0x1 CTL0031: start dependant CTL0031: adding irq mask 0x4a0 CTL0031: adding dma mask 0xb CTL0031: adding dma mask 0xe0 CTL0031: adding io range 0x220-0x28f, size=0x10, align=0x20 CTL0031: adding io range 0x300-0x331, size=0x2, align=0x30 CTL0031: start dependant CTL0031: adding irq mask 0x4a0 CTL0031: adding dma mask 0xb CTL0031: adding dma mask 0xe0 CTL0031: adding io range 0x220-0x28f, size=0x10, align=0x20 CTL0031: start dependant CTL0031: adding irq mask 0x4a0 CTL0031: adding dma mask 0xb CTL0031: adding io range 0x220-0x28f, size=0x10, align=0x20 CTL0031: adding io range 0x300-0x331, size=0x2, align=0x30 CTL0031: adding io range 0x388-0x38b, size=0x4, align=0x1 CTL0031: start dependant CTL0031: adding irq mask 0x4a0 CTL0031: adding dma mask 0xb CTL0031: adding io range 0x220-0x28f, size=0x10, align=0x20 CTL0031: adding io range 0x300-0x331, size=0x2, align=0x30 CTL0031: start dependant CTL0031: adding irq mask 0xca0 CTL0031: adding dma mask 0xb CTL0031: adding io range 0x220-0x28f, size=0x10, align=0x20 CTL0031: end dependant PNPffff: adding io range 0x100-0x3f8, size=0x1, align=0x8 CTL0021: start dependant CTL0021: adding io range 0x620-0x623, size=0x4, align=0x1 CTL0021: start dependant CTL0021: adding io range 0x620-0x683, size=0x4, align=0x20 CTL0021: end dependant CTL7001: adding io range 0x200-0x207, size=0x8, align=0x1 CTL0051: adding io range 0x100-0x3f8, size=0x1, align=0x8 USR1001: adding irq mask 0x2b8 USR1001: start dependant USR1001: adding io range 0x110-0x117, size=0x8, align=0x1 USR1001: start dependant USR1001: adding io range 0x170-0x177, size=0x8, align=0x1 USR1001: start dependant USR1001: adding io range 0x210-0x217, size=0x8, align=0x1 USR1001: start dependant USR1001: adding io range 0x270-0x277, size=0x8, align=0x1 USR1001: start dependant USR1001: adding io range 0x2f0-0x2f7, size=0x8, align=0x1 USR1001: start dependant USR1001: adding io range 0x370-0x377, size=0x8, align=0x1 USR1001: end dependant devclass_alloc_unit: ata0 already exists, using next available unit number devclass_alloc_unit: ata1 already exists, using next available unit number isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x330 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x334 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x230 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x234 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x130 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed at 0x134 aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff aha0: status reg test failed ff atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 psm0: current command byte:0047 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 psm: status 00 02 64 psm: status 00 00 64 psm: status 00 03 64 psm: status 00 03 64 psm: status 10 00 64 psm: data 08 00 00 psm: status 00 02 64 psm: data 08 00 00 psm: status 00 02 64 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:c0, syncbits:00 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) pcic1: not probed (disabled) sio0: irq maps: 0x61 0x71 0x61 0x61 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: irq maps: 0x61 0x69 0x61 0x61 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio2: not probed (disabled) sio3: not probed (disabled) ppc0: parallel port found at 0x378 ppc0: SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: IEEE1284 device found /NIBBLE/NIBBLE_ID/Extensibility Link Probing for PnP devices on ppbus0: ppbus0: HP ENHANCED PCL5,PJL ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 bpf: lp0 attached isa_probe_children: probing PnP devices unknown0: