From owner-freebsd-bugs Sun Jun 28 05:10:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14316 for freebsd-bugs-outgoing; Sun, 28 Jun 1998 05:10:47 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14307 for ; Sun, 28 Jun 1998 05:10:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA29300; Sun, 28 Jun 1998 05:10:01 -0700 (PDT) Received: from al.imforei.apana.org.au (pjchilds@al.imforei.apana.org.au [202.12.89.41]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13446 for ; Sun, 28 Jun 1998 05:05:35 -0700 (PDT) (envelope-from pjchilds@al.imforei.apana.org.au) Received: (from pjchilds@localhost) by al.imforei.apana.org.au (beBop) id VAA02342; Sun, 28 Jun 1998 21:35:27 +0930 (CST) Message-Id: <199806281205.VAA02342@al.imforei.apana.org.au> Date: Sun, 28 Jun 1998 21:35:27 +0930 (CST) From: Peter Childs Reply-To: pjchilds@imforei.apana.org.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/7095: Gravis MAX in 2.2.6 suffers from isa.c bitrot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7095 >Category: kern >Synopsis: Gravis MAX in 2.2.6 suffers from isa.c bitrot >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 28 05:10:01 PDT 1998 >Last-Modified: >Originator: Peter Childs >Organization: imforei >Release: FreeBSD 2.2.6-STABLE i386 >Environment: 2.2.6-RELEASE with Voxware snd and Gravis Ultrasound MAX (non-pnp) >Description: When stuffing large amounts of digital audio out of the GUS the console is flooded (as is syslog) with isa_dmastart: channel 1 not acquired isa_dmastart: channel 1 not acquired isa_dmastart: channel 1 busy A quick comparison between /sys/i386/isa/isa.c in RELENG_2_2 and HEAD shows why this is occuring in 2.2-stable and not current... >How-To-Repeat: Steal a Gravis Ultrasound MAX and install 2.2.6-RELEASE (or around) >Fix: Apply patch like this... this stops my syslog/xconsole getting flooded.. I still get a strange effect for the first few seconds of playing mp3 files like the "buffers" haven't been cleaned from the last mp3 file played (i can hear snippets of the last song...) I'll chase that.. but this will fix the isa_dmastart prob for 2.2.7-RELEASE at least... *** isa.c.orig Mon Jun 29 04:09:33 1998 --- isa.c Sun Jun 28 21:18:49 1998 *************** *** 732,738 **** * isa_dmastart(): program 8237 DMA controller channel, avoid page alignment * problems by using a bounce buffer. */ ! void isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan) { vm_offset_t phys; int waport; --- 732,739 ---- * isa_dmastart(): program 8237 DMA controller channel, avoid page alignment * problems by using a bounce buffer. */ ! void ! isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan) { vm_offset_t phys; int waport; *************** *** 745,757 **** if ((chan < 4 && nbytes > (1<<16)) || (chan >= 4 && (nbytes > (1<<17) || (u_int)addr & 1))) panic("isa_dmastart: impossible request"); ! #endif if ((dma_inuse & (1 << chan)) == 0) printf("isa_dmastart: channel %d not acquired\n", chan); if (!(flags & B_RAW)) if (dma_busy & (1 << chan)) printf("isa_dmastart: channel %d busy\n", chan); dma_busy |= (1 << chan); --- 746,766 ---- if ((chan < 4 && nbytes > (1<<16)) || (chan >= 4 && (nbytes > (1<<17) || (u_int)addr & 1))) panic("isa_dmastart: impossible request"); ! if ((dma_inuse & (1 << chan)) == 0) printf("isa_dmastart: channel %d not acquired\n", chan); + #endif + #if 0 + /* + * XXX This should be checked, but drivers like ad1848 only call + * isa_dmastart() once because they use Auto DMA mode. If we + * leave this in, drivers that do this will print this continuously. + */ if (!(flags & B_RAW)) if (dma_busy & (1 << chan)) printf("isa_dmastart: channel %d busy\n", chan); + #endif dma_busy |= (1 << chan); >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 28 09:30:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09862 for freebsd-bugs-outgoing; Sun, 28 Jun 1998 09:30:45 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA09855 for ; Sun, 28 Jun 1998 09:30:44 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA01489; Sun, 28 Jun 1998 09:30:01 -0700 (PDT) Received: from salmon.maths.tcd.ie (mmdf@salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA09663 for ; Sun, 28 Jun 1998 09:28:26 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 28 Jun 98 17:28:25 +0100 (BST) Message-Id: <9806281728.aa09864@walton.maths.tcd.ie> Date: Sun, 28 Jun 98 17:28:25 +0100 (BST) From: iedowse@maths.tcd.ie Reply-To: iedowse@maths.tcd.ie To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: i386/7098: Various netboot fixes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7098 >Category: i386 >Synopsis: Various netboot fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 28 09:30:01 PDT 1998 >Last-Modified: >Originator: Ian Dowse >Organization: School of Mathematics, Trinity College Dublin >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD stable and current, using netboot for diskless booting. >Description: These are a selection of small problems and annoyances with the netboot code. Apart from the first one, none really affect typical configurations but are nevertheless unnecessary limitations. We use netbooted PCs as student X-terminals and all of the below fixes have been useful. Apologies for including them all in one PR, but some are just too silly or trivial to send on their own! If anyone is interested, I also have a version of netboot which works on the Intel Etherexpress Pro/100 cards. I haven't used it with a flash rom on the card yet though. a) Newer SMC cards have hardware addresses starting with 00:E0. Netboot compares the MAC address with 00:00:C0 to determine if it is a WD/SMC card, so it fails to detect these. b) Netboot is unable to boot kzipped kernels, as it assumes that the kernel load address is 0x100000. c) Users can abort the booting process and enter arbitrary network addresses, or boot from a floppy disk. This can be a problem when netbooted machines are used in a student environment. d) It is not possible to set all options via bootp. For example there is no way to remotely force a client to boot from disk. With both SECURE_BOOT(patch below) and NO_TFTP defined, short of unplugging the eprom there is no way at all to get the client to boot locally. A generic solution is to allow complete netboot commands to be sent using bootp lines such as: :T132="diskboot": e) The last character of netboot command names is not checked. You can type 'iz 10.0.0.1' and it will be interpreted as 'ip'. This is only important if you try to add a new command which is the same as an existing one except for the last character. f) We have a configuration where multiple servers are willing to serve a diskless client. The tftp config file, or the bootptab entry on each server must specify the root and swap filesystems as 'ip:/fs' even though 'ip' will usually be the responding server's IP address. It would be nice if netboot could automatically prepend the server's IP address to an entry specified as just '/fs', so that multiple servers can use the same tftp or bootp configuration files. Admittedly this is hardly a major problem! >How-To-Repeat: a) Try to use netboot with a new SMC card. b) Try to netboot a kzip'd kernel c) Install netboot clients in a student computer lab and watch what happens :) d) Try to send a 'diskboot' command via bootp. e) Add a new command 'd' to the bootcmds array, and when typed, it will be treated as '?', the first 1-character command. f) Set up a multiple-server configuration; bootp or tftp config files from one server cannot copied directly to others. >Fix: a) diff -c ../netboot.old/ns8390.c ./ns8390.c *** ../netboot.old/ns8390.c Sun Aug 24 00:38:12 1997 --- ./ns8390.c Sun Jun 28 02:44:59 1998 *************** *** 82,89 **** chksum = 0; /* Check for WD/SMC card by checking ethernet address */ if (inb(eth_asic_base+8) != 0) continue; ! if (inb(eth_asic_base+9) != 0) continue; ! if (inb(eth_asic_base+10) != 0xC0) continue; for (i=8; i<16; i++) chksum += inb(i+eth_asic_base); if ((chksum & 0x00FF) == 0x00FF) --- 82,91 ---- chksum = 0; /* Check for WD/SMC card by checking ethernet address */ if (inb(eth_asic_base+8) != 0) continue; ! if (inb(eth_asic_base+9) != 0xE0) { ! if (inb(eth_asic_base+9) != 0) continue; ! if (inb(eth_asic_base+10) != 0xC0) continue; ! } for (i=8; i<16; i++) chksum += inb(i+eth_asic_base); if ((chksum & 0x00FF) == 0x00FF) b) diff -c ../netboot.old/main.c ./main.c *** ../netboot.old/main.c Sun Jan 18 23:16:27 1998 --- ./main.c Sun Jun 28 02:59:50 1998 *************** *** 292,298 **** printf("Bad executable format!\r\n"); longjmp(jmp_bootmenu, 1); } ! loadpoint = (char *)0x100000; offset = N_TXTOFF(head); printf("text=0x%X, ",head.a_text); nfsload(head.a_text); --- 292,298 ---- printf("Bad executable format!\r\n"); longjmp(jmp_bootmenu, 1); } ! loadpoint = (char *)(head.a_entry & 0x00FFFFFF); offset = N_TXTOFF(head); printf("text=0x%X, ",head.a_text); nfsload(head.a_text); c) diff -c ../netboot.old/Makefile ./Makefile *** ../netboot.old/Makefile Sat Mar 7 11:20:13 1998 --- ./Makefile Sun Jun 28 15:46:19 1998 *************** *** 3,8 **** --- 3,9 ---- # Makefile for NETBOOT # # Basic Options: + # -DSECURE_BOOT - Disable 'boot>' prompt completely # -DASK_BOOT - Ask "Boot from Network (Y/N) ?" at startup # -DROMSIZE - Size of EPROM - Must be set (even for .COM files) # -DRELOC - Relocation address (usually 0x90000) diff -c ../netboot.old/bootmenu.c ./bootmenu.c *** ../netboot.old/bootmenu.c Wed May 14 03:44:26 1997 --- ./bootmenu.c Sun Jun 28 03:41:20 1998 *************** *** 327,332 **** --- 338,355 ---- { char cmd[80]; int ptr, c; + #ifdef SECURE_BOOT + char *p; + + printf("\r\n"); + + printf("Press any key to retry:"); + while (iskey()) + getchar(); + getchar(); + printf("\r\n"); + eth_probe(); + #else printf("\r\n"); while (1) { ptr = 0; *************** *** 349,353 **** --- 372,377 ---- printf("\r\n"); if (execute(cmd)) break; } + #endif eth_reset(); } diff -c ../netboot.old/main.c ./main.c *** ../netboot.old/main.c Sun Jan 18 23:16:27 1998 --- ./main.c Sun Jun 28 02:59:50 1998 *************** *** 343,349 **** --- 343,351 ---- **************************************************************************/ pollkbd() { + #ifndef SECURE_BOOT if (iskey() && (getchar() == ESC)) longjmp(jmp_bootmenu,1); + #endif } /************************************************************************** d) diff -c ../netboot.old/main.c ./main.c *** ../netboot.old/main.c Sun Jan 18 23:16:27 1998 --- ./main.c Sun Jun 28 02:59:50 1998 *************** *** 657,662 **** --- 659,676 ---- break; case 131: /* swap mount options */ bootp_string("swapopts", p); + break; + case 132: /* any other options */ + case 133: + case 134: + case 135: + case 136: + case 137: + case 138: + case 139: + case 140: + case 141: + bootp_string("", p); break; default: printf("Unknown RFC1048-tag "); e) diff -c ../netboot.old/bootmenu.c ./bootmenu.c *** ../netboot.old/bootmenu.c Wed May 14 03:44:26 1997 --- ./bootmenu.c Sun Jun 28 03:41:20 1998 *************** *** 305,311 **** while(cmd->name) { p = buf; q = cmd->name; ! while (*q && (*(q++) == *(p++))) ; if ((!(*q)) && ((*p == ' ') || (*p == '\t') || (!(*p)))) { if (!cmd->func) return(1); --- 315,322 ---- while(cmd->name) { p = buf; q = cmd->name; ! while (*q && *q == *p++) ! q++; if ((!(*q)) && ((*p == ' ') || (*p == '\t') || (!(*p)))) { if (!cmd->func) return(1); f) diff -c ../netboot.old/bootmenu.c ./bootmenu.c *** ../netboot.old/bootmenu.c Wed May 14 03:44:26 1997 --- ./bootmenu.c Sun Jun 28 02:58:42 1998 *************** *** 32,39 **** {"netmask", cmd_netmask, " set network mask"}, {"hostname", cmd_hostname, " set hostname"}, {"kernel", cmd_kernel, " set boot filename"}, ! {"rootfs", cmd_rootfs, "ip:/fs set root filesystem"}, ! {"swapfs", cmd_swapfs, "ip:/fs set swap filesystem"}, {"swapsize", cmd_swapsize, " set swap size"}, {"swapopts", cmd_swapopts, " swap mount options"}, {"rootopts", cmd_rootopts, " root mount options"}, --- 32,39 ---- {"netmask", cmd_netmask, " set network mask"}, {"hostname", cmd_hostname, " set hostname"}, {"kernel", cmd_kernel, " set boot filename"}, ! {"rootfs", cmd_rootfs, "[ip:]/fs set root filesystem"}, ! {"swapfs", cmd_swapfs, "[ip:]/fs set swap filesystem"}, {"swapsize", cmd_swapsize, " set swap size"}, {"swapopts", cmd_swapopts, " swap mount options"}, {"rootopts", cmd_rootopts, " root mount options"}, *************** *** 160,176 **** cmd_rootfs(p) char *p; { ! if (!setip(p, &arptable[ARP_ROOTSERVER].ipaddr)) { printf("Root filesystem is %I:%s\r\n", nfsdiskless.root_saddr.sin_addr, nfsdiskless.root_hostnam); } else { - bcopy(&arptable[ARP_ROOTSERVER].ipaddr, - &nfsdiskless.root_saddr.sin_addr, 4); while (*p && (*p != ':')) p++; if (*p == ':') p++; - sprintf(&nfsdiskless.root_hostnam, "%s", p); } } /************************************************************************** --- 160,181 ---- cmd_rootfs(p) char *p; { ! if (*p == '/') { ! bcopy(&arptable[ARP_SERVER].ipaddr, ! &arptable[ARP_ROOTSERVER].ipaddr, 4); ! } else if (!setip(p, &arptable[ARP_ROOTSERVER].ipaddr)) { printf("Root filesystem is %I:%s\r\n", nfsdiskless.root_saddr.sin_addr, nfsdiskless.root_hostnam); + return; } else { while (*p && (*p != ':')) p++; if (*p == ':') p++; } + + bcopy(&arptable[ARP_ROOTSERVER].ipaddr, + &nfsdiskless.root_saddr.sin_addr, 4); + sprintf(&nfsdiskless.root_hostnam, "%s", p); } /************************************************************************** *************** *** 179,195 **** cmd_swapfs(p) char *p; { ! if (!setip(p, &arptable[ARP_SWAPSERVER].ipaddr)) { printf("Swap filesystem is %I:%s\r\n", nfsdiskless.swap_saddr.sin_addr, nfsdiskless.swap_hostnam); } else { - bcopy(&arptable[ARP_SWAPSERVER].ipaddr, - &nfsdiskless.swap_saddr.sin_addr, 4); while (*p && (*p != ':')) p++; if (*p == ':') p++; - sprintf(&nfsdiskless.swap_hostnam, "%s", p); } } /************************************************************************** --- 184,205 ---- cmd_swapfs(p) char *p; { ! if (*p == '/') { ! bcopy(&arptable[ARP_SERVER].ipaddr, ! &arptable[ARP_SWAPSERVER].ipaddr, 4); ! } else if (!setip(p, &arptable[ARP_SWAPSERVER].ipaddr)) { printf("Swap filesystem is %I:%s\r\n", nfsdiskless.swap_saddr.sin_addr, nfsdiskless.swap_hostnam); + return; } else { while (*p && (*p != ':')) p++; if (*p == ':') p++; } + + bcopy(&arptable[ARP_SWAPSERVER].ipaddr, + &nfsdiskless.swap_saddr.sin_addr, 4); + sprintf(&nfsdiskless.swap_hostnam, "%s", p); } /************************************************************************** >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 28 11:10:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19907 for freebsd-bugs-outgoing; Sun, 28 Jun 1998 11:10:48 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19899 for ; Sun, 28 Jun 1998 11:10:45 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA03050; Sun, 28 Jun 1998 11:10:01 -0700 (PDT) Received: from mail.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA18641 for ; Sun, 28 Jun 1998 11:02:02 -0700 (PDT) (envelope-from ernie!bert.kts.org!hm@ppp.net) Received: from casparc.ppp.net (casparc2.ppp.net [194.64.12.42]) by mail.ppp.net (8.8.8/8.8.8) with SMTP id UAA04743 for ; Sun, 28 Jun 1998 20:02:01 +0200 Received: from ernie by casparc.ppp.net with uucp (Smail3.1.28.1 #1) id m0yqLm5-002ZjuC; Sun, 28 Jun 98 20:02 MET DST Received: from bert.kts.org(really [194.55.156.2]) by ernie.kts.org via sendmail with smtp id for ; Sun, 28 Jun 1998 19:56:10 +0200 (CEST) (Smail-3.2.0.91 1997-Jan-14 #3 built 1998-Feb-14) Received: by bert.kts.org via sendmail with stdio id for FreeBSD-gnats-submit@freebsd.org; Sun, 28 Jun 1998 19:51:23 +0200 (CEST) (Smail-3.2.0.94 1997-Apr-22 #1 built 1998-Jun-6) Message-Id: Date: Sun, 28 Jun 1998 19:51:23 +0200 (CEST) From: hm@kts.org Reply-To: hm@kts.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: i386/7100: pcvt: better integration into FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7100 >Category: i386 >Synopsis: integrate pcvt configuration into the /etc/rc.XXX FreeBSD startup system >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 Jun 28 11:10:00 PDT 1998 >Last-Modified: >Originator: Hellmuth Michaelis >Organization: Kitchen Table Systems >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: In the kernel config(8) file, disable device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr and enable device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint >Description: In case pcvt is configured instead of syscons, the syscons-specific section in rc.conf and rc.i386 no longer applies and no replacement is currently available to set the necessary options for the pcvt console driver. >How-To-Repeat: Configure a kernel with pcvt enabled instead of syscons. >Fix: What follows is three enhancments to files /etc/rc.conf, /etc/rc.i386 and the rc.conf manual page rc.conf.5 to integrate pcvt support into the standard FreeBSD startup procedure: 1. addon to /etc/rc.conf ------------------------ ############################################################## ### pcvt console options (VT100/VT220 emulation) ############ ############################################################## pcvt_keymap="NO" # keyboard map in /usr/share/misc/keycap.pcvt (or NO). pcvt_keydel="NO" # key repeat delay, 0-3 (250,500,750,1000 msec) (or NO). pcvt_keyrate="NO" # keyboard repetition rate 31-0 (2-30 char/sec) (or NO). pcvt_keyrepeat="NO" # keyboard repeat ON or OFF (or NO). pcvt_force24="NO" # force a 24 line display (when 25 possible) (or NO). pcvt_hpext="NO" # use HP extensions (function keys labels) (or NO). pcvt_lines="NO" # lines (25, 28, 40, 50 or NO). pcvt_blanktime="NO" # blank time (in seconds) (or NO). pcvt_cursorh="NO" # cursor top scanline (topmost line is 0) (or NO). pcvt_cursorl="NO" # cursor low scanline (bottom line is 16) (or NO). pcvt_monohigh="NO" # set intensity to high on monochrome monitors (or NO). 2. addon to /etc/rc.i386 ------------------------ ########################################################################## ####### pcvt VT100/VT220 terminal emulator section ######## ########################################################################## # path for pcvt's EGA/VGA download fonts FONTP=/usr/share/misc/pcvtfonts # check for correct driver and driver version matching if ispcvt -d /dev/ttyv0 ; then echo "rc.i386 configuring pcvt:" # get video adaptor type adaptor=`scon -d /dev/ttyv0 -a` echo " video adaptor type is $adaptor" # load fonts into vga if [ $adaptor = VGA ] ; then echo -n ' loading fonts: 8x16:0,' loadfont -d /dev/ttyv0 -c0 -f $FONTP/vt220l.816 echo -n '1 ' loadfont -d /dev/ttyv0 -c1 -f $FONTP/vt220h.816 echo -n ' 8x14:0,' loadfont -d /dev/ttyv0 -c2 -f $FONTP/vt220l.814 echo -n '1 ' loadfont -d /dev/ttyv0 -c3 -f $FONTP/vt220h.814 echo -n ' 8x10:0,' loadfont -d /dev/ttyv0 -c4 -f $FONTP/vt220l.810 echo -n '1 ' loadfont -d /dev/ttyv0 -c5 -f $FONTP/vt220h.810 echo -n ' 8x8:0,' loadfont -d /dev/ttyv0 -c6 -f $FONTP/vt220l.808 echo '1 ' loadfont -d /dev/ttyv0 -c7 -f $FONTP/vt220h.808 # setting screen sizes if [ "X${pcvt_lines}" = X"28" ]; then size=-s28 echo ' switching to 28 lines' elif [ "X${pcvt_lines}" = X"40" ]; then size=-s40 echo ' switching to 40 lines' elif [ "X${pcvt_lines}" = X"50" ]; then size=-s50 echo ' switching to 50 lines' else size=-s25 echo ' switching to 25 lines' fi fi # get monitor type (mono/color) monitor=`scon -d /dev/ttyv0 -m` echo " monitor type is $monitor" # use HP extensions to VT220 emulation ? if [ "X${pcvt_hpext}" != X"NO" ] ; then emulation=-H echo " setting emulation to VT220" else emulation=-V echo " setting emulation to VT220 with HP extensions" fi # for all screens do for device in /dev/ttyv* do scon -d$device $size $emulation if [ X${pcvt_cursorh} != X"NO" -a X${pcvt_cursorl} != X"NO" ] ; then cursor -d$device -s$pcvt_cursorh -e$pcvt_cursorl fi # if monochrome monitor, set color palette to use a higher intensity if [ X${pcvt_monohigh} != X"NO" -a $monitor = MONO -a $adaptor = VGA ] ; then scon -d$device -p8,60,60,60 fi done # switch to screen 0 echo " switching to screen 0" scon -d /dev/ttyv0 # set screensaver timeout if [ "X${pcvt_blanktime}" != X"NO" ]; then echo " setting screensaver timeout to $pcvt_blanktime seconds" scon -d /dev/ttyv0 -t$pcvt_blanktime fi # setup keyboard for national keyboard layout if [ "X${pcvt_keymap}" != X"NO" ]; then echo " switching national keyboard layout to $pcvt_keymap" kcon -m $pcvt_keymap fi # setup keyboard repeat delay value if [ "X${pcvt_keydel}" != X"NO" ]; then echo " setting keyboard delay to $pcvt_keydel" kcon -d$pcvt_keydel fi # setup keyboard repeat rate value if [ "X${pcvt_keyrate}" != X"NO" ]; then echo " setting keyboard repeat rate to $pcvt_keyrate" kcon -r$pcvt_keyrate fi echo "rc.i386 configuring pcvt finished." fi 3. addon to manual page rc.conf.5 --------------------------------- .It Ar pcvt_keymap (str) If set to .Ar NO then no national keyboard map is installed, otherwise the value is used to install the keyboard map from .Pa /usr/share/misc/keycap.pcvt This file is a simple termcap-like keymap description file, for a description see .Xr keycap 5 and .Xr keycap 3 . .It Ar pcvt_keydel (int) The keyboard repeat delay. Set to .Bl -tag -width 123 -compact -offset .It Ar 0 for 250 ms delay .It Ar 1 for 500 ms delay .It Ar 2 for 750 ms delay .It Ar 3 for 1000 ms delay or .It Ar NO for the default behaviour. See also .Xr kcon 1 . .El .It Ar pcvt_keyrate (int) The keyboard repetition rate. It may be set to values from 0 to 31 corresponding to rates of 30 charcters per second to 2 characters per second or to .Ar NO if the default behavior is desired. See also .Xr kcon 1 . .It Ar pcvt_keyrepeat (bool) If set to .Ar OFF , keyboard key repeat will be disabled, setting it to .Ar ON will enable keyboard key repeat. .Ar NO gives the default behaviour. See also .Xr kcon 1 . .It Ar pcvt_force24 (bool) If set to any other value than .Ar NO will force a 24 line display in case a 25 lines display is selected. This will resolve some problems with applications depending on the real VT100/VT220 screen size of 24 lines. See also .Xr scon 1 . .It Ar pcvt_hpext (bool) If this is not set to .Ar NO , the Hewlett-Packard Function Key Label emulation extension will be enabled. Eight programmable Function Key Labels will be displayed which are available in the HP239x and HP7009x terminals in VT100/VT220 emulation mode. See also .Xr scon 1 . .It Ar pcvt_lines (int) Sets the number of lines on display. The available values for VGA adaptors are .Ar 25 , .Ar 28 , .Ar 40 and .Ar 50 . Setting this to .Ar NO gives 25 lines. See also .Xr scon 1 . .It Ar pcvt_blanktime (int) If set to .Ar NO then the default screensave blanking timeout is used, otherwise it is set to .Ar value seconds. See also .Xr scon 1 . .It Ar pcvt_cursorh (int) If not set to .Ar NO , it sets the top scanline on which the cursor starts. Scanlines are numbered from top (value 0) to bottom (value 16 for 16 scanline fonts on 80x25 display). See also .Xr cursor 1 . .It Ar pcvt_cursorl (int) If not set to .Ar NO , it sets the bottom scanline on which the cursor ends. .It Ar pcvt_monohigh (bool) If not set to .Ar NO , on monochrome VGA displays the intensity is set to high. See also .Xr scon 1 . >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 28 12:31:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29622 for freebsd-bugs-outgoing; Sun, 28 Jun 1998 12:31:01 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29576 for ; Sun, 28 Jun 1998 12:30:48 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA05012; Sun, 28 Jun 1998 12:30:01 -0700 (PDT) Received: from colin.muc.de (root@colin.muc.de [193.174.4.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA29469; Sun, 28 Jun 1998 12:30:05 -0700 (PDT) (envelope-from jhs@jhs.muc.de) Received: from jhs.muc.de ([193.174.4.84]) by colin.muc.de with SMTP id <140559-1>; Sun, 28 Jun 1998 21:23:31 +0200 Received: (from jhs@localhost) by jhs.muc.de (8.8.8/8.8.8) id VAA01634; Sun, 28 Jun 1998 21:16:33 +0200 (MET DST) (envelope-from jhs) Message-Id: <199806281916.VAA01634@jhs.muc.de> Date: Sun, 28 Jun 1998 21:16:33 +0200 From: jhs@FreeBSD.ORG Reply-To: jhs@FreeBSD.ORG To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: julian@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/7101: /sbin/ipfw unexpected variant treatment of port number expansion Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7101 >Category: bin >Synopsis: /sbin/ipfw unexpected variant treatment of port number expansion >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 28 12:30:01 PDT 1998 >Last-Modified: >Originator: Julian Stacey >Organization: >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: >Description: /sbin/ipfw on 2.2.6: variant treatment of port number: failed expansion of '-' if uucp-path is first param, otherwise not expanded & doesn't fail. >How-To-Repeat: /sbin/ipfw add pass log tcp from 193.174.4.84 uucp-path,uucp-rlogin to 193.174.4.10 out via isppp0 fails with ipfw: unknown port ``path'' /sbin/ipfw add pass log tcp from 193.174.4.84 uucp,uucp-path,uucp-rlogin to 193.174.4.10 out via isppp0 works >Fix: Sorry, no C code patch, but I notice Julian Elsicher announced intention to go do other ectension work to ipfw soon, so he may care to look at this. (PS on that score , a syntax extension to support via interface_a,interface_b would be nice if you can be bothered to do it Julian E. My temporary work around is to do: $fwcmd add pass tcp from ${js_muc} uucp to ${uucp_muc} out via ${muc_if} $fwcmd add pass log tcp from ${js_muc} uucp,uucp-path,uucp-rlogin to ${uucp_muc} out via ${muc_if} Although I had originally wanted $fwcmd add pass tcp from ${js_muc} uucp to ${uucp_muc} out via ${muc_if} $fwcmd add pass log tcp from ${js_muc} uucp-path,uucp-rlogin to ${uucp_muc} out via ${muc_if} Julian Julian H. Stacey jhs@freebsd.org >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 28 19:00:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA16013 for freebsd-bugs-outgoing; Sun, 28 Jun 1998 19:00:55 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15998 for ; Sun, 28 Jun 1998 19:00:48 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA16243; Sun, 28 Jun 1998 19:00:02 -0700 (PDT) Date: Sun, 28 Jun 1998 19:00:02 -0700 (PDT) Message-Id: <199806290200.TAA16243@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Kevin Day Subject: kern/6059: Close me Reply-To: Kevin Day Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6059; it has been noted by GNATS. From: Kevin Day To: freebsd-gnats-submit@freebsd.org Cc: Subject: kern/6059: Close me Date: Sun, 28 Jun 1998 20:52:36 -0500 (CDT) This PR can be closed, if desired. I can't duplicate it here on 2.2.6, and the machine in question was a 2.2. It may have been entirely coincidental, as well. I have seen all sorts of weird 'cannot allocate llinfo' messages though, so perhaps there's a greater problem. I've seen it complain that it can't allocate llinfo for an IP that's bound to the machine itself, and i've seen it complain about garbage.. (i.e. cannot allocate llinfo for: 204.137.237.254rt@@@@@@@ is in my log right now...) Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 28 19:40:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20474 for freebsd-bugs-outgoing; Sun, 28 Jun 1998 19:40:53 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20460 for ; Sun, 28 Jun 1998 19:40:47 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA17024; Sun, 28 Jun 1998 19:40:01 -0700 (PDT) Received: from fledge.watson.org (robert@COPLAND.CODA.CS.CMU.EDU [128.2.222.48]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20438 for ; Sun, 28 Jun 1998 19:40:22 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: (from robert@localhost) by fledge.watson.org (8.8.8/8.8.8) id WAA06756; Sun, 28 Jun 1998 22:40:18 -0400 (EDT) Message-Id: <199806290240.WAA06756@fledge.watson.org> Date: Sun, 28 Jun 1998 22:40:18 -0400 (EDT) From: robert@cyrus.watson.org Reply-To: robert+freebsd@cyrus.watson.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/7105: current: src/sys/libkern/qsort.c includes stdio.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7105 >Category: kern >Synopsis: libkern source includes stdio.h (inappropriate include) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 28 19:40:00 PDT 1998 >Last-Modified: >Originator: Robert Watson >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: IBM notebook >Description: qsort.c includes stdio.h. This seems inappropriate as it doesn't (apparently) use anything from it. Also, shouldn't it be including sys/libkern.h if it needs access to things like printf? >How-To-Repeat: n/a Discovered the problem when a source tree was out of sync with the /usr/include tree. As a result, one of the typedefs failed in something included from stdio. Leading me to question why it was included. >Fix: Delete the line #include >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 01:44:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05153 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 01:44:39 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from jkoshy@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05133; Mon, 29 Jun 1998 01:44:25 -0700 (PDT) (envelope-from jkoshy) Date: Mon, 29 Jun 1998 01:44:25 -0700 (PDT) From: Joseph Koshy Message-Id: <199806290844.BAA05133@hub.freebsd.org> To: root@nt5.ipi.kiev.ua, jkoshy, freebsd-bugs Subject: Re: bin/4476 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fetch puzzled while getting files when make-ing ports State-Changed-From-To: open-closed State-Changed-By: jkoshy State-Changed-When: Mon Jun 29 01:41:46 PDT 1998 State-Changed-Why: Not reproducible under -current and -stable. I guess whatever the bug was, it certainly isn't showing up now. Since the date of the PR submittal, a number of changes have occurred to both the -ports framework and to `fetch'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 06:25:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13448 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 06:25:24 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from news.IAEhv.nl (root@news.IAEhv.nl [194.151.64.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13418; Mon, 29 Jun 1998 06:25:12 -0700 (PDT) (envelope-from hans@news.IAEhv.nl) Received: from LOCAL (uucp@localhost) by news.IAEhv.nl (8.8.8/1.63) with IAEhv.nl; pid 26818 on Mon, 29 Jun 1998 13:25:09 GMT; id NAA26818 efrom: hans; eto: UNKNOWN Received: by truk.brandinnovators.com (8.8.7/BI96070101) for id PAA04123; Mon, 29 Jun 1998 15:13:44 +0200 (CEST) Message-Id: <199806291313.PAA04123@truk.brandinnovators.com> From: hans@brandinnovators.com (Hans Zuidam) Subject: Re: i386/6996 In-Reply-To: <199806270949.CAA18545@freefall.freebsd.org> from Poul-Henning Kamp at "Jun 27, 98 02:49:38 am" To: phk@FreeBSD.ORG (Poul-Henning Kamp) Date: Mon, 29 Jun 1998 15:13:44 +0200 (CEST) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] 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 > Poul-Henning Kamp wrote: > Synopsis: Occasional complete lockup of 2.2.5R > > State-Changed-From-To: open-feedback > State-Changed-By: phk > State-Changed-When: Sat Jun 27 02:48:52 PDT 1998 > State-Changed-Why: > we will need more info. Can you run without X and try to > provoke the error or run with a serial console so we can > get any messages that may appear ? That will be difficult. The stuff I use FreeBSD for doesn't lend itself very well for console style usage. Is there a way to force all not handled irq to panic()?. Hans -- H. Zuidam E-Mail: hans@brandinnovators.com Brand Innovators B.V. P-Mail: P.O. Box 1377 de Pinckart 54 5602 BJ Eindhoven, The Netherlands 5674 CC Nuenen Tel. +31 40 2631134, Fax. +31 40 2831138 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 06:40:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16415 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 06:40:57 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA16407 for ; Mon, 29 Jun 1998 06:40:52 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA21804; Mon, 29 Jun 1998 06:40:02 -0700 (PDT) Received: from mail.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14716 for ; Mon, 29 Jun 1998 06:32:05 -0700 (PDT) (envelope-from ernie!bert.kts.org!hm@ppp.net) Received: from casparc.ppp.net (casparc2.ppp.net [194.64.12.42]) by mail.ppp.net (8.8.8/8.8.8) with SMTP id PAA19575 for ; Mon, 29 Jun 1998 15:32:01 +0200 Received: from ernie by casparc.ppp.net with uucp (Smail3.1.28.1 #1) id m0yqe2L-002ZjZC; Mon, 29 Jun 98 15:32 MET DST Received: from bert.kts.org(really [194.55.156.2]) by ernie.kts.org via sendmail with smtp id for ; Mon, 29 Jun 1998 15:19:10 +0200 (CEST) (Smail-3.2.0.91 1997-Jan-14 #3 built 1998-Feb-14) Received: by bert.kts.org via sendmail with stdio id for FreeBSD-gnats-submit@freebsd.org; Mon, 29 Jun 1998 15:14:24 +0200 (CEST) (Smail-3.2.0.94 1997-Apr-22 #1 built 1998-Jun-6) Message-Id: Date: Mon, 29 Jun 1998 15:14:24 +0200 (CEST) From: hm@kts.org Reply-To: hm@kts.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: i386/7108: pcvt: kernel panic when reconnecting keyboard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7108 >Category: i386 >Synopsis: pcvt: kernel panic when reconnecting keyboard after keyboard-less boot >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 29 06:40:01 PDT 1998 >Last-Modified: >Originator: Hellmuth Michaelis >Organization: Kitchen Table Systems >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: In the kernel config(8) file, replace the line device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr with device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint to enable the pcvt console driver and disable the syscons driver and produce a new kernel. >Description: With the conversion of pcvt to the common keyboard code found in i386/isa/kbdio.c, the "kbdc" pointer may be left uninitialized ( = set to NULL ) when the keyboard was not plugged into the machine when the kernel boots. In case the keyboard is plugged into the machine after it was booted without it, the "kbdc" pointer is not initialized causing cyclic panics to occur due to calling kbdio.c functions with a NULL pointer as an argument. >How-To-Repeat: With the kernel made at item "Environment" , execute "shutdown -h now". When the kernel has halted, unplug the keyboard cable and press the reset switch (or cycle power) to reboot. After the machine has come up (with the keyboard unplugged), plug the keyboard into the machine. The machine will panic (cyclic) until it reboots. >Fix: The following patch to i386/isa/pcvt/pcvt_drv.c will fix the above described problem: *** pcvt_drv.c-226 Wed Sep 10 03:23:31 1997 --- pcvt_drv.c Mon Jun 29 13:55:21 1998 *************** *** 41,47 **** * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * ! * @(#)pcvt_drv.c, 3.20, Last Edit-Date: [Mon Jun 29 15:12:38 1998] * */ --- 41,47 ---- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * ! * @(#)pcvt_drv.c, 3.20, Last Edit-Date: [Mon Jun 29 13:55:20 1998] * */ *************** *** 151,156 **** --- 151,163 ---- { #ifdef _I386_ISA_KBDIO_H_ kbdc = kbdc_open(IO_KBD); + + if(kbdc == NULL) + { + reset_keyboard = 0; + return 1; + } + reset_keyboard = 1; /* it's now safe to do kbd reset */ #endif /* _I386_ISA_KBDIO_H_ */ *************** *** 848,853 **** --- 855,879 ---- #else /* !PCVT_KBD_FIFO */ u_char *cp; #endif /* PCVT_KBD_FIFO */ + + /* + * in case the keyboard was not plugged in while booting, kbdc + * was set to NULL at that time. When a keyboard IRQ occurs and + * kbdc is NULL, the keyboard was probably reconnected to the + * keyboard controller and we have to initialize the keyboard. + */ + + if(kbdc == NULL) + { + kbdc = kbdc_open(IO_KBD); + if(kbdc == NULL) + { + reset_keyboard = 0; + return; + } + reset_keyboard = 1; + kbd_code_init(); + } #if PCVT_SCREENSAVER pcvt_scrnsv_reset(); >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 07:00:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19851 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 07:00:59 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19816 for ; Mon, 29 Jun 1998 07:00:51 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05297; Mon, 29 Jun 1998 07:00:01 -0700 (PDT) Date: Mon, 29 Jun 1998 07:00:01 -0700 (PDT) Message-Id: <199806291400.HAA05297@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Niall Smart Subject: Re: bin/7101: /sbin/ipfw unexpected variant treatment of port number expansion Reply-To: Niall Smart Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7101; it has been noted by GNATS. From: Niall Smart To: jhs@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG Cc: julian@FreeBSD.ORG, julian@whistle.com Subject: Re: bin/7101: /sbin/ipfw unexpected variant treatment of port number expansion Date: Mon, 29 Jun 1998 14:50:25 +0000 On Jun 28, 9:16pm, jhs@FreeBSD.ORG wrote: } Subject: bin/7101: /sbin/ipfw unexpected variant treatment of port number > > /sbin/ipfw on 2.2.6: variant treatment of port number: > failed expansion of '-' if uucp-path is first param, otherwise not > expanded & doesn't fail. > > /sbin/ipfw add pass log tcp from 193.174.4.84 uucp-path,uucp-rlogin to 193.174.4.10 out via isppp0 > fails with > ipfw: unknown port ``path'' > > /sbin/ipfw add pass log tcp from 193.174.4.84 uucp,uucp-path,uucp-rlogin to 193.174.4.10 out via isppp0 > works > How about introducing an escape character so you would use uucp\-path, or how about disallowing ranges which use service names (i.e. only accept port numbers) I prefer the latter. Niall -- Niall Smart. PGP: finger njs3@motmot.doc.ic.ac.uk FreeBSD: Turning PC's into Workstations: www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 09:41:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17907 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 09:41:00 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17878 for ; Mon, 29 Jun 1998 09:40:52 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA10457; Mon, 29 Jun 1998 09:40:01 -0700 (PDT) Date: Mon, 29 Jun 1998 09:40:01 -0700 (PDT) Message-Id: <199806291640.JAA10457@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: jher Subject: Re: kern/6858: inetd in realloc(): warning: junk pointer, too low to make sense. Reply-To: jher Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6858; it has been noted by GNATS. From: jher To: freebsd-gnats-submit@freebsd.org, jher@io.com Cc: Subject: Re: kern/6858: inetd in realloc(): warning: junk pointer, too low to make sense. Date: Mon, 29 Jun 1998 11:32:22 -0500 I've done the ln -s h /etc/malloc.conf and i'm still seeing inetd in realloc(): warning: junk pointer, too low to make sense. sshd also still has malloc problem and cron ceases to run. In addition, i've upped the physical ram to 512M which at least allows "expire" to run in 15 minutes instead of 6 hours. -- Today is Setting Orange, day 34 in the season of Confusion, 3164. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 09:41:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17927 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 09:41:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17882 for ; Mon, 29 Jun 1998 09:40:53 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA10462; Mon, 29 Jun 1998 09:40:02 -0700 (PDT) Date: Mon, 29 Jun 1998 09:40:02 -0700 (PDT) Message-Id: <199806291640.JAA10462@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Greg Troxel Subject: Re: kern/4849: 2.2.5-RELEASE does not detect TI PCI-1130 CardBus PCMCIA controller Reply-To: Greg Troxel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/4849; it has been noted by GNATS. From: Greg Troxel To: freebsd-gnats-submit@freebsd.org, dcarmich@mcs.com Cc: Subject: Re: kern/4849: 2.2.5-RELEASE does not detect TI PCI-1130 CardBus PCMCIA controller Date: Mon, 29 Jun 1998 12:38:31 -0400 I had this problem on 2.2.1, and just brought my fix forward to 2.2.6. I have not tried the stock 2.2.6 sources with pccard support (the boot floppy worked ok with zp0, but I needed custom stuff anyway). Hardware is an IBM Thinkpad 760ED. The resulting kernel doesn't suspend/resume 100% right, but it basically works ok. This patch avoids recognizing the 1130 as a pci device; this allowed (under 2.2.1) it to be probed in isa compatibility mode, where it acted like the normal bridge chip. Index: src/sys/pci/pcic_p.c =================================================================== RCS file: /my-CVS/FreeBSD/src/sys/pci/pcic_p.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pcic_p.c --- pcic_p.c 1998/06/24 14:28:34 1.1.1.1 +++ pcic_p.c 1998/06/26 15:34:21 @@ -72,7 +72,12 @@ case PCI_DEVICE_ID_PCIC_CLPD6832: return ("Cirrus Logic PD6832 CardBus Adapter"); case PCI_DEVICE_ID_PCIC_TI1130: +#if 0 return ("TI 1130 PCMCIA/CardBus Bridge"); +#else + printf("ignoring 1130; fallthrough to compat mode\n"); + break; +#endif case PCI_DEVICE_ID_PCIC_TI1131: return ("TI 1131 PCI to PCMCIA/CardBus bridge"); default: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 11:11:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04440 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 11:11:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04373 for ; Mon, 29 Jun 1998 11:10:55 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA13496; Mon, 29 Jun 1998 11:10:01 -0700 (PDT) Received: from roma.coe.ufrj.br (jonny@roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02857 for ; Mon, 29 Jun 1998 11:03:11 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id PAA12811; Mon, 29 Jun 1998 15:02:53 -0300 (EST) (envelope-from jonny) Message-Id: <199806291802.PAA12811@roma.coe.ufrj.br> Date: Mon, 29 Jun 1998 15:02:53 -0300 (EST) From: Joao Carlos Mendes Luis Reply-To: jonny@jonny.eng.br To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/7115: bug in kernel vif byte count Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7115 >Category: kern >Synopsis: vif statistics show wrong byte count >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 29 11:10:00 PDT 1998 >Last-Modified: >Originator: Joao Carlos Mendes Luis >Organization: COPPE/UFRJ >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Any multicast routing machine. My environment is 2.2-stable, but the bug seems to exist both in 2.1 and 3.0-current. >Description: Byte count statistics of multicast vifs are invalid. The problem is caused by a wrong endianess in the sum. >How-To-Repeat: >Fix: Apply this patch: --- /sys/netinet/ip_mroute.c Sat Jul 19 17:09:09 1997 +++ ip_mroute.c.new Mon Jun 29 14:23:17 1998 @@ -1394,7 +1394,7 @@ register struct ip *ip = mtod(m, struct ip *); register vifi_t vifi; register struct vif *vifp; - register int plen = ntohs(ip->ip_len); + register int plen = ip->ip_len; /* * Macro to send packet on vif. Since RSVP packets don't get counted on >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 11:23:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06838 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 11:23:48 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06774 for ; Mon, 29 Jun 1998 11:23:20 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA12881 for freebsd-bugs; Mon, 29 Jun 1998 11:00:11 -0700 (PDT) Date: Mon, 29 Jun 1998 11:00:11 -0700 (PDT) Message-Id: <199806291800.LAA12881@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 ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard o [1996/06/05] kern/1293 Fatal trap 12: page fault while in kernel s [1996/07/15] bin/1387 Group file errors cause absolute havoc [P o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in f [1996/10/28] kern/1919 se access to files/directories fails, gives o [1996/12/20] bin/2258 wollman route add/delete [network] xxx.yyy.zzz.0 o [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI f [1997/02/11] kern/2717 Panic with daily script (find) o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/05/01] i386/3462 yokota using a PS/2 mouse causes kernel trap in o [1997/05/24] kern/3674 peter NFS in 2.2 RELEASE hangs. o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir o [1997/06/25] kern/3949 sos The WD controller probe can fail when it 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/08/11] kern/4273 kernel page faults with heavy disk access o [1997/08/12] kern/4289 kernel panic: vm_fault: fault on nofault o [1997/08/18] kern/4332 gibbs System crash after SCSI DAT tape access. o [1997/08/18] bin/4333 gibbs Dump backup utility completely crashes th o [1997/08/20] kern/4345 Kernel panic is caused by passing file de o [1997/09/02] kern/4453 2.2.2 lockup on restart with ASUS-TX97 mo o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/10/25] kern/4849 2.2.5-RELEASE does not detect TI PCI-1130 o [1997/10/25] kern/4851 adaptec 2940U hangs system if scsi tape d o [1997/10/27] kern/4864 Boot Failure in FreeBSD 2.2.5 RELEASE, ma o [1997/10/28] misc/4876 SCSI hard disks die too often o [1997/11/07] kern/4968 No flow control setting seems to make the o [1997/11/09] kern/4995 atalk.diff.2.2 patch to 2.2.5-RELEASE bre o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge o [1997/11/20] kern/5117 panic: biodone: buffer not busy o [1997/11/23] kern/5130 Kernel panic GPF imediatly on loading ker s [1997/11/24] bin/5139 portmap does not find interfaces correctl o [1997/11/25] bin/5148 peter mode of file and access on NFS mounted p f [1997/12/04] i386/5223 mount_msdos /dev/fd0.1440 /mnt and failur f [1997/12/21] kern/5355 Fix for NULLFS problems s [1998/01/15] i386/5493 [PATCH] aic6330.c: kernel freeze when I a o [1998/01/26] bin/5572 A major time step blows cron up, runs tho o [1998/01/28] kern/5592 ffs_inode_hash_lock can get permanently l o [1998/01/28] i386/5594 System not bootable when bad partition ty o [1998/02/03] kern/5641 running processes at the IDLE priority (i o [1998/02/10] kern/5702 problem with address network routing o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/02/10] kern/5709 Fatal trap 12: page fault in kernel mode o [1998/02/12] bin/5732 2.2.5 Won't install using partition creat o [1998/02/16] kern/5766 kernel panic(s) in 2.2-STABLE o [1998/03/01] kern/5886 2.2-STABLE crashes when unmounting a busy o [1998/03/01] kern/5895 Kernal dumps caused by fork? o [1998/03/02] kern/5898 2.2-stable kernel panics pmap_relase: fre o [1998/03/13] kern/5994 Kernel Panics on FreeBSD-3.0 current SMP o [1998/03/14] kern/6006 cy driver panics machine when a user dial o [1998/03/22] kern/6102 panic: biodone: buffer not busy o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT o [1998/03/25] kern/6133 optical drive with 1024-byte (1k) sectors o [1998/03/27] kern/6147 syncronus ufs does not sync o [1998/03/29] bin/6168 tn3270 gets undefined symbol error on sta o [1998/04/05] i386/6219 wine causes system crash o [1998/04/11] kern/6274 panic: handle_workitem_freeblocks: block o [1998/04/19] kern/6349 Luigi's sound driver stall wihen it outpu o [1998/04/24] ports/6405 ports vrweb port does not build; ignores local o [1998/04/30] kern/6465 File contents are zeroed after reboot f [1998/05/08] bin/6552 syslog stops working o [1998/05/13] bin/6627 TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 [PATCH] Fix for Cyrix I8254 bug s [1998/05/15] bin/6649 imp normal users can initiate gigantic ping f o [1998/05/19] kern/6689 kern_physio.c splits requests breaking cd o [1998/05/19] i386/6693 gibbs computer hang for timeout in scsi control f [1998/05/19] kern/6694 Network hangs, with "No buffers available o [1998/05/23] kern/6732 PCCARD kernel panic in sio driver s [1998/06/03] kern/6853 peter Having an inactive de0 in system leads to o [1998/06/06] misc/6873 FreeBSD 2.2.6 freezes o [1998/06/08] conf/6896 gibbs cannot boot installation diskette with AH o [1998/06/11] kern/6914 FreeBSD 2.2.6-RELEASE and NFS is UNSTABLE o [1998/06/14] i386/6944 icu_ipl.s does has a case commented as ca o [1998/06/16] kern/6964 Problems with cam-980520 code in FreeBSD- o [1998/06/16] ports/6969 jfitz cyrus won't compile o [1998/06/19] ports/6998 ports Istall (2.2.5) does not find CDROM device o [1998/06/22] kern/7024 gibbs SCSI problem with FreeBSD 2.2.6-RELEASE a o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/06/24] kern/7042 No buffer space available o [1998/06/28] ports/7104 ports ${PORTSDIR}/japanese/expect BROKEN 81 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte f [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line s [1995/07/29] kern/638 Transmitted packets not passed to bpf in o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps a [1996/02/17] bin/1030 cracauer /bin/sh does not pass environment variabl s [1996/03/06] kern/1067 panic: ufs_lock: recursive lock not expec o [1996/05/24] misc/1247 yokota Conflicting header files f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/06/12] bin/1315 des ls(1) s [1996/07/19] docs/1402 doc sh(1) manual f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo o [1996/08/18] kern/1512 dg Use of madvise may may cause bad memory m f [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci s [1996/09/21] kern/1661 ft driver hangs uninterruptably at "bavai o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/01] bin/1702 phk installing of tcl manpages fails from mak o [1996/10/04] kern/1723 gibbs kernel fault when doing scsi reprobe o [1996/10/04] kern/1724 gibbs HP colorado T4000S tape drive hangs syste o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/15] kern/1812 dg vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be a [1996/10/22] ports/1866 wosch popclient flushes remote mailbox even wit s [1996/10/26] bin/1892 install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly o [1996/11/13] ports/2000 asami obsolete software in distfiles directory a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex s [1996/12/03] kern/2142 FP mask not saved for signal handlers s [1996/12/22] ports/2268 ports libc from linux emulator does not use /et o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor o [1997/01/07] gnu/2394 tar will extract files even if -C command o [1997/01/08] kern/2425 amd driver does not reprobe devices. o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is o [1997/01/09] i386/2431 tegge panic: get_pv_entry: cannot get a pv_entr o [1997/01/12] i386/2471 Sound: Reset failed - Can't reopen device o [1997/01/13] misc/2479 sos NEC CD-ROM NOT RECOGNIZED; MATROX MISTIQU o [1997/01/13] bin/2489 steve gnats mangles sections o [1997/01/16] kern/2507 Renaming DOS directories with "mv" causes o [1997/01/20] bin/2541 tegge cd (using /bin/sh) may leave you in the w o [1997/01/20] kern/2545 se < sd0(ncr0:6:0): COMMAND FAILED ==> Not a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system o [1997/02/05] bin/2671 Run-away processes using all CPU time 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/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/17] kern/2751 asami 2GB limitation on CCD device partitions s o [1997/02/18] bin/2762 Precedence mistake in libncurses 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] misc/2784 brian userland PPP rises load to 1.00 o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/21] misc/2793 libc_r make fscanf failure o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/02/25] kern/2815 Custom Kernel crashes o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] i386/2853 sos syscons beeps even if beeping screen is n o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/07] bin/2915 the "-fstype ufs" option of "find" seems o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2969 csh and/or builtin printf has problems wi o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] kern/3054 ahasty OPL3 sound off by one note o [1997/03/21] bin/3055 umount -f does not work o [1997/03/28] i386/3130 yokota Dell Latitude keyboard lock up 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/05] ports/3205 jmz Mtools-3.0 attempts to flock() a disk par 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/09] kern/3244 ipfw flush closes connections o [1997/04/10] bin/3246 mtree -c should escape whitespace and spe o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/18] kern/3327 using gdb may cause hanging processes. o [1997/04/19] bin/3355 se ncrcontrol fails when -DFAILSAFE in kerne 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/04/28] bin/3406 rich Fresh Internet Install - Permissions on f o [1997/05/01] gnu/3441 C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w o [1997/05/03] bin/3478 pwd_mkdb and passwd o [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/11] misc/3578 defining CXXFLAGS in /etc/make.conf or en 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 o [1997/05/13] conf/3591 parts in rc.local have no effects in rc.* s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] conf/3725 Cirrus Logic PCMCIA Controller Support 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/01] kern/3745 Use of ed0 with buff addr of C8000 causes o [1997/06/01] conf/3750 phk Potential improvements to rc.firewall 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/07] conf/3807 mitsumi cd-rom fx800 (8x cd-rom) is not r o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/16] misc/3883 @+netgroup entries break +NIS-user entrie o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3982 /usr/include/arpa/tftp.h has bug preventi o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen o [1997/07/04] kern/4032 gibbs During recovery from scsi errors, incorre s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/07] ports/4050 jfitz mrtg: rateup dumps core with malloc_optio o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe o [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/04] i386/4226 Floating point exception for double preci o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/09] kern/4256 gibbs ahc driver: kernel goes to strange state o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/11] bin/4276 Security problem with DNS resolution 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/21] bin/4353 fetch -m changes modified date o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] docs/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p o [1997/08/27] ports/4405 jfitz ascend-radius port is out-of-date o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/07] kern/4487 Kernel panic executing a directory o [1997/09/08] bin/4497 Reverse DNS fails for some CIDR *.IN-ADDR o [1997/09/09] kern/4505 Support for Gravis UltraSound PnP card o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i a [1997/09/18] bin/4568 simple /bin/sh script produces wrong resu o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/19] bin/4585 termcap search fails too early o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/26] conf/4634 peter Sendmail Problem o [1997/09/27] bin/4638 telnet tries to resolve numerical IP addr 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 restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/14] kern/4768 netatalk won't start with multicast error o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] ports/4773 torstenb Error in posting news items to INN server 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/18] bin/4795 glitch in /bin/sh cd command o [1997/10/18] ports/4798 jmz setuid-root Xserver problem o [1997/10/19] ports/4803 ports xgrabsc dies with "bus error" after selec o [1997/10/24] kern/4843 48 meg double fault moved to 64 meg in 2. o [1997/10/25] bin/4850 peter Named crashes with "rm_datum: DB_F_ACTIVE o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/27] ports/4865 ports xdm doesn't set env variables o [1997/10/28] bin/4884 the version of amd in 2.2.5-RELEASE appea o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/04] bin/4939 uuxqt unable to execute rnews program o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/10] bin/4998 peter mail and more do not work well with being o [1997/11/10] misc/5001 During installation sc0 device is require o [1997/11/10] misc/5005 f2c is buggy and seriously outdated (agai o [1997/11/11] bin/5008 libc_r not working at static linking o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] bin/5084 wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/20] bin/5105 mount_cd9660 or mount -t cd9660 fails to o [1997/11/20] misc/5107 rebuilding of whatis database does not ca o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk s [1997/12/02] bin/5189 rcmd(3) only allows one hardcoded connect s [1997/12/02] conf/5191 [PATCH] fsck during boot fails due to lac s [1997/12/03] misc/5207 Examples for /etc are not in /usr/share/e o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP o [1997/12/13] kern/5285 quotas do not work properly with setuid p s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] misc/5343 booteasy problem o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af a [1997/12/21] docs/5358 doc USWC write posting must be turned off on 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/03] bin/5422 brian Userland PPP with aliasing enabled and mr f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa s [1998/01/15] bin/5497 [PATCH] Rbootd cannot boot my hp9000s340 f [1998/01/15] misc/5499 when setting up the partition for free bs o [1998/01/15] bin/5500 "invalid hostname" is logged instead of I 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/20] ports/5530 asami fetch (in make fetch stage) do not use pa o [1998/01/22] bin/5548 syslogd core dumps when signaled o [1998/01/22] misc/5552 RE: Linux append=reboot=bios parameter im o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/05] bin/5661 /sbin/dump never finishes o [1998/02/06] misc/5673 2.2-980204-SNAP installer runs out of dis o [1998/02/09] bin/5693 groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 LPIP causes spurious reboots o [1998/02/11] misc/5722 Brazil can't decide on daylight savings o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] kern/5731 peter executables wedge on "vmopar" when built o [1998/02/12] bin/5733 cp -r cannot copy un-writable directories o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages f [1998/02/17] ports/5770 asami PKG_NAME on ports japanese/expect is *NO o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] ports/5825 ports cd-write 1.4 fails to read tracks. o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 o [1998/02/25] docs/5842 description of -c and -o conn in mount_nf o [1998/02/25] bin/5845 in sh, set -- `getopt ...` always returns o [1998/02/25] ports/5850 me xemacs-20.3 contains bad send-pr o [1998/02/25] misc/5852 Page fault or error caused by writing to o [1998/02/25] bin/5854 host -l MX or NS core dumps o [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/01] kern/5896 FreeBSD host can't network-write to other o [1998/03/02] kern/5904 panic: newfs o [1998/03/06] ports/5933 ports emacsserver (19.34b) hostname in /tmp/ese o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/09] bin/5961 dup2 wrapper in libc_r is incomplete o [1998/03/10] kern/5965 FreeBSD TCP/IP connectivity get buried by o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/10] ports/5970 ports psmisc ports uploaded to freebsd.org:/pub o [1998/03/10] kern/5974 -current VM oddities o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/11] kern/5979 julian sd.c doesn't validate all mode sense 4 va o [1998/03/12] kern/5991 panic: free vnode isn't o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/14] bin/6004 cron in -CURRENT sometimes fails to proce o [1998/03/14] bin/6005 -CURRENT cron dies after short periods of o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/18] kern/6059 Packets from 1.1.1.1 can crash 2.2 server o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/19] bin/6071 2.2.6-980315-BETA up grade option problem o [1998/03/20] bin/6074 Incremental dumps are backing up unchange o [1998/03/21] bin/6087 sh doesn't work properly on certain confi o [1998/03/22] kern/6099 LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/03/30] ports/6180 max youbin port has root-exploitable security o [1998/04/01] kern/6191 SCSI driver error o [1998/04/02] ports/6195 msmith wrong font path in vncserver o [1998/04/02] kern/6197 3com905 Seriously broken o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/07] kern/6242 vnode disk driver too unstable in -STABLE o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/11] kern/6277 mouse operation weird in -current o [1998/04/13] ports/6288 se KDE port glitches o [1998/04/14] kern/6300 System locks up in SMP mode when accessin f [1998/04/15] misc/6310 des explicit cast needed in floatpoint.h for o [1998/04/16] bin/6317 with -8E flags telnet still goes to comma o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/17] misc/6340 missing the terminfo, which causes librar o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h s [1998/04/19] bin/6353 How about upgrading from amd to am-utils? o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac o [1998/04/26] ports/6426 ports ports/graphics/jpeg doesn't build a [1998/04/30] kern/6471 jkh 2.2.6 install process causes kernel panic o [1998/04/30] misc/6472 jb [PATCH] _thread_flockfile() hangs process a [1998/05/01] kern/6481 se Patches for VIA Socket 7 chipsets o [1998/05/02] ports/6484 ports xemacs hangs 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 s [1998/05/06] bin/6539 [PATCH] bmake version of perl5 available o [1998/05/07] misc/6549 steve You dont always get notified when someone o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] kern/6574 ipfw crash with DIAGANOSTICS o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/10] i386/6578 Problem with tx driver on 100Mbps o [1998/05/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 ports 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/15] kern/6650 joerg Replugging PS/2 keyboard causes a panic o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic f [1998/05/21] kern/6710 Quiting PPP paniced my machine o [1998/05/21] ports/6715 jraynard ElectricFence fails to work on -current o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems s [1998/05/29] bin/6790 [PATCH] make(1) coredumps in debugging mo s [1998/05/30] bin/6799 [THREAD,SCSI] problem with open(2) in lib o [1998/06/01] ports/6821 ports wwwoffle-2.1 port (second posting) o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa o [1998/06/03] ports/6850 ghelmer New port: xteddy o [1998/06/03] ports/6851 ports apply DFN-CERT#34784 to CGIParse.c o [1998/06/03] kern/6852 -stable doesn't build s [1998/06/04] kern/6854 ahasty [PATCH] probing brooktree849 capture card o [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] bin/6860 chgrp missing from /sbin o [1998/06/04] misc/6861 [PATCH] netboot error f [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/05] ports/6870 ports new port, Kerberos V 1.0.5 o [1998/06/05] conf/6871 ${LIBDIR} not setted correctly when using o [1998/06/05] conf/6872 Wrong csu lib built when setting BINFORMA o [1998/06/08] ports/6897 ports kde port doesn't compile w/o slight modif o [1998/06/09] ports/6902 ports xemacs package broken (motif dependency) o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/11] ports/6924 ports New port, Hesiod 3.0.2 o [1998/06/12] ports/6929 ports fxtv-0.47 fails to build on AccelX server o [1998/06/12] ports/6930 ports socks5 port broken by /usr/lib/aout chang o [1998/06/14] conf/6947 allow ip address for natd_interface in rc o [1998/06/15] misc/6956 panic: Going nowhere without my init when o [1998/06/16] kern/6966 AHC driver fails to read SEEPROM on Iwill o [1998/06/18] ports/6986 ports LaTeX vs. teTeX ; xdvi, xdvik vs. teTeX o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R o [1998/06/19] i386/7003 Problem with 3com ethernet 3c509a adaptor s [1998/06/22] bin/7019 [security] pwd.db almost always contains o [1998/06/22] ports/7026 ports corrections to the perl5 port s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/23] ports/7034 ports new port o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a o [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD s [1998/06/24] conf/7054 [PATCH] bad default value of ${fs} for ty o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u o [1998/06/24] ports/7058 ports New port : BUGS - cryptography library o [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ports fspclient's grab command fails (and remov o [1998/06/25] ports/7073 ports New port, PyGreSQL 2.1 s [1998/06/26] docs/7079 doc [PATCH] FAQ 10.15 on IP multicast routing o [1998/06/27] kern/7089 mount option 'async' changed by unsuccess o [1998/06/27] ports/7090 ports xlock manhandles crypt(3) API. o [1998/06/29] i386/7108 pcvt: kernel panic when reconnecting keyb 396 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables s [1995/05/23] i386/440 want vidcontrol option to apply settings a [1995/05/27] gnu/450 scrappy tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for o [1995/12/17] kern/900 dg ext2fs triggers divide by zero trap in vn s [1996/01/21] bin/961 'more $file', incorrect CRLF compacting. s [1996/01/28] kern/975 getrusage returns negative deltas a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/02/07] bin/999 /usr/share/mk/sys.mk missing common $(RM) o [1996/02/25] i386/1042 bde Warning from sio driver reports wrong dev s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u o [1996/05/15] bin/1206 cracauer /bin/sh + emacs + ^G = ruined terminal s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/06/18] i386/1331 [PATCH] changes and bug in ft driver s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/21] ports/1416 ports cflow(1) doesn't parse GNU C __attribute_ f [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET a [1996/08/07] ports/1470 asami need more info in the ports structure s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/08/19] kern/1514 dg mlock fails on readonly regions o [1996/08/20] kern/1516 dg vm_fault.c contains dead code or too many o [1996/08/21] ports/1520 erich sudo dosn't recognise certain passwords a a [1996/09/04] bin/1565 Moving a file to it's link completely rem o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize a [1996/09/18] bin/1642 pkg_install Makefiles could be simplified s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 doc ppp server doc submission o [1996/10/02] kern/1711 joerg kernel logging of signaled processes shou o [1996/10/04] kern/1725 visual config redraws bits of the screen s [1996/10/13] kern/1788 wollman netstat gives negative numbers for tcp by s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/14] ports/1804 ports pkg_create hangs if the packing list has o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong o [1996/10/20] docs/1855 joerg Addition to LINT o [1996/10/23] bin/1872 automounter (amd) cannot ls directories w s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/09] bin/1985 pkg_delete outputs confusing message when 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/22] bin/2090 clients may bind to FreeBSD ypserv refusi o [1996/11/25] misc/2105 jmg bsd.lib.mk has problems with STRIP and IN o [1996/11/26] i386/2108 sos [ATAPI] wcd driver may hang under certain o [1996/11/28] kern/2118 sos writing to virtual consoles fails to disp s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad o [1996/12/03] conf/2146 brian wrong /dev for COM2 during installation v o [1996/12/07] ports/2169 pst zephyr port disagrees with Kerberos causi o [1996/12/08] bin/2184 peter sendmail has lots of trouble with local d a [1996/12/10] ports/2190 asami need cross-reference to xpdf from X11 por s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] kern/2214 File System gets corrupted when mounting s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into s [1996/12/17] i386/2234 fbsdboot.exe does not turn off floppy dri o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/26] bin/2291 [PATCH?] race condition in /etc/master.pa s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 markm new crypt() including SHS and an extendab o [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/07] bin/2410 pppd(8): failing PAP doesn't force line d o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/11] bin/2448 steve [MFC] semctl() not portable -- freebsd re o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/15] bin/2499 des fetch ftp://bla bla doesn't bail in disk o [1997/01/16] i386/2514 jkh BootEasy binary is OLD in in FBSD install o [1997/01/17] bin/2518 /usr/bin/tar is out of date o [1997/01/21] bin/2547 fetch command fail to get file o [1997/01/21] bin/2556 Patch for calendar.c o [1997/01/26] misc/2596 dd refuses to respond to SIGkill 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/01/29] misc/2617 Utility submission - upsmon - UPS monitor o [1997/01/31] bin/2630 [PATCH] xargs does excessive and inconsis 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/04] bin/2660 When selecting BSD to boot from system ha o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/05] bin/2672 Problem with telnetd o [1997/02/07] kern/2686 struct igmpmsg in s o [1997/02/10] bin/2703 jmg vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] conf/2709 FBSD 2.1.6 X-Server installation setup ut o [1997/02/11] kern/2715 MSDOS-FS 1024/2048 byte/sector media supp o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2734 jkh pkg_* uses relative paths to executables o [1997/02/14] bin/2735 jkh Add signature support (both MD5 and PGP) o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/23] kern/2806 new kernel tags script o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/02/27] gnu/2827 after make world genclass is not installe o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/05] kern/2886 fenner mbuf leak in multicast code o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/09] i386/2924 sos syscons X keyboard gets stuck in capsmode o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 Add -b, -l, and -f options to du(1) o [1997/03/11] ports/2949 asami bsd.port.mk needs something like FETCH_EN f [1997/03/11] ports/2956 ports New Port: xgospel-1.10d in ftp.freebsd.or a [1997/03/13] bin/2977 After enabling moused and vidcontrol and o [1997/03/14] ports/2988 joerg vga font is not built o [1997/03/15] ports/2993 hoek qmail-port-take2-proff.tar.gz in incoming o [1997/03/17] ports/3012 obrien qmailanalog port in incoming o [1997/03/18] conf/3023 By default users have no write permission o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/01] ports/3169 ports nn port broken o [1997/04/06] bin/3211 ctm uses mktemp()> o [1997/04/06] bin/3212 the pkg_* tools use mktemp() o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 uucpd.c should normalize host names as lo 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/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/10] kern/3253 scsiconf.c: make ZIP disks use optical dr s [1997/04/13] conf/3272 imp $@ is deprecated I believe, so use ${.TAR 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 /etc/daily did not run on April 6, 1997 o [1997/04/17] ports/3318 ports New port: jigsaw (Java-based HTTP server) o [1997/04/18] ports/3322 markm setlocale problem in lang/perl5 o [1997/04/25] ports/3383 ports kaffe core dumps if LD_LIBRARY_PATH not s o [1997/04/25] bin/3386 kernel 'config' wrapper 'doconfig' ala Di 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/04/29] bin/3418 pkg_create doesn't always create gzip'ed o [1997/05/01] ports/3455 jmz mtools-3.6.tgz could have a better mtools o [1997/05/02] kern/3475 gdb(ptrace?) cause create/modify times on o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/05] bin/3506 [PATCH] more did not show iso-8859-n char o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/06] docs/3522 Man pages close(2) misses fcntl lock info o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3556 Bug with -i option in /usr/bin/lpr o [1997/05/09] bin/3558 make reinstall collapses on install-info s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/11] conf/3577 eBones and OBJLINK=yes fails to build o [1997/05/12] kern/3584 cleanup TCP_REASS macro in tcp_input.c o [1997/05/13] conf/3590 doc FAQ gives bad reccomendation re: xdm o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] bin/3638 /bin/w can't handle long /dev/{tty,cua}xx o [1997/05/20] bin/3639 ac doesn't know about FreeBSD's pty names o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags o [1997/05/21] ports/3657 ports Port of NCSA HyperNews submitted as p5-hy s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. s [1997/05/30] docs/3720 doc Addition for supported Hardware o [1997/05/31] ports/3729 scrappy pgsql dies when initiated o [1997/05/31] kern/3731 Addition of a PCI Bridge o [1997/06/01] kern/3739 pause key not disabled; weird stuff when o [1997/06/01] conf/3751 Improvements to /etc/rc{,.network,.pccard o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/04] bin/3778 ypbind -S domainname,server1,... does not o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] kern/3836 Cannot remove HUGE directory o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 netboot/ns8390.c breaks NS datasheet o [1997/06/13] bin/3859 Setting the $0 variable in perl dosnt do 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/16] conf/3886 peter install does not build sendmail host stat o [1997/06/17] ports/3892 itojun new port: www/webxref (cross-reference ge o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] bin/3957 Makefile dependency error in amd o [1997/06/26] ports/3958 obrien a2ps fails if used according to man o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/02] ports/4014 ports package/port installation obeys roots uma 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/08] misc/4063 2.2.2R Installation fails if Jaz drive sp o [1997/07/13] ports/4083 ache netscape wrapper doesn't hand off args co o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/19] bin/4120 Partition sysid prevents extended DOS par o [1997/07/20] ports/4127 ports netscape-3.01: get rid of bogus error mes o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/24] bin/4163 ftp core dumps after hitting control-C s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/07/31] conf/4201 jkh Installing only X-User does not install c s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/03] kern/4221 Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] ports/4232 scrappy Boot-time start of postgressql postmaster 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 a [1997/08/09] kern/4255 SMP kernel freezes on machines with >2 CP a [1997/08/09] kern/4257 itojun scsi RESERVATION CONFLICT support needed f [1997/08/10] ports/4264 ports mftp get a Segmentation fault o [1997/08/12] ports/4281 ports Compress pcl graphics files - this is an o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) a [1997/08/13] gnu/4290 ache man wrong viewed koi8-r manpages and neqn 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 ports Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/26] ports/4391 ports New port: VPCE o [1997/08/26] misc/4395 if exists(secure) in /usr/src/Makefile is o [1997/08/28] ports/4412 ports New port: YaTeX (in print and japanese) o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti f [1997/09/15] i386/4547 asc.c and pcaudio.c should use selrecord o [1997/09/16] bin/4553 man fails to open manpage if ./man exists o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/17] ports/4565 torstenb News port: ircII-current (ircII-2.9a8/col o [1997/09/18] conf/4572 /etc/rc.network loads ipfirewall lkm rega 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/02] kern/4680 lkm version of vn.c o [1997/10/03] kern/4685 Some SCSI retry messages formatted differ o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/12] gnu/4748 cc -Wformat too sensitive a [1997/10/15] ports/4770 ports New port: Xitami HTTP Server o [1997/10/15] gnu/4771 diff to correct misleading total bytes in a [1997/10/19] ports/4808 andreas Broken password.c in backend/libpq for Fr o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/23] docs/4833 Manual page missing for pccardc o [1997/10/23] kern/4837 bad error return from rmdir() with msdos o [1997/10/23] ports/4839 ports New port - spin - Verification system for 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/10/25] kern/4856 netatalk cannot register own host 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/03] ports/4928 asami no 'update' target in /usr/ports/Makefile s [1997/11/04] ports/4937 mph A looks-nice audio level meter port is no o [1997/11/07] ports/4967 ports I have ported Carl DeClerck's mserver-0.2 o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/07] ports/4974 dburr New port: YODL, Yet Oneother Document Lan o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/08] ports/4980 dburr NEW PORT: netscape3-us (Netscape Nav with o [1997/11/09] ports/4985 dburr NEW PORT: www/htmlpp htmlpp-3.9, a WWW au o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/10] misc/4999 Entering '?' at first boot prompt in inst o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/11] docs/5016 make -j4 fails in share/doc/usd/13.viref o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ports (tcsh) blocked write on named pipe sticks o [1997/11/14] kern/5038 FreeBSD can't read MS Joliet CDs. o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] ports/5045 ports freebsd.ftp.markers for xearth is out of o [1997/11/14] bin/5047 ipfw(8) IP address resolving problem if o o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] bin/5052 peter upgrade BIND o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 ahasty Kernel doesn't compile with mss o [1997/11/15] misc/5064 A dos2bsd conversion utility in C. o [1997/11/17] docs/5070 doc new FAQ entries o [1997/11/17] bin/5072 /usr/bin/fetch parses a URL incorrectly o [1997/11/17] bin/5073 'host -t mx' coredumps o [1997/11/18] misc/5081 sysinstall glitches o [1997/11/18] misc/5082 Permit upgrade of multi-disk system, or d o [1997/11/20] ports/5104 ports New port: sis-1.2pl1 o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] bin/5109 patch to ftpd, new option to limit number o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin a [1997/11/23] ports/5131 ports New math port: SuperLU o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM s [1997/11/25] misc/5147 [PATCH] a shell script to help -CURRENT u o [1997/11/26] misc/5153 jkh release file checksums in wrong file o [1997/11/26] ports/5158 ports thot editor port doesn't install template 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/03] ports/5200 ports new port-package for pgpmoose o [1997/12/03] ports/5201 ports new port-package for fidogate o [1997/12/03] ports/5202 ports new port-package for pathalias o [1997/12/03] conf/5213 ahasty My SB AWE64 isn't being recognized. f [1997/12/05] kern/5231 Mounted MS-DOS floppy disk writes unrelia o [1997/12/06] misc/5239 jkh ata + atapi & /stand/sysinstall & dos o [1997/12/06] ports/5240 ports Incorrect path in pkfonts (fix) o [1997/12/07] ports/5245 ports new port, bugsx game s [1997/12/08] bin/5253 ache [PATCH] catgets(3) and catclose(3) don't o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5274 gibbs [PATCH] mt comp 0/1 does not work, with f s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n a [1997/12/14] ports/5295 ports New Math port: umfpack s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct f [1997/12/15] ports/5302 ache webcopy port doesnt work? o [1997/12/15] ports/5309 ports New port: sls-1.00 [category misc] o [1997/12/15] ports/5312 ports New math port xwpl a [1997/12/19] docs/5346 doc Discrepancy between dump(8) man page and o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp o [1997/12/28] ports/5393 ports DOOMSRC port & package o [1997/12/30] ports/5397 ports upload of new port (fly) f [1997/12/30] i386/5398 silo overflows running o [1997/12/30] docs/5399 doc Missing detail of - or -- flags to sh(1) o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/08] ports/5446 se KDE port does not install using make in / s [1998/01/08] bin/5451 roberto [PATCH] halt/reboot does not execute /etc o [1998/01/08] ports/5463 ports No spell check in pico editor because /us o [1998/01/09] ports/5472 erich xmmix-1.2 prot won't compile - "SOUND_VER o [1998/01/10] ports/5475 ports abacus sentry o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/15] docs/5487 doc Adding documentation for scsi(8) usage wi o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] ports/5504 ports New port sidplay (category audio) o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ o [1998/01/15] ports/5509 ports submit new port xruskb-1.5.1 s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge o [1998/01/19] misc/5525 bde gid and uid in struct pwd are ints, when 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/21] misc/5539 ftp problems with ftp.freebsd.org ? "Tran o [1998/01/21] bin/5541 ppp -alias (2.2.5-STABLE) has troubles wi o [1998/01/22] docs/5545 doc http://www.freebsd.org/handbook/handbook3 o [1998/01/22] bin/5549 Kernel Problem o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/25] bin/5567 trying to mount a joliet filesystem cdrom o [1998/01/26] bin/5569 Problems with 'moused'. o [1998/01/26] ports/5570 ports new port, rise 0.3.3 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/28] bin/5596 killall's diagnostics bogus o [1998/01/30] ports/5607 ports NEW PORT: timidity-luigi [category audio] o [1998/01/30] ports/5608 jfitz Ports change-request: Afterstep I18N o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir o [1998/02/02] ports/5626 ports 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/03] ports/5633 ports Submission of new port in 'lang' category a [1998/02/03] ports/5638 ports mail/bulk_mailer port update o [1998/02/04] bin/5650 fetch(1) manpage out of date WRT FTP URLs o [1998/02/04] bin/5651 fenner fetch(1) doesn't CD properly on FTPs o [1998/02/04] ports/5653 ports New port of ICI language o [1998/02/05] misc/5659 2.2.5 Install doesn't copy kernel a [1998/02/05] ports/5660 ports New port type1inst o [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias a [1998/02/06] ports/5667 ports I have ported the VICE 0.13.0 Commodore e o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/07] ports/5675 ports New port in category devel: DOC++ o [1998/02/07] docs/5676 commenting in ftphosts is not documented o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] ports/5706 ports New port: ja-dvi2dvi-1.0 (japanese/dvi2dv 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/11] bin/5721 "more" coredumps when sent two signals 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/17] ports/5771 ports New port: Stuttgart Neural Network Simula s [1998/02/17] misc/5772 peter nfsstat does not work o [1998/02/17] ports/5776 ports New compression port: lzo o [1998/02/18] i386/5779 BOUNCE_BUFFERS option in LINT needs modif o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION a [1998/02/18] misc/5786 definition of speed_t in termios.h is not o [1998/02/18] kern/5787 Failure of unmounting asyncronous file sy o [1998/02/19] ports/5788 ports pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] kern/5800 incorporate -current pppd driver into -st o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/21] ports/5811 ports netatalk ioctl(SIOCADDMULTI) failure o [1998/02/21] misc/5813 strsignal() missing a [1998/02/22] ports/5814 ports New package XShodou o [1998/02/22] ports/5821 ports Port of Swish-E, a Web site indexer 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. o [1998/02/25] docs/5848 [PATCH] Update web.mk to handle SGML file o [1998/02/25] docs/5851 Mention /etc/hosts.lpd et. al. in Handboo o [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] ports/5859 ports xxgdb port doesn't recognize the -k optio o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/02/27] ports/5868 jfitz MSQL isn't PREFIX clean and PLIST wrong o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 ports New port: icqjava-0.981a (net/icqjava) o [1998/03/01] ports/5885 ports New port: dc20ctrl-0.4 (graphics/dc20ctrl 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/04] ports/5920 andreas lyx's ``configure'' disables the use of m 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/07] conf/5936 Add hostname to C shell prompt o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/08] ports/5946 ports New port biology/molmol o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [1998/03/10] ports/5972 ports 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/11] ports/5985 hoek new port submission (qmail MTA) o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/5996 more(1) '-#' broken (obsolete) and h)elp o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/14] docs/6003 Two problems in atc(6) man page o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/15] ports/6017 ports new port: yacl o [1998/03/15] ports/6018 ports new port: ml-3.3 a [1998/03/15] ports/6020 ports new port: Xfstt-0.9.7 o [1998/03/15] ports/6027 max New Port: tgif2tex o [1998/03/15] ports/6028 kuriyama Upgrade Ports: kinput2 o [1998/03/15] ports/6029 ports New Ports: jvim+onew o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/16] docs/6036 doc New handbook section 10.4.3.4 - si driver o [1998/03/16] bin/6037 inconsistency between kbdcontrol(1) and s s [1998/03/18] ports/6053 kuriyama new port request: korean/hanIM o [1998/03/18] kern/6056 de driver support for DS 21143 incomplete o [1998/03/18] ports/6057 ports xperfmon++-1.40 package fails XtRealloc() o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/18] bin/6064 Script to update files installed by /usr/ o [1998/03/19] i386/6067 boot.help pushes kernel list off screen o [1998/03/20] ports/6078 ports Documentation concerning logging suggests o [1998/03/21] ports/6085 ports New port: pavuk-0.8 o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] i386/6098 FreeBSD only uses 16M of 48M on Compaq De o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/23] ports/6113 ports new port: rinfo-1.2 o [1998/03/23] i386/6115 msdosfs incorrect compute cluster or root o [1998/03/23] ports/6120 ports New port: xtetris-2.6 o [1998/03/25] gnu/6130 "dialog" command cuts off chars from menu f [1998/03/26] bin/6140 des Add '-H' and '-P' options to ls(1), fix m o [1998/03/27] bin/6144 telnet for 8-bit data path o [1998/03/27] ports/6151 ports New port: xrus-1.5.2 o [1998/03/28] ports/6153 ports New port: flick o [1998/03/28] ports/6155 ports new port: emulators/vice, Versatile Commo o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 ports another squid ports o [1998/03/29] ports/6171 ports New port: xtron-1.1a o [1998/03/29] misc/6172 markm Why is /ftp.freebsd.org/pub/FreeBSD/CTM/p o [1998/03/30] ports/6176 ports running architextSearch (excite) under li o [1998/03/30] ports/6181 ports New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/01] bin/6188 screensaver permanently active when no bo o [1998/04/01] kern/6192 kernel patches for netatalk break FDDI su o [1998/04/01] ports/6194 ports New port: mirrormagic-1.3 o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/03] ports/6207 ports new port request: korean/ftghostscript5 o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst o [1998/04/05] ports/6221 ports New port: mico s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] bin/6227 as doesn't handle this instruction o [1998/04/06] bin/6228 Syslogd not working according to manpage o [1998/04/06] ports/6230 ports gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm o [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/09] kern/6255 SI driver fix for Jet ISA memory size o [1998/04/09] kern/6256 SI driver - new T225 download code o [1998/04/10] ports/6262 ports New port of bulk_mailer 1.9 o [1998/04/10] i386/6269 Included is a patch to support AMD Write- o [1998/04/10] i386/6270 options.i386 update for AMD write-allocat o [1998/04/10] misc/6271 jkh Install program can no longer write out p o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] ports/6305 ports New ports collection: ja-libslang o [1998/04/15] ports/6306 ports New ports collection: ja-slrn o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6308 [PATCH] date(1) -v argument cannot vary s o [1998/04/15] ports/6311 ports New port: gsfonts o [1998/04/15] ports/6312 ports New port: ghostscript-3.33 s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. a [1998/04/16] ports/6321 ports can't run any version of PostgreSQL on 2. o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] conf/6334 -DALLLANG should be moved from src/Makefi 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/19] ports/6355 ports New port o [1998/04/20] bin/6359 routed does sent router discovry solicita o [1998/04/20] ports/6361 ports New ports collection: GNU Pascal Compiler s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp o [1998/04/21] conf/6376 jkh can't reset /stand/sysinstall into initia o [1998/04/23] ports/6393 ports patch for multimedia-2.1.tar.gz f [1998/04/23] bin/6399 [PATCH] When using "-u" mount doesn't sta o [1998/04/23] bin/6401 user error while mounting causes panic o [1998/04/23] kern/6402 another machine can change my own permane o [1998/04/25] ports/6413 ports new ports for lynx2.8rel.3 (modified for o [1998/04/25] ports/6414 ports new ports for ja-color-lynx2.8rel.3 (modi o [1998/04/25] ports/6415 ports new ports for ja-lynx2.8.1dev.7 (modified o [1998/04/25] ports/6416 ports new ports for ja-color-lynx2.8.1dev.7 (mo o [1998/04/25] ports/6417 ports new ports for ja-libslang-1.0.3 (modified a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6434 se [PATCH] mediatool in x11/kdelibs cause kw o [1998/04/28] ports/6445 ports New port for `fhist' o [1998/04/29] docs/6455 doc bootptab.5 uses both man macros and mdoc o [1998/04/29] misc/6457 BSD Bug List Page o [1998/04/29] ports/6460 ports New port: lang/kawk o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/01] ports/6483 ports New port: affenspiel-1.0 o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou o [1998/05/03] ports/6504 ports New port of `C Interfaces and Implementat o [1998/05/03] kern/6505 panic: cannot mount root on sd1 o [1998/05/04] docs/6508 doc sgmlfmt does not expand relative URLs s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o o [1998/05/04] docs/6510 steve GNATS doesn't expand freebsd-doc s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails s [1998/05/05] bin/6529 [ALMOST PATCH] potential timing problem w o [1998/05/06] misc/6537 jkh New improved motd, take 2 o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/07] kern/6544 ahasty Only get one channel through sound card o [1998/05/07] ports/6546 ports 3line ansi prompt in tcsh: cursor disappe o [1998/05/09] conf/6559 jkh Upgrade processing clobber's ~root/{.cshr o [1998/05/09] i386/6560 yokota Console does not reset to primary screen o [1998/05/09] ports/6563 se minor problems with KDE ports o [1998/05/09] docs/6564 doc need more references in fetch(1) o [1998/05/09] ports/6565 ports new port o [1998/05/10] ports/6570 ports port of java CUP parser o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/11] ports/6598 ports new port for FreeBSD - asmodem o [1998/05/12] ports/6604 ports New port: web500gw, an HTTP - LDAP gatewa o [1998/05/12] ports/6606 ports package add of perl-5.00404 fails w/3.0 S o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/12] ports/6613 ports ports/lang/perl5 fails to install by addi o [1998/05/13] ports/6622 ports IIJ-PPP current version 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] ports/6645 ports Updated port: mysql s [1998/05/15] docs/6647 doc ftpd: man page at variance with code (e.g o [1998/05/15] kern/6651 peter Possible NFS deadlock clue f [1998/05/16] bin/6653 The rc script sometimes produces errors w o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece o [1998/05/17] ports/6666 ports Update port: ja-netscape-4.05 s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w o [1998/05/18] docs/6681 doc docu. addition o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6688 ports New port: kbiff v0.6 o [1998/05/19] ports/6699 ports Generic NQS port (new) o [1998/05/19] ports/6700 ports New port: xworm-1.02 o [1998/05/20] kern/6702 luigi tsleep and new snd (pcm0) o [1998/05/20] ports/6704 ports New port: gtk-- o [1998/05/21] ports/6709 ports New port kmessage s [1998/05/21] conf/6711 [PATCH ?] I've seen that fortune before o [1998/05/21] ports/6718 ports New port: boa-0.92 o [1998/05/23] ports/6728 ports New port ktranslator o [1998/05/24] ports/6743 ports diff to upgrade tkrat to tkrat1.1 o [1998/05/24] docs/6745 doc man page for ftpd o [1998/05/25] ports/6748 ports New port: xmailbox-2.5 o [1998/05/25] misc/6752 jkh sysinstall w/o cd9660 fs loaded can't mou s [1998/05/25] kern/6758 mount_portal fails because kernal refuses 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 s [1998/05/26] docs/6764 doc limits references to sysctl o [1998/05/26] ports/6765 ports p5-Mysql port out of date o [1998/05/26] kern/6769 peter panic: nfs rcvunlock o [1998/05/27] ports/6772 ports glbiff Port Has Missing Dependency o [1998/05/28] ports/6776 ports New port - xqf o [1998/05/28] ports/6777 ports New port - qstat 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 s [1998/05/29] bin/6787 race condition in pw command o [1998/05/29] ports/6789 ports new port : mailcrypt-3.4 o [1998/05/29] ports/6791 ports New Port, TinyMUX s [1998/05/29] i386/6792 eivind [PATCH][STABLE]Backported PnP support for o [1998/05/29] bin/6795 steve send-pr does not parse problem reports co o [1998/05/31] ports/6806 ports /usr/ports/graphics/killustrator doesn't o [1998/05/31] ports/6812 ports New port: GNU plotutils f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 ports ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD s [1998/06/02] bin/6832 [PATCH] Allows PINGing from any address o o [1998/06/02] ports/6838 ports Enable lj4dith driver by default s [1998/06/02] kern/6843 sos [PATCH] to enable reading digital audio s f [1998/06/03] ports/6847 ports Zebra Port still doesn't compile o [1998/06/04] ports/6862 ports Cyrus upgraded to 1.5.10 o [1998/06/05] ports/6867 ports bpatch can't display character '%' o [1998/06/05] ports/6869 ports Egcs port update from version 19980508 to o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/06] ports/6882 ports Perl5 in 3.0-980518-SNAP o [1998/06/08] ports/6895 ports Status of lsof in 3.0-980518-SNAP o [1998/06/11] ports/6915 ports Apache-FP for apache v1.3.0 o [1998/06/11] ports/6917 hoek New port: qmail MTA o [1998/06/11] bin/6919 can not run multiple instances of /sbin/r o [1998/06/11] ports/6925 ports new ports: ja-rxvt o [1998/06/12] ports/6934 dburr New port of ucspi-tcp 0.80 f [1998/06/12] ports/6935 ports Update to the w3c-httpd port o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/13] bin/6937 [PATCH] rc.firewall can't be run from net o [1998/06/13] ports/6938 dburr Addition of V GUI to ports collection o [1998/06/13] bin/6939 restore does not set the correct uid on d o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/14] ports/6943 ports new ports submitted o [1998/06/14] ports/6945 ports Minor fixes to w3c-httpd o [1998/06/14] ports/6949 ports ports/mail/faces o [1998/06/14] ports/6951 ports ${PORTSDIR}/japanese/tcl80 update o [1998/06/14] ports/6952 ports ${PORTSDIR}/japanese/tk80 update o [1998/06/15] ports/6954 vanilla New port: CJK f [1998/06/15] ports/6961 stb netatalk needs tweek for 3.0 multicasting o [1998/06/15] bin/6963 msgs -p can give misleading errors o [1998/06/16] gnu/6965 grep -a dosn't work o [1998/06/16] ports/6970 ports mule and family build faulure o [1998/06/16] ports/6971 ports Socks5 ports old o [1998/06/17] ports/6974 ports Update port: xemacs-mule-20.4. o [1998/06/17] ports/6977 ports smtpd port does not compile in -current o [1998/06/17] ports/6978 ports New port: extension fonts for enscript o [1998/06/18] ports/6979 ports Update port: devel/ncurses o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani o [1998/06/18] ports/6982 ports Enabling anonymous ftp in proftpd can be o [1998/06/18] ports/6985 dburr New port: battalion-1.4 o [1998/06/18] ports/6987 dima make package for ssh-1.2.25 now fails. s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con o [1998/06/19] conf/6999 Mismatch in rc.conf "accounting" keyword o [1998/06/19] ports/7001 ports new port de/webalizer o [1998/06/20] ports/7004 ports sysutils/cdrecord depends on mkisofs, is o [1998/06/20] ports/7005 ports Submitting RealAudio Player 3.0 as a new o [1998/06/20] ports/7006 ports hylafax port improved s [1998/06/21] bin/7011 [patch] Improvements to ls to help Emacs o [1998/06/21] ports/7013 ports SANE v0.73 cannot be pkg_deleted due to i s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/21] ports/7018 ports New port: xmball-5.4.4 o [1998/06/22] bin/7020 jkh pkg_*'s error handling is broken 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 o [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles o [1998/06/23] ports/7030 ports New port: bogged-1.0.0 f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF o [1998/06/23] ports/7032 dburr new port : mkhybrid 1.12 o [1998/06/23] ports/7037 ports New port: sted-0.2.2 o [1998/06/24] misc/7039 jb sigwait doesn't init the return value. s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/24] ports/7045 ports Fixed port: guavac s [1998/06/24] i386/7052 amd_map_program and NIS problem s [1998/06/24] bin/7055 steve [mfc] multiple syslog-forwarding will for o [1998/06/24] ports/7062 ports pidentd partialy broken in current o [1998/06/24] bin/7063 mount fails if $PWD does not exist o [1998/06/25] docs/7065 webmasterFreeBSD webpages -> applications, port br s [1998/06/25] bin/7068 /usr/bin/perl: library path addition o [1998/06/25] ports/7071 ports jove 4.16: Clicking button 1 causes xterm o [1998/06/25] ports/7074 ports [New Ports] Xtt0.6 a TrueType X servers o [1998/06/26] ports/7076 ports New port: xmlink-5.4.4 o [1998/06/26] ports/7077 ports The default archie host "archie.sura.net" s [1998/06/26] bin/7081 [patch] lpr stuff doesn't deal with RM an s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co o [1998/06/27] ports/7086 ports Port: ja-p5-jcode.pl o [1998/06/28] ports/7094 ports New port of xbomber game o [1998/06/28] kern/7095 Gravis MAX in 2.2.6 suffers from isa.c bi o [1998/06/28] ports/7096 ports update port: ja-vfxdvik-20c (dvi viewer f o [1998/06/28] ports/7097 ports New port: bb-1.2 o [1998/06/28] i386/7098 Various netboot fixes o [1998/06/28] ports/7099 ports GNU readline support for SPICE port. o [1998/06/28] i386/7100 integrate pcvt configuration into the /et o [1998/06/28] bin/7101 /sbin/ipfw unexpected variant treatment o o [1998/06/28] ports/7102 ports New crafty (15.15) o [1998/06/28] ports/7103 ports ja-dvipsk port has install problem o [1998/06/28] kern/7105 libkern source includes stdio.h (inapprop o [1998/06/28] ports/7106 ports New port: xwpick-2.20 o [1998/06/29] ports/7107 ports new port, please commit o [1998/06/29] docs/7109 doc correction to atrun(8) grammar o [1998/06/29] ports/7110 ports "popper" reports a negative 'bytes left o o [1998/06/29] ports/7111 ports new port: txt2html-1.25 o [1998/06/29] ports/7113 ports Update for port 'lclint' o [1998/06/29] ports/7114 ports (port) upsd Makefile generates incorrect 741 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 11:31:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08720 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 11:31:20 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08632 for ; Mon, 29 Jun 1998 11:30:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA14103; Mon, 29 Jun 1998 11:30:02 -0700 (PDT) Received: from fledge.watson.org (robert@COPLAND.CODA.CS.CMU.EDU [128.2.222.48]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06704 for ; Mon, 29 Jun 1998 11:22:58 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: (from robert@localhost) by fledge.watson.org (8.8.8/8.8.8) id OAA19254; Mon, 29 Jun 1998 14:22:50 -0400 (EDT) Message-Id: <199806291822.OAA19254@fledge.watson.org> Date: Mon, 29 Jun 1998 14:22:50 -0400 (EDT) From: robert@cyrus.watson.org Reply-To: robert+freebsd@cyrus.watson.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/7116: reebsd-current src/README out of date Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7116 >Category: misc >Synopsis: README references eBones instead of kerberosIV >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 29 11:30:01 PDT 1998 >Last-Modified: >Originator: Robert Watson >Organization: >Release: FreeBSD 3.0-CURRENT >Environment: >Description: README refers to eBones -- that is now kerberosIV in sr/ >How-To-Repeat: >Fix: s/eBoes/kerberosIV/ >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 12:30:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21304 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 12:30:39 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from indigo.ie (nsmart@ts01-03.waterford.indigo.ie [194.125.139.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21283 for ; Mon, 29 Jun 1998 12:30:32 -0700 (PDT) (envelope-from rotel@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id UAA02478; Mon, 29 Jun 1998 20:26:21 +0100 (IST) (envelope-from rotel@indigo.ie) From: Niall Smart Message-Id: <199806291926.UAA02478@indigo.ie> Date: Mon, 29 Jun 1998 20:26:20 +0000 In-Reply-To: jher "Re: kern/6858: inetd in realloc(): warning: junk pointer, too low to make sense." (Jun 29, 9:40am) Reply-To: rotel@indigo.ie X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: jher , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6858: inetd in realloc(): warning: junk pointer, too low to make sense. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Jun 29, 9:40am, jher wrote: } Subject: Re: kern/6858: inetd in realloc(): warning: junk pointer, too low > The following reply was made to PR kern/6858; it has been noted by GNATS. > > I've done the ln -s h /etc/malloc.conf and i'm still seeing > > inetd in realloc(): warning: junk pointer, too low to make sense. > > sshd also still has malloc problem and cron ceases to run. In addition, > i've upped the > physical ram to 512M which at least allows "expire" to run in 15 minutes > instead of 6 hours. Weird problem. Have you tried to write any testcases which exercise your memory and disk systems? I presume this is a problem in the kernel.. Does it happen every time you run expire? Niall -- Niall Smart. PGP: finger njs3@motmot.doc.ic.ac.uk FreeBSD: Turning PC's into Workstations: www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 12:41:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23092 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 12:41:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA23079 for ; Mon, 29 Jun 1998 12:40:55 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA16760; Mon, 29 Jun 1998 12:40:01 -0700 (PDT) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA22597 for ; Mon, 29 Jun 1998 12:38:19 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id MAA23004 for ; Mon, 29 Jun 1998 12:37:33 -0700 (PDT) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma023000; Mon Jun 29 12:37:29 1998 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id MAA29644; Mon, 29 Jun 1998 12:37:29 -0700 (PDT) Message-Id: <199806291937.MAA29644@bubba.whistle.com> Date: Mon, 29 Jun 1998 12:37:29 -0700 (PDT) From: archie@whistle.com Reply-To: archie@whistle.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/7117: flex -I option is broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7117 >Category: bin >Synopsis: flex -I option is broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 29 12:40:00 PDT 1998 >Last-Modified: >Originator: Archie Cobbs >Organization: Whistle Communications, Inc. >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6-RELEASE flex version 2.5.4 >Description: Flex has an option "-I" which is supposed to make the scanner interactive. This is the default anyway, so -I is probably not used. However, if isatty(input) == 0, then flex will switch the scanning to batch mode, EVEN IF -I WAS SPECIFIED ON THE COMMAND LINE. In other words, the man page makes it look like setting -I on the command line is equivalent to %option always-interactive. However, this is not the behavior. Even with -I, if the input is not isatty(), then flex goes into batch mode. >How-To-Repeat: flex -I file.l parse taking input from a tcp connection, for example >Fix: Make -I equivalent to %option always-interactive, or else fix the man page to reflect reality. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 15:12:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19809 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 15:12:32 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from dillinger.io.com (dillinger.io.com [199.170.88.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA19731 for ; Mon, 29 Jun 1998 15:12:12 -0700 (PDT) (envelope-from jher@dillinger.io.com) Received: (from jher@localhost) by dillinger.io.com (8.8.7/8.8.5) id RAA11284; Mon, 29 Jun 1998 17:11:28 -0500 (CDT) Message-ID: <19980629171127.09719@io.com> Date: Mon, 29 Jun 1998 17:11:27 -0500 From: jher To: rotel@indigo.ie Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6858: inetd in realloc(): warning: junk pointer, too low to make sense. References: <199806291926.UAA02478@indigo.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199806291926.UAA02478@indigo.ie>; from Niall Smart on Mon, Jun 29, 1998 at 08:26:20PM +0000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jun 29, 1998 at 08:26:20PM +0000, Niall Smart wrote: > On Jun 29, 9:40am, jher wrote: > } Subject: Re: kern/6858: inetd in realloc(): warning: junk pointer, too low > > The following reply was made to PR kern/6858; it has been noted by GNATS. > > I've done the ln -s h /etc/malloc.conf and i'm still seeing > > inetd in realloc(): warning: junk pointer, too low to make sense. > > sshd also still has malloc problem and cron ceases to run. In addition, > > i've upped the > > physical ram to 512M which at least allows "expire" to run in 15 minutes > > instead of 6 hours. > Weird problem. Have you tried to write any testcases which exercise your > memory and disk systems? I presume this is a problem in the kernel.. > Does it happen every time you run expire? > Niall Yes. It happens basically everytime I run the expire (which usually runs in cron). As soon as it runs that, cron ceases to run, the expire dies (I don't get any mail from it and the logs don't rotate), sshd tries to malloc 1+gig of ram during incoming connections and inetd reports that error. I am open to the idea of letting someone from freebsd telnet/ssh into the box and replicating the situation. I can cause it to happen pretty much at will by simply running the news.daily script. -- Today is Setting Orange, day 34 in the season of Confusion, 3164. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 15:43:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25704 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 15:43:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from indigo.ie (nsmart@ts01-03.waterford.indigo.ie [194.125.139.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25687 for ; Mon, 29 Jun 1998 15:42:45 -0700 (PDT) (envelope-from rotel@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id XAA03220; Mon, 29 Jun 1998 23:38:33 +0100 (IST) (envelope-from rotel@indigo.ie) From: Niall Smart Message-Id: <199806292238.XAA03220@indigo.ie> Date: Mon, 29 Jun 1998 23:38:33 +0000 In-Reply-To: jher "Re: kern/6858: inetd in realloc(): warning: junk pointer, too low to make sense." (Jun 29, 5:11pm) Reply-To: rotel@indigo.ie X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: jher , rotel@indigo.ie Subject: Re: kern/6858: inetd in realloc(): warning: junk pointer, too low to make sense. Cc: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Jun 29, 5:11pm, jher wrote: } Subject: Re: kern/6858: inetd in realloc(): warning: junk pointer, too low > On Mon, Jun 29, 1998 at 08:26:20PM +0000, Niall Smart wrote: > > Yes. It happens basically everytime I run the expire (which usually runs in > cron). As soon as it runs that, cron ceases to run, the expire dies (I don't > get any mail from it and the logs don't rotate), sshd tries to malloc 1+gig > of ram during incoming connections and inetd reports that error. I am open to > the idea of letting someone from freebsd telnet/ssh into the box and > replicating the situation. I can cause it to happen pretty much at will by > simply running the news.daily script. It sounds like sshd's and inetd's address spaces are getting corrupted during the expire. I'm no kernel hacker, but it really sounds like some kernel data structure is getting hosed. Perhaps the filesystem on which the news resides is corrupted and causing junk pointers to be thrown around the place? This is really a bit of a wild guess, but if you can newfs the disks it's probably worth trying. Another possibility is that your RAM is bad.. have you tried replacing it? Niall -- Niall Smart. PGP: finger njs3@motmot.doc.ic.ac.uk FreeBSD: Turning PC's into Workstations: www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 17:42:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15083 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 17:42:13 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14948 for ; Mon, 29 Jun 1998 17:41:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA29253; Mon, 29 Jun 1998 17:40:02 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14233; Mon, 29 Jun 1998 17:37:56 -0700 (PDT) (envelope-from nobody) Message-Id: <199806300037.RAA14233@hub.freebsd.org> Date: Mon, 29 Jun 1998 17:37:56 -0700 (PDT) From: castor@geocast.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/7122: m_copypacket will fail with external mbuf clusters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7122 >Category: kern >Synopsis: m_copypacket will fail with external mbuf clusters >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 29 17:40:02 PDT 1998 >Last-Modified: >Originator: Castor Fu >Organization: Geocast Network Systems >Release: 2.2.6-STABLE >Environment: FreeBSD host1.geocast.net 2.2.6-STABLE FreeBSD 2.2.6-S i386 i386 >Description: sys/mbuf.h provides a mechanism which is seldom (if ever) used for freeing externally managed mbuf clusters. The 4.4 BSD book mentions that there were problems with the original implementation because there was no mechanism for keeping track of external references generated for the mbuf cluster. FreeBSD attempts to fix this by providing an ext_ref() mechanism, and the code in m_copym() looks reasonable, though there are no routines in the FreeBSD source tree which use this facility. However, these changes where not propagated through to m_copypacket(). m_copypacket() also appears to be unused. >How-To-Repeat: Write something which uses an externally managed memory pool. Wriet something which uses m_copypacket(). Spend time looking for memory leaks. >Fix: (clf1025) diff /usr/src/sys/kern/uipc_mbuf.c /tmp/uipc_mbuf.c 426,430c426 < if(!m->m_ext.ext_ref) < mclrefcnt[mtocl(m->m_ext.ext_buf)]++; < else < (*(m->m_ext.ext_ref))(m->m_ext.ext_buf, < m->m_ext.ext_size); --- > mclrefcnt[mtocl(m->m_ext.ext_buf)]++; 449,453c445 < if(!m->m_ext.ext_ref) < mclrefcnt[mtocl(m->m_ext.ext_buf)]++; < else < (*(m->m_ext.ext_ref))(m->m_ext.ext_buf, < m->m_ext.ext_size); --- > mclrefcnt[mtocl(m->m_ext.ext_buf)]++; >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 29 21:00:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21433 for freebsd-bugs-outgoing; Mon, 29 Jun 1998 21:00:59 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21420 for ; Mon, 29 Jun 1998 21:00:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA03746; Mon, 29 Jun 1998 21:00:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20244; Mon, 29 Jun 1998 20:52:36 -0700 (PDT) (envelope-from nobody) Message-Id: <199806300352.UAA20244@hub.freebsd.org> Date: Mon, 29 Jun 1998 20:52:36 -0700 (PDT) From: nick@taronga.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: misc/7124: MAKEDEV vty doesn't check if the number is valid Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7124 >Category: misc >Synopsis: MAKEDEV vty doesn't check if the number is valid >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 29 21:00:01 PDT 1998 >Last-Modified: >Originator: Nick Manka >Organization: >Release: 2.2.5-6, 3.0-current >Environment: FreeBSD engylion.in.taronga.com 3.0-CURRENT FreeBSD 3.0-CURRENT #8: Sun Jun 28 06:52:55 CDT 1998 nick@engylion.in.taronga.com:/local/src/sys/compile/angelic i386 >Description: Supplying MAKEDEV with a vty number that is not a valid hexadecimal number causes it to consume most of the processor time and all of the memory on a machine. I don't know if ever creates any devices, it never has for me before consuming the entirety of 244 megabytes of memory and page space. When run as a user not root, it waits for a few seconds and then says "Out of space." The bug appears to occur just below line 719 in MAKEDEV where units=`expr $i : 'vty\(.*\)'` eval `echo ${chr} ${units} | awk ' { c=$1; n=$2 } END { for (i = 0; i < n; i++) printf("rm -f ttyv%01x; mknod ttyv%01x c %d %d; \ chown root.wheel ttyv%01x;", \ i, i, c, i, i); }'` ln -fs ttyv0 vga # XXX X still needs this pccons relic ;; splits off the number of devices to make and passes that to awk. I'm not to keen with awk, but I'm under the impression that it can't deal with a non-hexadecimal number where a hexadecimal number is supposed to be. >How-To-Repeat: cd /dev sh MAKEDEV vtyv4 vty seems to do it. >Fix: Don't make typos as root :> Have the awk script in MAKEDEV for vty* do a sanity check? >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 00:23:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20777 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 00:23:52 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20733; Tue, 30 Jun 1998 00:23:26 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA10164; Tue, 30 Jun 1998 00:22:28 -0700 (PDT) Date: Tue, 30 Jun 1998 00:22:28 -0700 (PDT) Message-Id: <199806300722.AAA10164@freefall.freebsd.org> To: jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, dg@FreeBSD.ORG Subject: Re: kern/7122 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: m_copypacket will fail with external mbuf clusters Responsible-Changed-From-To: freebsd-bugs->dg Responsible-Changed-By: jkh Responsible-Changed-When: Tue Jun 30 00:22:06 PDT 1998 Responsible-Changed-Why: This looks like something for David Greenman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 01:09:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29187 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 01:09:51 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29067; Tue, 30 Jun 1998 01:09:18 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11963; Tue, 30 Jun 1998 01:08:18 -0700 (PDT) Date: Tue, 30 Jun 1998 01:08:18 -0700 (PDT) Message-Id: <199806300808.BAA11963@freefall.freebsd.org> To: robert+freebsd@cyrus.watson.org, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/7116 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: README references eBones instead of kerberosIV State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Tue Jun 30 01:08:10 PDT 1998 State-Changed-Why: Done, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 03:54:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA23907 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 03:54:35 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA23842; Tue, 30 Jun 1998 03:54:11 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA16355; Tue, 30 Jun 1998 03:53:13 -0700 (PDT) Date: Tue, 30 Jun 1998 03:53:13 -0700 (PDT) Message-Id: <199806301053.DAA16355@freefall.freebsd.org> To: nick@taronga.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/7124 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: MAKEDEV vty doesn't check if the number is valid New Synopsis: MAKEDEV (maybe awk) vty doesn't check if the number is valid State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Tue Jun 30 03:51:18 PDT 1998 State-Changed-Why: awaiting committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 03:55:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24009 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 03:55:32 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA23954; Tue, 30 Jun 1998 03:55:04 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA16426; Tue, 30 Jun 1998 03:54:05 -0700 (PDT) Date: Tue, 30 Jun 1998 03:54:05 -0700 (PDT) Message-Id: <199806301054.DAA16426@freefall.freebsd.org> To: archie@whistle.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7117 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: flex -I option is broken State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Tue Jun 30 03:53:45 PDT 1998 State-Changed-Why: awaiting committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 03:58:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24452 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 03:58:16 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA24433; Tue, 30 Jun 1998 03:58:08 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA16560; Tue, 30 Jun 1998 03:57:12 -0700 (PDT) Date: Tue, 30 Jun 1998 03:57:12 -0700 (PDT) Message-Id: <199806301057.DAA16560@freefall.freebsd.org> To: jonny@jonny.eng.br, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7115 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vif statistics show wrong byte count State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Tue Jun 30 03:56:40 PDT 1998 State-Changed-Why: committed to current, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 04:07:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26431 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 04:07:00 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26325; Tue, 30 Jun 1998 04:06:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA17733; Tue, 30 Jun 1998 04:05:50 -0700 (PDT) Date: Tue, 30 Jun 1998 04:05:50 -0700 (PDT) Message-Id: <199806301105.EAA17733@freefall.freebsd.org> To: robert+freebsd@cyrus.watson.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7105 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libkern source includes stdio.h (inappropriate include) State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Tue Jun 30 04:05:24 PDT 1998 State-Changed-Why: #included sys/libkern.h instead of stdlib.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 04:13:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28115 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 04:13:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27986; Tue, 30 Jun 1998 04:12:21 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA18069; Tue, 30 Jun 1998 04:11:22 -0700 (PDT) Date: Tue, 30 Jun 1998 04:11:22 -0700 (PDT) Message-Id: <199806301111.EAA18069@freefall.freebsd.org> To: iedowse@maths.tcd.ie, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/7098 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Various netboot fixes State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Tue Jun 30 04:10:42 PDT 1998 State-Changed-Why: committed, thanks! We ARE interested in yout intel pro/100 version! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 06:41:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA22016 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 06:41:20 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA21982 for ; Tue, 30 Jun 1998 06:41:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA28067; Tue, 30 Jun 1998 06:40:01 -0700 (PDT) Date: Tue, 30 Jun 1998 06:40:01 -0700 (PDT) Message-Id: <199806301340.GAA28067@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: smoergrd@oslo.geco-prakla.slb.com (Dag-Erling Coidan Smørgrav) Subject: Re: misc/7124: MAKEDEV vty doesn't check if the number is valid Reply-To: smoergrd@oslo.geco-prakla.slb.com (Dag-Erling Coidan Smørgrav) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/7124; it has been noted by GNATS. From: smoergrd@oslo.geco-prakla.slb.com (Dag-Erling Coidan Smørgrav) To: nick@taronga.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/7124: MAKEDEV vty doesn't check if the number is valid Date: 30 Jun 1998 15:37:50 +0200 nick@taronga.com writes: > The bug appears to occur just below line 719 in MAKEDEV where > > units=`expr $i : 'vty\(.*\)'` > eval `echo ${chr} ${units} | awk ' { c=$1; n=$2 } END { > for (i = 0; i < n; i++) > printf("rm -f ttyv%01x; mknod ttyv%01x c %d %d; \ > chown root.wheel ttyv%01x;", \ > i, i, c, i, i); }'` > ln -fs ttyv0 vga # XXX X still needs this pccons relic > ;; > > > splits off the number of devices to make and passes that to awk. I'm > not to keen with awk, but I'm under the impression that it can't deal > with a non-hexadecimal number where a hexadecimal number is supposed > to be. The number supplied after "vty"in 'MAKEDEV vtyxx'is decimal, not hexadecimal. For instance, 'MAKEDEV vty16' will create device nodes for 16 vtys, named /dev/ttyv0 thru /dev/ttyvf. Anyway, the bug is due to the for loop never terminating because i < n is always true when n is a string: smoergrd@sunw132 ~$ echo | awk '{ if (1 < "one") { print "yes"; } }' yes The fix is to add 0 to n to force conversion to an integer: smoergrd@sunw132 ~$ echo | awk ' { if (1 < ("one"+0)) { print "yes"; } else { print "no"; } }' no In MAKEDEV, you'd replace the line with the eval with: eval `echo ${chr} ${units} | awk ' { c=$1; n=0+$2 } END { Below is a patch which (hopefully) fixes this problem in the two places I've been able to identify it in MAKEDEV. Due to the suckiness of my current Internet connection and my not having a FreeBSD box at hand (argh... why did I have to leave my laptop at home today?), I'll leave it to Somebody Else (tm) to test and commit it. The patch is against the following version of MAKEDEV: $Id: MAKEDEV,v 1.127.2.19 1998/03/01 22:20:11 steve Exp $ which should be the most recent revision in the RELENG_2_2 branch. Adaptation to -current is left as an exercise to the reader. --- MAKEDEV.orig Tue Jun 30 15:30:53 1998 +++ MAKEDEV Tue Jun 30 15:30:17 1998 @@ -550,7 +550,7 @@ case $class in 0|1|2|3|4|5|6|7) umask 0 - eval `echo $offset $name | awk ' { b=$1; n=$2 } END { \ + eval `echo $offset $name | awk ' { b=0+$1; n=0+$2 } END { \ for (i = 0; i < 32; i++) { c = substr("0123456789abcdefghijklmnopqrstuv", i + 1, 1); \ printf("mknod tty%s%s c 5 %d; \ @@ -712,7 +712,7 @@ vty*) chr=12 units=`expr $i : 'vty\(.*\)'` - eval `echo ${chr} ${units} | awk ' { c=$1; n=$2 } END { + eval `echo ${chr} ${units} | awk ' { c=0+$1; n=0+$2 } END { for (i = 0; i < n; i++) printf("mknod ttyv%01x c %d %d;", i, c, i); }'` ln -fs ttyv0 vga # XXX X still needs this pccons relic DES -- Dag-Erling Smørgrav - smoergrd@oslo.geco-prakla.slb.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 09:11:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA16088 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 09:11:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA16067 for ; Tue, 30 Jun 1998 09:11:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA24686; Tue, 30 Jun 1998 09:10:02 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14963; Tue, 30 Jun 1998 09:06:13 -0700 (PDT) (envelope-from nobody) Message-Id: <199806301606.JAA14963@hub.freebsd.org> Date: Tue, 30 Jun 1998 09:06:13 -0700 (PDT) From: jgrosch@MooseRiver.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/7129: patch to date to allow the current time to be printed in Epoch time Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7129 >Category: bin >Synopsis: patch to date to allow the current time to be printed in Epoch time >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 30 09:10:01 PDT 1998 >Last-Modified: >Originator: Josef Grosch >Organization: Moose River Systems, Inc. >Release: 2.2.6-stable >Environment: FreeBSD superior.mooseriver.com 2.2.6-STABLE FreeBSD 2.2.6-STABLE #8: Sun May 17 15:22:21 PDT 1998 root@superior.mooseriver.com:/usr2/src/sys/compile/PICKLE i386 >Description: Date does not print the current time in epoch time. This patch will fix this. >How-To-Repeat: >Fix: patches were uploaded to ftp.freebsd.org:/pub/FreeBSD/incoming >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 17:51:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15531 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 17:51:44 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15455 for ; Tue, 30 Jun 1998 17:51:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA08150; Tue, 30 Jun 1998 17:50:01 -0700 (PDT) Date: Tue, 30 Jun 1998 17:50:01 -0700 (PDT) Message-Id: <199807010050.RAA08150@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Brian Somers Subject: Re: bin/7129: patch to date to allow the current time to be printed in Epoch time Reply-To: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7129; it has been noted by GNATS. From: Brian Somers To: jgrosch@MooseRiver.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/7129: patch to date to allow the current time to be printed in Epoch time Date: Wed, 01 Jul 1998 00:34:40 +0100 > > >Number: 7129 > >Category: bin > >Synopsis: patch to date to allow the current time to be printed in Epoch time [.....] > patches were uploaded to ftp.freebsd.org:/pub/FreeBSD/incoming [.....] Doesn't ``date +%s'' do this ? -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 20:31:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11266 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 20:31:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11256 for ; Tue, 30 Jun 1998 20:31:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA11696; Tue, 30 Jun 1998 20:30:01 -0700 (PDT) Received: from alpha.xerox.com (omega.Xerox.COM [13.1.64.95]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA10474 for ; Tue, 30 Jun 1998 20:26:18 -0700 (PDT) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <40650(2)>; Tue, 30 Jun 1998 20:25:47 PDT Received: (from fenner@localhost) by mango.parc.xerox.com (8.8.8/8.8.8) id UAA05646; Tue, 30 Jun 1998 20:25:40 -0700 (PDT) (envelope-from fenner) Message-Id: <199807010325.UAA05646@mango.parc.xerox.com> Date: Tue, 30 Jun 1998 20:25:40 PDT From: Bill Fenner Reply-To: fenner@parc.xerox.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: gnu/7135: [PATCH] It's not easy to build a cvs binary that uses kerberos Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7135 >Category: gnu >Synopsis: [PATCH] It's not easy to build a cvs binary that uses kerberos >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 30 20:30:01 PDT 1998 >Last-Modified: >Originator: Bill Fenner >Organization: Xerox >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6, with kerberos. >Description: It's not easy (and in particular, not automatic) to build a kerberized cvs binary. >How-To-Repeat: put MAKE_KERBEROS4 = yes in /etc/make.conf cd /usr/src/gnu/usr.bin/cvs make make install realize that cvs still doesn't have kerberos >Fix: --- gnu/usr.bin/cvs/cvs/Makefile.orig Tue Jun 30 20:16:26 1998 +++ gnu/usr.bin/cvs/cvs/Makefile Tue Jun 30 20:18:12 1998 @@ -22,6 +22,12 @@ CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../lib -I${CVSDIR}/src -I${CVSDIR}/lib -DHAVE_CONFIG_H DPADD+= ${LIBCVS} ${LIBGNUREGEX} ${LIBMD} ${LIBCRYPT} ${LIBZ} LDADD+= -lcvs -lgnuregex -lmd -lcrypt -lz + +.if !defined(NOCRYPT) && defined(MAKE_KERBEROS4) +CFLAGS+= -DHAVE_KERBEROS +DPADD+= ${LIBKRB} ${LIBDES} +LDADD+= -lkrb -ldes +.endif .include >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 20:47:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13313 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 20:47:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mooseriver.com (dynamic11.pm01.sf3d.best.com [209.24.234.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13308 for ; Tue, 30 Jun 1998 20:47:00 -0700 (PDT) (envelope-from jgrosch@mooseriver.com) Received: (from jgrosch@localhost) by mooseriver.com (8.8.8/8.8.5) id UAA08606; Tue, 30 Jun 1998 20:46:59 -0700 (PDT) Message-ID: <19980630204658.A8575@mooseriver.com> Date: Tue, 30 Jun 1998 20:46:58 -0700 From: Josef Grosch To: Brian Somers , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7129: patch to date to allow the current time to be printed in Epoch time Reply-To: jgrosch@superior.mooseriver.com References: <199807010050.RAA08150@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199807010050.RAA08150@freefall.freebsd.org>; from Brian Somers on Tue, Jun 30, 1998 at 05:50:01PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 30, 1998 at 05:50:01PM -0700, Brian Somers wrote: > The following reply was made to PR bin/7129; it has been noted by GNATS. > > From: Brian Somers > To: jgrosch@MooseRiver.com > Cc: freebsd-gnats-submit@FreeBSD.ORG > Subject: Re: bin/7129: patch to date to allow the current time to be printed in Epoch time > Date: Wed, 01 Jul 1998 00:34:40 +0100 > > > > > >Number: 7129 > > >Category: bin > > >Synopsis: patch to date to allow the current time to be printed in Epoch time > [.....] > > patches were uploaded to ftp.freebsd.org:/pub/FreeBSD/incoming > [.....] > > Doesn't ``date +%s'' do this ? > Doh! Yes, it does. This is what I get for submitting patches BEFORE I am awake. Josef -- Josef Grosch | Another day closer to a | FreeBSD 2.2.7 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 30 23:26:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03584 for freebsd-bugs-outgoing; Tue, 30 Jun 1998 23:26:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03463; Tue, 30 Jun 1998 23:25:50 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA15493; Tue, 30 Jun 1998 23:24:47 -0700 (PDT) Date: Tue, 30 Jun 1998 23:24:47 -0700 (PDT) Message-Id: <199807010624.XAA15493@freefall.freebsd.org> To: jgrosch@MooseRiver.com, brian@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7129 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch to date to allow the current time to be printed in Epoch time State-Changed-From-To: open-closed State-Changed-By: brian State-Changed-When: Tue Jun 30 23:24:16 PDT 1998 State-Changed-Why: Closed in favour of ``date +%s'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 00:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11035 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 00:40:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10882; Wed, 1 Jul 1998 00:39:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17407; Wed, 1 Jul 1998 00:38:55 -0700 (PDT) Date: Wed, 1 Jul 1998 00:38:55 -0700 (PDT) Message-Id: <199807010738.AAA17407@freefall.freebsd.org> To: fenner@parc.xerox.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: gnu/7135 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] It's not easy to build a cvs binary that uses kerberos State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Jul 1 00:38:36 PDT 1998 State-Changed-Why: awaiting committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 00:41:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11192 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 00:41:52 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11178; Wed, 1 Jul 1998 00:41:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17515; Wed, 1 Jul 1998 00:40:39 -0700 (PDT) Date: Wed, 1 Jul 1998 00:40:39 -0700 (PDT) Message-Id: <199807010740.AAA17515@freefall.freebsd.org> To: pjchilds@imforei.apana.org.au, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7095 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: Gravis MAX in 2.2.6 suffers from isa.c bitrot New Synopsis: [stable] Gravis MAX in 2.2.6 suffers from isa.c bitrot State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Jul 1 00:40:11 PDT 1998 State-Changed-Why: awaiting committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 00:43:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11479 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 00:43:41 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11458; Wed, 1 Jul 1998 00:43:23 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17615; Wed, 1 Jul 1998 00:42:20 -0700 (PDT) Date: Wed, 1 Jul 1998 00:42:20 -0700 (PDT) Message-Id: <199807010742.AAA17615@freefall.freebsd.org> To: mi@aldan.algebra.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7063 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount fails if $PWD does not exist State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Jul 1 00:42:01 PDT 1998 State-Changed-Why: awaiting fix & committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 01:12:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15029 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 01:12:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15012; Wed, 1 Jul 1998 01:12:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18360; Wed, 1 Jul 1998 01:10:57 -0700 (PDT) Date: Wed, 1 Jul 1998 01:10:57 -0700 (PDT) Message-Id: <199807010810.BAA18360@freefall.freebsd.org> To: mi@aldan.algebra.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7059 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sh dumps core on this script State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Jul 1 01:10:39 PDT 1998 State-Changed-Why: awaiting fix & committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 01:21:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15948 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 01:21:20 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15941; Wed, 1 Jul 1998 01:21:13 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18732; Wed, 1 Jul 1998 01:20:10 -0700 (PDT) Date: Wed, 1 Jul 1998 01:20:10 -0700 (PDT) Message-Id: <199807010820.BAA18732@freefall.freebsd.org> To: andre.albsmeier@mchp.siemens.de, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7089 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount option 'async' changed by unsuccessfull umount State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Jul 1 01:19:51 PDT 1998 State-Changed-Why: awaiting fix & committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 03:31:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA28600 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 03:31:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA28591 for ; Wed, 1 Jul 1998 03:31:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA24189; Wed, 1 Jul 1998 03:30:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA28098; Wed, 1 Jul 1998 03:24:51 -0700 (PDT) (envelope-from nobody) Message-Id: <199807011024.DAA28098@hub.freebsd.org> Date: Wed, 1 Jul 1998 03:24:51 -0700 (PDT) From: yar@radio-msu.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/7136: kerberized telnetd doesn't use gettytab %m %r %v %s tags Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7136 >Category: bin >Synopsis: kerberized telnetd doesn't use gettytab %m %r %v %s tags >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 1 03:30:00 PDT 1998 >Last-Modified: >Originator: Yar Tikhiy >Organization: Radio-MSU >Release: 2.2.6-RELEASE >Environment: FreeBSD act.radio-msu.net 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #4: Thu Jun 25 19:20:47 MSD 1998 root@act.radio-msu.net:/usr/src/sys/compile/ACT i386 >Description: There was a bug in telnetd (PR bin/1665) that it didn't use gettytab %m %r %v %s tags. The bug was fixed in usual telnetd, but kerberized one still suffers from it. >How-To-Repeat: Install Kerberos IV binaries, ajust /etc/gettytab a-la FreeBSD-current, telnet to the machine and see a mangled initial message >Fix: >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 Jul 1 05:41:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11398 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 05:41:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA11391 for ; Wed, 1 Jul 1998 05:41:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA28593; Wed, 1 Jul 1998 05:40:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA10664; Wed, 1 Jul 1998 05:33:20 -0700 (PDT) (envelope-from nobody) Message-Id: <199807011233.FAA10664@hub.freebsd.org> Date: Wed, 1 Jul 1998 05:33:20 -0700 (PDT) From: tarush@mindspring.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/7137: /usr/sbin/ac (run from /etc/monthly) ignores logins on ttyv*, reports 0.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7137 >Category: bin >Synopsis: /usr/sbin/ac (run from /etc/monthly) ignores logins on ttyv*, reports 0.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: Wed Jul 1 05:40:01 PDT 1998 >Last-Modified: >Originator: Tom Rush >Organization: >Release: 2.2.5-RELEASE >Environment: FreeBSD fbsd.rush.net 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #19: Thu Jun 25 14:52:27 EDT 1998 tarush@fbsd.rush.net:/usr/src/sys/compile/AC4WQ i386 >Description: /var/log/wtmp entries for ptys are treated differently in ac, since they may not be logins. The code for determining whether it is a pty entry is broken. I have checked -current, the problem is still there. >How-To-Repeat: Just run "ac". >Fix: This patch is for the file in -current: 506c506 < * if they came in on tty[p-y]*, then it is only --- > * if they came in on tty[p-sP-S]*, then it is only 511c511 < strchr("pqrstuvwxy", usr.ut_line[3]) == 0 || --- > strchr("pqrsPQRS", usr.ut_line[3]) == 0 || >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 Jul 1 09:21:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06654 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 09:21:11 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA06640 for ; Wed, 1 Jul 1998 09:21:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA02539; Wed, 1 Jul 1998 09:20:01 -0700 (PDT) Date: Wed, 1 Jul 1998 09:20:01 -0700 (PDT) Message-Id: <199807011620.JAA02539@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Dougal Campbell Subject: Re: kern/6197: 3com905 Seriously broken Reply-To: Dougal Campbell Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6197; it has been noted by GNATS. From: Dougal Campbell To: freebsd-gnats-submit@freebsd.org, dwhite@resnet.uoregon.edu Cc: Subject: Re: kern/6197: 3com905 Seriously broken Date: Wed, 1 Jul 1998 11:14:34 -0500 (CDT) I recently ran into the 3c905B problem myself, and found this problem report. This morning someone referred me to the following web site when I inquired on a local Linux mailing list about whether recent Linux kernels supported this card yet. Are there any updates as to when FreeBSD 2.2.6-STABLE will incorporate support for this card? If no progress has made yet, perhaps the author of the Linux driver would give permission for the FreeBSD driver maintainer to borrow the code. In the meantime, I'm considering downgrading my interface to a spare 3c595 that we have laying around here.... Linux and 3Com EtherLink Vortex/Boomerang Cyclone Ethercards http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html Dougal Campbell, Systems Manager, ADViCOM dougal@advicom.net http://www.advicom.net/ http://advicom.net/~dougal/ See my homepage for anti-spam information! QUOTE OF THE MOMENT: "Today, of course, it is considered very poor taste to use the F-word except in major motion pictures." -- Dave Barry, "$#$%#^%!^%&@%@!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 15:21:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03581 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 15:21:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03574 for ; Wed, 1 Jul 1998 15:21:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA12167; Wed, 1 Jul 1998 15:20:01 -0700 (PDT) Date: Wed, 1 Jul 1998 15:20:01 -0700 (PDT) Message-Id: <199807012220.PAA12167@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Doug White Subject: Re: kern/6197: 3com905 Seriously broken Reply-To: Doug White Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6197; it has been noted by GNATS. From: Doug White To: Dougal Campbell Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/6197: 3com905 Seriously broken Date: Wed, 1 Jul 1998 15:11:23 -0700 (PDT) On Wed, 1 Jul 1998, Dougal Campbell wrote: > support for this card? If no progress has made yet, perhaps the author > of the Linux driver would give permission for the FreeBSD driver > maintainer to borrow the code. The revised driver is still under development, although it is nearing completion. > > Linux and 3Com EtherLink Vortex/Boomerang Cyclone Ethercards > http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html Seen that page already, thanks. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 15:51:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08566 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 15:51:32 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08540 for ; Wed, 1 Jul 1998 15:51:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA12629; Wed, 1 Jul 1998 15:50:02 -0700 (PDT) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06827 for ; Wed, 1 Jul 1998 15:42:52 -0700 (PDT) (envelope-from cmascott@world.std.com) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id SAA14067; Wed, 1 Jul 1998 18:42:30 -0400 (EDT) Received: from europa.my.pc (world-f.std.com) by world.std.com (TheWorld/Spike-2.0) id AA24737; Wed, 1 Jul 1998 18:42:27 -0400 Received: (from cem@localhost) by europa.my.pc (8.8.8/8.8.8) id SAA00313; Wed, 1 Jul 1998 18:41:56 -0400 (EDT) (envelope-from cem) Message-Id: <199807012241.SAA00313@europa.my.pc> Date: Wed, 1 Jul 1998 18:41:56 -0400 (EDT) From: cmascott@world.std.com Reply-To: cmascott@world.std.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/7141: Kernel freezes, gdb, high memory load Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7141 >Category: kern >Synopsis: Kernel freezes, gdb, high memory load >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 1 15:50:01 PDT 1998 >Last-Modified: >Originator: Carl Mascott >Organization: >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD europa.my.pc 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #0: Fri Jun 19 22:08:12 EDT 1998 cem@europa.my.pc:/usr/src/sys/compile/EUR980619 i386 (GENERIC kernel with unused drivers deleted, Voxware sound blaster driver added) P90, 32 MB RAM, 96 MB swap, Adaptec 2940, 2 SCSI drives SW running at time of freeze: 3 xterm's olvwm gdb program being debugged (calctool) root csh on console >Description: I built a debugging version of libxview.a. The library has ~20 MB of symbol information. I linked a small program (calctool) with the library and started to debug the program with gdb. I set a breakpoint and started the program. The program ran to the breakpoint. I then continued the program and the kernel froze. During the following few minutes there was no disk activity and the keyboard and mouse buttons were dead. I couldn't switch VT's. I couldn't reboot with CTL-ALT-DEL. The only clue that the kernel had not crashed was that the mouse cursor was still following the mouse. I finally had to shut the power off (no reset switch). After rebooting I checked /var/log/messages to see if the kernel wrote something about the problem, but it didn't. This could well be the first time I did anything that required more memory than the machine's physical RAM. I have seen temporary freezes before when searching a large (~500K) document in Netscape Communicator 4.04, but during those freezes the mouse cursor wasn't following the mouse. Those freezes lasted 10-20 seconds. >How-To-Repeat: Unsure. Seems to be a VM problem. Try creating a memory load that exceeds physical RAM. If it is a VM problem, the less RAM the machine had, the more likely it would be for the problem to occur. >Fix: Unknown. >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 Jul 1 18:39:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA07359 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 18:39:20 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA07338; Wed, 1 Jul 1998 18:39:06 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id SAA02209; Wed, 1 Jul 1998 18:38:57 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 1 Jul 1998 18:38:55 -0700 (PDT) From: Doug White To: Anders Nordby cc: freebsd-questions@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: FreeBSD and Terminal capabilities In-Reply-To: <19980627134009.A132@totem.tihlde.hist.no> 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 Sat, 27 Jun 1998, Anders Nordby wrote: > Ever since I started off with FreeBSD, I've had trouble with termcap. It > started with NCFTP v2.4.2 (giving funny characters like $<$<2>2>> on the > screen with vt100 emulation). I was adviced to use vt220 emulation instead, > and so I did (not fixing anything). Later on I found problems with 'screen' > (the screen manager), giving me a jumpy display (when text scrolls up one > line, it is diaplayed one line above that for a short flash -- thus giving a > jumpy effect) with certain applications. I tried screen with vt100 and vt102 > in addition to the original screen one, not making a difference. I think this is NcFTP trying to be tricky, not any fault of FreeBSD. Syscons seems to like it okay but I've not found any terminal that actually supports it otherwise. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 22:35:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05859 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 22:35:57 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05835; Wed, 1 Jul 1998 22:35:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA22690; Wed, 1 Jul 1998 22:34:31 -0700 (PDT) Date: Wed, 1 Jul 1998 22:34:31 -0700 (PDT) Message-Id: <199807020534.WAA22690@freefall.freebsd.org> To: tarush@mindspring.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7137 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/sbin/ac (run from /etc/monthly) ignores logins on ttyv*, reports 0.0 State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Jul 1 22:34:17 PDT 1998 State-Changed-Why: fixed in -current, thatnks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 22:42:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06577 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 22:42:10 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06569; Wed, 1 Jul 1998 22:42:04 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA23083; Wed, 1 Jul 1998 22:40:54 -0700 (PDT) Date: Wed, 1 Jul 1998 22:40:54 -0700 (PDT) Message-Id: <199807020540.WAA23083@freefall.freebsd.org> To: cmascott@world.std.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7141 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Kernel freezes, gdb, high memory load State-Changed-From-To: open-feedback State-Changed-By: phk State-Changed-When: Wed Jul 1 22:39:20 PDT 1998 State-Changed-Why: 1. Are you sure your swapdevice is configured and works (swapinfo(1)) 2. Can you reproduce it ? 3. Can you compile DDB into the kernel and reproduce it from the console and try to break into the debugger (Ctrl+Alt+Esc) and send us the output from a "trace" command ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 22:43:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06746 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 22:43:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06738; Wed, 1 Jul 1998 22:43:04 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA23211; Wed, 1 Jul 1998 22:41:54 -0700 (PDT) Date: Wed, 1 Jul 1998 22:41:54 -0700 (PDT) Message-Id: <199807020541.WAA23211@freefall.freebsd.org> To: yar@radio-msu.net, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7136 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kerberized telnetd doesn't use gettytab %m %r %v %s tags State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Jul 1 22:41:31 PDT 1998 State-Changed-Why: awaiting committer & fix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 22:45:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06978 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 22:45:01 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06966; Wed, 1 Jul 1998 22:44:44 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA23322; Wed, 1 Jul 1998 22:43:34 -0700 (PDT) Date: Wed, 1 Jul 1998 22:43:34 -0700 (PDT) Message-Id: <199807020543.WAA23322@freefall.freebsd.org> To: hm@kts.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/7108 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pcvt: kernel panic when reconnecting keyboard after keyboard-less boot State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Jul 1 22:43:11 PDT 1998 State-Changed-Why: awaiting committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 22:46:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07137 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 22:46:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07061; Wed, 1 Jul 1998 22:45:49 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA23410; Wed, 1 Jul 1998 22:44:39 -0700 (PDT) Date: Wed, 1 Jul 1998 22:44:39 -0700 (PDT) Message-Id: <199807020544.WAA23410@freefall.freebsd.org> To: jhs@FreeBSD.ORG, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7101 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /sbin/ipfw unexpected variant treatment of port number expansion State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Jul 1 22:44:17 PDT 1998 State-Changed-Why: awaiting fix & committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 22:46:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07247 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 22:46:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07220; Wed, 1 Jul 1998 22:46:22 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA23503; Wed, 1 Jul 1998 22:45:12 -0700 (PDT) Date: Wed, 1 Jul 1998 22:45:12 -0700 (PDT) Message-Id: <199807020545.WAA23503@freefall.freebsd.org> To: hm@kts.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/7100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: integrate pcvt configuration into the /etc/rc.XXX FreeBSD startup system State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Jul 1 22:44:58 PDT 1998 State-Changed-Why: awaiting committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 22:48:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07532 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 22:48:11 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07413; Wed, 1 Jul 1998 22:47:41 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA23594; Wed, 1 Jul 1998 22:46:30 -0700 (PDT) Date: Wed, 1 Jul 1998 22:46:30 -0700 (PDT) Message-Id: <199807020546.WAA23594@freefall.freebsd.org> To: zgabor@zg.CoDe.hu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7043 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: the fstat command doesn't know ISOFS, MSDOSFS, etc State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Jul 1 22:46:18 PDT 1998 State-Changed-Why: awaiting patch & committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 1 22:51:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07930 for freebsd-bugs-outgoing; Wed, 1 Jul 1998 22:51:15 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07908 for ; Wed, 1 Jul 1998 22:51:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA23722; Wed, 1 Jul 1998 22:50:00 -0700 (PDT) Date: Wed, 1 Jul 1998 22:50:00 -0700 (PDT) Message-Id: <199807020550.WAA23722@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Poul-Henning Kamp Subject: Re: bin/6787 Reply-To: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6787; it has been noted by GNATS. From: Poul-Henning Kamp To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/6787 Date: Thu, 02 Jul 1998 07:47:22 +0200 ------- Forwarded Message Return-Path: paul@mu.org Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id HAA02061 for ; Thu, 2 Jul 1998 07:46:04 +0200 (CEST) Received: from phk.freebsd.dk by critter.freebsd.dk (fetchmail-4.3.2 POP3 run by phk) for (single-drop); Thu Jul 2 07:46:05 1998 Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [195.8.135.242]) by phk.freebsd.dk (8.8.8/8.8.5) with ESMTP id HAA28388 for ; Thu, 2 Jul 1998 07:44:52 +0200 (CEST) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by cicero1.cybercity.dk (8.8.7/8.8.7) with ESMTP id HAA03076 for ; Thu, 2 Jul 1998 07:44:36 +0200 (CEST) (envelope-from paul@priscilla.mu.org) Received: from priscilla.mu.org (paul@priscilla.mu.org [206.156.231.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06958 for ; Wed, 1 Jul 1998 22:44:31 -0700 (PDT) (envelope-from paul@priscilla.mu.org) Received: (from paul@localhost) by priscilla.mu.org (8.8.8/8.8.8) id AAA26073; Thu, 2 Jul 1998 00:43:28 -0500 (CDT) (envelope-from paul) Message-ID: <19980702004328.A26035@mu.org> Date: Thu, 2 Jul 1998 00:43:28 -0500 From: Paul Saab To: phk@freebsd.org Subject: (fwd) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i X-UIDL: 30b644c646ae528665ec85a66edefd93 Poul, I dont know if this is the right solution to pr 6787 but no-one else seems to want to fix it so here is something. Paul Index: Makefile =================================================================== RCS file: /usr/cvs/src/usr.sbin/pw/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile - --- Makefile 1997/02/22 16:12:17 1.5 +++ Makefile 1998/07/02 05:39:45 @@ -3,13 +3,16 @@ PROG= pw SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c \ grupd.c pwupd.c fileupd.c edgroup.c psdate.c \ - - bitmap.c cpdir.c rm_r.c + bitmap.c cpdir.c rm_r.c pw_util.c +.PATH: ${.CURDIR}/../../usr.sbin/vipw + MAN5= pw.conf.5 MAN8= pw.8 #RND= -DUSE_MD5RAND CFLAGS+= -Wall $(CDB) $(RND) +CFLAGS+= -I${.CURDIR}/../../usr.sbin/vipw LDADD= -lcrypt DPADD= ${LIBCRYPT} Index: pwupd.c =================================================================== RCS file: /usr/cvs/src/usr.sbin/pw/pwupd.c,v retrieving revision 1.7 diff -u -r1.7 pwupd.c - --- pwupd.c 1998/02/11 23:31:24 1.7 +++ pwupd.c 1998/07/02 05:39:45 @@ -41,6 +41,8 @@ #include "pwupd.h" +char *tempname; + #define HAVE_PWDB_C 1 static int @@ -137,8 +139,11 @@ */ if (pwd != NULL) fmtpwentry(pwbuf, pwd, PWF_MASTER); - - if ((rc = fileupdate(_PATH_MASTERPASSWD, 0644, pwbuf, pfx, l, mode)) != 0) + if ((rc = fileupdate(_PATH_MASTERPASSWD, 0644, pwbuf, pfx, l, mode)) != 0) { + int fd = pw_lock(); rc = pwdb(NULL) == 0; + close(fd); + } } } return rc; ------- End of Forwarded Message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 01:01:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28763 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 01:01:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28728; Thu, 2 Jul 1998 01:00:28 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA27353; Thu, 2 Jul 1998 00:59:15 -0700 (PDT) Date: Thu, 2 Jul 1998 00:59:15 -0700 (PDT) Message-Id: <199807020759.AAA27353@freefall.freebsd.org> To: nick@taronga.com, des@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, des@FreeBSD.ORG Subject: Re: misc/7124 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: MAKEDEV (maybe awk) vty doesn't check if the number is valid New Synopsis: [MFC] MAKEDEV (maybe awk) vty doesn't check if the number is valid State-Changed-From-To: suspended-feedback State-Changed-By: des State-Changed-When: Thu Jul 2 00:58:12 PDT 1998 State-Changed-Why: Fixed in current. Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jul 2 00:58:12 PDT 1998 Responsible-Changed-Why: So I'll remember to MFC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 04:51:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06429 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 04:51:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA06419 for ; Thu, 2 Jul 1998 04:51:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA04428; Thu, 2 Jul 1998 04:50:02 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05311; Thu, 2 Jul 1998 04:43:18 -0700 (PDT) (envelope-from nobody) Message-Id: <199807021143.EAA05311@hub.freebsd.org> Date: Thu, 2 Jul 1998 04:43:18 -0700 (PDT) From: max@cca.usart.ru To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/7144: WaveLAN interface moves packets to uper layer while dst addr does not belong to that interface (even while not in allmulti/promisc mode) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7144 >Category: kern >Synopsis: WaveLAN interface moves packets to uper layer while dst addr does not belong to that interface (even while not in allmulti/promisc mode) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 2 04:50:01 PDT 1998 >Last-Modified: >Originator: Max Gotlib >Organization: Urals State Academy Of Railway Transport >Release: 2.2.5-RELEASE ... 3.0-Current >Environment: FreeBSD wavegw1.usart.ru 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #4: Thu Jul 2 16:43:14 ESS 1998 root@relay.usart.ru:/usr/src/sys/compile/WGW i386 >Description: This problem can be detected in case several WaveLAN boards equipped (I detect the problem with ISA full-length WaveLAN-AT/2.4 board) machines with unidirectional ant.kits are looking at omnidirctional antenna (WavePoint for example). In that case the WaveLAN boards will be bombed with retranslated packets (destination eth. address will be _nither_for_this_board_nor_multicast_nor_broadcast_. But dui to i82586 architecture, WaveLAN boards are not capable to dial with ALLMILTY mode (which is emulated via promisc mode by the WaveLAN driver). And, because of the driver's code, this packets could be raised to upper layer and confuse the whole protocol-stack. But, dui to the driver's code, this will not happend if there is at least one BPF listener on that interface (the propper software filters will kick that packets off after they are checked by the BPF). >How-To-Repeat: In the following network topology: A -( () )-B---D | C (X-( means station X with unidirectional ant., and () meand omnidirectional) try to "traceroute" station A from station D, while keeping ipfw aimed to drop all packets with src address of B-D subnet, that are captured fron wavelan interface (on B station). In that case B will catch packets, retraslated by C for A, ipfw will drop them, and the ICMP message will be sent to D (and at least in case, D is powered with Linux OS, it will ignore "the real traceroute packets" that will also be delivered to it). >Fix: Here is a patch against 2.2.6-RELEASE /sys/i386/isa/if_wl.c: /***************CUT*******************/ --- if_wl.c-orig Tue Aug 26 04:34:25 1997 +++ if_wl.c Thu Jul 2 17:39:09 1998 @@ -1080,7 +1080,6 @@ m->m_pkthdr.len = clen; -#ifdef NOTYET /* due to fact that controller does not support * all multicast mode, we must filter out unicast packets * that are not for us. @@ -1091,13 +1090,23 @@ * * TBD: also discard packets where NWID does not match. */ - if ( (sc->mode & MOD_ENAL) && ((sc->mode & MOD_PROM) != 0) && + if (((sc->mode & MOD_PROM) == 0) && ((eh.ether_dhost[0] & 1) == 0) /* !mcast and !bcast */ && (bcmp(eh.ether_dhost, sc->wl_ac.ac_enaddr, sizeof(eh.ether_dhost)) != 0) ) { m_freem(m); return 1; } +#ifdef MULTICAST + /* extra check for multicasts */ + if (((sc->mode & MOD_PROM) == 0) && /* !promisc mode */ + (eh.ether_dhost[0] & 1) && /* multicast or broadcast */ + bcmp((caddr_t)etherbroadcastaddr, (caddr_t)eh.ether_dhost, + sizeof(etherbroadcastaddr)) && + !ether_matchmulti(&sc->wl_ac, eh.ether_dhost)) { + m_freem(m); + return 1; + } #endif #if NBPFILTER > 0 /* @@ -1132,6 +1141,16 @@ m_freem(m); return 1; }+#ifdef MULTICAST + /* extra check for multicasts */ + if ((eh.ether_dhost[0] & 1) && + bcmp((caddr_t)etherbroadcastaddr, (caddr_t)eh.ether_dhost, + sizeof(etherbroadcastaddr)) && + !ether_matchmulti(&sc->wl_ac, eh.ether_dhost)) { + m_freem(m); + return 1; + } +#endif } #endif /***************CUT***************/ The idea is to enable commented out filter, but to rise it against in case of non multicast, non broadcast packets with not our's dst ethernet address while interface is not in promisc mode (in the last case it will be dropped after the BPF listenet, if one, will be notified). Several multicast checks were added (following INRIA's implementation). >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 06:11:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17653 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 06:11:16 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17643 for ; Thu, 2 Jul 1998 06:11:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA06233; Thu, 2 Jul 1998 06:10:01 -0700 (PDT) Date: Thu, 2 Jul 1998 06:10:01 -0700 (PDT) Message-Id: <199807021310.GAA06233@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Thierry Delaitre Subject: Re: kern/7042: No buffer space available Reply-To: Thierry Delaitre Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/7042; it has been noted by GNATS. From: Thierry Delaitre To: Paul Saab Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/7042: No buffer space available Date: Thu, 2 Jul 1998 14:08:34 +0100 (BST) Hi Paul, Thanks. I replaced the Ethernet card with a WD8013 and it works fine. Thierry. On Wed, 24 Jun 1998, Paul Saab wrote: > I believe there is an mbuf leak in the ep driver which > is probably the reason you are running out of buffers. > > Paul > -------------------------------------------------------------------- Thierry Delaitre | Phone: +44/171-911-5000 ext. 3586 Centre for Parallel Computing | FAX: +44/171-911.5143 University of Westminster | mailto:delaitt@cpc.wmin.ac.uk 115 New Cavendish Street | http://www.cpc.wmin.ac.uk/~delaitt LONDON W1M 8JS, UK | -------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 09:21:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21675 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 09:21:26 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21658 for ; Thu, 2 Jul 1998 09:21:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA09744; Thu, 2 Jul 1998 09:20:02 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20284; Thu, 2 Jul 1998 09:13:58 -0700 (PDT) (envelope-from nobody) Message-Id: <199807021613.JAA20284@hub.freebsd.org> Date: Thu, 2 Jul 1998 09:13:58 -0700 (PDT) From: davida@cs.uwm.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/7146: The PCCARD doesnt recognize cards in top (2nd) PCMCIA slot in Gateway 9100XL laptop Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7146 >Category: kern >Synopsis: The PCCARD doesnt recognize cards in top (2nd) PCMCIA slot in Gateway 9100XL laptop >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 2 09:20:01 PDT 1998 >Last-Modified: >Originator: George Davida >Organization: University of Wisconsin >Release: 2.2.6-RELEASE >Environment: FreeBSD sargon.davida.com 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #1: Wed Jul 1 14:47:31 CDT 1998 rootd@sargon.davida.com:/usr/src/sys/compile/GT2K i386 >Description: Gateway 9100XL laptop. The PCCARD is unable to recognize cards (ethernet or modem) in the top slot (slot 1). Slot 0 works. PCCARD chipsets: pcic0 rev 193 int a irq ?? on pci0:10:0 pcic1 rev 193 int b irq ?? on pci0:10:1 PC-Card Cirrus Logic PD672X (5 mem & 2 I/O windows) ------ Is there a different /sys/pci/pcic_p.c that I can try? Seems that the send slot is not being initialized properly. Verbose kernel dmesg:PCI Config space: pcic0 rev 193 int a irq ?? on pci0:10:0 CardBus: Legacy PC-card 16bit I/O address [0x3e0] PCI Config space: 00: 11101013 02000045 060700c1 00820000 10: 00000000 00000000 00000000 00000000 20: 00000000 00000000 00000000 000003e1 30: 000003e1 00000001 00000001 08c001ff 40: 00000000 000003e1 00000000 00000000 50: 00000000 00000000 00000000 00000000 60: 00000000 00000000 00000000 00000000 70: 00000000 00000000 00000000 00000000 80: 00000000 00000000 00000000 00000000 90: 00000000 00000000 00000000 00000000 Cardbus Socket registers: 00: f000ff53: f000ff53: f000e2c3: f000ff53: 10: f000ff53: f000ff54: f0002de9: f000ff53: ExCa registers: 00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 pcic1 rev 193 int b irq ?? on pci0:10:1 CardBus: Legacy PC-card 16bit I/O address [0x0] PCI Config space: 00: 11101013 02000045 060700c1 00820000 10: 00000000 00000000 00000000 00000000 20: 00000000 00000000 00000000 00000001 30: 00000001 00000001 00000001 08c002ff 40: 00000000 00000000 00000000 00000001 50: 00000000 00000000 00000000 00000000 60: 00000000 00000000 00000000 00000000 70: 00000000 00000000 00000000 00000000 80: 00000000 00000000 00000000 00000000 90: 00000000 00000000 00000000 00000000 Cardbus Socket registers: 00: f000ff53: f000ff53: f000e2c3: f000ff53: 10: f000ff53: f000ff54: f0002de9: f000ff53: ExCa registers: 00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 PC-Card Cirrus Logic PD672X (5 mem & 2 I/O windows) pcic: controller irq 7 .......... Initializing PC-card drivers: ep sio BIOS Geometries: 0:03e2fe3f 0..994=995 cylinders, 0..254=255 heads, 1..63=63 sectors 0 accounted for >How-To-Repeat: Insert and re-insert card >Fix: Looking for fix >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 09:49:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26139 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 09:49:50 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from indigo.ie (nsmart@ts01-55.waterford.indigo.ie [194.125.139.118]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA26123; Thu, 2 Jul 1998 09:49:21 -0700 (PDT) (envelope-from rotel@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id RAA00599; Thu, 2 Jul 1998 17:45:16 +0100 (IST) (envelope-from rotel@indigo.ie) From: Niall Smart Message-Id: <199807021645.RAA00599@indigo.ie> Date: Thu, 2 Jul 1998 17:45:15 +0000 In-Reply-To: Poul-Henning Kamp "Re: bin/7137" (Jul 1, 10:34pm) Reply-To: rotel@indigo.ie X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: Poul-Henning Kamp , tarush@mindspring.com, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7137 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Jul 1, 10:34pm, Poul-Henning Kamp wrote: } Subject: Re: bin/7137 > Synopsis: /usr/sbin/ac (run from /etc/monthly) ignores logins on ttyv*, reports 0.0 > > State-Changed-From-To: open-closed > State-Changed-By: phk > State-Changed-When: Wed Jul 1 22:34:17 PDT 1998 > State-Changed-Why: > fixed in -current, thatnks! Here we go again. The patch is *8* lines, the submitter is using -STABLE, you fixed it in -CURRENT and then closed the PR, this is *not* good. Niall -- Niall Smart. PGP: finger njs3@motmot.doc.ic.ac.uk FreeBSD: Turning PC's into Workstations: www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 09:51:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26382 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 09:51:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA26372 for ; Thu, 2 Jul 1998 09:51:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA10517; Thu, 2 Jul 1998 09:50:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25754; Thu, 2 Jul 1998 09:44:47 -0700 (PDT) (envelope-from nobody) Message-Id: <199807021644.JAA25754@hub.freebsd.org> Date: Thu, 2 Jul 1998 09:44:47 -0700 (PDT) From: paul@mu.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/7147: fix for PR7089 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7147 >Category: kern >Synopsis: fix for PR7089 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 2 09:50:01 PDT 1998 >Last-Modified: >Originator: Paul Saab >Organization: >Release: current >Environment: FreeBSD yoda.yogurt.org 3.0-980621-SNAP FreeBSD 3.0-980621-SNAP #2: Thu Jul 2 11:26:15 MDT 1998 root@yoda.yogurt.org:/usr/src/sys/compile/LOCAL i386 >Description: >How-To-Repeat: >Fix: Index: vfs_syscalls.c =================================================================== RCS file: /usr/cvs/src/sys/kern/vfs_syscalls.c,v retrieving revision 1.103 diff -u -r1.103 vfs_syscalls.c --- vfs_syscalls.c 1998/06/08 18:18:28 1.103 +++ vfs_syscalls.c 1998/07/02 16:42:56 @@ -435,6 +435,7 @@ { struct vnode *coveredvp; int error; + int async_flag; simple_lock(&mountlist_slock); mp->mnt_kern_flag |= MNTK_UNMOUNT; @@ -444,6 +445,7 @@ vfs_setpublicfs(NULL, NULL, NULL); vfs_msync(mp, MNT_WAIT); + async_flag = mp->mnt_flag & MNT_ASYNC; mp->mnt_flag &=~ MNT_ASYNC; cache_purgevfs(mp); /* remove cache entries for this file sys */ if (mp->mnt_syncer != NULL) @@ -457,6 +459,7 @@ if ((mp->mnt_flag & MNT_RDONLY) == 0 && mp->mnt_syncer == NULL) (void) vfs_allocate_syncvnode(mp); mp->mnt_kern_flag &= ~MNTK_UNMOUNT; + mp->mnt_flag |= async_flag; lockmgr(&mp->mnt_lock, LK_RELEASE | LK_INTERLOCK | LK_REENABLE, &mountlist_slock, p); return (error); >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 12:23:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22273 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 12:23:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.133.1] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA22259 for ; Thu, 2 Jul 1998 12:23:10 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id VAA03332; Thu, 2 Jul 1998 21:20:49 +0200 (CEST) To: rotel@indigo.ie cc: tarush@mindspring.com, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7137 In-reply-to: Your message of "Thu, 02 Jul 1998 17:45:15 -0000." <199807021645.RAA00599@indigo.ie> Date: Thu, 02 Jul 1998 21:20:49 +0200 Message-ID: <3330.899407249@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> State-Changed-From-To: open-closed >> State-Changed-By: phk >> State-Changed-When: Wed Jul 1 22:34:17 PDT 1998 >> State-Changed-Why: >> fixed in -current, thatnks! > >Here we go again. > >The patch is *8* lines, the submitter is using -STABLE, you fixed >it in -CURRENT and then closed the PR, this is *not* good. Here we go again. You yell and bicker about somebody who actually DOES something, rather than go home, test the patch on -stable and supply an independent confirmation that it is OK. I don't care what size patch it is, I don't commit to -stable without testing it, and since I don't have a machine nor time to do so, I don't commit to -stable. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 14:21:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11356 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 14:21:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11349 for ; Thu, 2 Jul 1998 14:21:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA21580; Thu, 2 Jul 1998 14:20:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10892; Thu, 2 Jul 1998 14:16:36 -0700 (PDT) (envelope-from nobody) Message-Id: <199807022116.OAA10892@hub.freebsd.org> Date: Thu, 2 Jul 1998 14:16:36 -0700 (PDT) From: kmayer@freegate.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/7148: in libc/gen/fts.c:fts_close, free is called before pointer access Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7148 >Category: bin >Synopsis: in libc/gen/fts.c:fts_close, free is called before pointer access >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 Jul 2 14:20:00 PDT 1998 >Last-Modified: >Originator: Ken Mayer >Organization: FreeGate Corp >Release: 2.2.6 >Environment: >Description: fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro that references sp. The free needs to follow ISSET >How-To-Repeat: >Fix: Here's a patch: diff -c fts.c.orig fts.c *** fts.c.orig Thu Jul 2 14:11:24 1998 --- fts.c Thu Jul 2 14:15:32 1998 *************** *** 212,218 **** FTS *sp; { register FTSENT *freep, *p; ! int saved_errno; /* * This still works if we haven't read anything -- the dummy structure --- 212,218 ---- FTS *sp; { register FTSENT *freep, *p; ! int saved_errno,i; /* * This still works if we haven't read anything -- the dummy structure *************** *** 241,255 **** (void)close(sp->fts_rfd); } - /* Free up the stream pointer. */ - free(sp); - /* Set errno and return. */ if (!ISSET(FTS_NOCHDIR) && saved_errno) { errno = saved_errno; ! return (-1); } ! return (0); } /* --- 241,258 ---- (void)close(sp->fts_rfd); } /* Set errno and return. */ if (!ISSET(FTS_NOCHDIR) && saved_errno) { errno = saved_errno; ! i = -1; ! } else { ! i = 0; } ! ! /* Free up the stream pointer. */ ! free(sp); ! ! return i; } /* >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 19:01:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17676 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 19:01:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17671 for ; Thu, 2 Jul 1998 19:01:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA29327; Thu, 2 Jul 1998 19:00:01 -0700 (PDT) Date: Thu, 2 Jul 1998 19:00:01 -0700 (PDT) Message-Id: <199807030200.TAA29327@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Paul Saab Subject: Re: kern/7147: fix for PR7089 Reply-To: Paul Saab Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/7147; it has been noted by GNATS. From: Paul Saab To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: kern/7147: fix for PR7089 Date: Thu, 2 Jul 1998 20:53:10 -0500 here is a patch for stable Index: vfs_syscalls.c =================================================================== RCS file: /usr/cvs/src/sys/kern/vfs_syscalls.c,v retrieving revision 1.51.2.6 diff -u -r1.51.2.6 vfs_syscalls.c --- vfs_syscalls.c 1997/10/23 18:04:55 1.51.2.6 +++ vfs_syscalls.c 1998/07/02 17:04:41 @@ -291,6 +291,7 @@ { struct vnode *coveredvp; int error; + int async_flag; coveredvp = mp->mnt_vnodecovered; if (vfs_busy(mp)) @@ -303,6 +304,7 @@ return (error); } + async_flag = mp->mnt_flag & MNT_ASYNC; mp->mnt_flag &=~ MNT_ASYNC; vfs_msync(mp, MNT_NOWAIT); vnode_pager_umount(mp); /* release cached vnodes */ @@ -311,6 +313,7 @@ (flags & MNT_FORCE)) error = VFS_UNMOUNT(mp, flags, p); mp->mnt_flag &= ~MNT_UNMOUNT; + mp->mnt_flag |= async_flag; vfs_unbusy(mp); if (error) { vfs_unlock(mp); paul@mu.org (paul@mu.org) wrote: > > >Number: 7147 > >Category: kern > >Synopsis: fix for PR7089 > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Jul 2 09:50:01 PDT 1998 > >Last-Modified: > >Originator: Paul Saab > >Organization: > >Release: current > >Environment: > FreeBSD yoda.yogurt.org 3.0-980621-SNAP FreeBSD 3.0-980621-SNAP #2: Thu Jul 2 11:26:15 MDT 1998 root@yoda.yogurt.org:/usr/src/sys/compile/LOCAL i386 > >Description: > > >How-To-Repeat: > > >Fix: > Index: vfs_syscalls.c > =================================================================== > RCS file: /usr/cvs/src/sys/kern/vfs_syscalls.c,v > retrieving revision 1.103 > diff -u -r1.103 vfs_syscalls.c > --- vfs_syscalls.c 1998/06/08 18:18:28 1.103 > +++ vfs_syscalls.c 1998/07/02 16:42:56 > @@ -435,6 +435,7 @@ > { > struct vnode *coveredvp; > int error; > + int async_flag; > > simple_lock(&mountlist_slock); > mp->mnt_kern_flag |= MNTK_UNMOUNT; > @@ -444,6 +445,7 @@ > vfs_setpublicfs(NULL, NULL, NULL); > > vfs_msync(mp, MNT_WAIT); > + async_flag = mp->mnt_flag & MNT_ASYNC; > mp->mnt_flag &=~ MNT_ASYNC; > cache_purgevfs(mp); /* remove cache entries for this file sys */ > if (mp->mnt_syncer != NULL) > @@ -457,6 +459,7 @@ > if ((mp->mnt_flag & MNT_RDONLY) == 0 && mp->mnt_syncer == NULL) > (void) vfs_allocate_syncvnode(mp); > mp->mnt_kern_flag &= ~MNTK_UNMOUNT; > + mp->mnt_flag |= async_flag; > lockmgr(&mp->mnt_lock, LK_RELEASE | LK_INTERLOCK | LK_REENABLE, > &mountlist_slock, p); > return (error); > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 20:53:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03219 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 20:53:15 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03209; Thu, 2 Jul 1998 20:53:06 -0700 (PDT) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02536; Thu, 2 Jul 1998 20:51:49 -0700 (PDT) Date: Thu, 2 Jul 1998 20:51:49 -0700 (PDT) Message-Id: <199807030351.UAA02536@freefall.freebsd.org> To: paul@mu.org, dg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7147 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix for PR7089 State-Changed-From-To: open-closed State-Changed-By: dg State-Changed-When: Thu Jul 2 20:50:53 PDT 1998 State-Changed-Why: Patches applied. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 20:54:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03429 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 20:54:26 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03409; Thu, 2 Jul 1998 20:54:13 -0700 (PDT) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02664; Thu, 2 Jul 1998 20:52:54 -0700 (PDT) Date: Thu, 2 Jul 1998 20:52:54 -0700 (PDT) Message-Id: <199807030352.UAA02664@freefall.freebsd.org> To: andre.albsmeier@mchp.siemens.de, dg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7089 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount option 'async' changed by unsuccessfull umount State-Changed-From-To: suspended-closed State-Changed-By: dg State-Changed-When: Thu Jul 2 20:51:59 PDT 1998 State-Changed-Why: Fixed in rev 1.104 and 1.51.2.7 of vfs_syscalls.c. Thanks for the bug report! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 2 20:55:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03582 for freebsd-bugs-outgoing; Thu, 2 Jul 1998 20:55:28 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03559; Thu, 2 Jul 1998 20:55:06 -0700 (PDT) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02787; Thu, 2 Jul 1998 20:53:49 -0700 (PDT) Date: Thu, 2 Jul 1998 20:53:49 -0700 (PDT) Message-Id: <199807030353.UAA02787@freefall.freebsd.org> To: tetsuya@secom-sis.co.jp, dg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/5787 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Failure of unmounting asyncronous file system causes it to be non-asyncronous State-Changed-From-To: open-closed State-Changed-By: dg State-Changed-When: Thu Jul 2 20:53:11 PDT 1998 State-Changed-Why: Fixed in rev 1.104 and 1.51.2.7 of vfs_syscalls.c. Thanks for the bug report! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 01:16:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09775 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 01:16:21 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09066; Fri, 3 Jul 1998 01:14:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10680; Fri, 3 Jul 1998 01:12:42 -0700 (PDT) Date: Fri, 3 Jul 1998 01:12:42 -0700 (PDT) Message-Id: <199807030812.BAA10680@freefall.freebsd.org> To: max@cca.usart.ru, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7144 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: WaveLAN interface moves packets to uper layer while dst addr does not belong to that interface (even while not in allmulti/promisc mode) State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Fri Jul 3 01:12:21 PDT 1998 State-Changed-Why: awaiting committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 01:16:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09835 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 01:16:30 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09795; Fri, 3 Jul 1998 01:16:22 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10889; Fri, 3 Jul 1998 01:15:03 -0700 (PDT) Date: Fri, 3 Jul 1998 01:15:03 -0700 (PDT) Message-Id: <199807030815.BAA10889@freefall.freebsd.org> To: davida@cs.uwm.edu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7146 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The PCCARD doesnt recognize cards in top (2nd) PCMCIA slot in Gateway 9100XL laptop State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Fri Jul 3 01:14:42 PDT 1998 State-Changed-Why: awaiting fix & committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 01:23:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA11532 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 01:23:10 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA11490; Fri, 3 Jul 1998 01:22:49 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11225; Fri, 3 Jul 1998 01:21:29 -0700 (PDT) Date: Fri, 3 Jul 1998 01:21:29 -0700 (PDT) Message-Id: <199807030821.BAA11225@freefall.freebsd.org> To: kmayer@freegate.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7148 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: in libc/gen/fts.c:fts_close, free is called before pointer access State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Fri Jul 3 01:21:15 PDT 1998 State-Changed-Why: fixed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 01:47:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14270 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 01:47:38 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14264; Fri, 3 Jul 1998 01:47:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA12062; Fri, 3 Jul 1998 01:46:12 -0700 (PDT) Date: Fri, 3 Jul 1998 01:46:12 -0700 (PDT) Message-Id: <199807030846.BAA12062@freefall.freebsd.org> To: mcuratol@berkeleymicro.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/6457 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: BSD Bug List Page State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Fri Jul 3 01:43:23 PDT 1998 State-Changed-Why: Nothing on this list seems like a real security problem to me. We apologize for late response to this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 01:51:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14622 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 01:51:15 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14616; Fri, 3 Jul 1998 01:51:13 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA12181; Fri, 3 Jul 1998 01:49:54 -0700 (PDT) Date: Fri, 3 Jul 1998 01:49:54 -0700 (PDT) Message-Id: <199807030849.BAA12181@freefall.freebsd.org> To: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, luigi@FreeBSD.ORG Subject: Re: kern/6349 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Luigi's sound driver stall wihen it output small sound-file. Responsible-Changed-From-To: freebsd-bugs->luigi Responsible-Changed-By: phk Responsible-Changed-When: Fri Jul 3 01:48:38 PDT 1998 Responsible-Changed-Why: Mr sound himself :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 02:03:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15864 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 02:03:00 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA15858; Fri, 3 Jul 1998 02:02:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12733; Fri, 3 Jul 1998 02:01:23 -0700 (PDT) Date: Fri, 3 Jul 1998 02:01:23 -0700 (PDT) Message-Id: <199807030901.CAA12733@freefall.freebsd.org> To: ahd@kew.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/3745 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Use of ed0 with buff addr of C8000 causes panic in default kernel State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Fri Jul 3 01:54:32 PDT 1998 State-Changed-Why: As part of our PR audition campaign, this PR has been closed. The subject does not seem likely to ever gain any attention, and consequently I have chosen to close the PR, rather than have it clutter up the PR database. We apologize for late response to this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 02:07:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16475 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 02:07:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16453; Fri, 3 Jul 1998 02:06:46 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12950; Fri, 3 Jul 1998 02:05:27 -0700 (PDT) Date: Fri, 3 Jul 1998 02:05:27 -0700 (PDT) Message-Id: <199807030905.CAA12950@freefall.freebsd.org> To: dmm125@bellatlantic.net, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/3739 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pause key not disabled; weird stuff when pressed State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Fri Jul 3 02:04:13 PDT 1998 State-Changed-Why: As part of our PR audition campaign, this PR has been closed. The subject seems to be in the category of pilot error and consequently I will now close the PR. We apologize for late response to this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 02:08:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16603 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 02:08:00 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16565; Fri, 3 Jul 1998 02:07:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA13043; Fri, 3 Jul 1998 02:06:19 -0700 (PDT) Date: Fri, 3 Jul 1998 02:06:19 -0700 (PDT) Message-Id: <199807030906.CAA13043@freefall.freebsd.org> To: ats@freebsd.first.gmd.de, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/3731 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Addition of a PCI Bridge State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Fri Jul 3 02:06:03 PDT 1998 State-Changed-Why: As part of our PR audition campaign, this PR has been closed. The subject does not seem likely to ever gain any attention, and consequently I have chosen to close the PR, rather than have it clutter up the PR database. We apologize for late response to this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 02:10:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17137 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 02:10:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17024; Fri, 3 Jul 1998 02:09:46 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA13151; Fri, 3 Jul 1998 02:08:27 -0700 (PDT) Date: Fri, 3 Jul 1998 02:08:27 -0700 (PDT) Message-Id: <199807030908.CAA13151@freefall.freebsd.org> To: dada@sbox.tu-graz.ac.at, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/3639 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ac doesn't know about FreeBSD's pty names State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Fri Jul 3 02:07:35 PDT 1998 State-Changed-Why: As part of our PR audition campaign, this PR has been closed. I belive this problem have been fixed although this PR has not been referenced in the commit message. We apologize for late response to this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 02:13:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17810 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 02:13:11 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17745; Fri, 3 Jul 1998 02:12:49 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA13284; Fri, 3 Jul 1998 02:11:26 -0700 (PDT) Date: Fri, 3 Jul 1998 02:11:26 -0700 (PDT) Message-Id: <199807030911.CAA13284@freefall.freebsd.org> To: pst@jnx.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/1725 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: visual config redraws bits of the screen too often State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Fri Jul 3 02:10:53 PDT 1998 State-Changed-Why: As part of our PR audition campaign, this PR has been closed. The subject does not seem likely to ever gain any attention, and consequently I have chosen to close the PR, rather than have it clutter up the PR database. We apologize for late response to this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 02:28:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA20745 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 02:28:44 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from kendra.ne.mediaone.net (kendra.ne.mediaone.net [24.128.94.182]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA20546; Fri, 3 Jul 1998 02:28:08 -0700 (PDT) (envelope-from ahd@kew.com) Received: from sonata.uucp.kew.com (sonata.hh.kew.com [192.168.203.135]) by kendra.ne.mediaone.net (8.9.0/8.9.0) with SMTP id FAA16806; Fri, 3 Jul 1998 05:27:58 -0400 (EDT) Received: from kew.com by sonata.uucp.kew.com (UUPC/extended 1.13c) with UUCP for multiple addressees; Fri, 03 Jul 1998 05:27:58 -0500 Received: from kew.com by sonata.uucp.kew.com (UUPC/extended 1.13c) with ESMTP for multiple addresses; Fri, 03 Jul 1998 05:27:56 -0500 Message-ID: <359CA41B.227929AE@kew.com> Date: Fri, 03 Jul 1998 05:27:55 -0400 From: Drew Derbyshire Organization: Kendra Electronic Wonderworks, Stoneham MA 02180 (http://www.kew.com) X-Mailer: Mozilla 4.04 [en]C-MOENE (WinNT; I) MIME-Version: 1.0 To: Poul-Henning Kamp CC: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/3745 References: <199807030901.CAA12733@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Poul-Henning Kamp wrote: > > Synopsis: Use of ed0 with buff addr of C8000 causes panic in default kernel > > State-Changed-From-To: open-closed > State-Changed-By: phk > State-Changed-When: Fri Jul 3 01:54:32 PDT 1998 > State-Changed-Why: > As part of our PR audition campaign, this PR has been closed. The subject > does not seem likely to ever gain any attention, and consequently I have > chosen to close the PR, rather than have it clutter up the PR database. > > We apologize for late response to this PR. I thought this was fixed, actually, in the sence editing the memory address was now allowed. I have no problem with the closure, although a comment some install notes or or like (FAQ?) may be desirable. -ahd- -- Internet: ahd@kew.com Voice: 781-279-9812 "Careful. We don't want to learn from this." -- Calvin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 07:37:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06823 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 07:37:28 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06758; Fri, 3 Jul 1998 07:37:00 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA24427; Fri, 3 Jul 1998 07:35:39 -0700 (PDT) Date: Fri, 3 Jul 1998 07:35:39 -0700 (PDT) Message-Id: <199807031435.HAA24427@freefall.freebsd.org> To: hm@kts.org, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/7108 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pcvt: kernel panic when reconnecting keyboard after keyboard-less boot State-Changed-From-To: suspended-closed State-Changed-By: jkh State-Changed-When: Fri Jul 3 07:32:22 PDT 1998 State-Changed-Why: Done in both branches, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 09:01:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15613 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 09:01:36 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15591 for ; Fri, 3 Jul 1998 09:01:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA26452; Fri, 3 Jul 1998 09:00:02 -0700 (PDT) Received: from ti01a24-0069.dialup.online.no (hanspbie@ti01a24-0069.dialup.online.no [130.67.8.69]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14924 for ; Fri, 3 Jul 1998 08:54:15 -0700 (PDT) (envelope-from hanspbie@ti01a24-0069.dialup.online.no) Received: (from hanspbie@localhost) by ti01a24-0069.dialup.online.no (8.8.8/8.8.8) id RAA20709; Fri, 3 Jul 1998 17:56:34 +0200 (CEST) (envelope-from hanspbie) Message-Id: <199807031556.RAA20709@ti01a24-0069.dialup.online.no> Date: Fri, 3 Jul 1998 17:56:34 +0200 (CEST) From: zerium@webindex.no Reply-To: zerium@webindex.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/7154: IFS Not working right Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7154 >Category: bin >Synopsis: IFS Not working right >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 3 09:00:01 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: none >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.6-STABLE i386 >Description: sh doesn't split arguments on IFS. On SunOS both of the test works. In bash only the last works. I'm not sure what's the correct behaviour, but this is the reason why the autodetection of MOC in KDE doesn't work under FreeBSD. >How-To-Repeat: $ IFS=":" ls:/ ls:/: not found $ IFS=":" for i in df:df; do echo $i; done df df (no newline) >Fix: N/A >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 12:11:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07400 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 12:11:25 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07395 for ; Fri, 3 Jul 1998 12:11:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01695; Fri, 3 Jul 1998 12:10:01 -0700 (PDT) Date: Fri, 3 Jul 1998 12:10:01 -0700 (PDT) Message-Id: <199807031910.MAA01695@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Tor.Egge@fast.no Subject: Re: bin/7154: IFS Not working right Reply-To: Tor.Egge@fast.no Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7154; it has been noted by GNATS. From: Tor.Egge@fast.no To: zerium@webindex.no Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/7154: IFS Not working right Date: Fri, 03 Jul 1998 21:06:09 +0200 > $ IFS=":" ls:/ > ls:/: not found > $ IFS=":" for i in df:df; do echo $i; done > df df > (no newline) This is correct behavior and not a bug in sh. According to "X/Open Commands and Utilities Issue 4, Version 2", field splitting should only be performed on the portions of the fields generated by tilde expansion, parameter expansion, command substitution and arithmetic expansion. /bin/sh on SunOS performs field splitting on all fields, resulting in potential security problems. bash performs field splitting on the complete field if a part of the field is the result of expansion/substitition. Using bash and performing the command ( IFS=":" ; echo abc:def$ghi abc:def\$ghi ) gives abc def abc:def$ghi resulting in the backslash effectively quoting the ':' character in addition to the expected quoting of the following '$' character. Bash also has a tendency to remove quoted empty fields and introduce garbage characters in the expansion of $@. #!/usr/local/bin/bash A= set -- ''$A echo $# A=" " set -- ''$A echo $# IFS= set "" abc "def ghi" "" jkl "" echo "xx$@$@yy" results in some DEL (0x7f) characters being printed when using bash: 1 0 xx abc def ghi  jkl  abc def ghi  jkl yy The correct result is 1 1 xx abc def ghi jkl abc def ghi jkl yy In my opinion, the definitions of AC_CHECK_PROG and AC_PATH_PROG in autoconf (acgeneral.m4) should be changed to handle shells that perform field splitting differently from bash. - Tor Egge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 15:59:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28535 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 15:59:35 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28488; Fri, 3 Jul 1998 15:59:11 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA07732; Fri, 3 Jul 1998 15:57:48 -0700 (PDT) Date: Fri, 3 Jul 1998 15:57:48 -0700 (PDT) Message-Id: <199807032257.PAA07732@freefall.freebsd.org> To: ac199@freenet.hamilton.on.ca, hoek@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/1428 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ncurses doesn't always display ALTCHARSET correctly State-Changed-From-To: feedback-open State-Changed-By: hoek State-Changed-When: Fri Jul 3 15:57:10 PDT 1998 State-Changed-Why: Submitter responds: "No, this can't be closed." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 16:01:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29204 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 16:01:36 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29185; Fri, 3 Jul 1998 16:01:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA08102; Fri, 3 Jul 1998 16:00:09 -0700 (PDT) Date: Fri, 3 Jul 1998 16:00:09 -0700 (PDT) Message-Id: <199807032300.QAA08102@freefall.freebsd.org> To: toasty@dragondata.com, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6059 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Packets from 1.1.1.1 can crash 2.2 server State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Fri Jul 3 15:59:40 PDT 1998 State-Changed-Why: Closed at originator's request. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 3 16:06:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00445 for freebsd-bugs-outgoing; Fri, 3 Jul 1998 16:06:27 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00312; Fri, 3 Jul 1998 16:06:03 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA08494; Fri, 3 Jul 1998 16:04:37 -0700 (PDT) Date: Fri, 3 Jul 1998 16:04:37 -0700 (PDT) Message-Id: <199807032304.QAA08494@freefall.freebsd.org> To: zerium@webindex.no, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7154 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: IFS Not working right State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Fri Jul 3 16:02:54 PDT 1998 State-Changed-Why: not a bug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 4 01:32:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27910 for freebsd-bugs-outgoing; Sat, 4 Jul 1998 01:32:53 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27866; Sat, 4 Jul 1998 01:32:34 -0700 (PDT) (envelope-from semenu@FreeBSD.org) From: Ustimenko Semen Received: (from semenu@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA22263; Sat, 4 Jul 1998 01:31:07 -0700 (PDT) Date: Sat, 4 Jul 1998 01:31:07 -0700 (PDT) Message-Id: <199807040831.BAA22263@freefall.freebsd.org> To: andrew@iaccess.com.au, semenu@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/6578 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Problem with tx driver on 100Mbps State-Changed-From-To: open-closed State-Changed-By: semenu State-Changed-When: Sat Jul 4 01:29:26 PDT 1998 State-Changed-Why: The problem was fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 4 10:01:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18028 for freebsd-bugs-outgoing; Sat, 4 Jul 1998 10:01:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18017 for ; Sat, 4 Jul 1998 10:01:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA06438; Sat, 4 Jul 1998 10:00:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17469; Sat, 4 Jul 1998 09:52:45 -0700 (PDT) (envelope-from nobody) Message-Id: <199807041652.JAA17469@hub.freebsd.org> Date: Sat, 4 Jul 1998 09:52:45 -0700 (PDT) From: seva@alex-ua.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/7159: Unknown option OVERRIDE_CARD (bt848 driver) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7159 >Category: i386 >Synopsis: Unknown option OVERRIDE_CARD (bt848 driver) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 4 10:00:01 PDT 1998 >Last-Modified: >Originator: Vsevolod Lobko >Organization: Concern Alex >Release: 3.0-CURRENT as of Jul 4 1998 >Environment: FreeBSD sevasoft.alex-ua.com 3.0-CURRENT FreeBSD 3.0-CURRENT #7: Sat Jul 4 17:16:00 EEST 1998 root@sevasoft.alex-ua.com:/usr/src/sys/compile/SEVASOFT.30 i386 >Description: Option OVERRIDE_CARD of BT848 driver not listed in src/sys/conf/options >How-To-Repeat: Create kernel config file with: options OVERRIDE_CARD=2 and try: config KERNEL >Fix: Apply patch: cvs diff: Diffing src/sys/conf Index: src/sys/conf/options =================================================================== RCS file: /home/free_rep/src/sys/conf/options,v retrieving revision 1.86 diff -u -r1.86 options --- options 1998/07/02 05:50:57 1.86 +++ options 1998/07/04 16:30:13 @@ -254,6 +254,7 @@ # give bktr an opt_bktr.h file OVERRIDE_TUNER opt_bktr.h +OVERRIDE_CARD opt_bktr.h # Include tweaks for running under the SimOS machine simulator. SIMOS opt_simos.h >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 4 12:00:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27735 for freebsd-bugs-outgoing; Sat, 4 Jul 1998 12:00:21 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27635; Sat, 4 Jul 1998 11:59:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA09570; Sat, 4 Jul 1998 11:58:22 -0700 (PDT) Date: Sat, 4 Jul 1998 11:58:22 -0700 (PDT) Message-Id: <199807041858.LAA09570@freefall.freebsd.org> To: steve@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: pending/7123 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: New Synopsis: sys/device.h contains annoying trigraph Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sat Jul 4 11:55:04 PDT 1998 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 4 12:04:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28385 for freebsd-bugs-outgoing; Sat, 4 Jul 1998 12:04:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28346; Sat, 4 Jul 1998 12:03:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA09786; Sat, 4 Jul 1998 12:02:28 -0700 (PDT) Date: Sat, 4 Jul 1998 12:02:28 -0700 (PDT) Message-Id: <199807041902.MAA09786@freefall.freebsd.org> To: grog@lemis.com, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7123 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sys/device.h contains annoying trigraph State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat Jul 4 12:02:02 PDT 1998 State-Changed-Why: Patch committed to both -current and -stable. Thanks for the report. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 4 14:11:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14920 for freebsd-bugs-outgoing; Sat, 4 Jul 1998 14:11:52 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14893 for ; Sat, 4 Jul 1998 14:11:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15153; Sat, 4 Jul 1998 14:10:02 -0700 (PDT) Date: Sat, 4 Jul 1998 14:10:02 -0700 (PDT) Message-Id: <199807042110.OAA15153@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Poul-Henning Kamp Subject: Re: kern/7141 Reply-To: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/7141; it has been noted by GNATS. From: Poul-Henning Kamp To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/7141 Date: Sat, 04 Jul 1998 23:07:30 +0200 ------- Forwarded Message Return-Path: cmascott@world.std.com Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id XAA03532 for ; Sat, 4 Jul 1998 23:04:26 +0200 (CEST) Received: from phk.freebsd.dk by critter.freebsd.dk (fetchmail-4.3.2 POP3 run by phk) for (single-drop); Sat Jul 4 23:04:27 1998 Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [195.8.128.13]) by phk.freebsd.dk (8.8.8/8.8.5) with ESMTP id XAA15995 for ; Sat, 4 Jul 1998 23:05:28 +0200 (CEST) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by cicero0.cybercity.dk (8.8.7/8.8.7) with ESMTP id XAA25478 for ; Sat, 4 Jul 1998 23:05:02 +0200 (CEST) (envelope-from cmascott@world.std.com) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09981 for ; Sat, 4 Jul 1998 13:26:56 -0700 (PDT) (envelope-from cmascott@world.std.com) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id QAA01190; Sat, 4 Jul 1998 16:26:57 -0400 (EDT) Received: from europa.my.pc (world-f.std.com) by world.std.com (TheWorld/Spike-2.0) id AA24431; Sat, 4 Jul 1998 16:26:55 -0400 Received: (from cem@localhost) by europa.my.pc (8.8.8/8.8.8) id QAA00325 for phk@freebsd.org; Sat, 4 Jul 1998 16:26:31 -0400 (EDT) (envelope-from cem) Date: Sat, 4 Jul 1998 16:26:31 -0400 (EDT) From: Carl Mascott Message-Id: <199807042026.QAA00325@europa.my.pc> To: phk@FreeBSD.ORG Subject: Re: kern/7141 X-UIDL: bfc34456bf3e3ffe3de2fea2b1af13a8 > 1. Are you sure your swapdevice is configured and works (swapinfo(1)) Device 1K-blocks Used Avail Capacity Type /dev/sd0s2b 98304 9376 88864 10% Interleaved > 2. Can you reproduce it ? Alas, no. I didn't write down where I set the breakpoint. I tried gdb on calctool again with a few different breakpoints and couldn't reproduce the freeze. I also wrote a test program called memhog that allocates however many megabytes you tell it to from the command line. When the system runs out of RAM you can see the swap disk activity. This test program runs fine. When run as root in single-user mode it is able to allocate 63 MB. > 3. Can you compile DDB into the kernel and reproduce it from the console > and try to break into the debugger (Ctrl+Alt+Esc) and send us the output > from a "trace" command ? Even if I could reproduce the freeze this would not do any good. As I said, when the kernel freezes the keyboard is dead. Even CTL-ALT-DEL doesn't work. It would be impossible to get into the debugger. Since I can't reproduce this myself I certainly can't tell you how to reproduce it. I guess there is nothing more you can do about this problem at this time. ------- End of Forwarded Message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message