From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 6 03:10:22 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C124D37B401 for ; Sun, 6 Jul 2003 03:10:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5524E43FE9 for ; Sun, 6 Jul 2003 03:10:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h66AAMUp043492 for ; Sun, 6 Jul 2003 03:10:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h66AALDr043491; Sun, 6 Jul 2003 03:10:21 -0700 (PDT) Date: Sun, 6 Jul 2003 03:10:21 -0700 (PDT) Message-Id: <200307061010.h66AALDr043491@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: neologism@hysteria.sk Subject: Re: bin/50733: buildworld won't build, because of linking problems X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: neologism@hysteria.sk List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 10:10:23 -0000 The following reply was made to PR bin/50733; it has been noted by GNATS. From: neologism@hysteria.sk To: freebsd-gnats-submit@FreeBSD.org, root@shandritokkel.homeunix.org Cc: Subject: Re: bin/50733: buildworld won't build, because of linking problems Date: Sun, 6 Jul 2003 12:12:32 +0200 (CEST) This is caused by too high optimalization (ie. above -O).. the symbols within STUB_FUNCx macros are optimalized out.. so this set your optimalization flag to -O and it will work.. From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 6 03:20:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6658737B401 for ; Sun, 6 Jul 2003 03:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB7C43FF2 for ; Sun, 6 Jul 2003 03:20:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h66AKFUp046169 for ; Sun, 6 Jul 2003 03:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h66AKFKH046168; Sun, 6 Jul 2003 03:20:15 -0700 (PDT) Date: Sun, 6 Jul 2003 03:20:15 -0700 (PDT) Message-Id: <200307061020.h66AKFKH046168@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: neologism Subject: Re: bin/50733: buildworld won't build, because of linking problem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: neologism List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 10:20:16 -0000 The following reply was made to PR bin/50733; it has been noted by GNATS. From: neologism To: freebsd-gnats-submit@FreeBSD.org, root@shandritokkel.homeunix.org Cc: Subject: Re: bin/50733: buildworld won't build, because of linking problem Date: Sun, 06 Jul 2003 12:14:06 +0200 This is caused by too high optimalization in /etc/make.conf (ie. above -O)... Try to set this to lower level... it simply optimizes out the symbol from STUB_FUNCx macro... so this enjoy ;) neologism From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 6 05:30:11 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D53D237B401 for ; Sun, 6 Jul 2003 05:30:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6428D44028 for ; Sun, 6 Jul 2003 05:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h66CUBUp067694 for ; Sun, 6 Jul 2003 05:30:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h66CUBrt067693; Sun, 6 Jul 2003 05:30:11 -0700 (PDT) Date: Sun, 6 Jul 2003 05:30:11 -0700 (PDT) Message-Id: <200307061230.h66CUBrt067693@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dominic Marks Subject: Re: kern/53242: [patch] snd_ich fails to detect Intel 82801ER (ICH5) chip X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dominic Marks List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 12:30:12 -0000 The following reply was made to PR kern/53242; it has been noted by GNATS. From: Dominic Marks To: freebsd-gnats-submit@FreeBSD.org, yosimoto@waishi.jp, sound@FreeBSD.org Cc: Subject: Re: kern/53242: [patch] snd_ich fails to detect Intel 82801ER (ICH5) chip Date: Sun, 6 Jul 2003 13:23:55 +0100 Hi, I've tested this on a Dell Dimension 8300, also with a Intel ICH5 chipset and it works correctly, please commit. egg# kldload /boot/kernel/snd_ich.ko egg# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xee00, 0xedc0 irq 3 bufsz 16384 ... Thanks, -- Dominic From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 6 09:20:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E21837B401 for ; Sun, 6 Jul 2003 09:20:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621B243FE1 for ; Sun, 6 Jul 2003 09:20:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h66GKHUp026621 for ; Sun, 6 Jul 2003 09:20:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h66GKHQf026619; Sun, 6 Jul 2003 09:20:17 -0700 (PDT) Resent-Date: Sun, 6 Jul 2003 09:20:17 -0700 (PDT) Resent-Message-Id: <200307061620.h66GKHQf026619@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Morozovsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 811C237B401 for ; Sun, 6 Jul 2003 09:15:56 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B22F4402F for ; Sun, 6 Jul 2003 09:15:55 -0700 (PDT) (envelope-from marck@woozle.rinet.ru) Received: from woozle.rinet.ru (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.9/8.12.9) with ESMTP id h66GFsso020533 for ; Sun, 6 Jul 2003 20:15:54 +0400 (MSD) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.12.9/8.12.9/Submit) id h66GFsBe020532; Sun, 6 Jul 2003 20:15:54 +0400 (MSD) Message-Id: <200307061615.h66GFsBe020532@woozle.rinet.ru> Date: Sun, 6 Jul 2003 20:15:54 +0400 (MSD) From: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/54151: [PATCH] -i (restrict to one interface) patch from arp(8) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Morozovsky List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 16:20:19 -0000 >Number: 54151 >Category: bin >Synopsis: [PATCH] -i (restrict to one interface) patch from arp(8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 06 09:20:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4-STABLE i386 >Organization: Cronyx Plus LLC (RiNet ISP) >Environment: System: FreeBSD 4-STABLE >Description: Router with many ARP-enabled interfaces, such as inter-vlan router may have very long ARP table. It is very usefult to have ability to view ARP table for one onterface. Provided patches implements -i option and may be applied both to -STABLE and -CURRENT. The second patch adds checking for interface existance (I'm not sure whether it's worth to blow /usr/sbin/arp with this check, so make it as independent patch). >How-To-Repeat: >Fix: *** PATCH 1 Index: usr.sbin/arp/arp.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/arp/arp.8,v retrieving revision 1.8.2.11 diff -u -r1.8.2.11 arp.8 --- usr.sbin/arp/arp.8 11 Mar 2003 21:13:48 -0000 1.8.2.11 +++ usr.sbin/arp/arp.8 6 Jul 2003 14:23:14 -0000 @@ -41,9 +41,11 @@ .Sh SYNOPSIS .Nm .Op Fl n +.Op Fl i Ar ifname .Ar hostname .Nm .Op Fl n +.Op Fl i Ar ifname .Fl a .Nm .Fl d Ar hostname @@ -99,6 +101,11 @@ flag may be combined with the .Fl a flag to delete all entries. +.It Fl i Ar ifname +Restrict searching for +.Tn ARP +entries to single interface +.Ar ifname . .It Fl n Show network addresses as numbers (normally .Nm Index: usr.sbin/arp/arp.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/arp/arp.c,v retrieving revision 1.22.2.12 diff -u -r1.22.2.12 arp.c --- usr.sbin/arp/arp.c 16 Apr 2003 10:02:37 -0000 1.22.2.12 +++ usr.sbin/arp/arp.c 6 Jul 2003 14:23:14 -0000 @@ -103,6 +103,7 @@ static int nflag; /* no reverse dns lookups */ static int aflag; /* do it for all entries */ static int s = -1; +static char *rifname = NULL; struct sockaddr_in so_mask; struct sockaddr_inarp blank_sin, sin_m; @@ -131,7 +132,7 @@ int rtn = 0; pid = getpid(); - while ((ch = getopt(argc, argv, "andfsS")) != -1) + while ((ch = getopt(argc, argv, "andfsSi:")) != -1) switch((char)ch) { case 'a': aflag = 1; @@ -151,6 +152,10 @@ case 'f' : SETFUNC(F_FILESET); break; + case 'i': + if ((rifname = optarg) == NULL) + errx(1, "out of memory"); + break; case '?': default: usage(); @@ -170,6 +175,8 @@ if (!func) func = F_GET; + if (rifname && func != F_GET) + errx(1, "-i not applicable to non-read functions"); switch (func) { case F_GET: if (aflag) { @@ -375,8 +382,11 @@ } search(addr->sin_addr.s_addr, print_entry); if (found_entry == 0) { - printf("%s (%s) -- no entry\n", + printf("%s (%s) -- no entry", host, inet_ntoa(addr->sin_addr)); + if (rifname) + printf(" at %s", rifname); + printf("\n"); return(1); } return(0); @@ -458,6 +468,7 @@ struct rt_msghdr *rtm; struct sockaddr_inarp *sin2; struct sockaddr_dl *sdl; + char ifname[IF_NAMESIZE]; mib[0] = CTL_NET; mib[1] = PF_ROUTE; @@ -476,6 +487,9 @@ rtm = (struct rt_msghdr *)next; sin2 = (struct sockaddr_inarp *)(rtm + 1); (char *)sdl = (char *)sin2 + ROUNDUP(sin2->sin_len); + if (rifname && if_indextoname(sdl->sdl_index, ifname) != NULL && + strcmp(ifname, rifname)) + continue; if (addr) { if (addr != sin2->sin_addr.s_addr) continue; @@ -585,8 +599,8 @@ usage(void) { fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n%s\n%s\n", - "usage: arp [-n] hostname", - " arp [-n] -a", + "usage: arp [-n] [-i ifname] hostname", + " arp [-n] [-i ifname] -a", " arp -d hostname [pub]", " arp -d -a", " arp -s hostname ether_addr [temp] [pub]", *** PATCH 2 --- arp.c.iflag Sun Jul 6 18:23:31 2003 +++ arp.c Sun Jul 6 20:01:18 2003 @@ -98,6 +98,8 @@ int my_ether_aton(char *a, struct ether_addr *n); int rtmsg(int cmd); int get_ether_addr(u_int32_t ipaddr, struct ether_addr *hwaddr); +char **getifnlist(void); +int checkifname(char *ifname); static int pid; static int nflag; /* no reverse dns lookups */ @@ -155,6 +157,8 @@ case 'i': if ((rifname = optarg) == NULL) errx(1, "out of memory"); + if (checkifname(rifname) == 0) + errx(1, "no such interface: %s", rifname); break; case '?': default: @@ -216,6 +220,81 @@ } return(rtn); +} + +/* + * Get interface list + */ +#define MIBSZ 6 + +char **getifnlist(void) +{ + size_t needed; + int ifcount; + int mib[MIBSZ]; + char *buf, *lim, *next; + struct if_msghdr *ifm, *nextifm; + struct sockaddr_dl *sdl; + char *name, **ifnlist; + + mib[0] = CTL_NET; + mib[1] = PF_ROUTE; + mib[2] = 0; + mib[3] = AF_INET; /* address family */ + mib[4] = NET_RT_IFLIST; + mib[5] = 0; + + if (sysctl(mib, MIBSZ, NULL, &needed, NULL, 0) < 0) + errx(1, "iflist-sysctl-estimate"); + if ((buf = malloc(needed)) == NULL) + errx(1, "malloc"); + if (sysctl(mib, MIBSZ, buf, &needed, NULL, 0) < 0) + errx(1, "actual retrieval of interface table"); + lim = buf + needed; + + ifcount = 1; /* reserve space for trailing NULL */ + ifnlist = NULL; + next = buf; + while (next < lim) { + ifm = (struct if_msghdr *)next; + + if (ifm->ifm_type == RTM_IFINFO) + sdl = (struct sockaddr_dl *)(ifm + 1); + else + errx(1, "out of sync parsing NET_RT_IFLIST"); + + next += ifm->ifm_msglen; + while (next < lim) { + nextifm = (struct if_msghdr *)next; + + if (nextifm->ifm_type != RTM_NEWADDR) + break; + + next += nextifm->ifm_msglen; + } + name = malloc(sdl->sdl_nlen + 1); + if (name == NULL) + errx(1, "malloc"); + strncpy(name, sdl->sdl_data, sdl->sdl_nlen); + name[sdl->sdl_nlen] = '\0'; + ifnlist = realloc(ifnlist, ifcount*sizeof(char *)); + if (ifnlist == NULL) + errx(1, "malloc"); + ifnlist[ifcount-1] = name; + ifnlist[ifcount] = NULL; + ifcount++; + } + return ifnlist; +} + +int checkifname(char *ifname) +{ + char **ifl, *p; + ifl = getifnlist(); + while ((p = *ifl++) != NULL) + if (strcmp(p, ifname) == 0) + return 1; + return 0; } /* >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 6 19:10:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B87F237B401 for ; Sun, 6 Jul 2003 19:10:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C849443FBD for ; Sun, 6 Jul 2003 19:10:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h672AGUp088357 for ; Sun, 6 Jul 2003 19:10:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h672AGvK088356; Sun, 6 Jul 2003 19:10:16 -0700 (PDT) Resent-Date: Sun, 6 Jul 2003 19:10:16 -0700 (PDT) Resent-Message-Id: <200307070210.h672AGvK088356@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mário Freitas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D189737B401 for ; Sun, 6 Jul 2003 19:06:26 -0700 (PDT) Received: from unbreakable.homeunix.org (a213-22-54-110.netcabo.pt [213.22.54.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FEE343FCB for ; Sun, 6 Jul 2003 19:06:16 -0700 (PDT) (envelope-from sub_0@unbreakable.homeunix.org) Message-Id: <20030707020601.E997E52@suzy.unbreakable.homeunix.org> Date: Mon, 7 Jul 2003 03:06:01 +0100 (WEST) From: Mário Freitas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/54163: Non-existing Jails in jls?! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mário Freitas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 02:10:18 -0000 >Number: 54163 >Category: kern >Synopsis: Non-existing Jails in jls?! >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 Jul 06 19:10:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mário Freitas >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD testmachinex.example.org 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Jul 2 15:58:50 WEST 2003 sub_0@testmachinex.example.org:/usr/obj/usr/src/sys/TEST i386 >Description: I folks I've noticed a couple of days ago some problems(?) in jail implementation. Sometimes(I'm not sure under what kind of circunstances this happens), I can't kill jails which do not seem to exist. Below I wrote what happened today(this is the second time the issue occurs): root# jls JID IP Address Hostname Path 8 192.168.1.44 testmachine.example.org /usr/jail/192.168.1.44 6 192.168.1.44 testmachine.example.org /usr/jail/192.168.1.44 root# root# killall -j 8 No matching processes were found root# killall -j 6 No matching processes were found root# killall -j 1 ( this does not exist but the output is different) killall: jail_attach(): 1: Invalid argument No jail ID processes running and jls lists 6,8?! : root# ps -ax | grep J root# Also "sh /etc/rc.d/jail stop" does not work. I always mount this at startup(fstab): devfs /usr/jail/192.168.1.44/dev devfs rw pocfs /usr/jail/192.168.1.44/proc procfs rw host environment's rc.conf: jail_enable="YES" jail_list=testmachine jail_testmachine_hostname="testmachine.example.org" jail_testmachine_ip="192.168.1.44" jail_testmachine_rootdir="/usr/jail/192.168.1.44" jail_testmachine_exec="/bin/sh /etc/rc" jail_set_hostname_allow="0" jail_sysvipc_allow="0" jail environment's rc.conf: root# cat /usr/jail/192.168.1.44/etc/rc.conf rpcbind_enable="NO" network_interfaces="" sshd_enable="YES" sendmail_enable="NONE" linux_enable="YES" inetd_enable="YES" inetd_flags="-wW -a 192.168.1.44" I also binded sshd in address 192.168.1.44. Do you know what's going on? Thanks in advance. >How-To-Repeat: No idea. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 6 22:40:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC3D437B404 for ; Sun, 6 Jul 2003 22:40:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B844443FBD for ; Sun, 6 Jul 2003 22:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h675e8Up006233 for ; Sun, 6 Jul 2003 22:40:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h675e8xH006232; Sun, 6 Jul 2003 22:40:08 -0700 (PDT) Resent-Date: Sun, 6 Jul 2003 22:40:08 -0700 (PDT) Resent-Message-Id: <200307070540.h675e8xH006232@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Yeske Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 595B737B401 for ; Sun, 6 Jul 2003 22:32:41 -0700 (PDT) Received: from web13505.mail.yahoo.com (web13505.mail.yahoo.com [216.136.175.84]) by mx1.FreeBSD.org (Postfix) with SMTP id D65E543FE0 for ; Sun, 6 Jul 2003 22:32:40 -0700 (PDT) (envelope-from dyeske@yahoo.com) Received: from [68.114.30.244] by web13505.mail.yahoo.com via HTTP; Sun, 06 Jul 2003 22:32:40 PDT Message-Id: <20030707053240.71026.qmail@web13505.mail.yahoo.com> Date: Sun, 6 Jul 2003 22:32:40 -0700 (PDT) From: David Yeske To: FreeBSD-gnats-submit@FreeBSD.org cc: re@FreeBSD.org cc: Mario Subject: conf/54166: add default CVSROOT to make release X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 05:40:11 -0000 >Number: 54166 >Category: conf >Synopsis: add default CVSROOT to make release >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 06 22:40:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: David Yeske >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD aurora 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Apr 29 23:24:37 EDT 2003 root@aurora:/usr/obj/usr/src/sys/AURORA i386 >Description: make release should have a default CVSROOT >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/src/release/Makefile,v retrieving revision 1.787 diff -u -r1.787 Makefile --- Makefile 4 Jul 2003 14:39:17 -0000 1.787 +++ Makefile 7 Jul 2003 05:19:11 -0000 @@ -25,6 +25,8 @@ BASE = 5.1 BUILDNAME?=${BASE}-${DATE}-SNAP # +#default repo location +CVSROOT?= /home/ncvs #CHROOTDIR=/junk/release # If this is a -stable snapshot, then set #RELEASETAG=RELENG_4 __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 02:30:08 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5E8237B404 for ; Mon, 7 Jul 2003 02:30:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81E043FAF for ; Mon, 7 Jul 2003 02:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h679U7Up032438 for ; Mon, 7 Jul 2003 02:30:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h679U76L032437; Mon, 7 Jul 2003 02:30:07 -0700 (PDT) Resent-Date: Mon, 7 Jul 2003 02:30:07 -0700 (PDT) Resent-Message-Id: <200307070930.h679U76L032437@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marko Kuntic Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 999FD37B401 for ; Mon, 7 Jul 2003 02:21:19 -0700 (PDT) Received: from zagreb.mioc.hr (zagreb.mioc.hr [193.198.200.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD04043F93 for ; Mon, 7 Jul 2003 02:21:18 -0700 (PDT) (envelope-from mkuntic@mioc.hr) Received: from mkuntic by zagreb.mioc.hr with local (Exim 4.20) id 19ZSBR-0009Mg-8k for FreeBSD-gnats-submit@freebsd.org; Mon, 07 Jul 2003 11:21:17 +0200 Message-Id: Date: Mon, 07 Jul 2003 11:21:17 +0200 From: Marko Kuntic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/54170: error from weekly periodic script 330.catman X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marko Kuntic List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 09:30:09 -0000 >Number: 54170 >Category: conf >Synopsis: error from weekly periodic script 330.catman >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 Jul 07 02:30:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Marko Kuntic >Release: FreeBSD 5.1-RELEASE i386 >Organization: XV. gimnazija, Zagreb, Croatia >Environment: System: FreeBSD zagreb.mioc.hr 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Jun 18 10:46:35 CEST 2003 root@zagreb.mioc.hr:/usr/src/sys/i386/compile/ZAGREB i386 >Description: The 330.catman script, when run periodically by cron weekly, produces the following output: Reformatting manual pages: find: .: Permission denied /usr/libexec/catman.local: no local-mounted manual directories found: \ /usr/share/man /usr/share/openssl/man /usr/local/man \ /usr/local/lib/perl5/5.6.1/man However, when the same script is run manually by root, no such error is displayed. >How-To-Repeat: Configure periodic to run the corresponding weekly duty. >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 04:10:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 694F637B401 for ; Mon, 7 Jul 2003 04:10:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59AA443FCB for ; Mon, 7 Jul 2003 04:10:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h67BAFUp047272 for ; Mon, 7 Jul 2003 04:10:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h67BAF6b047271; Mon, 7 Jul 2003 04:10:15 -0700 (PDT) Resent-Date: Mon, 7 Jul 2003 04:10:15 -0700 (PDT) Resent-Message-Id: <200307071110.h67BAF6b047271@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Keladis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D71E37B401 for ; Mon, 7 Jul 2003 04:04:24 -0700 (PDT) Received: from zippy.cmc.optus.net.au (zippy.cmc.optus.net.au [198.142.244.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A9A43F85 for ; Mon, 7 Jul 2003 04:04:22 -0700 (PDT) (envelope-from chris@cmc.optus.net.au) Received: (from smtpd@localhost) by zippy.cmc.optus.net.au (8.8.8+Sun/8.8.8) id VAA06838; Mon, 7 Jul 2003 21:04:21 +1000 (EST) Received: from cmcd08.cmc.optus.net.au(198.142.244.57), claiming to be "cmc.optus.net.au" via SMTP by zippy.cmc.optus.net.au, id smtpdAAA.nXqw_; Mon Jul 7 21:04:16 2003 Message-Id: <3F0953AA.7060702@cmc.optus.net.au> Date: Mon, 07 Jul 2003 21:04:10 +1000 From: Chris Keladis To: FreeBSD-gnats-submit@FreeBSD.org cc: Chris Keladis Subject: kern/54176: [PATCH] Updates for AC97 audio (ICH5/R & ALC-655 Codec) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 11:10:16 -0000 >Number: 54176 >Category: kern >Synopsis: [PATCH] Updates for AC97 audio (ICH5/R & ALC-655 Codec) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 07 04:10:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Chris Keladis >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: Tracking RELENG_5_1 (19/06/2003 snapshot) ich.c: $FreeBSD: src/sys/dev/sound/pci/ich.c,v 1.28 2003/04/16 03:16:55 mdodd Exp $ ac97.c: $FreeBSD: src/sys/dev/sound/pcm/ac97.c,v 1.42 2003/04/23 16:49:53 jhb Exp $ >Description: Kernel does not detect pcm device at all on bootup with such hardware. >How-To-Repeat: N/A >Fix: Patches Below. Seem to work ok, no problem with audio. Have not tested recording or other features apart from playback but i expect they would work ok. --- ac97.c.diff begins here --- --- ac97_28-07-2003.c Thu Apr 24 02:49:53 2003 +++ ac97.c Sat Jun 28 12:36:20 2003 @@ -136,6 +136,7 @@ { 0x414c4710, 0x0f, 0, "ALC200", 0 }, { 0x414c4740, 0x0f, 0, "ALC202", 0 }, { 0x414c4720, 0x0f, 0, "ALC650", 0 }, + { 0x414c4760, 0x0f, 0, "ALC655", 0 }, { 0x43525900, 0x07, 0, "CS4297", 0 }, { 0x43525910, 0x07, 0, "CS4297A", 0 }, { 0x43525920, 0x07, 0, "CS4294/98", 0 }, --- ac97.c.diff ends here --- --- ich.c.diff begins here --- --- ich_28-06-2003.c Wed Apr 16 13:16:55 2003 +++ ich.c Sun Jun 29 16:17:17 2003 @@ -43,6 +43,7 @@ #define SIS7012ID 0x70121039 /* SiS 7012 needs special handling */ #define ICH4ID 0x24c58086 /* ICH4 needs special handling too */ +#define ICH5ID 0x24d58086 /* ICH5 special handling */ /* buffer descriptor */ struct ich_desc { @@ -577,8 +578,8 @@ stat = ich_rd(sc, ICH_REG_GLOB_STA, 4); if ((stat & ICH_GLOB_STA_PCR) == 0) { - /* ICH4 may fail when busmastering is enabled. Continue */ - if (pci_get_devid(sc->dev) != ICH4ID) { + /* ICH4/ICH5 may fail when busmastering is enabled. Continue */ + if (pci_get_devid(sc->dev) != ICH4ID && pci_get_devid(sc->dev) != ICH5ID) { return ENXIO; } } @@ -630,6 +631,10 @@ device_set_desc(dev, "Intel 82801DB (ICH4)"); return 0; + case ICH5ID: + device_set_desc(dev, "Intel 82801EB (ICH5/ICH5R)"); + return 0; + case SIS7012ID: device_set_desc(dev, "SiS 7012"); return 0; @@ -681,7 +686,7 @@ * but doing so will mess things up here. ich4 has enough new * features it warrants it's own driver. */ - if (pci_get_devid(dev) == ICH4ID) { + if (pci_get_devid(dev) == ICH4ID || pci_get_devid(dev) == ICH5ID) { pci_write_config(dev, PCIR_ICH_LEGACY, ICH_LEGACY_ENABLE, 1); } --- ich.c.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 04:22:39 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE7B37B401 for ; Mon, 7 Jul 2003 04:22:39 -0700 (PDT) Received: from paris.ensmp.fr (paris.ensmp.fr [194.214.158.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8264143F85 for ; Mon, 7 Jul 2003 04:22:38 -0700 (PDT) (envelope-from Jose-Marcio.Martins@ensmp.fr) Received: from ensmp.fr (calloway [194.214.158.171])h67BMYpV013351; Mon, 7 Jul 2003 13:22:34 +0200 (MEST) Sender: Jose-Marcio.Martins@ensmp.fr Message-ID: <3F0957FA.F085B828@ensmp.fr> Date: Mon, 07 Jul 2003 13:22:34 +0200 From: Jose Marcio Martins da Cruz Organization: Ecole des Mines de Paris X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.9 sun4u) X-Accept-Language: fr, en MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG Content-Type: multipart/mixed; boundary="------------28E27EBD6E648498D81F8866" X-Miltered: at paris by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! cc: Claus Assmann Subject: Bug at inetd.c source file. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 11:22:39 -0000 This is a multi-part message in MIME format. --------------28E27EBD6E648498D81F8866 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, There seems to have a bug at inetd.c source file. This pb regards connection rate control feature. Line 2341 shall probably be : if ((cnt * 60) / (CHTSIZE * CHTGRAN) > sep->se_maxcpm) { ... instead of if (cnt * (CHTSIZE * CHTGRAN) / 60 > sep->se_maxcpm) { char pname[INET6_ADDRSTRLEN]; getnameinfo((struct sockaddr *)&rss, ((struct sockaddr *)&rss)->sa_len, pname, sizeof(pname), NULL, 0, NI_NUMERICHOST|NI_WITHSCOPEID); r = -1; syslog(LOG_ERR, "%s from %s exceeded counts/min (limit %d/min)", sep->se_service, pname, sep->se_maxcpm); } as the connection rate is the number of connections ***DIVIDED*** by the size of the measurement window. As long as you don't change original CHTSIZE and CHTGRAN values (6 and 10), this bug has no effect. This problem was remarked by Claus Assmann (ca@sendmail.org) and Jose Marcio Martins da Cruz (Jose-Marcio.Martins@ensmp.fr). You'll find attached to this message a patch to change source file. Version information of the source file is : __FBSDID("$FreeBSD: src/usr.sbin/inetd/inetd.c,v 1.119 2003/02/23 16:54:19 dwmalone Exp $"); Best regards, Jose-Marcio -- --------------------------------------------------------------- Jose Marcio MARTINS DA CRUZ Tel. :(33) 01.40.51.93.41 Ecole des Mines de Paris http://j-chkmail.ensmp.fr 60, bd Saint Michel http://www.ensmp.fr/~martins 75272 - PARIS CEDEX 06 mailto:Jose-Marcio.Martins@ensmp.fr --------------28E27EBD6E648498D81F8866 Content-Type: text/plain; charset=us-ascii; name="inetd.c.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="inetd.c.patch" --- inetd.c.org 2003-07-07 12:37:55.987790000 +0200 +++ inetd.c 2003-07-07 12:39:19.990674000 +0200 @@ -2338,7 +2338,7 @@ cnt += ct->ct_Count; } } - if (cnt * (CHTSIZE * CHTGRAN) / 60 > sep->se_maxcpm) { + if ((cnt * 60) / (CHTSIZE * CHTGRAN) > sep->se_maxcpm) { char pname[INET6_ADDRSTRLEN]; getnameinfo((struct sockaddr *)&rss, --------------28E27EBD6E648498D81F8866-- From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 08:10:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E29BD37B401 for ; Mon, 7 Jul 2003 08:10:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB07F43FBF for ; Mon, 7 Jul 2003 08:10:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h67FABUp012364 for ; Mon, 7 Jul 2003 08:10:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h67FABud012363; Mon, 7 Jul 2003 08:10:11 -0700 (PDT) Resent-Date: Mon, 7 Jul 2003 08:10:11 -0700 (PDT) Resent-Message-Id: <200307071510.h67FABud012363@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marko Kuntic Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BCF937B401 for ; Mon, 7 Jul 2003 08:07:13 -0700 (PDT) Received: from zagreb.mioc.hr (zagreb.mioc.hr [193.198.200.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB1343FAF for ; Mon, 7 Jul 2003 08:07:12 -0700 (PDT) (envelope-from mkuntic@mioc.hr) Received: from mkuntic by zagreb.mioc.hr with local (Exim 4.20) id 19ZXaA-0009fe-Ux for FreeBSD-gnats-submit@freebsd.org; Mon, 07 Jul 2003 17:07:10 +0200 Message-Id: Date: Mon, 07 Jul 2003 17:07:10 +0200 From: Marko Kuntic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/54185: UFS2 filesystem ACL flag not enforced X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marko Kuntic List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 15:10:13 -0000 >Number: 54185 >Category: bin >Synopsis: UFS2 filesystem ACL flag not enforced >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 Jul 07 08:10:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Marko Kuntic >Release: FreeBSD 5.1-RELEASE i386 >Organization: XV. gimnazija, Zagreb, Croatia >Environment: System: FreeBSD zagreb.mioc.hr 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Jun 18 10:46:35 CEST 2003 root@zagreb.mioc.hr:/usr/src/sys/i386/compile/ZAGREB i386 >Description: Whether the ACL enable flag is set on a UFS2 filesystem or not, ACLs are not enabled unless explicitly set in /etc/fstab or specified upon manual mounting. >How-To-Repeat: umount tunefs -a enable mount The filesystem will not, as it should, have ACLs enabled. >Fix: Explicitly specifying the acls mount option. But what's the point of having the superblock flag then? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 09:50:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5408337B401 for ; Mon, 7 Jul 2003 09:50:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 552A043F85 for ; Mon, 7 Jul 2003 09:50:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h67GoCUp023420 for ; Mon, 7 Jul 2003 09:50:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h67GoChF023419; Mon, 7 Jul 2003 09:50:12 -0700 (PDT) Resent-Date: Mon, 7 Jul 2003 09:50:12 -0700 (PDT) Resent-Message-Id: <200307071650.h67GoChF023419@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Victor Balada Diaz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6609C37B401 for ; Mon, 7 Jul 2003 09:41:53 -0700 (PDT) Received: from alf.dyndns.ws (244.Red-217-126-240.pooles.rima-tde.net [217.126.240.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE2843F3F for ; Mon, 7 Jul 2003 09:41:51 -0700 (PDT) (envelope-from victor@alf.dyndns.ws) Received: from alf.euesrg02.net (localhost [127.0.0.1]) by alf.euesrg02.net (8.12.6p2/8.12.8) with ESMTP id h67FZZR2087951 for ; Mon, 7 Jul 2003 17:35:35 +0200 (CEST) (envelope-from victor@alf.euesrg02.net) Received: (from victor@localhost) by alf.euesrg02.net (8.12.6p2/8.12.8/Submit) id h67FZYZH087950; Mon, 7 Jul 2003 17:35:34 +0200 (CEST) Message-Id: <200307071535.h67FZYZH087950@alf.euesrg02.net> Date: Mon, 7 Jul 2003 17:35:34 +0200 (CEST) From: Victor Balada Diaz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/54188: [PATCH] touchpad doesn't work on some Acer and Toshiba latops X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Victor Balada Diaz List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 16:50:14 -0000 >Number: 54188 >Category: kern >Synopsis: [PATCH] touchpad doesn't work on some Acer and Toshiba latops >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 07 09:50:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Victor Balada Diaz >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD amnesiac.euesrg02.net 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Mon Jun 23 16:05:39 CEST 2003 victor@amnesiac.euesrg02.net:/usr/src/sys/i386/compile/MYKERNEL i386 Machine: Acer Aspire 1403LC, Pentium 4 2000mhz, 512MB ram, 30GB HD, standar two buttons touchpad >Description: The touchpad is not detected. >How-To-Repeat: Try booting the system in some Acer Aspire notebook. >Fix: Apply this patch to src/sys/isa/psm.c,v 1.55: --- patch begins here --- --- /usr/src/sys/isa/psm.c Wed Apr 30 14:57:39 2003 +++ psm.c Mon Jul 7 15:39:16 2003 @@ -626,6 +626,7 @@ switch((i = test_aux_port(kbdc))) { case 1: /* ignore this error */ + case 2: /* ignore this error */ case PSM_ACK: if (verbose) log(LOG_DEBUG, "psm%d: strange result for test aux port (%d).\n", @@ -1009,9 +1010,11 @@ * error code. Even if the controller HAS error with the aux port, * it will be detected later... * XXX: another incompatible controller returns PSM_ACK (0xfa)... + * XXX: Some Acer and Toshiba notebooks returns 2... */ switch ((i = test_aux_port(sc->kbdc))) { case 1: /* ignore this error */ + case 2: /* ignore this error */ case PSM_ACK: if (verbose) printf("psm%d: strange result for test aux port (%d).\n", --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 09:50:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FEEE37B404 for ; Mon, 7 Jul 2003 09:50:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC91943FA3 for ; Mon, 7 Jul 2003 09:50:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h67GoCUp023435 for ; Mon, 7 Jul 2003 09:50:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h67GoCXT023434; Mon, 7 Jul 2003 09:50:12 -0700 (PDT) Resent-Date: Mon, 7 Jul 2003 09:50:12 -0700 (PDT) Resent-Message-Id: <200307071650.h67GoCXT023434@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jonathan Lennox Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D86CA37B401 for ; Mon, 7 Jul 2003 09:45:37 -0700 (PDT) Received: from cs.columbia.edu (cs.columbia.edu [128.59.16.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1597B43F3F for ; Mon, 7 Jul 2003 09:45:37 -0700 (PDT) (envelope-from lennox@cs.columbia.edu) Received: from conrail.cs.columbia.edu (conrail.cs.columbia.edu [128.59.19.147]) by cs.columbia.edu (8.12.9/8.12.9) with ESMTP id h67GjZkN024013 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Mon, 7 Jul 2003 12:45:36 -0400 (EDT) Received: from conrail.cs.columbia.edu (localhost [127.0.0.1]) h67GjZwF041983 for ; Mon, 7 Jul 2003 12:45:35 -0400 (EDT) (envelope-from lennox@conrail.cs.columbia.edu) Received: (from lennox@localhost) by conrail.cs.columbia.edu (8.12.8p1/8.12.8/Submit) id h67GjYaC041982; Mon, 7 Jul 2003 12:45:34 -0400 (EDT) Message-Id: <200307071645.h67GjYaC041982@conrail.cs.columbia.edu> Date: Mon, 7 Jul 2003 12:45:34 -0400 (EDT) From: Jonathan Lennox To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/54189: DNS resolver should resolve hostnames with underscores X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonathan Lennox List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 16:50:15 -0000 >Number: 54189 >Category: misc >Synopsis: DNS resolver should resolve hostnames with underscores >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 07 09:50:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jonathan Lennox >Release: FreeBSD 4.8-RELEASE i386 >Organization: Columbia University >Environment: System: FreeBSD conrail.cs.columbia.edu 4.8-RELEASE FreeBSD 4.8-RELEASE #4: Tue Apr 15 15:28:33 EDT 2003 lennox@conrail.cs.columbia.edu:/usr/obj/usr/src/sys/CONRAIL i386 >Description: FreeBSD's gethostbyname() and getaddrinfo() functions refuse to resolve hostnames with underscores in them. They return the error codes NO_RECOVERY and EAI_FAIL respectively. Hostnames with underscores are ill-formed according to the DNS standards. However, in the real Internet, hosts with underscores in their names are reasonably common, and in many cases are not accessable through other names. For example, the case that inspired me to file this PR: FreeBSD users are unable to read the web log of the "Baghdad Blogger" Salam Pax, which is at . Linux and Windows users have no such difficulty. I note Jon Postel's maxim "Be liberal in what you accept, and conservative in what you send." (Note: this PR is in some sense a re-submission of PR misc/29388, but as a change-request, not a sw-bug.) >How-To-Repeat: Type "http://dear_raed.blogspot.com" into Mozilla running on FreeBSD. Compare with Mozilla on other systems. >Fix: Import BIND code from other Unix systems? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 10:00:39 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22B7837B405 for ; Mon, 7 Jul 2003 10:00:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4CDD43FB1 for ; Mon, 7 Jul 2003 10:00:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h67H0aUp023837 for ; Mon, 7 Jul 2003 10:00:36 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h67H0a8Q023836; Mon, 7 Jul 2003 10:00:36 -0700 (PDT) Resent-Date: Mon, 7 Jul 2003 10:00:36 -0700 (PDT) Resent-Message-Id: <200307071700.h67H0a8Q023836@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josh Elsasser Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DB8137B4A9 for ; Mon, 7 Jul 2003 10:00:10 -0700 (PDT) Received: from vineyard.net (k1.vineyard.net [204.17.195.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C74643F93 for ; Mon, 7 Jul 2003 10:00:09 -0700 (PDT) (envelope-from joshe@jade.elsasser.org) Received: from localhost (loopback [127.0.0.1]) by vineyard.net (Postfix) with ESMTP id 4C90A92D30 for ; Mon, 7 Jul 2003 13:00:08 -0400 (EDT) Received: from vineyard.net ([127.0.0.1]) by localhost (king1.vineyard.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25076-09 for ; Mon, 7 Jul 2003 13:00:08 -0400 (EDT) Received: from jade.elsasser.org (loopback [127.0.0.1]) by vineyard.net (Postfix) with ESMTP id 9C3F092D17 for ; Mon, 7 Jul 2003 13:00:07 -0400 (EDT) Received: by jade.elsasser.org (Postfix, from userid 1000) id A6D1214775A; Mon, 7 Jul 2003 13:00:05 -0400 (EDT) Message-Id: <20030707170005.A6D1214775A@jade.elsasser.org> Date: Mon, 7 Jul 2003 13:00:05 -0400 (EDT) From: Josh Elsasser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/54190: Incorrect hardware info in ath(4) and ath_hal(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 17:00:39 -0000 >Number: 54190 >Category: bin >Synopsis: Incorrect hardware info in ath(4) and ath_hal(4) >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 Jul 07 10:00:36 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Josh Elsasser >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD osiris 5.1-CURRENT FreeBSD 5.1-CURRENT #52: Sun Jun 29 02:09:51 EDT 2003 root@osiris:/usr/obj/usr/src/sys/OSIRIS i386 >Description: The ath(4) and ath_hal(4) manpages describe the Linksys WMP55AG as a Cardbus card, and the Linksys WPC55AG as a PCI card. According to linksys.com, this is not the case. http://www.linksys.com/products/product.asp?grid=33&scid=36&prid=526 http://www.linksys.com/products/product.asp?grid=33&scid=36&prid=525 >How-To-Repeat: n/a >Fix: --- /usr/src/share/man/man4/ath.4 Sat Jun 28 20:35:13 2003 +++ ath.4 Mon Jul 7 12:54:41 2003 @@ -112,9 +112,9 @@ D-Link DWL-AB650 AR5211 Cardbus D-Link DWL-AG520 AR5212 PCI D-Link DWL-AG650 AR5212 Cardbus -Linksys WMP55AG AR5212 Cardbus +Linksys WMP55AG AR5212 PCI Linksys WPC51AB AR5211 Cardbus -Linksys WPC55AG AR5212 PCI +Linksys WPC55AG AR5212 Cardbus Netgear WAB501 AR5211 Cardbus Netgear WAG511 AR5212 Cardbus .El --- /usr/src/share/man/man4/ath_hal.4 Mon Jun 23 16:53:44 2003 +++ ath_hal.4 Mon Jul 7 12:54:10 2003 @@ -60,9 +60,9 @@ D-Link DWL-AB650 AR5211 Cardbus D-Link DWL-AG520 AR5212 Cardbus D-Link DWL-AG650 AR5212 PCI -Linksys WMP55AG AR5212 Cardbus +Linksys WMP55AG AR5212 PCI Linksys WPC51AB AR5211 Cardbus -Linksys WPC55AG AR5212 PCI +Linksys WPC55AG AR5212 Cardbus Netgear WAB501 AR5211 Cardbus Netgear WAG511 AR5212 Cardbus .El >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 10:50:04 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A35B37B401 for ; Mon, 7 Jul 2003 10:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F1743FAF for ; Mon, 7 Jul 2003 10:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h67Ho3Up030738 for ; Mon, 7 Jul 2003 10:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h67Ho39G030737; Mon, 7 Jul 2003 10:50:03 -0700 (PDT) Date: Mon, 7 Jul 2003 10:50:03 -0700 (PDT) Message-Id: <200307071750.h67Ho39G030737@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dmitry Morozovsky Subject: Re: bin/54151 patch correction X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Morozovsky List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 17:50:04 -0000 The following reply was made to PR bin/54151; it has been noted by GNATS. From: Dmitry Morozovsky To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/54151 patch correction Date: Mon, 7 Jul 2003 21:40:33 +0400 (MSD) From discussion at -net@: DL> The first patch looks ok except for the text of the error message at DL> source line 157. Well, it's a piece of old junk: firstly, I used strdup(), and then realized it isn't necessary for argv. So, these lines possibly should look simply like @@ -151,6 +154,11 @@ case 'f' : SETFUNC(F_FILESET); break; + case 'i': + rifname = optarg; + if (checkifname(rifname) == 0) + errx(1, "no such interface: %s", rifname); + break; case '?': default: usage(); From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 10:50:11 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3820437B40B for ; Mon, 7 Jul 2003 10:50:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A3B43FA3 for ; Mon, 7 Jul 2003 10:50:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h67Ho5Up030747 for ; Mon, 7 Jul 2003 10:50:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h67Ho5xh030746; Mon, 7 Jul 2003 10:50:05 -0700 (PDT) Date: Mon, 7 Jul 2003 10:50:05 -0700 (PDT) Message-Id: <200307071750.h67Ho5xh030746@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mikhail Teterin Subject: Re: bin/11294: direct logging to other hosts (no local syslogd) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mikhail Teterin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 17:50:11 -0000 The following reply was made to PR bin/11294; it has been noted by GNATS. From: Mikhail Teterin To: Marc Perisa , freebsd-gnats-submit@FreeBSD.org, mi@aldan.algebra.com Cc: Subject: Re: bin/11294: direct logging to other hosts (no local syslogd) Date: Mon, 7 Jul 2003 13:42:04 -0400 =the propossed change to logger(1) was done in version 1.6 for =5-CURRENT. It is not yet in 4-STABLE. =The calls for syslog(3) et al weren't updated. =Is it still needed to send log information to a remote host without =syslogd locally running? My reasoning was that since the functionality will be present in the system anyway, it would be better to place it into a library, from where it can be used by other programs. This would benefit systems running in embedded installations, which would prefer not to run the whole syslog of their own, as well as others... Locking the functionality inside a utility, while seemingly trying to keep the libc cleaner, will only encourage ugliness like system("logger ...") :-\ -mi From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 11:00:38 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C170237B4A6 for ; Mon, 7 Jul 2003 11:00:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA56E43FAF for ; Mon, 7 Jul 2003 11:00:37 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h67I0bUp031916 for ; Mon, 7 Jul 2003 11:00:37 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h67I0bql031910 for freebsd-bugs@freebsd.org; Mon, 7 Jul 2003 11:00:37 -0700 (PDT) Date: Mon, 7 Jul 2003 11:00:37 -0700 (PDT) Message-Id: <200307071800.h67I0bql031910@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 18:00:39 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/07/02] pending/54045gnats-admin Re: [PATCH] update of port net/p5-RPC-XML o [2003/07/03] pending/54057gnats-admin Re: smbfs can't access to files with symb o [2003/07/04] pending/54086gnats-admin o [2003/07/04] pending/54091gnats-admin o [2003/07/04] pending/54112gnats-admin o [2003/07/06] pending/54142gnats-admin Re: security/ssh2: security update to 3.2 6 problems total. Non-critical problems From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 11:01:06 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D5C237B421 for ; Mon, 7 Jul 2003 11:01:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C50343F85 for ; Mon, 7 Jul 2003 11:00:44 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h67I0iUp031931 for ; Mon, 7 Jul 2003 11:00:44 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h67I0cXF031922 for freebsd-bugs@freebsd.org; Mon, 7 Jul 2003 11:00:38 -0700 (PDT) Date: Mon, 7 Jul 2003 11:00:38 -0700 (PDT) Message-Id: <200307071800.h67I0cXF031922@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 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 18:01:07 -0000 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 problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. 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 -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch f [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde p [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG f [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/05/09] misc/18466 jwd install via nfs or ftp media silently tru o [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig f [2000/05/29] kern/18874 peter 32bit NFS servers export wrong negative v o [2000/06/13] kern/19247 uthread_sigaction.c does not do anything o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A f [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off f [2000/11/01] kern/22494 silby Fatal trap 12: page fault while in kernel f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 fenner lacks many ISO C99 features (NAN f [2000/11/27] i386/23145 brian pppoe-test-program panics the server a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to o [2001/04/13] kern/26549 IPsec policies for more than one pair of f [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm f [2001/05/03] kern/27059 groudier (symbios) SCSI subsystem hangs under heav a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number f [2001/05/11] kern/27275 kernel bug ? f [2001/06/27] kern/28465 Enabling softupdates on a clean but activ f [2001/06/27] kern/28466 When soft updates is enabled, cpl is not f [2001/07/04] kern/28703 Kernel reboot during tape backup of nfs m o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/15] ports/28995 max deMime produces blank line in header part o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause o [2001/08/18] kern/29844 standards [PATCH] setpgrp does not behave as manual o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var f [2001/09/09] i386/30458 Workstation sometimes hangs when connecte a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/27] bin/30869 dump does not dump all files of a filesys f [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard don´t work an o [2001/09/30] ports/30935 taoka pips sc880 - needs to have syvr4 support o [2001/10/04] kern/31042 murray Device name conflict o [2001/10/14] misc/31266 cjc System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe fix crunchgen to work with more contrib-k o [2001/10/17] conf/31327 Fixes and improvements for rc.diskless* s a [2001/10/31] i386/31671 doc 4.4 installer hangs at " Mounting root fr f [2001/11/02] kern/31710 silby kernel reboots; looks like an unintended o [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi o [2001/12/11] kern/32713 usb mouse detaches from hub and doesnt re f [2001/12/14] i386/32830 FreeBSD 4.4 install fails on Thinkpad 750 f [2001/12/14] kern/32831 sos HP Colorado IDE tape drive get wedged eas a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea p [2001/12/27] gnu/33262 mp gdb does not handle pending signals corre o [2002/01/07] bin/33670 dwmalone default inetd install allows for unlimite o [2002/01/16] kern/33951 pthread_cancel is ignored f [2002/01/17] i386/34018 response to request from ipv6 client does o [2002/01/18] bin/34028 brian userland ppp o [2002/01/19] kern/34067 n_hibma Reproducable crash on usb ugen o [2002/01/19] kern/34071 pcn-driver is sort-of-broken in 4.5RC2 (a f [2002/01/21] i386/34144 installation,mounting root from ufs:/dev/ o [2002/01/25] bin/34274 green 4.5-RC Interoperability issue: sshd o [2002/01/30] kern/34470 bde Modem gets sio1 interrupt-level buffer o o [2002/02/18] i386/35096 Network card dies copying files > 200MB w f [2002/02/26] kern/35354 4.4/4.5 FreeBSD causes hard lock after 20 o [2002/03/01] kern/35466 xe driver can not read CIS tuples o [2002/03/06] i386/35615 sound ES1978 Maestro 2E sound card locks up mac o [2002/03/09] i386/35726 Won't let me use ifconfig on the interfac o [2002/03/15] i386/35950 ACPI missing prevents install from floppi o [2002/03/19] kern/36095 cd9660_vfsops.c: cd9660_vget_internal() k o [2002/03/26] i386/36342 rl/dc(smc) + ppppoe = major bug ! a [2002/03/27] ports/36404 security-officerAcrobat Reader seems to link against zlib o [2002/03/29] kern/36504 crash/panic vm_object_allocate under file o [2002/03/30] kern/36549 sym driver fails on Tekram DC-390U in 486 o [2002/04/07] i386/36850 Page Fault using ppp with USB Modem p [2002/04/10] ports/36964 keramida cvsupit from www.freebsd.org is out of da o [2002/04/12] kern/37015 Kernel panic in tty_subr.c while using pp o [2002/04/14] kern/37056 usb mouse with bios legacy support on han o [2002/04/14] kern/37064 System hangs when removing wire of NIC D- o [2002/04/19] kern/37257 SMP 4.5 freezes o [2002/05/12] i386/38016 i386_get_ldt range checking bug o [2002/05/12] i386/38021 i386_set_ldt can be cheated o [2002/05/13] bin/38058 brian ppp alters IP header length field 40 -> 4 o [2002/05/14] kern/38070 4.6-PRERELEASE panics on resume on Fujits a [2002/05/23] i386/38459 mbr Intel SB82558B NIC won't initialize prope o [2002/05/23] i386/38484 probe freeze o [2002/05/24] conf/38518 combination of pr-27087 and pr-36911 (2) a [2002/05/26] gnu/38594 Fortan program don't link post gcc-3.1 o [2002/05/28] bin/38676 change request for pw command o [2002/05/29] i386/38698 Kernel panics when filesystem with snapsh o [2002/05/30] misc/38748 FreeBSD 4.5 Keyboard problem cannot insta f [2002/06/02] kern/38840 when i pass data over my dialup connectio o [2002/06/03] kern/38848 kernel panic when removing memory stick f o [2002/06/03] misc/38867 Boot "Read error" with offboard Promise u o [2002/06/03] kern/38872 nfs code ignores possibility of MGET(M_WA o [2002/06/04] kern/38909 kernel panic in lockmgr...with invalid pi o [2002/06/06] i386/38944 problems with ed-driver and dlink dfe-650 o [2002/06/07] ports/39008 dwhite py-kqueue wrapper broken with python 2.2 o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition o [2002/06/11] ports/39152 dima acroread4 dumps core with linux7 o [2002/06/13] i386/39234 jhb SMP 4.6-RC freezes during boot (Fujitsu-S o [2002/06/15] misc/39341 ppp + USB modem problem o [2002/06/19] kern/39524 smbfs with nge NIC causes kernel panic o [2002/06/19] kern/39553 FreeBSD-4.6 halt on SMP machine o [2002/06/20] i386/39586 "BTX halted" hile attempting 4.6 install o [2002/06/29] kern/40003 Panic on boot w/4.6 and 4.6-stable from 6 o [2002/07/05] bin/40215 wpaul NIS host search not terminate f [2002/07/12] kern/40481 Kernel fault on detecting Mylex eXtreme R o [2002/07/14] misc/40575 Kern.flp boot floppy error o [2002/07/18] kern/40723 Disabling multicast on vlan interface cau o [2002/07/27] i386/41052 Fresh install on a Compaq ARMADA E500 say o [2002/07/31] i386/41212 Corrupted CRC received at random times wh o [2002/08/05] bin/41350 vnconfig: apparent off-by-one bug o [2002/08/07] kern/41402 kernal panics f [2002/08/07] kern/41417 luigi 3Com xl0 drivers generate a kernel panic o [2002/08/07] misc/41425 adding new cpu types to bsd.cpu.mk f [2002/08/08] i386/41437 qa sysinstall 4.6 RELEASE - hang o [2002/08/09] kern/41494 static routes set with interface address o [2002/08/10] ports/41513 tobez lang/perl5.8 - "make test" destroys perl o [2002/08/13] bin/41647 ifconfig doesn't accept lladdr along with o [2002/08/14] i386/41663 support of promise fasttrack 100 tx2 unde o [2002/08/16] misc/41717 Memory Leak in FreeBSD o [2002/08/16] i386/41723 Copying files to filesystem causes "integ a [2002/08/18] kern/41765 rwatson UDP socket remains connected after error o [2002/08/19] misc/41792 lseek after ftruncate fails f [2002/08/21] i386/41860 qa sysinstall rel. 4.5 and 4.6 hangs o [2002/08/22] java/41913 java JniHandler and ChannelUn Errors o [2002/08/26] kern/42030 panic when zebra works on detaching tun i o [2002/08/26] i386/42046 System crashes with o [2002/08/29] i386/42173 Sony VAIO FXA 53 (or FXA 679 in Mexico) w o [2002/08/30] kern/42198 Kernel panics or system hangs up with big o [2002/08/30] misc/42221 Signal 11 core dumped when fetchin index o [2002/08/30] kern/42235 system panics with "worklist_remove: item o [2002/08/31] kern/42277 mckusick Several kernel panics per day with panics f [2002/09/04] i386/42406 Compatibility of USB equipments o [2002/09/04] kern/42434 another softupdates based kernel panic: h o [2002/09/08] kern/42563 ATA Tagged Queuing wedges -STABLE p [2002/09/09] kern/42580 kernel crash when starting ISC 3.2 X11 bi o [2002/09/09] kern/42597 kernel panic, xl and bpf related p [2002/09/14] bin/42772 usr.bin/make: patch to stop a fork bomb o [2002/09/14] bin/42789 cp -p may report wrong exit status o [2002/09/15] kern/42796 NCR/SYM 53C825 driver detects scsi cdrom o [2002/09/18] ports/42921 nakai archivers/rpm/work/rpm-3.0.6/lib/rpmlead. o [2002/09/18] kern/42937 panic when ARP cache uses up all mbufs o [2002/09/24] i386/43351 X-Server crashes on i810 o [2002/09/26] kern/43396 silby repeatable kernel panic in if_xl.c:xl_new o [2002/09/26] i386/43412 Why my freebsd 4.6.2 auto reboot every on o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp f [2002/09/28] i386/43461 Durring Install of 4.6 on ASR-2005S/48MB o [2002/09/29] kern/43480 panic: CPU class not configured, Athlon M o [2002/09/29] i386/43491 microuptime () went backwards o [2002/10/02] misc/43576 imp Problem with wi driver and Lucent Orinoco o [2002/10/02] kern/43614 Installation Hangs at "md1: Malloc disk" o [2002/10/03] kern/43625 Wi(4) driver hangs after long data transf o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/06] kern/43738 Memory corruption in -stable with agp mod o [2002/10/06] misc/43751 FreeBSD4.6R panic during installation o [2002/10/11] misc/43954 nfs-blocked process can't return or be in o [2002/10/12] i386/43978 Kernel Panics in 4.7-STABLE with 486 CPUs o [2002/10/14] kern/44054 kernel panic o [2002/10/17] kern/44198 Toshiba PDR-M25 camera/umass o [2002/10/21] kern/44336 NFSv3 client broken - security problem wi o [2002/10/25] misc/44471 4.6 install writes MBR even when specifie o [2002/10/28] kern/44569 Kernel crash o [2002/10/30] kern/44744 VN devices can hang system FreeBSD v4.5 o [2002/11/01] bin/44808 opiepasswd makes bad seed for existing us o [2002/11/04] ports/44868 fanf sysutils/cfengine2: cfservd dies fails if o [2002/11/04] kern/44884 pcic is broken in current o [2002/11/05] kern/44950 SMP kernel crash in vm_page_free: freeing o [2002/11/07] kern/45032 Panic right after boot with FreeBSD-STABL o [2002/11/09] kern/45170 kernel panics when trying to write to ufs o [2002/11/17] i386/45383 Failed installation FreeBSD 4.7-RELEASE a o [2002/11/20] kern/45535 nfs client panic o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error o [2002/11/22] kern/45588 netscape 4.79 crashes system o [2002/11/24] kern/45698 emoore Freebsd 5.0 DP2 can not find Integrated H o [2002/12/02] kern/45910 emoore unable to use amr device o [2002/12/08] i386/46113 busspace bug o [2002/12/12] bin/46207 OpenSSL in base system should be updated o [2002/12/19] kern/46376 ACPI module fails to load in a IBM e-seri o [2002/12/20] kern/46392 kernel, vinum, umount, changing user mode o [2002/12/21] i386/46455 trouble with VIA EPIA 5000 system- WRITE o [2002/12/23] kern/46490 silby xl driver generates lots of interrupts wi o [2002/12/23] i386/46506 Crash Before Initialization of Printer? o o [2002/12/26] kern/46537 amr(4) hangs system on -CURRENT or make p o [2003/01/02] kern/46696 ep0 hard lockup during -CURRENT install o [2003/01/08] kern/46865 kernel panic on SuperMicro 6012-8P box o [2003/01/08] bin/46866 NIS-based getpwent() falsely returns NULL f [2003/01/14] bin/47044 gshapiro Sendmail "Can't assign requested addresse o [2003/01/17] kern/47167 5.0 RC 3 (and 2) has 1 second uptime on T o [2003/01/21] i386/47295 kernel panic during FreeBSD 5.0 installat o [2003/01/22] bin/47384 qa sysinstall ignores intended destination d o [2003/01/24] i386/47428 Installing 4.7 on pst0 device fails o [2003/01/24] i386/47429 5.0-REL will not install on pst device o [2003/01/24] java/47447 java linux-sun-jdk1.4.1: java command can't fi f [2003/01/25] i386/47474 ftp11.freebsd.org is missing doc for 5.0- o [2003/01/26] kern/47529 ipfw natd/ipfw lose TCP packets for firewalled o [2003/01/27] bin/47538 tar buggy on memory disk partitions o [2003/01/27] kern/47544 iir does not detect direct access drives o [2003/02/03] kern/47874 NFS server crashes when given mount daemo o [2003/02/05] i386/47989 5.0-RELEASE install CD kernel panic o [2003/02/06] kern/48028 panicstr: union: missing upper layer in w o [2003/02/06] kern/48029 Fatal trap 12: page fault while in kernel o [2003/02/07] kern/48039 Fatal trap 12: page fault while in kernel o [2003/02/08] kern/48092 Fatal trap 12: page fault while in kernel o [2003/02/08] kern/48100 Fatal panic in vm_map_lookup_entry ... o [2003/02/09] i386/48123 major problem with freeBSD filesystem and o [2003/02/10] kern/48166 panic: pmap_new_proc: u_map allocation fa o [2003/02/14] i386/48274 FreeBSD 4.7-RELEASE doesn't work on Toshi o [2003/02/16] bin/48341 qa Sysinstall deletes mbr although it should o [2003/02/17] kern/48369 ext2fs no-go in FreeBSD 5 (regression ove o [2003/02/17] kern/48379 the keyboard is dead after X11R6 started o [2003/02/24] kern/48650 Onboard fxp not functioning on Intel i815 o [2003/02/25] kern/48667 FreeBSD hangs o [2003/02/25] kern/48691 kernel panics on ASUS A7N266-VM Motherboa o [2003/03/02] kern/48849 Maxtor XT5000 causes panic in boot o [2003/03/10] kern/49079 panic: bwrite: buffer is not busy o [2003/03/11] kern/49110 UHCI driver panic while booting if any US o [2003/03/13] i386/49978 installation problem on Acer Altos G300 o [2003/03/17] ports/50082 lioux net/dctc-gui-qt (0.0.3) does not build on o [2003/03/20] kern/50148 Incorrect applied default ACLs o [2003/03/23] kern/50216 ipfw kernel panic on 5.0-current when use ipfw f [2003/03/23] kern/50229 FreeBSD detects laptop drive geometries i o [2003/04/07] kern/50691 EOT detection in sa driver prevents mutli o [2003/04/08] ports/50736 wjv ports/mail/mailman /var/cron/tabs/mailman a [2003/04/10] ports/50798 ports-bugs audio/faad does not build o [2003/04/11] kern/50833 panicstr: ffs_valloc: dup alloc o [2003/04/14] ports/50954 anholt XFree86 4.0 core dump ati rage mobility o [2003/04/15] ports/50999 ports-bugs SSL with (mail/)dovecot simply doesn't wo o [2003/04/15] kern/51001 panic: ufs_dirbad: bad dir o [2003/04/15] kern/51015 kernel panic while using dirhash at ~3000 f [2003/04/15] kern/51016 kernel panic: ufsdirhash_lookup: bad offs o [2003/04/18] i386/51129 ACPI problem, booting from install cd fai o [2003/04/24] i386/51338 random system hangs; system hangs because o [2003/04/27] ports/51481 nakai icewm-1.2.7 port fails on libintl.h o [2003/04/29] kern/51584 panicstr: ffs_valloc: dup alloc o [2003/04/30] bin/51628 ypmatch doesn't match keys in legacy NIS o [2003/05/03] kern/51742 ffs_vfree: freeing free inode o [2003/05/05] alpha/51824 alpha Booting 5.0-RELEASE install cd with IDE H o [2003/05/13] ports/52187 ports-bugs The two ghostscript ports do not work wit o [2003/05/16] ports/52346 obrien Portupgrade of bash-2.05b.004 fails with o [2003/05/17] kern/52383 njl QUIRK: IBM IBM USB Memory Key, rev 1.00/1 o [2003/05/18] kern/52404 kernel panic on laptop resume (related to o [2003/05/22] kern/52585 Kernel panic with ipfw2 and syncookies f [2003/05/22] i386/52593 mdodd Kernel panic when starting apm o [2003/05/23] ports/52632 ports-bugs vmware3 port is missing /usr/lib/vmware/v o [2003/05/25] i386/52668 i386 AIC7902 problem when large data transferr o [2003/05/27] kern/52718 changes to kern_umtx.c causes panic in ca o [2003/05/27] kern/52745 Fatal trap 12: page fault while in kernel o [2003/06/01] i386/52835 pdeuskar em driver does not work with mobile-chips o [2003/06/03] kern/52916 vinum causes panic after start/stop/... c o [2003/06/06] kern/53004 union_lookup returning . (0xbc332e90) not o [2003/06/07] kern/53010 FreeBSD-CURRENT cannot use 2940 UW on SNI o [2003/06/09] ports/53117 ports-bugs portgrade -R ghostscript-gnu-7.06 fails a o [2003/06/10] standards/53151fenner inet_net_pton() returns 4 for *all* multi o [2003/06/11] kern/53195 Easily reproduceable mac_lomac panic o [2003/06/11] i386/53203 i386 "BTX halted" when attempting install of 5 o [2003/06/11] kern/53245 ida(4) panic during boot o [2003/06/12] ports/53252 dirk databases/mysql323-server: fails to build o [2003/06/15] kern/53350 fill up a malloc md-disk on 5.1-R causes o [2003/06/17] kern/53416 kmem_map too small after around 12 hours. o [2003/06/17] kern/53433 heavy i/o on GBDE partition on SMP locks o [2003/06/18] kern/53468 reproducible panic when MD /tmp partition o [2003/06/21] ports/53600 ports-bugs /usr/port/emulators/linux_base says "linu o [2003/06/22] i386/53620 i386 Kernel panics / reboots during install of p [2003/06/24] kern/53695 trhodes truncate operation on fat32 may corrupt t o [2003/06/25] kern/53725 jhb fatal trap 12 during boot, sys/dev/pci/pc o [2003/06/25] ports/53742 sobomax /usr/ports/print/freetype2 fails to insta o [2003/06/28] ports/53874 ports-bugs /usr/ports/emulators/linux_base isn't wor o [2003/06/30] kern/53938 MFS_ROOT doesn't work o [2003/07/03] ports/54075 petef fix xxdiff port compile problems 278 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data a [1997/04/01] bin/3170 sheldonh vi freaks and dump core if user doesn't e o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1998/01/27] kern/5587 des session id gets dropped o [1998/02/28] kern/5877 kbyanc sb_cc counts control data as well as data a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 a [1998/05/06] bin/6536 peter pppd doesn't restore drainwait for tty s [1998/06/23] bin/7033 gad Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/08/10] kern/7556 sl_compress_init() will fail if called an o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/13] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/03/02] bin/10353 jon ypserv gets segmentation violation o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/16] bin/10633 fenner [patch] tcpslice timezone problem and upd a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec a [1999/04/08] misc/11024 mtm getpwnam(3) uses incorrect #define to lim o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/07/07] kern/12551 ASIC output is shifted following a short o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 rwatson RLIMIT_NPROC works unadequately for jails s [1999/10/04] i386/14135 doc lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 NFS client appears to lose data o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie s [1999/11/12] kern/14848 murray Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 bad trap in mprotect o [2000/01/01] kern/15825 Softupdates gets behind, runs the system o [2000/01/02] i386/15845 imp Driver for RealTek 8029 f [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/23] conf/16948 qa Sysinstall/disklabel: bad partition table o [2000/02/25] misc/16991 jhb booting install disk and USB s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 mbr 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/10] kern/17905 4.0-SNAP keep on crashing every 3 days o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia p [2000/04/23] bin/18181 yar Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/29] conf/20282 qa sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons p [2000/08/02] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] misc/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] kern/20609 panic: vm_fault: fault on nofault entry, o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 mp gdb does not recognise old executables. f [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes a [2000/09/15] kern/21304 mbr dc0 watchdog timeouts on NetGear FA310TX a [2000/09/18] bin/21375 mbr [PATCH] dhclient runs away on interface r s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites p [2000/09/20] gnu/21433 g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] kern/21463 emulation Linux compatability mode should not allow f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/05] kern/21771 murray Fix for sppp and Cronyx drivers update a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/19] kern/22142 cjc securelevel does not affect mount o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/18] kern/22943 emulation Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/25] bin/23098 ambrisko If installing on a serial console, enable o [2000/12/04] bin/23269 green OpenSSH TIS Authentication support has br o [2000/12/07] bin/23352 [SECURITY] buffer overflow in opieftpd o [2000/12/08] kern/23400 rwatson IPsec transport mode precludes filtering o [2000/12/12] kern/23515 get error in messages system log "Dec 11 o [2000/12/13] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/14] misc/23561 emulation Linux compatibility mode does not support o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2001/01/02] kern/24032 markm rndcontrol and pccardd use of interupt ha o [2001/01/03] kern/24059 n_hibma USB support broken in SMP kernel o [2001/01/04] kern/24070 n_hibma uhci USB driver disables port on reatachi o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be o [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/06] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 dumpon should check its argument more o [2001/01/16] misc/24391 cannot kill amd after interface disappear o [2001/01/19] bin/24461 pirzyk Being able to increase the YP timeout wit o [2001/01/19] bin/24472 libc_r does not honor SO_SNDTIMEO/SO_RCVT s [2001/01/23] misc/24590 standards timezone function not compatible witn Sin o [2001/01/25] kern/24629 ng_socket failes to declare connected dat o [2001/01/25] bin/24632 libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 pthread_rwlock_rdlock can deadlock o [2001/01/28] bin/24691 map-mbone segfaults at getsockname o [2001/02/09] kern/24982 iedowse stack gap usage o [2001/02/10] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x o [2001/02/12] kern/25038 murray dhcp client could not set hostname on boo o [2001/02/13] kern/25067 adrian able to mount a pathname > 80 char. but u o [2001/02/19] kern/25213 peter Bus abstraction interface doesn't allow p o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca s [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/28] bin/25461 qa sysinstall's fdisk and disklabel don't wo o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/05] bin/25542 standards /bin/sh: null char in quoted string o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 qa Security hole in anonymous FTP setup scri o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/22] kern/25986 silby Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 alfred mountd breaks IRIX automounter a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/12] kern/26506 phk sendto() syscall returns EINVAL in jail e o [2001/04/23] ports/26797 ports-bugs arla-0.34.6 causes kernel panic/page faul o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/25] bin/26869 sheldonh vi(1) crashes in viewing a file with long o [2001/04/27] misc/26897 qa 4.3R sysinstall fails to create swap part o [2001/04/30] bin/26996 green sshd fails when / mounted read-only o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding f [2001/05/10] i386/27247 Panic on install - "page fault syncing di a [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/29] i386/27729 qa the ls120 device "afd" does not show up u a [2001/06/05] misc/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/09] bin/27988 [PATCH] let pam_ssh.so explicitly start s o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/12] ports/28102 ports-bugs Recent changes to 4.3-STABLE break arla-0 o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/16] bin/28221 eric dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent o [2001/06/24] ports/28398 ports-bugs ja-dvips cannot find tex.pro o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] kern/28856 imp 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green 512 sybase ASE 11.9.2( o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/10] kern/32668 peter NFS directory removal problems manifested f [2001/12/10] bin/32686 wosch locate command dumps a core file with bro o [2001/12/11] ports/32700 assar inode changes for large o [2001/12/11] kern/32716 system hangs when running vid (usb webcam o [2001/12/11] bin/32717 brian ppp(8) change mss to wrong size s [2001/12/12] misc/32760 Please MFC /usr/include/malloc.h to -STAB f [2001/12/12] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 Problem with IPX and netgraph(4) o [2001/12/13] kern/32809 yet another panic while syncing disks aft f [2001/12/21] kern/33074 joe USB printer support does not detect print o [2001/12/21] ports/33080 ume grkrellmvolume interferes with the abilit o [2001/12/22] kern/33085 jlemon Samba's NMBD cannot find alias interface o [2001/12/24] kern/33138 pnp problem in 4.3, 4.4, 4.5 o [2001/12/24] bin/33155 green [PATCH] sshd can leave hanging processes o [2001/12/26] kern/33201 net/net_osdep.c:if_name is broken f [2001/12/26] misc/33213 ume rarpd fails to init IPv6 enabled interfac o [2001/12/30] kern/33344 memory leak in device resource config loa o [2001/12/30] kern/33346 jhb Kernel panic with SMP kernel o [2001/12/30] misc/33370 Post configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system o [2002/01/03] bin/33515 amd incorrectly handles multi-homed nfs s o [2002/01/04] kern/33532 sound Playing audio on some soundcards with pcm o [2002/01/04] kern/33535 invalid kernel diagnostic while writing d f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories f [2002/01/07] kern/33653 DSL PPPoE connection error on 4.5-PRERELE o [2002/01/07] misc/33672 sheldonh telnetd and mount_mfs signal handlers cal p [2002/01/09] misc/33723 select(2) implementation in threaded (-lc o [2002/01/09] kern/33738 argv == NULL is not handled correctly by o [2002/01/13] kern/33833 Correct kernel config for 4.4-RELEASE is o [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/15] ports/33927 ports-bugs ja-dvipdfm port requires texmf/dvips/base o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han o [2002/01/16] kern/33940 quotactl allows compromise gid-quotas o [2002/01/16] kern/33974 sound Can not record anything with emu10k1 on 4 o [2002/01/17] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] kern/34020 programs fail that poll(2) on fifos o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w f [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/23] kern/34205 joe detect USB memory device, But can not use f [2002/01/24] kern/34228 Dual processor machine hangs at reboot o [2002/01/24] gnu/34246 joe CVS doesn't rebuild CVSROOT/options o [2002/01/25] i386/34267 semenu FreeBSD hangs and reboots when overloaded o [2002/01/25] bin/34269 tcpdump -v incorectly identifies packets o [2002/01/25] misc/34270 man -k could be used to execute any comma f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/02/01] i386/34536 accept() blocks other threads o [2002/02/01] kern/34544 Kernel crash on fclose() of /dev/kbd1 whe o [2002/02/02] misc/34568 turning printer on and off hangs the comp o [2002/02/03] kern/34582 wpaul Support for D-Link DFE-690TXD Cardbus PC o [2002/02/04] kern/34619 TCP - FINs with different sequence number p [2002/02/06] bin/34682 fenner scanf/sscanf doesn't understand %lld o [2002/02/08] ports/34730 lioux new port qmail-scanner - a virus-scanning o [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/10] kern/34801 darrenr TCP window size bug (afflicting IP Filter o [2002/02/10] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] misc/34842 VmWare port + NIS causes "broadcast storm f [2002/02/13] i386/34902 FTP session causes server reboot o [2002/02/17] kern/35061 After printing to HP Deskjet 656c USB pri o [2002/02/18] kern/35081 zebra routing problem - kernel bug??? o [2002/02/19] misc/35116 keyinfo reports root's keyinfo o [2002/02/20] kern/35136 luigi VLAN & bridging & MTU o [2002/02/22] bin/35214 obrien dump program hangs while exiting f [2002/02/23] kern/35248 panic: ffs_valloc: dup alloc f [2002/02/23] misc/35267 after cvsup src-all for 4.5, /stand/sysin o [2002/02/25] bin/35307 standard include files are not standard c o [2002/02/25] bin/35309 umount -f does not work for ufs floppy o [2002/02/25] misc/35310 SSHing with expired password does not bri o [2002/02/25] java/35320 java linux-jdk-1.4 JVM fails when running Tomc o [2002/02/25] bin/35329 Linking against libc_r.* provokes nasty l o [2002/02/26] misc/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 emu10k1: no posibility to record sound. K o [2002/02/26] ports/35353 green cfs strips eighth bit of file name on "ou o [2002/02/27] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/02/28] kern/35442 Problem transmitting runts in if_sis driv o [2002/03/01] alpha/35455 alpha Unable to compile ISA NIC devices into ke f [2002/03/01] kern/35461 trap 12 when booting with Maxtor 160G dis o [2002/03/03] misc/35506 innetgr() doesn't match wildcard fields i o [2002/03/03] kern/35511 sis(4) multicast filtering doesn't pass s o [2002/03/07] bin/35622 sigaltstack is missing in libc_r o [2002/03/07] kern/35631 SKIP and IPSEC together cause kernel pani o [2002/03/07] kern/35645 Layer 2 switching using default router of o [2002/03/07] misc/35662 send-pr and/or web pr query system screws o [2002/03/08] kern/35669 NFSROOT breaks without a gateway s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for f [2002/03/08] kern/35691 mbr Realtek NIC driver does not work with Rea o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/10] i386/35742 USB 2.0 attached device cannot be fdisk'd o [2002/03/10] kern/35756 USB reattach of Sony DSC-S75 fails, USB s o [2002/03/11] misc/35774 [SECURITY] Suboptimal auditing possibilit o [2002/03/12] bin/35842 rm -f nonexistent file successful but rm o [2002/03/13] bin/35843 maxim [PATCH] MD5 auth implemented in routed is o [2002/03/13] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/13] conf/35880 rc files could be a bit more jail friendl p [2002/03/15] bin/35921 jon Wrong path reduction of dot-dot paths in o [2002/03/15] bin/35925 fixit floppy cannot be mounted on USB dri a [2002/03/16] kern/35985 re swap double mount o [2002/03/16] kern/35986 Wrong bpf-header preceading packet when u f [2002/03/16] kern/35989 720KB floppies unusable o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free p [2002/03/17] kern/36038 bp sendfile(2) on smbfs fails, exposes kerne o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup o [2002/03/20] kern/36147 bogus irq 7 message being issued f [2002/03/21] kern/36160 Kernel halts while trying to detect CD-C6 o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/22] kern/36219 poll() behaves erratic on BPF file descri o [2002/03/22] kern/36220 panic: sched_sync: fsync failded vp 0xcf4 o [2002/03/26] kern/36329 reference of unexistent object o [2002/03/28] kern/36415 roger the bktr driver incorrectly handles the s a [2002/03/28] i386/36451 roger (sys/dev/bktr) Japan IF frequency is inco o [2002/03/29] kern/36482 Multiport starfire card (sf/ukphy) doesn' o [2002/03/29] conf/36508 installation floppy bug (See description) o [2002/03/29] i386/36517 sis driver can't map ports/memory for Net o [2002/03/29] kern/36522 stat outside procs in procfs succeeds fro o [2002/03/31] kern/36566 System reboot with dead smb mount and umo f [2002/04/01] kern/36610 acd0: MODE_SENSE_BIG command timeout - re o [2002/04/01] i386/36647 There is no suitable driver for SURECOM E f [2002/04/03] kern/36708 panic: ufs_dirbad: bad dir during pkg_inf f [2002/04/03] i386/36718 install boot before sysinstall halts ata1 o [2002/04/04] i386/36761 Symbol problems dependant on boot method, o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo f [2002/04/05] kern/36790 kernel panic in biodone() on boot o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/07] kern/36858 murray The USB flash drive "Apacer HandyDrive" c o [2002/04/07] bin/36867 games/fortune: add FORTUNE_PATH env var, o [2002/04/08] ports/36879 mbr emulators/vmware2 freezes and reboots sys o [2002/04/08] conf/36911 installation floppies miss autoload file o [2002/04/09] bin/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/09] i386/36943 reboot hangs on Tyan Thunder K7 with SMP o [2002/04/09] kern/36953 des linux emulation does not work well on SMP o [2002/04/11] i386/36991 Installing gnome from packages over the n o [2002/04/11] misc/36999 2 Default Routes Created o [2002/04/11] ports/37006 dirk cdrecord does not work with Teac USB CDRW o [2002/04/13] kern/37035 trhodes [PATCH] msdosfs_readdir() freezes after f o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun o [2002/04/16] bin/37159 ru more then one natd use running use the sa o [2002/04/18] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/19] ports/37262 ports-bugs gphoto2 fails to find supported USB digit f [2002/04/19] kern/37270 tjr nullfs broken by locking changes in -curr o [2002/04/21] kern/37326 roger smbus/bktr crash when omitting "device ii o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/22] ports/37361 ports-bugs installing gcc30 port breaks devel/gettex o [2002/04/23] alpha/37382 alpha de0 (tulip) DEC-21140A card stays in OACT o [2002/04/23] alpha/37385 alpha xl0 network card (509B) fails on heavy tr o [2002/04/23] misc/37399 rsh does not work from Win 2k to freeBSD o [2002/04/24] kern/37436 accept dead loop when out of file descrip o [2002/04/24] kern/37441 ISA PNP parse problem o [2002/04/24] kern/37443 incorrect move pointer in environment str o [2002/04/25] ports/37468 ports-bugs mpeg_play compiled on current/DP1 does no o [2002/04/26] i386/37482 Weird behaviour under relatively slow loa o [2002/04/27] kern/37502 NFS client ignores mtime.tv_usec for open o [2002/04/28] i386/37523 lock for bios16 call and vm86call o [2002/04/29] misc/37585 System hangs on install at probing device o [2002/04/30] misc/37586 newfs failing in 5.0-DP1 initial install o [2002/04/30] kern/37589 Kernel panics upon resume from zzz on my o [2002/05/01] kern/37635 USB ufm driver using major 200, although a [2002/05/01] kern/37656 robert Linux emulator 'Invalid Argument' error i o [2002/05/03] misc/37710 murray LAN interface in wrong state after attemp o [2002/05/04] i386/37734 sys/i386/boot/dosboot needs to be replace f [2002/05/05] misc/37775 netsmb/smb_subr.c needs opt_global.h in S o [2002/05/08] misc/37863 Configuration of X corrupts screen, and i o [2002/05/09] kern/37889 kernel panic when writing to a FAT32 part o [2002/05/12] ports/37995 trevor lilypond port will not build due to bison o [2002/05/12] kern/37998 panic: vinvalbuf: dirty bufs o [2002/05/12] kern/38011 Fatal Trap 12 using Xircom CE2 in IBM 760 a [2002/05/12] ports/38018 znerd ports/www/jakarta-tomcat4: make passing o a [2002/05/12] ports/38020 znerd ports/www/jakarta-tomcat4: stop tomcat vi o [2002/05/13] kern/38024 kernel panic with devices 'sio' removed f o [2002/05/14] kern/38095 bp vlan not supported with fxp o [2002/05/16] i386/38151 Installation of 5.0DP1 panics very early f [2002/05/16] kern/38166 gad ipv6_gateway_enable="YES" breaks lpd o [2002/05/17] kern/38210 SIOCGIFCONF truncates interface list. o [2002/05/17] ports/38212 knu XFree86-4 and portupgrade get dependencie o [2002/05/18] misc/38241 mount_cd9660 doesn't mount/read multisess o [2002/05/22] kern/38438 System crashes when starting XFree4 o [2002/05/23] ports/38460 ports-bugs core dumps with ghostscript o [2002/05/24] kern/38495 soreceive fails to maintain invariant on s [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 the procces compiled whith pthread stoppe o [2002/05/25] kern/38554 changing interface ipaddress doesn't seem o [2002/05/25] kern/38562 bridge_cfg=*dc0* ; kldload if_dc => panic o [2002/05/26] misc/38582 qa sysinstall sets newfs flag after changing f [2002/05/27] ports/38602 ports-bugs x11-wm/tvtwm is confused about PREFIX o [2002/05/27] bin/38609 qa Sysinstall should know the size of the va o [2002/05/27] kern/38632 Loss of connection with wi cards o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid o [2002/05/30] kern/38736 kernel panic during memory stick removal o [2002/05/30] kern/38752 rn_walktree_from not halting at the right o [2002/05/31] kern/38763 GENERIC kernel doesn't boot o [2002/05/31] bin/38765 peter CVS Daemon Vulnerability in 1.11.1p1 a [2002/05/31] bin/38778 mbr dhclient infinite loop on ro /etc/resolv. o [2002/06/01] kern/38794 sound ESS Solo driver truncates output o [2002/06/01] kern/38795 kldunload of snd_ess, snd_sb16, snd_sb8 p f [2002/06/02] misc/38835 qa sysinstall always installs crypto o [2002/06/04] kern/38883 'kldload bktr' stuck in state swwrt, exer o [2002/06/04] kern/38894 Dell PowerEdge 4600 PCI Bus scan problems o [2002/06/04] kern/38906 calcru: negative time of o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/07] kern/38983 Kernel fails to access disk o [2002/06/08] ports/39054 portmgr [PATCH] Support USE_OPENSSL=yes in bsd.po f [2002/06/10] misc/39104 The disc in your drive looks more like an o [2002/06/11] ports/39148 cy screen consumes 100% when run o [2002/06/11] ports/39149 ume ports/mail/cyrus-imapd: cyradm causes per o [2002/06/11] ports/39151 dima acroread4 install fails o [2002/06/11] kern/39185 core dump binary in single user mode o [2002/06/12] kern/39199 CASIO QV-4000 not recognized by /sys/dev/ o [2002/06/13] kern/39233 NonConforming IPsec implementation from F o [2002/06/13] kern/39235 not writing correct data to TI1420 PCCARD o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/13] kern/39260 pcm0 locks on boot, Compaq Presario 1920 o [2002/06/15] kern/39329 '..' at mountpoint is subject to the perm o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() o [2002/06/16] kern/39388 groudier ncr/sym drivers fail with 53c810 and more p [2002/06/16] kern/39396 cjc firewall security loophole o [2002/06/17] kern/39447 4.5R &4.6R Kernels fail to boot w/ AHA294 o [2002/06/18] ports/39479 cy Binary version of screen-3.9.11_1 in port o [2002/06/19] i386/39507 FreeBSD can't boot: BTX halted problem o [2002/06/19] i386/39536 FreeBSD default bootloader does not load o [2002/06/20] i386/39604 Install failure on HP Pavilion 310n - Una o [2002/06/21] i386/39633 Errors reported in schistory.c in syscons s [2002/06/22] ports/39660 portmgr add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DI o [2002/06/23] ports/39760 jedgar ports/math/rcalc is too old and contains o [2002/06/24] conf/39763 Can't get a correct MAC address for MELCO o [2002/06/24] ports/39788 mharo building proftpd in ports ignores WITH_MY o [2002/06/24] i386/39802 iBCS2 emulation fork process core dumps o [2002/06/24] kern/39805 4.6R install panics with umass0 device co o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi o [2002/06/25] ports/39859 nbm ports/www/publicfile confused file name i f [2002/06/26] conf/39887 matusita /stand/sysinstall doesn't set sendmail_en o [2002/06/26] bin/39896 netmask 0xffffff00 no longer works in /et o [2002/06/26] bin/39906 johan cleaning sbin/newfs code from warnings o [2002/06/27] bin/39918 Userland PPP - CHAP and PAP are swaped o [2002/06/27] bin/39922 [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 wi0 timeouts and hangs the system while s o [2002/06/27] kern/39937 ipstealth issue o [2002/06/27] bin/39940 /usr/sbin/periodic sends thousands of ema o [2002/06/29] misc/40001 grog vinum showing -2 drives after removing se o [2002/06/30] kern/40044 SMP kernel fails to boot on DELL 610 o [2002/07/01] i386/40073 Xircom Realport Ether doesn't work in Tos o [2002/07/02] kern/40122 Device pcm stopps booting Kernel 4.6 o [2002/07/02] i386/40132 Enabling the joystick interface on es137x o [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/03] ports/40167 bp mars_nwe does not report disk full errors o [2002/07/04] kern/40176 panic: lockmgr: locking against myself -- o [2002/07/04] misc/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] ports/40216 anholt [xmh] xmh is unstable o [2002/07/05] ports/40218 anholt [xmh] mail list does not refresh automati o [2002/07/05] bin/40219 [apm] apm breaks removable media o [2002/07/05] ports/40223 anholt [xmh] Deleted mail does not appears in sc o [2002/07/05] bin/40227 CVS client doesn't upload new files creat o [2002/07/06] misc/40260 sysinstall hangs up detecting devices (No o [2002/07/06] bin/40261 sshd allows PasswordAuthentication even t f [2002/07/06] i386/40274 "fxp: device timeout" errors during heavy o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm o [2002/07/09] kern/40394 if_tap driver hard coded permission check o [2002/07/11] bin/40466 pax may not handle correctly some tar arc o [2002/07/11] bin/40471 des chpass(1) -a option broken in CURRENT o [2002/07/14] kern/40558 UDP6 sockets do not receive responses of o [2002/07/14] kern/40561 jlemon TTCP does not work with IPv6 o [2002/07/14] kern/40574 NeoMagic soundcard detection on Gateway S o [2002/07/15] ports/40610 jmz Latex build "cannot find Hyphenation patt a [2002/07/16] bin/40654 jhb patch: sysinstall: infinite loop a [2002/07/16] bin/40655 jhb patch: sysinstall assigns partition a to o [2002/07/16] bin/40656 qa patch: sysinstall: scripted deletion of s o [2002/07/16] ports/40672 sobomax wsoundserver defaults to using esound and o [2002/07/19] kern/40766 NEWCARD freeses system while card inserti o [2002/07/19] kern/40787 page fault while in kernel mode o [2002/07/19] kern/40792 signals lead to data loss on device ugen o [2002/07/22] ports/40886 ache pkpkg_delete apache-1.3.26_3 does not w o [2002/07/22] kern/40895 wierd kernel / device driver bug o [2002/07/22] kern/40903 Busy_count is < 0 message keeps counting o [2002/07/23] misc/40941 robert syslogd "!prog" fails for progs with non- o [2002/07/23] i386/40945 FreeBSD can not support IBM ServeRAID4Lx o [2002/07/25] i386/40972 Stallion Multiport Serial Driver . o [2002/07/26] kern/41007 overfull traffic on third and fourth adap o [2002/07/26] i386/41020 Installation was successful only after I o [2002/07/29] kern/41125 adrian squid-2.4.STABLE7 loop on poll() - SMP ke o [2002/07/29] ports/41128 greid recv_addr init wrong and 512 byte udp pac o [2002/07/29] i386/41138 silby vr0 locks up on one hub, OK on another o [2002/07/31] kern/41216 Get "NFS append race" error o [2002/08/01] misc/41242 periodic scripts make unwarrented assumpt o [2002/08/03] bin/41297 mp {t,}csh backquote/braces expansion bug f [2002/08/04] bin/41327 jon skey decrementing but not authorizing wit o [2002/08/04] misc/41331 Pthread library open sets O_NONBLOCK flag o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/07] bin/41435 mbr dhclient writes lease file that it can't f [2002/08/11] misc/41557 periodic daily -> 500.ipfwdenied -> syste o [2002/08/11] i386/41569 silo overflow o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie o [2002/08/16] kern/41720 if_nge_load=YES make system not bootable o [2002/08/16] kern/41740 grog vinum issues: page fault while rebuilding o [2002/08/18] i386/41757 qa sysinstall 4.6.x unstable o [2002/08/19] i386/41776 mrouted doesn't route multicast packets o [2002/08/19] bin/41777 /etc/periodic/daily/100.clean-disks remov o [2002/08/20] docs/41824 murray LANG is not documented in setlocale(3) o [2002/08/21] kern/41850 sysinstall fails to create root filesyste o [2002/08/22] kern/41881 julian ng_device was not MFCed for 2 months o [2002/08/22] bin/41908 make: $? not always set o [2002/08/23] i386/41930 declaration clash for ffs() and ${CXX} o [2002/08/23] conf/41935 PPPoE problem with 3com device - 3c12 o [2002/08/24] ports/41966 edwin audio/play: sblive, can cause "Device bu o [2002/08/24] i386/41979 top(1) reports zero CPU utilization o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, o [2002/08/26] misc/42029 add rdist flags to /etc/periodic/daily/32 o [2002/08/27] misc/42062 2 computers with the same network interfa o [2002/08/27] kern/42089 ntp_gettime returns time in wrong scale o [2002/08/27] bin/42093 ypbind hangs on NIC with the lowest scope o [2002/08/28] misc/42115 luigi PicoBSD: fix build script for 4.6-STABLE o [2002/08/28] ports/42118 petef mail/isoqlog fails to compile due to auto o [2002/08/28] kern/42120 arp(8) fails due to ioctl SIOCGIFNETMASK o [2002/08/29] misc/42172 ftp and fetch client needs an active comm o [2002/08/30] kern/42216 simultaneous multiple server network fail o [2002/09/02] bin/42318 ipfw NATD redirect limitations o [2002/09/02] kern/42352 Impossible to set RCV timeout on a socket p [2002/09/02] bin/42356 uudecode -o doesn't work if piped o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/05] kern/42457 Hack to allow Linux Matlab to exit o [2002/09/05] i386/42463 4.6 and 4.6.2 fail to boot on Sony CD-ROM o [2002/09/06] bin/42484 ps: uprocp documented but not implemented o [2002/09/06] i386/42495 Drive Timeout - New Dell GX260 o [2002/09/07] ports/42516 openoffice OpenOffice.org generate wrong WM_LOCALE_N o [2002/09/07] i386/42539 Fatal Trap 12 resulting from Conner Perip o [2002/09/08] ports/42556 nakai archivers/rpm linked statically o [2002/09/08] kern/42564 record bug with emu10k1 driver o [2002/09/08] kern/42578 Using PCI serial cards (puc) in SMP machi o [2002/09/09] ports/42612 ports-bugs gphoto2 2.1 core dumps on DC290 o [2002/09/09] kern/42617 rename(2) IEEE Std 1003.1-2001 Violation o [2002/09/09] kern/42621 Dell Inspiron 5000e hangs when using Orin o [2002/09/10] misc/42623 luigi net.inet.ip.fw.autoinc_step not present a o [2002/09/10] kern/42629 panic in nfs_get o [2002/09/10] kern/42638 CS4326/4327 (MSS) buggy output playing 11 o [2002/09/10] ports/42643 fanf new mainstream version from sysutils/cfen f [2002/09/10] ports/42647 ports-bugs port pybliographger does not configure o [2002/09/11] kern/42652 error deleting r/o (by windows) files on o [2002/09/11] bin/42658 recompile /usr/src/libexec/telnetd and lo o [2002/09/12] ports/42713 wjv biology/emboss : problems building EMBASS a [2002/09/12] kern/42714 mbr dc ethernet driver is broken o [2002/09/13] gnu/42726 cvs -R pserver & val-tags: story continue o [2002/09/13] kern/42727 [PATCH] Wrong MTU in need-frag ICMP using o [2002/09/13] ports/42729 obrien bash manpage has /bin/bash as location fo o [2002/09/13] misc/42748 USB on hardware list does not work o [2002/09/13] i386/42750 Fdisk makes no difference between FAT32, o [2002/09/13] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/09/14] misc/42767 User PPP fails if processor usage is cons a [2002/09/14] ports/42777 openoffice OpenOffice install fails o [2002/09/14] ports/42783 steve open-motif port doesn't compile o [2002/09/14] i386/42784 pcmcia 16bit network card removal locks a o [2002/09/14] i386/42794 Asks for "ew Password" then unexpectably o [2002/09/15] misc/42801 FreeBSD freezes when opening cuaa0 with a o [2002/09/15] kern/42805 System lockup o [2002/09/15] i386/42806 VLANs do not work with fxp + catalyst as o [2002/09/16] kern/42847 panic: backgroundwritedone: lost buffer o [2002/09/16] misc/42849 MBR is scribbled on by by freebsd o [2002/09/19] ports/42964 billf /usr/ports/net/mtr: I don't want mtr-gtk o [2002/09/20] kern/42983 wi0 sporadically freezes the system for 1 o [2002/09/20] ports/43036 ports-bugs python-doc packages aren't found by pydoc o [2002/09/20] kern/43151 Panic 20 seconds after resume o [2002/09/21] kern/43175 uvisor.c table error o [2002/09/21] bin/43209 download of bin.cp is only 239717 and not o [2002/09/21] i386/43222 setrootbyname panic in 4.6 o [2002/09/21] bin/43223 pirzyk getnetby{name|addr} broken for DNS lookup o [2002/09/23] bin/43299 march=pentium4 miscompiles msun/src/e_pow o [2002/09/23] ports/43301 steve mwm confused by mouse events following up o [2002/09/23] kern/43314 kernel panic "clist reservation botch" o [2002/09/24] bin/43337 fetch: -s fails if -4 or possibly other o o [2002/09/25] kern/43352 luigi ipfw aborts processing file/pipe when del o [2002/09/25] i386/43366 Cannot format media in USB floppy devices o [2002/09/28] ports/43454 www Packages hard to find, often missing o [2002/09/28] kern/43462 copying files from olympus C-4040 digital o [2002/09/29] bin/43501 getpwnam, getpwuid fail when linking agai o [2002/09/30] bin/43505 ssh session "crash" if you are typing sec p [2002/10/01] alpha/43567 alpha strtod() core dumps o [2002/10/02] bin/43592 mktime rejects dates at the start of dayl o [2002/10/02] kern/43599 Balloc did not check mallocated pointer i a [2002/10/02] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/03] bin/43635 filesystem damage not detected by fsck o [2002/10/04] alpha/43653 alpha rl(8) driver causes unaligned access trap o [2002/10/04] misc/43674 Able to bypass expired password o [2002/10/07] ports/43796 ports-bugs x11-toolkits/xview does not build on 5.0 o [2002/10/07] kern/43808 usb kernel panics o [2002/10/08] i386/43814 release 4.6 & 4.6.2 does not see the hard o [2002/10/08] standards/43837wollman PKST (pakistan daylight time) changed fro o [2002/10/08] ports/43847 ports-bugs new ports: babytrans,gsfv,mmail,tetradraw o [2002/10/09] conf/43851 Colorado backup unit o [2002/10/09] i386/43852 4.7-RC "device timeout" problem a [2002/10/09] kern/43885 ken USB CDROM does not work with vmware 2.x o [2002/10/10] kern/43887 abnormal CPU useage when use pthread_mute o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/11] bin/43930 ldconfig calls bcopy with wrong size o [2002/10/11] kern/43953 Backport of BMC5703 drivers o [2002/10/12] misc/43976 Binary upgrade to 4.7R fails if package ' o [2002/10/12] kern/43984 rp driver does not support multiple PCI c o [2002/10/12] bin/43993 /usr/sbin/usbd does not handle an usb eve o [2002/10/13] kern/44030 VNode/Swap troubles f [2002/10/14] kern/44063 sos ATA Tags (TQ) problems on 4.7-STABLE o [2002/10/15] kern/44087 fatal kernel trap when ifconfig a inet6 i f [2002/10/15] ports/44101 trevor Netscape 7 port fetches unspecified compo o [2002/10/15] kern/44126 lnc network hungup at large traffics on V o [2002/10/15] kern/44128 Machines hangs during boot, if ACPI is en o [2002/10/16] kern/44130 Enabled apm hangs up FreeBSD kernel on i8 o [2002/10/16] alpha/44147 alpha kdebase 3.0.4 will not build s [2002/10/16] misc/44148 installworld in 4.7-STABLE does not insta o [2002/10/17] i386/44178 kldload of snd_emu10k1 locks system o [2002/10/17] misc/44185 Problem adding route with -interface opti o [2002/10/17] ports/44192 edwin joe o [2002/10/18] kern/44202 -stable rp driver does not work with mult p [2002/10/18] bin/44256 gshapiro /etc/mail/Makefile doesn't build submit.c o [2002/10/19] conf/44263 Intel AnyPoint II Wireless Card Unrecogni p [2002/10/19] misc/44268 ache [PATCH] FreeBSD is missing lt_LT.ISO8859- o [2002/10/19] ports/44295 ports-bugs New port: MLton, an optimizing Standard M o [2002/10/21] kern/44355 After deletion of an IPv6 alias, the rout o [2002/10/23] kern/44417 luigi ipfw layer2 rules are not checked for eth o [2002/10/24] ports/44440 sobomax www/viewml won't compile if qt3 installed o [2002/10/26] i386/44497 NIC Lags? s [2002/10/26] bin/44504 mp tcsh-6.12.00's "source" command ignore co o [2002/10/26] kern/44512 pcm driver generates static half the time o [2002/10/26] kern/44514 X11 mouse pointer disappears upon suspend o [2002/10/27] bin/44518 ftpd does not show OPIE OTP challenge o [2002/10/27] bin/44519 ftpd.conf(5) contains references to ftpd( o [2002/10/27] kern/44542 Locking issues with pcm o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end o [2002/10/28] bin/44567 ipfstat does not show IPv6 accounting inf o [2002/10/28] bin/44570 ftp behind VPN server fails host name loo o [2002/10/28] misc/44578 getnetgrent fails to read NIS netgroup ma o [2002/10/29] kern/44585 bug in lockmgr o [2002/10/30] i386/44745 Program written in C++ can hang system (s o [2002/10/30] bin/44750 usr.bin/make: parens in compound conditio o [2002/10/30] ports/44759 ports-bugs ghostscript-gnu-7.05_3 produces incorrect f [2002/10/31] ports/44799 dirk mysql323-server (3.23.53) fails to build o [2002/10/31] ports/44802 will games/xkobo broken on -current o [2002/11/02] ports/44835 knu portupgrade vs. docproj dependencies o [2002/11/03] kern/44853 Panic on resume o [2002/11/03] kern/44867 Frequent hard hangs on ASUS P4T-E/P4S-533 o [2002/11/05] kern/44936 ng_pppoe: relay session identifier does n o [2002/11/06] bin/44995 /usr/bin/limits thinks sbsize is number, o [2002/11/06] kern/45013 locking warnings in CURRENT o [2002/11/06] kern/45014 VLAN tag on frames received via em(4) are o [2002/11/06] kern/45023 flexlm does not run with linux-base-7, st o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/11] ports/45210 ports-bugs Broken Linux ABI Emulation in FreeBSD 4.7 o [2002/11/12] ports/45234 ports-bugs timidity++ portupgrade problem, removes s o [2002/11/13] bin/45272 dump/restore problem o [2002/11/14] docs/45303 doc Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/15] kern/45324 Re: 4.7 kernel does not find aha1 o [2002/11/17] kern/45373 softupdate / fs damaged after loss of pow o [2002/11/18] bin/45397 nectar Telnet dumps core when MAKE_KERBEROS5=yes o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/18] ports/45417 jim everybuddy installs modules in wrong plac o [2002/11/19] bin/45478 tjr /bin/sh coredump o [2002/11/19] bin/45484 paul pkg_update(1) does not correctly re-regis o [2002/11/19] ports/45490 ports-bugs tightvnc leaks connections o [2002/11/19] ports/45495 portmgr Fix port bsd.port.mk to build when there o [2002/11/20] i386/45525 Dell Inspiron 7000 does not recognize PC- o [2002/11/20] bin/45529 hexdump core-dumps with certain args [PAT o [2002/11/20] ports/45531 ports-bugs Upgrade port hyperlatex-2.5 to 2.6 o [2002/11/21] i386/45558 mdconfig and msdosfs make fs writes hang o [2002/11/21] i386/45565 qa sysinstall: write error, filesystem full o [2002/11/21] kern/45579 Panic from USB stack after device detach o [2002/11/24] bin/45669 des pam_ssh fails in presence of SIGCHLD hand o [2002/11/24] kern/45673 sound PC98 internal CS4231A is mis-detected to o [2002/11/24] kern/45679 sound Cannot record except 8bit-mono with CS423 o [2002/11/24] kern/45682 sound Sometime failed to record/play with CS423 o [2002/11/25] kern/45713 emoore If you use the amr driver, it is impossib o [2002/11/25] bin/45721 darrenr ipfilter's flags and icmp-type processing o [2002/11/25] bin/45723 ls(1)'s wrong behaviour with not searchab o [2002/11/25] kern/45733 file descriptor flags and socket flags ou o [2002/11/26] gnu/45744 /usr/bin/makeinfo sometimes segfaults o [2002/11/26] ports/45757 trevor mail/xc-mail: update to current (2.2) & c o [2002/11/26] conf/45766 rcNG broke non-system sshd startup o [2002/11/26] misc/45772 Kernel does not compile with IPFILTER opt o [2002/11/26] i386/45773 Softboot causes autoconf failure on Broad o [2002/11/26] kern/45777 crashdump issue with too-small dumpdev o [2002/11/27] ports/45805 ports-bugs security/sfs does not build on Alpha o [2002/11/29] docs/45833 trhodes nsmb.conf man page o [2002/11/30] ports/45894 sobomax wxgtk-2.2.9 conflicts with /usr/ports/dev o [2002/12/02] kern/45913 WaveLan driver problems with latest -CURR o [2002/12/03] kern/45966 TCPDEBUG kernel option broken by changes o [2002/12/03] ports/45972 tobez Perl system() calls will hang if the proc o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 Telnet fails to properly handle SIGPIPE o o [2002/12/05] ports/46008 kiri [PATCH] Update mail/mew2 to Mew 2.3 o [2002/12/05] ports/46013 dbaker misc/dnetc: fix install error o [2002/12/05] i386/46017 smb mounts break /etc/periodic/weekly/310 o [2002/12/06] ports/46030 mharo ProFTPD 1.2.6 fails to build o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep o [2002/12/06] ports/46039 ports-bugs adzapper install fails out of the box o [2002/12/08] i386/46100 Random panic. o [2002/12/09] ports/46149 trevor Celestia build fix o [2002/12/09] java/46151 phantom Sound Capture works only one time o [2002/12/09] kern/46152 Panic in adw dumping to tape o [2002/12/10] bin/46175 Evolution reports "Generic error" creatin o [2002/12/10] kern/46176 umass causes kernel panic if device remov o [2002/12/11] ports/46180 ports-bugs lang/squeak3 creates $PREFIX/bin/squeak s o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/11] www/46195 www man page kadmind(8) not found at www.Free o [2002/12/12] i386/46223 PC-CARD presence makes kernel panic o [2002/12/12] kern/46226 5.0-RC1 ipfilter module [ipl.ko] fails to o [2002/12/13] kern/46239 posix semaphore implementation errors o [2002/12/13] misc/46245 AC'97 is not supported on ABIT BW7 p [2002/12/13] bin/46249 murray [PATCH] /usr/bin/cmp -x ignored on specia o [2002/12/15] java/46269 glewis ports/java: jdk 1.3.1 p7 fails to build w f [2002/12/15] ports/46278 edwin New Port: games/vegastrike o [2002/12/15] docs/46286 doc there's an omission and an error in the n o [2002/12/17] ports/46322 tobez lang/perl5 - string '0' (zero) is not con o [2002/12/17] ports/46338 ports-bugs cyrus-sasl-1.5.27_7 mysql_verify_password o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 USB controller cannot be initialized on I o [2002/12/19] ports/46381 sumikawa racoon coredumps when talking to win2k o [2002/12/20] ports/46399 ports-bugs libdvxencore permissions o [2002/12/20] conf/46401 dougb [PATCH] /etc/rc.d/named doesn't create ch o [2002/12/20] kern/46405 [PATCH] Bad VLAN handling on NIC's with V o [2002/12/21] ports/46443 ports-bugs lang/jgnat compilation failure f [2002/12/21] i386/46446 make(1) core dumps on buildworld o [2002/12/22] i386/46484 System panics upon configuration of bge N o [2002/12/25] ports/46530 ports-bugs GtkAda2 links against unexistent libgthre o [2002/12/25] bin/46533 Inadequate validity checking on args to t o [2002/12/26] kern/46551 cbb driver hangs on Sony Vaio o [2002/12/26] i386/46553 System freezes after awakening from hiber o [2002/12/26] ports/46554 tobez fix a regex bug dealing with utf8 strings o [2002/12/27] kern/46557 ipfw ipfw pipe show fails with lots of queues o [2002/12/28] misc/46575 KERBEROS IV and KERBEROS V makes PicoBSD o [2002/12/28] kern/46576 FreeBSD 4.6 broke linux emulation install o [2002/12/29] kern/46618 USB (UHCI/ICH3) PALM connect/disconnect/c o [2002/12/29] kern/46619 Installation hangs on IBM Thinkpad T23 o [2002/12/29] kern/46626 Fatal error during compilation of 4.7-REL o [2002/12/31] i386/46646 snd_emu10k1.ko halting the system a [2002/12/31] kern/46647 silby Failure to initialize MII on 3Com NIC res o [2003/01/01] bin/46676 ru [PATCH] bsd.dep.mk restricts domain of ta o [2003/01/02] misc/46694 Getting DUP packets when in Promiscous mo o [2003/01/03] kern/46736 ISA audio CS4232 (HP Omnibook 5000C) work o [2003/01/03] ports/46741 ports-bugs PVM-POV fails trying to locate file/folde o [2003/01/04] kern/46752 bge(4) does not support Broadcom BCM5702C o [2003/01/04] bin/46761 buffer overflow by strcpy() in natd's arg o [2003/01/07] kern/46834 GENERIC kernel doesn't compile on Alpha a s [2003/01/07] ports/46846 lioux livecd: Running fails due to old patches o [2003/01/08] kern/46872 Make sound work on TV-cards with MSDP3415 o [2003/01/08] kern/46881 ether_input casts m_hdr to mbuf and cause o [2003/01/09] kern/46889 imp ax88790 support for ed(4) o [2003/01/09] misc/46902 Error with mount_smbfs and 15 Char Netbio o [2003/01/10] ports/46964 ports-bugs Failure when running "make install" on ex o [2003/01/11] ports/46985 sobomax port x11-toolkits/py-wxPython broken on - o [2003/01/12] kern/47005 OHCI USB not noticing device detachments o [2003/01/14] ports/47061 ports-bugs Conflicting system headers by build of gr o [2003/01/14] ports/47089 ports-bugs multimedia/xmms - core dump (sig 10) whil o [2003/01/15] ports/47107 nbm sip port doesn't build o [2003/01/16] kern/47152 pseudo-device ef in kernel does not creat o [2003/01/17] ports/47177 ports-bugs Have biology/molden build and install the o [2003/01/19] ports/47212 lioux Port `multimedia/libdvdread' could not be o [2003/01/19] i386/47236 Console missing during bootup on Sony Pic o [2003/01/19] i386/47243 Onboard CMedia CMI8738 playback noise o [2003/01/20] ports/47245 znerd daemonctl scribbles over log file when si f [2003/01/20] kern/47255 5.0-RELEASE install boot floppies hang wi o [2003/01/20] ports/47273 portmgr Ports tree references wrong crypto librar o [2003/01/20] kern/47279 IBM 370 hangs on reboot o [2003/01/20] kern/47280 APCI functions crash / corrupt / fail to o [2003/01/20] ports/47285 lioux libmpeg2 fails to build on Alpha o [2003/01/20] kern/47286 device probing not verbose when using boo o [2003/01/21] ports/47298 paul pkg_update removes installed package even o [2003/01/21] ports/47303 wjv Update biology/p5-bioperl to latest relea o [2003/01/22] kern/47352 pcm/ac'97, dsp device busy o [2003/01/23] ports/47402 ports-bugs New Port: net/sysmon f [2003/01/23] ports/47405 lev scribus could not save russian letters an o [2003/01/23] i386/47412 fdisk core dumps (gdb) with gbde disc o [2003/01/24] i386/47449 Thinkpad 755CD floppy boot fails o [2003/01/24] kern/47451 5.0 GENERIC(sysinstall CD) locks during b o [2003/01/24] kern/47452 df(1) reports filesystem empty when it is o [2003/01/26] kern/47512 bash in gdb triggers kernel panic o [2003/01/26] kern/47531 mutex_d panics SMP kernel o [2003/01/28] kern/47586 [PATCH] fix information-leak (mounts) in o [2003/01/28] bin/47607 quota(1) misreports nfs quotas >= 4 GB o [2003/01/29] kern/47628 msdosfs file corruption fix o [2003/01/29] i386/47647 init died with signal 6 o [2003/01/29] kern/47648 creating alias on ethernet interface caus o [2003/01/30] ports/47700 ports-bugs New port: XawPlus, a 3D replacement for X o [2003/01/31] ports/47713 lioux multimedia/ffmpeg - "make deinstall reins o [2003/01/31] ports/47768 ports-bugs print/ghostscript-afpl gv (3.5.8_1) can't o [2003/02/01] kern/47786 imp patch for BUFFALO LPC3-CLX 10/100Base-T P f [2003/02/01] i386/47787 markm new 5.0 system without perl fails buildwo f [2003/02/02] ports/47807 knu ruby-bdb1 fails to install o [2003/02/02] ports/47809 ports-bugs New port: Ukrainian accounting system. o [2003/02/02] i386/47813 pseudo-device gre doesn't appear to work o [2003/02/03] ports/47842 cy security/tripwire fails to build under CU o [2003/02/03] kern/47871 Kernel panic in unpredictable moments o [2003/02/04] kern/47920 if ng_pppoe switches to nonstandard mode o [2003/02/04] i386/47934 /etc/rc.diskless1 does not get valid mem o [2003/02/04] kern/47937 hw.ncpu and kern.smp.cpus duplicate same o [2003/02/05] kern/47939 5.0-Current freezes when bktr device is o o [2003/02/05] ports/47942 lioux qmail-tls MASTER_SITES and naming convent o [2003/02/05] i386/47951 rtld in ld.so will livelock in some circu o [2003/02/05] alpha/47952 alpha DEFPA causes machine check with V5.0-rele f [2003/02/06] kern/48020 kernel system time running fast o [2003/02/07] kern/48033 FFS superblock flags are being ignored? o [2003/02/07] kern/48062 mount -o snapshot doesn't work on +100GB o [2003/02/07] ports/48073 ports-bugs ports version of linux-eagle missing libs o [2003/02/08] ports/48091 ports-bugs port install fails on minimum system o [2003/02/09] kern/48109 relaxed AML checking o [2003/02/09] kern/48116 Support for Synaptics touchpad o [2003/02/09] kern/48117 SMP machine hang during boot related to i o [2003/02/09] ports/48130 kris games/falconseye can't save games or bone o [2003/02/10] kern/48156 Bug in procfs(5) closed in jail. o [2003/02/11] gnu/48183 [patch] gdb on a corefile from a threaded o [2003/02/11] kern/48198 Non-jailed users can kill processes owned o [2003/02/11] ports/48199 mharo portlint doesn't complain about pkg-comme o [2003/02/13] bin/48271 bug with find's -delete option f [2003/02/14] kern/48279 Brooktre878 (bktr) may cause freeze o [2003/02/15] kern/48316 File size limit on NTFS filesystems o [2003/02/16] misc/48325 /etc/periodic/security/100.chksetuid does o [2003/02/16] conf/48326 ucom/uplcom user must make device file be o [2003/02/16] ports/48334 kde KDE System Guard (`sysutils/kdeadmin3') d o [2003/02/16] ports/48335 kde Bug in `kpackage' from `sysutils/kdeadmin o [2003/02/16] kern/48338 pcm audio driver hogs /dev/dsp?.? o [2003/02/16] ports/48343 ports-bugs Several issues with the www/zope port o [2003/02/16] ports/48346 dwcjr samba-devel port thinks 5-CURRENT is SVR5 o [2003/02/16] kern/48359 SiS 5597/8 USB + uscanner breakage o [2003/02/17] bin/48378 brian [PATCH] User-PPP MTU/MRU - LCP Problem o [2003/02/17] kern/48393 ufs2 snapshot code bugs p [2003/02/18] bin/48424 Integer overflow in cksum(1) and sum(1) f o [2003/02/18] kern/48425 Tape drive EOT handling problems in 4.7 o [2003/02/18] kern/48435 wierd file system behavior o [2003/02/19] misc/48461 murray $EDITOR on the fixit CD is wrong. f [2003/02/19] docs/48472 doc Documentation unreadable. o [2003/02/20] ports/48506 lioux multimedia/libmpeg2 mcpu build problem on o [2003/02/22] kern/48560 Panic in if_vlan.c on CURRENT o [2003/02/23] kern/48609 panic: ufsdirhash_lookup: bad offset in h o [2003/02/23] kern/48614 VESA VGA modes for syscons lock up machin o [2003/02/24] bin/48648 FreeBSD 5/PAM: incorrect handling of spac o [2003/02/26] kern/48715 thomas atacontrol detach panics system when ATAP o [2003/02/26] bin/48730 burncd does not handle signals and causes o [2003/02/26] ports/48737 znerd java/jdk13-doc - 5572 files missing from o [2003/02/27] kern/48741 ipnat corrupts packets on gre interface w o [2003/02/27] kern/48752 freeze when installing 5.0 Release f [2003/02/27] kern/48753 freeze of 5.0-RELEASE related to NFS o [2003/02/27] kern/48755 5.0-p2 kernel panic probably filesystem r o [2003/02/27] kern/48758 kldunload if_{nic} can cause kernel panic o [2003/02/28] kern/48777 vidcontrol modes not restored on vt switc o [2003/03/01] ports/48803 kde KDE 3.1 (kxkb) break XKB configuration an o [2003/03/01] ports/48805 kde `Segmentation fault' for games/nethack34- o [2003/03/02] ports/48841 ports-bugs tls on postfix does not work (smtp and sm o [2003/03/02] ports/48852 kris sysutils/pstree can go into infinite loop o [2003/03/02] bin/48856 Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/02] bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unr o [2003/03/03] misc/48881 [PATCH] The influence of /etc/start_ifnam o [2003/03/05] kern/48952 uscanner0 hangs o [2003/03/05] bin/48958 standards The type 'bool' has different sizes for C o [2003/03/06] i386/48982 5.0 buildworld fails after openssl -DOVER f [2003/03/06] kern/48986 sos 5.0-R/4.7R system hangs on HighPoint RAID o [2003/03/07] kern/48996 Fatal trap 12 with incoming traffic from o [2003/03/08] kern/49040 problem mounting root; ffs_mountroot can' f [2003/03/09] bin/49048 [patch] ctm(1) does not check parent dire o [2003/03/09] ports/49056 trevor Festival fixes for newer GCCs [PATCH] o [2003/03/10] bin/49087 Signals lost in programs linked with libc o [2003/03/11] kern/49102 julian Resident set size calculation broken in 5 o [2003/03/11] i386/49116 ACPI module disables /dev/psm0 detection o [2003/03/12] ports/49966 des portupgrade -R for linux-opera breaks ins o [2003/03/13] misc/49984 openSSH crashes while password based auth o [2003/03/13] ports/49995 phantom Native JDK1.4.1 build fails if WRKDIRPREF o [2003/03/15] ports/50042 mbr ports/www/mod_frontpage causes Bad System o [2003/03/16] ia64/50059 kan GCC bug tracker (tracks GCC PR 10116) o [2003/03/16] ports/50062 knu portupgrade does not process directives f o [2003/03/17] ports/50083 lioux qpopper 4.0.5 tarball file permissions do f [2003/03/18] ports/50093 kde x11-toolkits/qt31 port lacks of configura o [2003/03/18] i386/50099 jhb [PATCH] AP initialization fails on some S o [2003/03/18] ports/50104 ports-bugs Zope package does not set sticky bit on v o [2003/03/20] kern/50149 Using Alcatel SpeedTouch results in "usb0 o [2003/03/21] ports/50162 adrian update ports www/squid to 2.5-stable2 o [2003/03/25] kern/50298 unlimited usage of AGP memory make system o [2003/03/25] ports/50305 ports-bugs multimedia/xmms-avi fails to build on CUR o [2003/03/27] kern/50348 On usb.ko unload usb and usbN devices are p [2003/03/28] bin/50384 robert pkg_version -v core-dumps when no package o [2003/03/28] ports/50402 knu glib20 port: pthread_getschedparam is mis o [2003/03/29] ports/50417 phoenix Phoenix does not respect /usr/X11R6/lib/b o [2003/03/29] ports/50418 phoenix Phoenix file "unix.js" links to old versi o [2003/04/02] kern/50541 scottl raidframe does not work o [2003/04/03] kern/50574 imp dc driver incorrectly detects ADMtek chip o [2003/04/04] bin/50612 4.7-4.8 BIND error (BIND goes haywire.) o [2003/04/05] kern/50621 panic while TCP6 bind() o [2003/04/07] kern/50683 fxp broken o [2003/04/07] ports/50694 lioux mail/qmail-ldap edit mismatch causes CLEA f [2003/04/08] bin/50733 buildworld won't build, because of linkin o [2003/04/08] kern/50741 "wiring down SCSI devices" as described i p [2003/04/10] bin/50770 tjr popen in libc_r not threadsafe o [2003/04/10] ports/50795 ports-bugs misc/solfege does not function o [2003/04/10] kern/50803 mbuf-related kernel panic (sbappendaddr) o [2003/04/11] kern/50807 NFS file locking as client deos not worki o [2003/04/11] kern/50827 [PATCH] no sane record locking on *nix. o [2003/04/11] ports/50844 ports-bugs MPlayer fails to build on Alpha o [2003/04/12] kern/50856 kernel panic if mounting /tmp as mfs with o [2003/04/12] i386/50887 MBR on kern.flp fails Compaq MBR validati o [2003/04/13] bin/50912 dwmalone Small syslogd & postfix incompatibility a o [2003/04/14] kern/50943 kernel panic to initialize NIC (Intel Pro o [2003/04/14] kern/50947 darrenr BUG: port eq 25 does not work anymore (po o [2003/04/15] ports/50975 anholt xclock segfaults o [2003/04/15] ports/51007 dirk cdda2wav rips glitches on 5.0 o [2003/04/16] ports/51069 wjv [PATCH] p5-XML-Twig does not correctly de p [2003/04/17] misc/51085 ache FreeBSD is missing ja_JP.eucJP locale. o [2003/04/17] ports/51089 lioux net/dctc refuses to connect to any hub f [2003/04/17] ports/51113 knu /usr/ports/lang/ruby build failure; sed? o [2003/04/18] ports/51128 ports-bugs It is not possible to build security/drwe o [2003/04/18] kern/51132 ipfw kernel part of ipfw1 processes 'to not me o [2003/04/18] www/51135 www Problems with the mailing-lists search in o [2003/04/18] ports/51140 jedgar No documentation for the port databases/d o [2003/04/18] kern/51145 Audio Slows during Heavy I/O o [2003/04/18] misc/51146 Incorrect error message when configuring o [2003/04/19] ports/51159 ports-bugs linux-flashplugin-5.0r51 does not work wi o [2003/04/19] bin/51171 /bin/sh has only 32-bit arithmetics that o [2003/04/21] standards/51209standards [PATCH] add a64l()/l64a/l64a_r functions o [2003/04/21] kern/51243 Deadlock via syscons f [2003/04/21] bin/51253 syslogd crashes. o [2003/04/22] kern/51274 ipfw ipfw2 create dynamic rules with parent nu o [2003/04/22] ports/51281 tobez broken way of upgrading perl5.6.x to 5.8 o [2003/04/23] kern/51308 sound Creative SB32 doesn't work under CURRENT o [2003/04/23] kern/51309 rl driver problem on large file transfers o [2003/04/23] ports/51316 ports-bugs games/bsdtris: fails to run after install o [2003/04/23] ports/51324 knu lang/ruby-devel fails to remove lib/ruby/ o [2003/04/23] kern/51332 njl QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1F o [2003/04/23] ports/51334 ports-bugs [New Port] Zend Optimizer 2.1.0a f [2003/04/24] ports/51340 edwin [Maintainer Update] Port: devel/zziplib f [2003/04/24] kern/51341 ipfw ipfw rule 'deny icmp from any to any icmp o [2003/04/24] kern/51352 panic: malloc(M_WAITOK) in interrupt cont o [2003/04/25] misc/51409 us.emacs.kbd doesn't have 'boot' o [2003/04/25] ports/51423 ports-bugs palm/ports/pose fails to build o [2003/04/27] ports/51455 billf core dump when exiting ethereal o [2003/04/27] ports/51464 ports-bugs [Patch Port] devel/viewcvs (unforbidden) o [2003/04/27] gnu/51466 /usr/include/g++/bits/stl_vector.h:918: i o [2003/04/27] ports/51470 ports-bugs linux-opera7 repeatedly crashes when usin o [2003/04/28] ports/51539 tobez dual perl installation breakage? o [2003/04/29] kern/51583 tjr [PATCH] allow to work with devices and so o [2003/05/02] kern/51685 Unbounded inode allocation causes kernel o [2003/05/02] ports/51711 ports-bugs /usr/ports/emulators/linux_base will not o [2003/05/02] ports/51714 ports-bugs emulators/linux_base port fails to instal f [2003/05/05] ports/51789 ports-bugs high security hole in old dcgui/dclib por o [2003/05/05] ports/51807 ports-bugs g++295 can't parse header file o [2003/05/05] ports/51813 ports-bugs wrong mod_perl dependencies o [2003/05/05] bin/51827 getaddrinfo() is broken with numeric serv o [2003/05/06] ports/51837 murray [Unbreak Port] print/hugelatex (fix PLIST o [2003/05/06] bin/51892 can't ssh after su to different local use o [2003/05/07] bin/51927 routed(8) fails to use multicast with IFF o [2003/05/07] ports/51941 ports-bugs Compiling error in /usr/ports/japanese/gn o [2003/05/07] ports/51946 jedgar grub port looking for /dev/rfd0 o [2003/05/07] bin/51949 thread in accept cannot be cancelled o [2003/05/08] kern/51964 panic: race condition with realitexpire() o [2003/05/08] kern/51982 sio1: interrupt-level buffer overflows o [2003/05/09] kern/52002 the Fiber Channel isp driver does not wor o [2003/05/11] ports/52064 ports-bugs ns2 (ports/net/ns) was broken o [2003/05/11] ports/52065 ports-bugs port of ns2(ports/net/ns) was broken o [2003/05/11] ports/52067 anholt Machine reboots when loading X after cold a [2003/05/11] ports/52068 openoffice portupgrade of openoffice.org-1.0.3 stall o [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM a [2003/05/11] ports/52087 openoffice error while building japanese/openoffice o [2003/05/12] kern/52110 FS corruption when using unionfs o [2003/05/12] misc/52122 make release does not use proper binaries o [2003/05/12] kern/52128 Unable to floppy install on Toshiba Libre o [2003/05/14] ports/52236 phantom java/jdk14 does not build the Java Plugin o [2003/05/14] kern/52260 sys/net/if.c:if_detach in FreeBSD4 forget o [2003/05/15] java/52302 phantom jdk14 runnaway processes o [2003/05/16] ports/52318 ports-bugs ports/net/jabber-msn don't builds o [2003/05/16] kern/52331 4.7 to 4.8-REL upgrade: SCSI disks on sym f [2003/05/16] kern/52338 yar fdc(4) floppy disk driver & non-blocking o [2003/05/16] bin/52343 NIS login problem on the server o [2003/05/16] ports/52352 ports-bugs Postfix Configuration Summary Reporter o [2003/05/17] ports/52387 anholt XDMCP doesn't work [PATCH] o [2003/05/18] i386/52392 i386 Password lengths over 8 chracters are ign f [2003/05/18] kern/52412 tjr panic lockmgr on close() in ro nullfs o [2003/05/19] bin/52433 lines in /etc/group longer than 1024 char o [2003/05/19] i386/52438 Promise TX2 Ultra100 hangs system o [2003/05/19] kern/52445 Kernel panics when mounting floppy on MFS o [2003/05/20] kern/52490 ^T'ing a zombie causes 'calcru: negative o [2003/05/20] ports/52498 ports-bugs Maintainer update of biology/tinker port o [2003/05/21] kern/52527 atacontrol detach 0 causes kernel panic o [2003/05/21] i386/52556 i386 Syskonnect SK9843SX, sk driver, MII not d o [2003/05/22] kern/52561 5.1-BETA install fails on Dell PowerEdge o [2003/05/22] i386/52581 i386 Boot loaders reading more than one sector o [2003/05/23] ports/52602 ports-bugs security/ident2 port segfaults when retur o [2003/05/23] i386/52610 i386 MSI "655 max" (MS-6730, SiS 655/963) MB A o [2003/05/24] i386/52638 i386 SCSI U320 on SMP server won't run faster o [2003/05/24] kern/52648 bonnie gives kernel panic in SMP but not o [2003/05/25] ports/52684 lioux x11/rxvt-devel distinfo incorrect o [2003/05/27] i386/52724 i386 crashes apparently due to a ACPI problem o [2003/05/27] kern/52728 vidcontrol 80x60 panics reproducably o [2003/05/27] kern/52729 panic: bremfree: removing a buffer not on o [2003/05/27] bin/52743 /etc/ppp/ppp.linkup instability issues o [2003/05/28] ports/52755 ports-bugs ports net/openldap21 has recursive depend o [2003/05/28] kern/52756 4.8 RELEASE installer(generic kernel) sta f [2003/05/28] ports/52774 znerd New port: mod_jk2 port (a clean build) o [2003/05/28] ports/52775 znerd New port: mod_jk2 slave port for apache2 o [2003/05/28] ports/52777 znerd New slave port: mod_jk-apache2 o [2003/05/30] kern/52812 FTP problems when using dummynet + ipfilt o [2003/05/30] kern/52817 top(1) shows garbage for threaded process o [2003/05/30] kern/52818 vm_fault() calls vput() on shared-locked o [2003/05/31] i386/52822 i386 5.1-BETA2 problems with named/syslogd/if_ o [2003/06/01] ports/52849 dirk [update/new port] Fix a security issue in o [2003/06/02] kern/52866 Fatal 12 pagefault... when I load kernel o [2003/06/02] kern/52868 NFS v3 shows a negative size with volumes o [2003/06/04] kern/52925 Gigabyte GA-8IK1100 motherboard hangs on o [2003/06/04] kern/52935 occasional panic in ip_input with IPSEC o [2003/06/04] kern/52936 Huge writes to nfs exported FAT filesyste o [2003/06/04] ports/52944 ports-bugs CUPS is not configurable on 4.8-RELEASE o [2003/06/05] kern/52962 discrepancy between ifconfig and wicontro o [2003/06/05] kern/52966 pdeuskar em0 not in promisc mode when bridging. o [2003/06/05] ports/52967 ports-bugs Checksum-with bdb/db o [2003/06/05] kern/52970 vidcontrol 80x60 panics reproducably o [2003/06/05] standards/52972standards /bin/sh arithmetic not POSIX compliant o [2003/06/05] i386/52975 i386 CPUTYPE=k7 results in non-functional /boo o [2003/06/06] kern/52988 mbr [patch] if_dc with ADMTek AN983B corrupts o [2003/06/07] kern/53008 [PATCH] genwakecode generates errornously o [2003/06/10] i386/53137 i386 background fscking causing ffs_valloc pan o [2003/06/10] ports/53181 ports-bugs New port: postgresql-contrib o [2003/06/10] kern/53187 wi(4) monitor mode on PRISM2 not function o [2003/06/11] bin/53201 re buildworld 5.1-RELEASE on 4.8-STABLE fail o [2003/06/11] ports/53214 ports-bugs emulators/vmware3 tries to install emulat o [2003/06/12] kern/53249 Add ID's for Asus WL-100 card o [2003/06/12] kern/53257 malloc() never returns 0 o [2003/06/13] ports/53290 lioux Adds russian charsets to `mail/spamoracle o [2003/06/15] kern/53334 o [2003/06/15] ports/53345 sobomax sdl12 fails o [2003/06/16] ports/53376 sobomax devel/sdl12: compilation breaks on recent o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian o [2003/06/16] ports/53392 ports-bugs mail/pyzor installed files permissions in o [2003/06/17] ports/53414 ports-bugs port security/amavis-perl open filedescri o [2003/06/17] bin/53434 pw disallow a password including space. o [2003/06/18] kern/53447 poll(2) semantics differ from susV3/POSIX o [2003/06/18] ports/53458 ports-bugs irc/tr-ircd breaks on non-IPv6 kernels o [2003/06/18] kern/53481 5.1R does not recognise xl0 at every star o [2003/06/19] ports/53504 knu pkgdb -F causes ruby to fail (can not all o [2003/06/19] ports/53508 ports-bugs security/newpg: gpgsm dumps core (while i o [2003/06/19] ports/53533 ports-bugs palm/pilot-link does not compile on 5.1-R o [2003/06/20] standards/53554standards interval timers not cleared in fork() o [2003/06/20] ports/53561 dirk patch to fix fail configure for mysql323 o [2003/06/20] kern/53566 IBM Eserver (245 || 345) + ServeRaid 5i i o [2003/06/20] bin/53573 amd mounts only first session of a multis o [2003/06/21] kern/53601 Quirk entry for Casio Exilim EX-S3 digita o [2003/06/21] bin/53606 ntpdate seems to hang system o [2003/06/23] kern/53656 Problem with if_dc and Davicom DM9102AF o [2003/06/23] ports/53659 dirk Can't build MySQL 323 on 5.1 o [2003/06/24] sparc64/53670sparc64 pthreads implementation on 5.1-Release sp o [2003/06/24] ports/53679 nobutaka multimedia/xine fails to start o [2003/06/24] ports/53696 ports-bugs new port: Security scanner for Samba o [2003/06/25] kern/53712 drm/DRI broken (out of DMA buffers?) for o [2003/06/25] kern/53717 4.8-RELEASE kernel panic (page fault) o [2003/06/27] bin/53839 sysinstall disklabel editor fails on post o [2003/06/27] ports/53843 ports-bugs trouble running getmail from cron o [2003/06/27] kern/53847 software hang o [2003/06/27] ports/53852 ports-bugs freepascal build fails due to attempted b o [2003/06/27] ports/53862 ports-bugs -CURRENT ports symlink busted o [2003/06/27] bin/53863 [PATCH] mount_smbfs: argument 2 of getvfs o [2003/06/28] ports/53888 ports-bugs Linux Realplayer esound support and depen o [2003/06/29] ports/53910 ports-bugs flash broken in latest opera - version li o [2003/06/30] kern/53920 sluggish TCP connection o [2003/06/30] kern/53927 wi0: device timeout problem with PRISM 2. o [2003/06/30] kern/53940 Some WiFi devices cannot connect to hosta o [2003/06/30] i386/53948 i386 console="comconsole" in loader.conf cause o [2003/07/01] ports/53962 nakai emulators/gngb: Bento fix. o [2003/07/01] kern/53966 IPFilter module does not support IPv6 o [2003/07/01] kern/53987 smbfs can't access to files with symbol ż o [2003/07/02] misc/54004 Incorrect usr/src/release/sysinstall Make o [2003/07/02] ports/54016 arved oooqs port contains some typos and incorr o [2003/07/02] bin/54031 awk/nawk regression with LANG o [2003/07/02] i386/54033 i386 Disk lockup. o [2003/07/02] kern/54049 Sound driver reports device busy and show o [2003/07/03] advocacy/54066advocacy ACPI repeating error messages at boot tim o [2003/07/03] ports/54067 mbr www/mod_auth_mysql_another fails to build o [2003/07/03] ports/54069 ports-bugs [fix] net/ns: update to 2.26 unbreaks it o [2003/07/04] pending/54086gnats-admin o [2003/07/04] pending/54091gnats-admin o [2003/07/04] bin/54097 Non-local yppasswd -d broken in 5.1-CURRE o [2003/07/05] ports/54125 ports-bugs o [2003/07/06] ports/54153 adrian update squid to 2.5STABLE3 o [2003/07/06] ports/54156 dougb Add foomatic and cups support to print/hp o [2003/07/07] ports/54168 ports-bugs [Maintainer Update] Port: irc/tr-ircd o [2003/07/07] ports/54169 ports-bugs [Maintainer Update] Port: irc/ircservices o [2003/07/07] ports/54180 glewis Compilation of java/jdk13 fails (with sol o [2003/07/07] kern/54188 [PATCH] touchpad doesn't work on some Ace o [2003/07/07] misc/54189 DNS resolver should resolve hostnames wit 1237 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 standards Distributed libm (msun) has non-standard s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po o [1997/01/10] bin/2442 setusershell()/endusershell() missing a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d s [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/07/18] bin/4116 Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 jmallett 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/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 jkoshy Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/10] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul f [1998/03/06] i386/5932 perfmon kernel code should check for non- f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl p [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/18] conf/6346 joe Kernel version strings need to relate to s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD o [1998/06/22] ports/7023 portmgr bsd.port.(%|subdir.).mk patches for size a [1998/07/01] bin/7136 markm kerberized telnetd doesn't use gettytab % s [1998/07/10] misc/7232 qa Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/22] kern/7722 Changes to acct format s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/19] kern/8376 tjr CLOCK_VIRTUAL not implemented o [1998/10/27] i386/8474 repquota does not pick up NIS information a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/27] i386/8867 qa /stand/sysinstall core dumps (signal 11) a [1998/12/18] bin/9123 pax can't read tar archives that contain f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy a [1999/01/05] bin/9333 jkoshy timestamp dump's progress o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi a [1999/01/28] bin/9770 jmallett An openpty(3) auxiliary program o [1999/01/29] i386/9777 cg Generic AD1816 sound suport in Luigi's pc o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/19] gnu/10670 peter cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/04/11] bin/11085 Per-host configuration for syslog.conf p [1999/04/11] bin/11092 johan readlink(1) from OpenBSD f [1999/04/13] bin/11114 tjr make(1) does not work as documented with o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 f [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 fanf [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/21] conf/12324 qa Sysinstall's fdisk partition editor is mi o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/25] bin/12801 nvi infinite recursion with options "left f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 cy pkg_delete doesn't handle absolute pathna o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel o [2000/06/19] misc/19391 emulation Evilness with Linux Terminus, causes X to o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup s [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/30] ports/19594 trevor update port: qrash o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/07] kern/19756 Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 ambrisko Run Fit it floppy from serial port o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/20] bin/20054 yar ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed a [2000/07/28] ports/20270 ade libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is s [2000/07/31] misc/20333 des ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide f [2000/08/02] bin/20371 mbr dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/09] bin/20501 mjacob extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 standards sysconf(3) manpage doesn't mention posix. o [2000/08/10] kern/20529 wpaul gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 peter top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an f [2000/08/24] misc/20830 kernel link problems with Olicom token ri o [2000/08/26] bin/20881 There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] docs/21024 bde pow() ERANGE bug o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/24] bin/21519 standards sys/dir.h should be deprecated some more f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] bin/21766 [PATCH] add -s (skip) flag to head(1) o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy a [2000/10/06] kern/21807 [patches] Make System attribute correspon o [2000/10/07] docs/21826 wollman ARP proxy feature lacks documentation o [2000/10/09] kern/21859 fanf Allow the syncer to be slowed down o [2000/10/09] ports/21885 portmgr bsd.port.mk: test for old layout is too o [2000/10/14] conf/21994 qa Config of Anonftp (at install) always cre o [2000/10/16] bin/22033 iedowse [PATCH] to pw(8) to allow encrypted passw o [2000/10/16] bin/22034 nfsstat lacks useful features found in So o [2000/10/18] misc/22073 xonsole: couldn't open console f [2000/10/18] conf/22102 Local scripts get run before securelevel o [2000/10/21] bin/22182 vi options noprint/print/octal broken o [2000/10/21] misc/22190 A threaded read(2) from a socketpair(2) f o [2000/10/21] bin/22198 inet_ntop may set errno to ENOSPC and nee o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m s [2000/10/27] bin/22351 green sed(1) fails with backslash on buffer bou o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) o [2000/11/02] ports/22550 cy Patch for conserver for log file rotation o [2000/11/04] bin/22612 schweikh crontab -e failures a [2000/11/08] misc/22696 luigi picobsd build with router configuration c o [2000/11/08] ports/22698 portmgr Ports' rc.d files should use rc.conf o [2000/11/09] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/14] docs/22861 dd newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/23] conf/23063 ru [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/27] misc/23148 getopt(3) works non-intuitively? o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/05] kern/23304 standards POSIX clock_gettime, clock_getres return o [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B f [2000/12/07] misc/23362 fenner tcpdump wrong on sppp CISCO_HDLC encoded a [2000/12/09] conf/23402 qa sysinstall upgrade ought to check partiti p [2000/12/11] bin/23472 mp gdb weirdness on programs compiled with - o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/15] i386/23562 markm telnetd doesn't show message in file spec o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois o [2000/12/24] ports/23822 trevor mtree entries for German X11 man pages a [2000/12/28] bin/23912 sheldonh underflow of cnt in vs_paint() by O_NUMBE o [2001/01/04] bin/24066 mp gdb can't detach from programs linked wit p [2001/01/07] misc/24132 mp gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 sound emu10k1 has trouble playing non-44.1KHz s o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/12] ports/24299 ports-bugs Configure the synaptics touchpad. o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/18] bin/24435 qa Changing slice type causes Auto-partition o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us o [2001/01/21] misc/24513 peter new options for pppd p [2001/01/21] conf/24515 dougb Fix for find(1) warning in /etc/rc o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/23] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] bin/24757 yar ftpd not RFC compliant o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/03] kern/24827 yokota Erratic Intellimouse Explorer in 4.1 and a [2001/02/05] docs/24869 hmp Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] misc/24907 qa Options screen at MenuMedia menu problem o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24983 nobutaka Emacs ports have misleading names o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu p [2001/02/11] docs/25016 ru symlink(7) manpage says symlinks have no o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/13] bin/25070 gad newsyslog(8) should send signals only onc o [2001/02/13] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/27] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] bin/25462 daemon(3) fails if called by a session le o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) p [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery p [2001/03/04] conf/25527 trhodes `man ldconfig' does not reflect its behav o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 anholt XFree86-4 port installs manual pages with o [2001/03/07] bin/25598 patch to let ftpd output message when cha s [2001/03/09] bin/25627 Cannot append hash after .elif in Makefil o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon f [2001/03/13] kern/25777 atime not updated on exec a [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num f [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v a [2001/03/22] docs/26006 jeff Changing zone(9) man page p [2001/03/22] kern/26016 iedowse VMWare is crash on SMP machine o [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/28] ports/26192 ports-bugs apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 chris *printf(3) etc should gain format string o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow a [2001/04/04] kern/26348 hm [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 dougb incomplete named sandbox information a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 ipfw Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 ambrisko "lnc" problem with shared memory mode wit o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who p [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/22] kern/26787 dd sysctl change request s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in a [2001/04/25] bin/26854 sound Better fix for ESS Technology Maestro-2E o [2001/04/26] misc/26879 darrenr mkfilter not installed, yet referred to v o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] bin/26919 qa sysinstall' fdisk can ONLY set bootable f o [2001/04/29] docs/26943 doc [patch] description of :C modifier is mis o [2001/04/30] i386/26994 obrien AMD Athlon Thunderbird not known to ident o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] misc/27039 new syscons screensaver o [2001/05/04] java/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] java/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs f [2001/05/07] bin/27188 jon fix of rsh non-interactive mode behaviour o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/08] i386/27216 qa Can not get to shell prompt from serial c o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r o [2001/05/13] i386/27306 mp hw watchpoints work unreliable under gdb o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] bin/27483 qa make sysinstall ask for the keymap at ins o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken o [2001/06/01] misc/27829 pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/07] alpha/27930 NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr o [2001/06/13] ports/28121 netchild New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 harti ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] misc/28255 picobsd documentation still references ol s [2001/06/18] kern/28260 standards UIO_MAXIOV needs to be made public o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction p [2001/06/27] misc/28455 GNU readline should be updated to 4.2 p [2001/06/27] misc/28456 murray german keymap with dead keys o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/30] docs/28555 trhodes [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/07] ports/28803 cy ports/comms/conserver does not support ## o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 mbr Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz a [2001/07/13] docs/28949 phk the mknod(8) man page stills refers to bl o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma o [2001/07/14] i386/28975 mjacob RocketPort problems o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/15] bin/28988 We need more simple message digesting too o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/19] misc/29077 imp At loading notebook pccardd not correctly f [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/25] ports/29223 ports-bugs cyrus-imapd and postfix master.8 manpage o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not s [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p f [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar f [2001/07/29] kern/29318 mjacob Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/31] kern/29355 mux [patch] lchflags support o [2001/08/01] bin/29363 gad [PATCH] newsyslog can support time as ext f [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes f [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 o [2001/08/09] bin/29581 nectar proposed gethostbyXXXX_r() implementation o [2001/08/11] kern/29621 n_hibma Missing man page for ulpt f [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/14] kern/29698 linux ipcs doesn'work o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a a [2001/08/17] docs/29807 trhodes [PATCH] XFREE86_VERSION is undocumented f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm o [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/20] misc/29893 qa suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 markm pam_unix patch, which uses loginclass pas o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29929 ports-bugs wginstall.pl script chokes on calculated o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/24] kern/30052 mbr dc(4) driver queues outgoing pkts indefin f [2001/08/27] ports/30148 ade devel/libtool: shared libs with compaq-cc f [2001/08/28] kern/30160 Kernel panic when flash disk is removed a f [2001/08/28] kern/30179 FreeBSD 5.0 install hangs: deviceTry: mak o [2001/08/29] misc/30186 getaddrinfo does not handle incorrect ser o [2001/08/29] kern/30200 yokota Bug in psm in 4.4-RC o [2001/08/29] ports/30201 msmith editors/wordperfect in ports is not usabl f [2001/08/29] i386/30206 PS/2 server 85 can't boot kern.flp o [2001/08/29] misc/30213 Fatal Errors of Server Programe f [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/03] conf/30301 Default printcap "mx" config too small o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen o [2001/09/07] misc/30412 rtdl/dlopen() fails to merge common varia o [2001/09/07] kern/30422 WDT hardware watchdog driver & daemon o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/08] docs/30442 trhodes remove broken referemce to gettime(9) fro p [2001/09/08] docs/30443 trhodes remove broken reference to kerberos(1) fr o [2001/09/09] i386/30461 sound no audio cd with cmi8330 o [2001/09/09] bin/30464 pthread mutex attributes -- pshared f [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/11] misc/30517 using sysinstall with install.cfg has no o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall o [2001/09/13] kern/30570 boot loader don't reacts on USB keyboard o [2001/09/14] ports/30573 nakai /usr/X11R6/bin/xfce_setup does not create o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri p [2001/09/17] kern/30634 kbyanc kevent.data value incorrect for UDP socke o [2001/09/18] bin/30654 gad Added ability for newsyslog to archive lo f [2001/09/18] bin/30661 alfred FreeBSD-current fails to do partial NFS f a [2001/09/20] bin/30685 cjc Patch for usr.bin/hexdump o [2001/09/20] i386/30700 sound Applications cannot synchronize sound usi o [2001/09/22] ports/30732 obrien bash2 - pkg-plist fix and sample files ad a [2001/09/22] bin/30737 murray sysinstall leaks file descriptors on rest o [2001/09/23] ports/30754 nakai x11/dgs port overwrites a number of files o [2001/09/23] ports/30777 portmgr add a 'make pkg-plist' make target in por f [2001/09/24] ports/30788 sobomax compile works, install fails of graphics/ o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/26] ports/30848 roam courier imapd won't compile with vpopmail o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica o [2001/09/26] misc/30857 intr_machdep.c allows access out of array o [2001/09/26] i386/30860 While install after "Mounting root from u o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro o [2001/09/27] ports/30870 ports-bugs httpd in free(): warning: recursive call o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/09/30] ports/30929 brian [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30936 taoka pips-sc880 installed script contains inco o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/09/30] kern/30951 Optimize page queue scan on miss of speci o [2001/10/01] alpha/30970 alpha Ensoniq 1371 (Creative chipset) does not o [2001/10/04] bin/31034 dwmalone regularly add original address logging fo o [2001/10/04] kern/31048 linprocfs:/proc/meminfo cannot handle mul p [2001/10/04] bin/31052 fenner Traceroute needs update f [2001/10/07] misc/31097 main thread will accept() failure when so o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/15] misc/31297 yokota New screen blanker module for syscons o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T o [2001/10/19] misc/31380 NFS rootfs mount failure message too cryp o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/21] i386/31427 minor incorrect code in sys/i386/i386/pma o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/22] kern/31445 sound cat sound.au > /dev/audio fails for sound a [2001/10/23] kern/31455 n_hibma [PATCH] ohci driver probrem when send dat o [2001/10/23] kern/31456 Register number definition for AMD PCnet f [2001/10/25] kern/31490 Panic in sysctl_sysctl_next_ls on empy no o [2001/10/26] kern/31521 cg pcm0 plays too fast on Intel 82801BA (ICH f [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/29] bin/31588 change request to allow mount(1) to set t o [2001/10/29] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] ports/31630 jmz Port se-ispell install the dictionary in o [2001/10/30] kern/31647 socket calls can return undocumented EINV o [2001/11/01] i386/31686 Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde f [2001/11/02] i386/31716 FreeBSD uses broken tsc timecounter by de o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/09] misc/31890 new syscons font o [2001/11/10] bin/31906 No method available to unwind atexit(3) s o [2001/11/11] ports/31910 greid comms/sms_client o [2001/11/12] bin/31933 pw can interpret numeric name as userid d a [2001/11/12] ports/31943 dirk mysql323-server port hostname look up fai f [2001/11/13] kern/31971 microuptime() went backwards when apm is o [2001/11/14] misc/31981 (mis)feature in getnetent parsing -- comm o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator s [2001/11/15] i386/32014 ppi locks up system during boot o [2001/11/15] docs/32020 doc loader.8 manpage missing tunables o [2001/11/16] ports/32039 greid UPDATE devel/asmutils 0.14 -> 0.15 o [2001/11/16] docs/32054 doc inconsistency between index.3 and rindex. o [2001/11/17] conf/32067 Problems with spanish keyboard in console o [2001/11/18] bin/32092 crypt pickups the wrong password format o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc o [2001/11/20] standards/32126standards getopt(3) not Unix-98 conformant f [2001/11/20] misc/32144 murray unattended install with sysinstall doesn' o [2001/11/20] ports/32145 jmz XFree86 doesn't ldconfig itself o [2001/11/22] ports/32202 kbyanc ports/devel/py-htmlkit distribution does o [2001/11/26] conf/32288 After install: /etc/rc complains if crypt f [2001/11/26] ports/32317 petef Request for linux-qt port a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated a [2001/11/30] bin/32411 shutdown's absolute-time handling could b p [2001/12/01] bin/32433 maxim Cannot specify files beginning with + on o [2001/12/03] misc/32480 Missing graphic characters in syscons fon o [2001/12/04] bin/32501 quot(8) is stupid regarding the filesyste o [2001/12/04] ports/32508 ports-bugs www/flashplugin-mozilla has malloc bug o [2001/12/08] ports/32604 portmgr Many ports which depends on apache don't f [2001/12/08] misc/32605 nsouch SMBus driver broken o [2001/12/09] kern/32652 joe A new ioctl to uscanner s [2001/12/09] ports/32653 joe Added patches to improve USB scanner supp o [2001/12/09] kern/32659 VM and VNODE leak with vm.swap_idle_enabl o [2001/12/09] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/09] docs/32662 dd arp(8) uses "this host" with two differen o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] kern/32671 imp Patch to generate usbdevs.h automatically o [2001/12/10] kern/32677 pciconf -l opens /dev/pci for read/write o [2001/12/10] misc/32680 [PATCH] Allows users to start jails by ho o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 roger bktr driver missing tuner for eeprom dete o [2001/12/14] bin/32828 phk w incorrectly handles stale utmp slots wi p [2001/12/16] kern/32912 mp options misssing TCBHASHSIZE o [2001/12/17] ports/32936 mharo ports/security/keyprint only supports S/K o [2001/12/18] conf/32976 assar Kerberos5 config files not installed by d o [2001/12/18] docs/32979 hmp manpages are not installed for k5admin an s [2001/12/18] ports/32999 arved New ports: devel/ORBacus4 o [2001/12/19] kern/33004 n_hibma Patch for USB (uhci) o [2001/12/19] misc/33007 n_hibma umass device timeout after successive use o [2001/12/19] misc/33013 cg mixer does not have treble/bass for Sound o [2001/12/19] conf/33018 Patch for RC (add multiple SSHD configura o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/22] i386/33097 sound Crystal 4237b mixer problems o [2001/12/23] kern/33117 empty struct md_coredump in pcb.h and use o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt s [2001/12/23] bin/33133 keyinit outputs wrong next login password o [2001/12/25] gnu/33182 mp gdb seg faults when given handle SIGALRM o [2001/12/26] kern/33203 "got bad cookie" errors on NFS client o [2001/12/29] ports/33320 dima print/acroread4 does not install the Nets o [2001/12/31] conf/33395 imp better way to use more than one pccard ne o [2002/01/03] misc/33523 green XV application cannnot be transfered thro o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . o [2002/01/07] docs/33645 assar k5list(1) contains many incorrect "klist" a [2002/01/07] bin/33661 PAP AuthAck/AuthNak parsing problem in pp o [2002/01/08] kern/33696 phk panic: Driver mistake: repeat make_dev("a o [2002/01/08] kern/33707 sound ICH (82801AA) cannot be used for mono rec o [2002/01/09] docs/33724 chern a very minor documentation error o [2002/01/09] misc/33736 yokota Scroll-lock on the console prevents shutd o [2002/01/09] conf/33753 Intel ICH2 and NVidia device ID updates o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/10] misc/33778 joe crunchgen enhancements o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 tjr strptime(3) is misleading o [2002/01/13] docs/33852 doc split(1) man page implies that input file o [2002/01/13] misc/33866 Last Hr, Last ... may be incorrect on mac o [2002/01/14] docs/33877 doc Documentet behaviour of SF_flags for non- o [2002/01/14] ports/33906 ports-bugs [PATCH] tic program as a port for easier o [2002/01/15] conf/33920 imp Can't use `Panasonic KXL-CB10AN' (CD-R/RW o [2002/01/15] misc/33926 doc Search function on website can not access o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bmah Messages at the serial IO port device pro o [2002/01/16] misc/33965 Programmable keys of the keyboard (Olidat o [2002/01/16] conf/33967 Alternative Italian keymap o [2002/01/17] ports/33980 benno Can't use sgmltools-lite-3.0.0 port o [2002/01/17] i386/34010 keyinit takes passwords less than 10 char o [2002/01/18] misc/34019 green sftp core dumped o [2002/01/19] misc/34062 bsd.kmod.mk fails due to bug in make with f [2002/01/21] bin/34111 rlogin not finished o [2002/01/21] bin/34146 newfs defaults and vfs.usermount=1 tug at o [2002/01/22] misc/34171 ftpd indiscrete about unprivileged user a o [2002/01/23] misc/34195 iedowse setting the action for SIGCHLD to SIG_IGN o [2002/01/23] bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o [2002/01/24] alpha/34232 alpha rpc.statd throws alignment errors o [2002/01/24] docs/34239 trhodes tunefs(8) man page doesn't describe argum o [2002/01/26] misc/34309 gad lpd does not garantie that controlfiles b a [2002/01/26] conf/34316 sheldonh Uncomment kserver-adm to /etc/services o [2002/01/27] conf/34355 [PATCH] rc.conf comment misleading (firew o [2002/01/28] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] misc/34401 green ssh & kerberos IV don't work together o [2002/01/29] misc/34412 maxim tftp will still try and receive traffic e o [2002/01/30] ports/34442 ports-bugs xt, xalan-j, saxon should have the same C o [2002/01/31] conf/34494 n_hibma usb configuration problem - usb does not o [2002/01/31] bin/34497 calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. o [2002/01/31] bin/34519 pkg_check(8) does not return exit code >0 o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d o [2002/02/02] ports/34550 ports-bugs ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports-bugs graphics/blender port is broke o [2002/02/03] kern/34591 ICMP bandwidth limiting does not indicate o [2002/02/03] ports/34597 eivind [PATCH] Update ports/mail/isync to 0.8 s [2002/02/04] misc/34621 billf i have a patch for (lol) /usr/games/fish o [2002/02/04] bin/34628 jkh pkg-routines ignore the recorded md5 chec o [2002/02/06] ports/34659 reg Proposed change to Mozilla port's Makefil o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". f [2002/02/06] misc/34673 Second call to select() waits ~100ms befo o [2002/02/06] bin/34676 mbr dhclient always in -q quiet mode (PATCH E o [2002/02/07] gnu/34709 [patch] Inaccurate GDB documentation o [2002/02/07] ports/34714 ache unzip(1) breaks filenames in non-ASCII ch f [2002/02/07] bin/34728 murray DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 sheldonh treat smbfs as network file system in /et o [2002/02/08] kern/34747 joe Please add USB floppy entry o [2002/02/09] ports/34759 ports-bugs Phantasia does not accept [enter] key o [2002/02/09] conf/34776 rc.diskless1 creates insufficiently sized o [2002/02/10] misc/34788 dwmalone dmesg issues with console output o [2002/02/10] kern/34789 joe PNY brand USB flash readers need 10 byte o [2002/02/10] ports/34796 jmz wrong path in /etc/XF86Config (purely cos o [2002/02/11] kern/34820 FreeBSD should be able to beep after shut o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to o [2002/02/11] bin/34834 "fix" of du(1) and -h o [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/11] misc/34850 scp cannot talk to ssh2 sites that have S o [2002/02/11] kern/34854 /src/sys/dev/sound doesn't work correctly o [2002/02/12] bin/34874 Netstat output to small s [2002/02/12] ports/34878 chern sysinstall o [2002/02/12] kern/34880 Impossibility of grouping IP into a pipe p [2002/02/14] misc/34935 New locale (Cyrillic Windows Codepage 125 o [2002/02/14] kern/34942 Attempt to play -> "pcm0: play interrupt o [2002/02/14] kern/34952 Mouse cursor invisible with USB mice and o [2002/02/15] bin/34955 doc [PATCH] ps(1) is out of touch with realit o [2002/02/15] kern/34963 identify procs belonging to the same jail o [2002/02/15] kern/34965 4.4, 4.5 freeze at boot time on ASUS P2B a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/16] bin/35018 brian enhancing daily/460.status-mail-rejects o [2002/02/17] kern/35064 ACPI not work with Epox 8KHA+ motherboard s [2002/02/17] bin/35070 math(3) references section "3m", etc. o [2002/02/18] i386/35078 Uninitialized pointer dereference in func o [2002/02/18] i386/35101 chern cvusupit and other packages won't extract o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode f [2002/02/20] bin/35148 ppp/nat-problems after cvs update 4.3 -> o [2002/02/21] misc/35172 Please update am-utils(amd) into newer ve o [2002/02/21] kern/35175 ptrace(PT_DETACH, ....) doesn't do signal o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/23] kern/35234 World access to /dev/pass? (for scanner) o [2002/02/23] conf/35242 Change to etc/periodic/weekly/330.catman f [2002/02/23] misc/35245 brian unwanted stealth behaviour (inbound icmp o [2002/02/23] conf/35262 Generation of boot block for headless ope o [2002/02/23] kern/35269 possible panics with 4:1 filesystem ratio o [2002/02/24] kern/35289 Brooktree device doesnt properly signal a o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di s [2002/02/25] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/27] ports/35372 ports-bugs pgp6 ports fails to compile on alpha plat o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] misc/35381 incorrect floating-point display of large o [2002/02/28] misc/35400 sysinstall could improve manipulation of o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy s [2002/03/01] ports/35459 ports-bugs portupgrade doesn't clean up dependencies f [2002/03/02] ports/35481 edwin New port: console text editor looks like o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 Enhanced periodic scripts o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/05] ports/35580 ports-bugs Startup script in /usr/local/etc/rc.d is f [2002/03/06] i386/35599 murray install o [2002/03/06] docs/35602 doc dump(8)/restore(8) pages don't explain "a o [2002/03/06] docs/35607 doc dump(1) page needs discussion of scary er o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] kern/35635 sheldonh [patch] missing dep in libiconv prevents o [2002/03/07] ports/35638 markm tn3270 dumps core unconditionally o [2002/03/07] ports/35639 max executable name conflicts: ploticus and s o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] docs/35647 doc www; combine query-by-number and multi-fi o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/07] docs/35649 doc mount_smbfs(8) page: "See ./examples/dot. o [2002/03/07] docs/35652 trhodes bsd.README seriously obsolete o [2002/03/08] bin/35671 wrong comments in rc.diskless1 o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/08] docs/35696 trhodes mount_smbfs(8) references a nonexistent n o [2002/03/08] kern/35699 trhodes [PATCH] msdosfs: differrent masks for dir o [2002/03/09] docs/35711 doc the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/09] misc/35727 man(1) program should not display (old) d o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/11] misc/35764 nakai Icewm does not display APM status properl o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/12] bin/35838 Change to size of WID_IF in usr.bin/netst o [2002/03/13] kern/35846 timeout in wi_cmd 11, machine hangs for a o [2002/03/13] misc/35865 pam_krb5 crashes in pam_sm_setcred() o [2002/03/13] ports/35882 ports-bugs Perl Expect module send_slow hangs on EOF o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f o [2002/03/14] bin/35894 bbraun popen.c in cron won't build without LOGIN o [2002/03/14] ports/35897 ports-bugs upgrading the linux_base port runs into t o [2002/03/15] docs/35943 doc at(1) config files are misplaced in /var/ p [2002/03/15] docs/35951 trhodes disklabel(8) manual confuses partitions a o [2002/03/15] docs/35953 doc hosts.equiv(5) manual is confusing or wro f [2002/03/17] bin/36000 contrib/amd uses mktemp o [2002/03/17] ports/36020 jmz Update port: print/musixtex T.98 -> T.104 o [2002/03/17] java/36024 ports port update: OpenJIT 1.1.16 for JDK 1.3.1 f [2002/03/17] ports/36034 edwin new port databases/pg-crypto s [2002/03/18] standards/36076standards Implementation of POSIX fuser command o [2002/03/18] ports/36079 portmgr [PATCH] Support USE_LESSTIF=yes o [2002/03/19] misc/36110 dmesg output corrupt if /dev/console is b o [2002/03/19] ports/36112 portmgr [PATCH] New feature for whole ports tree: f [2002/03/19] ports/36113 nork Add gdbm, BerkeleyDB2, BerkeleyDB3, libio o [2002/03/19] conf/36118 re 4.5 Upgrade says it won't touch /usr/src, o [2002/03/20] bin/36136 savecore -z option does not work o [2002/03/20] misc/36143 Dynamic (non linear) mouse acceleration a o [2002/03/20] misc/36154 doc Getting USB mouse to work: usbd and mouse o [2002/03/21] misc/36165 boehm-gc BUS error with gdb o [2002/03/21] kern/36170 an(4) does an_init() even if interface is f [2002/03/22] ports/36202 wosch update to sysutils/socket: NetBSD IPv6 pa o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/26] alpha/36327 alpha trap within cvt() while attempting to pri o [2002/03/26] misc/36359 fxp driver and Intel Pro/100 S NIC (0002B o [2002/03/27] misc/36368 sshd error: session_close_by_channel: ki o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] kern/36381 ata + hw.ata.wc=1: high CPU load for larg o [2002/03/27] misc/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] misc/36392 cron starts before vi recover, and vi rec o [2002/03/28] kern/36425 bump up SYS_NMLN in sys/utsname.h o [2002/03/28] bin/36431 src/secure/lib/libtelnet fails in CURRENT o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo a [2002/03/28] docs/36447 trhodes chown(8) manual misdescribes handling of o [2002/03/28] docs/36449 doc symlink(7) manual doesn't mention trailin o [2002/03/28] docs/36459 doc tftp(1) manual's "get" syntax/description o [2002/03/28] gnu/36460 cu(1) program does not work very well. f [2002/03/29] bin/36477 gshapiro mailwrapper doesn't handle rmail calls o [2002/03/29] bin/36501 /usr/bin/calendar can't handle recurring o [2002/03/29] ports/36503 ports-bugs several files conflict in ports/databases o [2002/03/30] misc/36536 Apparent mother board incompatability o [2002/03/30] ports/36545 jmz mwrite is an absolute symbolic link to /u o [2002/03/30] bin/36553 gad Two new features in newsyslog(8) o [2002/03/30] misc/36556 patch: regular expressions for tcpwrapper o [2002/03/30] ports/36557 perky Fix port: security/py-amkCrypto (to refle o [2002/03/30] ports/36560 rse bug fix for the eperl package o [2002/03/31] kern/36569 umass fails when RiteLink Pocket Disk is o [2002/03/31] ports/36587 des news/inn{-stable} do not install when --e o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/01] docs/36629 OpenSSL manpages should be reachable with o [2002/04/01] misc/36646 dwmalone [PATCH] Top does not work correctly in a p [2002/04/02] kern/36682 joe USB isochroneous transfer doesn't report o [2002/04/03] docs/36723 chern IPSec section is unintelligible o [2002/04/03] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an f [2002/04/03] docs/36726 trhodes Handbook lacks information about hardware o [2002/04/03] docs/36727 trhodes Mail chapter of Handbook is incomplete o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 EnhancementRequest binary which ought to a [2002/04/04] ports/36766 ade Incompatibility between autoconf, automak o [2002/04/05] bin/36786 make ps use 24-hour time by default o [2002/04/06] ports/36832 kuriyama apache13-* coredumps when using XML::Pars o [2002/04/07] ports/36841 ports-bugs use of .MAKEFLAGS target in Makefile.loca o [2002/04/07] ports/36849 cy FVWM-Themes fails to switch themes o [2002/04/08] bin/36884 add support id_rsa (OpenSSH/RSA2) authent o [2002/04/08] java/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] bin/36902 [patch] proposed new format code %N for s o [2002/04/08] ports/36913 seanc New port: devel/ruby-rbprof o [2002/04/08] misc/36916 DOS active partition flag lost in libdisk o [2002/04/09] ports/36933 portmgr [PATHCES] New feature for pkg_create and o [2002/04/09] java/36951 glewis Java (aka 1.3.1-p6-root-020405-00:26) cor o [2002/04/09] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 calendar doesn't effect -t option. o [2002/04/10] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/11] conf/36990 pccard I/O DATA PCET10-CL worked o [2002/04/11] bin/37013 ls directory name output trailing slash d o [2002/04/13] misc/37034 Fixed maximum character length in EUC o [2002/04/13] misc/37047 brian daily_status_mailq_shorten doesn't produc o [2002/04/14] misc/37073 Few new tips for FreeBSD-tips fortune o [2002/04/14] bin/37074 bp [PATCH] Typographical error in output of o [2002/04/14] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc o [2002/04/16] i386/37137 FreeBSD install doesn't recognize version o [2002/04/16] misc/37160 qa /stand/sysinstall coredumps when trying t o [2002/04/16] misc/37161 ext2 linux file system, error handling la o [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic o [2002/04/17] ports/37187 mita ports/japanese/vfghostscript font-2.6.2 f o [2002/04/18] ports/37226 mita ports/japanese/vfghostscript5 doesn't fin o [2002/04/19] ports/37244 ports-bugs c2lib port includes vector.h which appare o [2002/04/20] misc/37301 4.5 rc.firewall type simple does not pass o [2002/04/22] ports/37362 ports-bugs The Ted port is incompatible with FreeBSD o [2002/04/23] ports/37366 kde kdeutils-3.0: kdepasswd truncates passwor f [2002/04/23] kern/37374 joe [PATCH] closing ums0 blocks with wmesg uh o [2002/04/23] i386/37379 /dev/MAKEDEV entry for RocketPort is brok o [2002/04/23] misc/37380 jhb boot0 partition list is outdated (patch i o [2002/04/23] misc/37387 bsdmainutils/calendar Hungarian addon fil o [2002/04/23] conf/37395 peter even with NO_SENDMAIL=true, /usr/sbin/sen o [2002/04/23] kern/37405 njl Support for Mitsumi USB Mouse with Memory o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/24] misc/37425 df gives wrong ouput > 1TB o [2002/04/24] misc/37434 mbr dhclient generates pointless log messages o [2002/04/24] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/24] bin/37442 [PATCH] sleep.c to support time multiplie p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/25] ports/37462 jmz dvips is no more available separately fro o [2002/04/26] kern/37486 Bug in network stack in sending broadcast o [2002/04/27] docs/37504 blackend The word PC Card should be used instead o o [2002/04/27] ports/37518 grog gmat port CATALOG needs updating o [2002/04/28] kern/37526 Addtron card not being recognized by driv o [2002/04/29] kern/37554 [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 vnode flags appear to be changed in non-s o [2002/04/29] misc/37562 Incorrect information in /usr/share/examp o [2002/04/29] misc/37569 [PATCH] Extend fstab(5) format to allow f o [2002/04/29] ports/37574 taoka ports/print/pips-sc20 file not found on m o [2002/04/30] ports/37596 shige EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports-bugs aureal-kmod-1.5_3 fails to build o [2002/04/30] kern/37600 [Partial PATCH] t4dwave drive doesn't rec o [2002/04/30] conf/37611 phk proposed /etc/rc.jails for jail(8) manage o [2002/05/01] bin/37650 Add skipPCCARD variable to sysinstall s [2002/05/01] ports/37654 arved Update textproc/xml4j to 4.0.1 o [2002/05/01] kern/37657 /dev/dsp and /dev/audio skip the first 32 o [2002/05/02] bin/37672 pw(8) prints warnings after successful NI o [2002/05/02] kern/37675 grog Page fault when newfs'ing a vinum volume o [2002/05/02] bin/37676 libc_r: msgsnd(), msgrcv(), pread(), pwri o [2002/05/03] ports/37711 znerd New port: Beacon-agent 0.6.3 (Multicast B o [2002/05/03] ports/37712 znerd New port: Beacon server v0.8.9 (Beacon mu o [2002/05/03] ports/37713 seanc AIM Transport doesn't work correctly with o [2002/05/03] bin/37715 "pkg_info -g package_name_version" fail o [2002/05/03] docs/37719 doc Detail VOP_ naming in a relevant man-page o [2002/05/03] misc/37732 usbd start in wrong place in /etc/rc in 4 o [2002/05/04] bin/37733 su(1) does not behave the way it is descr o [2002/05/04] kern/37761 process exits but socket is still ESTABLI s [2002/05/05] ports/37771 znerd New Port: audio/jmax o [2002/05/06] i386/37800 tools\fbsdboot.exe no longer works with c s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/07] bin/37844 ru [PATCH] make knob to not install progs wi o [2002/05/08] ports/37855 ports-bugs wrong font name in jre/lib/font.propertie o [2002/05/09] ports/37904 znerd New Port: database/isql-viewer (a JDBC 2. o [2002/05/09] conf/37909 make distribution DESTDIR=/path -DNO_MAKE o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et o [2002/05/09] ports/37917 adrian [PATCH] squid24 does not support local_st o [2002/05/10] ports/37927 ports-bugs port to install linux Lahey Fortran 95 v6 o [2002/05/10] ports/37942 kde KDE 3.0 konsole terminal keyboard table u o [2002/05/11] ports/37962 markm ports/lang/gcl does not build o [2002/05/12] i386/37999 qa In /stand/sysinstall, 's' selects Options o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li o [2002/05/13] ports/38034 ports-bugs compaq-cc (under linux-emu) installes man o [2002/05/13] i386/38055 qa In Install, Groups (creation) item should o [2002/05/13] i386/38056 qa In Install, User (creation)'s "Member gro o [2002/05/13] misc/38057 "install" document doesn't display correc o [2002/05/13] docs/38061 ume Typos in man pages for faith & faithd o [2002/05/14] ports/38086 rse eperl does not build CFLAGS recursive err o [2002/05/14] ports/38090 jkoshy devel/m4 port PREFIX vs LOCALBASE o [2002/05/15] ports/38125 ports-bugs ApacheCylical Link error/bug in Virtualse o [2002/05/16] docs/38148 trhodes In manpages "timezone" should be "time zo o [2002/05/16] kern/38156 quotacheck chokes on user -2 o [2002/05/17] bin/38168 installing curses programs and terminfo d o [2002/05/18] docs/38225 doc change "CDROM" to "CD-ROM" o [2002/05/18] ports/38243 www Ports search for 'IMP' vs look in Mail ca o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/18] ports/38270 openoffice New Port Open office for Linux(1.0.0) o [2002/05/19] ports/38301 kiri upgrade www/w3-4 to 4.0.47 p [2002/05/19] bin/38303 billf tftpd -c patch o [2002/05/20] misc/38347 new library function abs2rel and rel2abs. o [2002/05/21] kern/38372 ambrisko patch for puc(4) to support parallel port o [2002/05/21] bin/38388 request to add "openssl starttls" command o [2002/05/22] ports/38406 obrien incorrect .so in g++31.1 man page o [2002/05/22] ports/38408 wjv zope-zmysqlda does not run o [2002/05/22] kern/38419 add name "CanoScanN676U" in uscanner o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/22] kern/38445 Centralized ptrace() permission checking o [2002/05/23] misc/38452 Logitech USB iFeel: device_probe_and_atta o [2002/05/23] bin/38467 less can dump core, FPU exception o [2002/05/23] misc/38468 Write drivers for Intel PRO/Wireless 2011 o [2002/05/23] i386/38477 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38478 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38480 qa sysinstall should prompt for normal users s [2002/05/24] www/38500 www gnats web form is overenthusiastic about f [2002/05/24] ports/38516 edwin ICQv7 transport for the Jabber Server o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 f [2002/05/25] ports/38539 edwin New port: devel/libcfg+ o [2002/05/25] docs/38540 rpratt sysinstall application name should be Sys o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/26] kern/38575 NoName USB Flash drive not working o [2002/05/26] misc/38583 qa sysinstall installs crypto sources when / o [2002/05/26] ports/38593 portmgr Third level ports o [2002/05/26] i386/38596 freebsd 4.6rc2 can't support ati videocar o [2002/05/27] bin/38610 qa Sysinstall should be able to mount ISO im o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/28] kern/38657 fujitsu c4110 lifebook crashes on resume o [2002/05/28] ia64/38677 ia64 savecore fault when 1M buffer is allocate o [2002/05/29] misc/38727 mptable should complain about garbage arg o [2002/05/29] kern/38730 mikeh Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 Diskless booting fails with some DHCP ser o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha f [2002/06/01] ports/38800 ports-bugs update www/roxen to Roxen WebServer 2.2.2 o [2002/06/02] docs/38810 blackend Minor change in section 2.13.5 of the Han o [2002/06/02] i386/38826 RFE: BootMgr should provide more identify o [2002/06/02] kern/38828 DPT PM2012B/90 doesn't work o [2002/06/02] conf/38829 bootblock recompile instructions in handb p [2002/06/03] docs/38850 keramida handbook/kernelopts/ should be in Develop o [2002/06/03] ports/38853 portmgr net/ethereal: configure fails o [2002/06/03] misc/38854 Resetting the sysinstall during setup cau o [2002/06/03] misc/38870 kernel-panic when coping data from a NFS- o [2002/06/03] ports/38876 tegge devel/linuxthreads: pkg-plist ignores NOP o [2002/06/05] bin/38931 Cleanup for WARNS=4 of src/games/fortune/ o [2002/06/05] misc/38937 delay between tracks in digital audio dum o [2002/06/05] bin/38940 Change: an option to *stat to allow supre a [2002/06/06] ports/38965 kde [PATCH] kapptemplate fails on FreeBSD o [2002/06/06] kern/38967 4/22/02 pcm driver merge appears to break o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/07] kern/38986 trhodes a change to msdosfs permissions behaviour o [2002/06/07] ports/38989 ports-bugs Fix to BROKEN arla port (arla-0.35.6) p [2002/06/08] docs/39044 tjr The man page for rot13(6) never mentions o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/09] java/39080 sobomax java/javavmwrapper: Functionality enhance o [2002/06/10] ports/39095 mharo ports/net/nttcp and ports/net/ttcp appear o [2002/06/10] ports/39102 trevor new category requested: finance o [2002/06/10] ports/39103 trevor new virtual category requested: accessib p [2002/06/10] bin/39116 tjr /usr/bin/printf o [2002/06/11] ports/39182 ports-bugs netsaint-plugins util.c functions don't q o [2002/06/12] conf/39192 [PATCH] Save pcm mixer settings during re a [2002/06/12] ports/39193 edwin [maintainer-update] net/papaya update to o [2002/06/12] bin/39198 sh aborts on variables with periods o [2002/06/12] misc/39201 ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/12] bin/39206 core dump bug in sshd o [2002/06/12] docs/39213 doc No rc(4) man page f [2002/06/13] misc/39229 instruction pointer = 0x8:0xc00eaf13 o [2002/06/13] standards/39256standards [v]snprintf aren't POSIX-conformant for s o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin o [2002/06/14] bin/39311 rwatson you can't enable inetd in sysinstall with o [2002/06/15] misc/39347 use of /usr/bin/* utils in /etc/rc.diskle o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/16] misc/39360 If linux emu is added as a dependency (an o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2002/06/17] misc/39425 Auto mounted directory was not found at b o [2002/06/17] misc/39439 tcopy will not duplicate tapes with block o [2002/06/18] bin/39463 mtm [PATCH] Add several options to fingerd o [2002/06/18] misc/39466 find -xdev hangs on dead NFS mounts (/etc o [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i o [2002/06/18] ports/39487 mharo portlint doesn't accept MASTER_SITE/DISTF f [2002/06/19] conf/39505 automate BUILDNAME variable for releases o [2002/06/19] kern/39527 dwmalone getcwd() and unreadable parent directory o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/19] docs/39532 doc 'find' man page should a [2002/06/19] ports/39544 ports-bugs mayavi port disfunctional o [2002/06/20] i386/39574 qa Error mounting /dev/acd0c on /dist: No su o [2002/06/20] bin/39576 [PATCH] tail -f for multiple files p [2002/06/20] bin/39578 add more russian holydays o [2002/06/20] conf/39580 insecure default settings o [2002/06/20] i386/39584 ln -f fails to unlink o [2002/06/20] ports/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] ports/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli a [2002/06/20] ports/39608 ports-bugs upgrade games/cgoban to 1.9.13 o [2002/06/21] ports/39619 ports-bugs flashplugin-mozilla crashes and doesnt pl o [2002/06/21] ports/39620 ports-bugs flashplugin-mozilla crashes when viewing o [2002/06/21] ports/39634 jim Port pclock unaligned access on alpha o [2002/06/22] bin/39676 obrien lukemftpd manual pages fix + examples o [2002/06/22] kern/39681 hidden kernel boot tunables added to sysc o [2002/06/24] misc/39772 imp pccardd is slow to install a PCCARD. o [2002/06/24] ports/39777 des New port: security/libsectok o [2002/06/24] ports/39778 des New port: security/sectok o [2002/06/24] bin/39818 johan cleaning sbin/atm code from warnings o [2002/06/24] bin/39819 tjr cleaning bin/sh code from warnings o [2002/06/24] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/25] misc/39864 robert hostname instead of IP in w -n output o [2002/06/25] bin/39866 johan cleaning sbin/fsdb code from warnings o [2002/06/25] bin/39867 johan cleaning sbin/mount_cd9660 and sbin/mount o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/26] bin/39905 johan cleaning sbin/restore code from warnings o [2002/06/26] misc/39911 New Netgear MA401 pccard does not work wi o [2002/06/28] ports/39946 ports-bugs Shift-Tab navigation doesn't work in tk-8 o [2002/06/28] conf/39976 vi recovery halting boot process o [2002/06/28] kern/39977 luigi Device polling support for em(4) driver o [2002/06/29] ports/40002 wjv py-4suite: XSLT import error o [2002/06/29] kern/40017 [patch] allows config(8) to specify confi o [2002/06/29] kern/40021 [patch] use ld(1) to build kernel with li o [2002/06/30] misc/40057 bugbusters send-pr -a flag does not work with -f o [2002/06/30] kern/40058 lockup on 5.0 DP1 - Xircom X3201 (RealPor o [2002/07/01] misc/40081 noise in sound output with built-in CMedi o [2002/07/02] ports/40107 trevor ports/audio/festogi-spanish has a checksu o [2002/07/02] ports/40121 ache standard Apache port creates sbin link o [2002/07/02] ports/40124 kris Patch to wdm to allow long passwords o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/03] ports/40163 cy screen w/o suid and locale o [2002/07/03] misc/40169 problem in latest 4.6-stable o [2002/07/04] docs/40196 doc man find does not describe -follow s [2002/07/04] misc/40197 sos BurnCD doesn't "just work" at 4.6-p1 f [2002/07/06] misc/40273 dougb some more fortunes o [2002/07/06] misc/40280 I add uscanner entory o [2002/07/07] ports/40284 mi ports/x11/djvuplugin tarball no longer ex o [2002/07/07] misc/40298 using swapfile as /tmp o [2002/07/08] misc/40325 UID changes not reflected in viewed file/ o [2002/07/08] kern/40369 rman_reserve_resource - when "count > (en o [2002/07/09] misc/40378 standards stdlib.h gives needless warnings with -an o [2002/07/09] conf/40391 sysinstall with PCCARD<->ISA bridge gets o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/10] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/11] ports/40452 wollman ports/www/mod_auth_kerb mastersite doesn' o [2002/07/12] ports/40511 sumikawa update for net/zebra (no-ipv6 option) o [2002/07/12] kern/40516 ti driver has no buadrate set o [2002/07/13] ports/40525 kiri [new port] mail/mew2-xemacs-devel-mule f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/14] conf/40548 list of /etc/defaults/make.conf undocumme o [2002/07/14] misc/40552 alternate syscons font for iso-07 encodin o [2002/07/14] ports/40555 steve x11-toolkits/open-motif requires mkhtmlin o [2002/07/14] kern/40563 gif driver can clobber route/arp table f [2002/07/14] bin/40570 mbr dhclient freeze the whole thing o [2002/07/14] bin/40572 vipw prints silly message if $EDITOR fail o [2002/07/14] misc/40577 post-October 2001 Dell Inspiron 2500's (a o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend o [2002/07/15] bin/40617 brian /usr/sbin/ppp is not able to bind the nat o [2002/07/16] misc/40657 Logitech iFeel usb mouse will not attach o [2002/07/16] ports/40659 dirk php3 and GD problem p [2002/07/16] standards/40669standards command command does not support `-p' opt o [2002/07/16] misc/40671 pthread_cancel doesn't remove thread from o [2002/07/17] misc/40693 the system reboot alone with no reason a [2002/07/17] ports/40699 portmgr allow exclude patterns in `make search` o [2002/07/17] ports/40705 ports-bugs Upgrade of gnome-commander to 0.9.8 o [2002/07/17] kern/40711 sound CT5880-C sometimes fails to output sound o [2002/07/18] kern/40745 Inconsistency between net/if.c and struct o [2002/07/18] ports/40756 ports-bugs insecure default options o [2002/07/19] kern/40763 [UPDATED PATCH] Introduction of non-stric o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/21] conf/40855 psuedo-device bpf need note in LINT and G o [2002/07/21] ports/40866 ports-bugs sml-nj port CM autoloading compilation pr a [2002/07/22] ports/40904 ports-bugs new port: www/tclcurl o [2002/07/22] ports/40915 billf Fix pkg-plist for net/ethereal o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] kern/40926 After Upgrading or Clean Installing 4.6, o [2002/07/23] kern/40927 sound dies with pcm:play:0 play interrupt o [2002/07/23] kern/40933 make depend fails when building kernel fr o [2002/07/24] i386/40946 Possible way to cause a system to hang us o [2002/07/24] kern/40948 USB HP CDW8200 does not work o [2002/07/24] i386/40957 rarpd on laptops doesn't find interfaces, o [2002/07/24] bin/40958 apm on Acer TravelMate 351 could not resu o [2002/07/25] ports/40975 knu Uncatched coredump of pkg_info while pkgd o [2002/07/25] bin/40980 du(1)'s -h and -k options interact confus o [2002/07/26] bin/41012 brian /etc/periodic/daily/440.status-mailq assu o [2002/07/27] bin/41060 ready to import gzip 1.3.3 o [2002/07/27] bin/41070 added .warning in make(1) + two fixes o [2002/07/27] bin/41071 make NO to NO_ transition patch o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/07/29] misc/41107 file(1) command shows incorrect data (sig o [2002/07/29] docs/41110 doc "apropos linux" doesn't find brandelf o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat o [2002/07/30] ports/41167 ports-bugs adventure.6 man-page, add section AUTHORS o [2002/07/30] misc/41179 LD_LIBRARY_PATH security checks o [2002/07/30] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] misc/41202 Upgrade to 4.6.1-RELEASE-p3 breaks remote o [2002/07/31] ports/41209 gnome www/mozilla browser serializes DNS lookup o [2002/07/31] misc/41213 top(1) blocks if NIS-related entries in p o [2002/07/31] misc/41215 console revert back to kbd0 (AT) after KV o [2002/07/31] kern/41220 [PATCH] Minor sk driver enhancements o [2002/07/31] ports/41224 dburr update port: textproc/yodl o [2002/08/01] misc/41238 problems with FreeBSD installation on a d o [2002/08/01] conf/41241 murray sysinstall build uses kbdcontrol keymaps o [2002/08/01] misc/41243 USB, getting full desc failed, HID device o [2002/08/02] ports/41259 ports-bugs Info directory change for various GNU Ema o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. a [2002/08/03] ports/41282 ports-bugs New_Ports japanese/stevie-* o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] misc/41309 brian security check scripts do not delete temp o [2002/08/04] bin/41310 Added ,,-d'' option to truss(1) for chang o [2002/08/04] www/41312 cvs RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/04] kern/41317 trhodes reflect kernel building user for sudo-ers o [2002/08/04] misc/41328 ssh logins in 4.6.1 no longer give incomi o [2002/08/04] i386/41337 Compaq 900T syncs too high or incorrectly o [2002/08/05] i386/41364 imp pccard: NewMedia "Bus Toaster" SCSI card o [2002/08/06] misc/41379 Cannot browse directory tree on FreeBSD m o [2002/08/07] misc/41397 no copyright or license on lib/libc/gen/s o [2002/08/07] i386/41398 Illegal instruction Core Dumped o [2002/08/07] ports/41400 benno sgmltools-lite update to 3.0.3 o [2002/08/07] kern/41415 Some USB scanner cannot talk to uscanner o [2002/08/07] docs/41423 doc Update FAQ: attrib command for windows du o [2002/08/07] ports/41434 ports-bugs New port: www/light: another Mozilla-base o [2002/08/08] ports/41444 portmgr ports system fails to check for non-base o [2002/08/08] docs/41449 ceri [PATCH] Missing word in DNS info in Handb s [2002/08/08] ports/41452 wjv games/newkind does not compile due to all o [2002/08/09] kern/41489 nge(4) works as a module, but fails when o [2002/08/09] misc/41490 C-Media 8738 sound card static o [2002/08/09] i386/41495 panic: timeout table full when installing o [2002/08/10] misc/41515 jhb boot0cfg corrupts slice table o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support o [2002/08/11] kern/41555 Add support of VScom titan PCI-800L f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd f [2002/08/11] ports/41562 mph New port: inform-glk o [2002/08/11] misc/41566 obrien file(1) out of date p [2002/08/12] standards/41576standards POSIX compliance of ln(1) a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/13] kern/41631 PATCH to add sysctl knob to disable clone o [2002/08/14] misc/41674 iostat column formatting overlaps o [2002/08/17] i386/41743 No sound from SiS630s controller o [2002/08/17] misc/41744 qa Cannot stop comat22 from being extracted o [2002/08/17] ports/41755 max Wrong letters in Canna iroha dictionary o o [2002/08/18] docs/41761 doc Update for /ru/internal/ part of site o [2002/08/18] misc/41771 '/etc/ttys' and X p [2002/08/18] conf/41772 dougb can't disable keybell o [2002/08/19] ports/41773 ports-bugs new port: x11-servers/Mozdev-PrintServer o [2002/08/19] ports/41784 ports-bugs vmware2 causes panic on recent -current o [2002/08/19] docs/41787 doc man page for route (Section 8) missing de o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/19] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] kern/41812 patch to detect/function AMD768 SMBus o [2002/08/20] misc/41817 pw groupshow doesn't include the login gr o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) o [2002/08/20] ports/41829 ports-bugs New port: mail/squirrelmail-devel o [2002/08/20] ports/41836 ports-bugs new port - virus filtering tool for qmail o [2002/08/21] conf/41855 improvment of /etc/rc.diskless2 script o [2002/08/21] kern/41856 VESA splash screen problems on ThinkPad 2 o [2002/08/21] docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/22] bin/41902 [PATCH] Add queue depth to systat -v disk o [2002/08/22] ports/41904 brian net/pppoa: Fix Makefile to fetch correct o [2002/08/22] docs/41919 doc MINI kernel for bootfloppy (Handbook p.34 a [2002/08/23] ports/41945 ade bsd.port.mk: does not run ACLOCAL o [2002/08/23] misc/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] misc/41949 qa sysinstall sorts /etc/rc.conf during netb f [2002/08/24] ports/41971 ports-bugs New Port: sysutils/ipfw-manager o [2002/08/25] ports/42018 ports-bugs pkg_info with PKG_PATH searches through t o [2002/08/25] i386/42022 qa sysinstall in non-interactive mode prompt a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/08/27] kern/42065 kern.ps_showallprocs has no effect on /pr o [2002/08/27] misc/42084 luigi PicoBSD's 'netstat -i' reports negative I o [2002/08/28] ports/42134 ports-bugs linux-gtk PORTREVISION contaminates other o [2002/08/28] gnu/42154 [patch] gnu: libobjc redefines MIN and MA o [2002/08/29] i386/42162 qa Installation (sysinstall) crashes, md0c f o [2002/08/29] misc/42167 du uses linear search for duplicate inode o [2002/08/29] docs/42182 trhodes Making Dedicated Mode disks doc out of da o [2002/08/30] ports/42197 obrien [patch] make ports/editors GNOMENG aware o [2002/08/30] docs/42210 gioria doc/en_US.ISO8859-1/articles/releng/branc f [2002/08/30] bin/42213 moused(8) seems to delay some mouse event o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/08/30] ports/42218 ports-bugs [PATCH] Cleanup mail/ezmlm-web and bump P o [2002/08/31] kern/42274 jlemon Convert defined variable into tuneable as a [2002/08/31] bin/42275 roam [patch] sftp coredump if file specified b o [2002/08/31] ports/42280 ports-bugs New port: florist (Ada-POSIX bindings) o [2002/09/01] ports/42281 ports-bugs lang/rexx-imc - addition of UPPER patch o [2002/09/01] ports/42295 perky New port: Webware for Python (Web applica o [2002/09/01] ports/42296 ports-bugs New port: mod_webkit (adapter between Web o [2002/09/02] misc/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/02] bin/42338 pccard_ether should run ipf -y if ipfilte o [2002/09/03] ports/42371 ports-bugs libncurses.so.4 missing from ports/emulat o [2002/09/03] misc/42373 mtm Update to rc scripts to make interface al o [2002/09/03] ports/42378 ports-bugs New port: science/at Acoustic ToolBox o [2002/09/03] bin/42385 harti clean libatm code from warnings o [2002/09/03] bin/42386 cleaning code from warnings in libkvm o [2002/09/03] bin/42387 cleaning code of librpcsvc from warnings o [2002/09/03] bin/42388 cleaning code from warnings in libm p [2002/09/04] kern/42404 TIOCSCTTY not implemented in linuxulator o [2002/09/04] misc/42410 cvsup and cvsup-without-gui packages don' o [2002/09/04] bin/42419 syslog enhancement for the nologin shell o [2002/09/04] misc/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] ports/42427 motoyuki New port apache13-modssl+ipv6 o [2002/09/04] misc/42429 hash_action called with HASH_DELETE does o [2002/09/04] bin/42430 Add -m option to du(1) for compatibility o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/05] misc/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re o [2002/09/05] kern/42466 linux: 'ipc' typ=258 not implemented o [2002/09/05] misc/42467 netstat -s does not include fabricated pk o [2002/09/05] misc/42468 mount_smbfs incorrectly handled configura o [2002/09/06] misc/42469 After mounting by mount_smbfs directories o [2002/09/06] ports/42483 cy misc/screen problem with editors/vim-lite o [2002/09/06] conf/42497 rc.network lacks IKE daemon startup o [2002/09/07] ports/42503 kde kuser tries to create the wrong Mailbox o [2002/09/08] misc/42558 www http://www.freebsd.org/search produces in o [2002/09/09] bin/42609 pkg_info -qg doesn't handle missing files o [2002/09/10] i386/42641 Pam SSH authentication don't work o [2002/09/10] ports/42642 fanf cfexecd needs symlink, cfexecd, cfservd a o [2002/09/10] ports/42649 marcel linux_kdump port for source dirs != /usr/ o [2002/09/11] bin/42655 added new command 'checkpoint' to show an o [2002/09/11] misc/42663 pw useradd assigns unique UID's to multip o [2002/09/11] ports/42668 grog port instant-workstation should be update o [2002/09/12] ports/42696 ports-bugs New port: security/libsectok_pcsc: Smartc o [2002/09/12] ports/42708 wjv update biology/emboss to EMBOSS-2.5.1 o [2002/09/13] bin/42725 dwmalone Patch for calendar to support Hungarian n o [2002/09/13] kern/42728 many problems in src/usr.sbin/ppp/* afte o [2002/09/13] bin/42732 Seg fault in mount_nfs o [2002/09/14] i386/42766 Proposal to perform reboot via jump to BI o [2002/09/14] kern/42769 Boot stalls if the system has a serial co o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/15] conf/42807 /etc/netstart doesn't run /etc/defaults/p o [2002/09/15] kern/42816 file: table is full message o [2002/09/16] ports/42839 roam New Port: Weedns o [2002/09/16] kern/42858 Support for Netgear FA-511 pccard. o [2002/09/18] misc/42934 installation procedure on install floppie o [2002/09/19] misc/42956 dlclose gives "invalid shared object hand o [2002/09/19] kern/42967 njl Sony MemoryStick problems with umass driv o [2002/09/19] bin/42974 [patch] ISO 8601 date format option o [2002/09/19] kern/42977 FreeBSD installer doesn't probe past EISA o [2002/09/20] ports/42985 tobez Perl5 port doesn't build automatically on f [2002/09/20] ports/42986 foxfair New Port: libwhisker HTTP testing library o [2002/09/20] bin/43139 /sbin/route -host option doesn't always s o [2002/09/21] kern/43154 tunwrite() does not allocate clusters for o [2002/09/21] conf/43167 Ability to have vnode based file systems o [2002/09/21] misc/43169 caps-lock led doesn't work a [2002/09/21] ports/43171 ports-bugs Port misc/upclient setgid kmem o [2002/09/21] misc/43177 markm Updates and additions to src/games/quiz/d o [2002/09/22] misc/43262 command 'shutdown -r' (also reboot) cause o [2002/09/22] ports/43273 portmgr [patch] make bsd.port.mk checksum check a f [2002/09/23] ports/43282 dirk SONY CD-RW CRX10U don't work with FreeBSD o [2002/09/23] ports/43313 foxfair New Port: nikto web and CGI vulnerability o [2002/09/24] ports/43324 kde kdebase: kdm config file overwritten when o [2002/09/25] kern/43355 idad driver will work if logical drives d o [2002/09/25] bin/43367 incorrect report from 'who' after 'shutdo o [2002/09/25] misc/43368 pkg_create fails if target directory does o [2002/09/25] bin/43372 Broken struct ufs_args in ufsmount.h o [2002/09/26] ports/43394 ports-bugs New port yptransitd, an nss_ldap replacem o [2002/09/27] docs/43416 doc pw(8) -u uidmin,uidmax feature is out of o [2002/09/27] kern/43426 mlockall and munlockall system calls are o [2002/09/29] misc/43470 Solid State / x109 article out of date. o [2002/09/29] bin/43471 `ls -l` shows wrong size for big files (> o [2002/09/29] misc/43474 dhcp.* values not set in kenv by bootp cl o [2002/09/29] misc/43476 rc.* uses kenv - which is in /usr/bin o [2002/09/29] misc/43483 installation: missing '\n' (newline) in d f [2002/09/29] ports/43484 ports-bugs Update port net/arla to 0.35.9 o [2002/09/29] misc/43492 fsck hard to 'switch' off in diskless or o [2002/09/29] misc/43494 wish: resolv.conf created (again) later i o [2002/09/29] misc/43495 awk - rc/diskless references by full path o [2002/09/29] misc/43496 touch - rc/diskless references by full pa o [2002/09/29] misc/43497 mount -t nfs -> crunchgen incompatible o [2002/09/29] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] ports/43537 mharo portlint 2.3.3 does not handle URLs that o [2002/09/30] misc/43539 Cannot mout floppy on Compaq Proliant ML3 a [2002/09/30] ports/43540 arved Update Port net/cnet 1.7.7 -> 2.0.3 o [2002/09/30] misc/43543 cdboot does not handle 'relaxed' ISO9660 f [2002/09/30] misc/43547 ppp will not connect to att worldnet over o [2002/10/01] alpha/43561 jhb kern_shutdown.c uses time_t as 'long int' o [2002/10/01] ports/43565 znerd jakarta-tomcat41 port breaks upgrades o [2002/10/01] docs/43569 doc src/share/examples/worm/README out-of-dat o [2002/10/02] kern/43577 [PATCH] New kernel option SHUTDOWN_BEEP o [2002/10/02] bin/43582 passwd(1) fails on nonexistent users o [2002/10/02] bin/43596 pkg_add does not propogate 'remote' to de o [2002/10/02] java/43602 glewis jdk13 does not honor WRKDIRPREFIX o [2002/10/02] kern/43610 static-ize some symbols in digi driver o [2002/10/02] kern/43611 static-ize some symbols in sys/crypto o [2002/10/02] kern/43613 static-ize symbol in smbfs code o [2002/10/02] kern/43616 static-ize some functions in sys/net/zlib o [2002/10/03] ports/43641 znerd Port www/orion should log to /var/log o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/04] ports/43667 ume RC_NG script for mail/cyrus_imapd o [2002/10/04] ports/43668 ume RC_NG script for mail/cyrus_imapd2 o [2002/10/04] ports/43669 dirk RC_NG script for databases/mysql323-{serv o [2002/10/04] ports/43670 ports-bugs RC_NG script for net/openldap12 o [2002/10/04] ports/43671 ports-bugs RC_NG script for net/openldap20 o [2002/10/04] ports/43673 ume RC_NG script for security/cyrus_sasl2 o [2002/10/04] bin/43675 tjr uniq prints last, not first of the identi f [2002/10/04] ports/43679 znerd Error starting jakarta-tomcat41 o [2002/10/05] kern/43716 puc driver does not recognize Lava Dual-6 o [2002/10/05] ports/43718 ports-bugs New port: x11-wm/icebgset (set IceWM back o [2002/10/07] ports/43764 ports-bugs New port: audio/wavemagic - An audio play o [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/07] conf/43800 Belkin 10/100 Base-TX PCMCIA card not rec o [2002/10/07] conf/43805 Asante' FriendlyNet AeroLAN AL1011 802.11 o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] docs/43823 hmp [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src a [2002/10/08] bin/43826 mbr dhclient on 'no carrier' interfaces takes o [2002/10/09] bin/43857 hm conflicting types in /usr/src/usr.sbin/i4 o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/09] ports/43880 ports-bugs Names of Emacs ports are misleading o [2002/10/10] misc/43886 markm local exploitable overflow in rogue o [2002/10/10] ports/43892 ports-bugs Enable use of keynote with security/isakm o [2002/10/10] i386/43896 Missing "syscall fstat64" in linux emulat o [2002/10/10] misc/43905 kqueues: EV_SET(kevp++, ...) is non-int o [2002/10/10] ports/43909 kde kscd should no longer default to rmatcd0c o [2002/10/10] ports/43911 grog instant-workstation depend annoyance o [2002/10/11] kern/43916 Olicom OC-2220 (PC-card) hangs on ifconfi o [2002/10/11] java/43929 java linux-ibm-jdk core dumps without System.e o [2002/10/11] conf/43931 imp New pccard entry for Netgear CF Wireless o [2002/10/11] bin/43938 ntpd binds to local aliases o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/11] java/43947 znerd Checkstyle port should install checkstyle a [2002/10/11] ports/43956 ports-bugs New port: x11-wm/ion-devel o [2002/10/12] misc/43979 After a binary upgrade, kernel with ipf f o [2002/10/12] docs/43980 darrenr ipf(5) missing "gre" keyword o [2002/10/12] misc/43989 missing tabs in calendarfiles o [2002/10/12] bin/43994 sshd gives fatal while logging off o [2002/10/13] ports/43997 ports-bugs New port: www/apache13-modsnmp: apache-1. o [2002/10/13] ports/44019 ache Fixes for ftp/wu-ftpd-2.6.2 o [2002/10/13] ports/44028 ports-bugs courier "make install" fails o [2002/10/13] docs/44034 trhodes Multiple sysctl variables are not documen a [2002/10/14] java/44039 znerd Request for port: CruiseControl a [2002/10/14] java/44041 znerd Generate bsd.java.mk from an XML file o [2002/10/14] misc/44044 4.7-R Freezes half the times snd.ko is lo o [2002/10/14] conf/44050 CVSUPIT package when installed from /stan o [2002/10/14] misc/44058 /dev/ch* is created without group write p o [2002/10/14] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/15] conf/44090 pppoa authentication failure? on FreeBSD p [2002/10/15] ports/44095 mjacob Fix Installation of Manpages, portlint sy o [2002/10/15] kern/44098 RealTec-based NIC initialization problem o [2002/10/15] ports/44099 mharo portlint-2.3.3 give false errors on URLs p [2002/10/15] kern/44121 [PATCH] bogus cast removal in hea driver o [2002/10/15] misc/44122 tun0 gets a second ip adress after a disc o [2002/10/15] i386/44127 About usb flash boot disk! o [2002/10/16] bin/44137 "make most" fails on rmail (RELENG_4) o [2002/10/16] misc/44150 Diskless kernel may crash, depends on the o [2002/10/17] conf/44170 Add ability to run multiple pppoed(8) on o [2002/10/17] www/44181 www www "Release Information" organization o [2002/10/17] bin/44188 cannot install FreeBSD 4.0-4.6 to Compaq o [2002/10/17] bin/44200 ftp site keeps sockets open. o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R o [2002/10/18] kern/44215 PUC driver support for Moxa C320 Intellio o [2002/10/18] kern/44218 Init dies during boot after upgrade from o [2002/10/18] java/44219 java Update port: textproc/cocoon to 2.0.3 o [2002/10/18] ports/44225 green Update port: emulators/snes9x to 1.39 (fi o [2002/10/18] bin/44238 luigi [PATCH] syntax-check option for ipfw2 o [2002/10/18] ports/44241 fanf Update: sysutils/cfengine2 o [2002/10/18] java/44251 java Create stylebook port o [2002/10/18] ports/44252 anholt XFree86-Servers port removes/overwrites c o [2002/10/19] ports/44258 obrien pkg_update ate my Muttrc o [2002/10/19] kern/44260 LINT does not list pseudo-device tap o [2002/10/19] i386/44262 Problems with nrp driver o [2002/10/19] misc/44265 pkg_update does not preserve +REQUIRED_BY o [2002/10/19] kern/44267 One more modem PNP id for /usr/src/sys/is o [2002/10/19] ports/44270 ports-bugs New port: net/bind9-sdb-ldap o [2002/10/19] ports/44273 dwcjr improved samba start script o [2002/10/19] bin/44277 devinfo is not C++ safe o [2002/10/19] conf/44282 /etc/rc.d/sysctl script works incorrectly o [2002/10/19] misc/44286 /etc/defaults/rc.conf uses the obsolete n o [2002/10/19] kern/44293 thomas Unable to access audio CD under Linux emu o [2002/10/20] ports/44305 ports-bugs New port: java/xdoclet (an extended Javad o [2002/10/20] misc/44307 UTF-8 locales support o [2002/10/20] bin/44310 make ppp(8) add clients MAC address to al f [2002/10/20] ports/44319 ports-bugs update port of mail/minimalist to the lat o [2002/10/21] bin/44329 wish for systat o [2002/10/21] kern/44333 mikeh [PATCH] make A4-tech RFSW-35 mouse's whee a [2002/10/21] java/44335 znerd devel/jakarta-ant does not install man pa p [2002/10/21] docs/44337 hmp [PATCH] netstat(1) manual references none o [2002/10/21] bin/44343 [PATCH] sbin/fsdb.c o [2002/10/21] kern/44365 introduce ulong and unchar types o [2002/10/21] kern/44372 some kernel options prevent NTP clock syn o [2002/10/22] misc/44379 libutil: property.c, properties_read() ba o [2002/10/22] ports/44393 green Bug in emulators/snes9x -- superfluous "& o [2002/10/22] standards/44394alfred restrict qualifiers missing from sys/sock o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/23] standards/44425standards getcwd() succeeds even if current dir has o [2002/10/24] ports/44430 ports-bugs New port: xalan-c v. 1.4 (XSLT engine and o [2002/10/24] java/44432 znerd Ant-based port installs should use Jikes o [2002/10/24] docs/44435 doc sysctl manpage: add example for tcsh o [2002/10/24] i386/44438 Realtek NIC hangs after resume from acpi o [2002/10/24] kern/44439 puc doesn't find all 4 ports on SIIG Cybe o [2002/10/24] kern/44450 USB support FAILURE for device that was s a [2002/10/25] ports/44464 ports-bugs Ports addition o [2002/10/26] misc/44500 AC1001 Gigabit NIC Worked o [2002/10/28] ports/44565 ports-bugs NEW PORT: devel/libds (Useful data struct o [2002/10/28] i386/44580 NFS updates file access time when file is o [2002/10/29] misc/44587 dev/dpt/dpt.h is missing defines required f [2002/10/29] ports/44589 trevor [patch] Unbreak audio/csound by updating o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/10/29] ports/44712 tg python port doesn't install symlink as 'p o [2002/10/29] ports/44715 bp novell ncp client does not install f [2002/10/29] conf/44717 dougb update login.conf and unify login capabil o [2002/10/30] misc/44747 strange echoes in sound when using PLIP o o [2002/10/30] i386/44762 sound (ie, not system beeps) stop working o [2002/10/31] conf/44800 RC_NG for local rc scripts o [2002/11/02] ports/44836 ports-bugs New port: hunch - Scan httpd log files, f o [2002/11/03] ports/44854 ports-bugs [PATCH] add xaw3d build option to games/x o [2002/11/03] ports/44861 markp several games ports are missing their sco o [2002/11/04] kern/44872 dgb driver update o [2002/11/04] ports/44877 portmgr shorter names for REINPLACE_CMD, USE_REIN o [2002/11/04] misc/44894 as a local non-root user and remote it's o [2002/11/04] misc/44915 'choose installation media' choose CD-ROM o [2002/11/04] java/44922 java JVM crash o [2002/11/05] ports/44932 ports-bugs New port: xtr o [2002/11/05] ports/44949 ports-bugs New port Squid Access Report Generator o [2002/11/05] gnu/44984 Send-pr can use environmental variable $F o [2002/11/06] docs/45011 trhodes style(9): '->' and '.' don't require spac o [2002/11/07] misc/45026 Can't set next password change date on NI o [2002/11/07] ports/45127 taoka correct fetch for x11/xco o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/08] ports/45148 jhb fix fetch and build for x11/eweather and o [2002/11/09] bin/45156 sshd won't display last login information o [2002/11/09] ports/45166 ports-bugs New port: emulator/fceu o [2002/11/09] www/45169 www suggested update for ports index page on o [2002/11/09] ports/45180 ports-bugs New port (split out from old port): net/s o [2002/11/09] kern/45182 fm801.c does not recognize a FM801 based o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/11] docs/45214 brueffer [PATCH] Fix sorting in Additional Contrib o [2002/11/11] docs/45215 brueffer [PATCH] Fix sorting in Additional Contrib o [2002/11/11] ports/45216 joerg devel/bcc port is incomplete o [2002/11/11] misc/45222 daily rejected mail hosts report too long o [2002/11/11] conf/45226 Fix for rc.network, ppp-user annoyance o [2002/11/11] ports/45227 ports-bugs problems building/installing db3 and open o [2002/11/11] bin/45229 restore(8) -i: ls reports mising files as p [2002/11/12] alpha/45240 alpha pstat -f column headings misaligned on Al o [2002/11/12] gnu/45246 tar --listed-incremental fails for Solari o [2002/11/12] ports/45247 ports-bugs New port: www/scoop collaborative media o [2002/11/12] misc/45254 qa Sysinstall installs things it should not o [2002/11/13] misc/45273 contrib/smbfs: error in examples/dot.nsmb o [2002/11/14] kern/45285 Support for yet another PCI multiport car o [2002/11/14] ports/45289 mita ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45291 kevent(2) ignores timeout if nevents == 0 o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/15] ports/45316 ports-bugs new-port: game, train control simulation o [2002/11/15] ports/45329 ports-bugs New port: xnodecor (x11 utility on Overri o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/16] ports/45343 torstenb Metamail 2.7 incorrectly patched [PATCH] o [2002/11/16] ports/45357 jmz PATCH: textproc/ispell - added bulgarian o [2002/11/16] ports/45360 portmgr [patch] add SITE_PERL / ARCH_PERL variabl o [2002/11/17] docs/45371 doc man page for exports lacks information on o [2002/11/18] ports/45394 wjv update biology/emboss from 2.4.1 to 2.5.1 o [2002/11/18] ports/45414 portmgr make update in /usr/ports missing default o [2002/11/19] bin/45486 Support for human readble (-h/-H) output o [2002/11/19] ports/45491 ports-bugs New Port: apache-soap (Apache SOAP Toolki o [2002/11/19] ports/45496 ports-bugs [New Port] www/mod_layout2 : mod_layout A o [2002/11/19] ports/45502 ports-bugs [New Port] www/mod_accounting : An Apache o [2002/11/20] ports/45522 ports-bugs new port database/WWWdb-0.8.2 f [2002/11/20] ports/45526 edwin New port: math/maxima -- symbolic compute s [2002/11/20] bin/45547 sos a patch to make burncd handle .wav files. o [2002/11/21] www/45560 www russian FAQ trouble on www.FreeBSD.org a [2002/11/22] bin/45584 tjr read builtin function of sh does not read o [2002/11/22] ports/45596 dwcjr net/samba v2.2.7 fetch error - maybe a fi f [2002/11/22] ports/45607 edwin New port: french/grisbi, a french finance o [2002/11/22] conf/45608 qa Install should config all ether devices, o [2002/11/22] ports/45612 marcel port devel/linux_kdump does not compile s [2002/11/22] ports/45613 portmgr make update doesn't o [2002/11/23] bin/45659 portmap can not be bound to only loopback f [2002/11/24] ports/45681 sada Update port: chinese/chitex o [2002/11/24] kern/45684 systat -vmstat reports "alternate system o [2002/11/24] i386/45692 ACPI error on Acer motherboard o [2002/11/24] ports/45693 ports-bugs New port: net/gkrellmmultiping2 o [2002/11/24] bin/45701 markm spelling error in rogue o [2002/11/25] misc/45704 [PATCH] request to change cp866b to cp866 o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/25] standards/45738tjr sh "unset" built-in violates IEEE Std 100 o [2002/11/26] bin/45749 [PATCH] rm -f in MS-DOS directory o [2002/11/26] kern/45753 linux-sun-jdk1.4.1 calls SIOCGIFCONF ioct f [2002/11/26] ports/45771 ports-bugs OffiX printer doesn't find printer f [2002/11/26] ports/45782 nakai [patch] fix fetch and update version for o [2002/11/26] kern/45785 emulation Linux WineX seems to require a few new li o [2002/11/27] kern/45793 Invalid media subtype aliases in if_media o [2002/11/27] ports/45812 ports-bugs New port for print/mup p [2002/11/28] bin/45817 murray [PATCH] Fortune files are needlessly rand o [2002/11/28] misc/45830 KDC has problems when listening to IPv6 a o [2002/11/29] misc/45839 [PATCH] Remove some duplicate fortunes o [2002/11/29] ports/45843 dbaker sysutils/3dm - needs to detect and create p [2002/11/30] misc/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/11/30] ports/45886 ports-bugs New ports: japanese/trr* o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code o [2002/12/01] ports/45899 brian Packaging list for vlc-0.4.4 is incomplet o [2002/12/01] ports/45909 ports-bugs New port: Python DBI Sybase module o [2002/12/02] ports/45911 ports-bugs GEOM-related problem sysutils/diskcheckd o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/03] ports/45963 anders the port looks for majordomo.cf in /etc o [2002/12/03] bin/45967 telnetd does not set SO_DEBUG for -debug o [2002/12/03] kern/45968 des linprocfs is missing maps o [2002/12/03] ports/45977 dbaker New version of FreeBSD dnet client releas o [2002/12/05] ports/46005 ports-bugs New port: ginsu - a client for the gale s o [2002/12/05] kern/46014 thomas atapi-cam: cd0c errors o [2002/12/06] ports/46024 ports-bugs palm/plucker-1.2 doesn't work with python a [2002/12/06] ports/46032 gnome net/gabber doesn't work on -CURRENT f [2002/12/06] ports/46034 gioria new ports: mantis f [2002/12/06] ports/46041 ports-bugs port update: www/dansguardian to version o [2002/12/06] ports/46042 ports-bugs port update: www/dansguardian-devel to v o [2002/12/07] conf/46062 Remove skel from BSD.root.dist. o [2002/12/07] ports/46063 ports-bugs New port: USB FM Radio Control utility f [2002/12/07] ports/46065 ports-bugs [patch] fix fetch for devel/libvanessa_* f [2002/12/07] ports/46077 kbyanc [patch] fix fetch for devel/gsnes9x o [2002/12/07] kern/46080 ipfw [PATCH] logamount in ipfw2 does not defau o [2002/12/07] ports/46089 ports-bugs multimedia/xmms Vorbis plugin built incor o [2002/12/08] ports/46092 tg ports/print/acroread on i386 needs Linux o [2002/12/08] bin/46107 killall(1) can prematurely kill itself o [2002/12/08] bin/46110 why does fsck work with / mounted r/o but o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p o [2002/12/09] bin/46123 fenner PATCH: tcpdump needs -a flag if netmask i o [2002/12/09] kern/46157 dnetc crashes DP2-SMP system o [2002/12/10] kern/46159 ipfw ipfw dynamic rules lifetime feature o [2002/12/10] misc/46163 gad lpc problem. Only root can modify despit o [2002/12/10] kern/46174 bootp_subr.c patch o [2002/12/11] docs/46181 doc "make fetch-recursive" target description o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/11] docs/46200 doc fix for ru_RU.KOI8-R/books/porters-handbo o [2002/12/11] bin/46203 [patch] make(1) missing trailing '\0' and f [2002/12/12] i386/46222 CPU speed incorrectly reported o [2002/12/13] conf/46235 rwatson Sysinstall NTP servers for Finland requir o [2002/12/13] i386/46238 dds [code] Driver for the PCL-724 ISA card o [2002/12/13] kern/46250 Sound driver not working correctly on SON o [2002/12/14] ports/46256 lioux update rxvt-devel to 2.7.9 o [2002/12/14] i386/46258 PLT code causes skewed return hint stack o [2002/12/16] ports/46288 edwin OpenLDAP port update o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2002/12/16] ports/46317 obrien ports/editors/vim/files/patch-02 is stale o [2002/12/17] ports/46325 ports-bugs new port: net/luasocket - IP library for o [2002/12/17] ports/46327 ports-bugs obsolete version of the Computer Modern f o [2002/12/17] misc/46328 gad patch for lpd o [2002/12/18] kern/46368 MAXDEP in isa/pnpparse.c is too small o [2002/12/19] bin/46379 customize home-directory permissions in p o [2002/12/19] misc/46382 ps(1) could use a "repeat" mode o [2002/12/20] ports/46394 ports-bugs New port: special purpose database applic o [2002/12/20] misc/46409 Certain periodic scripts check broken NFS o [2002/12/20] ports/46410 ports-bugs New port: SGL - incomplete STL implementa o [2002/12/20] kern/46413 imp ufm.ko does not function without a MAKEDE o [2002/12/20] ports/46414 adrian squid man page gives wrong location of co f [2002/12/20] ports/46417 mph bidwatcher port broken as of Dec. 17 2002 o [2002/12/21] standards/46441tjr /bin/sh does not do parameter expansion i o [2002/12/21] ports/46442 ports-bugs New port: Ada thin binding to SDL and Ope o [2002/12/21] ports/46448 ports-bugs New port: adabooch is a Booch implementat o [2002/12/21] i386/46453 [INTERLATIONALIZATION] cons25l2, ISO8859- o [2002/12/21] ports/46457 ports-bugs Update x11/temperature.app to 1.4 and use o [2002/12/22] ports/46478 jmz Fix build on -current for graphics/pixmap p [2002/12/22] ports/46483 trevor [patch] Fix gcc295 on current/i386 o [2002/12/23] ports/46487 ports-bugs New port: cbind - Translator for "thin" A o [2002/12/23] kern/46488 usb driver do not send detach events on S o [2002/12/23] standards/46504standards Warnings in headers o [2002/12/23] ports/46505 ports-bugs New port: adabindx - an Ada-binding to th o [2002/12/23] ports/46510 ports-bugs sshd does not correctly store the remote f [2002/12/24] ports/46520 ports-bugs stability issues re - mplayer and audio o o [2002/12/25] ports/46522 sobomax xtraceroute-0.9.0 fails with "OpenGL not o [2002/12/27] misc/46555 enhancements for libradius o [2002/12/27] kern/46564 ipfw IPFilter and IPFW processing order is not o [2002/12/27] ports/46570 jhb E-Fancylauncher core dump as receiving mo o [2002/12/28] ports/46602 ports-bugs new port devel/tkinspect o [2002/12/28] ports/46608 ports-bugs [NEW PORT] latest development track of ep f [2002/12/29] ports/46615 gioria new-port: mail/sympa - an electronic mail o [2002/12/30] conf/46645 [PATCH] rc.shutdown state table saving ha o [2002/12/31] ports/46655 dwcjr net/samba beauty fix o [2003/01/01] misc/46670 5.0-RC2 install leaves CD drawer locked. o [2003/01/01] bin/46672 dump(8) program gives unnecessary -L warn o [2003/01/01] kern/46677 Wrong vendor and device defines in ng_ubt f [2003/01/02] ports/46688 ports-bugs mail/tkrat2 Updated to 2.1.1 o [2003/01/02] ports/46707 ports-bugs [NEW PORT} audio/asmix mixer for afterste o [2003/01/02] ports/46708 ports-bugs [NEW PORT} audio/asmixer Another mixer fo o [2003/01/02] docs/46709 doc tables in terminfo.5 are broken o [2003/01/03] ports/46714 ache fix www/mnogosearch to adhere to ${APACHE o [2003/01/03] ports/46731 ports-bugs New port: SGI's Open Inventor o [2003/01/03] kern/46734 joystick driver doesn't allow for anythin f [2003/01/03] ports/46738 edwin new port: www/templeet o [2003/01/03] conf/46746 No way to set link addresses through rc.c o [2003/01/04] ports/46754 ports-bugs [PATCH] pdftohtml add Plain-Text output o [2003/01/04] ports/46756 ports-bugs new port: net/fpl o [2003/01/04] misc/46758 moused enhancements o [2003/01/04] ports/46766 ports-bugs New port: kix-kmod : Syscons screen saver o [2003/01/04] kern/46773 sos I want IDE HD go into standby mode. o [2003/01/04] ports/46774 ports-bugs New port: comms/lirc: Linux Infared Remot o [2003/01/05] bin/46785 ipfw [patch] add sets information to ipfw2 -h p [2003/01/05] docs/46787 trhodes compress(1) manpage missing BUGS; other c o [2003/01/05] kern/46790 [PATCH] new ATM driver o [2003/01/05] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/06] ports/46803 sobomax Unbreak emulators/basiliskII on 5.0 o [2003/01/06] ports/46810 edwin [Patch] pkg_tree additional switches o [2003/01/06] ports/46811 ports-bugs palm/pose fails to build o [2003/01/07] bin/46830 Make pkg_add respect prefix for dependanc o [2003/01/07] ports/46847 ports-bugs new port: multimedia/nxtvepg (electronic o [2003/01/08] ports/46874 ports-bugs make of gnotepad+ fails with missing conf o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] ports/46893 ports-bugs make error in /usr/ports/print/xpp o [2003/01/09] www/46896 www updating document http://www.freebsd.org/ o [2003/01/09] ports/46904 ports-bugs new port: mail/vqregister o [2003/01/09] bin/46905 FreeBSD 5.x cannot be installed from mult o [2003/01/09] i386/46912 johan chflags nonodump fails o [2003/01/09] conf/46913 ipf denied packets of security run output o [2003/01/09] docs/46918 trhodes ipsec(4) does not reference the IPSEC RFC o [2003/01/10] bin/46925 sysctl -a goes into an infinite loop... o [2003/01/10] kern/46961 bridging between vlan-interfaces on same o [2003/01/11] kern/46973 syscons virtual terminals switching featu o [2003/01/11] kern/46978 Creative SoundBlaster 16 does not work wh o [2003/01/12] ports/46991 markp new port: dump MSRPC information o [2003/01/12] misc/46998 [patch] Support PicoBSD source in other l o [2003/01/12] ports/47002 roam New port: vodmr - ODMR/ATRN server for vp o [2003/01/13] ports/47017 ports-bugs update games/zangband to 2.7.2 o [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/13] ports/47026 ports-bugs New port: a small assembly to HTML conver o [2003/01/13] misc/47029 Static and popping with Hercules GameThea o [2003/01/13] ports/47036 portmgr bsd.port.mk has bad comments WRT dependen a [2003/01/14] ports/47053 jkoshy Port netpipe broken a [2003/01/14] ports/47068 arved Update port: devel/bison to 1.875 o [2003/01/14] docs/47085 doc boot(8) manpage is incomplete according t o [2003/01/14] ports/47087 mharo [patch] Add WITH_SHELL_SETS_HOME knob to o [2003/01/15] ports/47098 ports-bugs New port: Senken, a city simulation game o [2003/01/15] ports/47112 ports-bugs web2ldap compile abends with `LDAP_FILT_M o [2003/01/15] ports/47128 ports-bugs New port: hybserv (irc services for ircd- o [2003/01/16] ports/47138 ports-bugs ports/latex cannot be installed o [2003/01/16] bin/47149 ru make -C documented but not working o [2003/01/17] ports/47161 ports-bugs New Port: audio/xmms-kj Add K-JoefolSkinS o [2003/01/17] ports/47166 ports-bugs Tktable port o [2003/01/17] ports/47183 ports-bugs fetchyahoo porte problem (one line)> o [2003/01/18] misc/47187 [patch] fix printf specifier in src/sys/b o [2003/01/18] ports/47189 ports-bugs New port: x11/chameleon o [2003/01/18] ports/47197 ports-bugs multimedia/xmms cdaudio plugin issues ill o [2003/01/18] kern/47200 USB port is disabled when Kodak DX4900 is o [2003/01/18] ports/47203 ade upgrade of automake to try on the cluster o [2003/01/18] conf/47204 base + XFree86 install fails -- crypto di o [2003/01/18] ports/47208 arved New Port; ksetisaver o [2003/01/19] ports/47216 ports-bugs daily_clean_hoststat_enable causes errors o [2003/01/19] ports/47218 ports-bugs PostgreSQL client has problems when libbi o [2003/01/19] ports/47220 ports-bugs New port: games/gnmm (GNOME Nine mens' mo o [2003/01/19] i386/47223 [PATCH] pcvt(4), ESC sequences do not cha o [2003/01/19] bin/47235 top reports inaccurate cpu usage s [2003/01/19] bin/47237 des HTTP_PROXY with libfetch stalls at 99% o [2003/01/20] kern/47274 umodem update to support motorola v66 pho o [2003/01/20] ports/47275 ports-bugs devel/sdcc v2.3.0 fails to configure/buil o [2003/01/21] kern/47311 [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] misc/47314 Install requires a swap partition. f [2003/01/21] ports/47334 nakai Update port: x11-wm/icewm to 1.2.6 (fix p o [2003/01/21] kern/47349 Fake a sound ioctl (plus linux hook) o [2003/01/21] bin/47350 rc.network supports only one ppp profile o [2003/01/22] kern/47359 panic after kldunload snp o [2003/01/22] i386/47376 [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd ch o [2003/01/22] ports/47379 ports-bugs patch for elm port o [2003/01/22] ports/47381 ports-bugs ownership wrong if build as one user, ins o [2003/01/22] bin/47387 [PATCH] gprof -K still requires "a.out" a o [2003/01/23] ports/47407 arved Unbreak/Update Port: multimedia/xmms-avi o [2003/01/23] ports/47420 ports-bugs cad/xcircuit: ownership is of user who bu o [2003/01/24] ports/47442 dwcjr ports/net/samba-devel update to 3.0a21 o [2003/01/24] ports/47446 dougb nslookup crash in SetDefaultServer (patch o [2003/01/24] java/47448 phantom linux-blackdown-jdk-1.4.1: syscall mmap2 o [2003/01/25] ports/47472 ports-bugs new port: games/xcheckers (checkers game) o [2003/01/25] ports/47473 ports-bugs Exitstatus passing in vgetty for external o [2003/01/26] ports/47520 ports-bugs New port: net/roadrunner - a BEEP library o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] ports/47542 ports-bugs [PATCH] Keynote2 support configuration op o [2003/01/27] ports/47545 ports-bugs New port: jpegoptim is an command-line jp o [2003/01/27] advocacy/47559advocacy New FreeBSD PR campaign has been started. o [2003/01/27] bin/47560 tar 'z' option gzip'd output has extra ga o [2003/01/27] bin/47566 Suggested patch: vinum status verificatio o [2003/01/27] ports/47571 ports-bugs new port: gnotime tracker o [2003/01/27] ports/47573 ports-bugs [PATCH] linux_base-7.1_2 port does not in o [2003/01/27] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/27] misc/47576 [PATCH] factor(6)ing of negative numbers a [2003/01/28] ports/47593 nork Update port: www/elinks o [2003/01/28] docs/47594 doc [PATH] passwd(5) incorrectly states allow o [2003/01/28] bin/47596 daily security run complains if timezone o [2003/01/28] misc/47601 ru Additional subdir targets o [2003/01/28] ports/47614 dburr databases/p5-ApacheDBILogConfig 0.01 -> 0 o [2003/01/28] ports/47622 ports-bugs New Port: misc/gkrellshoot2 o [2003/01/29] ports/47640 wjv ports/p5-bioperl-devel is obsolete o [2003/01/29] ports/47649 ports-bugs New port: audio/eTktab - guitar tabulatur o [2003/01/29] ports/47651 ports-bugs unPERLify ports/audio o [2003/01/29] ports/47652 ports-bugs unPERLify ports/astro o [2003/01/29] ports/47653 ports-bugs unPERLify ports/cad o [2003/01/29] ports/47654 ports-bugs unPERLify ports/biology o [2003/01/29] ports/47656 ports-bugs unPERLify ports/comms o [2003/01/29] kern/47664 change in ip_output.c in 4.7-STABLE seems o [2003/01/30] i386/47669 imp absence of ufm* entry in MAKEDEV script o [2003/01/30] kern/47675 usb/umass problems o [2003/01/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/30] docs/47705 doc wc(1) manpage has poor explanations. o [2003/01/31] kern/47731 reboot goes panic each time o [2003/02/01] kern/47791 imp Idea for what to do on insert o [2003/02/01] docs/47792 mheinen www/news/news.xml translated to .de o [2003/02/02] bin/47815 stty -all should work. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/02/02] docs/47824 doc auto-create plist chapter should mention o [2003/02/02] ports/47834 dirk mysql-server-3.23.55 upgrade should be mo o [2003/02/03] sparc64/47845sparc 4 second daily clock drift o [2003/02/03] ports/47851 mharo Upgrade for Analog to 5.31 f [2003/02/03] ports/47862 ports-bugs Maintainer update: databases/mysql-gui (b o [2003/02/04] ports/47904 ports-bugs drweb - cron example don't work o [2003/02/04] misc/47906 options screen not return previous screen o [2003/02/04] misc/47908 /stand/sysinstall can't display document o [2003/02/04] ports/47913 ume idled.8 man page conflict in ports mail/c o [2003/02/04] ports/47917 ports-bugs New port: audio/gkrellmss2 o [2003/02/04] kern/47935 panic on disk full a [2003/02/05] ports/47957 seanc ruby-snmp is broken o [2003/02/05] docs/47991 doc Handbook section on upgrading kernel says o [2003/02/05] ports/47992 gnome gtk12 apps don't pick up correct locale r o [2003/02/06] ports/47995 ports-bugs New port: Showing moving blobs o [2003/02/06] ports/47996 sobomax [patch] graphics/svgalib shouldn't called o [2003/02/06] i386/48014 moused fails to correctly identify usb mo o [2003/02/06] ports/48021 ports-bugs New Port: www/photo_gallery f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/07] ports/48052 obrien Upgrading vim blows away locally-added pl a [2003/02/07] ports/48059 roam Nitpicks for the comms/qpage port o [2003/02/07] kern/48081 Enabling mutex profiling panics the kerne o [2003/02/08] ports/48093 kde kde3 FreeBSD port fails to configure Xine o [2003/02/08] ports/48097 ports-bugs Manual for camediaplay(1) falsely describ o [2003/02/08] docs/48101 brueffer There's no documentation on the fixit dis o [2003/02/08] conf/48105 /etc/disktab has incomplete duplication o o [2003/02/09] misc/48110 change CVSROOT/log_accum.pl to not send m o [2003/02/09] bin/48114 gethostname(3) can leave the wrong errno f [2003/02/09] ports/48115 ports-bugs Update port: math/abs o [2003/02/09] ports/48124 dbaker [PATCH] updates ports/misc/proxyper to ve o [2003/02/09] ports/48127 ports-bugs New port: security/hostsentry, Login anom o [2003/02/10] misc/48133 improvied vi recovery notification o [2003/02/10] ports/48140 andreas Update Port: print/apsfilter (conditional o [2003/02/11] kern/48172 ipfw ipfw does not log size and flags o [2003/02/11] conf/48195 /var/db/mounttab error on diskless boot o [2003/02/12] docs/48210 doc make -q only does what the manpage says i o [2003/02/12] ports/48214 trevor Update port: audio/festogi-spanish to 2.0 o [2003/02/12] kern/48216 mike Linux uname returns wrong hostname inside o [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/12] ports/48221 mharo portlint: bogus warnings about DISTFILES o [2003/02/13] ports/48235 ports-bugs New Port: anomy mail sanitizer - removing o [2003/02/13] ports/48247 ports-bugs unPERLify ports/deskutils o [2003/02/13] ports/48248 ports-bugs unPERLify ports/editors o [2003/02/13] ports/48249 nork unPERLify ports/emulators o [2003/02/13] ports/48253 ports-bugs unPERLify ports/devel f [2003/02/13] ports/48257 ports-bugs New Port: portdowngrade: a tool to set a o [2003/02/14] ports/48273 ports-bugs FlightGear can only be run once between b o [2003/02/14] ports/48281 obrien Patch editors/vim to use fetch instead of o [2003/02/14] i386/48283 sound (pcm/sbc) broken with acpi o [2003/02/14] ports/48292 ports-bugs new port: print/epsonepl "Printer filter o [2003/02/15] bin/48309 pppoe connections fail to establish if th o [2003/02/15] bin/48313 [patch] make yacc(1) use getopt(3) o [2003/02/16] bin/48342 [PATCH] usbd dynamic device list. f [2003/02/16] ports/48350 ports-bugs [gimp-print] build error f [2003/02/16] ports/48352 roam JavaCC port updated for new distfiles. o [2003/02/17] ports/48377 portmgr Randomizing MASTER_SITES o [2003/02/17] ports/48382 ports-bugs /usr/ports/net/cflowd compile errors, wil o [2003/02/17] ports/48388 ports-bugs ftp/lukemftpd: Maintainer does not exist o [2003/02/17] ports/48397 jmz malformed make file in /usr/ports/comms/m o [2003/02/17] bin/48399 Can't put URL in GECOS phone field o [2003/02/17] ports/48404 ports-bugs gnuchess doesn't install the gnuchessx al o [2003/02/18] ports/48418 ports-bugs mail/teapop: 2 problems o [2003/02/18] ports/48422 ports-bugs New POrt: webstats o [2003/02/18] ports/48426 sobomax [PATCH] digger-vgl does not support conso o [2003/02/18] ports/48434 obrien shells/bash2: process substitution broken o [2003/02/18] bin/48443 /usr/sbin/periodic executes too many file o [2003/02/18] misc/48444 change to count connection attempts inste o [2003/02/18] ports/48448 ports-bugs New port: orca text data grapher (uses rr o [2003/02/19] kern/48468 imp puc driver for Nm9845 o [2003/02/19] ports/48470 nork [PATCH www/flashpluginwrapper] add helper o [2003/02/19] kern/48471 Private IPC for every jail. [PATCH] o [2003/02/20] bin/48489 ru [PATCH] update information arp(4): descri o [2003/02/20] kern/48494 BP6 ACPI errors - AML incorrect p [2003/02/20] i386/48516 mikeh add support of Dell PS/2 mouse port o [2003/02/21] bin/48525 [PATCH] pkg_add under 5.0-RELEASE o [2003/02/21] ports/48552 ports-bugs new port: sysutils/ganglia-webfrontend: G o [2003/02/22] ports/48564 ports-bugs [new port] net/zonemaster : a tool for zo o [2003/02/22] conf/48566 [PATCH] /etc/defaults/make.conf stales af a [2003/02/22] conf/48569 trhodes make.conf misses comments on some options o [2003/02/22] www/48575 www f [2003/03/28] docs/50391 doc Incorrect information in a man o [2003/03/28] ports/50405 ports-bugs New port: x11-wm/fluxspace o [2003/03/28] ports/50411 ports-bugs Revised [UPDATE] sysutils/fastresolve fro o [2003/03/28] ports/50413 mharo [UPDATE] www/analog from 5.24,1 to 5.32,1 o [2003/03/28] ports/50415 ports-bugs New port: irc/onis o [2003/03/29] ports/50423 ports-bugs New port: www/phpftp o [2003/03/29] ports/50442 greid [patch] fix checksum for mail/spambnc o [2003/03/29] ports/50443 ports-bugs New port for libirman 0.4.2 o [2003/03/29] ports/50444 portmgr Suggestion for new category: "dns" o [2003/03/30] bin/50461 ctm cannot handle the large files current o [2003/03/30] ports/50466 grog The benchmarks/rawio port does not seem t f [2003/03/30] ports/50467 edwin Fix for port net/citadel o [2003/03/30] docs/50469 doc "mount_msdos -W" issue in handbook o [2003/03/31] bin/50471 telnet-bang crashes o [2003/03/31] ports/50473 ports-bugs amavis-perl is no longer supported (super o [2003/03/31] ports/50475 ports-bugs Port of rubber. f [2003/03/31] ports/50476 ports-bugs New port: math/libmath++ p [2003/03/31] conf/50477 gshapiro RELENG_4: src/etc/Makefile does not check o [2003/03/31] ports/50478 ports-bugs New port: games/monopd s [2003/03/31] ports/50479 portmgr Request for approval to commit bsd.gnuste o [2003/03/31] ports/50481 glewis [patch] update java/bluej -> 1.2.2 o [2003/03/31] ports/50484 ports-bugs Lots of warnings when compiling hping o [2003/03/31] ports/50514 ports-bugs TCH] Added tractorgen(6) manpage and othe o [2003/04/01] kern/50526 Update to #! line termination o [2003/04/02] ports/50548 ports-bugs print/ghostscript-gnu missing "standard" o [2003/04/02] ports/50553 ports-bugs [update] games/hlserver-psychostats to 1. o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile f [2003/04/03] ports/50572 portmgr Simlifying the work with Debian packages o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/03] ports/50578 ports-bugs pktrace has been renamed to mftrace by th o [2003/04/03] ports/50586 ports-bugs JDEE port needs updates o [2003/04/04] ports/50609 ports-bugs New port: russian/muttprint (pretty print o [2003/04/04] bin/50613 [PATCH] pppd(8) incorrect CBCP response f o [2003/04/04] ports/50616 ports-bugs UPDATE-PORT: devel/linux-sdl12 update to o [2003/04/05] ports/50628 ports-bugs [PATCH] waimea port has missing run-depen o [2003/04/05] kern/50633 problems mounting SanDisk compact flash r o [2003/04/06] kern/50644 [PATCH] Update xe driver: multicast, hard o [2003/04/06] ports/50645 ports-bugs New port: benchmarks/scimark2 - a Java b o [2003/04/06] ports/50646 ports-bugs New port: benchmarks/scimark2c - an ANSI o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [2003/04/07] ports/50662 ume sysutils/gkrellm2 interaction with Metaci o [2003/04/07] ports/50663 ume sysutils/gkrellm2 - it is not possible to o [2003/04/07] ports/50672 ports-bugs New port submission f [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/07] kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always re o [2003/04/07] ports/50692 ports-bugs Update port of ScrollZ to 1.9 o [2003/04/08] ports/50708 jedgar update sysutils/roottail to 0.2 o [2003/04/08] ports/50710 ports-bugs New port: misc/pxclient a [2003/04/08] ports/50714 ports-bugs Checksum mismatch for ghostscript/hpdj-2. o [2003/04/08] ports/50724 ports-bugs [PATCH] pkg_fetch saves full filename o [2003/04/08] ports/50725 ports-bugs new port: russian/koi2koi o [2003/04/08] ports/50728 brian Update: update of multimedia/vlc to versi o [2003/04/08] java/50729 phantom java/jdk14: broken java.net.NetworkInterf p [2003/04/08] docs/50735 brueffer Small diff to the developers handbook & o o [2003/04/09] bin/50749 ipfw ipfw2 incorrectly parses ports and port r o [2003/04/09] ports/50754 ports-bugs New port: security/hmap - web server fing o [2003/04/09] ports/50767 ports-bugs New port: ldap2dns - maintain DNS zones i o [2003/04/10] docs/50773 doc NFS problems by jumbo frames to mention i o [2003/04/10] ports/50775 ports-bugs axel port failes to build o [2003/04/10] ports/50777 ports-bugs New port: lxsplit-0.1.1 f [2003/04/10] ports/50779 edwin Maintainer Update: net/libdnet o [2003/04/10] ports/50788 ports-bugs gnump3d - install problem - adamw asked m o [2003/04/10] ports/50794 ports-bugs New port graphics/pho (version 0.9.1) o [2003/04/10] ports/50799 ports-bugs Lisp Packages install directory should no o [2003/04/11] ports/50813 wjv New port: japanese/mailman f [2003/04/11] ports/50822 ports-bugs [PATCH] graphics/netpbm doesn't install i o [2003/04/11] ports/50835 dirk cdrtools port uses the config path "/etc/ o [2003/04/11] ports/50840 ports-bugs mail/squirrelmail - Port Docs in wrong lo o [2003/04/12] ports/50850 ports-bugs -march=pca56 blows up nethack34-nox11 o [2003/04/12] ports/50863 trevor Update audio/csound-manual o [2003/04/12] ports/50864 trevor Update audio/festlex-ogi o [2003/04/12] ports/50866 lioux [PATCH] Introduce patch to qmail-1.03 to o [2003/04/12] alpha/50868 alpha fd0 floppy device is not mapped into /dev o [2003/04/12] ports/50869 trevor Update audio/festvox-abc o [2003/04/12] ports/50880 ports-bugs Request for (optional) addition of tcplim o [2003/04/12] ports/50881 ports-bugs New port: mail/scmail - mail filter in sc o [2003/04/12] ports/50888 ports-bugs Updated fetchyahoo port, like fetchmail f o [2003/04/12] ports/50891 phantom [PATCH] java/jdk14 port don't build on so o [2003/04/13] ports/50914 ports-bugs Port update: editors/fte o [2003/04/13] kern/50923 rfork(RFPROC|RFMEM, ...) fails unconditio p [2003/04/13] bin/50924 "vmstat -f" says "unimplemented" but data o [2003/04/14] i386/50929 AMD K6-2+ processor is identified incorre o [2003/04/14] ports/50930 lioux Update net/silc-client o [2003/04/14] ports/50931 lioux Update net/silc-server o [2003/04/14] ports/50932 lioux Update net/silc-doc o [2003/04/14] ports/50940 greid Update mail/spambnc o [2003/04/14] misc/50945 ru BUG: NOINSTALLLIB isn't honored in all Ma o [2003/04/14] kern/50948 BUG: @0 does not insert at the beginning o [2003/04/14] bin/50949 BUG: mtree doesn't honor the -P when chec o [2003/04/14] bin/50955 [PATCH] natd / libalias support for multi o [2003/04/14] conf/50956 daily_status_disks_df_flags in /etc/defau o [2003/04/14] ports/50965 ports-bugs www/linux-flashplugin update to 6.0r79 o [2003/04/14] ports/50967 ports-bugs [patch] ftp/ftptool patch the file lex.c o [2003/04/15] ports/50970 anholt KDE-3.1.1a - R128(0) Idle timed out, rese o [2003/04/15] bin/50971 du(1) doesn't understand UF_NODUMP flag p [2003/04/15] misc/50979 [PATCH] Some spelling corrections in sbin o [2003/04/15] bin/50988 [Patch] find -size -- express argument in o [2003/04/15] ports/50989 ports-bugs Update cad/slffea: fix distinfo - bento e o [2003/04/15] ports/50992 ports-bugs ports-bug: devel/kprof o [2003/04/15] ports/50996 openoffice editors/ooodict-hu_HU port can moved to h o [2003/04/15] ports/51005 ports-bugs New port of native window decoration for o [2003/04/15] docs/51006 doc [PATCH] divert(4) and ipfw(8) manpages ar o [2003/04/15] ports/51008 ports-bugs making sysutils/eject understand cdrom ar o [2003/04/15] kern/51009 Buggy aue driver fixed. o [2003/04/15] ports/51013 ports-bugs New Port: avidemux2 o [2003/04/16] ports/51017 ports-bugs New Port: xvmixer an Open Look-based audi o [2003/04/16] ports/51024 gioria fix-bento/update port: french/spip o [2003/04/16] ports/51036 ports-bugs New port: sysutils/clockspeed-conf - Supe o [2003/04/16] bin/51070 add -p option to pom [PATCH] o [2003/04/16] ports/51071 ports-bugs New port: net/pear-Net_URL - Easy parsing o [2003/04/16] kern/51074 joe pointer arithmatic error in ugen.c o [2003/04/16] ports/51076 ports-bugs [patch] x11-toolkits/xview-clients now bu o [2003/04/17] kern/51082 FEATURE: More descriptive message on drop o [2003/04/17] ports/51087 ports-bugs spamass-milter can not be built with send o [2003/04/17] bin/51091 [FEATURE] Add -A (print ASCII) flag to tc o [2003/04/17] ports/51097 tobez New port databases/p5-DBD-PgSPI o [2003/04/17] ports/51098 ports-bugs New port: Perl5 module to read and write o [2003/04/17] kern/51111 ipf doesn't allow outbound IPv6 packets u o [2003/04/17] ports/51118 ports-bugs New Port: graphics/xvgr Open Look-based d o [2003/04/17] kern/51120 MSGBUF_SIZE doesn't work in makefiles o [2003/04/17] ports/51122 ports-bugs New port: textproc/xhtml-1.1 o [2003/04/18] ports/51130 ports-bugs databases/freetds overwrites config file a [2003/04/18] docs/51133 murray RSH environmental variable not described o [2003/04/18] kern/51137 config(8) should check if a scheduler is o [2003/04/18] bin/51148 Control the cache size for pwd_mkdb to sp o [2003/04/19] bin/51151 du hardlinkmatching is slow - fix include o [2003/04/19] ports/51152 portmgr bsd.port.mk: generic SHEBANG_FILES o [2003/04/19] ports/51158 ports-bugs New port: sysutils/reoback o [2003/04/19] ports/51162 ports-bugs new port: misc/gkrellm-helium, Prague the o [2003/04/19] bin/51165 Login does not honor .hushlogin o [2003/04/19] misc/51167 dougb [PATCH] Makefile for /etc/namedb. o [2003/04/20] kern/51182 ipfw ipfw2. -d list shows couters for dynamic o [2003/04/20] kern/51186 pointer arithmatic error in ugen.c o [2003/04/20] ports/51190 ports-bugs New port: emulators/extract-xiso o [2003/04/20] ports/51192 mharo portlint has wrong #! line o [2003/04/20] ports/51197 ports-bugs New Port: rendezvous (Apple's ZeroConf im o [2003/04/21] bin/51205 openssl in base system is not compiled th o [2003/04/21] ports/51214 ports-bugs New port: www/zope-localizer o [2003/04/21] ports/51215 ports-bugs New port: www/zope-translationservice o [2003/04/21] ports/51264 ports-bugs new port: mail/mls o [2003/04/22] ports/51275 ports-bugs textproc/latex2html PLIST is missing some o [2003/04/22] ports/51290 nbm Update devel/sip: patchout license confir o [2003/04/22] standards/51292standards [PATCH] add ecvt()/fcvt()/gcvt() function o [2003/04/22] bin/51296 calendar wrong for dates based on day+-nu o [2003/04/23] ports/51320 ports-bugs NEW PORT: sysutils/adtool o [2003/04/24] ports/51351 ports-bugs new port x11-toolkits/SoXt 1.1.0 (SUPERCE o [2003/04/24] kern/51389 smbfs fails to work on SMP kernels. o [2003/04/24] ports/51393 ports-bugs update request: lang/sml-mode.el to 3.9.5 o [2003/04/24] ports/51395 trevor [PATCH] Update xdiskusage to 1.45 p [2003/04/24] docs/51399 blackend XFree86 section of handbook needs some up f [2003/04/24] ports/51400 ports-bugs new port:biology/lsysexp o [2003/04/24] ports/51402 ports-bugs New port for LDAP Directory Administrator o [2003/04/25] ports/51406 ports-bugs Add linprocfs mount check to emulators/li o [2003/04/25] ports/51415 kevlo Port textproc/xerces-j should be updated o [2003/04/25] ports/51424 dirk www/httrack should be updated to lastest o [2003/04/26] ports/51446 trevor Update port: audio/fest* to last versions f [2003/04/26] ports/51447 ports-bugs x11/nvidia-driver: adding support for 5.0 o [2003/04/27] ports/51456 ports-bugs adding new port: opencm o [2003/04/27] docs/51480 dds Multiple undefined references in the Free o [2003/04/27] ports/51484 ports-bugs undefined reference in libobjc.so o [2003/04/28] bin/51488 Compat patch: more(1) allowed filename to o [2003/04/28] bin/51493 ls usage is missing a few options p [2003/04/28] misc/51504 ache New file: src/share/mklocale/zh_CN.GBK.sr o [2003/04/28] ports/51536 ports-bugs rmagic 2.21/FreeBSD 4.8-STABLE failing to o [2003/04/28] ports/51543 ports-bugs New port: py-sybase 0.36 (Sybase DB modul o [2003/04/28] ports/51547 anders [non maintainer update]: www/pound -> 1.4 o [2003/04/29] ports/51553 tobez UPDATE textproc/p5-Text-Autoformat o [2003/04/29] ports/51554 dburr p5-File-Spec is too picky o [2003/04/29] ports/51557 tobez UPDATE audio/p5-MP3-Info o [2003/04/29] ports/51560 scrappy UPDATE converters/p5-Convert-BER o [2003/04/29] ports/51563 tobez UPDATE converters/p5-Convert-UUlib o [2003/04/29] ports/51564 tobez o [2003/04/29] ports/51567 tobez UPDATE converters/p5-Unicode-Map8 o [2003/04/29] ports/51568 tobez UPDATE converters/p5-Unicode-String o [2003/04/29] ports/51572 dburr UPDATE databases/p5-ApacheDBILogConfig o [2003/04/29] ports/51575 tobez UPDATE databases/p5-CDB_File o [2003/04/29] ports/51588 portmgr SITE_PERL defined too late in bsd.port.mk o [2003/04/29] ports/51590 brian port update for multimedia/vlc o [2003/04/29] www/51607 ceri query-pr.cgi formats some links incorrect o [2003/04/29] docs/51608 phantom [PATCH] Add Internet Archive Wayback Mach o [2003/04/29] ports/51610 ports-bugs rmagic.sample (config file) & sample.dat f [2003/04/30] ports/51618 ports-bugs Maintainer update: hungarian/ispell to ve o [2003/04/30] ports/51631 ports-bugs New port: hungarian/complexjogtar - Hunga o [2003/04/30] ports/51632 anholt luit from x11/XFree86-4-clients is unusab o [2003/04/30] ports/51647 ports-bugs NEW PORT: pglod - inserts web logs into a o [2003/05/01] ports/51651 kde KDE 3.1.1a: KProcess' stdout redirection o [2003/05/01] bin/51655 savecore needs ${dumpdev} as an argument a [2003/05/01] ports/51663 roam [PATCH] vpopmail-stable fix for using vmo f [2003/05/01] kern/51675 njl Quirks for i-Bead MP3 player/USB key o [2003/05/02] ports/51690 blackend Update devel/linux-runrev: 1.1.1 -> 2.0-B o [2003/05/02] ports/51693 cy [PATCH] Unbreak w11-fm/fvwm2-devel o [2003/05/02] ports/51694 ports-bugs net/lft update to 2.1 f [2003/05/03] misc/51729 ache A patch that can make freebsd support zh_ o [2003/05/03] ports/51731 greid Update Port: emulators/freesci o [2003/05/04] ports/51757 edwin Maintainer update: isc-dhcp3 splitted to o [2003/05/04] ports/51760 ports-bugs Change-request: mail/tmda (ACTION_AUTO_RE o [2003/05/04] ports/51768 ports-bugs [new port]: net/libnss_mysql (NSS module o [2003/05/04] ports/51772 dirk Upgrade to version 0.52 of port net/nsc o [2003/05/05] ports/51791 tg Change-request: shell/pdksh (pdksh-5.2.14 o [2003/05/05] ports/51804 petef (update) devel/p5-Class-Date o [2003/05/05] ports/51819 ports-bugs New port: Provides a static mod_perl with o [2003/05/06] conf/51830 trhodes new entries in termcap o [2003/05/06] kern/51831 harti ATM/HARP BPF support o [2003/05/06] ports/51834 trevor (update) devel/p5-Class-MethodMaker o [2003/05/06] ports/51839 erwin (update) devel/p5-Config-IniFiles o [2003/05/06] ports/51840 tobez (update) devel/p5-Data-Flow o [2003/05/06] docs/51845 hmp [PATCH] catch up getfsstat.2 and statfs.2 o [2003/05/06] kern/51874 Apacer HandySteno should have DA_Q_NO_6_B o [2003/05/06] docs/51875 doc atkbd(4) adjustment o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/06] docs/51897 blackend Add example for disklable for md devices o [2003/05/06] ports/51898 greid Update net/ettercap: 0.6.7 -> 0.6.a o [2003/05/06] ports/51900 trevor [Update Port]: audio/fest* to last versio o [2003/05/06] misc/51909 Error in startrek fortune data base o [2003/05/06] conf/51910 ucom0 should be generated by MAKEDEV all o [2003/05/07] ports/51915 ports-bugs update for ports dcgui/dclib o [2003/05/07] ports/51916 mharo Analog update o [2003/05/07] ports/51918 ports-bugs isc-dhcp3 port package creates dhcp.lease o [2003/05/07] misc/51920 Collation for no_NO.ISO8859-1 o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/07] kern/51922 IPSEC_FILTERGIF support for FAST_IPSEC a [2003/05/07] ports/51923 ports-bugs Update port: math/oleo o [2003/05/07] ports/51931 jedgar update port irc/p5-IRC o [2003/05/07] ports/51947 mharo Analog port does not include anlgform.htm o [2003/05/07] ports/51948 mharo Analog port should be updated to 5.32 o [2003/05/08] ports/51957 ejc [port update] devel/omniORB to 4.0.1 o [2003/05/08] kern/51958 update for urio driver [PATCH] o [2003/05/08] ports/51971 trevor Update port: biology/xdrawchem to 1.6.10 o [2003/05/08] ports/51991 trevor Update port: security/mcrypt to 2.6.4 o [2003/05/09] ports/51995 ports-bugs New port: mod_jk2 for apache2 and tomcat4 o [2003/05/09] docs/51999 wosch Missing MAN for ssh o [2003/05/09] ports/52006 ports-bugs rsync fails with protocol problems o [2003/05/09] ports/52016 ports-bugs New port: lang/harbour - A Clipper-compat o [2003/05/09] ports/52017 ports-bugs update to print/gsfonts o [2003/05/10] ports/52024 lioux port multimedia/libdv fails to build o [2003/05/10] kern/52026 umass driver support for InSystem ISD200 f [2003/05/10] ports/52027 ports-bugs Update port: misc/bibletime from 1.2.1 to o [2003/05/10] ports/52028 ports-bugs Update port: misc/bibletime-doc from 1.2. o [2003/05/10] bin/52032 Telnet option contra telnet protocol o [2003/05/10] ports/52033 maho NEW port: math/superlu_mt o [2003/05/10] ports/52037 ports-bugs port multimedia/avifile fails to build (I o [2003/05/10] ports/52052 mita Update port: print/ghostscript-gnu-commfo o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/05/11] bin/52072 maxim Wrong behaviour of the ftpd when the OOB o [2003/05/11] ports/52078 ports-bugs mail/gmime: upgrading to 1.0.7. o [2003/05/11] ports/52082 ports-bugs bacon port has no its homepage o [2003/05/11] ports/52088 maho NEW port CAD/tochnog o [2003/05/12] www/52095 ceri Remove 404s from hardware.raw o [2003/05/12] www/52099 ceri Remove 404s from consulting.raw o [2003/05/12] ports/52100 mharo Upgrade Analog to 5.32 (includes fixes) o [2003/05/12] www/52105 phantom Remove 404s from gallery.xml o [2003/05/12] ports/52106 phantom New port: java/javaws: Java Web Start 1.2 o [2003/05/12] ports/52109 petef Add MASTER_SITE_PACKETSTORM as additional o [2003/05/12] ports/52113 des mpg123 fails to play o [2003/05/12] ports/52124 ports-bugs [patch] net/tcpview: Chase AF_{NS/NETBIOS o [2003/05/12] ports/52125 ports-bugs New port: The devel branch of the ion win o [2003/05/12] ports/52127 ports-bugs Update port: emulators/dosbox - 0.55 > 0. f [2003/05/12] ports/52130 ports-bugs New Port: sysutils/klineakconfig configur f [2003/05/12] ports/52131 ports-bugs New port: databases/qt-mysql-plugin mysql o [2003/05/12] ports/52132 ports-bugs New port: audio/prokyon3 Really nice mp3- o [2003/05/13] ports/52157 wjv (update) devel/p5-IO-String to 1.02 o [2003/05/13] ports/52158 ports-bugs Update to pr:ports/52129 sysutils/lineakd o [2003/05/13] ports/52159 ports-bugs updates to pr:ports/52130 and pr:ports/52 o [2003/05/13] ports/52160 tobez (update) devel/p5-IPC-Run to 0.75 o [2003/05/13] ports/52162 skv [PATCH] update port textproc/sablotron to a [2003/05/13] ports/52173 portmgr bsd.port.mk - Modify USE_GETOPT_LONG opti o [2003/05/13] ports/52176 ports-bugs new port: comms/gscmxx 0.4.1 - gtk-fronte o [2003/05/13] docs/52183 doc [PATCH] Clarifies pccard setup for wirele o [2003/05/13] bin/52190 [Patch] decode more syscalls in truss o [2003/05/13] ports/52195 glewis java/jdk13 does not autodetect itself o [2003/05/13] ports/52201 ports-bugs NEW port CAD/gmsh o [2003/05/14] ports/52237 mharo [PATCH] security/sudo upgrade from 1.6.7. o [2003/05/14] ports/52241 jedgar (update) irc/p5-IRC to 0.74 o [2003/05/14] i386/52249 i386 [PATCH] Bootmanager shows NTFS partitions o [2003/05/14] misc/52255 picobsd build script fails under FreeBSD o [2003/05/14] misc/52256 picobsd build script does not read in use o [2003/05/14] kern/52258 pccard non-functional, repeated "card ins o [2003/05/15] ports/52268 ports-bugs devel/picasm update to 1.12b o [2003/05/15] bin/52271 sysinstall panics in machine with no hard o [2003/05/15] ports/52272 cy Aide-0.9 complains of "@@end_db" o [2003/05/15] ports/52279 kbyanc (update) mail/p5-Mail-CClient to 1.7 o [2003/05/15] ports/52280 mharo (update) mail/p5-Mail-IMAPClient to 2.2.7 o [2003/05/15] ports/52288 tobez (update) math/p5-Math-Base85 to 0.2 o [2003/05/15] ports/52290 tobez (update) math/p5-Math-BigInt to 1.64 o [2003/05/15] ports/52293 mharo (update) math/p5-Math-Pari to 2.010500 o [2003/05/15] ports/52296 lioux Improve bittorrent port to not require X o [2003/05/15] ports/52303 des [patch] add knob to databases/gnats to re o [2003/05/15] ports/52305 ports-bugs Update port: textproc/cocoon (distfiles s o [2003/05/15] ports/52306 ports-bugs NEW port: vda2fbd converter a [2003/05/15] ports/52309 portmgr USE_SDL o [2003/05/15] ports/52310 jedgar sysutils/grub does not send a dhcp option o [2003/05/16] ports/52311 patrick [ADD MAKE ARGS]:: WITH_GTK And WITH_THREA o [2003/05/16] ports/52319 patrick [NEW PORT]:: comms/qtpcr and fix to priv. o [2003/05/16] ports/52323 fanf Update port: sysutils/cfengine2 Upgrade t o [2003/05/16] bin/52324 formatting of RTT wrong in ping6 f [2003/05/16] ports/52339 ports-bugs New port: games/ksirk o [2003/05/16] bin/52349 netstat -ni broken for vlan interfaces o [2003/05/17] ports/52357 ports-bugs New Port: ASDF, a Common Lisp library man o [2003/05/17] ports/52359 ports-bugs New Port: ASDF, a Common Lisp library man o [2003/05/17] ports/52361 ports-bugs New Port: Common Lisp Parser Generator o [2003/05/17] ports/52362 ports-bugs New Port: Common Lisp Parser Generator (S o [2003/05/17] ports/52363 ports-bugs New Port: Parser Generator for Common Lis o [2003/05/17] ports/52364 ports-bugs New Port: Common Lisp Parser Generator (C o [2003/05/17] ports/52365 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52366 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52367 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52368 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52369 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52370 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52371 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52372 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52373 ports-bugs New Port: Splitting Common Lisp sequences o [2003/05/17] ports/52374 ports-bugs New Port: Splitting Common Lisp Sequences o [2003/05/17] ports/52375 ports-bugs New Port: Splitting Common Lisp Sequences o [2003/05/17] ports/52376 ports-bugs New Port: Splitting Common Lisp sequences o [2003/05/17] ports/52377 ports-bugs [PATCH] for upgrading net/ipfm to 0.11.5 f [2003/05/17] ports/52380 ports-bugs Configure problem in libggi f [2003/05/17] ports/52381 ports-bugs New port: games/luola o [2003/05/17] ports/52386 cvsweb [patch] devel/cvsweb and perl5.8 o [2003/05/17] ports/52390 ports-bugs emulators/twin attempts to build on unsup o [2003/05/18] ports/52393 ports-bugs New port: py-sourceview is a Python wrapp o [2003/05/18] i386/52401 i386 5.1-BETA syslogd not recording entries fr o [2003/05/18] ports/52402 ports-bugs New port: www/webcpp (converts code to hi o [2003/05/18] i386/52408 i386 quitting gnome2-2.2.1_1 results in LOR o [2003/05/18] ports/52411 ports-bugs graphics/giram: upgrading to 0.3.5 and un o [2003/05/18] ports/52414 portmgr pkg_info improvement: get only package na o [2003/05/18] ports/52415 obrien missing files in bash2 ports collection o [2003/05/18] i386/52416 i386 Requesting ethernet driver for Broadcom 4 o [2003/05/18] ports/52420 mita japanese/xpdf installation terminated whe o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter o [2003/05/19] i386/52428 i386 pcm0 reported twice: onboard AC97 and PCI o [2003/05/19] ports/52430 ports-bugs port lang/ocaml fails to build o [2003/05/19] conf/52432 Install: drivers.flp won't load with USB f [2003/05/19] ports/52439 lioux Request: SMTP AUTH for qmail f [2003/05/19] ports/52444 ports-bugs Fix to ports/lang/ici build problem on 5- o [2003/05/19] ports/52447 edwin [PATCH] for gtk20-apireference .devhelp f o [2003/05/19] docs/52448 doc [patch] Misc man page reference fixes o [2003/05/19] ports/52452 ports-bugs [PATCH] sysutils/afio mangles FIFOs a [2003/05/19] ports/52453 nork Maintainer update: www/linux-opera7 beta o [2003/05/20] ports/52463 ports-bugs New Port: lml, a Common Lisp HTML generat o [2003/05/20] ports/52464 ports-bugs New Port: lml, a Common Lisp HTML generat o [2003/05/20] bin/52469 ppp: Multiple devices using UDP don't wor o [2003/05/20] ports/52472 ports-bugs Vorbis comments in unicode do not work wi o [2003/05/20] bin/52489 [PATCH] ps tpt does not work o [2003/05/20] ports/52495 ports-bugs New port: sysutils/disktool o [2003/05/20] ports/52508 adrian Update port: www/squid (use MANn variable o [2003/05/20] ports/52511 erwin update of postfix-current port o [2003/05/20] docs/52514 brueffer Handbook: new chapter about Bluetooth o [2003/05/21] bin/52517 New functionality for /usr/bin/Mail f [2003/05/21] i386/52519 i386 request USB-2.x support o [2003/05/21] ports/52531 ports-bugs www/mod_webapp_apache2: Distfile unavaila o [2003/05/21] ports/52538 ports-bugs [patch] Increased granularity for ImageMa o [2003/05/21] ports/52549 kde Difficulties compiling parts of KDE o [2003/05/21] i386/52555 i386 Large filesystem, df o [2003/05/22] ports/52564 ports-bugs Update port print/hyperlatex from 2.5 to o [2003/05/22] ports/52569 sobomax exploit for port games/maelstrom exists i o [2003/05/22] ports/52574 nakai Update port: japanese/anthy to 3900 o [2003/05/22] ports/52579 nakai Update port: www/aria to 1.0.0 o [2003/05/22] ports/52582 ports-bugs new port: net/weedns_sc o [2003/05/22] kern/52589 [patch] Add isochronous usb OHCI support o [2003/05/22] ports/52590 ports-bugs [non-maintainer update] update logic for o [2003/05/22] ports/52598 nbm Update devel/sip: 3.5 -> 3.6 o [2003/05/22] ports/52599 nbm Update devel/py-sip: 3.4 -> 3.6 o [2003/05/22] ports/52600 lioux multimedia/mpeg4ip does not compile with f [2003/05/22] bin/52601 mbr [PATCH] rpc.yppasswdd fails if master.pas p [2003/05/23] docs/52612 trhodes [PATCH] close() can return undocumented E o [2003/05/23] ports/52614 ports-bugs New port openradius o [2003/05/23] kern/52623 Error in driver for the Intel EtherExpres o [2003/05/23] ports/52626 wjv [NON-MAINTAINER UPDATE] mail/mailman 2.1. o [2003/05/23] ports/52627 ports-bugs Update databases/clip: 0.9 -> 1.0.6 o [2003/05/23] ports/52631 anholt bochs port does not offer PCI device opti o [2003/05/24] ports/52646 nbm port upgrade: www/roundup from 0.5.6 to 0 o [2003/05/24] advocacy/52652advocacy Update japanese/mozilla-jlp-devel to 0.2. o [2003/05/24] ports/52653 ports-bugs ports/net/gnu-radius no longer compatible o [2003/05/24] ports/52659 ports-bugs New port: news/xvnews Open Look-based new o [2003/05/24] ports/52663 mharo Update port: www/analog o [2003/05/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/05/26] ports/52706 portmgr bsd.port.mk issues warning if a site is e o [2003/05/27] ports/52716 ports-bugs Update port: math/drgenius to 0.8.4 o [2003/05/27] i386/52722 i386 lock order reversal message o [2003/05/27] kern/52725 [PATCH] installincludes for kmods o [2003/05/27] ports/52727 ports-bugs Add Apache2 support at phplot o [2003/05/27] ports/52731 kris ports/x11-toolkits/qt145 - fix for 5.1-BE o [2003/05/27] kern/52735 Add support for one more type of USB flas f [2003/05/27] bin/52746 tcsh fails to handle large arguements o [2003/05/28] ports/52747 ports-bugs port update - mail/p5-Mail-Ezmlm o [2003/05/28] bin/52750 formatting of RTT wrong in traceroute6 o [2003/05/28] kern/52752 [PATCH] SMBus controller on ICH4 not reco o [2003/05/28] kern/52764 Impossible to build kernel with COPTFLAGS o [2003/05/28] ports/52765 portmgr [PATCH] Uncompressing manual pages may fa o [2003/05/28] ports/52766 ports-bugs [MAINTAINER UPDATE] Update lang/fpc to 1. o [2003/05/28] ports/52773 ports-bugs mysql-gui won't build o [2003/05/28] ports/52778 sobomax freetype2 make install failure o [2003/05/28] ports/52779 fenner please make rat and sdr use tcl/tk8.3 f [2003/05/29] ports/52781 ports-bugs Maintainer update: devel/tide o [2003/05/29] bin/52782 user ppp dumps core when doing pppctl "sh o [2003/05/29] ports/52786 ports-bugs update of biology/nab by maintainer a [2003/05/29] ports/52788 ports-bugs Port p5-Gimp unfetchable o [2003/05/29] ports/52789 ports-bugs Enhancement for math/arpack o [2003/05/29] ports/52790 ports-bugs New port: shells/bash-completion o [2003/05/29] ports/52793 dwcjr Samba 2.2.8a printing woes o [2003/05/29] ports/52794 ports-bugs Xmaxima cannot start o [2003/05/29] kern/52795 uscanner for CanoScan N1220U o [2003/05/29] ports/52796 ports-bugs devel/apr is compiled without threads sup o [2003/05/29] ports/52797 bmah devel/subversion does not install any too o [2003/05/30] ports/52811 ports-bugs [PATCH] net/unison: install documentation o [2003/05/31] ports/52821 ports-bugs Rayshade homesite and postscript document o [2003/05/31] ports/52825 lioux goggles-0.5.5 compile under 5.1-BETA2 fai o [2003/05/31] bin/52826 Feature Request: Adding Timestamps to pkg o [2003/06/01] ports/52834 trevor ports/www/linux-phoenix - update to 0.6 a [2003/06/02] ports/52856 portmgr Force files overwrite with USE_ZIP=yes o [2003/06/02] ports/52857 ports-bugs New port: Scan detection and blocking dae o [2003/06/02] docs/52858 ceri Add the Bell System Technical Journal to o [2003/06/02] ports/52859 dwcjr Samba 2.2.8a (2.2.8)- broken support for o [2003/06/02] ports/52864 taoka Update port: japanese/FreeWnn-lib o [2003/06/02] ports/52873 ports-bugs New port: kcmpureftpd, a PureFTP control o [2003/06/02] ports/52875 sobomax devel/sdl12 - patch to support gameport j f [2003/06/02] ports/52877 ports-bugs Non-Maintainer-Update: mail/postfix add s o [2003/06/02] docs/52878 doc [PATCH] security(7): small clairification o [2003/06/02] ports/52879 ports-bugs New port: astro/accrete o [2003/06/02] ports/52881 ports-bugs New port: sysutils/clean; automatically r o [2003/06/02] alpha/52882 alpha fpsetprec/fp_prec_t unsupported on alpha? o [2003/06/02] ports/52883 ports-bugs [patch] graphics/gts: Mark as BROKEN on n o [2003/06/03] ports/52892 ports-bugs The mail/courier port is outdated o [2003/06/03] ports/52906 roger vid-1.0.1 from ports does not work with U o [2003/06/03] bin/52907 [PATCH] more malloc options for debugging f [2003/06/03] ports/52909 lioux [PATCH] ftp/twoftpd: chase devel/bglibs h o [2003/06/03] docs/52914 ceri typo in nfsiod(8) a [2003/06/03] ports/52917 portmgr [PATCH] bsd.port.mk: update default value o [2003/06/04] ports/52923 ports-bugs New port: f-prot - the F-Prot virus scann o [2003/06/04] kern/52927 Intel Kinnereth-R NIC is not supported by o [2003/06/04] ports/52939 petef [PATCH] Update mail/qmHandle to 1.1.0 o [2003/06/04] ports/52941 ports-bugs security/poc card-terminal problems o [2003/06/04] kern/52943 reproducable system stuck just brefore mu o [2003/06/04] ports/52946 lioux Add cdparanoia support to gstreamer-plugi o [2003/06/04] misc/52954 mbr [PATCH] Unbreak the share/examples/kld/cd o [2003/06/04] ports/52955 ports-bugs Update port: sysutils/di: di-3.9 - disk i o [2003/06/04] kern/52960 kbdcontrol macros don't work when len = 1 o [2003/06/05] i386/52971 i386 bad macro LIST_HEAD in /usr/include/sys/q o [2003/06/06] kern/52980 mbr [patch] dc(4) driver fails to init Intel o [2003/06/06] ports/52984 knu update archivers/fastjar to 0.93 o [2003/06/06] ports/52989 ports-bugs update archivers/libcomprex to 0.3.3 o [2003/06/06] ports/52994 ports-bugs Port games/asc crashes on exit o [2003/06/06] ports/52996 oliver Update port: ports/courier-imap init scri o [2003/06/06] ports/52997 ports-bugs NEW port CAD/admesh o [2003/06/06] kern/53005 USB IntelligentStick SCSI DA quirk o [2003/06/07] ports/53006 ports-bugs [UPDATE] Meta-CVS 1.0.8 o [2003/06/07] ports/53019 ports-bugs New Port: kvirc3 a irc client based on o [2003/06/07] ports/53020 adamw [patch] fix pygame detection in games/joo o [2003/06/07] kern/53025 [PATCH] ugen does not allow O_NONBLOCK fo o [2003/06/07] ports/53026 lioux 5.1-RC1 avifile0.7-0.7.34 compile fails w o [2003/06/07] kern/53027 [CHANGE-REQUEST] Better Entry for Intel P o [2003/06/08] bin/53063 [PATCH] Let mtree -U update mtime o [2003/06/08] kern/53067 Add support for the PQI USB Flash Disk o [2003/06/08] ports/53070 ports-bugs Update port: cad/pcb to 1.7.3 and fix unf o [2003/06/08] ports/53074 ports-bugs [Patch] port: x11-wm/9wm unfetchable dist o [2003/06/08] ports/53076 ports-bugs Update port: x11-clocks/dclock to 2.1 && o [2003/06/09] ports/53080 ports-bugs ARJ archiver with Russian localization o [2003/06/09] kern/53094 QUIRK: Creative Nomad Muvo USB mp3 player o [2003/06/09] ports/53107 ports-bugs Update port: print/cups-pstoraster to 7.0 o [2003/06/09] ports/53108 kris Update port: x11/wdm to 1.25 (fix ports/5 o [2003/06/09] ports/53122 ports-bugs [Patch] port: sysutils/dvdtape unfetchabl o [2003/06/09] ports/53128 ports-bugs www/thumbnail_index/files/patch-ab change o [2003/06/09] ports/53130 jmz [patch] correct logic in Makefile for sys o [2003/06/09] conf/53131 "ALL" could not turn check BOXes ON at pa o [2003/06/09] ports/53132 dbaker [patch] fix Makefile for devel/dnetc and o [2003/06/10] ports/53145 ports-bugs mplayer fails to compile o [2003/06/10] ports/53152 oliver New port: XFce 4 management library o [2003/06/10] kern/53153 RESTARTABLE_PANICS debugging option is br o [2003/06/10] ports/53154 oliver New port: XFce 4 library with non-graphic o [2003/06/10] ports/53155 oliver New port: XFce 4 widget library required o [2003/06/10] ports/53156 oliver New port: XFce 4 settings manager o [2003/06/10] ports/53157 oliver New port: XFce 4 settings manager plugins o [2003/06/10] ports/53158 oliver New port: XFce 4 essential utilities and o [2003/06/10] ports/53159 oliver New port: XFce 4 alternative icon box o [2003/06/10] ports/53160 oliver New port: XFce 4 panel module o [2003/06/10] ports/53161 oliver New port: XFce 4 desktop background manag o [2003/06/10] ports/53162 oliver New port: XFce 4 file manager o [2003/06/10] ports/53163 oliver New port: XFce 4 graphical frontend for p o [2003/06/10] ports/53167 oliver New port: XFce 4 file manager extra icons o [2003/06/10] ports/53168 ports-bugs Port update: x11-wm/xfwm4 to current vers o [2003/06/10] ports/53169 oliver New port: Additional XFce 4 window decora o [2003/06/10] ports/53170 oliver New port: XFce 4 meta-port f [2003/06/10] ports/53178 ports-bugs [PATCH] Update devel/c2lib to 1.4.2, take o [2003/06/10] ports/53185 ports-bugs ports/games/connect4 depends on archivers o [2003/06/11] ports/53189 ports-bugs No symlinks for POSIX and en_US.US-ASCII a [2003/06/11] ports/53190 bmah update to devel/subversion o [2003/06/11] ports/53193 ports-bugs [Patch] unbroke port: math/simpack fix co o [2003/06/11] conf/53197 re default tag of RELENG_5_1 standard-supfil o [2003/06/11] ports/53199 dbaker Port update: misc/dnetc o [2003/06/11] i386/53200 i386 5.1-RC1 SMP kernel boot gags at "APIC_IO: f [2003/06/11] ports/53202 naddy [Patch] port: games/xbl fix compiler_erro o [2003/06/11] ports/53206 ports-bugs Patch updates x11-wm/pekwm to version 0.1 o [2003/06/11] ports/53208 ports-bugs New port: GNU Backgammon f [2003/06/11] ports/53212 ports-bugs sync nvidia driver patches with http://ww o [2003/06/11] ports/53219 sobomax update emulators/basiliskII to 1.0 o [2003/06/11] ports/53232 ports-bugs New port: net/bitlbee o [2003/06/11] ports/53239 naddy audio/xmms-speex missing shared lib o [2003/06/11] ports/53241 naddy graphics/xmms-goom port update o [2003/06/11] kern/53242 [patch] snd_ich fails to detect Intel 828 o [2003/06/11] ports/53244 ports-bugs graphics/xmms-nebulus port update o [2003/06/11] ports/53246 ports-bugs New Port: mysqlcc o [2003/06/12] ports/53247 ports-bugs New port: gnome-ssh-askpass o [2003/06/12] ports/53248 ports-bugs mysql-qui port make aborts with inadequat o [2003/06/12] ports/53256 ports-bugs update port: misc/pl-sms update patch res o [2003/06/12] kern/53264 PCM interrupt not routed on Sony VAIO lap o [2003/06/12] kern/53265 Make Sierra A555 work in FreeBSD o [2003/06/12] ports/53266 ports-bugs ploticus should not require X11 (patch in o [2003/06/13] docs/53271 hmp the bus_dma man page fails to document al o [2003/06/13] ports/53274 ports-bugs New port: net/rbldnsd - small fast DNS se o [2003/06/13] kern/53276 modules ignore kernel configuration upon o [2003/06/13] ports/53281 ports-bugs Port for LDAP servers access and KAddress o [2003/06/13] ports/53286 ports-bugs Update port: print/cups to 1.1.19 o [2003/06/13] bin/53288 tail will sometimes display more lines th o [2003/06/13] docs/53292 blackend [PATCH] update to doc/en_US.ISO8859-1/art o [2003/06/13] misc/53293 Sticky user on 5.1 (who/su) o [2003/06/13] ports/53300 osa [PATCH] sysutils/userinfo: unbreak under o [2003/06/13] docs/53303 doc mount(2) man page error o [2003/06/13] ports/53307 ports-bugs New port: palm/synce o [2003/06/13] ports/53308 ports-bugs New port: palm/synce-dccm o [2003/06/13] ports/53309 ports-bugs New port: palm/synce-serial o [2003/06/13] ports/53310 ports-bugs New port: palm/synce-librapi2 o [2003/06/13] ports/53311 ports-bugs New port: palm/synce-libsynce o [2003/06/14] docs/53315 doc [PATCH] remove extraneous whitespace at t o [2003/06/14] docs/53316 doc Small update/correction to multimedia/cha o [2003/06/14] ports/53317 ports-bugs New port Mpatrol, memory debugger / Updat o [2003/06/14] ports/53318 ports-bugs New port, proxychains 1.8.2 o [2003/06/14] ports/53319 ports-bugs New port: yaph 0.91 o [2003/06/14] ports/53320 ijliao centericq memory leaks under 5.x o [2003/06/14] ports/53321 ports-bugs Update: comms/plp o [2003/06/14] i386/53324 i386 pam_group problems (PAM_RUSER used instea o [2003/06/14] bin/53325 /usr/bin/locale is not installed by make p [2003/06/14] misc/53327 Important fix for Latin-american keymap o [2003/06/14] ports/53331 ports-bugs [patch] fix checksum for textproc/jing o [2003/06/15] ports/53333 ports-bugs New port: palm/rapip o [2003/06/15] ports/53335 ports-bugs Update audio/extrace: 1.7.8 -> 1.8.06 o [2003/06/15] ports/53340 nakai Update port: x11-wm/icewm to 1.2.8 o [2003/06/15] bin/53341 dump frequency in sysinstall is always th o [2003/06/15] ports/53346 ports-bugs xmms volume bar error o [2003/06/15] ports/53347 ports-bugs port-update: icu2 f [2003/06/15] ports/53348 ports-bugs MAINTAINER-UPDATE: textproc/xerces-c2 o [2003/06/15] misc/53356 pccard.conf stanza to support D-Link DFE- o [2003/06/15] ports/53357 petef [Maintainer-Update] Scrollz port upgrade. o [2003/06/15] ports/53363 kbyanc [patch][non-maintainer update] fix www fo o [2003/06/15] ports/53364 nbm [patch][non-maintainer update] fix fetch o [2003/06/16] bin/53366 rc.d/root is trying "mount /" while start f [2003/06/16] ports/53367 ports-bugs New port: xprobe2 ICMP active OS fingerpr o [2003/06/16] ports/53371 mharo [PATCH] devel/portlint: suggest using {DO o [2003/06/16] bin/53377 [PATCH] su does not return exit status of o [2003/06/16] bin/53378 Missing newline in pkg_info from pkg_add' o [2003/06/16] www/53381 www [patch] Bring ports.cgi up to date with n o [2003/06/16] kern/53383 adding Terratec TValue to bktr driver o [2003/06/16] www/53386 www [patch] Fix url.cgi problem with deleted o [2003/06/16] ports/53393 ports-bugs Update port: graphics/giram to 0.3.5 and o [2003/06/17] ports/53401 lioux mail/qpopper: add knob WITHOUT_APOP, brin o [2003/06/17] ports/53406 ports-bugs willing to adopt x11-toolkits/gauche-gtk o [2003/06/17] kern/53417 Bad Recordings on AC97 onboard audio syst o [2003/06/17] docs/53420 ceri [patch] rework of parts of Porter's Handb o [2003/06/17] docs/53421 ceri [patch] rework of parts of Porter's Handb o [2003/06/17] docs/53422 ceri [patch] rework of parts of Porter's Handb o [2003/06/17] docs/53424 ceri [patch] rework of parts of Porter's Handb o [2003/06/17] docs/53425 ceri [patch] rework of parts of Porter's Handb o [2003/06/17] kern/53427 Changes to MSDOSFS not reflected when Win o [2003/06/17] www/53429 www [patch] Remove http://www.freebsd.org/ava o [2003/06/18] bin/53435 ftpd crashes when using absolute path in o [2003/06/18] ports/53436 ports-bugs [PATCH] games/magiccube4d to 2.2 o [2003/06/18] ports/53444 ports-bugs comms/hamfax - sending and receiving facs f [2003/06/18] ports/53445 ports-bugs Patch to update www/mod_mp3 port to 0.40 o [2003/06/18] bin/53451 mbr SEGV in rpcgen o [2003/06/18] docs/53454 doc wrong sample code in manpage of wcwidth(3 o [2003/06/18] ports/53455 perky [patch][non-maintainer] replace BROKEN by o [2003/06/18] ports/53457 ports-bugs [patch][non-maintainer] set NOT_FOR_ARCHS o [2003/06/18] ports/53460 ports-bugs security/inflex port out-of-date o [2003/06/18] ports/53461 ports-bugs [patch] change usage of BROKEN to IGNORE o [2003/06/18] ports/53465 ports-bugs [patch] replace usage of BROKEN by IGNORE o [2003/06/18] ports/53466 trevor [non-maintainer] delete port audio/spiral o [2003/06/18] ports/53469 sobomax [patch][non-maintainer] remove hardwiring o [2003/06/18] ports/53471 cjh [patch][non-maintainer] fix non-i386 buil o [2003/06/18] ports/53474 ports-bugs Fix audio support for squeak3 o [2003/06/18] bin/53475 cp(1) copies files in reverse order to de o [2003/06/18] gnu/53476 [patch] gcc improperly handles GCC_EXEC_P o [2003/06/19] ports/53482 ports-bugs New Port: zabbix - Very advanced network o [2003/06/19] ports/53484 wjv [PATCH] for updating textproc/docbook-tdg p [2003/06/19] docs/53488 maxim Mistake in the strmode(3) manual page o [2003/06/19] ports/53490 ports-bugs [New ports] linux-pam-docs o [2003/06/19] ports/53493 dirk Update port: graphics/gtksee to 0.5.2 (fi o [2003/06/19] ports/53495 nakai Update port: japanese/jmode to 0.6.6 (fix o [2003/06/19] ports/53500 ports-bugs transcode port doesn't set configure envi o [2003/06/19] docs/53501 doc [PATCH] Handbook: update snapshots sectio o [2003/06/19] kern/53506 Support gzipped modules. (partial patch) o [2003/06/19] ports/53507 dougb mail/p5-Mail-SpamAssassin-snapshot is out o [2003/06/19] ports/53512 will [PATCH] Update shells/zsh to 4.0.7 o [2003/06/19] bin/53516 ipmon fails to write pidfile upon on-boot o [2003/06/19] bin/53517 chm [PATCH] repair ffsinfo(8) on CURRENT o [2003/06/19] bin/53520 su to another user does not update utmp o [2003/06/19] ports/53523 ports-bugs new port: net/ekg: client for gadu-gadu o [2003/06/19] ports/53527 ports-bugs [patch] mark security/hashish as broken o [2003/06/19] www/53530 ceri [PATCH] query-pr.cgi doesn't work with ur o [2003/06/19] ports/53532 ports-bugs [patch][non-maintainer] set BROKEN for no o [2003/06/19] ports/53535 jmz [patch][non-maintainer] update benchmarks o [2003/06/19] ports/53537 ports-bugs New port: mb2md - Converts mbox mailboxes o [2003/06/19] ports/53538 ports-bugs [NEW PORT] net/ekg o [2003/06/20] ports/53540 ports-bugs New port: audio/mpio-driver Digit@lway MP o [2003/06/20] ports/53541 ports-bugs New port: audio/mpiosh Digit@lway MPIO MP o [2003/06/20] kern/53548 Add support for Moxa CP-168U PCI serial a o [2003/06/20] ports/53549 ports-bugs update for ports dcgui/dclib in category: o [2003/06/20] ports/53555 ports-bugs [NEW PORT] sysutils/runit: A init scheme o [2003/06/20] ports/53558 ports-bugs new port of Gerrit Pape's runit package o [2003/06/20] bin/53560 logging domain names in wtmp is retarded s [2003/06/20] ports/53564 perky [non-maintainer] lang/stackless_python fa o [2003/06/20] ports/53565 ports-bugs post-patch for port o [2003/06/20] ports/53570 ports-bugs [patch] fix bug in ports/x11/Makefile o [2003/06/20] docs/53575 doc Change to Handbook Section 20.9 a [2003/06/20] ports/53576 nork New port: www/privoxy+ipv6 o [2003/06/21] ports/53584 ports-bugs Update port: textproc/wv to 0.7.6 f [2003/06/21] ports/53587 ports-bugs fix ports/lang/fpc so that it builds on F o [2003/06/21] ports/53588 ports-bugs [PATCH] devel/ac-archive: update to 0.5.5 o [2003/06/21] ports/53593 kris PATCH sysutils/pstree o [2003/06/21] ports/53595 mi PATCH upgrade libfpx v 1.2.0.9 (ImageMagi o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/21] ports/53603 ports-bugs cad/varkon port update (Maintainer) o [2003/06/22] standards/53613standards FreeBSD doesn't define EPROTO o [2003/06/22] ports/53615 ports-bugs obsolete dependancy ports/security/drweb o [2003/06/22] ports/53617 ports-bugs Update databases/mysql-jdbc-mm to mysql-c o [2003/06/22] docs/53621 doc devname(3)'s man page needs an example o [2003/06/22] ports/53622 ports-bugs [patch] archivers/unadf and "#define LITT o [2003/06/23] kern/53627 silby Zsh fork bomb panicks kernel. o [2003/06/23] ports/53636 ports-bugs Suggestion for rc.d style startup scripts o [2003/06/23] ports/53639 ports-bugs [UPDATE] textproc/xml2rfc to latest versi o [2003/06/23] ports/53643 ports-bugs [NON-MAINTAINER UPDATE] net/ethereal 0.9. o [2003/06/23] ports/53649 ports-bugs NEW port: math/lp_solve o [2003/06/23] ports/53650 ports-bugs NEW port math/fbm o [2003/06/23] ports/53654 wosch Updated port: www/checkbot to 1.72 o [2003/06/23] ports/53655 ports-bugs Upgrade port devel/towitoko from 2.0.6 to o [2003/06/23] ports/53657 tobez devel/p5-Parse-RecDescent - tutorial/* is o [2003/06/23] ports/53662 ports-bugs [CHANGE-REQUEST] Patch textproc/xlhtml so o [2003/06/23] ports/53665 ports-bugs graphics/showimg 0.8 beta 2 broken on 4.8 o [2003/06/24] ports/53668 ports-bugs GNU-Radius 1.0 has been released o [2003/06/24] ports/53671 ports-bugs NEW PORT: rude/crude UDP traffic generato o [2003/06/24] ports/53672 lioux update net/silc-client to current version o [2003/06/24] ports/53673 ports-bugs new port: mail/esmtp o [2003/06/24] www/53674 www add events section to homepage o [2003/06/24] www/53676 www [patch] Don't make people contact doc@ fo o [2003/06/24] bin/53682 [PATCH] add fuser(1) utitity o [2003/06/24] docs/53688 doc [PATCH] mount_msdosfs(8) does not documen o [2003/06/24] ports/53689 erwin update converters/p5-String-Multibyte o [2003/06/24] ports/53701 ports-bugs [NEW PORT] devel/skalibs: General purpose o [2003/06/24] ports/53702 ports-bugs Port upgrade: devel/directfb o [2003/06/24] ports/53706 mph /usr/ports/news/trn4 fails to build in -C o [2003/06/25] ports/53711 ports-bugs Port Problem: multimedia/transcode o [2003/06/25] kern/53719 phk [PATCH] GEOM: Just first DOS_EXTLBA parti o [2003/06/25] ports/53722 ports-bugs [UPDATE] www/plone from 1.0.1 to 1.0.3 f [2003/06/25] kern/53726 PS/2 optical mouse 'Samsung OMS3PB' won't o [2003/06/25] ports/53730 tobez update devel/p5-Time-HiRes o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/06/25] ports/53738 ports-bugs New port: gcipher: a simple encryption to o [2003/06/25] i386/53740 i386 New port: Fluka - Linux Monte Carlo simul o [2003/06/25] ports/53741 ports-bugs [PATCH] update of port devel/pcre to 4.3 o [2003/06/25] ports/53744 nbm Update port: devel/sip o [2003/06/25] ports/53745 nbm New port: x11-toolkits/pyqt f [2003/06/25] ports/53746 ports-bugs New port: graphics/imgseek o [2003/06/25] ports/53747 ports-bugs [UPDATE] net/easysoap to 0.6 o [2003/06/26] docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ o [2003/06/26] ports/53761 tom Upgrade net/pppoa from 1.1b to 1.2-beta1 o [2003/06/26] ports/53762 ports-bugs devel/picp: Port gone, no forwarding addr f [2003/06/26] ports/53766 ports-bugs Update port: deskutils/bulb o [2003/06/26] ports/53772 ports-bugs Update port: print/hp2xx to 3.4.4 o [2003/06/26] ports/53785 veers Upgrade net/domtools from 1.5 to 1.6 o [2003/06/26] ports/53786 ports-bugs new port: bksh, the Backup Shell o [2003/06/26] java/53790 znerd Let tomcat41ctl start java -server f [2003/06/26] ports/53791 kde Can't pass CPPFLAGS to configure when WIT o [2003/06/26] ports/53793 ports-bugs New port for sebeksniff o [2003/06/26] ports/53797 portmgr new ports directory request o [2003/06/26] www/53803 www news article about freebsd's role in sco o [2003/06/26] ports/53808 ports-bugs New port: lang/freetxl o [2003/06/27] ports/53810 eric update port: sysutils/bsdsar to 1.1.0 o [2003/06/27] ports/53816 ports-bugs [NEW PORT] databases/adodb3 o [2003/06/27] ports/53817 nik textproc/docbook should include textproc/ o [2003/06/27] ports/53848 tobez [PATCH] update of port devel/p5-IPC-Run t o [2003/06/27] ports/53853 ports-bugs Update port: mail/hotwayd to version 0.5. o [2003/06/27] docs/53854 doc faq update (small fixes) o [2003/06/27] ports/53857 ports-bugs [PATCH] mail/ezmlm-idx: take maintainersh o [2003/06/27] ports/53858 ports-bugs [PATCH] mail/ezmlm: take maintainership o [2003/06/27] ports/53860 ports-bugs [PATCH] mail/serialmail: take maintainers o [2003/06/27] ports/53861 ports-bugs [PATCH] ports/LEGAL: add ezmlm, ezmlm-idx o [2003/06/27] ports/53865 ports-bugs [patch][non-maintainer] mark games/xracer o [2003/06/27] ports/53866 ports-bugs Description should mention whether db4.1 o [2003/06/28] bin/53870 C++ undeclares standard math functions li o [2003/06/28] www/53876 www add pc98 to plattforms o [2003/06/28] ports/53877 ports-bugs p5-Data-FormValidator can be updated o [2003/06/28] ports/53878 des [Port Update]:: games/flightgear & devel/ o [2003/06/28] kern/53881 Add support for Linksys WCF12 Compact Fla o [2003/06/28] ports/53882 nbm Update port: devel/sip o [2003/06/28] ports/53884 ports-bugs update ports/lang/fpc from 1.0.4 to 1.0.6 o [2003/06/28] ports/53885 ports-bugs NEW port: HPtools 3.0.8 o [2003/06/28] ports/53887 nbm Update port: x11-toolkits/py-qt o [2003/06/29] kern/53897 [PATCH] add EPoX Bluetooth USB dongle to o [2003/06/29] bin/53899 mktime gives wrong result in Central time o [2003/06/29] conf/53901 Suggest MFC of include keyword to config( o [2003/06/29] www/53906 www [patch] adds content to alpha plattform p o [2003/06/29] ports/53909 ports-bugs New port: cad/metis-edf - a meshes partio o [2003/06/29] ports/53911 osa ports using NOPORTSDOCS (instead of NOPOR o [2003/06/29] ports/53912 ports-bugs Enhancements to emulators/x48 o [2003/06/29] ports/53914 ports-bugs [NEW PORT] games/linux_nwnclient: Neverwi o [2003/06/29] ports/53915 ports-bugs [NEW PORT] games/linux_nwndata: Neverwint o [2003/06/30] ports/53921 ports-bugs update palm/libmal to 0.31 o [2003/06/30] ports/53922 kde [patch] Teach deskutils/kdepim3 to take u o [2003/06/30] ports/53923 ports-bugs New Port: Sipsak is a SIP test command li o [2003/06/30] docs/53928 doc [patch] update books & magazines section o [2003/06/30] i386/53930 i386 showmount doesnot show nfs exportlist on o [2003/06/30] www/53931 www [patch] www/news/press.xml - add article o [2003/06/30] ports/53934 ports-bugs www/mod_jk2 fails to build (Maintainer fi o [2003/06/30] ports/53935 brian UPDATE to multimedia/vlc to version 0.6.0 o [2003/06/30] ports/53939 dwcjr [PATCH] Fix library dependencies in samba o [2003/06/30] kern/53941 [PATCH] ATAPI CD drives don't open the tr o [2003/06/30] ports/53942 ports-bugs New Port: audio/crip - Terminal-based rip p [2003/06/30] misc/53944 [PATCH] ARMSCII-8 (Armenian) LOCALE and C o [2003/07/01] ports/53967 ports-bugs [New Port] security/sudoscript o [2003/07/01] ports/53968 petef update net/p5-File-Rsync o [2003/07/01] ports/53974 erwin Upgrade mail/p5-Mail-Sendmail 0.78 to 0.7 o [2003/07/01] ports/53976 ports-bugs New port: graphics/kalbum o [2003/07/01] ports/53977 ports-bugs [UPDATE] mail/sylpheed-claws o [2003/07/01] bin/53980 [FIX] Better memory utilization in fstat( o [2003/07/01] ports/53981 ports-bugs New Port: k3b 0.8.1, a kde cd recording g o [2003/07/01] ports/53982 dirk [patch] Update mysql323 to 3.23.57 o [2003/07/01] ports/53983 ports-bugs New port: Zope Extensible User Folder o [2003/07/01] ports/53989 ports-bugs [new port] news/papercut: a lightweight a o [2003/07/01] ports/53991 nick update to port astro/roadmap o [2003/07/01] ports/53995 ports-bugs New port: x11-toolkits/render - Header fi o [2003/07/01] ports/53996 ports-bugs New port: xrender - X render library and o [2003/07/01] ports/53997 ports-bugs update py-psycopg from 1.0.13 to 1.1.5.1 o [2003/07/01] ports/53998 gnome Add a dependency xrender to fontconfig o [2003/07/02] ports/54000 ports-bugs command known as blast has no command lin o [2003/07/02] ports/54002 lioux QMTPC patch for qmail-1.03 o [2003/07/02] ports/54003 ports-bugs Upgrade databases/adodb from 2.5 to 3.6 o [2003/07/02] ports/54007 ports-bugs [patch] lang/lua4: Does not build & insta o [2003/07/02] docs/54009 doc Clarify the location of the splash image f [2003/07/02] ports/54012 ports-bugs [patch] devel/mk: Update to 1.4 o [2003/07/02] bin/54026 [patch] Add support for non-standard port f [2003/07/02] ports/54034 ports-bugs new port devel/p5-DateTime-Format-ICal o [2003/07/02] ports/54037 dinoex Ports collection : licq conflict with lib o [2003/07/02] ports/54038 ports-bugs [new port] www/gforge: Open Source collab o [2003/07/02] ports/54041 ade libtool13 (as installed) doesn't recogniz o [2003/07/02] ports/54042 des [PATCH] for updating textproc/docbook-xsl o [2003/07/02] ports/54046 fenner fix to graphics/geomview o [2003/07/02] ports/54048 rse wml fails o [2003/07/03] ports/54055 ports-bugs new port: x11-toolkits/gtk-theme-switch2 o [2003/07/03] ports/54059 ports-bugs New port: psycopg database adapter for zo o [2003/07/03] ports/54060 ports-bugs new port devel/aegis o [2003/07/03] ports/54065 cy patch for x11-wm/fvwm2 to add the option o [2003/07/03] kern/54078 Sound Plays ~10% Slow o [2003/07/03] ports/54079 ports-bugs New port: Formulator for Zope f [2003/07/03] ports/54080 ports-bugs Update port mail/minimalist to the latest o [2003/07/04] docs/54082 doc Update to Mirror Site Docs o [2003/07/04] ports/54084 ports-bugs [maintainer] graphics/hpoj: Correctly det o [2003/07/04] ports/54089 nbm databases/phppgadmin update to 3.0 a [2003/07/04] ports/54090 portmgr sed_inplace should be put in PATCH_DEPEND o [2003/07/04] ports/54092 ports-bugs LCDd daemon from LCDd starts in the foreg o [2003/07/04] kern/54094 [patch] make signedness of kg_nice and ki o [2003/07/04] ports/54095 ports-bugs New port: ParsedXML for Zope o [2003/07/04] ports/54096 ports-bugs Plone port bundled formulator conflicts w o [2003/07/04] bin/54098 [patch] make camcontrol(8) work if plain o [2003/07/04] ports/54100 ports-bugs Update port: graphics/gd o [2003/07/04] ports/54101 ports-bugs Update port: graphics/gd2 to 2.0.15 o [2003/07/04] ports/54102 ports-bugs Update port: print/ghostscript-afpl o [2003/07/04] ports/54103 ports-bugs Update port: print/ghostscript-gnu o [2003/07/04] ports/54105 ports-bugs New port submission o [2003/07/04] ports/54106 lev devel/mingw32-binutils distinfo path mism o [2003/07/04] ports/54108 voland [PATCH] port misc/afbackup does not build o [2003/07/04] ports/54110 ports-bugs [ports/irc/scrollz] Update scrollz port t o [2003/07/04] bin/54113 imp [PATCH] devd(8) doesn't write correct pid o [2003/07/04] docs/54114 doc [PATCH] add cross references and clarific o [2003/07/04] ports/54115 ports-bugs ports/www/smarty upgrade o [2003/07/04] ports/54116 ports-bugs New port: sysutils/rc_subr (rcNG support o [2003/07/04] ports/54118 ports-bugs Update security/botan: 1.2.4 -> 1.2.6 o [2003/07/05] bin/54123 [patch] fix assignments of getopt() retur o [2003/07/05] ports/54124 ports-bugs new port: mail/cone o [2003/07/05] ports/54131 ports-bugs Update port: audio/gnump3d to 2.5b o [2003/07/05] ports/54132 ports-bugs Update port: lang/smalltalk to 2.1.3 o [2003/07/05] ports/54133 ports-bugs Update port: www/retawq to 0.1.5 o [2003/07/05] ports/54139 ports-bugs [PATCH] net/amsn: USE_PERL5_BUILD not nee o [2003/07/05] bin/54141 wrong behavour of cu(1) o [2003/07/06] ports/54146 ports-bugs UPDATE: www/eddie - fix build with Erlang o [2003/07/06] ports/54147 ports-bugs port games/xpired invalid dependency o [2003/07/06] ports/54149 ports-bugs [UPDATE] net/rdesktop-devel: Add RDP5 sup o [2003/07/06] bin/54151 [PATCH] -i (restrict to one interface) pa o [2003/07/06] ports/54152 ports-bugs New Port: x11-fonts/ppantsfonts o [2003/07/06] ports/54154 kde program kooka does not load it's OCR pack o [2003/07/06] ports/54160 ports-bugs New port: show 2.1, a fast image viewer f o [2003/07/06] ports/54161 trevor security/mcrypt unbrake and update to 2.6 o [2003/07/06] ports/54162 ports-bugs security/libmcrypt: remove unneeded USE_P o [2003/07/06] kern/54163 Non-existing Jails in jls?! o [2003/07/06] conf/54166 add default CVSROOT to make release o [2003/07/06] ports/54167 ports-bugs ports security/cryptlib does not install o [2003/07/07] conf/54170 error from weekly periodic script 330.cat o [2003/07/07] ports/54173 ports-bugs mpage default page size selection patch o [2003/07/07] ports/54174 ports-bugs clean spaces behind variables out of port o [2003/07/07] ports/54175 ports-bugs new port devel/p5-B-Keywords o [2003/07/07] kern/54176 [PATCH] Updates for AC97 audio (ICH5/R & o [2003/07/07] ports/54178 ports-bugs new port devel/p5-B-Deobfuscate o [2003/07/07] ports/54179 petef update security/p5-Digest-MD5 o [2003/07/07] ports/54181 anders [PATCH] update of ports mail/imap-uw and o [2003/07/07] ports/54182 ports-bugs Update games/spacehulk (maintainer): 1.4. o [2003/07/07] ports/54183 ports-bugs new port devel/p5-DateTime-Format-Roman o [2003/07/07] ports/54184 ports-bugs new port devel/p5-DateTime-TimeZone-Alias o [2003/07/07] bin/54185 UFS2 filesystem ACL flag not enforced o [2003/07/07] ports/54186 ports-bugs Update of mail/poppassd to cope with devf o [2003/07/07] ports/54187 ports-bugs new port devel/p5-DateTime-Format-HTTP o [2003/07/07] bin/54190 Incorrect hardware info in ath(4) and ath 2801 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 14:50:11 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0672837B401 for ; Mon, 7 Jul 2003 14:50:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D1DE43F93 for ; Mon, 7 Jul 2003 14:50:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h67Lo9Up058434 for ; Mon, 7 Jul 2003 14:50:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h67Lo9wu058433; Mon, 7 Jul 2003 14:50:09 -0700 (PDT) Resent-Date: Mon, 7 Jul 2003 14:50:09 -0700 (PDT) Resent-Message-Id: <200307072150.h67Lo9wu058433@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dale Woolridge <8d829c7d56e875ad3dee7aef7476b779@woolridge.org> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD6837B404 for ; Mon, 7 Jul 2003 14:41:43 -0700 (PDT) Received: from woolridge.ca (www.woolridge.ca [66.11.166.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 1589643FBD for ; Mon, 7 Jul 2003 14:41:43 -0700 (PDT) (envelope-from dwoolrid@woolridge.ca) Received: (qmail 58907 invoked by uid 1000); 7 Jul 2003 21:41:42 -0000 Message-Id: <20030707214142.58906.qmail@najla.woolridge.ca> Date: 7 Jul 2003 21:41:42 -0000 From: Dale Woolridge <8d829c7d56e875ad3dee7aef7476b779@woolridge.org> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/54198: /usr/share/misc/magic does not contain tdb info for file(1) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dale Woolridge <8d829c7d56e875ad3dee7aef7476b779@woolridge.org> List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 21:50:11 -0000 >Number: 54198 >Category: misc >Synopsis: /usr/share/misc/magic does not contain tdb info for file(1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 07 14:50:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dale Woolridge >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD najla.woolridge.ca 4.7-STABLE FreeBSD 4.7-STABLE #2: Mon Feb 3 17:45:35 EST 2003 root@najla.woolridge.ca:/usr/obj/usr/src/sys/NAJLA i386 >Description: The trivial database (tdb) port /usr/ports/databases/tdb does not have its magic info in the /usr/share/misc/magic file. As I understand it, the source for this file lives with the source for file(1). >How-To-Repeat: >Fix: Here is the magic info for tdb: #------------------------------------------------------------------------------ # # tdb: file(1) magic for trivial database files 0 string TDB\ file TDB database >Release-Note: >Audit-Trail: >Unformatted: >32 lelong =0x2601196D version 6, little-endian >>36 lelong x hash size %d bytes From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 7 22:39:37 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5395E37B401; Mon, 7 Jul 2003 22:39:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13EA43F75; Mon, 7 Jul 2003 22:39:36 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h685daUp026895; Mon, 7 Jul 2003 22:39:36 -0700 (PDT) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h685daTX026891; Mon, 7 Jul 2003 22:39:36 -0700 (PDT) Date: Mon, 7 Jul 2003 22:39:36 -0700 (PDT) From: Peter Pentchev Message-Id: <200307080539.h685daTX026891@freefall.freebsd.org> To: 8d829c7d56e875ad3dee7aef7476b779@woolridge.org, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/54198: /usr/share/misc/magic does not contain tdb info for file(1) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 05:39:37 -0000 Synopsis: /usr/share/misc/magic does not contain tdb info for file(1) State-Changed-From-To: open->feedback State-Changed-By: roam State-Changed-When: Mon Jul 7 22:35:47 PDT 2003 State-Changed-Why: Thanks for trying to improve FreeBSD, albeit one utility at a time! Actually, as noted in the src/contrib/file/FREEBSD-upgrade file, the version of the file(1) utility used in FreeBSD is contributed software, maintained externally by its author Christos Zoulas . Could you try to contact Christos with your proposed addition, so it could make its way into the mainstream file(1) distribution, and be imported into FreeBSD soon after the new version's release? http://www.freebsd.org/cgi/query-pr.cgi?pr=54198 From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 8 02:50:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97A1A37B401 for ; Tue, 8 Jul 2003 02:50:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A507043F75 for ; Tue, 8 Jul 2003 02:50:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h689oGUp054838 for ; Tue, 8 Jul 2003 02:50:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h689oGF8054837; Tue, 8 Jul 2003 02:50:16 -0700 (PDT) Resent-Date: Tue, 8 Jul 2003 02:50:16 -0700 (PDT) Resent-Message-Id: <200307080950.h689oGF8054837@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Jakub Dawidek Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 779DE37B404; Tue, 8 Jul 2003 02:46:37 -0700 (PDT) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id A669F43FA3; Tue, 8 Jul 2003 02:46:36 -0700 (PDT) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id E023E3ABB4D; Tue, 8 Jul 2003 11:51:29 +0200 (CEST) Message-Id: <20030708095129.E023E3ABB4D@milla.ask33.net> Date: Tue, 8 Jul 2003 11:51:29 +0200 (CEST) From: Pawel Jakub Dawidek To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: rwatson@FreeBSD.org Subject: kern/54211: Seeing other uid with kern.file sysctl. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pawel Jakub Dawidek List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 09:50:18 -0000 >Number: 54211 >Category: kern >Synopsis: Seeing other uid with kern.file sysctl. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 08 02:50:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Pawel Jakub Dawidek >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD czort.hell.none 5.1-CURRENT FreeBSD 5.1-CURRENT #6: Mon Jul 7 18:59:08 CEST 2003 root@czort.hell.none:/usr/obj/usr/src/sys/CZORT i386 >Description: There is a way to get PIDs and UIDs of most of every processes running even if we are in jail or we are unprivileged user, but security.bsd.see_other_uids is set to 1. The only contition is that process have to have opened files. We could use for this sysctl kern.file that don't check if calling process could see other process. This bug doesn't seems to exist in FreeBSD 4.x, because credentials and PID of process isn't exported to userland and in 5.x it is via xfile struct. >How-To-Repeat: Here is a little program which shows how to use it. Should be run as follows: # gcc -Wall -o xfilehack xfilehack.c # jail / temp 127.0.0.1 `pwd`/xfilehack | uniq ---[ start of xfilehack.c ]--- #include #include #include #include #include #include #include #include int main(int argc, char *argv[]) { struct xfile *files; const char *comm; size_t fsize = 0; int i; comm = basename(argv[0]); if (sysctlbyname("kern.file", NULL, &fsize, NULL, 0) != 0) { fprintf(stderr, "%s: %s\n", comm, strerror(errno)); exit(EXIT_FAILURE); } files = malloc(fsize); if (files == NULL) { fprintf(stderr, "%s: %s\n", comm, strerror(ENOMEM)); exit(EXIT_FAILURE); } if (sysctlbyname("kern.file", files, &fsize, NULL, 0) != 0) { fprintf(stderr, "%s: %s\n", comm, strerror(errno)); exit(EXIT_FAILURE); } fsize /= sizeof(struct xfile); printf("PID EUID\n"); for (i = 0; i < (int)fsize; ++i) printf("%u %u\n", files[i].xf_pid, files[i].xf_uid); exit(EXIT_SUCCESS); } ---[ end of xfilehack.c ]--- >Fix: This patch fix the problem: diff -ur /usr/src/sys/kern/kern_descrip.c src/sys/kern/kern_descrip.c --- /usr/src/sys/kern/kern_descrip.c Mon Jul 7 22:11:49 2003 +++ src/sys/kern/kern_descrip.c Tue Jul 8 02:26:16 2003 @@ -2284,6 +2284,8 @@ n = 16; /* A slight overestimate. */ sx_slock(&filelist_lock); LIST_FOREACH(fp, &filehead, f_list) { + if (cr_cansee(req->td->td_ucred, fp->f_cred) != 0) + continue; /* * We should grab the lock, but this is an * estimate, so does it really matter? @@ -2301,6 +2303,10 @@ sx_slock(&allproc_lock); LIST_FOREACH(p, &allproc, p_list) { PROC_LOCK(p); + if (cr_cansee(req->td->td_ucred, p->p_ucred) != 0) { + PROC_UNLOCK(p); + continue; + } xf.xf_pid = p->p_pid; xf.xf_uid = p->p_ucred->cr_uid; PROC_UNLOCK(p); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 8 03:20:11 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FDFA37B401 for ; Tue, 8 Jul 2003 03:20:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EBB143F75 for ; Tue, 8 Jul 2003 03:20:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h68AKAUp060023 for ; Tue, 8 Jul 2003 03:20:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h68AKAM9060022; Tue, 8 Jul 2003 03:20:10 -0700 (PDT) Date: Tue, 8 Jul 2003 03:20:10 -0700 (PDT) Message-Id: <200307081020.h68AKAM9060022@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Roderick van Domburg" Subject: Re: kern/53245: ida(4) panic during boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roderick van Domburg List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 10:20:11 -0000 The following reply was made to PR kern/53245; it has been noted by GNATS. From: "Roderick van Domburg" To: , Cc: Subject: Re: kern/53245: ida(4) panic during boot Date: Tue, 8 Jul 2003 12:10:20 +0200 Just a "me too" here. Running on a ProLiant 5500 with a Compaq Smart Array 4200 (1.44 Rev. A), four disks as one logical volume. Tried both 5.1-RELEASE and recent snapshots. From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 8 07:38:27 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D90F37B401 for ; Tue, 8 Jul 2003 07:38:27 -0700 (PDT) Received: from hawk.thalamus.net (hawk.thalamus.net [212.31.160.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E97943FAF for ; Tue, 8 Jul 2003 07:38:25 -0700 (PDT) (envelope-from thnov@xyz.pp.se) Received: (qmail 24564 invoked from network); 8 Jul 2003 14:38:12 -0000 Received: from gw.ext.thalamus.se (HELO pcthnov.xyz.pp.se) (212.31.160.253) by hawk.thalamus.net with SMTP; 8 Jul 2003 14:38:12 -0000 Message-Id: <5.2.1.1.2.20030708163420.02897570@pop.thalamus.se> X-Sender: thnov@localhost (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Tue, 08 Jul 2003 16:38:12 +0200 To: freebsd-bugs@freebsd.org From: Thomas Novin Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Subject: cvs tag RELENG_4_8 won't compile (buildworld) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 14:38:27 -0000 Currently on FBSD 4.3-SEC p22. Trying to do a buildworld fails. Only NOPROFILE=3Dtrue in /etc/make.conf.=20 Fails at same place every time I run (eg. no hardware error). Ran cvsup=20 with tag RELENG_4_8 yesterday. System is PII 233 MHz. =3D=3D=3D> gnu/usr.bin/cc/c++ cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H=20 -DPREFIX=3D\"/usr/obj/usr/src/i386/usr\"=20 -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/c++/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc=20 -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config=20 -DDEFAULT_TARGET_VERSION=3D\"2.95.4\"=20 -DDEFAULT_TARGET_MACHINE=3D\"i386-unknown-freebsd\" -D__FBSDID=3D__RCSID= -c=20 /usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/gcc.c cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H=20 -DPREFIX=3D\"/usr/obj/usr/src/i386/usr\"=20 -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/c++/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc=20 -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config=20 -DDEFAULT_TARGET_VERSION=3D\"2.95.4\"=20 -DDEFAULT_TARGET_MACHINE=3D\"i386-unknown-freebsd\" -D__FBSDID=3D__RCSID= -c=20 /usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/cp/g++spec.c cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H=20 -DPREFIX=3D\"/usr/obj/usr/src/i386/usr\"=20 -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/c++/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc=20 -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config=20 -DDEFAULT_TARGET_VERSION=3D\"2.95.4\"=20 -DDEFAULT_TARGET_MACHINE=3D\"i386-unknown-freebsd\" -D__FBSDID=3D__RCSID= =20 -static -o c++ gcc.o g++spec.o=20 /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++/../cc_int/libcc_int.a /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++/../cc_int/libcc_int.a(choos= e-temp.o):=20 In function `choose_temp_base': choose-temp.o(.text+0x13e): warning: mktemp() possibly used unsafely;=20 consider using mkstemp() =3D=3D=3D> gnu/usr.bin/cc/c++filt cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H=20 -DPREFIX=3D\"/usr/obj/usr/src/i386/usr\"=20 -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools=20 -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc=20 -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config -DMAIN=20 -DIN_GCC -DVERSION=3D\"2.95.4\" -D__FBSDID=3D__RCSID -c=20 /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c: In=20 function `demangle_fund_type': /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c:3378:=20 `manglangled' undeclared (first use in this function) /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c:3378:=20 (Each undeclared identifier is reported only once /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c:3378:=20 for each function it appears in.) /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c: In=20 function `main': /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c:4527:=20 warning: assignment discards qualifiers from pointer target type /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c:4530:=20 warning: assignment discards qualifiers from pointer target type *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/c++filt. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. bash-2.05b# bash-2.05b# -- Thomas Novin =B7 thnov@xyz.pp.se =B7 http://xyz.pp.se/~thnov/ V: +46 (0)431 445400 =B7 F: +46 (0)431 445410 =B7 GSM: +46 (0)730 667425=20 From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 8 08:00:36 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E636D37B404 for ; Tue, 8 Jul 2003 08:00:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A236343FBF for ; Tue, 8 Jul 2003 08:00:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h68F0YUp021229 for ; Tue, 8 Jul 2003 08:00:34 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h68F0Y09021228; Tue, 8 Jul 2003 08:00:34 -0700 (PDT) Resent-Date: Tue, 8 Jul 2003 08:00:34 -0700 (PDT) Resent-Message-Id: <200307081500.h68F0Y09021228@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew George Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B058D37B401 for ; Tue, 8 Jul 2003 07:55:43 -0700 (PDT) Received: from mail.secureworks.net (mail.secureworks.net [209.101.212.155]) by mx1.FreeBSD.org (Postfix) with SMTP id EBDED43F93 for ; Tue, 8 Jul 2003 07:55:42 -0700 (PDT) (envelope-from mdg@secureworks.net) Received: (qmail 25438 invoked from network); 8 Jul 2003 14:52:55 -0000 Received: from unknown (HELO HOST-192-168-17-31.internal.secureworks.net) (209.101.212.253) by mail.secureworks.net with SMTP; 8 Jul 2003 14:52:55 -0000 Message-Id: <20030708104307.I64707@localhost> Date: Tue, 8 Jul 2003 10:55:42 -0400 (EDT) From: Matthew George To: freebsd-gnats-submit@FreeBSD.org Subject: misc/54220: [PATCH] /usr/src/Makefile has wrong instructions for upgrade process X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 15:00:36 -0000 >Number: 54220 >Category: misc >Synopsis: [PATCH] /usr/src/Makefile has wrong instructions for upgrade process >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: Tue Jul 08 08:00:34 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Matthew George >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD mdg.secureworks.net 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Tue Jun 10 11:13:46 EDT 2003 mdg@mdg.secureworks.net:/usr/src/sys/i386/compile/GENERIC i386 >Description: /usr/src/Makefile indicates that mergemaster -p should be run after everything has been built and the new kernel installed. This should actually be run prior to building anything. see mergemaster(8), freebsd-stable thread dated 7/7/2003 Re: FreeBSD 4.4-REL to FreeBSD 4.8-STABLE upgrade problem. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/src/Makefile,v retrieving revision 1.284 diff -u -r1.284 Makefile --- Makefile 4 Jul 2003 17:35:26 -0000 1.284 +++ Makefile 8 Jul 2003 14:52:08 -0000 @@ -41,11 +41,11 @@ # delta of a few days): # # 1. `cd /usr/src' (or to the directory containing your source tree). -# 2. `make buildworld' -# 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). -# 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). -# 5. `reboot' (in single user mode: boot -s from the loader prompt). -# 6. `mergemaster -p' +# 2. `mergemaster -p' +# 3. `make buildworld' +# 4. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). +# 5. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). +# 6. `reboot' (in single user mode: boot -s from the loader prompt). # 7. `make installworld' # 8. `mergemaster' # 9. `reboot' -- Matthew George SecureWorks Technical Operations >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 8 08:20:08 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AB9F37B401 for ; Tue, 8 Jul 2003 08:20:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE7643FBD for ; Tue, 8 Jul 2003 08:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h68FK8Up025598 for ; Tue, 8 Jul 2003 08:20:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h68FK8KS025597; Tue, 8 Jul 2003 08:20:08 -0700 (PDT) Date: Tue, 8 Jul 2003 08:20:08 -0700 (PDT) Message-Id: <200307081520.h68FK8KS025597@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matthew George Subject: Re: misc/54220: [PATCH] /usr/src/Makefile has wrong instructions for upgrade process X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew George List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 15:20:08 -0000 The following reply was made to PR misc/54220; it has been noted by GNATS. From: Matthew George To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: misc/54220: [PATCH] /usr/src/Makefile has wrong instructions for upgrade process Date: Tue, 8 Jul 2003 11:14:50 -0400 (EDT) oops, here is the exact same patch without the line wrap ... Index: Makefile =================================================================== RCS file: /home/ncvs/src/Makefile,v retrieving revision 1.284 diff -u -r1.284 Makefile --- Makefile 4 Jul 2003 17:35:26 -0000 1.284 +++ Makefile 8 Jul 2003 14:52:08 -0000 @@ -41,11 +41,11 @@ # delta of a few days): # # 1. `cd /usr/src' (or to the directory containing your source tree). -# 2. `make buildworld' -# 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). -# 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). -# 5. `reboot' (in single user mode: boot -s from the loader prompt). -# 6. `mergemaster -p' +# 2. `mergemaster -p' +# 3. `make buildworld' +# 4. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). +# 5. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). +# 6. `reboot' (in single user mode: boot -s from the loader prompt). # 7. `make installworld' # 8. `mergemaster' # 9. `reboot' -- Matthew George SecureWorks Technical Operations From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 8 09:33:04 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 446D337B48D; Tue, 8 Jul 2003 09:33:03 -0700 (PDT) Received: from walton.kettenis.dyndns.org (a169212.upc-a.chello.nl [62.163.169.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93BA043F3F; Tue, 8 Jul 2003 09:33:01 -0700 (PDT) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2])h68GWx8E000782; Tue, 8 Jul 2003 18:32:59 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) h68GWxZb020301; Tue, 8 Jul 2003 18:32:59 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost)h68GWxej020298; Tue, 8 Jul 2003 18:32:59 +0200 (CEST) Date: Tue, 8 Jul 2003 18:32:59 +0200 (CEST) Message-Id: <200307081632.h68GWxej020298@elgar.kettenis.dyndns.org> From: Mark Kettenis To: wpaul@FreeBSD.org In-reply-to: <200306291736.h5THamHK097874@freefall.freebsd.org> (message from Bill Paul on Sun, 29 Jun 2003 10:36:48 -0700 (PDT)) References: <200306291736.h5THamHK097874@freefall.freebsd.org> cc: wpaul@FreeBSD.org cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/35900: Changing RealTek 8139 MAC address fails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 16:33:04 -0000 Date: Sun, 29 Jun 2003 10:36:48 -0700 (PDT) From: Bill Paul Synopsis: Changing RealTek 8139 MAC address fails State-Changed-From-To: open->closed State-Changed-By: wpaul State-Changed-When: Sun Jun 29 10:35:41 PDT 2003 State-Changed-Why: Patch tested good with 8139B cardbus NIC, applied to -current. -Bill Thanks! Mark From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 8 12:00:22 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48E0C37B401 for ; Tue, 8 Jul 2003 12:00:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E0743F93 for ; Tue, 8 Jul 2003 12:00:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h68J0LUp046124 for ; Tue, 8 Jul 2003 12:00:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h68J0L0l046123; Tue, 8 Jul 2003 12:00:21 -0700 (PDT) Resent-Date: Tue, 8 Jul 2003 12:00:21 -0700 (PDT) Resent-Message-Id: <200307081900.h68J0L0l046123@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Samuel Tardieu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E665C37B404 for ; Tue, 8 Jul 2003 11:57:48 -0700 (PDT) Received: from mail.rfc1149.net (marvin.enst.fr [137.194.161.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21D543F75 for ; Tue, 8 Jul 2003 11:57:47 -0700 (PDT) (envelope-from sam@beeblebrox.rfc1149.net) Received: from beeblebrox.rfc1149.net (beeblebrox-tun.enst.fr [137.194.161.40]) by mail.rfc1149.net (Postfix) with ESMTP id 52454A8039 for ; Tue, 8 Jul 2003 20:57:46 +0200 (CEST) Received: by beeblebrox.rfc1149.net (Postfix, from userid 1000) id B61BF102; Tue, 8 Jul 2003 20:57:44 +0200 (CEST) Message-Id: <20030708185744.B61BF102@beeblebrox.rfc1149.net> Date: Tue, 8 Jul 2003 20:57:44 +0200 (CEST) From: Samuel Tardieu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/54229: Complete "See also" section for getipnodebyname(3) and getaddrinfo(3) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Samuel Tardieu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 19:00:22 -0000 >Number: 54229 >Category: misc >Synopsis: Complete "See also" section for getipnodebyname(3) and getaddrinfo(3) >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 Jul 08 12:00:20 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 4.8-STABLE i386 >Organization: Avian Carrier & Friends >Environment: System: FreeBSD beeblebrox 4.8-STABLE FreeBSD 4.8-STABLE #16: Wed Jul 2 23:48:32 CEST 2003 root@willow:/usr/obj/usr/src/sys/BEEBLEBROX i386 >Description: getaddrinfo(3) and getipnodebyname(3) manpages do not reference each other. It would be useful for newcomers to IPv6 to know that getaddrinfo(3) exists if they are aware of getipnodebyname(3) and vice-versa. >How-To-Repeat: >Fix: Add an entry in each manpage pointing to the other >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 8 14:57:01 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F59C37B401; Tue, 8 Jul 2003 14:57:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB42643F3F; Tue, 8 Jul 2003 14:57:00 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from freefall.freebsd.org (wpaul@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h68Lv0Up063116; Tue, 8 Jul 2003 14:57:00 -0700 (PDT) (envelope-from wpaul@freefall.freebsd.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h68Lv0Kx063109; Tue, 8 Jul 2003 14:57:00 -0700 (PDT) Date: Tue, 8 Jul 2003 14:57:00 -0700 (PDT) From: Bill Paul Message-Id: <200307082157.h68Lv0Kx063109@freefall.freebsd.org> To: dan@obluda.cz, wpaul@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/46405: [PATCH] Bad VLAN handling on NIC's with VLAN hardware support X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 21:57:01 -0000 Synopsis: [PATCH] Bad VLAN handling on NIC's with VLAN hardware support State-Changed-From-To: open->closed State-Changed-By: wpaul State-Changed-When: Tue Jul 8 14:55:11 PDT 2003 State-Changed-Why: Fix applied to -current. EVL_VLANOFTAG() is applied in both the IFCAP_VLAN_HWTAGGING case and the software tagging case. Also, the user is now prevented from using ifconfig(8) to set a tag ID with anything except the VLAN ID bits set (setting any of the other bits would cause an interface matching failure in vlan_input(). -Bill http://www.freebsd.org/cgi/query-pr.cgi?pr=46405 From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 8 17:16:25 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 999FE37B401 for ; Tue, 8 Jul 2003 17:16:25 -0700 (PDT) Received: from hotmail.com (bay4-dav115.bay4.hotmail.com [65.54.171.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2103743F93 for ; Tue, 8 Jul 2003 17:16:25 -0700 (PDT) (envelope-from thode12@msn.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 8 Jul 2003 17:16:25 -0700 Received: from 67.0.7.180 by bay4-dav115.bay4.hotmail.com with DAV; Wed, 09 Jul 2003 00:16:24 +0000 X-Originating-IP: [67.0.7.180] X-Originating-Email: [thode12@msn.com] From: "KAREN THODE" To: Date: Tue, 8 Jul 2003 19:16:29 -0500 MIME-Version: 1.0 X-Mailer: MSN Explorer 7.02.0011.2700 Message-ID: X-OriginalArrivalTime: 09 Jul 2003 00:16:25.0100 (UTC) FILETIME=[556854C0:01C345AF] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Error in ioctl(2)'s man page: Ioccon.h contains ioctl-related macros,not ioctl.h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 00:16:25 -0000 Submitter-ID: current-users Originator: Lucas Organization: n/a Confidential: no Synopsis: Error in ioctl(2)'s man page: Ioccon.h contains ioctl-related = macros, not ioctl.h Severity: non-critical Priority: Medium Category: docs Class: doc-bug Release: n/a Environment: n/a Description: When the ioctl-related defines and macros were moved to ioc= con.h, ioctl's man page wasn't updated to reflect the change. How-to-Repeat: View ioctl's man page. Fix: Change the second reference to ioctl.h to refer to ioccon.h. =20 From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 8 21:40:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1113F37B401 for ; Tue, 8 Jul 2003 21:40:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D2F43FE0 for ; Tue, 8 Jul 2003 21:40:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h694eBUp001431 for ; Tue, 8 Jul 2003 21:40:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h694eBYu001430; Tue, 8 Jul 2003 21:40:11 -0700 (PDT) Date: Tue, 8 Jul 2003 21:40:11 -0700 (PDT) Message-Id: <200307090440.h694eBYu001430@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Lars Eggert Subject: Re: kern/17775: 4.0-STABLE: Adaptec-155-ATM at en0 causing amd problem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars Eggert List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 04:40:12 -0000 The following reply was made to PR kern/17775; it has been noted by GNATS. From: Lars Eggert To: freebsd-gnats-submit@FreeBSD.org, larse@ISI.EDU Cc: Subject: Re: kern/17775: 4.0-STABLE: Adaptec-155-ATM at en0 causing amd problem Date: Tue, 08 Jul 2003 21:31:59 -0700 This is a cryptographically signed message in MIME format. --------------ms090004030708080208020702 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit kern/17775 can be closed, as -current has a reworked ATM driver that may fix this. (Plus, I no longer have the hardware this was an issue with.) Lars -- Lars Eggert USC Information Sciences Institute --------------ms090004030708080208020702 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJtjCC AzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkG CSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAw MDBaFw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBD YXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2Vy dGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAw LjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZ gpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqd knWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFp AgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzAS BgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtH XfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7BDm6/ObyJOuR+r3sDSo491BVqGz3Da1M G7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDqLiXdiuT82w0fnQLzWtvKPPZE6iZp h39Ins6ln+eE2MliYq0FxjCCAzkwggKioAMCAQICAwglQTANBgkqhkiG9w0BAQQFADCBkjEL MAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYD VQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMB4XDTAyMDgyNDE4NTMzOVoX DTAzMDgyNDE4NTMzOVowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYD VQQDEwtMYXJzIEVnZ2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBANI2Rrt4ggaQ/IrOsDeOm2H4/R5FRIL6JjDY3StE aogp1r23WKniQ1Vj98Nu5WxlaZ3Iam3Jen5T66H8u7rtMNpK4qAeAGoBsVeyVr1+CTFeuv+m xCh7BvBJwhLdm0zDaoDT05YKYZaqtsT+F286FWJQg31Xtf+vTKLVVrHcsafnteyal2NEt7Ac yZZfjsVLwxp2Lq3cwYfRQRoo7/yCVzS7HsgM6jmbO4taEMo4yC2rpnUbWEUCDTaCYgpAXzAl oiNk7GDh0wz2s5ZSnHRvNSBMAjCmpNtSYHfXFI1ANwrrrHIJ7Ei83+XN32PWY4OPzO3iown9 VR+vM+8lNx9OX28CAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIBBAQTTDJ1TXlmZkJO VWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1UdEwEB/wQCMAAwDQYJ KoZIhvcNAQEEBQADgYEAXcrIlKmPLM/r8r3oz2ZLPLaT1AyMjYTZY2qq/R7SUtFa9BNlTIFh DG78QKfJ9lo2LMzTPQqMZgNLmj95GbNPI8P8OIq2K6MeCZWz08ROackqTFP6xWbIFIfXcBVR 1dZnDDyDKBBh05KkvyTPawSQyOBUeNBfQUyO4TE+3o58U8UwggM5MIICoqADAgECAgMIJUEw DQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MDAeFw0wMjA4MjQxODUzMzlaFw0wMzA4MjQxODUzMzlaMFQxDzANBgNVBAQTBkVnZ2VydDEN MAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkqhkiG9w0BCQEWDWxh cnNlQGlzaS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDSNka7eIIGkPyK zrA3jpth+P0eRUSC+iYw2N0rRGqIKda9t1ip4kNVY/fDbuVsZWmdyGptyXp+U+uh/Lu67TDa SuKgHgBqAbFXsla9fgkxXrr/psQoewbwScIS3ZtMw2qA09OWCmGWqrbE/hdvOhViUIN9V7X/ r0yi1Vax3LGn57XsmpdjRLewHMmWX47FS8Madi6t3MGH0UEaKO/8glc0ux7IDOo5mzuLWhDK OMgtq6Z1G1hFAg02gmIKQF8wJaIjZOxg4dMM9rOWUpx0bzUgTAIwpqTbUmB31xSNQDcK66xy CexIvN/lzd9j1mODj8zt4qMJ/VUfrzPvJTcfTl9vAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIB ADAaMBgCAQQEE0wydU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVk dTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAF3KyJSpjyzP6/K96M9mSzy2k9QM jI2E2WNqqv0e0lLRWvQTZUyBYQxu/ECnyfZaNizM0z0KjGYDS5o/eRmzTyPD/DiKtiujHgmV s9PETmnJKkxT+sVmyBSH13AVUdXWZww8gygQYdOSpL8kz2sEkMjgVHjQX0FMjuExPt6OfFPF MYID1TCCA9ECAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MAIDCCVBMAkGBSsOAwIaBQCgggIPMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTAzMDcwOTA0MzE1OVowIwYJKoZIhvcNAQkEMRYEFKNMxl8j6OHc1V4VVXN1 yKy0zZzAMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGrBgkrBgEEAYI3EAQxgZ0w gZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNh cGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNl czEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMAIDCCVBMIGtBgsq hkiG9w0BCRACCzGBnaCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2Fw ZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRp ZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44 LjMwAgMIJUEwDQYJKoZIhvcNAQEBBQAEggEAL8U3VsEinptLd7ZjcLSnlEJ8EWgs196kIA4J Z/WoBL1OlgBEFZaDsEkEMcSgIUo2VvcVkSEx7c8NjXq202xk/Bwtu0jkYYk4q9dqZ8yIXmQ+ S6t7Ug5mYFQsyLoL+zfX1AStWAeIM99tdT54Syo2GsGKk5lg4EJ+G5Qa4MfbKpbHWoCI4lty nLsIb4N05zokcaHeesAcKo1Ws2GFpW42e/k7pFH3DURHGEssaUpXYIfZADUa6ixc2gGd+Z5Y h0v4nKtG3RSpzCWyJ3JhxVIqOtUZNUh8+L9UlQw1Zw0MY27DrdExbOTDTMVyqjZPSSSLMdhe LtvS9nLIW7RKD+656gAAAAAAAA== --------------ms090004030708080208020702-- From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 9 00:40:02 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AE0037B401 for ; Wed, 9 Jul 2003 00:40:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D1B043FCB for ; Wed, 9 Jul 2003 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h697e0Up020828 for ; Wed, 9 Jul 2003 00:40:00 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h697e0sc020827; Wed, 9 Jul 2003 00:40:00 -0700 (PDT) Resent-Date: Wed, 9 Jul 2003 00:40:00 -0700 (PDT) Resent-Message-Id: <200307090740.h697e0sc020827@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, wiwi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7180937B401 for ; Wed, 9 Jul 2003 00:37:54 -0700 (PDT) Received: from mta.progon.net (mta.progon.net [62.65.155.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB0D43FB1 for ; Wed, 9 Jul 2003 00:37:53 -0700 (PDT) (envelope-from wiwi@thor.progon.net) Received: from thor.progon.net (localhost [127.0.0.1]) by mta.progon.net (8.12.9/8.12.0.Beta12) with ESMTP id h697bRld061685 for ; Wed, 9 Jul 2003 07:37:27 GMT Received: (from wiwi@localhost) by thor.progon.net (8.12.9/8.12.0.Beta12) id h697bRW5061684; Wed, 9 Jul 2003 07:37:27 GMT Message-Id: <200307090737.h697bRW5061684@thor.progon.net> Date: Wed, 9 Jul 2003 07:37:27 GMT From: wiwi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/54248: nge/vlan: kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: wiwi List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 07:40:02 -0000 >Number: 54248 >Category: kern >Synopsis: nge/vlan: kernel panic >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 09 00:40:00 PDT 2003 >Closed-Date: >Last-Modified: >Originator: wiwi >Release: FreeBSD 5.1-RELEASE i386 >Organization: progon network engineering >Environment: FreeBSD ns1.kanti-zug.ch 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x2c fault code = supervisor read, page not present instruction pointer = 0x8:0xc0338384 stack pointer = 0x10:0xc86448b4 frame pointer = 0x10:0xc86448b8 code segment = base 0x0, limit 0xfffff, type 0x1b DPL 0, pres 1, def 32, gran 1 processor eflags = interrupt enabled, resume, IOPL=0 current process = 12 (swi1:net) trap number = 12 panic: page fault >How-To-Repeat: ifconfig vlan0 create ifconfig vlan0 vlan 4 vlandev nge0 ifconfig vlan0 inet 212.203.72.13 netmask 255.255.255.240 >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 9 04:50:21 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2584237B401 for ; Wed, 9 Jul 2003 04:50:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6964743FBD for ; Wed, 9 Jul 2003 04:50:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h69BoJUp048178 for ; Wed, 9 Jul 2003 04:50:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h69BoJ5t048176; Wed, 9 Jul 2003 04:50:19 -0700 (PDT) Date: Wed, 9 Jul 2003 04:50:19 -0700 (PDT) Message-Id: <200307091150.h69BoJ5t048176@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Richard Arends Subject: Re: kern/53067: Add support for the PQI USB Flash Disk X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Richard Arends List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 11:50:21 -0000 The following reply was made to PR kern/53067; it has been noted by GNATS. From: Richard Arends To: Nate Lawson Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/53067: Add support for the PQI USB Flash Disk Date: Wed, 9 Jul 2003 13:44:43 +0200 (CEST) On Tue, 1 Jul 2003, Nate Lawson wrote: > Thanks for pointing this out to me. Please have a look at > http://root.org/~nate/freebsd/quirks.html and submit the information there > for the record. (To do that, just hit reply-all to this message). I'll > look into this shortly although I'm working on some pressing ACPI issues > right now and haven't had as much time for quirks. Sorry for the late answer (very busy), but here's the info: camcontrol inquiry da0: pass0: Removable Direct Access SCSI-0 device pass0: Serial Number pass0: 1.000MB/s transfers Manufacturer name: Power Quotient International, Inc. (PQI) Model number: USB Traveling Disk USB1.1 Transport type: USB Output from dmesg for failed attach attempts: Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.1-CURRENT #29: Mon Jun 30 00:05:36 CEST 2003 root@snowlap.unixguru.nl:/usr/obj/usr/src/sys/SNOWLAP Preloaded elf kernel "/boot/kernel/kernel" at 0xc0562000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc05622e4. Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 797578840 Hz CPU: Intel Pentium III (797.58-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383f9ff real memory = 401997824 (383 MB) avail memory = 384561152 (366 MB) Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard pcibios: BIOS version 2.10 Using $PIR table, 7 entries at 0xc00f01c0 acpi0: power button is handled as a fixed feature programming model. Timecounter "ACPI-safe" frequency 3579545 Hz acpi_timer0: <24-bit timer at 3.579545MHz> port 0xee08-0xee0b on acpi0 acpi_cpu0: port 0x530-0x537 on acpi0 acpi_tz0: port 0x530-0x537 on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib0: slot 31 INTD is routed to irq 11 pcib0: slot 31 INTC is routed to irq 11 pcib0: slot 31 INTB is routed to irq 11 pcib0: slot 31 INTB is routed to irq 11 agp0: mem 0xf0000000-0xf3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pcib1: slot 0 INTA is routed to irq 11 pci1: at device 0.0 (no driver attached) pcib2: at device 30.0 on pci0 pci2: on pcib2 pcib2: slot 8 INTA is routed to irq 11 fxp0: port 0xdf40-0xdf7f mem 0xf7dff000-0xf7dfffff irq 11 at device 8.0 on pci2 fxp0: Ethernet address 00:00:39:be:6a:32 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto cbb0: at device 12.0 on pci2 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pcib2: slot 12 INTA is routed to irq 11 cbb1: at device 13.0 on pci2 cardbus1: on cbb1 pccard1: <16-bit PCCard bus> on cbb1 pcib2: slot 13 INTA is routed to irq 11 cbb2: at device 13.1 on pci2 cardbus2: on cbb2 pccard2: <16-bit PCCard bus> on cbb2 pcib2: slot 13 INTB is routed to irq 11 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xcff0-0xcfff at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xcf80-0xcf9f irq 11 at device 31.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xcf60-0xcf7f irq 11 at device 31.4 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pcm0: port 0xcdc0-0xcdff,0xce00-0xceff irq 11 at device 31.5 on pci0 pcm0: pci0: at device 31.6 (no driver attached) acpi_lid0: on acpi0 acpi_cmbat0: on acpi0 acpi_acad0: on acpi0 speaker0 port 0x61 on acpi0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A ppc0 port 0x778-0x77a,0x378-0x37f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/15 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port orm0:
Well, I experience same problem in = FreeBSD=20 4.8
 
As long as I use the original kernel, = the one I=20 created during the installation, everything works fine.
 
But everytime I try to compile a = custome kernel and=20 reboot I get stuck at that point:
 
Mounting root from ufs:=20 /dev/ad0s1a
------=_NextPart_000_0003_01C3474E.97CE0B70-- From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 10 22:40:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7106237B401 for ; Thu, 10 Jul 2003 22:40:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B0943FAF for ; Thu, 10 Jul 2003 22:40:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6B5eGUp002066 for ; Thu, 10 Jul 2003 22:40:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6B5eGbp002065; Thu, 10 Jul 2003 22:40:16 -0700 (PDT) Resent-Date: Thu, 10 Jul 2003 22:40:16 -0700 (PDT) Resent-Message-Id: <200307110540.h6B5eGbp002065@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jose Marcio Martins da Cruz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EB5337B401 for ; Thu, 10 Jul 2003 22:34:54 -0700 (PDT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7389043F3F for ; Thu, 10 Jul 2003 22:34:53 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) h6B5Yqpa005964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 10 Jul 2003 22:34:52 -0700 (PDT) Received: (from gshapiro@localhost)h6B5YqxE005963; Thu, 10 Jul 2003 22:34:52 -0700 (PDT) Message-Id: <200307110534.h6B5YqxE005963@horsey.gshapiro.net> Date: Thu, 10 Jul 2003 22:34:52 -0700 (PDT) From: Jose Marcio Martins da Cruz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/54354: Bug in inetd connection rate control X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 05:40:18 -0000 >Number: 54354 >Category: bin >Synopsis: Bug in inetd connection rate control >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 10 22:40:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jose Marcio Martins da Cruz >Release: FreeBSD 4.8-STABLE i386 >Organization: Ecole des Mines de Paris >Environment: >Description: Hello, There seems to have a bug at inetd.c source file. This pb regards connection rate control feature. Line 2341 shall probably be : if ((cnt * 60) / (CHTSIZE * CHTGRAN) > sep->se_maxcpm) { ... instead of if (cnt * (CHTSIZE * CHTGRAN) / 60 > sep->se_maxcpm) { char pname[INET6_ADDRSTRLEN]; getnameinfo((struct sockaddr *)&rss, ((struct sockaddr *)&rss)->sa_len, pname, sizeof(pname), NULL, 0, NI_NUMERICHOST|NI_WITHSCOPEID); r = -1; syslog(LOG_ERR, "%s from %s exceeded counts/min (limit %d/min)", sep->se_service, pname, sep->se_maxcpm); } as the connection rate is the number of connections ***DIVIDED*** by the size of the measurement window. As long as you don't change original CHTSIZE and CHTGRAN values (6 and 10), this bug has no effect. This problem was remarked by Claus Assmann (ca@sendmail.org) and Jose Marcio Martins da Cruz (Jose-Marcio.Martins@ensmp.fr). Version information of the source file is : __FBSDID("$FreeBSD: src/usr.sbin/inetd/inetd.c,v 1.119 2003/02/23 16:54:19 dwmalone Exp $"); Best regards, Jose-Marcio -- --------------------------------------------------------------- Jose Marcio MARTINS DA CRUZ Tel. :(33) 01.40.51.93.41 Ecole des Mines de Paris http://j-chkmail.ensmp.fr 60, bd Saint Michel http://www.ensmp.fr/~martins 75272 - PARIS CEDEX 06 mailto:Jose-Marcio.Martins@ensmp.fr >How-To-Repeat: >Fix: --- inetd.c.org 2003-07-07 12:37:55.987790000 +0200 +++ inetd.c 2003-07-07 12:39:19.990674000 +0200 @@ -2338,7 +2338,7 @@ cnt += ct->ct_Count; } } - if (cnt * (CHTSIZE * CHTGRAN) / 60 > sep->se_maxcpm) { + if ((cnt * 60) / (CHTSIZE * CHTGRAN) > sep->se_maxcpm) { char pname[INET6_ADDRSTRLEN]; getnameinfo((struct sockaddr *)&rss, >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 10 22:43:59 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A8A937B401; Thu, 10 Jul 2003 22:43:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066BA43FE3; Thu, 10 Jul 2003 22:43:59 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: from freefall.freebsd.org (gshapiro@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6B5hwUp002337; Thu, 10 Jul 2003 22:43:58 -0700 (PDT) (envelope-from gshapiro@freefall.freebsd.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6B5hw3q002333; Thu, 10 Jul 2003 22:43:58 -0700 (PDT) Date: Thu, 10 Jul 2003 22:43:58 -0700 (PDT) From: Gregory Neil Shapiro Message-Id: <200307110543.h6B5hw3q002333@freefall.freebsd.org> To: gshapiro@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/54354: Bug in inetd connection rate control X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 05:43:59 -0000 Synopsis: Bug in inetd connection rate control Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: gshapiro Responsible-Changed-When: Thu Jul 10 22:41:58 PDT 2003 Responsible-Changed-Why: Give PR to the inetd maintainer. Note that I entered this PR on behalf of Jose Marcio Martins da Cruz. http://www.freebsd.org/cgi/query-pr.cgi?pr=54354 From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 10 23:11:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78D2237B401; Thu, 10 Jul 2003 23:11:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C1243FBD; Thu, 10 Jul 2003 23:11:09 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from freefall.freebsd.org (silby@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6B6B8Up007029; Thu, 10 Jul 2003 23:11:08 -0700 (PDT) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6B6B8Np007025; Thu, 10 Jul 2003 23:11:08 -0700 (PDT) Date: Thu, 10 Jul 2003 23:11:08 -0700 (PDT) From: Mike Silbersack Message-Id: <200307110611.h6B6B8Np007025@freefall.freebsd.org> To: silby@FreeBSD.org, freebsd-bugs@FreeBSD.org, silby@FreeBSD.org Subject: Re: kern/54309: TCP Packet of 64K-1 crashes FreeBSD4.8 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 06:11:09 -0000 Synopsis: TCP Packet of 64K-1 crashes FreeBSD4.8 Responsible-Changed-From-To: freebsd-bugs->silby Responsible-Changed-By: silby Responsible-Changed-When: Thu Jul 10 23:10:57 PDT 2003 Responsible-Changed-Why: I'd better look at this... http://www.freebsd.org/cgi/query-pr.cgi?pr=54309 From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 02:24:20 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7702037B401; Fri, 11 Jul 2003 02:24:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16E7443FDD; Fri, 11 Jul 2003 02:24:20 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6B9OJUp051613; Fri, 11 Jul 2003 02:24:19 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6B9OJLg051609; Fri, 11 Jul 2003 03:24:19 -0600 (MDT) Date: Fri, 11 Jul 2003 03:24:19 -0600 (MDT) From: Warner Losh Message-Id: <200307110924.h6B9OJLg051609@freefall.freebsd.org> To: xaa+ports@timewasters.nl, imp@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/53249: Add ID's for Asus WL-100 card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 09:24:20 -0000 Synopsis: Add ID's for Asus WL-100 card State-Changed-From-To: open->closed State-Changed-By: imp State-Changed-When: Fri Jul 11 03:24:08 MDT 2003 State-Changed-Why: fixed http://www.freebsd.org/cgi/query-pr.cgi?pr=53249 From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 04:50:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E62137B405 for ; Fri, 11 Jul 2003 04:50:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB1D43FCB for ; Fri, 11 Jul 2003 04:50:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BBoCUp074612 for ; Fri, 11 Jul 2003 04:50:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BBoCNs074611; Fri, 11 Jul 2003 04:50:12 -0700 (PDT) Resent-Date: Fri, 11 Jul 2003 04:50:12 -0700 (PDT) Resent-Message-Id: <200307111150.h6BBoCNs074611@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Georg-W. Koltermann" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5053E37B401 for ; Fri, 11 Jul 2003 04:47:27 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC16643FBD for ; Fri, 11 Jul 2003 04:47:25 -0700 (PDT) (envelope-from g.w.k@web.de) Received: from [213.148.149.130] (helo=hunter.muc.mscsoftware.com) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.98 #232) id 19awN3-00070y-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 11 Jul 2003 13:47:25 +0200 Received: from hunter.muc.mscsoftware.com ([172.17.22.32]) byid 2003071113354878-571 ; Fri, 11 Jul 2003 13:35:48 +0200 Received: from hunter.muc.mscsoftware.com (localhost.muc.mscsoftware.com id h6BBjiWU003410; Fri, 11 Jul 2003 13:45:44 +0200 (CEST) (envelope-from gwk@hunter.muc.eu.mscsoftware.com) Received: (from gwk@localhost) by hunter.muc.mscsoftware.com (8.12.9/8.12.9/Submit) id h6BBjhWm003407; Fri, 11 Jul 2003 13:45:43 +0200 (CEST) Message-Id: <200307111145.h6BBjhWm003407@hunter.muc.mscsoftware.com> Date: 11 Jul 2003 13:47:24 +0200 From: "Georg-W. Koltermann" Sender: g.w.k@web.de To: gwk@hunter.muc.eu.mscsoftware.com X-Send-Pr-Version: 3.113 cc: Georg.Koltermann@mscsoftware.com Subject: bin/54365: [PATCH] add -u option to install(1) for SysV compatibility X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Georg-W. Koltermann" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 11:50:16 -0000 >Number: 54365 >Category: bin >Synopsis: [PATCH] add -u option to install(1) for SysV compatibility >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: Fri Jul 11 04:50:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Georg-W. Koltermann >Release: FreeBSD 5.1-RELEASE i386 >Organization: MSC >Environment: System: FreeBSD hunter.muc.mscsoftware.com 5.1-RELEASE FreeBSD 5.1-RELEASE #1: Fri Jul 4 12:25:16 CEST 2003 root@hunter.muc.mscsoftware.com:/usr/obj/usr/src/sys/HUNTER i386 >Description: I have some Makefiles originally destined for a System V system which use "install -u user" to set the owner of the files during install. Instead of hacking the Makefiles again and again after every CVS update, I prefer to let install(1) recognize the -u option as synonymous to -o. See fix section for my patch. >How-To-Repeat: >Fix: --- usr.bin/xinstall/xinstall.c.old Mon Jun 23 14:27:31 2003 +++ usr.bin/xinstall/xinstall.c Mon Jun 23 14:29:13 2003 @@ -112,7 +112,7 @@ iflags = 0; group = owner = NULL; - while ((ch = getopt(argc, argv, "B:bCcdf:g:Mm:o:pSsv")) != -1) + while ((ch = getopt(argc, argv, "B:bCcdf:g:Mm:o:u:pSsv")) != -1) switch((char)ch) { case 'B': suffix = optarg; @@ -149,6 +149,7 @@ free(set); break; case 'o': + case 'u': owner = optarg; break; case 'p': --- usr.bin/xinstall/install.1.old Mon Jun 23 14:34:38 2003 +++ usr.bin/xinstall/install.1 Mon Jun 23 14:35:28 2003 @@ -164,6 +164,12 @@ showing files as they are installed or backed up. .El .Pp +The +.Fl u +option is treated as synonymous with +.Fl o +for compatibility with some System V versions. +.Pp By default, .Nm preserves all file flags, with the exception of the >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 05:10:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDA0737B401 for ; Fri, 11 Jul 2003 05:10:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA36843F3F for ; Fri, 11 Jul 2003 05:10:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BCA9Up078842 for ; Fri, 11 Jul 2003 05:10:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BCA93B078841; Fri, 11 Jul 2003 05:10:09 -0700 (PDT) Resent-Date: Fri, 11 Jul 2003 05:10:09 -0700 (PDT) Resent-Message-Id: <200307111210.h6BCA93B078841@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oleg Bulyzhin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE5437B404; Fri, 11 Jul 2003 05:05:05 -0700 (PDT) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50ED243FBF; Fri, 11 Jul 2003 05:05:04 -0700 (PDT) (envelope-from oleg@lath.rinet.ru) Received: by lath.rinet.ru (Postfix, from userid 222) id 3B7952EF9; Fri, 11 Jul 2003 16:05:02 +0400 (MSD) Message-Id: <20030711120502.3B7952EF9@lath.rinet.ru> Date: Fri, 11 Jul 2003 16:05:02 +0400 (MSD) From: Oleg Bulyzhin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: gshapiro@FreeBSD.org Subject: bin/54367: [PATCH] sendmail coredumps (sometime) when using dns map X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Oleg Bulyzhin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 12:10:11 -0000 >Number: 54367 >Category: bin >Synopsis: [PATCH] sendmail coredumps (sometime) when using dns map >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 11 05:10:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Oleg Bulyzhin >Release: FreeBSD 4.8-RELEASE i386 >Organization: Cronyx Plus LLC >Environment: System: FreeBSD lath.rinet.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Sat Apr 5 12:35:16 MSD 2003 root@lath.rinet.ru:/lh/obj/lh/src/sys/lath i386 Any FreeBSD version with sendmail below 8.12.9 is affected i guess. >Description: Only sendmail 8.12.8 (and previous) are affected. 8.12.9 has this bug fixed. If you are using dns maps in your sendmail.cf and have decent smtp traffic you can see "random" sendmail crashes. (problem was noticed on our primary mail relay which has about 300000 delivery attempts per day). If you search your maillog for crashed sendmail pid you can see (often, but not always) error like this: sm-mta[90653]: ERROR: DNS RDLENGTH=63885 > data len=2468 Here is explanation why this can happen: In dns_parse_reply() sendmail builds chain of RESOURCE_RECORD_T structures (dynamically allocating memory for them). Due to wrong initialization of those structures, if sendmail gets bad dns reply (with actual reply size != announced reply size), it calls dns_free_data (sm_resolve.c:227) having rr_next field of last chain structure filled with garbage. In dns_free_data() sendmail trying to free allocated chain of structures: it's going through chain using rr_next pointer and stops when rr_next == NULL. Garbage in rr_next field cause sendmail to call free() on random addresses. This usually cause sendmail to crash. Theoretically (i'm not sure) this bug can lead to remote code execution. >How-To-Repeat: Dont know easy ways to reproduce problem. (we need source of broken dns replies i guess). >Fix: Use sm_resolve.c coming with sendmail 8.12.9 or use this patch: --- sm_resolve.c.orig Fri Jun 28 00:43:24 2002 +++ sm_resolve.c Thu Jul 10 01:21:17 2003 @@ -233,6 +233,7 @@ dns_free_data(r); return NULL; } + memset(*rr, 0, sizeof(**rr)); (*rr)->rr_domain = sm_strdup(host); if ((*rr)->rr_domain == NULL) { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 06:00:30 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FAC637B404 for ; Fri, 11 Jul 2003 06:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A515543FA3 for ; Fri, 11 Jul 2003 06:00:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BD0SUp088532 for ; Fri, 11 Jul 2003 06:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BD0S3V088531; Fri, 11 Jul 2003 06:00:28 -0700 (PDT) Resent-Date: Fri, 11 Jul 2003 06:00:28 -0700 (PDT) Resent-Message-Id: <200307111300.h6BD0S3V088531@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Neuhauser Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D165137B401 for ; Fri, 11 Jul 2003 05:58:05 -0700 (PDT) Received: from mail.bellavista.cz (mail.bellavista.cz [213.235.167.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBFF443F75 for ; Fri, 11 Jul 2003 05:58:04 -0700 (PDT) (envelope-from roman@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 424F742A for ; Fri, 11 Jul 2003 14:58:03 +0200 (CEST) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id B6FCF2FDAB2; Fri, 11 Jul 2003 14:58:01 +0200 (CEST) Message-Id: <20030711125801.B6FCF2FDAB2@freepuppy.bellavista.cz> Date: Fri, 11 Jul 2003 14:58:01 +0200 (CEST) From: Roman Neuhauser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/54369: MFC /etc/services X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Neuhauser List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 13:00:30 -0000 >Number: 54369 >Category: conf >Synopsis: MFC /etc/services >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 11 06:00:28 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Roman Neuhauser >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD freepuppy.bellavista.cz 4.8-STABLE FreeBSD 4.8-STABLE #2: Thu Jun 5 12:57:47 CEST 2003 root@freepuppy.bellavista.cz:/usr/obj/usr/src/sys/FREEPUPPY2_5 i386 >Description: I don't see a problem with MFC'ing /etc/services (but I could be missing something), and the fix is trivial. :) >How-To-Repeat: >Fix: apply this patch: http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/services.diff?r1=1.93&r2=1.62.2.12 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 06:10:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75E8637B401 for ; Fri, 11 Jul 2003 06:10:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FEA843FAF for ; Fri, 11 Jul 2003 06:10:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BDAFUp096553 for ; Fri, 11 Jul 2003 06:10:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BDAFJt096551; Fri, 11 Jul 2003 06:10:15 -0700 (PDT) Resent-Date: Fri, 11 Jul 2003 06:10:15 -0700 (PDT) Resent-Message-Id: <200307111310.h6BDAFJt096551@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Neuhauser Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 047A537B401 for ; Fri, 11 Jul 2003 06:04:55 -0700 (PDT) Received: from mail.bellavista.cz (mail.bellavista.cz [213.235.167.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56E1743F3F for ; Fri, 11 Jul 2003 06:04:54 -0700 (PDT) (envelope-from roman@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 597D542A for ; Fri, 11 Jul 2003 15:04:53 +0200 (CEST) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 3A1F12FDAB2; Fri, 11 Jul 2003 15:04:53 +0200 (CEST) Message-Id: <20030711130453.3A1F12FDAB2@freepuppy.bellavista.cz> Date: Fri, 11 Jul 2003 15:04:53 +0200 (CEST) From: Roman Neuhauser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/54371: Subversion IANA-assigned port number X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Neuhauser List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 13:10:17 -0000 >Number: 54371 >Category: conf >Synopsis: Subversion IANA-assigned port number >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 11 06:10:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Roman Neuhauser >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD freepuppy.bellavista.cz 4.8-STABLE FreeBSD 4.8-STABLE #2: Thu Jun 5 12:57:47 CEST 2003 root@freepuppy.bellavista.cz:/usr/obj/usr/src/sys/FREEPUPPY2_5 i386 >Description: According to http://www.iana.org/assignments/port-numbers, Subversion has been assigned an official IANA port number in January. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 07:21:46 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E84137B401; Fri, 11 Jul 2003 07:21:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB5AA43F3F; Fri, 11 Jul 2003 07:21:45 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BELjUp025513; Fri, 11 Jul 2003 07:21:45 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BELj1g025509; Fri, 11 Jul 2003 07:21:45 -0700 (PDT) Date: Fri, 11 Jul 2003 07:21:45 -0700 (PDT) From: Maxime Henrion Message-Id: <200307111421.h6BELj1g025509@freefall.freebsd.org> To: ast@marabu.ch, mux@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/40957: rarpd on laptops doesn't find interfaces, fix at http://www.webgroup.ch/ast/rarpd/ X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 14:21:46 -0000 Synopsis: rarpd on laptops doesn't find interfaces, fix at http://www.webgroup.ch/ast/rarpd/ State-Changed-From-To: open->closed State-Changed-By: mux State-Changed-When: Fri Jul 11 07:21:20 PDT 2003 State-Changed-Why: I've just fixed this problem while not knowing about this PR. Thanks for reporting it! http://www.freebsd.org/cgi/query-pr.cgi?pr=40957 From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 08:30:13 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93D1C37B401 for ; Fri, 11 Jul 2003 08:30:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCEC43F75 for ; Fri, 11 Jul 2003 08:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BFUAUp031418 for ; Fri, 11 Jul 2003 08:30:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BFUAaL031417; Fri, 11 Jul 2003 08:30:10 -0700 (PDT) Resent-Date: Fri, 11 Jul 2003 08:30:10 -0700 (PDT) Resent-Message-Id: <200307111530.h6BFUAaL031417@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, msl@procergs.rs.gov.br Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E76C37B401 for ; Fri, 11 Jul 2003 08:22:56 -0700 (PDT) Received: from aveiro.procergs.com.br (aveiro.procergs.com.br [200.198.128.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F6A43F93 for ; Fri, 11 Jul 2003 08:22:53 -0700 (PDT) (envelope-from marcelo-leal@zeta1.procergs.com.br) Received: from colombo.procergs.com.br (zeta1.procergs.com.br [200.198.128.57]) by aveiro.procergs.com.br (Postfix) with ESMTP id 90806116431 for ; Fri, 11 Jul 2003 12:22:46 -0300 (BRT) Received: by colombo.procergs.com.br (Postfix, from userid 52647) id 3D85F23C06E; Fri, 11 Jul 2003 12:22:46 -0300 (BRT) Message-Id: <20030711152246.3D85F23C06E@colombo.procergs.com.br> Date: Fri, 11 Jul 2003 12:22:46 -0300 (BRT) From: Marcelo Leal To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/54383: NFS root configurations without dynamic protocols: dhcp, bootp, etc... X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: msl@procergs.rs.gov.br List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 15:30:13 -0000 >Number: 54383 >Category: kern >Synopsis: NFS root configurations without dynamic protocols: dhcp, bootp, etc... >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 11 08:30:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Marcelo Leal >Release: FreeBSD 5.1-RELEASE i386 >Organization: Cia de Processamento de Dados do Rio Grande do Sul >Environment: System: FreeBSD malgas.procergs.com.br 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Mon Jun 23 04:28:13 BRT 2003 procergs@freebsd-5.1-release:/usr/src/sys/i386/compile/ROOT_NFS-CAM256-FHP i386 >Description: bootp_subr.c patch Today, hard drives is not so expansives, and "diskless" machines normaly have hard drives ( to hold swap device, /tmp, /dev/ and /spool directories). So, in my environment, my diskless machines have hard drives to do that job, and my important data are in a confiable storage equipament, and i have decided loads the diskless kernel from HD too. Then, i do not need bootp/dhcpd and tftp servers anymore... And i want configure my diskless kernel with variables, set in loader.conf. But i can't, because FreeBSD do IP, NETWORK, NFS SERVER and so configurations with bootp or dhcp protocol... So i did some adapadaptations and patches in the bootp_subr.c code for fix that... I kown about the dynamic protocols (dhcp, bootp, etc...), but believe in me, i want to boot the kernel from my hard drive. Look it by the best side: It's one more feature to the FreeBSD project. The variables in loader.conf: boot.netif.hostname= boot.netif.hwaddr= # if this variable is not set, the code will find one interface (the first ethernet)... boot.netif.ip= boot.netif.netmask= boot.nfsroot.server= boot.nfsroot.path= vfs.root.mountfrom= In my home page have instructions and my bootp_subr.c code: http://omestre.freeshell.org/FreeBSD/bootp_subr.c >How-To-Repeat: This report is not for bug, is a patch report. >Fix: --- bootp_subr.c Wed Feb 19 02:47:38 2003 +++ bootp_subr-5.0.c Fri Jul 11 11:16:28 2003 @@ -1,3 +1,5 @@ +/* $FreeBSD: src/sys/nfs/bootp_subr.c,v 1.20.2.8 2002/03/16 15:56:06 luigi Exp $ */ + /* * Copyright (c) 1995 Gordon Ross, Adam Glass * Copyright (c) 1992 Regents of the University of California. @@ -17,8 +19,8 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratory and its contributors. + * This product includes software developed by the University of + * California, Lawrence Berkeley Laboratory and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. @@ -37,34 +39,28 @@ * * based on: * nfs/krpc_subr.c - * $NetBSD: krpc_subr.c,v 1.10 1995/08/08 20:43:43 gwr Exp $ + * $NetBSD: krpc_subr.c,v 1.10 1995/08/08 20:43:43 gwr Exp $ */ -#include -__FBSDID("$FreeBSD: src/sys/nfsclient/bootp_subr.c,v 1.47 2003/02/19 05:47:38 imp Exp $"); - #include "opt_bootp.h" #include #include #include #include +#include #include #include #include -#include #include #include #include #include - #include #include - #include #include #include - #include #include #include @@ -72,1951 +68,436 @@ #include #include - -#define BOOTP_MIN_LEN 300 /* Minimum size of bootp udp packet */ - -#ifndef BOOTP_SETTLE_DELAY -#define BOOTP_SETTLE_DELAY 3 -#endif - -/* - * What is the longest we will wait before re-sending a request? - * Note this is also the frequency of "RPC timeout" messages. - * The re-send loop count sup linearly to this maximum, so the - * first complaint will happen after (1+2+3+4+5)=15 seconds. - */ -#define MAX_RESEND_DELAY 5 /* seconds */ - -/* Definitions from RFC951 */ -struct bootp_packet { - u_int8_t op; - u_int8_t htype; - u_int8_t hlen; - u_int8_t hops; - u_int32_t xid; - u_int16_t secs; - u_int16_t flags; - struct in_addr ciaddr; - struct in_addr yiaddr; - struct in_addr siaddr; - struct in_addr giaddr; - unsigned char chaddr[16]; - char sname[64]; - char file[128]; - unsigned char vend[1222]; -}; - -struct bootpc_ifcontext { - struct bootpc_ifcontext *next; - struct bootp_packet call; - struct bootp_packet reply; - int replylen; - int overload; - struct socket *so; - struct ifreq ireq; - struct ifnet *ifp; - struct sockaddr_dl *sdl; - struct sockaddr_in myaddr; - struct sockaddr_in netmask; - struct sockaddr_in gw; - struct sockaddr_in broadcast; /* Different for each interface */ - int gotgw; - int gotnetmask; - int gotrootpath; - int outstanding; - int sentmsg; - u_int32_t xid; - enum { - IF_BOOTP_UNRESOLVED, - IF_BOOTP_RESOLVED, - IF_BOOTP_FAILED, - IF_DHCP_UNRESOLVED, - IF_DHCP_OFFERED, - IF_DHCP_RESOLVED, - IF_DHCP_FAILED, - } state; - int dhcpquerytype; /* dhcp type sent */ - struct in_addr dhcpserver; - int gotdhcpserver; -}; - -#define TAG_MAXLEN 1024 -struct bootpc_tagcontext { - char buf[TAG_MAXLEN + 1]; - int overload; - int badopt; - int badtag; - int foundopt; - int taglen; -}; - -struct bootpc_globalcontext { - struct bootpc_ifcontext *interfaces; - struct bootpc_ifcontext *lastinterface; - u_int32_t xid; - int gotrootpath; - int gotswappath; - int gotgw; - int ifnum; - int secs; - int starttime; - struct bootp_packet reply; - int replylen; - struct bootpc_ifcontext *setswapfs; - struct bootpc_ifcontext *setrootfs; - struct bootpc_ifcontext *sethostname; - char lookup_path[24]; - struct bootpc_tagcontext tmptag; - struct bootpc_tagcontext tag; -}; - -#define IPPORT_BOOTPC 68 -#define IPPORT_BOOTPS 67 - -#define BOOTP_REQUEST 1 -#define BOOTP_REPLY 2 - -/* Common tags */ -#define TAG_PAD 0 /* Pad option, implicit length 1 */ -#define TAG_SUBNETMASK 1 /* RFC 950 subnet mask */ -#define TAG_ROUTERS 3 /* Routers (in order of preference) */ -#define TAG_HOSTNAME 12 /* Client host name */ -#define TAG_ROOT 17 /* Root path */ - -/* DHCP specific tags */ -#define TAG_OVERLOAD 52 /* Option Overload */ -#define TAG_MAXMSGSIZE 57 /* Maximum DHCP Message Size */ - -#define TAG_END 255 /* End Option (i.e. no more options) */ - -/* Overload values */ -#define OVERLOAD_FILE 1 -#define OVERLOAD_SNAME 2 - -/* Site specific tags: */ -#define TAG_SWAP 128 -#define TAG_SWAPSIZE 129 -#define TAG_ROOTOPTS 130 -#define TAG_SWAPOPTS 131 -#define TAG_COOKIE 134 /* ascii info for userland, via sysctl */ - -#define TAG_DHCP_MSGTYPE 53 -#define TAG_DHCP_REQ_ADDR 50 -#define TAG_DHCP_SERVERID 54 -#define TAG_DHCP_LEASETIME 51 - -#define TAG_VENDOR_INDENTIFIER 60 - -#define DHCP_NOMSG 0 -#define DHCP_DISCOVER 1 -#define DHCP_OFFER 2 -#define DHCP_REQUEST 3 -#define DHCP_ACK 5 - -static char bootp_cookie[128]; -SYSCTL_STRING(_kern, OID_AUTO, bootp_cookie, CTLFLAG_RD, - bootp_cookie, 0, "Cookie (T134) supplied by bootp server"); - -/* mountd RPC */ -static int md_mount(struct sockaddr_in *mdsin, char *path, u_char *fhp, - int *fhsizep, struct nfs_args *args, struct thread *td); -static int md_lookup_swap(struct sockaddr_in *mdsin, char *path, - u_char *fhp, int *fhsizep, struct nfs_args *args, - struct thread *td); -static int setfs(struct sockaddr_in *addr, char *path, char *p); -static int getdec(char **ptr); -static char *substr(char *a, char *b); -static void mountopts(struct nfs_args *args, char *p); -static int xdr_opaque_decode(struct mbuf **ptr, u_char *buf, int len); -static int xdr_int_decode(struct mbuf **ptr, int *iptr); -static void print_in_addr(struct in_addr addr); -static void print_sin_addr(struct sockaddr_in *addr); -static void clear_sinaddr(struct sockaddr_in *sin); -static struct bootpc_ifcontext *allocifctx(struct bootpc_globalcontext *gctx); -static void bootpc_compose_query(struct bootpc_ifcontext *ifctx, - struct bootpc_globalcontext *gctx, struct thread *td); -static unsigned char *bootpc_tag(struct bootpc_tagcontext *tctx, - struct bootp_packet *bp, int len, int tag); -static void bootpc_tag_helper(struct bootpc_tagcontext *tctx, - unsigned char *start, int len, int tag); - -#ifdef BOOTP_DEBUG -void bootpboot_p_sa(struct sockaddr *sa, struct sockaddr *ma); -void bootpboot_p_ma(struct sockaddr *ma); -void bootpboot_p_rtentry(struct rtentry *rt); -void bootpboot_p_tree(struct radix_node *rn); -void bootpboot_p_rtlist(void); -void bootpboot_p_if(struct ifnet *ifp, struct ifaddr *ifa); -void bootpboot_p_iflist(void); -#endif - -static int bootpc_call(struct bootpc_globalcontext *gctx, - struct thread *td); - -static int bootpc_fakeup_interface(struct bootpc_ifcontext *ifctx, - struct bootpc_globalcontext *gctx, struct thread *td); - -static int bootpc_adjust_interface(struct bootpc_ifcontext *ifctx, - struct bootpc_globalcontext *gctx, struct thread *td); - -static void bootpc_decode_reply(struct nfsv3_diskless *nd, - struct bootpc_ifcontext *ifctx, - struct bootpc_globalcontext *gctx); - -static int bootpc_received(struct bootpc_globalcontext *gctx, - struct bootpc_ifcontext *ifctx); - -static __inline int bootpc_ifctx_isresolved(struct bootpc_ifcontext *ifctx); -static __inline int bootpc_ifctx_isunresolved(struct bootpc_ifcontext *ifctx); -static __inline int bootpc_ifctx_isfailed(struct bootpc_ifcontext *ifctx); - +#define ETHER_ADDR_LEN 6 /* - * In order to have multiple active interfaces with address 0.0.0.0 - * and be able to send data to a selected interface, we perform - * some tricks: - * - * - The 'broadcast' address is different for each interface. - * - * - We temporarily add routing pointing 255.255.255.255 to the - * selected interface broadcast address, thus the packet sent - * goes to that interface. - */ - -#ifdef BOOTP_DEBUG -void -bootpboot_p_sa(struct sockaddr *sa, struct sockaddr *ma) -{ - - if (sa == NULL) { - printf("(sockaddr *) "); - return; - } - switch (sa->sa_family) { - case AF_INET: - { - struct sockaddr_in *sin; - - sin = (struct sockaddr_in *) sa; - printf("inet "); - print_sin_addr(sin); - if (ma != NULL) { - sin = (struct sockaddr_in *) ma; - printf(" mask "); - print_sin_addr(sin); - } - } - break; - case AF_LINK: - { - struct sockaddr_dl *sli; - int i; - - sli = (struct sockaddr_dl *) sa; - printf("link %.*s ", sli->sdl_nlen, sli->sdl_data); - for (i = 0; i < sli->sdl_alen; i++) { - if (i > 0) - printf(":"); - printf("%x", ((unsigned char *) LLADDR(sli))[i]); - } - } - break; - default: - printf("af%d", sa->sa_family); - } -} - -void -bootpboot_p_ma(struct sockaddr *ma) -{ - - if (ma == NULL) { - printf(""); - return; - } - printf("%x", *(int *)ma); -} - -void -bootpboot_p_rtentry(struct rtentry *rt) -{ - - bootpboot_p_sa(rt_key(rt), rt_mask(rt)); - printf(" "); - bootpboot_p_ma(rt->rt_genmask); - printf(" "); - bootpboot_p_sa(rt->rt_gateway, NULL); - printf(" "); - printf("flags %x", (unsigned short) rt->rt_flags); - printf(" %d", (int) rt->rt_rmx.rmx_expire); - printf(" %s%d\n", rt->rt_ifp->if_name, rt->rt_ifp->if_unit); -} - -void -bootpboot_p_tree(struct radix_node *rn) -{ - - while (rn != NULL) { - if (rn->rn_bit < 0) { - if ((rn->rn_flags & RNF_ROOT) != 0) { - } else { - bootpboot_p_rtentry((struct rtentry *) rn); - } - rn = rn->rn_dupedkey; - } else { - bootpboot_p_tree(rn->rn_left); - bootpboot_p_tree(rn->rn_right); - return; - } - } -} - -void -bootpboot_p_rtlist(void) -{ - - printf("Routing table:\n"); - RADIX_NODE_LOCK(rt_tables[AF_INET]); /* could sleep XXX */ - bootpboot_p_tree(rt_tables[AF_INET]->rnh_treetop); - RADIX_NODE_UNLOCK(rt_tables[AF_INET]); -} - -void -bootpboot_p_if(struct ifnet *ifp, struct ifaddr *ifa) -{ - - printf("%s%d flags %x, addr ", - ifp->if_name, - ifp->if_unit, - ifp->if_flags); - print_sin_addr((struct sockaddr_in *) ifa->ifa_addr); - printf(", broadcast "); - print_sin_addr((struct sockaddr_in *) ifa->ifa_dstaddr); - printf(", netmask "); - print_sin_addr((struct sockaddr_in *) ifa->ifa_netmask); - printf("\n"); -} - -void -bootpboot_p_iflist(void) -{ - struct ifnet *ifp; - struct ifaddr *ifa; - - printf("Interface list:\n"); - IFNET_RLOCK(); /* could sleep, but okay for debugging XXX */ - for (ifp = TAILQ_FIRST(&ifnet); - ifp != NULL; - ifp = TAILQ_NEXT(ifp, if_link)) { - for (ifa = TAILQ_FIRST(&ifp->if_addrhead); - ifa != NULL; - ifa = TAILQ_NEXT(ifa, ifa_link)) - if (ifa->ifa_addr->sa_family == AF_INET) - bootpboot_p_if(ifp, ifa); - } - IFNET_RUNLOCK(); -} -#endif /* defined(BOOTP_DEBUG) */ - +* extern int nfs_diskless_valid; +* extern struct nfsv3_diskless nfsv3_diskless; +* extern struct nfs_diskless nfs_diskless; +*/ +struct nfsv3_diskless *nd3; +struct nfs_diskless *nd = &nfs_diskless; + +static int get_file_handle(struct sockaddr_in *mdsin, char *path, u_char *fhp, int *fhsizep, struct nfs_args *args, struct thread *td); +static int xdr_opaque_decode(struct mbuf **ptr, u_char *buf, int len); +static int xdr_int_decode(struct mbuf **ptr, int *iptr); +static void print_in_addr(struct in_addr addr); +static void print_sin_addr(struct sockaddr_in *addr); +static void nfs_convert_diskless __P((void)); +static void nfs_convert_oargs __P((struct nfs_args *args, + struct onfs_args *oargs)); +static void clear_sinaddr(struct sockaddr_in *sin); +static void setup_nfsdiskless(void); + static void clear_sinaddr(struct sockaddr_in *sin) { - - bzero(sin, sizeof(*sin)); - sin->sin_len = sizeof(*sin); - sin->sin_family = AF_INET; - sin->sin_addr.s_addr = INADDR_ANY; /* XXX: htonl(INAADDR_ANY) ? */ - sin->sin_port = 0; -} - -static struct bootpc_ifcontext * -allocifctx(struct bootpc_globalcontext *gctx) -{ - struct bootpc_ifcontext *ifctx; - ifctx = (struct bootpc_ifcontext *) malloc(sizeof(*ifctx), - M_TEMP, M_WAITOK); - if (ifctx == NULL) - panic("Failed to allocate bootp interface context structure"); - - bzero(ifctx, sizeof(*ifctx)); - ifctx->xid = gctx->xid; -#ifdef BOOTP_NO_DHCP - ifctx->state = IF_BOOTP_UNRESOLVED; -#else - ifctx->state = IF_DHCP_UNRESOLVED; -#endif - gctx->xid += 0x100; - return ifctx; -} - -static __inline int -bootpc_ifctx_isresolved(struct bootpc_ifcontext *ifctx) -{ - - if (ifctx->state == IF_BOOTP_RESOLVED || - ifctx->state == IF_DHCP_RESOLVED) - return 1; - return 0; -} - -static __inline int -bootpc_ifctx_isunresolved(struct bootpc_ifcontext *ifctx) -{ - - if (ifctx->state == IF_BOOTP_UNRESOLVED || - ifctx->state == IF_DHCP_UNRESOLVED) - return 1; - return 0; -} - -static __inline int -bootpc_ifctx_isfailed(struct bootpc_ifcontext *ifctx) -{ - - if (ifctx->state == IF_BOOTP_FAILED || - ifctx->state == IF_DHCP_FAILED) - return 1; - return 0; -} - -static int -bootpc_received(struct bootpc_globalcontext *gctx, - struct bootpc_ifcontext *ifctx) -{ - unsigned char dhcpreplytype; - char *p; - - /* - * Need timeout for fallback to less - * desirable alternative. - */ - - /* This call used for the side effect (badopt flag) */ - (void) bootpc_tag(&gctx->tmptag, &gctx->reply, - gctx->replylen, - TAG_END); - - /* If packet is invalid, ignore it */ - if (gctx->tmptag.badopt != 0) - return 0; - - p = bootpc_tag(&gctx->tmptag, &gctx->reply, - gctx->replylen, TAG_DHCP_MSGTYPE); - if (p != NULL) - dhcpreplytype = *p; - else - dhcpreplytype = DHCP_NOMSG; - - switch (ifctx->dhcpquerytype) { - case DHCP_DISCOVER: - if (dhcpreplytype != DHCP_OFFER /* Normal DHCP offer */ -#ifndef BOOTP_FORCE_DHCP - && dhcpreplytype != DHCP_NOMSG /* Fallback to BOOTP */ -#endif - ) - return 0; - break; - case DHCP_REQUEST: - if (dhcpreplytype != DHCP_ACK) - return 0; - case DHCP_NOMSG: - break; - } - - /* Ignore packet unless it gives us a root tag we didn't have */ - - if ((ifctx->state == IF_BOOTP_RESOLVED || - (ifctx->dhcpquerytype == DHCP_DISCOVER && - (ifctx->state == IF_DHCP_OFFERED || - ifctx->state == IF_DHCP_RESOLVED))) && - (bootpc_tag(&gctx->tmptag, &ifctx->reply, - ifctx->replylen, - TAG_ROOT) != NULL || - bootpc_tag(&gctx->tmptag, &gctx->reply, - gctx->replylen, - TAG_ROOT) == NULL)) - return 0; - - bcopy(&gctx->reply, &ifctx->reply, gctx->replylen); - ifctx->replylen = gctx->replylen; - - /* XXX: Only reset if 'perfect' response */ - if (ifctx->state == IF_BOOTP_UNRESOLVED) - ifctx->state = IF_BOOTP_RESOLVED; - else if (ifctx->state == IF_DHCP_UNRESOLVED && - ifctx->dhcpquerytype == DHCP_DISCOVER) { - if (dhcpreplytype == DHCP_OFFER) - ifctx->state = IF_DHCP_OFFERED; - else - ifctx->state = IF_BOOTP_RESOLVED; /* Fallback */ - } else if (ifctx->state == IF_DHCP_OFFERED && - ifctx->dhcpquerytype == DHCP_REQUEST) - ifctx->state = IF_DHCP_RESOLVED; - - - if (ifctx->dhcpquerytype == DHCP_DISCOVER && - ifctx->state != IF_BOOTP_RESOLVED) { - p = bootpc_tag(&gctx->tmptag, &ifctx->reply, - ifctx->replylen, TAG_DHCP_SERVERID); - if (p != NULL && gctx->tmptag.taglen == 4) { - memcpy(&ifctx->dhcpserver, p, 4); - ifctx->gotdhcpserver = 1; - } else - ifctx->gotdhcpserver = 0; - return 1; - } - - ifctx->gotrootpath = (bootpc_tag(&gctx->tmptag, &ifctx->reply, - ifctx->replylen, - TAG_ROOT) != NULL); - ifctx->gotgw = (bootpc_tag(&gctx->tmptag, &ifctx->reply, - ifctx->replylen, - TAG_ROUTERS) != NULL); - ifctx->gotnetmask = (bootpc_tag(&gctx->tmptag, &ifctx->reply, - ifctx->replylen, - TAG_SUBNETMASK) != NULL); - return 1; -} - -static int -bootpc_call(struct bootpc_globalcontext *gctx, struct thread *td) -{ - struct socket *so; - struct sockaddr_in *sin, dst; - struct uio auio; - struct sockopt sopt; - struct iovec aio; - int error, on, rcvflg, timo, len; - time_t atimo; - time_t rtimo; - struct timeval tv; - struct bootpc_ifcontext *ifctx; - int outstanding; - int gotrootpath; - int retry; - const char *s; - - /* - * Create socket and set its recieve timeout. - */ - error = socreate(AF_INET, &so, SOCK_DGRAM, 0, td->td_ucred, td); - if (error != 0) - goto out; - - tv.tv_sec = 1; - tv.tv_usec = 0; - bzero(&sopt, sizeof(sopt)); - sopt.sopt_level = SOL_SOCKET; - sopt.sopt_name = SO_RCVTIMEO; - sopt.sopt_val = &tv; - sopt.sopt_valsize = sizeof tv; - - error = sosetopt(so, &sopt); - if (error != 0) - goto out; - - /* - * Enable broadcast. - */ - on = 1; - sopt.sopt_name = SO_BROADCAST; - sopt.sopt_val = &on; - sopt.sopt_valsize = sizeof on; - - error = sosetopt(so, &sopt); - if (error != 0) - goto out; - - /* - * Disable routing. - */ - - on = 1; - sopt.sopt_name = SO_DONTROUTE; - sopt.sopt_val = &on; - sopt.sopt_valsize = sizeof on; - - error = sosetopt(so, &sopt); - if (error != 0) - goto out; - - /* - * Bind the local endpoint to a bootp client port. - */ - sin = &dst; - clear_sinaddr(sin); - sin->sin_port = htons(IPPORT_BOOTPC); - error = sobind(so, (struct sockaddr *)sin, td); - if (error != 0) { - printf("bind failed\n"); - goto out; - } - - /* - * Setup socket address for the server. - */ - sin = &dst; - clear_sinaddr(sin); - sin->sin_addr.s_addr = INADDR_BROADCAST; - sin->sin_port = htons(IPPORT_BOOTPS); - - /* - * Send it, repeatedly, until a reply is received, - * but delay each re-send by an increasing amount. - * If the delay hits the maximum, start complaining. - */ - timo = 0; - rtimo = 0; - for (;;) { - - outstanding = 0; - gotrootpath = 0; - - for (ifctx = gctx->interfaces; - ifctx != NULL; - ifctx = ifctx->next) { - if (bootpc_ifctx_isresolved(ifctx) != 0 && - bootpc_tag(&gctx->tmptag, &ifctx->reply, - ifctx->replylen, - TAG_ROOT) != NULL) - gotrootpath = 1; - } - - for (ifctx = gctx->interfaces; - ifctx != NULL; - ifctx = ifctx->next) { - ifctx->outstanding = 0; - if (bootpc_ifctx_isresolved(ifctx) != 0 && - gotrootpath != 0) { - continue; - } - if (bootpc_ifctx_isfailed(ifctx) != 0) - continue; - - outstanding++; - ifctx->outstanding = 1; - - /* Proceed to next step in DHCP negotiation */ - if ((ifctx->state == IF_DHCP_OFFERED && - ifctx->dhcpquerytype != DHCP_REQUEST) || - (ifctx->state == IF_DHCP_UNRESOLVED && - ifctx->dhcpquerytype != DHCP_DISCOVER) || - (ifctx->state == IF_BOOTP_UNRESOLVED && - ifctx->dhcpquerytype != DHCP_NOMSG)) { - ifctx->sentmsg = 0; - bootpc_compose_query(ifctx, gctx, td); - } - - /* Send BOOTP request (or re-send). */ - - if (ifctx->sentmsg == 0) { - switch(ifctx->dhcpquerytype) { - case DHCP_DISCOVER: - s = "DHCP Discover"; - break; - case DHCP_REQUEST: - s = "DHCP Request"; - break; - case DHCP_NOMSG: - default: - s = "BOOTP Query"; - break; - } - printf("Sending %s packet from " - "interface %s (%*D)\n", - s, - ifctx->ireq.ifr_name, - ifctx->sdl->sdl_alen, - (unsigned char *) LLADDR(ifctx->sdl), - ":"); - ifctx->sentmsg = 1; - } - - aio.iov_base = (caddr_t) &ifctx->call; - aio.iov_len = sizeof(ifctx->call); - - auio.uio_iov = &aio; - auio.uio_iovcnt = 1; - auio.uio_segflg = UIO_SYSSPACE; - auio.uio_rw = UIO_WRITE; - auio.uio_offset = 0; - auio.uio_resid = sizeof(ifctx->call); - auio.uio_td = td; - - /* Set netmask to 0.0.0.0 */ - - sin = (struct sockaddr_in *) &ifctx->ireq.ifr_addr; - clear_sinaddr(sin); - error = ifioctl(ifctx->so, SIOCSIFNETMASK, - (caddr_t) &ifctx->ireq, td); - if (error != 0) - panic("bootpc_call:" - "set if netmask, error=%d", - error); - - error = sosend(so, (struct sockaddr *) &dst, - &auio, NULL, NULL, 0, td); - if (error != 0) { - printf("bootpc_call: sosend: %d state %08x\n", - error, (int) so->so_state); - } - - /* XXX: Is this needed ? */ - tsleep(&error, PZERO + 8, "bootpw", 10); - - /* Set netmask to 255.0.0.0 */ - - sin = (struct sockaddr_in *) &ifctx->ireq.ifr_addr; - clear_sinaddr(sin); - sin->sin_addr.s_addr = htonl(0xff000000u); - error = ifioctl(ifctx->so, SIOCSIFNETMASK, - (caddr_t) &ifctx->ireq, td); - if (error != 0) - panic("bootpc_call:" - "set if netmask, error=%d", - error); - - } - - if (outstanding == 0 && - (rtimo == 0 || time_second >= rtimo)) { - error = 0; - goto gotreply; - } - - /* Determine new timeout. */ - if (timo < MAX_RESEND_DELAY) - timo++; - else { - printf("DHCP/BOOTP timeout for server "); - print_sin_addr(&dst); - printf("\n"); - } - - /* - * Wait for up to timo seconds for a reply. - * The socket receive timeout was set to 1 second. - */ - atimo = timo + time_second; - while (time_second < atimo) { - aio.iov_base = (caddr_t) &gctx->reply; - aio.iov_len = sizeof(gctx->reply); - - auio.uio_iov = &aio; - auio.uio_iovcnt = 1; - auio.uio_segflg = UIO_SYSSPACE; - auio.uio_rw = UIO_READ; - auio.uio_offset = 0; - auio.uio_resid = sizeof(gctx->reply); - auio.uio_td = td; - - rcvflg = 0; - error = soreceive(so, NULL, &auio, - NULL, NULL, &rcvflg); - gctx->secs = time_second - gctx->starttime; - for (ifctx = gctx->interfaces; - ifctx != NULL; - ifctx = ifctx->next) { - if (bootpc_ifctx_isresolved(ifctx) != 0 || - bootpc_ifctx_isfailed(ifctx) != 0) - continue; - - ifctx->call.secs = htons(gctx->secs); - } - if (error == EWOULDBLOCK) - continue; - if (error != 0) - goto out; - len = sizeof(gctx->reply) - auio.uio_resid; - - /* Do we have the required number of bytes ? */ - if (len < BOOTP_MIN_LEN) - continue; - gctx->replylen = len; - - /* Is it a reply? */ - if (gctx->reply.op != BOOTP_REPLY) - continue; - - /* Is this an answer to our query */ - for (ifctx = gctx->interfaces; - ifctx != NULL; - ifctx = ifctx->next) { - if (gctx->reply.xid != ifctx->call.xid) - continue; - - /* Same HW address size ? */ - if (gctx->reply.hlen != ifctx->call.hlen) - continue; - - /* Correct HW address ? */ - if (bcmp(gctx->reply.chaddr, - ifctx->call.chaddr, - ifctx->call.hlen) != 0) - continue; - - break; - } - - if (ifctx != NULL) { - s = bootpc_tag(&gctx->tmptag, - &gctx->reply, - gctx->replylen, - TAG_DHCP_MSGTYPE); - if (s != NULL) { - switch (*s) { - case DHCP_OFFER: - s = "DHCP Offer"; - break; - case DHCP_ACK: - s = "DHCP Ack"; - break; - default: - s = "DHCP (unexpected)"; - break; - } - } else - s = "BOOTP Reply"; - - printf("Received %s packet" - " on %s from ", - s, - ifctx->ireq.ifr_name); - print_in_addr(gctx->reply.siaddr); - if (gctx->reply.giaddr.s_addr != - htonl(INADDR_ANY)) { - printf(" via "); - print_in_addr(gctx->reply.giaddr); - } - if (bootpc_received(gctx, ifctx) != 0) { - printf(" (accepted)"); - if (ifctx->outstanding) { - ifctx->outstanding = 0; - outstanding--; - } - /* Network settle delay */ - if (outstanding == 0) - atimo = time_second + - BOOTP_SETTLE_DELAY; - } else - printf(" (ignored)"); - if (ifctx->gotrootpath) { - gotrootpath = 1; - rtimo = time_second + - BOOTP_SETTLE_DELAY; - printf(" (got root path)"); - } else - printf(" (no root path)"); - printf("\n"); - } - } /* while secs */ -#ifdef BOOTP_TIMEOUT - if (gctx->secs > BOOTP_TIMEOUT && BOOTP_TIMEOUT > 0) - break; -#endif - /* Force a retry if halfway in DHCP negotiation */ - retry = 0; - for (ifctx = gctx->interfaces; ifctx != NULL; - ifctx = ifctx->next) { - if (ifctx->state == IF_DHCP_OFFERED) { - if (ifctx->dhcpquerytype == DHCP_DISCOVER) - retry = 1; - else - ifctx->state = IF_DHCP_UNRESOLVED; - } - } - - if (retry != 0) - continue; - - if (gotrootpath != 0) { - gctx->gotrootpath = gotrootpath; - if (rtimo != 0 && time_second >= rtimo) - break; - } - } /* forever send/receive */ - - /* - * XXX: These are errors of varying seriousness being silently - * ignored - */ - - for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next) { - if (bootpc_ifctx_isresolved(ifctx) == 0) { - printf("%s timeout for interface %s\n", - ifctx->dhcpquerytype != DHCP_NOMSG ? - "DHCP" : "BOOTP", - ifctx->ireq.ifr_name); - } - } - if (gctx->gotrootpath != 0) { -#if 0 - printf("Got a root path, ignoring remaining timeout\n"); -#endif - error = 0; - goto out; - } -#ifndef BOOTP_NFSROOT - for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next) { - if (bootpc_ifctx_isresolved(ifctx) != 0) { - error = 0; - goto out; - } - } -#endif - error = ETIMEDOUT; - goto out; - -gotreply: -out: - soclose(so); - return error; -} - -static int -bootpc_fakeup_interface(struct bootpc_ifcontext *ifctx, - struct bootpc_globalcontext *gctx, struct thread *td) -{ - struct sockaddr_in *sin; - int error; - struct ifreq *ireq; - struct socket *so; - struct ifaddr *ifa; - struct sockaddr_dl *sdl; - - error = socreate(AF_INET, &ifctx->so, SOCK_DGRAM, 0, td->td_ucred, td); - if (error != 0) - panic("nfs_boot: socreate, error=%d", error); - - ireq = &ifctx->ireq; - so = ifctx->so; - - /* - * Bring up the interface. - * - * Get the old interface flags and or IFF_UP into them; if - * IFF_UP set blindly, interface selection can be clobbered. - */ - error = ifioctl(so, SIOCGIFFLAGS, (caddr_t)ireq, td); - if (error != 0) - panic("bootpc_fakeup_interface: GIFFLAGS, error=%d", error); - ireq->ifr_flags |= IFF_UP; - error = ifioctl(so, SIOCSIFFLAGS, (caddr_t)ireq, td); - if (error != 0) - panic("bootpc_fakeup_interface: SIFFLAGS, error=%d", error); - - /* - * Do enough of ifconfig(8) so that the chosen interface - * can talk to the servers. (just set the address) - */ - - /* addr is 0.0.0.0 */ - - sin = (struct sockaddr_in *) &ireq->ifr_addr; - clear_sinaddr(sin); - error = ifioctl(so, SIOCSIFADDR, (caddr_t) ireq, td); - if (error != 0 && (error != EEXIST || ifctx == gctx->interfaces)) - panic("bootpc_fakeup_interface: " - "set if addr, error=%d", error); - - /* netmask is 255.0.0.0 */ - - sin = (struct sockaddr_in *) &ireq->ifr_addr; - clear_sinaddr(sin); - sin->sin_addr.s_addr = htonl(0xff000000u); - error = ifioctl(so, SIOCSIFNETMASK, (caddr_t)ireq, td); - if (error != 0) - panic("bootpc_fakeup_interface: set if netmask, error=%d", - error); - - /* Broadcast is 255.255.255.255 */ - - sin = (struct sockaddr_in *)&ireq->ifr_addr; - clear_sinaddr(sin); - clear_sinaddr(&ifctx->broadcast); - sin->sin_addr.s_addr = htonl(INADDR_BROADCAST); - ifctx->broadcast.sin_addr.s_addr = sin->sin_addr.s_addr; - - error = ifioctl(so, SIOCSIFBRDADDR, (caddr_t)ireq, td); - if (error != 0) - panic("bootpc_fakeup_interface: " - "set if broadcast addr, error=%d", - error); - - /* Get HW address */ - - sdl = NULL; - for (ifa = TAILQ_FIRST(&ifctx->ifp->if_addrhead); - ifa != NULL; - ifa = TAILQ_NEXT(ifa, ifa_link)) - if (ifa->ifa_addr->sa_family == AF_LINK && - (sdl = ((struct sockaddr_dl *) ifa->ifa_addr)) != NULL && - sdl->sdl_type == IFT_ETHER) - break; - - if (sdl == NULL) - panic("bootpc: Unable to find HW address for %s", - ifctx->ireq.ifr_name); - ifctx->sdl = sdl; - - return error; -} - - -static int -bootpc_adjust_interface(struct bootpc_ifcontext *ifctx, - struct bootpc_globalcontext *gctx, struct thread *td) -{ - int error; - struct sockaddr_in defdst; - struct sockaddr_in defmask; - struct sockaddr_in *sin; - struct ifreq *ireq; - struct socket *so; - struct sockaddr_in *myaddr; - struct sockaddr_in *netmask; - struct sockaddr_in *gw; - - ireq = &ifctx->ireq; - so = ifctx->so; - myaddr = &ifctx->myaddr; - netmask = &ifctx->netmask; - gw = &ifctx->gw; - - if (bootpc_ifctx_isresolved(ifctx) == 0) { - - /* Shutdown interfaces where BOOTP failed */ - - printf("Shutdown interface %s\n", ifctx->ireq.ifr_name); - error = ifioctl(so, SIOCGIFFLAGS, (caddr_t)ireq, td); - if (error != 0) - panic("bootpc_adjust_interface: " - "SIOCGIFFLAGS, error=%d", error); - ireq->ifr_flags &= ~IFF_UP; - error = ifioctl(so, SIOCSIFFLAGS, (caddr_t)ireq, td); - if (error != 0) - panic("bootpc_adjust_interface: " - "SIOCSIFFLAGS, error=%d", error); - - sin = (struct sockaddr_in *) &ireq->ifr_addr; - clear_sinaddr(sin); - error = ifioctl(so, SIOCDIFADDR, (caddr_t) ireq, td); - if (error != 0 && (error != EEXIST || - ifctx == gctx->interfaces)) - panic("bootpc_adjust_interface: " - "SIOCDIFADDR, error=%d", error); - - return 0; - } - - printf("Adjusted interface %s\n", ifctx->ireq.ifr_name); - /* - * Do enough of ifconfig(8) so that the chosen interface - * can talk to the servers. (just set the address) - */ - bcopy(netmask, &ireq->ifr_addr, sizeof(*netmask)); - error = ifioctl(so, SIOCSIFNETMASK, (caddr_t) ireq, td); - if (error != 0) - panic("bootpc_adjust_interface: " - "set if netmask, error=%d", error); - - /* Broadcast is with host part of IP address all 1's */ - - sin = (struct sockaddr_in *) &ireq->ifr_addr; - clear_sinaddr(sin); - sin->sin_addr.s_addr = myaddr->sin_addr.s_addr | - ~ netmask->sin_addr.s_addr; - error = ifioctl(so, SIOCSIFBRDADDR, (caddr_t) ireq, td); - if (error != 0) - panic("bootpc_adjust_interface: " - "set if broadcast addr, error=%d", error); - - bcopy(myaddr, &ireq->ifr_addr, sizeof(*myaddr)); - error = ifioctl(so, SIOCSIFADDR, (caddr_t) ireq, td); - if (error != 0 && (error != EEXIST || ifctx == gctx->interfaces)) - panic("bootpc_adjust_interface: " - "set if addr, error=%d", error); - - /* Add new default route */ - - if (ifctx->gotgw != 0 || gctx->gotgw == 0) { - clear_sinaddr(&defdst); - clear_sinaddr(&defmask); - error = rtrequest(RTM_ADD, - (struct sockaddr *) &defdst, - (struct sockaddr *) gw, - (struct sockaddr *) &defmask, - (RTF_UP | RTF_GATEWAY | RTF_STATIC), NULL); - if (error != 0) { - printf("bootpc_adjust_interface: " - "add net route, error=%d\n", error); - return error; - } - } - - return 0; -} - -static int -setfs(struct sockaddr_in *addr, char *path, char *p) -{ - unsigned int ip; - int val; - - ip = 0; - if (((val = getdec(&p)) < 0) || (val > 255)) - return 0; - ip = val << 24; - if (*p != '.') - return 0; - p++; - if (((val = getdec(&p)) < 0) || (val > 255)) - return 0; - ip |= (val << 16); - if (*p != '.') - return 0; - p++; - if (((val = getdec(&p)) < 0) || (val > 255)) - return 0; - ip |= (val << 8); - if (*p != '.') - return 0; - p++; - if (((val = getdec(&p)) < 0) || (val > 255)) - return 0; - ip |= val; - if (*p != ':') - return 0; - p++; - - addr->sin_addr.s_addr = htonl(ip); - addr->sin_len = sizeof(struct sockaddr_in); - addr->sin_family = AF_INET; - - strncpy(path, p, MNAMELEN - 1); - return 1; -} - -static int -getdec(char **ptr) -{ - char *p; - int ret; - - p = *ptr; - ret = 0; - if ((*p < '0') || (*p > '9')) - return -1; - while ((*p >= '0') && (*p <= '9')) { - ret = ret * 10 + (*p - '0'); - p++; - } - *ptr = p; - return ret; -} - -static char * -substr(char *a, char *b) -{ - char *loc1; - char *loc2; - - while (*a != '\0') { - loc1 = a; - loc2 = b; - while (*loc1 == *loc2++) { - if (*loc1 == '\0') - return 0; - loc1++; - if (*loc2 == '\0') - return loc1; - } - a++; - } - return 0; + bzero(sin, sizeof(*sin)); + sin->sin_len = sizeof(*sin); + sin->sin_family = AF_INET; + sin->sin_addr.s_addr = INADDR_ANY; /* XXX: htonl(INAADDR_ANY) ? */ + sin->sin_port = 0; } static void -mountopts(struct nfs_args *args, char *p) -{ - char *tmp; - - args->version = NFS_ARGSVERSION; - args->rsize = 8192; - args->wsize = 8192; - args->flags = NFSMNT_RSIZE | NFSMNT_WSIZE | NFSMNT_RESVPORT; - args->sotype = SOCK_DGRAM; - if (p == NULL) - return; - if ((tmp = (char *)substr(p, "rsize="))) - args->rsize = getdec(&tmp); - if ((tmp = (char *)substr(p, "wsize="))) - args->wsize = getdec(&tmp); - if ((tmp = (char *)substr(p, "intr"))) - args->flags |= NFSMNT_INT; - if ((tmp = (char *)substr(p, "soft"))) - args->flags |= NFSMNT_SOFT; - if ((tmp = (char *)substr(p, "noconn"))) - args->flags |= NFSMNT_NOCONN; - if ((tmp = (char *)substr(p, "tcp"))) - args->sotype = SOCK_STREAM; -} - -static int -xdr_opaque_decode(struct mbuf **mptr, u_char *buf, int len) -{ - struct mbuf *m; - int alignedlen; - - m = *mptr; - alignedlen = ( len + 3 ) & ~3; - - if (m->m_len < alignedlen) { - m = m_pullup(m, alignedlen); - if (m == NULL) { - *mptr = NULL; - return EBADRPC; - } - } - bcopy(mtod(m, u_char *), buf, len); - m_adj(m, alignedlen); - *mptr = m; - return 0; +nfs_convert_oargs(args, oargs) + struct nfs_args *args; + struct onfs_args *oargs; +{ + args->version = NFS_ARGSVERSION; + args->addr = oargs->addr; + args->addrlen = oargs->addrlen; + args->sotype = oargs->sotype; + args->proto = oargs->proto; + args->fh = oargs->fh; + args->fhsize = oargs->fhsize; + args->flags = oargs->flags; + args->wsize = oargs->wsize; + args->rsize = oargs->rsize; + args->readdirsize = oargs->readdirsize; + args->timeo = oargs->timeo; + args->retrans = oargs->retrans; + args->maxgrouplist = oargs->maxgrouplist; + args->readahead = oargs->readahead; + /* args->leaseterm = oargs->leaseterm; */ + args->deadthresh = oargs->deadthresh; + args->hostname = oargs->hostname; } -static int -xdr_int_decode(struct mbuf **mptr, int *iptr) -{ - u_int32_t i; - - if (xdr_opaque_decode(mptr, (u_char *) &i, sizeof(u_int32_t)) != 0) - return EBADRPC; - *iptr = fxdr_unsigned(u_int32_t, i); - return 0; +static void +nfs_convert_diskless() +{ + bcopy(&nfs_diskless.myif, &nfsv3_diskless.myif, + sizeof(struct ifaliasreq)); + bcopy(&nfs_diskless.mygateway, &nfsv3_diskless.mygateway, + sizeof(struct sockaddr_in)); + nfs_convert_oargs(&nfsv3_diskless.swap_args,&nfs_diskless.swap_args); + nfsv3_diskless.swap_fhsize = NFSX_V2FH; + bcopy(nfs_diskless.swap_fh,nfsv3_diskless.swap_fh,NFSX_V2FH); + bcopy(&nfs_diskless.swap_saddr,&nfsv3_diskless.swap_saddr, + sizeof(struct sockaddr_in)); + bcopy(nfs_diskless.swap_hostnam,nfsv3_diskless.swap_hostnam, MNAMELEN); + nfsv3_diskless.swap_nblks = nfs_diskless.swap_nblks; + bcopy(&nfs_diskless.swap_ucred, &nfsv3_diskless.swap_ucred, + sizeof(struct ucred)); + nfs_convert_oargs(&nfsv3_diskless.root_args,&nfs_diskless.root_args); + nfsv3_diskless.root_fhsize = NFSX_V2FH; + bcopy(nfs_diskless.root_fh,nfsv3_diskless.root_fh,NFSX_V2FH); + bcopy(&nfs_diskless.root_saddr,&nfsv3_diskless.root_saddr, + sizeof(struct sockaddr_in)); + bcopy(nfs_diskless.root_hostnam,nfsv3_diskless.root_hostnam, MNAMELEN); + nfsv3_diskless.root_time = nfs_diskless.root_time; + bcopy(nfs_diskless.my_hostnam,nfsv3_diskless.my_hostnam, + MAXHOSTNAMELEN); + nfs_diskless_valid = 3; } static void print_sin_addr(struct sockaddr_in *sin) -{ - - print_in_addr(sin->sin_addr); -} - +{ + print_in_addr(sin->sin_addr); +} + + static void print_in_addr(struct in_addr addr) -{ - unsigned int ip; - - ip = ntohl(addr.s_addr); - printf("%d.%d.%d.%d", - ip >> 24, (ip >> 16) & 255, (ip >> 8) & 255, ip & 255); -} - -static void -bootpc_compose_query(struct bootpc_ifcontext *ifctx, - struct bootpc_globalcontext *gctx, struct thread *td) -{ - unsigned char *vendp; - unsigned char vendor_client[64]; - uint32_t leasetime; - uint8_t vendor_client_len; - - ifctx->gotrootpath = 0; - - bzero((caddr_t) &ifctx->call, sizeof(ifctx->call)); - - /* bootpc part */ - ifctx->call.op = BOOTP_REQUEST; /* BOOTREQUEST */ - ifctx->call.htype = 1; /* 10mb ethernet */ - ifctx->call.hlen = ifctx->sdl->sdl_alen;/* Hardware address length */ - ifctx->call.hops = 0; - if (bootpc_ifctx_isunresolved(ifctx) != 0) - ifctx->xid++; - ifctx->call.xid = txdr_unsigned(ifctx->xid); - bcopy(LLADDR(ifctx->sdl), &ifctx->call.chaddr, ifctx->sdl->sdl_alen); - - vendp = ifctx->call.vend; - *vendp++ = 99; /* RFC1048 cookie */ - *vendp++ = 130; - *vendp++ = 83; - *vendp++ = 99; - *vendp++ = TAG_MAXMSGSIZE; - *vendp++ = 2; - *vendp++ = (sizeof(struct bootp_packet) >> 8) & 255; - *vendp++ = sizeof(struct bootp_packet) & 255; - - snprintf(vendor_client, sizeof(vendor_client), "%s:%s:%s", - ostype, MACHINE, osrelease); - vendor_client_len = strlen(vendor_client); - *vendp++ = TAG_VENDOR_INDENTIFIER; - *vendp++ = vendor_client_len; - memcpy(vendp, vendor_client, vendor_client_len); - vendp += vendor_client_len;; - ifctx->dhcpquerytype = DHCP_NOMSG; - switch (ifctx->state) { - case IF_DHCP_UNRESOLVED: - *vendp++ = TAG_DHCP_MSGTYPE; - *vendp++ = 1; - *vendp++ = DHCP_DISCOVER; - ifctx->dhcpquerytype = DHCP_DISCOVER; - ifctx->gotdhcpserver = 0; - break; - case IF_DHCP_OFFERED: - *vendp++ = TAG_DHCP_MSGTYPE; - *vendp++ = 1; - *vendp++ = DHCP_REQUEST; - ifctx->dhcpquerytype = DHCP_REQUEST; - *vendp++ = TAG_DHCP_REQ_ADDR; - *vendp++ = 4; - memcpy(vendp, &ifctx->reply.yiaddr, 4); - vendp += 4; - if (ifctx->gotdhcpserver != 0) { - *vendp++ = TAG_DHCP_SERVERID; - *vendp++ = 4; - memcpy(vendp, &ifctx->dhcpserver, 4); - vendp += 4; - } - *vendp++ = TAG_DHCP_LEASETIME; - *vendp++ = 4; - leasetime = htonl(300); - memcpy(vendp, &leasetime, 4); - vendp += 4; - default: - ; - } - *vendp = TAG_END; - - ifctx->call.secs = 0; - ifctx->call.flags = htons(0x8000); /* We need a broadcast answer */ +{ + unsigned int ip; + + ip = ntohl(addr.s_addr); + printf("%d.%d.%d.%d\n", + ip >> 24, (ip >> 16) & 255, (ip >> 8) & 255, ip & 255); +} + +static int +hwaddr_to_sockaddr(char *ev, struct sockaddr_dl *sa) +{ + char *cp; + u_int32_t a[6]; + + bzero(sa, sizeof(*sa)); + sa->sdl_len = sizeof(*sa); + sa->sdl_family = AF_LINK; + sa->sdl_type = IFT_ETHER; + sa->sdl_alen = ETHER_ADDR_LEN; + if ((cp = getenv(ev)) == NULL) + return(1); + if (sscanf(cp, "%x:%x:%x:%x:%x:%x", &a[0], &a[1], &a[2], &a[3], &a[4], &a[5]) != 6) + return(1); + sa->sdl_data[0] = a[0]; + sa->sdl_data[1] = a[1]; + sa->sdl_data[2] = a[2]; + sa->sdl_data[3] = a[3]; + sa->sdl_data[4] = a[4]; + sa->sdl_data[5] = a[5]; + return(0); } static int -bootpc_hascookie(struct bootp_packet *bp) -{ - - return (bp->vend[0] == 99 && bp->vend[1] == 130 && - bp->vend[2] == 83 && bp->vend[3] == 99); +inaddr_to_sockaddr(char *ev, struct sockaddr_in *sa) +{ + u_int32_t a[4]; + char *cp; + struct sockaddr_in *sin; + + bzero(sa, sizeof(*sa)); + sa->sin_len = sizeof(*sa); + sa->sin_family = AF_INET; + + if ((cp = getenv(ev)) == NULL) + return(1); + if (sscanf(cp, "%d.%d.%d.%d", &a[0], &a[1], &a[2], &a[3]) != 4) + return(1); + /* XXX is this ordering correct? */ + sa->sin_addr.s_addr = (a[3] << 24) + (a[2] << 16) + (a[1] << 8) + a[0]; + sin = (struct sockaddr_in *) sa; + print_sin_addr(sin); + return(0); } static void -bootpc_tag_helper(struct bootpc_tagcontext *tctx, - unsigned char *start, int len, int tag) -{ - unsigned char *j; - unsigned char *ej; - unsigned char code; - - if (tctx->badtag != 0 || tctx->badopt != 0) - return; - - j = start; - ej = j + len; - - while (j < ej) { - code = *j++; - if (code == TAG_PAD) - continue; - if (code == TAG_END) - return; - if (j >= ej || j + *j + 1 > ej) { - tctx->badopt = 1; - return; - } - len = *j++; - if (code == tag) { - if (tctx->taglen + len > TAG_MAXLEN) { - tctx->badtag = 1; - return; - } - tctx->foundopt = 1; - if (len > 0) - memcpy(tctx->buf + tctx->taglen, - j, len); - tctx->taglen += len; - } - if (code == TAG_OVERLOAD) - tctx->overload = *j; - - j += len; - } -} - -static unsigned char * -bootpc_tag(struct bootpc_tagcontext *tctx, - struct bootp_packet *bp, int len, int tag) -{ - unsigned char *j; - unsigned char *ej; - - tctx->overload = 0; - tctx->badopt = 0; - tctx->badtag = 0; - tctx->foundopt = 0; - tctx->taglen = 0; - - if (bootpc_hascookie(bp) == 0) - return NULL; - - j = &bp->vend[4]; - ej = (unsigned char *) bp + len; - - bootpc_tag_helper(tctx, &bp->vend[4], - (unsigned char *) bp + len - &bp->vend[4], tag); - - if ((tctx->overload & OVERLOAD_FILE) != 0) - bootpc_tag_helper(tctx, - (unsigned char *) bp->file, - sizeof(bp->file), - tag); - if ((tctx->overload & OVERLOAD_SNAME) != 0) - bootpc_tag_helper(tctx, - (unsigned char *) bp->sname, - sizeof(bp->sname), - tag); - - if (tctx->badopt != 0 || tctx->badtag != 0 || tctx->foundopt == 0) - return NULL; - tctx->buf[tctx->taglen] = '\0'; - return tctx->buf; -} - -static void -bootpc_decode_reply(struct nfsv3_diskless *nd, struct bootpc_ifcontext *ifctx, - struct bootpc_globalcontext *gctx) -{ - char *p; - unsigned int ip; - - ifctx->gotgw = 0; - ifctx->gotnetmask = 0; - - clear_sinaddr(&ifctx->myaddr); - clear_sinaddr(&ifctx->netmask); - clear_sinaddr(&ifctx->gw); - - ifctx->myaddr.sin_addr = ifctx->reply.yiaddr; - - ip = ntohl(ifctx->myaddr.sin_addr.s_addr); - snprintf(gctx->lookup_path, sizeof(gctx->lookup_path), - "swap.%d.%d.%d.%d", - ip >> 24, (ip >> 16) & 255, (ip >> 8) & 255, ip & 255); - - printf("%s at ", ifctx->ireq.ifr_name); - print_sin_addr(&ifctx->myaddr); - printf(" server "); - print_in_addr(ifctx->reply.siaddr); - - ifctx->gw.sin_addr = ifctx->reply.giaddr; - if (ifctx->reply.giaddr.s_addr != htonl(INADDR_ANY)) { - printf(" via gateway "); - print_in_addr(ifctx->reply.giaddr); - } - - /* This call used for the side effect (overload flag) */ - (void) bootpc_tag(&gctx->tmptag, - &ifctx->reply, ifctx->replylen, TAG_END); - - if ((gctx->tmptag.overload & OVERLOAD_SNAME) == 0) - if (ifctx->reply.sname[0] != '\0') - printf(" server name %s", ifctx->reply.sname); - if ((gctx->tmptag.overload & OVERLOAD_FILE) == 0) - if (ifctx->reply.file[0] != '\0') - printf(" boot file %s", ifctx->reply.file); - - printf("\n"); - - p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen, - TAG_SUBNETMASK); - if (p != NULL) { - if (gctx->tag.taglen != 4) - panic("bootpc: subnet mask len is %d", - gctx->tag.taglen); - bcopy(p, &ifctx->netmask.sin_addr, 4); - ifctx->gotnetmask = 1; - printf("subnet mask "); - print_sin_addr(&ifctx->netmask); - printf(" "); +setup_nfsdiskless(void) +{ + struct nfs_diskless *nd = &nfs_diskless; + struct ifnet *ifp; + struct ifaddr *ifa; + struct sockaddr_dl *sdl, ourdl; + struct socket *so; + char *cp; + int error; + struct thread *td; + struct sockaddr_in mygw, myaddr, netmask; + struct nfsv3_diskless *nd3 = &nfsv3_diskless; + char *cp3; + + td = curthread; + + /* set up interface */ + printf("me........:"); + if (inaddr_to_sockaddr("boot.netif.ip", &myaddr)) { + printf("FHP: no ip\n"); + return; + } + printf("mask......:"); + if (inaddr_to_sockaddr("boot.netif.netmask", &netmask)) { + printf("FHP: no netmask\n"); + return; + } + bcopy(&myaddr, &nd->myif.ifra_addr, sizeof(myaddr)); + bcopy(&myaddr, &nd->myif.ifra_broadaddr, sizeof(myaddr)); + ((struct sockaddr_in *) &nd->myif.ifra_broadaddr)->sin_addr.s_addr = + myaddr.sin_addr.s_addr | ~ netmask.sin_addr.s_addr; + bcopy(&netmask, &nd->myif.ifra_mask, sizeof(netmask)); + + if (hwaddr_to_sockaddr("boot.netif.hwaddr", &ourdl)) { + printf("FHP: guessing hardware address...\n"); + ifa = NULL; + ifp = TAILQ_FIRST(&ifnet); + TAILQ_FOREACH(ifp, &ifnet, if_link) { + TAILQ_FOREACH(ifa, &ifp->if_addrhead, ifa_link) { + if ((ifa->ifa_addr->sa_family == AF_LINK) && + (sdl = ((struct sockaddr_dl *)ifa->ifa_addr))) { + if ((sdl->sdl_type == ourdl.sdl_type) && + (sdl->sdl_alen == ourdl.sdl_alen)) + goto guess_done; + } + } + } + guess_done: + sprintf(nd->myif.ifra_name, "%s%d", ifp->if_name, ifp->if_unit); + } else { + ifa = NULL; + ifp = TAILQ_FIRST(&ifnet); + TAILQ_FOREACH(ifp, &ifnet, if_link) { + TAILQ_FOREACH(ifa, &ifp->if_addrhead, ifa_link) { + if ((ifa->ifa_addr->sa_family == AF_LINK) && + (sdl = ((struct sockaddr_dl *)ifa->ifa_addr))) { + if ((sdl->sdl_type == ourdl.sdl_type) && + (sdl->sdl_alen == ourdl.sdl_alen) && + !bcmp(sdl->sdl_data + sdl->sdl_nlen, + ourdl.sdl_data + ourdl.sdl_nlen, + sdl->sdl_alen)) + goto match_done; + } + } + } + printf("FHP: no matching interface\n"); + return; + match_done: + sprintf(nd->myif.ifra_name, "%s%d", ifp->if_name, ifp->if_unit); } - p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen, - TAG_ROUTERS); - if (p != NULL) { - /* Routers */ - if (gctx->tag.taglen % 4) - panic("bootpc: Router Len is %d", gctx->tag.taglen); - if (gctx->tag.taglen > 0) { - bcopy(p, &ifctx->gw.sin_addr, 4); - printf("router "); - print_sin_addr(&ifctx->gw); - printf(" "); - ifctx->gotgw = 1; - gctx->gotgw = 1; - } - } - p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen, - TAG_ROOT); - if (p != NULL) { - if (gctx->setrootfs != NULL) { - printf("rootfs %s (ignored) ", p); - } else if (setfs(&nd->root_saddr, - nd->root_hostnam, p)) { - printf("rootfs %s ", p); - gctx->gotrootpath = 1; - ifctx->gotrootpath = 1; - gctx->setrootfs = ifctx; - - p = bootpc_tag(&gctx->tag, &ifctx->reply, - ifctx->replylen, - TAG_ROOTOPTS); - if (p != NULL) { - mountopts(&nd->root_args, p); - printf("rootopts %s ", p); - } - } else - panic("Failed to set rootfs to %s", p); - } + /* set up root mount */ + nd->root_args.rsize = 8192; /* XXX tunable? */ + nd->root_args.wsize = 8192; + nd->root_args.sotype = SOCK_DGRAM; + nd->root_args.flags = (NFSMNT_WSIZE | NFSMNT_RSIZE | NFSMNT_RESVPORT); + printf("NFS svr...:"); + if (inaddr_to_sockaddr("boot.nfsroot.server", &nd->root_saddr)) { + printf("FHP: no NFS server\n"); + return; + } + nd->root_saddr.sin_port = htons(NFS_PORT); - p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen, - TAG_SWAP); - if (p != NULL) { - if (gctx->setswapfs != NULL) { - printf("swapfs %s (ignored) ", p); - } else if (setfs(&nd->swap_saddr, - nd->swap_hostnam, p)) { - gctx->gotswappath = 1; - gctx->setswapfs = ifctx; - printf("swapfs %s ", p); - - p = bootpc_tag(&gctx->tag, &ifctx->reply, - ifctx->replylen, - TAG_SWAPOPTS); - if (p != NULL) { - /* swap mount options */ - mountopts(&nd->swap_args, p); - printf("swapopts %s ", p); - } - - p = bootpc_tag(&gctx->tag, &ifctx->reply, - ifctx->replylen, - TAG_SWAPSIZE); - if (p != NULL) { - int swaplen; - if (gctx->tag.taglen != 4) - panic("bootpc: " - "Expected 4 bytes for swaplen, " - "not %d bytes", - gctx->tag.taglen); - bcopy(p, &swaplen, 4); - nd->swap_nblks = ntohl(swaplen); - printf("swapsize %d KB ", - nd->swap_nblks); - } - } else - panic("Failed to set swapfs to %s", p); - } + if ((cp = getenv("boot.netif.hostname")) != NULL) { + strncpy(nd->my_hostnam, cp, MAXHOSTNAMELEN - 1); + printf("hostname..:%s\n", nd->my_hostnam); + } - p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen, - TAG_HOSTNAME); - if (p != NULL) { - if (gctx->tag.taglen >= MAXHOSTNAMELEN) - panic("bootpc: hostname >= %d bytes", - MAXHOSTNAMELEN); - if (gctx->sethostname != NULL) { - printf("hostname %s (ignored) ", p); - } else { - strcpy(nd->my_hostnam, p); - strcpy(hostname, p); - printf("hostname %s ", hostname); - gctx->sethostname = ifctx; - } - } - p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen, - TAG_COOKIE); - if (p != NULL) { /* store in a sysctl variable */ - int i, l = sizeof(bootp_cookie) - 1; - for (i = 0; i < l && p[i] != '\0'; i++) - bootp_cookie[i] = p[i]; - p[i] = '\0'; - } + if ((cp = getenv("boot.nfsroot.path")) != NULL) + strncpy(nd->root_hostnam, cp, MNAMELEN - 1); + + /* + * by Leal + * 2003-17-03 + * gateway... + */ + if ((cp = getenv("boot.netif.gateway")) != NULL) { + /* set up gw */ + printf("gw........:"); + if (inaddr_to_sockaddr("boot.netif.gateway", &mygw)) { + printf("FHP: no gateway\n"); + return; + } + } + nfs_convert_diskless(); + /* + * Do enough of ifconfig(8) so that the chosen interface + * can talk to the servers. (just set the address) + */ + error = socreate(nd3->myif.ifra_addr.sa_family, &so, SOCK_DGRAM, 0, td->td_ucred, td); + if (error) + panic("FHP: socreate(%04x): %d", nd3->myif.ifra_addr.sa_family, error); + + error = ifioctl(so, SIOCAIFADDR, (caddr_t)&nd3->myif, td); + if (error) + panic("FHP: ifioctl error"); + + /* + * 2003-17-03 + * gateway... + */ + if (&mygw.sin_len != 0) { + struct sockaddr_in dst, mask; + clear_sinaddr(&dst); + clear_sinaddr(&mask); + error = rtrequest(RTM_ADD, + (struct sockaddr *) &dst, + (struct sockaddr *) &mygw, + (struct sockaddr *) &mask, + (RTF_UP | RTF_GATEWAY | RTF_STATIC), NULL); + if (error != 0) + panic("FHP gateway: RTM_ADD: %d", error); + } - printf("\n"); - if (ifctx->gotnetmask == 0) { - if (IN_CLASSA(ntohl(ifctx->myaddr.sin_addr.s_addr))) - ifctx->netmask.sin_addr.s_addr = htonl(IN_CLASSA_NET); - else if (IN_CLASSB(ntohl(ifctx->myaddr.sin_addr.s_addr))) - ifctx->netmask.sin_addr.s_addr = htonl(IN_CLASSB_NET); - else - ifctx->netmask.sin_addr.s_addr = htonl(IN_CLASSC_NET); - } - if (ifctx->gotgw == 0) { - /* Use proxyarp */ - ifctx->gw.sin_addr.s_addr = ifctx->myaddr.sin_addr.s_addr; - } -} + if ((cp3 = getenv("boot.nfsroot.path")) != NULL) { + strncpy(nd3->root_hostnam, cp3, MNAMELEN - 1); + } + error = get_file_handle(&nd3->root_saddr, nd3->root_hostnam, nd3->root_fh, &nd3->root_fhsize, &nd3->root_args, td); + if (error != 0 ) + panic ("FHP: get_file_handle error"); +} -void -bootpc_init(void) +static int +xdr_int_decode(struct mbuf **mptr, int *iptr) { - struct bootpc_ifcontext *ifctx, *nctx; /* Interface BOOTP contexts */ - struct bootpc_globalcontext *gctx; /* Global BOOTP context */ - struct ifnet *ifp; - int error; - struct nfsv3_diskless *nd; - struct thread *td; - - nd = &nfsv3_diskless; - td = curthread; - - /* - * If already filled in, don't touch it here - */ - if (nfs_diskless_valid != 0) - return; - - gctx = malloc(sizeof(*gctx), M_TEMP, M_WAITOK); - if (gctx == NULL) - panic("Failed to allocate bootp global context structure"); - - bzero(gctx, sizeof(*gctx)); - gctx->xid = ~0xFFFF; - gctx->starttime = time_second; - - ifctx = allocifctx(gctx); - - /* - * Find a network interface. - */ -#ifdef BOOTP_WIRED_TO - printf("bootpc_init: wired to interface '%s'\n", - __XSTRING(BOOTP_WIRED_TO)); -#endif - bzero(&ifctx->ireq, sizeof(ifctx->ireq)); - IFNET_RLOCK(); - for (ifp = TAILQ_FIRST(&ifnet); - ifp != NULL; - ifp = TAILQ_NEXT(ifp, if_link)) { - snprintf(ifctx->ireq.ifr_name, sizeof(ifctx->ireq.ifr_name), - "%s%d", ifp->if_name, ifp->if_unit); -#ifdef BOOTP_WIRED_TO - if (strcmp(ifctx->ireq.ifr_name, - __XSTRING(BOOTP_WIRED_TO)) != 0) - continue; -#else - if ((ifp->if_flags & - (IFF_LOOPBACK | IFF_POINTOPOINT | IFF_BROADCAST)) != - IFF_BROADCAST) - continue; -#endif - if (gctx->interfaces != NULL) - gctx->lastinterface->next = ifctx; - else - gctx->interfaces = ifctx; - ifctx->ifp = ifp; - gctx->lastinterface = ifctx; - ifctx = allocifctx(gctx); - } - IFNET_RUNLOCK(); - free(ifctx, M_TEMP); - - if (gctx->interfaces == NULL) { -#ifdef BOOTP_WIRED_TO - panic("bootpc_init: Could not find interface specified " - "by BOOTP_WIRED_TO: " - __XSTRING(BOOTP_WIRED_TO)); -#else - panic("bootpc_init: no suitable interface"); -#endif - } - - gctx->gotrootpath = 0; - gctx->gotswappath = 0; - gctx->gotgw = 0; - - for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next) - bootpc_fakeup_interface(ifctx, gctx, td); - - for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next) - bootpc_compose_query(ifctx, gctx, td); - - ifctx = gctx->interfaces; - error = bootpc_call(gctx, td); - - if (error != 0) { -#ifdef BOOTP_NFSROOT - panic("BOOTP call failed"); -#else - printf("BOOTP call failed\n"); -#endif - } - - mountopts(&nd->root_args, NULL); - - mountopts(&nd->swap_args, NULL); - - for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next) - if (bootpc_ifctx_isresolved(ifctx) != 0) - bootpc_decode_reply(nd, ifctx, gctx); - - if (gctx->gotswappath == 0) - nd->swap_nblks = 0; -#ifdef BOOTP_NFSROOT - if (gctx->gotrootpath == 0) - panic("bootpc: No root path offered"); -#endif - - for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next) { - bootpc_adjust_interface(ifctx, gctx, td); - - soclose(ifctx->so); - } - - for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next) - if (ifctx->gotrootpath != 0) - break; - if (ifctx == NULL) { - for (ifctx = gctx->interfaces; - ifctx != NULL; - ifctx = ifctx->next) - if (bootpc_ifctx_isresolved(ifctx) != 0) - break; - } - if (ifctx == NULL) - goto out; - - if (gctx->gotrootpath != 0) { - - error = md_mount(&nd->root_saddr, nd->root_hostnam, - nd->root_fh, &nd->root_fhsize, - &nd->root_args, td); - if (error != 0) - panic("nfs_boot: mountd root, error=%d", error); - - if (gctx->gotswappath != 0) { - - error = md_mount(&nd->swap_saddr, - nd->swap_hostnam, - nd->swap_fh, &nd->swap_fhsize, - &nd->swap_args, td); - if (error != 0) - panic("nfs_boot: mountd swap, error=%d", - error); - - error = md_lookup_swap(&nd->swap_saddr, - gctx->lookup_path, - nd->swap_fh, &nd->swap_fhsize, - &nd->swap_args, td); - if (error != 0) - panic("nfs_boot: lookup swap, error=%d", - error); - } - nfs_diskless_valid = 3; - } - - strcpy(nd->myif.ifra_name, ifctx->ireq.ifr_name); - bcopy(&ifctx->myaddr, &nd->myif.ifra_addr, sizeof(ifctx->myaddr)); - bcopy(&ifctx->myaddr, &nd->myif.ifra_broadaddr, sizeof(ifctx->myaddr)); - ((struct sockaddr_in *) &nd->myif.ifra_broadaddr)->sin_addr.s_addr = - ifctx->myaddr.sin_addr.s_addr | - ~ ifctx->netmask.sin_addr.s_addr; - bcopy(&ifctx->netmask, &nd->myif.ifra_mask, sizeof(ifctx->netmask)); + u_int32_t i; + if (xdr_opaque_decode(mptr, (u_char *) &i, sizeof(u_int32_t)) != 0) + return EBADRPC; + *iptr = fxdr_unsigned(u_int32_t, i); + return 0; +} + +static int +xdr_opaque_decode(struct mbuf **mptr, u_char *buf, int len) +{ + struct mbuf *m; + int alignedlen; -out: - for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = nctx) { - nctx = ifctx->next; - free(ifctx, M_TEMP); - } - free(gctx, M_TEMP); + m = *mptr; + alignedlen = ( len + 3 ) & ~3; + + if (m->m_len < alignedlen) { + m = m_pullup(m, alignedlen); + if (m == NULL) { + *mptr = NULL; + return EBADRPC; + } + } + bcopy(mtod(m, u_char *), buf, len); + m_adj(m, alignedlen); + *mptr = m; + return 0; } -/* - * RPC: mountd/mount - * Given a server pathname, get an NFS file handle. - * Also, sets sin->sin_port to the NFS service port. - */ +/* obtain the "magic" file number... */ static int -md_mount(struct sockaddr_in *mdsin, char *path, u_char *fhp, int *fhsizep, - struct nfs_args *args, struct thread *td) -{ - struct mbuf *m; - int error; - int authunixok; - int authcount; - int authver; +get_file_handle(struct sockaddr_in *mdsin, /* mountd server address */ + char *path, + u_char *fhp, + int *fhsizep, + struct nfs_args *args, + struct thread *td) +{ + struct mbuf *m; + int error; + int authunixok; + int authcount; + int authver; #ifdef BOOTP_NFSV3 - /* First try NFS v3 */ - /* Get port number for MOUNTD. */ - error = krpc_portmap(mdsin, RPCPROG_MNT, RPCMNT_VER3, - &mdsin->sin_port, td); - if (error == 0) { - m = xdr_string_encode(path, strlen(path)); - - /* Do RPC to mountd. */ - error = krpc_call(mdsin, RPCPROG_MNT, RPCMNT_VER3, - RPCMNT_MOUNT, &m, NULL, td); - } - if (error == 0) { - args->flags |= NFSMNT_NFSV3; - } else { -#endif - /* Fallback to NFS v2 */ - - /* Get port number for MOUNTD. */ - error = krpc_portmap(mdsin, RPCPROG_MNT, RPCMNT_VER1, - &mdsin->sin_port, td); - if (error != 0) - return error; - - m = xdr_string_encode(path, strlen(path)); - - /* Do RPC to mountd. */ - error = krpc_call(mdsin, RPCPROG_MNT, RPCMNT_VER1, - RPCMNT_MOUNT, &m, NULL, td); - if (error != 0) - return error; /* message already freed */ + /* First try NFS v3 */ + /* Get port number for MOUNTD. */ + error = krpc_portmap(mdsin, RPCPROG_MNT, RPCMNT_VER3, + &mdsin->sin_port, td); + if (error == 0) { + m = xdr_string_encode(path, strlen(path)); + + /* Do RPC to mountd. */ + error = krpc_call(mdsin, RPCPROG_MNT, RPCMNT_VER3, + RPCMNT_MOUNT, &m, NULL, td); + } + if (error == 0) { + args->flags |= NFSMNT_NFSV3; + } else { +#endif + /* Fallback to NFS v2 */ + + /* Get port number for MOUNTD. */ + error = krpc_portmap(mdsin, RPCPROG_MNT, RPCMNT_VER1, + &mdsin->sin_port, td); + if (error != 0) + return error; + + m = xdr_string_encode(path, strlen(path)); + + /* Do RPC to mountd. */ + error = krpc_call(mdsin, RPCPROG_MNT, RPCMNT_VER1, + RPCMNT_MOUNT, &m, NULL, td); + if (error != 0) + return error; /* message already freed */ #ifdef BOOTP_NFSV3 - } + } #endif - if (xdr_int_decode(&m, &error) != 0 || error != 0) - goto bad; - - if ((args->flags & NFSMNT_NFSV3) != 0) { - if (xdr_int_decode(&m, fhsizep) != 0 || - *fhsizep > NFSX_V3FHMAX || - *fhsizep <= 0) - goto bad; - } else - *fhsizep = NFSX_V2FH; - - if (xdr_opaque_decode(&m, fhp, *fhsizep) != 0) - goto bad; - - if (args->flags & NFSMNT_NFSV3) { - if (xdr_int_decode(&m, &authcount) != 0) - goto bad; - authunixok = 0; - if (authcount < 0 || authcount > 100) - goto bad; - while (authcount > 0) { - if (xdr_int_decode(&m, &authver) != 0) - goto bad; - if (authver == RPCAUTH_UNIX) - authunixok = 1; - authcount--; - } - if (authunixok == 0) - goto bad; - } - - /* Set port number for NFS use. */ - error = krpc_portmap(mdsin, NFS_PROG, - (args->flags & - NFSMNT_NFSV3) ? NFS_VER3 : NFS_VER2, - &mdsin->sin_port, td); - - goto out; - + if (xdr_int_decode(&m, &error) != 0 || error != 0) + goto bad; + + if ((args->flags & NFSMNT_NFSV3) != 0) { + if (xdr_int_decode(&m, fhsizep) != 0 || + *fhsizep > NFSX_V3FHMAX || + *fhsizep <= 0) + goto bad; + } else + *fhsizep = NFSX_V2FH; + + if (xdr_opaque_decode(&m, fhp, *fhsizep) != 0) + goto bad; + + if (args->flags & NFSMNT_NFSV3) { + if (xdr_int_decode(&m, &authcount) != 0) + goto bad; + authunixok = 0; + if (authcount < 0 || authcount > 100) + goto bad; + while (authcount > 0) { + if (xdr_int_decode(&m, &authver) != 0) + goto bad; + if (authver == RPCAUTH_UNIX) + authunixok = 1; + authcount--; + } + if (authunixok == 0) + goto bad; + } + /* Set port number for NFS use. */ + error = krpc_portmap(mdsin, NFS_PROG, + (args->flags & + NFSMNT_NFSV3) ? NFS_VER3 : NFS_VER2, + &mdsin->sin_port, td); + + goto out; + bad: - error = EBADRPC; - + error = EBADRPC; + out: - m_freem(m); - return error; + m_freem(m); + return error; } -static int -md_lookup_swap(struct sockaddr_in *mdsin, char *path, u_char *fhp, int *fhsizep, - struct nfs_args *args, struct thread *td) +void +bootpc_init(void) { - struct mbuf *m; - int error; - int size = -1; - int attribs_present; - int status; - union { - u_int32_t v2[17]; - u_int32_t v3[21]; - } fattribs; - - m = m_get(M_TRYWAIT, MT_DATA); - if (m == NULL) - return ENOBUFS; - - if ((args->flags & NFSMNT_NFSV3) != 0) { - *mtod(m, u_int32_t *) = txdr_unsigned(*fhsizep); - bcopy(fhp, mtod(m, u_char *) + sizeof(u_int32_t), *fhsizep); - m->m_len = *fhsizep + sizeof(u_int32_t); - } else { - bcopy(fhp, mtod(m, u_char *), NFSX_V2FH); - m->m_len = NFSX_V2FH; - } - - m->m_next = xdr_string_encode(path, strlen(path)); - if (m->m_next == NULL) { - error = ENOBUFS; - goto out; - } - - /* Do RPC to nfsd. */ - if ((args->flags & NFSMNT_NFSV3) != 0) - error = krpc_call(mdsin, NFS_PROG, NFS_VER3, - NFSPROC_LOOKUP, &m, NULL, td); - else - error = krpc_call(mdsin, NFS_PROG, NFS_VER2, - NFSV2PROC_LOOKUP, &m, NULL, td); - if (error != 0) - return error; /* message already freed */ - - if (xdr_int_decode(&m, &status) != 0) - goto bad; - if (status != 0) { - error = ENOENT; - goto out; - } - - if ((args->flags & NFSMNT_NFSV3) != 0) { - if (xdr_int_decode(&m, fhsizep) != 0 || - *fhsizep > NFSX_V3FHMAX || - *fhsizep <= 0) - goto bad; - } else - *fhsizep = NFSX_V2FH; - - if (xdr_opaque_decode(&m, fhp, *fhsizep) != 0) - goto bad; - - if ((args->flags & NFSMNT_NFSV3) != 0) { - if (xdr_int_decode(&m, &attribs_present) != 0) - goto bad; - if (attribs_present != 0) { - if (xdr_opaque_decode(&m, (u_char *) &fattribs.v3, - sizeof(u_int32_t) * 21) != 0) - goto bad; - size = fxdr_unsigned(u_int32_t, fattribs.v3[6]); - } - } else { - if (xdr_opaque_decode(&m,(u_char *) &fattribs.v2, - sizeof(u_int32_t) * 17) != 0) - goto bad; - size = fxdr_unsigned(u_int32_t, fattribs.v2[5]); - } - - if (nfsv3_diskless.swap_nblks == 0 && size != -1) { - nfsv3_diskless.swap_nblks = size / 1024; - printf("md_lookup_swap: Swap size is %d KB\n", - nfsv3_diskless.swap_nblks); - } - - goto out; - -bad: - error = EBADRPC; - -out: - m_freem(m); - return error; + /* If already filled in, don't touch it here */ + if (nfs_diskless_valid != 0) + return; + /* The start... */ + printf("---------------------------------FILE HANDLE PATCH\n"); + printf("--------------------------------------------------\n"); + setup_nfsdiskless(); + printf("--------------------------------------------------\n"); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 09:55:41 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82F9037B401; Fri, 11 Jul 2003 09:55:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 220AC43F85; Fri, 11 Jul 2003 09:55:41 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: from freefall.freebsd.org (dcs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BGtfUp042308; Fri, 11 Jul 2003 09:55:41 -0700 (PDT) (envelope-from dcs@freefall.freebsd.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BGteBi042304; Fri, 11 Jul 2003 09:55:40 -0700 (PDT) Date: Fri, 11 Jul 2003 09:55:40 -0700 (PDT) From: "Daniel C. Sobral" Message-Id: <200307111655.h6BGteBi042304@freefall.freebsd.org> To: msl@procergs.rs.gov.br, dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/46174: bootp_subr.c patch X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 16:55:41 -0000 Synopsis: bootp_subr.c patch State-Changed-From-To: open->closed State-Changed-By: dcs State-Changed-When: Fri Jul 11 09:55:00 PDT 2003 State-Changed-Why: Originator replaced it with kern/54383. http://www.freebsd.org/cgi/query-pr.cgi?pr=46174 From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 10:30:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F8737B401; Fri, 11 Jul 2003 10:30:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB5A43FBF; Fri, 11 Jul 2003 10:30:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BHUHUp047398; Fri, 11 Jul 2003 10:30:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BHUHCB047397; Fri, 11 Jul 2003 10:30:17 -0700 (PDT) Resent-Date: Fri, 11 Jul 2003 10:30:17 -0700 (PDT) Resent-Message-Id: <200307111730.h6BHUHCB047397@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Cc: ler@lerctr.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Larry Rosenman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C2BA37B401; Fri, 11 Jul 2003 10:27:02 -0700 (PDT) Received: from lerlaptop-red.iadfw.net (lerlaptop-red.iadfw.net [207.136.3.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F93443FA3; Fri, 11 Jul 2003 10:26:54 -0700 (PDT) (envelope-from ler@lerlaptop-red.iadfw.net) Received: from lerlaptop-red.iadfw.net (localhost [127.0.0.1]) h6BHQcog001599; Fri, 11 Jul 2003 12:26:43 -0500 (CDT) (envelope-from ler@lerlaptop-red.iadfw.net) Received: (from ler@localhost) by lerlaptop-red.iadfw.net (8.12.9/8.12.9/Submit) id h6BHQc9q001598; Fri, 11 Jul 2003 12:26:38 -0500 (CDT) Message-Id: <200307111726.h6BHQc9q001598@lerlaptop-red.iadfw.net> Date: Fri, 11 Jul 2003 12:26:38 -0500 (CDT) From: Larry Rosenman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: ler@lerctr.org cc: imp@FreeBSD.org Subject: misc/54390: MFC Request: r1.25, r1.26 of pccardd/readcis.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Larry Rosenman List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 17:30:19 -0000 >Number: 54390 >Category: misc >Synopsis: MFC Request: r1.25, r1.26 of pccardd/readcis.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 11 10:30:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 5.1-CURRENT i386 >Organization: LERCTR Consulting >Environment: System: FreeBSD lerlaptop-red.iadfw.net 5.1-CURRENT FreeBSD 5.1-CURRENT #23: Thu Jul 10 23:44:36 CDT 2003 ler@lerlaptop.lerctr.org:/usr/obj/usr/src/sys/LERLAPTOP i386 >Description: the following 2 revs were made right around 4.8-RELEASE, and didn't make that release and seem to have been forgotten. It would be nice if they made it to 4.9-RELEASE: r1.25 and r1.26 of: src/usr.sbin/pccard/pccardd/readcis.c This shuts up pccardd from whining about my Modem. Thanks. >How-To-Repeat: No repeat necessary >Fix: MFC the appropriate code. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 11:00:26 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85DAC37B401 for ; Fri, 11 Jul 2003 11:00:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB3E43F85 for ; Fri, 11 Jul 2003 11:00:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BI0PUp049397 for ; Fri, 11 Jul 2003 11:00:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BI0Pmb049396; Fri, 11 Jul 2003 11:00:25 -0700 (PDT) Resent-Date: Fri, 11 Jul 2003 11:00:25 -0700 (PDT) Resent-Message-Id: <200307111800.h6BI0Pmb049396@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Civati Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8956B37B401 for ; Fri, 11 Jul 2003 10:57:48 -0700 (PDT) Received: from mailhost.xciv.org (vantage.xciv.org [217.158.13.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A3C43F3F for ; Fri, 11 Jul 2003 10:57:48 -0700 (PDT) (envelope-from paul@xciv.org) Received: from paul by mailhost.xciv.org with local id 19b29Q-0003fj-00; Fri, 11 Jul 2003 18:57:44 +0100 Message-Id: Date: Fri, 11 Jul 2003 18:57:44 +0100 From: Paul Civati To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: paul@xciv.org Subject: bin/54394: SSH/v1 leaves dead processes after session ends (4.8-REL) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Civati List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 18:00:26 -0000 >Number: 54394 >Category: bin >Synopsis: SSH/v1 leaves dead processes after session ends (4.8-REL) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 11 11:00:25 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Paul Civati >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: FreeBSD 4.8-RELEASE i386 >Description: Between 4.7-REL and 4.8-REL ssh was upgraded and now exhibits the following bug. If you connect with protocol v1 you get three ssh processes, one of which never dies, even after the ssh session has been closed. % ps aux | grep ssh root 219 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: paul [priv root 265 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: paul [priv root 580 0.0 0.3 2592 640 ?? Is Wed09PM 0:01.54 /usr/sbin/sshd root 584 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: root [priv root 592 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: root [priv root 1687 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: root [priv root 5077 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: root [priv root 40458 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: paul [priv root 40467 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: paul [priv root 41042 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: paul [priv root 79545 0.0 0.6 5292 1568 ?? I 10:33AM 0:00.03 sshd: paul [priv root 79547 0.0 0.6 4076 1532 ?? I 10:33AM 0:00.00 sshd: paul [priv paul 79548 0.0 0.7 5292 1656 ?? S 10:33AM 0:00.41 sshd: paul@ttyp0 root 80170 0.0 0.7 5292 1624 ?? I 11:07AM 0:00.03 sshd: paul [priv root 80172 0.0 0.6 4076 1592 ?? I 11:07AM 0:00.00 sshd: paul [priv paul 80173 0.0 0.8 5292 2044 ?? I 11:07AM 0:00.01 sshd: paul@ttypc root 80290 0.0 0.7 5292 1644 ?? I 11:12AM 0:00.02 sshd: paul [priv paul 80319 0.0 0.7 5292 1704 ?? I 11:14AM 0:00.01 sshd: paul@ttypd You'll see the dead ssh processes without any timestamp, two open v1 connections with three processes, and one v2 connection with just two processes. The nasty problem with this I've found is that once you reach a certain number of these dead processes lying around, ssh seems to start refusing connections with: ssh_exchange_identification: Connection closed by remote host Hence this bug has been submitted as 'serious' severity. >How-To-Repeat: Connect to sshd in 4.8-REL using protocol v1 and then close the session. >Fix: Use SSH protocol v2. ;) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 11:10:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67C6E37B401 for ; Fri, 11 Jul 2003 11:10:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED05443FBF for ; Fri, 11 Jul 2003 11:10:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BIA8Up053388 for ; Fri, 11 Jul 2003 11:10:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BIA8Pi053387; Fri, 11 Jul 2003 11:10:08 -0700 (PDT) Date: Fri, 11 Jul 2003 11:10:08 -0700 (PDT) Message-Id: <200307111810.h6BIA8Pi053387@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ceri Davies Subject: Re: misc/54390: MFC Request: r1.25, r1.26 of pccardd/readcis.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 18:10:09 -0000 The following reply was made to PR misc/54390; it has been noted by GNATS. From: Ceri Davies To: FreeBSD Gnats Submit Cc: Subject: Re: misc/54390: MFC Request: r1.25, r1.26 of pccardd/readcis.c Date: Fri, 11 Jul 2003 19:05:51 +0100 Adding to audit trail, from misfiled PR misc/54392: Date: Fri, 11 Jul 2003 11:42:18 -0600 (MDT) From: "M. Warner Losh" Message-Id: <20030711.114218.35850433.imp@bsdimp.com> References: <200307111726.h6BHQc9q001598@lerlaptop-red.iadfw.net> thanks for making this a pr. I'll try to get it merged... warner From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 16:40:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C85837B401 for ; Fri, 11 Jul 2003 16:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D9B43FAF for ; Fri, 11 Jul 2003 16:40:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BNeFUp010185 for ; Fri, 11 Jul 2003 16:40:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BNeFdp010184; Fri, 11 Jul 2003 16:40:15 -0700 (PDT) Resent-Date: Fri, 11 Jul 2003 16:40:15 -0700 (PDT) Resent-Message-Id: <200307112340.h6BNeFdp010184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Per Hedeland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0492C37B401 for ; Fri, 11 Jul 2003 16:36:12 -0700 (PDT) Received: from pluto.hedeland.org (as1-2-8.mal.s.bonet.se [194.236.4.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B25143FAF for ; Fri, 11 Jul 2003 16:36:08 -0700 (PDT) (envelope-from per@hedeland.org) Received: from pluto.hedeland.org (localhost [127.0.0.1]) by pluto.hedeland.org (8.12.9/8.12.9) with ESMTP id h6BNa6DI074378 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 12 Jul 2003 01:36:07 +0200 (CEST) Received: (from per@localhost) by pluto.hedeland.org (8.12.9/8.12.9/Submit) id h6BNa6fG074377; Sat, 12 Jul 2003 01:36:06 +0200 (CEST) Message-Id: <200307112336.h6BNa6fG074377@pluto.hedeland.org> Date: Sat, 12 Jul 2003 01:36:06 +0200 (CEST) From: Per Hedeland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/54401: [patch] pppstats prints 0 for absolute values in range 2^31..2^32-1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Per Hedeland List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 23:40:16 -0000 >Number: 54401 >Category: bin >Synopsis: [patch] pppstats prints 0 for absolute values in range 2^31..2^32-1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 11 16:40:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Per Hedeland >Release: FreeBSD 5.0-RELEASE i386 >Organization: >Environment: System: FreeBSD pluto.hedeland.org 5.0-RELEASE FreeBSD 5.0-RELEASE #6: Sun Feb 9 19:32:16 CET 2003 per@pluto.hedeland.org:/usr/src/sys/i386/compile/PLUTO i386 >Description: pppstats prints 0 for absolute values in range 2^31..2^32-1 >How-To-Repeat: Transfer a lot of data (~2+GB) via ppp. Run pppstats and see it show 0 bytes in the IN (or OUT) column. Transfer quite a bit more data (~1GB). Run pppstats again and see it still show 0 bytes. >Fix: Apparently the code attempts to prevent the display of negative delta values when the counters roll over, but the way it is done breaks the display of absolute values. The diff below should make it handle both. --- /usr/src/usr.sbin/pppstats/pppstats.c Mon Apr 22 15:44:46 2002 +++ /tmp/pppstats.c Sat Jul 12 01:18:21 2003 @@ -233,8 +233,9 @@ #endif /* STREAMS */ #define MAX0(a) ((int)(a) > 0? (a): 0) -#define V(offset) MAX0(cur.offset - old.offset) -#define W(offset) MAX0(ccs.offset - ocs.offset) +#define DIFF(cur, old) ((old) > 0 ? MAX0((cur) - (old)) : (cur)) +#define V(offset) DIFF(cur.offset, old.offset) +#define W(offset) DIFF(ccs.offset, ocs.offset) #define RATIO(c, i, u) ((c) == 0? 1.0: (u) / ((double)(c) + (i))) #define CRATE(x) RATIO(W(x.comp_bytes), W(x.inc_bytes), W(x.unc_bytes)) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 11 16:44:46 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60EBD37B401; Fri, 11 Jul 2003 16:44:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F169843F93; Fri, 11 Jul 2003 16:44:45 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BNijUp010603; Fri, 11 Jul 2003 16:44:45 -0700 (PDT) (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BNijbm010599; Fri, 11 Jul 2003 16:44:45 -0700 (PDT) Date: Fri, 11 Jul 2003 16:44:45 -0700 (PDT) From: Brooks Davis Message-Id: <200307112344.h6BNijbm010599@freefall.freebsd.org> To: brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: kern/53941: [PATCH] ATAPI CD drives don't open the tray if they're empty X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 23:44:46 -0000 Synopsis: [PATCH] ATAPI CD drives don't open the tray if they're empty Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: brooks Responsible-Changed-When: Fri Jul 11 16:43:59 PDT 2003 Responsible-Changed-Why: Over to ATA maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=53941 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 03:14:13 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CB0A37B401; Sat, 12 Jul 2003 03:14:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3956B43FA3; Sat, 12 Jul 2003 03:14:13 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CAEDUp084492; Sat, 12 Jul 2003 03:14:13 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CAECwx084488; Sat, 12 Jul 2003 03:14:12 -0700 (PDT) Date: Sat, 12 Jul 2003 03:14:12 -0700 (PDT) From: Yar Tikhiy Message-Id: <200307121014.h6CAECwx084488@freefall.freebsd.org> To: oleg@rinet.ru, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/54288: [PATCH] sendmail coredumps (sometime) when using dns map X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 10:14:14 -0000 Synopsis: [PATCH] sendmail coredumps (sometime) when using dns map State-Changed-From-To: open->closed State-Changed-By: yar State-Changed-When: Sat Jul 12 03:06:42 PDT 2003 State-Changed-Why: This PR happened to be mishandled by GNATS. While the GNATS index was being repaired, the originator of this PR re-sent it again, with the Sendmail maintainer gshapiro@ added to CC: this time. So it seems reasonable to close this PR in favour of the newer PR 54367. http://www.freebsd.org/cgi/query-pr.cgi?pr=54288 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:20:05 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C1E337B401 for ; Sat, 12 Jul 2003 05:20:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A67D343F85 for ; Sat, 12 Jul 2003 05:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCK4Up005252 for ; Sat, 12 Jul 2003 05:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCK48Z005251; Sat, 12 Jul 2003 05:20:04 -0700 (PDT) Date: Sat, 12 Jul 2003 05:20:04 -0700 (PDT) Message-Id: <200307121220.h6CCK48Z005251@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: i386/41398: Illegal instruction Core Dumped X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:20:05 -0000 X-List-Received-Date: Sat, 12 Jul 2003 12:20:05 -0000 The following reply was made to PR i386/41398; it has been noted by GNATS. From: Kris Kennaway To: Stefan Bosse Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/41398: Illegal instruction Core Dumped Date: Sat, 12 Jul 2003 05:09:55 -0700 On Mon, Aug 12, 2002 at 05:40:04AM -0700, Stefan Bosse wrote: > The following reply was made to PR i386/41398; it has been noted by GNATS. > > From: Stefan Bosse > To: freebsd-gnats-submit@FreeBSD.org, satherrl@dssrg.curtin.edu.au > Cc: > Subject: Re: i386/41398: Illegal instruction Core Dumped > Date: Mon, 12 Aug 2002 14:31:56 +0200 > > This problem occurs since the 4.6.1-RC2 release. The RC1 release seems > to be ok. I think all programs of the base system (/bin,/sbin,...) in > this release are compiled > for P-III (or PII ?) CPU machines. They fail with the > Illegal-Instruction on PI/PII and AMD K6 CPU machines because > the binaries have illegal instruction (from the view of point of an > older processor). Arrgghh. > > A nasty fire dragon error. Try the RC1 release. Does this problem persist on later releases? Kris From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:20:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E098137B401 for ; Sat, 12 Jul 2003 05:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4289743FBF for ; Sat, 12 Jul 2003 05:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCK7Up005282 for ; Sat, 12 Jul 2003 05:20:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCK7J7005275; Sat, 12 Jul 2003 05:20:07 -0700 (PDT) Date: Sat, 12 Jul 2003 05:20:07 -0700 (PDT) Message-Id: <200307121220.h6CCK7J7005275@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: misc/42221: Signal 11 core dumped when fetchin index X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:20:17 -0000 The following reply was made to PR misc/42221; it has been noted by GNATS. From: Kris Kennaway To: Jerad Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/42221: Signal 11 core dumped when fetchin index Date: Sat, 12 Jul 2003 05:12:37 -0700 On Fri, Aug 30, 2002 at 12:43:47PM -0700, Jerad wrote: > go into sysinstall select packages then passive ftp. This goes fine > but when it starts reading the indexes it sig 11's. Does this problem persist in later releases? kris From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:20:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E491937B404 for ; Sat, 12 Jul 2003 05:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEBA843F3F for ; Sat, 12 Jul 2003 05:20:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCK9Up005323 for ; Sat, 12 Jul 2003 05:20:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCK9ql005319; Sat, 12 Jul 2003 05:20:09 -0700 (PDT) Date: Sat, 12 Jul 2003 05:20:09 -0700 (PDT) Message-Id: <200307121220.h6CCK9ql005319@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: misc/42410: cvsup and cvsup-without-gui packages don't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:20:17 -0000 The following reply was made to PR misc/42410; it has been noted by GNATS. From: Kris Kennaway To: Kirill Ponomarew Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/42410: cvsup and cvsup-without-gui packages don't work Date: Sat, 12 Jul 2003 05:13:19 -0700 On Wed, Sep 04, 2002 at 06:21:28AM -0700, Kirill Ponomarew wrote: > su-2.05# pkg_add cvsup-without-gui-16.1f.tbz > su-2.05# cvsup > Segmentation fault (core dumped) > > the packages are from ftp.freebsd.org > >How-To-Repeat: > su-2.05# pkg_add cvsup-without-gui-16.1f.tbz > su-2.05# cvsup > Segmentation fault (core dumped) Was this problem ever resolved? Kris From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:23:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75C8F37B401; Sat, 12 Jul 2003 05:23:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1216843FD7; Sat, 12 Jul 2003 05:23:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCMxUp005624; Sat, 12 Jul 2003 05:22:59 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCMx4G005620; Sat, 12 Jul 2003 05:22:59 -0700 (PDT) Date: Sat, 12 Jul 2003 05:22:59 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121222.h6CCMx4G005620@freefall.freebsd.org> To: JUNHANJO@prodigy.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/43751: FreeBSD4.6R panic during installation X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:23:00 -0000 Synopsis: FreeBSD4.6R panic during installation State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 05:22:48 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=43751 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:25:41 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E682837B401; Sat, 12 Jul 2003 05:25:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 852FC43F3F; Sat, 12 Jul 2003 05:25:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCPfUp005743; Sat, 12 Jul 2003 05:25:41 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCPfSV005739; Sat, 12 Jul 2003 05:25:41 -0700 (PDT) Date: Sat, 12 Jul 2003 05:25:41 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121225.h6CCPfSV005739@freefall.freebsd.org> To: hendrik@scholz.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/36000: contrib/amd uses mktemp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:25:42 -0000 Synopsis: contrib/amd uses mktemp State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 05:25:22 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=36000 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:27:57 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E29637B401; Sat, 12 Jul 2003 05:27:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE4D343F75; Sat, 12 Jul 2003 05:27:56 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCRuUp005812; Sat, 12 Jul 2003 05:27:56 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCRuV6005808; Sat, 12 Jul 2003 05:27:56 -0700 (PDT) Date: Sat, 12 Jul 2003 05:27:56 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121227.h6CCRuV6005808@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: i386/27247: Panic on install - "page fault syncing discs" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:27:57 -0000 Synopsis: Panic on install - "page fault syncing discs" Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 05:27:40 PDT 2003 Responsible-Changed-Why: Assign to the ATA maintainer for comment http://www.freebsd.org/cgi/query-pr.cgi?pr=27247 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:29:51 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7FA537B401; Sat, 12 Jul 2003 05:29:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5507A43FBD; Sat, 12 Jul 2003 05:29:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCTpUp005872; Sat, 12 Jul 2003 05:29:51 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCToeb005868; Sat, 12 Jul 2003 05:29:50 -0700 (PDT) Date: Sat, 12 Jul 2003 05:29:50 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121229.h6CCToeb005868@freefall.freebsd.org> To: rossettigab@tiscalinet.ch, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/48753: freeze of 5.0-RELEASE related to NFS X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:29:52 -0000 Synopsis: freeze of 5.0-RELEASE related to NFS State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 05:29:42 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=48753 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:33:14 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC9037B401 for ; Sat, 12 Jul 2003 05:33:14 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EDEA43F75 for ; Sat, 12 Jul 2003 05:33:13 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id D0F3A66B04; Sat, 12 Jul 2003 05:33:07 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 96EA8C00; Sat, 12 Jul 2003 05:33:07 -0700 (PDT) Date: Sat, 12 Jul 2003 05:33:07 -0700 From: Kris Kennaway To: Ed.Alley.wea@llnl.gov Message-ID: <20030712123307.GD97869@rot13.obsecurity.org> References: <200303010640.h216e8GL073020@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: <200303010640.h216e8GL073020@freefall.freebsd.org> User-Agent: Mutt/1.4.1i cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/47982: Minix file-system offered X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:33:14 -0000 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 28, 2003 at 10:40:08PM -0800, Ed.Alley.wea@llnl.gov wrote: > This is an update of my previous submission. There does not seem to be significant interest in incorporating this into the base system, but please feel free to turn this code into a port that can be included in the Ports collection, i.e using a minix.ko kernel module. Kris --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/EAADWry0BWjoQKURAjezAKD4cy4qDmqWj2EEtc7M7KQDX+CKAACg6Q+H LOqRyi6NLuIHcOizSCWK0Is= =EUw6 -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:35:45 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 618C737B401; Sat, 12 Jul 2003 05:35:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C9443F85; Sat, 12 Jul 2003 05:35:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCZiUp012655; Sat, 12 Jul 2003 05:35:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCZhe0012651; Sat, 12 Jul 2003 05:35:43 -0700 (PDT) Date: Sat, 12 Jul 2003 05:35:43 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121235.h6CCZhe0012651@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/47731: reboot goes panic each time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:35:45 -0000 Synopsis: reboot goes panic each time State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 05:35:31 PDT 2003 State-Changed-Why: Please obtain a debugging traceback of the panic. http://www.freebsd.org/cgi/query-pr.cgi?pr=47731 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:36:39 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40DCD37B401; Sat, 12 Jul 2003 05:36:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0FF143F93; Sat, 12 Jul 2003 05:36:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCacUp013519; Sat, 12 Jul 2003 05:36:38 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCac42013511; Sat, 12 Jul 2003 05:36:38 -0700 (PDT) Date: Sat, 12 Jul 2003 05:36:38 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121236.h6CCac42013511@freefall.freebsd.org> To: marc@tandem.milestonerdl.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/47474: ftp11.freebsd.org is missing doc for 5.0-RELEASE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:36:39 -0000 Synopsis: ftp11.freebsd.org is missing doc for 5.0-RELEASE State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 05:36:31 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=47474 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:39:05 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C9C37B401; Sat, 12 Jul 2003 05:39:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE4843F75; Sat, 12 Jul 2003 05:39:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCd4Up016506; Sat, 12 Jul 2003 05:39:04 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCd4Sn016498; Sat, 12 Jul 2003 05:39:04 -0700 (PDT) Date: Sat, 12 Jul 2003 05:39:04 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121239.h6CCd4Sn016498@freefall.freebsd.org> To: david@dallashardcore.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/40169: problem in latest 4.6-stable X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:39:05 -0000 Synopsis: problem in latest 4.6-stable State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 05:38:38 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=40169 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:41:33 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B330B37B401; Sat, 12 Jul 2003 05:41:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FC5243F75; Sat, 12 Jul 2003 05:41:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCfXUp017755; Sat, 12 Jul 2003 05:41:33 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCfWSA017746; Sat, 12 Jul 2003 05:41:32 -0700 (PDT) Date: Sat, 12 Jul 2003 05:41:32 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121241.h6CCfWSA017746@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/36431: src/secure/lib/libtelnet fails in CURRENT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:41:34 -0000 Synopsis: src/secure/lib/libtelnet fails in CURRENT State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 05:40:44 PDT 2003 State-Changed-Why: Does this problem persist http://www.freebsd.org/cgi/query-pr.cgi?pr=36431 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:50:28 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7682437B401; Sat, 12 Jul 2003 05:50:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144F943F93; Sat, 12 Jul 2003 05:50:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCoRUp021591; Sat, 12 Jul 2003 05:50:27 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCoRY5021587; Sat, 12 Jul 2003 05:50:27 -0700 (PDT) Date: Sat, 12 Jul 2003 05:50:27 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121250.h6CCoRY5021587@freefall.freebsd.org> To: craig@progroup.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/28703: Kernel reboot during tape backup of nfs mount X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:50:28 -0000 Synopsis: Kernel reboot during tape backup of nfs mount State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 05:50:16 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=28703 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:57:44 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD22A37B401; Sat, 12 Jul 2003 05:57:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5289743F75; Sat, 12 Jul 2003 05:57:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCviUp024886; Sat, 12 Jul 2003 05:57:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCvgvm024856; Sat, 12 Jul 2003 05:57:42 -0700 (PDT) Date: Sat, 12 Jul 2003 05:57:42 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121257.h6CCvgvm024856@freefall.freebsd.org> To: christophe.pedretti@netcourrier.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/30458: Workstation sometimes hangs when connected to the Internet through ppp and PPPoE with error message /kernel: couldn't m_pullup X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:57:45 -0000 Synopsis: Workstation sometimes hangs when connected to the Internet through ppp and PPPoE with error message /kernel: couldn't m_pullup State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 05:57:29 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=30458 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 05:59:33 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A9637B401; Sat, 12 Jul 2003 05:59:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 960D143FBD; Sat, 12 Jul 2003 05:59:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CCxWUp025674; Sat, 12 Jul 2003 05:59:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CCxWgT025657; Sat, 12 Jul 2003 05:59:32 -0700 (PDT) Date: Sat, 12 Jul 2003 05:59:32 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121259.h6CCxWgT025657@freefall.freebsd.org> To: goelvineet@hotmail.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/34018: response to request from ipv6 client does come to client X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 12:59:33 -0000 Synopsis: response to request from ipv6 client does come to client State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 05:59:19 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=34018 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 06:00:04 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4002A37B401; Sat, 12 Jul 2003 06:00:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CACFC43FAF; Sat, 12 Jul 2003 06:00:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CD03Up025929; Sat, 12 Jul 2003 06:00:03 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CD01Ye025884; Sat, 12 Jul 2003 06:00:03 -0700 (PDT) Date: Sat, 12 Jul 2003 06:00:03 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121300.h6CD01Ye025884@freefall.freebsd.org> To: mangmang2000@netscape.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/34144: installation,mounting root from ufs:/dev/md0c,then halt X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 13:00:04 -0000 Synopsis: installation,mounting root from ufs:/dev/md0c,then halt State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 05:59:44 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=34144 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 06:00:48 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ACA437B401; Sat, 12 Jul 2003 06:00:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB0B943F75; Sat, 12 Jul 2003 06:00:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CD0lUp026295; Sat, 12 Jul 2003 06:00:47 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CD0lQ8026265; Sat, 12 Jul 2003 06:00:47 -0700 (PDT) Date: Sat, 12 Jul 2003 06:00:47 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121300.h6CD0lQ8026265@freefall.freebsd.org> To: wdf@picusnet.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/38840: when i pass data over my dialup connection, 4.6-RC dies X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 13:00:48 -0000 Synopsis: when i pass data over my dialup connection, 4.6-RC dies State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 06:00:23 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=38840 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 06:01:20 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB85037B404; Sat, 12 Jul 2003 06:01:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4509743FA3; Sat, 12 Jul 2003 06:01:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CD1JUp026590; Sat, 12 Jul 2003 06:01:19 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CD1JOp026544; Sat, 12 Jul 2003 06:01:19 -0700 (PDT) Date: Sat, 12 Jul 2003 06:01:19 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121301.h6CD1JOp026544@freefall.freebsd.org> To: alexander.dubinin@intel.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/40481: Kernel fault on detecting Mylex eXtreme RAID 3000 controller X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 13:01:20 -0000 Synopsis: Kernel fault on detecting Mylex eXtreme RAID 3000 controller State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 06:01:00 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=40481 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 06:01:56 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F88D37B401; Sat, 12 Jul 2003 06:01:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F20FA43F93; Sat, 12 Jul 2003 06:01:55 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CD1tUp026925; Sat, 12 Jul 2003 06:01:55 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CD1rTW026878; Sat, 12 Jul 2003 06:01:53 -0700 (PDT) Date: Sat, 12 Jul 2003 06:01:53 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121301.h6CD1rTW026878@freefall.freebsd.org> To: start_3.1415926@163.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/42406: Compatibility of USB equipments X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 13:01:56 -0000 Synopsis: Compatibility of USB equipments State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 06:01:35 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=42406 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 06:02:27 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E3E337B401; Sat, 12 Jul 2003 06:02:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB86243FA3; Sat, 12 Jul 2003 06:02:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CD2QUp027155; Sat, 12 Jul 2003 06:02:26 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CD2QBv027151; Sat, 12 Jul 2003 06:02:26 -0700 (PDT) Date: Sat, 12 Jul 2003 06:02:26 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121302.h6CD2QBv027151@freefall.freebsd.org> To: cayres@columbus.rr.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/43461: Durring Install of 4.6 on ASR-2005S/48MB RAID controler Can't access disk X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 13:02:27 -0000 Synopsis: Durring Install of 4.6 on ASR-2005S/48MB RAID controler Can't access disk State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 06:02:11 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=43461 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 06:03:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4B9137B401; Sat, 12 Jul 2003 06:03:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4088543FB1; Sat, 12 Jul 2003 06:03:23 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CD3MUp027498; Sat, 12 Jul 2003 06:03:23 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CD3I8o027465; Sat, 12 Jul 2003 06:03:18 -0700 (PDT) Date: Sat, 12 Jul 2003 06:03:18 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121303.h6CD3I8o027465@freefall.freebsd.org> To: jdli@freebsd.csie.nctu.edu.tw, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17905: 4.0-SNAP keep on crashing every 3 days X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 13:03:23 -0000 Synopsis: 4.0-SNAP keep on crashing every 3 days State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 06:03:01 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=17905 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 06:04:07 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DF137B401; Sat, 12 Jul 2003 06:04:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E17CF43FA3; Sat, 12 Jul 2003 06:04:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CD46Up027790; Sat, 12 Jul 2003 06:04:06 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CD45Pg027778; Sat, 12 Jul 2003 06:04:05 -0700 (PDT) Date: Sat, 12 Jul 2003 06:04:05 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121304.h6CD45Pg027778@freefall.freebsd.org> To: elmar@devsoft.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/29582: during boot the console shows: usb0: host controller halted X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 13:04:07 -0000 Synopsis: during boot the console shows: usb0: host controller halted State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 06:03:41 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=29582 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 06:05:02 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D978637B401; Sat, 12 Jul 2003 06:05:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 744DA43FBD; Sat, 12 Jul 2003 06:05:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CD51Up028200; Sat, 12 Jul 2003 06:05:01 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CD50rm028186; Sat, 12 Jul 2003 06:05:00 -0700 (PDT) Date: Sat, 12 Jul 2003 06:05:00 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121305.h6CD50rm028186@freefall.freebsd.org> To: scottm@rushe.aero.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/30991: pcm in PNP-OS mode vs. non-PNP-OS mode port detection failure X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 13:05:03 -0000 Synopsis: pcm in PNP-OS mode vs. non-PNP-OS mode port detection failure State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 06:04:30 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=30991 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 06:06:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF68B37B401; Sat, 12 Jul 2003 06:06:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C85B43FDF; Sat, 12 Jul 2003 06:06:09 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CD69Up028901; Sat, 12 Jul 2003 06:06:09 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CD657l028867; Sat, 12 Jul 2003 06:06:07 -0700 (PDT) Date: Sat, 12 Jul 2003 06:06:07 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121306.h6CD657l028867@freefall.freebsd.org> To: shansen@earthlink.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/31085: kernel panic on tftp only pxeboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 13:06:10 -0000 Synopsis: kernel panic on tftp only pxeboot State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 06:05:42 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=31085 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 06:07:04 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FF2E37B401; Sat, 12 Jul 2003 06:07:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E5643FA3; Sat, 12 Jul 2003 06:07:04 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CD73Up029412; Sat, 12 Jul 2003 06:07:03 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CD731u029332; Sat, 12 Jul 2003 06:07:03 -0700 (PDT) Date: Sat, 12 Jul 2003 06:07:03 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121307.h6CD731u029332@freefall.freebsd.org> To: sballard@icn.state.ia.us, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/31481: FreeBSD does Not find disk drives with Compaq DL380 using (6) BD03663622 Drives. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 13:07:04 -0000 Synopsis: FreeBSD does Not find disk drives with Compaq DL380 using (6) BD03663622 Drives. State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 06:06:27 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=31481 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 06:07:58 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ADD437B401; Sat, 12 Jul 2003 06:07:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8287F43FAF; Sat, 12 Jul 2003 06:07:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CD7tUp029810; Sat, 12 Jul 2003 06:07:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CD7rGi029791; Sat, 12 Jul 2003 06:07:54 -0700 (PDT) Date: Sat, 12 Jul 2003 06:07:54 -0700 (PDT) From: Kris Kennaway Message-Id: <200307121307.h6CD7rGi029791@freefall.freebsd.org> To: predius@netzero.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/31845: Toshiba Satellite 2105CDS won't boot FreeBSD releases after 4.1R X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 13:07:58 -0000 Synopsis: Toshiba Satellite 2105CDS won't boot FreeBSD releases after 4.1R State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 06:07:23 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=31845 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 08:10:05 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B1637B401 for ; Sat, 12 Jul 2003 08:10:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E2243F3F for ; Sat, 12 Jul 2003 08:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CFA4Up070101 for ; Sat, 12 Jul 2003 08:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CFA4r2070100; Sat, 12 Jul 2003 08:10:04 -0700 (PDT) Date: Sat, 12 Jul 2003 08:10:04 -0700 (PDT) Message-Id: <200307121510.h6CFA4r2070100@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kirill Ponomarew Subject: Re: misc/42410: cvsup and cvsup-without-gui packages don't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kirill Ponomarew List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 15:10:05 -0000 The following reply was made to PR misc/42410; it has been noted by GNATS. From: Kirill Ponomarew To: Kris Kennaway Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/42410: cvsup and cvsup-without-gui packages don't work Date: Sat, 12 Jul 2003 17:00:13 +0200 --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sat, Jul 12, 2003 at 05:13:19AM -0700, Kris Kennaway wrote: =20 > Was this problem ever resolved? Yes, using cvsup-16.1h packages helped. This PR can be closed IMO. -Kirill --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/ECJ9QC1G6a60JuURAkmEAKDXb3qMbngts3TCfZ0PuCs5PLdDvACfXB7z kF1K3KlLASJYsyjlq4Nd6G0= =PaPn -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7-- From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 08:13:42 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AC4137B401; Sat, 12 Jul 2003 08:13:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ACFE43F75; Sat, 12 Jul 2003 08:13:42 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CFDfUp070385; Sat, 12 Jul 2003 08:13:41 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CFDf9C070381; Sat, 12 Jul 2003 08:13:41 -0700 (PDT) Date: Sat, 12 Jul 2003 08:13:41 -0700 (PDT) From: Ceri Davies Message-Id: <200307121513.h6CFDf9C070381@freefall.freebsd.org> To: ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org, rwatson@FreeBSD.org Subject: Re: bin/54185: UFS2 filesystem ACL flag not enforced X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 15:13:42 -0000 Synopsis: UFS2 filesystem ACL flag not enforced Responsible-Changed-From-To: freebsd-bugs->rwatson Responsible-Changed-By: ceri Responsible-Changed-When: Sat Jul 12 08:13:21 PDT 2003 Responsible-Changed-Why: Assign to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=54185 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 08:27:59 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FB4537B401; Sat, 12 Jul 2003 08:27:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBDAC43F85; Sat, 12 Jul 2003 08:27:58 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CFRwUp070879; Sat, 12 Jul 2003 08:27:58 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CFRwUU070875; Sat, 12 Jul 2003 08:27:58 -0700 (PDT) Date: Sat, 12 Jul 2003 08:27:58 -0700 (PDT) From: Maxim Konovalov Message-Id: <200307121527.h6CFRwUU070875@freefall.freebsd.org> To: ponomarew@oberon.net, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/42410: cvsup and cvsup-without-gui packages don't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 15:27:59 -0000 Synopsis: cvsup and cvsup-without-gui packages don't work State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Sat Jul 12 08:27:18 PDT 2003 State-Changed-Why: Closed at the submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=42410 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 13:10:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D3637B401 for ; Sat, 12 Jul 2003 13:10:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FF243FAF for ; Sat, 12 Jul 2003 13:10:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CKADUp096374 for ; Sat, 12 Jul 2003 13:10:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CKAD8L096373; Sat, 12 Jul 2003 13:10:13 -0700 (PDT) Resent-Date: Sat, 12 Jul 2003 13:10:13 -0700 (PDT) Resent-Message-Id: <200307122010.h6CKAD8L096373@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Jakub Dawidek Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 882F137B401; Sat, 12 Jul 2003 13:05:54 -0700 (PDT) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F24043F93; Sat, 12 Jul 2003 13:05:52 -0700 (PDT) (envelope-from root@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 0) id 87A7E3ABB53; Sat, 12 Jul 2003 22:11:12 +0200 (CEST) Message-Id: <20030712201112.87A7E3ABB53@milla.ask33.net> Date: Sat, 12 Jul 2003 22:11:12 +0200 (CEST) From: Pawel Jakub Dawidek To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Alan Cox Subject: kern/54418: Bug in VM page protection handling. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pawel Jakub Dawidek List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 20:10:15 -0000 >Number: 54418 >Category: kern >Synopsis: Bug in VM page protection handling. >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 12 13:10:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Pawel Jakub Dawidek >Release: FreeBSD 4.x, FreeBSD 5.x. >Organization: Pawel Jakub Dawidek >Environment: System: FreeBSD milla.ask33.net 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Mon Apr 7 09:37:03 CEST 2003 root@milla.ask33.net:/usr/obj/usr/src/sys/MILLA i386 All versions of FreeBSD 4.x and FreeBSD 5.x. >Description: There is a problem in setting page protection in function vm_map_protect(). When we set for example max_protection to VM_PROT_READ and after that we will try do change max_protection to VM_PROT_ALL there is no chance to do that, because of bogus check. This 'if' doesn't check if we set max_protection or just protection and denieds all increasing max_protection tries. Problem doesn't affect FreeBSD directly, because such situation never occurs, but for 3rd-party kernel modules this could be importent. For example, for my module - cerb - where I need to do operations on VM pages, it is very important and this bug provoke 'Bus error's in some situations. >How-To-Repeat: This sample kernel module shows the problem. It is for FreeBSD 4.x, but simlar could be prepared for 5.x. #include #include #include #include #include #include #include #include #include static int mod(struct module *module, int cmd, void *arg) { vm_map_t map = &curproc->p_vmspace->vm_map; vm_offset_t start, end; int error = 0; switch (cmd) { case MOD_LOAD: end = start = (vm_offset_t)curproc->p_vmspace->vm_daddr + ctob(curproc->p_vmspace->vm_dsize); start--; error = vm_map_protect(map, start, end, VM_PROT_READ, TRUE); printf("ERROR1: %d\n", error); error = vm_map_protect(map, start, end, VM_PROT_ALL, TRUE); /* Here should be 2 which means KERN_PROTECTION_FAILURE. */ printf("ERROR2: %d\n", error); error = 0; printf("testmod loaded.\n"); break; case MOD_UNLOAD: printf("testmod unloaded.\n"); break; default: error = EINVAL; break; } return (error); } static moduledata_t testmod_mod = { "testmod", mod, NULL }; DECLARE_MODULE(testmod, testmod_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE); >Fix: This patch fix this. diff -upr /usr/src/sys/vm/vm_map.c src/sys/vm/vm_map.c --- /usr/src/sys/vm/vm_map.c Fri Jul 4 00:38:04 2003 +++ src/sys/vm/vm_map.c Sat Jul 12 21:15:25 2003 @@ -1393,7 +1393,8 @@ vm_map_protect(vm_map_t map, vm_offset_t vm_map_unlock(map); return (KERN_INVALID_ARGUMENT); } - if ((new_prot & current->max_protection) != new_prot) { + if (!set_max && + (new_prot & current->max_protection) != new_prot) { vm_map_unlock(map); return (KERN_PROTECTION_FAILURE); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:07:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C338437B401; Sat, 12 Jul 2003 15:07:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D1D43FAF; Sat, 12 Jul 2003 15:07:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CM7JUp013170; Sat, 12 Jul 2003 15:07:19 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CM7JvF013166; Sat, 12 Jul 2003 15:07:19 -0700 (PDT) Date: Sat, 12 Jul 2003 15:07:19 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122207.h6CM7JvF013166@freefall.freebsd.org> To: kmv@asplinux.ru, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/31492: Panic in sysctl_remove_oid. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:07:20 -0000 Synopsis: Panic in sysctl_remove_oid. State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:07:10 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=31492 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:09:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8229737B401; Sat, 12 Jul 2003 15:09:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C65743F3F; Sat, 12 Jul 2003 15:09:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CM9EUp013370; Sat, 12 Jul 2003 15:09:15 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CM9Ecw013366; Sat, 12 Jul 2003 15:09:14 -0700 (PDT) Date: Sat, 12 Jul 2003 15:09:14 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122209.h6CM9Ecw013366@freefall.freebsd.org> To: bigbird@pc.jaring.my, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, wpaul@FreeBSD.org Subject: Re: kern/31102: lge + Pentium III data transmission problem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:09:15 -0000 Synopsis: lge + Pentium III data transmission problem State-Changed-From-To: feedback->open State-Changed-By: kris State-Changed-When: Sat Jul 12 15:08:38 PDT 2003 State-Changed-Why: Submitter confirms that the problem persists in 4.8. Assign to lge driver author for attention. Responsible-Changed-From-To: freebsd-bugs->wpaul Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 15:08:38 PDT 2003 Responsible-Changed-Why: Submitter confirms that the problem persists in 4.8. Assign to lge driver author for attention. http://www.freebsd.org/cgi/query-pr.cgi?pr=31102 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:11:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 478D137B401; Sat, 12 Jul 2003 15:11:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D6643FAF; Sat, 12 Jul 2003 15:11:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMBMUp014465; Sat, 12 Jul 2003 15:11:22 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMBM7a014452; Sat, 12 Jul 2003 15:11:22 -0700 (PDT) Date: Sat, 12 Jul 2003 15:11:22 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122211.h6CMBM7a014452@freefall.freebsd.org> To: anselmg@t-online.de, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/34092: reboot hangs the system (IBM PC Server 315) at message "Rebooting..." X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:11:23 -0000 Synopsis: reboot hangs the system (IBM PC Server 315) at message "Rebooting..." State-Changed-From-To: feedback->suspended State-Changed-By: kris State-Changed-When: Sat Jul 12 15:10:52 PDT 2003 State-Changed-Why: This appears to be a hardware incompatibility. An interested developer would need access to hardware in order to investigate this problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=34092 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:12:18 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 221D437B401; Sat, 12 Jul 2003 15:12:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B57A743FA3; Sat, 12 Jul 2003 15:12:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMCHUp015212; Sat, 12 Jul 2003 15:12:17 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMCDiw015178; Sat, 12 Jul 2003 15:12:13 -0700 (PDT) Date: Sat, 12 Jul 2003 15:12:13 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122212.h6CMCDiw015178@freefall.freebsd.org> To: freebsd@molemanarmy.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/34228: Dual processor machine hangs at reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:12:18 -0000 Synopsis: Dual processor machine hangs at reboot State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:11:56 PDT 2003 State-Changed-Why: Submitter reports problem is resolved http://www.freebsd.org/cgi/query-pr.cgi?pr=34228 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:13:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B1E637B401; Sat, 12 Jul 2003 15:13:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A5CC43F93; Sat, 12 Jul 2003 15:13:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMD9Up015646; Sat, 12 Jul 2003 15:13:10 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMD88x015607; Sat, 12 Jul 2003 15:13:08 -0700 (PDT) Date: Sat, 12 Jul 2003 15:13:08 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122213.h6CMD88x015607@freefall.freebsd.org> To: paul.crawford@attcanada.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/34902: FTP session causes server reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:13:10 -0000 Synopsis: FTP session causes server reboot State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:12:34 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=34902 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:15:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F9337B401; Sat, 12 Jul 2003 15:15:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D982943F75; Sat, 12 Jul 2003 15:15:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMFFUp016855; Sat, 12 Jul 2003 15:15:15 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMFF7C016845; Sat, 12 Jul 2003 15:15:15 -0700 (PDT) Date: Sat, 12 Jul 2003 15:15:15 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122215.h6CMFF7C016845@freefall.freebsd.org> To: dot@dotat.at, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/35248: panic: ffs_valloc: dup alloc X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:15:16 -0000 X-List-Received-Date: Sat, 12 Jul 2003 22:15:16 -0000 Synopsis: panic: ffs_valloc: dup alloc State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:13:29 PDT 2003 State-Changed-Why: Feedback timeout. FWIW, I see this panic regularly on the bento cluster because of hardware failure with the IDE drives. Scrubbing the disk with dd if=/dev/zero of=/dev/ad0 periodically causes the drive to remap/reset bad or marginal sectors and the problem goes way. http://www.freebsd.org/cgi/query-pr.cgi?pr=35248 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:15:45 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 321E637B401; Sat, 12 Jul 2003 15:15:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C127943F3F; Sat, 12 Jul 2003 15:15:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMFiUp017135; Sat, 12 Jul 2003 15:15:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMFi7h017126; Sat, 12 Jul 2003 15:15:44 -0700 (PDT) Date: Sat, 12 Jul 2003 15:15:44 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122215.h6CMFi7h017126@freefall.freebsd.org> To: johnoh99@yahoo.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/35267: after cvsup src-all for 4.5, /stand/sysinstall pkg_add refuses update by ftp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:15:45 -0000 Synopsis: after cvsup src-all for 4.5, /stand/sysinstall pkg_add refuses update by ftp State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:15:36 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=35267 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:16:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BF6937B401; Sat, 12 Jul 2003 15:16:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC34043F93; Sat, 12 Jul 2003 15:16:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMGDUp017385; Sat, 12 Jul 2003 15:16:13 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMGCoh017367; Sat, 12 Jul 2003 15:16:12 -0700 (PDT) Date: Sat, 12 Jul 2003 15:16:12 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122216.h6CMGCoh017367@freefall.freebsd.org> To: alexander.haderer@charite.de, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/35461: trap 12 when booting with Maxtor 160G disk at Promise PDC20265R X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:16:14 -0000 Synopsis: trap 12 when booting with Maxtor 160G disk at Promise PDC20265R State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:15:59 PDT 2003 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=35461 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:17:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DD8337B401; Sat, 12 Jul 2003 15:17:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC6343F75; Sat, 12 Jul 2003 15:17:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMHBUp017762; Sat, 12 Jul 2003 15:17:13 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMHBGw017753; Sat, 12 Jul 2003 15:17:11 -0700 (PDT) Date: Sat, 12 Jul 2003 15:17:11 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122217.h6CMHBGw017753@freefall.freebsd.org> To: danfe@regency.nsu.ru, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/36160: Kernel halts while trying to detect CD-C68E (6-CD changers) upon bootup X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:17:15 -0000 Synopsis: Kernel halts while trying to detect CD-C68E (6-CD changers) upon bootup State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:17:01 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=36160 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:18:28 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B63A237B401; Sat, 12 Jul 2003 15:18:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5136D43FA3; Sat, 12 Jul 2003 15:18:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMISUp018745; Sat, 12 Jul 2003 15:18:28 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMIRf4018736; Sat, 12 Jul 2003 15:18:27 -0700 (PDT) Date: Sat, 12 Jul 2003 15:18:27 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122218.h6CMIRf4018736@freefall.freebsd.org> To: pblok@inter.NL.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: kern/36610: acd0: MODE_SENSE_BIG command timeout - resetting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:18:29 -0000 Synopsis: acd0: MODE_SENSE_BIG command timeout - resetting State-Changed-From-To: feedback->open State-Changed-By: kris State-Changed-When: Sat Jul 12 15:17:36 PDT 2003 State-Changed-Why: Submitter reports the problem persists in a relatively recent version. Assign to the ATA maintainer for comment. Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 15:17:36 PDT 2003 Responsible-Changed-Why: Submitter reports the problem persists in a relatively recent version. Assign to the ATA maintainer for comment. http://www.freebsd.org/cgi/query-pr.cgi?pr=36610 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:19:03 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C16537B401; Sat, 12 Jul 2003 15:19:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE09D43F3F; Sat, 12 Jul 2003 15:19:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMJ2Up019101; Sat, 12 Jul 2003 15:19:02 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMJ1Jk019080; Sat, 12 Jul 2003 15:19:01 -0700 (PDT) Date: Sat, 12 Jul 2003 15:19:01 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122219.h6CMJ1Jk019080@freefall.freebsd.org> To: boulouis@efrei.fr, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/36708: panic: ufs_dirbad: bad dir during pkg_info X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:19:03 -0000 X-List-Received-Date: Sat, 12 Jul 2003 22:19:03 -0000 Synopsis: panic: ufs_dirbad: bad dir during pkg_info State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:18:46 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=36708 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:19:33 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3615537B401; Sat, 12 Jul 2003 15:19:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7CC643FAF; Sat, 12 Jul 2003 15:19:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMJWUp019355; Sat, 12 Jul 2003 15:19:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMJVA2019344; Sat, 12 Jul 2003 15:19:31 -0700 (PDT) Date: Sat, 12 Jul 2003 15:19:31 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122219.h6CMJVA2019344@freefall.freebsd.org> To: jcoutts6@comcast.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/36718: install boot before sysinstall halts ata1: resetting devices.. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:19:33 -0000 Synopsis: install boot before sysinstall halts ata1: resetting devices.. State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:19:16 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=36718 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:20:18 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43F5037B404; Sat, 12 Jul 2003 15:20:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF96E43F75; Sat, 12 Jul 2003 15:20:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMKGUp019524; Sat, 12 Jul 2003 15:20:16 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMKGl5019509; Sat, 12 Jul 2003 15:20:16 -0700 (PDT) Date: Sat, 12 Jul 2003 15:20:16 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122220.h6CMKGl5019509@freefall.freebsd.org> To: rsc@merit.edu, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/36790: kernel panic in biodone() on boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:20:18 -0000 Synopsis: kernel panic in biodone() on boot State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:20:07 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=36790 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:21:59 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2BB537B401; Sat, 12 Jul 2003 15:21:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60AD543FAF; Sat, 12 Jul 2003 15:21:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMLxUp020834; Sat, 12 Jul 2003 15:21:59 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMLxlT020829; Sat, 12 Jul 2003 15:21:59 -0700 (PDT) Date: Sat, 12 Jul 2003 15:21:59 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122221.h6CMLxlT020829@freefall.freebsd.org> To: leafy@leafy.idv.tw, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/46446: make(1) core dumps on buildworld X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:22:00 -0000 Synopsis: make(1) core dumps on buildworld State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:21:27 PDT 2003 State-Changed-Why: Unable to reproduce, probable hardware failure or transient error in -current. http://www.freebsd.org/cgi/query-pr.cgi?pr=46446 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:27:29 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0EE37B401; Sat, 12 Jul 2003 15:27:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48BD743F75; Sat, 12 Jul 2003 15:27:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMRTUp021550; Sat, 12 Jul 2003 15:27:29 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMRRoA021546; Sat, 12 Jul 2003 15:27:27 -0700 (PDT) Date: Sat, 12 Jul 2003 15:27:27 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122227.h6CMRRoA021546@freefall.freebsd.org> To: root@shandritokkel.homeunix.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, threads@FreeBSD.org Subject: Re: bin/50733: buildworld won't build, because of linking problem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:27:30 -0000 Synopsis: buildworld won't build, because of linking problem State-Changed-From-To: feedback->analyzed State-Changed-By: kris State-Changed-When: Sat Jul 12 15:25:46 PDT 2003 State-Changed-Why: Building world with optimization greater than -O1 is unsupported, but the information in the audit trail seems to identify a specific problem that might be possible to fix. Responsible-Changed-From-To: freebsd-bugs->threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 15:25:46 PDT 2003 Responsible-Changed-Why: Building world with optimization greater than -O1 is unsupported, but the information in the audit trail seems to identify a specific problem that might be possible to fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=50733 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:29:58 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B91A37B401; Sat, 12 Jul 2003 15:29:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C82A543F93; Sat, 12 Jul 2003 15:29:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMTvUp023047; Sat, 12 Jul 2003 15:29:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMTsHT023027; Sat, 12 Jul 2003 15:29:54 -0700 (PDT) Date: Sat, 12 Jul 2003 15:29:54 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122229.h6CMTsHT023027@freefall.freebsd.org> To: eminker@nix.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: misc/39104: The disc in your drive looks more like an Audio CD than a FreeBSD release X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:29:58 -0000 Synopsis: The disc in your drive looks more like an Audio CD than a FreeBSD release State-Changed-From-To: feedback->open State-Changed-By: kris State-Changed-When: Sat Jul 12 15:29:18 PDT 2003 State-Changed-Why: The submitter claims that this problem persists with the 5.1-R ata code. Assign to the ATA maintainer for comment. Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 15:29:18 PDT 2003 Responsible-Changed-Why: The submitter claims that this problem persists with the 5.1-R ata code. Assign to the ATA maintainer for comment. http://www.freebsd.org/cgi/query-pr.cgi?pr=39104 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:33:04 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3185637B429; Sat, 12 Jul 2003 15:33:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C421E43FA3; Sat, 12 Jul 2003 15:33:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMX2Up023782; Sat, 12 Jul 2003 15:33:02 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMX2GV023778; Sat, 12 Jul 2003 15:33:02 -0700 (PDT) Date: Sat, 12 Jul 2003 15:33:02 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122233.h6CMX2GV023778@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, phk@FreeBSD.org Subject: Re: kern/48020: kernel system time running fast X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:33:04 -0000 Synopsis: kernel system time running fast Responsible-Changed-From-To: freebsd-bugs->phk Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 15:32:45 PDT 2003 Responsible-Changed-Why: Assign to phk for comment http://www.freebsd.org/cgi/query-pr.cgi?pr=48020 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 15:40:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5D4337B401 for ; Sat, 12 Jul 2003 15:40:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB3143FBD for ; Sat, 12 Jul 2003 15:40:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CMeCUp025683 for ; Sat, 12 Jul 2003 15:40:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CMeBlI025682; Sat, 12 Jul 2003 15:40:11 -0700 (PDT) Date: Sat, 12 Jul 2003 15:40:11 -0700 (PDT) Message-Id: <200307122240.h6CMeBlI025682@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: misc/41557 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 22:40:13 -0000 The following reply was made to PR misc/41557; it has been noted by GNATS. From: Kris Kennaway To: freebsd-gnats-submit@FreeBSD.org, tsevy@epx.com Cc: Subject: Re: misc/41557 Date: Sat, 12 Jul 2003 15:32:06 -0700 You mentioned recompiling your kernel, but not whether or not you are using modules. You must recompile your modules whenever you rebuild your kernel, otherwise you may experience this kind of problem. From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:03:27 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1196737B401; Sat, 12 Jul 2003 16:03:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A77AE43F85; Sat, 12 Jul 2003 16:03:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CN3QUp030626; Sat, 12 Jul 2003 16:03:26 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CN3PN9030622; Sat, 12 Jul 2003 16:03:25 -0700 (PDT) Date: Sat, 12 Jul 2003 16:03:25 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122303.h6CN3PN9030622@freefall.freebsd.org> To: spf@krasnet.ru, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/34111: rlogin not finished X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:03:27 -0000 Synopsis: rlogin not finished State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:03:17 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=34111 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:05:58 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7EB537B401; Sat, 12 Jul 2003 16:05:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5399343F3F; Sat, 12 Jul 2003 16:05:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CN5wUp034119; Sat, 12 Jul 2003 16:05:58 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CN5v3f034115; Sat, 12 Jul 2003 16:05:57 -0700 (PDT) Date: Sat, 12 Jul 2003 16:05:57 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122305.h6CN5v3f034115@freefall.freebsd.org> To: kelly@borg.cs.dal.ca, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/29307: NIC Initialization fails on dual CPU system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:05:59 -0000 Synopsis: NIC Initialization fails on dual CPU system State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:05:48 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=29307 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:13:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6647337B401; Sat, 12 Jul 2003 16:13:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0331643FA3; Sat, 12 Jul 2003 16:13:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNDFUp034435; Sat, 12 Jul 2003 16:13:15 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNDFPY034431; Sat, 12 Jul 2003 16:13:15 -0700 (PDT) Date: Sat, 12 Jul 2003 16:13:15 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122313.h6CNDFPY034431@freefall.freebsd.org> To: gene@nttmcl.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11168: pw(8) usermod does not recognize -w flag without -h flag X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:13:16 -0000 Synopsis: pw(8) usermod does not recognize -w flag without -h flag State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:13:08 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=11168 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:14:27 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C8BC37B401; Sat, 12 Jul 2003 16:14:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB2043FA3; Sat, 12 Jul 2003 16:14:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNEQUp034489; Sat, 12 Jul 2003 16:14:26 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNEPvR034484; Sat, 12 Jul 2003 16:14:25 -0700 (PDT) Date: Sat, 12 Jul 2003 16:14:25 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122314.h6CNEPvR034484@freefall.freebsd.org> To: oliver@freeware.de, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/29395: reaction on ctrl-alt-del - poweroff, halt, reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:14:27 -0000 Synopsis: reaction on ctrl-alt-del - poweroff, halt, reboot State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:14:17 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=29395 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:14:55 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22B5737B401; Sat, 12 Jul 2003 16:14:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B0D43F75; Sat, 12 Jul 2003 16:14:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNEsUp034539; Sat, 12 Jul 2003 16:14:54 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNEs3C034535; Sat, 12 Jul 2003 16:14:54 -0700 (PDT) Date: Sat, 12 Jul 2003 16:14:54 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122314.h6CNEs3C034535@freefall.freebsd.org> To: dcswest@about.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/29089: Some kind of fsbn0 error... X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:14:55 -0000 Synopsis: Some kind of fsbn0 error... State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:14:45 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=29089 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:15:56 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A67637B401; Sat, 12 Jul 2003 16:15:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E795543F75; Sat, 12 Jul 2003 16:15:55 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNFtUp034605; Sat, 12 Jul 2003 16:15:55 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNFtWR034601; Sat, 12 Jul 2003 16:15:55 -0700 (PDT) Date: Sat, 12 Jul 2003 16:15:55 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122315.h6CNFtWR034601@freefall.freebsd.org> To: liangvy@bigfoot.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/31097: main thread will accept() failure when son thread and main thread accept() at the same time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:15:56 -0000 Synopsis: main thread will accept() failure when son thread and main thread accept() at the same time State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:15:48 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=31097 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:16:37 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 281F737B401; Sat, 12 Jul 2003 16:16:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9729843FCB; Sat, 12 Jul 2003 16:16:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNGaUp034654; Sat, 12 Jul 2003 16:16:36 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNGaIJ034650; Sat, 12 Jul 2003 16:16:36 -0700 (PDT) Date: Sat, 12 Jul 2003 16:16:36 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122316.h6CNGaIJ034650@freefall.freebsd.org> To: larse@isi.edu, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17775: 4.0-STABLE: Adaptec-155-ATM at en0 causing amd problem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:16:37 -0000 Synopsis: 4.0-STABLE: Adaptec-155-ATM at en0 causing amd problem State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:16:21 PDT 2003 State-Changed-Why: Submitter requests PR be closed http://www.freebsd.org/cgi/query-pr.cgi?pr=17775 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:18:37 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E489137B40C; Sat, 12 Jul 2003 16:18:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F9343FA3; Sat, 12 Jul 2003 16:18:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNIbUp034835; Sat, 12 Jul 2003 16:18:37 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNIaCG034831; Sat, 12 Jul 2003 16:18:36 -0700 (PDT) Date: Sat, 12 Jul 2003 16:18:36 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122318.h6CNIaCG034831@freefall.freebsd.org> To: hubert@tournier.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/46222: CPU speed incorrectly reported X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:18:38 -0000 Synopsis: CPU speed incorrectly reported State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:18:27 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=46222 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:21:52 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0987437B401; Sat, 12 Jul 2003 16:21:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 954A243FB1; Sat, 12 Jul 2003 16:21:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNLpUp035179; Sat, 12 Jul 2003 16:21:51 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNLpHO035175; Sat, 12 Jul 2003 16:21:51 -0700 (PDT) Date: Sat, 12 Jul 2003 16:21:51 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122321.h6CNLpHO035175@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, phk@FreeBSD.org Subject: Re: kern/31971: microuptime() went backwards when apm is already disabled in the kernel on intel CPU X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:21:52 -0000 Synopsis: microuptime() went backwards when apm is already disabled in the kernel on intel CPU Responsible-Changed-From-To: freebsd-bugs->phk Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:21:38 PDT 2003 Responsible-Changed-Why: phk is Mr Timekeeping http://www.freebsd.org/cgi/query-pr.cgi?pr=31971 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:21:29 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACEA537B405; Sat, 12 Jul 2003 16:21:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9AF943FB1; Sat, 12 Jul 2003 16:21:27 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNLRUp035123; Sat, 12 Jul 2003 16:21:27 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNLRV0035115; Sat, 12 Jul 2003 16:21:27 -0700 (PDT) Date: Sat, 12 Jul 2003 16:21:27 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122321.h6CNLRV0035115@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, phk@FreeBSD.org Subject: Re: i386/31716: FreeBSD uses broken tsc timecounter by default X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:21:30 -0000 X-List-Received-Date: Sat, 12 Jul 2003 23:21:30 -0000 X-List-Received-Date: Sat, 12 Jul 2003 23:21:30 -0000 Synopsis: FreeBSD uses broken tsc timecounter by default Responsible-Changed-From-To: freebsd-bugs->phk Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:21:16 PDT 2003 Responsible-Changed-Why: PHK is Mr Timekeeping http://www.freebsd.org/cgi/query-pr.cgi?pr=31716 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:22:50 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCAED37B401; Sat, 12 Jul 2003 16:22:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B7143F75; Sat, 12 Jul 2003 16:22:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNMoUp035268; Sat, 12 Jul 2003 16:22:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNMoiO035264; Sat, 12 Jul 2003 16:22:50 -0700 (PDT) Date: Sat, 12 Jul 2003 16:22:50 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122322.h6CNMoiO035264@freefall.freebsd.org> To: jhopper@hostpro.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30179: FreeBSD 5.0 install hangs: deviceTry: making raw device for /dev/mlxd0 [131 65538] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:22:51 -0000 Synopsis: FreeBSD 5.0 install hangs: deviceTry: making raw device for /dev/mlxd0 [131 65538] State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:22:42 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=30179 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:23:49 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 304C337B405; Sat, 12 Jul 2003 16:23:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA1443FA3; Sat, 12 Jul 2003 16:23:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNNmUp035327; Sat, 12 Jul 2003 16:23:48 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNNlWw035323; Sat, 12 Jul 2003 16:23:47 -0700 (PDT) Date: Sat, 12 Jul 2003 16:23:47 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122323.h6CNNlWw035323@freefall.freebsd.org> To: gibbon@cocoa.freemail.ne.jp, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30257: apm enabled kernel panics (4.4-RC) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:23:49 -0000 Synopsis: apm enabled kernel panics (4.4-RC) State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:23:33 PDT 2003 State-Changed-Why: Submitter is unable to obtain further debugging information. http://www.freebsd.org/cgi/query-pr.cgi?pr=30257 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:25:20 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A709C37B420; Sat, 12 Jul 2003 16:25:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4310843F93; Sat, 12 Jul 2003 16:25:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNPKUp035431; Sat, 12 Jul 2003 16:25:20 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNPJDu035427; Sat, 12 Jul 2003 16:25:19 -0700 (PDT) Date: Sat, 12 Jul 2003 16:25:19 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122325.h6CNPJDu035427@freefall.freebsd.org> To: frank@freestyling.de, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/35148: ppp/nat-problems after cvs update 4.3 -> 4.5 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:25:21 -0000 Synopsis: ppp/nat-problems after cvs update 4.3 -> 4.5 State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:25:09 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=35148 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:26:45 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BAD937B404; Sat, 12 Jul 2003 16:26:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E06943FCB; Sat, 12 Jul 2003 16:26:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNQiUp035491; Sat, 12 Jul 2003 16:26:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNQifg035487; Sat, 12 Jul 2003 16:26:44 -0700 (PDT) Date: Sat, 12 Jul 2003 16:26:44 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122326.h6CNQifg035487@freefall.freebsd.org> To: dsandez@earthlink.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/29550: duplicate pings jinside of vmware 2.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:26:45 -0000 Synopsis: duplicate pings jinside of vmware 2.0 State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:26:35 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=29550 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:28:58 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 399BB37B401; Sat, 12 Jul 2003 16:28:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 807A343FA3; Sat, 12 Jul 2003 16:28:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNSvUp035583; Sat, 12 Jul 2003 16:28:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNSvxE035579; Sat, 12 Jul 2003 16:28:57 -0700 (PDT) Date: Sat, 12 Jul 2003 16:28:57 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122328.h6CNSvxE035579@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-advocacy@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/54066: ACPI repeating error messages at boot time - no apm device created. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:28:58 -0000 Synopsis: ACPI repeating error messages at boot time - no apm device created. Responsible-Changed-From-To: freebsd-advocacy->freebsd-bugs Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:28:33 PDT 2003 Responsible-Changed-Why: Misfiled PR http://www.freebsd.org/cgi/query-pr.cgi?pr=54066 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:29:48 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF77037B401; Sat, 12 Jul 2003 16:29:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 686AE43FAF; Sat, 12 Jul 2003 16:29:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNTmUp035628; Sat, 12 Jul 2003 16:29:48 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNTmcI035624; Sat, 12 Jul 2003 16:29:48 -0700 (PDT) Date: Sat, 12 Jul 2003 16:29:48 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122329.h6CNTmcI035624@freefall.freebsd.org> To: madill48@earthlink.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/54066: ACPI repeating error messages at boot time - no apm device created. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:29:49 -0000 X-List-Received-Date: Sat, 12 Jul 2003 23:29:49 -0000 Synopsis: ACPI repeating error messages at boot time - no apm device created. State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 16:29:01 PDT 2003 State-Changed-Why: You state that you are using an old acpi.ko module. This isn't supported - it is expected that changes to the kernel over time will render old modules unusable. Can you please retry with an up-to-date acpi.ko built from the same sources as your kernel? http://www.freebsd.org/cgi/query-pr.cgi?pr=54066 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:30:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B44737B401 for ; Sat, 12 Jul 2003 16:30:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E54AB43F3F for ; Sat, 12 Jul 2003 16:30:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNUIUp035669 for ; Sat, 12 Jul 2003 16:30:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNUInY035668; Sat, 12 Jul 2003 16:30:18 -0700 (PDT) Date: Sat, 12 Jul 2003 16:30:18 -0700 (PDT) Message-Id: <200307122330.h6CNUInY035668@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: bin/52746 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:30:19 -0000 The following reply was made to PR bin/52746; it has been noted by GNATS. From: Kris Kennaway To: freebsd-gnats-submit@FreeBSD.org, marka@isc.org Cc: dwmalone@FreeBSD.org Subject: Re: bin/52746 Date: Sat, 12 Jul 2003 16:20:33 -0700 David, can you forward your analysis to the tcsh maintainer, Christos Zoulas ? I have tried to email him recently about this myself, but he bounces my emails. Kris From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:41:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE63337B401; Sat, 12 Jul 2003 16:41:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8868343FA3; Sat, 12 Jul 2003 16:41:23 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNfNUp036725; Sat, 12 Jul 2003 16:41:23 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNfNH6036721; Sat, 12 Jul 2003 16:41:23 -0700 (PDT) Date: Sat, 12 Jul 2003 16:41:23 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122341.h6CNfNH6036721@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, mtm@FreeBSD.org Subject: Re: conf/45766: rcNG broke non-system sshd startup X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:41:24 -0000 Synopsis: rcNG broke non-system sshd startup Responsible-Changed-From-To: freebsd-bugs->mtm Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:41:13 PDT 2003 Responsible-Changed-Why: Over to rcng maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=45766 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:43:54 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32EE637B401; Sat, 12 Jul 2003 16:43:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5DE143F85; Sat, 12 Jul 2003 16:43:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNhrUp036792; Sat, 12 Jul 2003 16:43:53 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNhrFP036788; Sat, 12 Jul 2003 16:43:53 -0700 (PDT) Date: Sat, 12 Jul 2003 16:43:53 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122343.h6CNhrFP036788@freefall.freebsd.org> To: aeonflux@trioptimum.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/39580: insecure default settings X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:43:54 -0000 X-List-Received-Date: Sat, 12 Jul 2003 23:43:54 -0000 Synopsis: insecure default settings State-Changed-From-To: open->suspended State-Changed-By: kris State-Changed-When: Sat Jul 12 16:43:36 PDT 2003 State-Changed-Why: Awaiting patch from someone to implement the proposed changes to sysinstall. http://www.freebsd.org/cgi/query-pr.cgi?pr=39580 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:44:35 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E8A637B401; Sat, 12 Jul 2003 16:44:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F39BE43FDD; Sat, 12 Jul 2003 16:44:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNiYUp036847; Sat, 12 Jul 2003 16:44:34 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNiYRF036843; Sat, 12 Jul 2003 16:44:34 -0700 (PDT) Date: Sat, 12 Jul 2003 16:44:34 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122344.h6CNiYRF036843@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: conf/43800: Belkin 10/100 Base-TX PCMCIA card not recognized... X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:44:35 -0000 Synopsis: Belkin 10/100 Base-TX PCMCIA card not recognized... Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:44:16 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=43800 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:47:07 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32CA937B401; Sat, 12 Jul 2003 16:47:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5BC343F93; Sat, 12 Jul 2003 16:47:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNl6Up036936; Sat, 12 Jul 2003 16:47:06 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNl6lh036932; Sat, 12 Jul 2003 16:47:06 -0700 (PDT) Date: Sat, 12 Jul 2003 16:47:06 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122347.h6CNl6lh036932@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, kris@FreeBSD.org Subject: Re: conf/46062: Remove skel from BSD.root.dist. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:47:07 -0000 Synopsis: Remove skel from BSD.root.dist. Responsible-Changed-From-To: freebsd-bugs->kris Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:46:44 PDT 2003 Responsible-Changed-Why: I am currently checking for any remaining references in the source code. http://www.freebsd.org/cgi/query-pr.cgi?pr=46062 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:47:58 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 039F737B401; Sat, 12 Jul 2003 16:47:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 921A743FA3; Sat, 12 Jul 2003 16:47:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNlvUp036994; Sat, 12 Jul 2003 16:47:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNlvRP036990; Sat, 12 Jul 2003 16:47:57 -0700 (PDT) Date: Sat, 12 Jul 2003 16:47:57 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122347.h6CNlvRP036990@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: conf/40391: sysinstall with PCCARD<->ISA bridge gets confused (floppy install) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:47:58 -0000 Synopsis: sysinstall with PCCARD<->ISA bridge gets confused (floppy install) Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:47:45 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=40391 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:48:51 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA80237B401; Sat, 12 Jul 2003 16:48:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A1843F75; Sat, 12 Jul 2003 16:48:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNmpUp037047; Sat, 12 Jul 2003 16:48:51 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNmp7t037043; Sat, 12 Jul 2003 16:48:51 -0700 (PDT) Date: Sat, 12 Jul 2003 16:48:51 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122348.h6CNmp7t037043@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, re@FreeBSD.org Subject: Re: conf/47204: base + XFree86 install fails -- crypto dist is required X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:48:52 -0000 Synopsis: base + XFree86 install fails -- crypto dist is required Responsible-Changed-From-To: freebsd-bugs->re Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:48:41 PDT 2003 Responsible-Changed-Why: Assign to release engineers http://www.freebsd.org/cgi/query-pr.cgi?pr=47204 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:49:47 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F59E37B401; Sat, 12 Jul 2003 16:49:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB4D43FB1; Sat, 12 Jul 2003 16:49:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNnkUp037102; Sat, 12 Jul 2003 16:49:46 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNnkRF037098; Sat, 12 Jul 2003 16:49:46 -0700 (PDT) Date: Sat, 12 Jul 2003 16:49:46 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122349.h6CNnkRF037098@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, mtm@FreeBSD.org Subject: Re: conf/44282: /etc/rc.d/sysctl script works incorrectly in case of non-existent MIB X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:49:47 -0000 Synopsis: /etc/rc.d/sysctl script works incorrectly in case of non-existent MIB Responsible-Changed-From-To: freebsd-bugs->mtm Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:49:37 PDT 2003 Responsible-Changed-Why: Assign to rcng maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44282 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:50:24 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7252537B401 for ; Sat, 12 Jul 2003 16:50:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D8443FF2 for ; Sat, 12 Jul 2003 16:50:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNoJUp037154 for ; Sat, 12 Jul 2003 16:50:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNoJ7m037153; Sat, 12 Jul 2003 16:50:19 -0700 (PDT) Date: Sat, 12 Jul 2003 16:50:19 -0700 (PDT) Message-Id: <200307122350.h6CNoJ7m037153@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: conf/54371 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:50:25 -0000 X-List-Received-Date: Sat, 12 Jul 2003 23:50:25 -0000 The following reply was made to PR conf/54371; it has been noted by GNATS. From: Kris Kennaway To: freebsd-gnats-submit@FreeBSD.org, roman@bellavista.cz Cc: Subject: Re: conf/54371 Date: Sat, 12 Jul 2003 16:40:20 -0700 Can you please submit the patch you would like to see committed to FreeBSD? Kris From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:51:05 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC8F37B401; Sat, 12 Jul 2003 16:51:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF5EC43F85; Sat, 12 Jul 2003 16:51:04 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNp4Up037411; Sat, 12 Jul 2003 16:51:04 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNp4I2037407; Sat, 12 Jul 2003 16:51:04 -0700 (PDT) Date: Sat, 12 Jul 2003 16:51:04 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122351.h6CNp4I2037407@freefall.freebsd.org> To: glyn@adgie.f9.co.uk, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/44090: pppoa authentication failure? on FreeBSD 4.7 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:51:05 -0000 Synopsis: pppoa authentication failure? on FreeBSD 4.7 State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 16:50:30 PDT 2003 State-Changed-Why: Does this problem persist in the latest version? If so, please post the full debugging information from ppp. http://www.freebsd.org/cgi/query-pr.cgi?pr=44090 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:51:32 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C2837B401; Sat, 12 Jul 2003 16:51:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C63A43F85; Sat, 12 Jul 2003 16:51:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNpVUp037461; Sat, 12 Jul 2003 16:51:31 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNpVtJ037457; Sat, 12 Jul 2003 16:51:31 -0700 (PDT) Date: Sat, 12 Jul 2003 16:51:31 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122351.h6CNpVtJ037457@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: conf/43805: Asante' FriendlyNet AeroLAN AL1011 802.11b WiFi WLAN PCMCIA card not recognized... X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:51:32 -0000 Synopsis: Asante' FriendlyNet AeroLAN AL1011 802.11b WiFi WLAN PCMCIA card not recognized... Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:51:21 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=43805 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:53:38 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BD0637B401; Sat, 12 Jul 2003 16:53:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3636643FCB; Sat, 12 Jul 2003 16:53:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNrcUp037530; Sat, 12 Jul 2003 16:53:38 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNrbks037526; Sat, 12 Jul 2003 16:53:37 -0700 (PDT) Date: Sat, 12 Jul 2003 16:53:37 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122353.h6CNrbks037526@freefall.freebsd.org> To: bvaughn@shell01.prophetnetworks.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/9874: idle-timeout facilities in /etc/login.conf are unfunctional(?) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:53:38 -0000 X-List-Received-Date: Sat, 12 Jul 2003 23:53:38 -0000 Synopsis: idle-timeout facilities in /etc/login.conf are unfunctional(?) State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:53:18 PDT 2003 State-Changed-Why: The manpage has been changed to document this and other reserved capabilities as unimplemented by the base system. http://www.freebsd.org/cgi/query-pr.cgi?pr=9874 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:54:11 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A2937B401; Sat, 12 Jul 2003 16:54:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A3643F85; Sat, 12 Jul 2003 16:54:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNsBUp037593; Sat, 12 Jul 2003 16:54:11 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNsBu0037589; Sat, 12 Jul 2003 16:54:11 -0700 (PDT) Date: Sat, 12 Jul 2003 16:54:11 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122354.h6CNsBu0037589@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: conf/29167: rc.pccard doesn't check /var/run/pccardd.pid X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:54:12 -0000 Synopsis: rc.pccard doesn't check /var/run/pccardd.pid Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:54:00 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=29167 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:55:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E559337B401; Sat, 12 Jul 2003 16:55:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833F543FBD; Sat, 12 Jul 2003 16:55:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNt0Up037647; Sat, 12 Jul 2003 16:55:00 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNt0WQ037643; Sat, 12 Jul 2003 16:55:00 -0700 (PDT) Date: Sat, 12 Jul 2003 16:55:00 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122355.h6CNt0WQ037643@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: conf/36990: pccard I/O DATA PCET10-CL worked X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:55:01 -0000 Synopsis: pccard I/O DATA PCET10-CL worked Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:54:48 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=36990 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:55:30 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE1537B401; Sat, 12 Jul 2003 16:55:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95AF343F75; Sat, 12 Jul 2003 16:55:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNtTUp037699; Sat, 12 Jul 2003 16:55:29 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNtTYs037695; Sat, 12 Jul 2003 16:55:29 -0700 (PDT) Date: Sat, 12 Jul 2003 16:55:29 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122355.h6CNtTYs037695@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: conf/42807: /etc/netstart doesn't run /etc/defaults/pccard.conf X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:55:30 -0000 Synopsis: /etc/netstart doesn't run /etc/defaults/pccard.conf Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:55:20 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=42807 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:56:54 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0B9637B401; Sat, 12 Jul 2003 16:56:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE8243FB1; Sat, 12 Jul 2003 16:56:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNusUp037814; Sat, 12 Jul 2003 16:56:54 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNus7r037810; Sat, 12 Jul 2003 16:56:54 -0700 (PDT) Date: Sat, 12 Jul 2003 16:56:54 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122356.h6CNus7r037810@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, mtm@FreeBSD.org Subject: Re: conf/44800: RC_NG for local rc scripts X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:56:55 -0000 Synopsis: RC_NG for local rc scripts Responsible-Changed-From-To: freebsd-bugs->mtm Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:56:42 PDT 2003 Responsible-Changed-Why: Assign to rc.d maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44800 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:56:25 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 006CA37B401; Sat, 12 Jul 2003 16:56:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 910AF43FB1; Sat, 12 Jul 2003 16:56:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNuOUp037754; Sat, 12 Jul 2003 16:56:24 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNuOfK037750; Sat, 12 Jul 2003 16:56:24 -0700 (PDT) Date: Sat, 12 Jul 2003 16:56:24 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122356.h6CNuOfK037750@freefall.freebsd.org> To: vincomaldini@hotmail.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/44050: CVSUPIT package when installed from /stand/sysinstall appears to hang X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:56:25 -0000 X-List-Received-Date: Sat, 12 Jul 2003 23:56:25 -0000 X-List-Received-Date: Sat, 12 Jul 2003 23:56:25 -0000 Synopsis: CVSUPIT package when installed from /stand/sysinstall appears to hang State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 16:55:44 PDT 2003 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=44050 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:57:24 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7CA337B401; Sat, 12 Jul 2003 16:57:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E1E43F75; Sat, 12 Jul 2003 16:57:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNvOUp037870; Sat, 12 Jul 2003 16:57:24 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNvOdn037866; Sat, 12 Jul 2003 16:57:24 -0700 (PDT) Date: Sat, 12 Jul 2003 16:57:24 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122357.h6CNvOdn037866@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, mtm@FreeBSD.org Subject: Re: conf/45226: Fix for rc.network, ppp-user annoyance X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:57:25 -0000 Synopsis: Fix for rc.network, ppp-user annoyance Responsible-Changed-From-To: freebsd-bugs->mtm Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:57:14 PDT 2003 Responsible-Changed-Why: Assign to rc.d maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=45226 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 16:59:31 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ABB237B401; Sat, 12 Jul 2003 16:59:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A7243F75; Sat, 12 Jul 2003 16:59:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6CNxUUp037946; Sat, 12 Jul 2003 16:59:30 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6CNxUie037942; Sat, 12 Jul 2003 16:59:30 -0700 (PDT) Date: Sat, 12 Jul 2003 16:59:30 -0700 (PDT) From: Kris Kennaway Message-Id: <200307122359.h6CNxUie037942@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: conf/53901: Suggest MFC of include keyword to config(8) grammar in -STABLE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:59:31 -0000 Synopsis: Suggest MFC of include keyword to config(8) grammar in -STABLE Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 16:59:16 PDT 2003 Responsible-Changed-Why: dd added the include directive in -current http://www.freebsd.org/cgi/query-pr.cgi?pr=53901 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:00:31 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EB7D37B401; Sat, 12 Jul 2003 17:00:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B898543FA3; Sat, 12 Jul 2003 17:00:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D00UUp038040; Sat, 12 Jul 2003 17:00:30 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D00U2p038036; Sat, 12 Jul 2003 17:00:30 -0700 (PDT) Date: Sat, 12 Jul 2003 17:00:30 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130000.h6D00U2p038036@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: kern/39235: not writing correct data to TI1420 PCCARD controller X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:00:31 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:00:31 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:00:31 -0000 Synopsis: not writing correct data to TI1420 PCCARD controller Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:00:19 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=39235 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:00:53 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A98EE37B401; Sat, 12 Jul 2003 17:00:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E3343F93; Sat, 12 Jul 2003 17:00:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D00rUp038182; Sat, 12 Jul 2003 17:00:53 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D00rS1038178; Sat, 12 Jul 2003 17:00:53 -0700 (PDT) Date: Sat, 12 Jul 2003 17:00:53 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130000.h6D00rS1038178@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: bin/37650: Add skipPCCARD variable to sysinstall X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:00:54 -0000 Synopsis: Add skipPCCARD variable to sysinstall Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:00:41 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=37650 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:01:08 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0FBE37B401; Sat, 12 Jul 2003 17:01:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A5643F93; Sat, 12 Jul 2003 17:01:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D018Up038311; Sat, 12 Jul 2003 17:01:08 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D018Gb038307; Sat, 12 Jul 2003 17:01:08 -0700 (PDT) Date: Sat, 12 Jul 2003 17:01:08 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130001.h6D018Gb038307@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: misc/39911: New Netgear MA401 pccard does not work with FreeBSD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:01:08 -0000 Synopsis: New Netgear MA401 pccard does not work with FreeBSD Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:00:57 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=39911 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:02:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFB9A37B401; Sat, 12 Jul 2003 17:02:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B79143F93; Sat, 12 Jul 2003 17:02:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D02GUp038499; Sat, 12 Jul 2003 17:02:16 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D02Gpl038495; Sat, 12 Jul 2003 17:02:16 -0700 (PDT) Date: Sat, 12 Jul 2003 17:02:16 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130002.h6D02Gpl038495@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: misc/53356: pccard.conf stanza to support D-Link DFE-670TXD 10/100 NIC X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:02:17 -0000 Synopsis: pccard.conf stanza to support D-Link DFE-670TXD 10/100 NIC Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:02:02 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=53356 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:02:31 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DAB237B401; Sat, 12 Jul 2003 17:02:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A16E43FCB; Sat, 12 Jul 2003 17:02:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D02UUp038549; Sat, 12 Jul 2003 17:02:30 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D02UrZ038545; Sat, 12 Jul 2003 17:02:30 -0700 (PDT) Date: Sat, 12 Jul 2003 17:02:30 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130002.h6D02UrZ038545@freefall.freebsd.org> To: ler@lerctr.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: misc/54390: MFC Request: r1.25, r1.26 of pccardd/readcis.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:02:31 -0000 Synopsis: MFC Request: r1.25, r1.26 of pccardd/readcis.c Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:02:21 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=54390 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:03:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5644237B401; Sat, 12 Jul 2003 17:03:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69B443F85; Sat, 12 Jul 2003 17:03:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D038Up038600; Sat, 12 Jul 2003 17:03:08 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D038gj038596; Sat, 12 Jul 2003 17:03:08 -0700 (PDT) Date: Sat, 12 Jul 2003 17:03:08 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130003.h6D038gj038596@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: kern/35466: xe driver can not read CIS tuples X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:03:09 -0000 Synopsis: xe driver can not read CIS tuples Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:02:56 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=35466 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:01:26 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BDD037B401; Sat, 12 Jul 2003 17:01:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9422943F85; Sat, 12 Jul 2003 17:01:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D01PUp038359; Sat, 12 Jul 2003 17:01:25 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D01Pdj038355; Sat, 12 Jul 2003 17:01:25 -0700 (PDT) Date: Sat, 12 Jul 2003 17:01:25 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130001.h6D01Pdj038355@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: bin/42338: pccard_ether should run ipf -y if ipfilter is active X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:01:26 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:01:26 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:01:26 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:01:26 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:01:26 -0000 Synopsis: pccard_ether should run ipf -y if ipfilter is active Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:01:15 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=42338 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:01:40 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8841437B401; Sat, 12 Jul 2003 17:01:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EF9E43FCB; Sat, 12 Jul 2003 17:01:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D01eUp038404; Sat, 12 Jul 2003 17:01:40 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D01d2J038400; Sat, 12 Jul 2003 17:01:39 -0700 (PDT) Date: Sat, 12 Jul 2003 17:01:39 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130001.h6D01d2J038400@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: kern/42858: Support for Netgear FA-511 pccard. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:01:40 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:01:40 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:01:40 -0000 Synopsis: Support for Netgear FA-511 pccard. Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:01:31 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=42858 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:01:56 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D6D37B401; Sat, 12 Jul 2003 17:01:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BED743FAF; Sat, 12 Jul 2003 17:01:56 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D01uUp038449; Sat, 12 Jul 2003 17:01:56 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D01uja038445; Sat, 12 Jul 2003 17:01:56 -0700 (PDT) Date: Sat, 12 Jul 2003 17:01:56 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130001.h6D01uja038445@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: kern/52258: pccard non-functional, repeated "card inserted/removed" errors logged X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:01:57 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:01:57 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:01:57 -0000 Synopsis: pccard non-functional, repeated "card inserted/removed" errors logged Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:01:48 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=52258 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:03:25 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F4037B401; Sat, 12 Jul 2003 17:03:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C7F43F93; Sat, 12 Jul 2003 17:03:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D03OUp038645; Sat, 12 Jul 2003 17:03:24 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D03OWK038641; Sat, 12 Jul 2003 17:03:24 -0700 (PDT) Date: Sat, 12 Jul 2003 17:03:24 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130003.h6D03OWK038641@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: i386/38944: problems with ed-driver and dlink dfe-650 pcmcia nic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:03:25 -0000 Synopsis: problems with ed-driver and dlink dfe-650 pcmcia nic Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:03:14 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38944 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:03:41 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A085B37B401; Sat, 12 Jul 2003 17:03:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E806743FAF; Sat, 12 Jul 2003 17:03:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D03eUp038690; Sat, 12 Jul 2003 17:03:40 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D03eXN038686; Sat, 12 Jul 2003 17:03:40 -0700 (PDT) Date: Sat, 12 Jul 2003 17:03:40 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130003.h6D03eXN038686@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: kern/44884: pcic is broken in current X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:03:42 -0000 Synopsis: pcic is broken in current Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:03:31 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44884 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:04:42 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C0AB37B401; Sat, 12 Jul 2003 17:04:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B21A943FE1; Sat, 12 Jul 2003 17:04:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D04fUp038742; Sat, 12 Jul 2003 17:04:41 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D04fb6038738; Sat, 12 Jul 2003 17:04:41 -0700 (PDT) Date: Sat, 12 Jul 2003 17:04:41 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130004.h6D04fb6038738@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: i386/45525: Dell Inspiron 7000 does not recognize PC-CARDs after resume X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:04:42 -0000 Synopsis: Dell Inspiron 7000 does not recognize PC-CARDs after resume Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:04:29 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=45525 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:05:03 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6E0137B401; Sat, 12 Jul 2003 17:05:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D97043F3F; Sat, 12 Jul 2003 17:05:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D053Up038795; Sat, 12 Jul 2003 17:05:03 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D053H4038791; Sat, 12 Jul 2003 17:05:03 -0700 (PDT) Date: Sat, 12 Jul 2003 17:05:03 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130005.h6D053H4038791@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: i386/12088: Enhancement to ed driver for Linksys 10/100 or DLink DFE650 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:05:04 -0000 Synopsis: Enhancement to ed driver for Linksys 10/100 or DLink DFE650 Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:04:50 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=12088 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:07:43 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A16937B401; Sat, 12 Jul 2003 17:07:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD5BB43FAF; Sat, 12 Jul 2003 17:07:42 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D07gUp042546; Sat, 12 Jul 2003 17:07:42 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D07ghw042542; Sat, 12 Jul 2003 17:07:42 -0700 (PDT) Date: Sat, 12 Jul 2003 17:07:42 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130007.h6D07ghw042542@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: kern/40766: NEWCARD freeses system while card insertion X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:07:43 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:07:43 -0000 Synopsis: NEWCARD freeses system while card insertion Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:07:31 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=40766 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:05:34 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E901337B401; Sat, 12 Jul 2003 17:05:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F6A43F3F; Sat, 12 Jul 2003 17:05:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D05YUp042311; Sat, 12 Jul 2003 17:05:34 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D05YwH042307; Sat, 12 Jul 2003 17:05:34 -0700 (PDT) Date: Sat, 12 Jul 2003 17:05:34 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130005.h6D05YwH042307@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: kern/53881: Add support for Linksys WCF12 Compact Flash 802.11b card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:05:35 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:05:35 -0000 Synopsis: Add support for Linksys WCF12 Compact Flash 802.11b card Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:05:26 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=53881 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:06:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF8AF37B401; Sat, 12 Jul 2003 17:06:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD4543FAF; Sat, 12 Jul 2003 17:06:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D06CUp042401; Sat, 12 Jul 2003 17:06:12 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D06CQ4042397; Sat, 12 Jul 2003 17:06:12 -0700 (PDT) Date: Sat, 12 Jul 2003 17:06:12 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130006.h6D06CQ4042397@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: i386/46223: PC-CARD presence makes kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:06:13 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:06:13 -0000 Synopsis: PC-CARD presence makes kernel panic Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:05:50 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=46223 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:07:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3DB037B401; Sat, 12 Jul 2003 17:07:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4232743F75; Sat, 12 Jul 2003 17:07:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D07CUp042487; Sat, 12 Jul 2003 17:07:12 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D07Cvk042483; Sat, 12 Jul 2003 17:07:12 -0700 (PDT) Date: Sat, 12 Jul 2003 17:07:12 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130007.h6D07Cvk042483@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: kern/53265: Make Sierra A555 work in FreeBSD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:07:13 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:07:13 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:07:13 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:07:13 -0000 Synopsis: Make Sierra A555 work in FreeBSD Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:07:00 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=53265 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:09:37 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D56137B401; Sat, 12 Jul 2003 17:09:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2CF643FA3; Sat, 12 Jul 2003 17:09:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D09aUp042613; Sat, 12 Jul 2003 17:09:36 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D09ZAR042609; Sat, 12 Jul 2003 17:09:35 -0700 (PDT) Date: Sat, 12 Jul 2003 17:09:35 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130009.h6D09ZAR042609@freefall.freebsd.org> To: friedemann.becker@student.uni-tuebingen.de, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/47512: bash in gdb triggers kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:09:37 -0000 Synopsis: bash in gdb triggers kernel panic State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 17:09:23 PDT 2003 State-Changed-Why: Does this problem persist with 5.1-RELEASE? http://www.freebsd.org/cgi/query-pr.cgi?pr=47512 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:10:32 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA3EA37B404; Sat, 12 Jul 2003 17:10:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 312AF43F93; Sat, 12 Jul 2003 17:10:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0AWUp042695; Sat, 12 Jul 2003 17:10:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0AWEw042691; Sat, 12 Jul 2003 17:10:32 -0700 (PDT) Date: Sat, 12 Jul 2003 17:10:32 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130010.h6D0AWEw042691@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, feedback@FreeBSD.org Subject: Re: kern/40176: panic: lockmgr: locking against myself -- ffs/softupdates problem? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:10:33 -0000 Synopsis: panic: lockmgr: locking against myself -- ffs/softupdates problem? Responsible-Changed-From-To: freebsd-bugs->feedback Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:10:13 PDT 2003 Responsible-Changed-Why: Does this problem persist with a later release? http://www.freebsd.org/cgi/query-pr.cgi?pr=40176 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:11:43 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C29637B401; Sat, 12 Jul 2003 17:11:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E8743F3F; Sat, 12 Jul 2003 17:11:42 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0BgUp042960; Sat, 12 Jul 2003 17:11:42 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0Bg63042956; Sat, 12 Jul 2003 17:11:42 -0700 (PDT) Date: Sat, 12 Jul 2003 17:11:42 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130011.h6D0Bg63042956@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: kern/53027: [CHANGE-REQUEST] Better Entry for Intel PC-Card M16B in X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:11:43 -0000 Synopsis: [CHANGE-REQUEST] Better Entry for Intel PC-Card M16B in Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:11:33 PDT 2003 Responsible-Changed-Why: Assign to pccard maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=53027 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:12:57 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C89ED37B401; Sat, 12 Jul 2003 17:12:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6515C43FA3; Sat, 12 Jul 2003 17:12:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0CvUp043068; Sat, 12 Jul 2003 17:12:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0Cv7B043064; Sat, 12 Jul 2003 17:12:57 -0700 (PDT) Date: Sat, 12 Jul 2003 17:12:57 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130012.h6D0Cv7B043064@freefall.freebsd.org> To: sad@mailaps.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/52648: bonnie gives kernel panic in SMP but not in UNI on FBSD 5.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:12:58 -0000 Synopsis: bonnie gives kernel panic in SMP but not in UNI on FBSD 5.0 State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 17:12:35 PDT 2003 State-Changed-Why: Does this problem persist with 5.1-RELEASE? http://www.freebsd.org/cgi/query-pr.cgi?pr=52648 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:15:48 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A71837B405; Sat, 12 Jul 2003 17:15:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3735243FAF; Sat, 12 Jul 2003 17:15:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0FmUp043166; Sat, 12 Jul 2003 17:15:48 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0Flgu043162; Sat, 12 Jul 2003 17:15:47 -0700 (PDT) Date: Sat, 12 Jul 2003 17:15:47 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130015.h6D0Flgu043162@freefall.freebsd.org> To: ebd@oau.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/20830: kernel link problems with Olicom token ring driver X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:15:49 -0000 Synopsis: kernel link problems with Olicom token ring driver State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 17:15:24 PDT 2003 State-Changed-Why: I cannot reproduce this in newer versions of FreeBSD, so I assume it is fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=20830 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:18:33 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CD8837B401; Sat, 12 Jul 2003 17:18:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CC243FBD; Sat, 12 Jul 2003 17:18:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0IXUp043366; Sat, 12 Jul 2003 17:18:33 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0IXJH043362; Sat, 12 Jul 2003 17:18:33 -0700 (PDT) Date: Sat, 12 Jul 2003 17:18:33 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130018.h6D0IXJH043362@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, kan@FreeBSD.org Subject: Re: gnu/38594: Fortan program don't link post gcc-3.1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:18:33 -0000 Synopsis: Fortan program don't link post gcc-3.1 Responsible-Changed-From-To: freebsd-bugs->kan Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:18:24 PDT 2003 Responsible-Changed-Why: Assign to gcc maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38594 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:19:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7319437B401; Sat, 12 Jul 2003 17:19:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E11D43FAF; Sat, 12 Jul 2003 17:19:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0JBUp043429; Sat, 12 Jul 2003 17:19:11 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0JBFH043425; Sat, 12 Jul 2003 17:19:11 -0700 (PDT) Date: Sat, 12 Jul 2003 17:19:11 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130019.h6D0JBFH043425@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, kan@FreeBSD.org Subject: Re: gnu/53476: [patch] gcc improperly handles GCC_EXEC_PREFIX (FreeBSD specific) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:19:12 -0000 Synopsis: [patch] gcc improperly handles GCC_EXEC_PREFIX (FreeBSD specific) Responsible-Changed-From-To: freebsd-bugs->kan Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:18:59 PDT 2003 Responsible-Changed-Why: Assign to gcc maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=53476 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:21:21 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F01AE37B401; Sat, 12 Jul 2003 17:21:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FDDE43FAF; Sat, 12 Jul 2003 17:21:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0LLUp043788; Sat, 12 Jul 2003 17:21:21 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0LL8F043784; Sat, 12 Jul 2003 17:21:21 -0700 (PDT) Date: Sat, 12 Jul 2003 17:21:21 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130021.h6D0LL8F043784@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: gnu/45744: /usr/bin/makeinfo sometimes segfaults X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:21:22 -0000 Synopsis: /usr/bin/makeinfo sometimes segfaults Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:21:11 PDT 2003 Responsible-Changed-Why: Assign to texinfo maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=45744 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:20:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7B4137B401; Sat, 12 Jul 2003 17:20:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 862CD43FAF; Sat, 12 Jul 2003 17:20:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0KMUp043548; Sat, 12 Jul 2003 17:20:22 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0KMpk043538; Sat, 12 Jul 2003 17:20:22 -0700 (PDT) Date: Sat, 12 Jul 2003 17:20:22 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130020.h6D0KMpk043538@freefall.freebsd.org> To: swear@blarg.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/36460: cu(1) program does not work very well. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:20:23 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:20:23 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:20:23 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:20:23 -0000 Synopsis: cu(1) program does not work very well. State-Changed-From-To: open->suspended State-Changed-By: kris State-Changed-When: Sat Jul 12 17:20:05 PDT 2003 State-Changed-Why: Awaiting patch to make it work very well. http://www.freebsd.org/cgi/query-pr.cgi?pr=36460 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:20:54 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C7AC37B401; Sat, 12 Jul 2003 17:20:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB9D43FAF; Sat, 12 Jul 2003 17:20:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0KrUp043729; Sat, 12 Jul 2003 17:20:53 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0KrOd043725; Sat, 12 Jul 2003 17:20:53 -0700 (PDT) Date: Sat, 12 Jul 2003 17:20:53 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130020.h6D0KrOd043725@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, kan@FreeBSD.org Subject: Re: gnu/42154: [patch] gnu: libobjc redefines MIN and MAX macros X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:20:54 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:20:54 -0000 Synopsis: [patch] gnu: libobjc redefines MIN and MAX macros Responsible-Changed-From-To: freebsd-bugs->kan Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:20:44 PDT 2003 Responsible-Changed-Why: Assign to gcc maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=42154 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:21:52 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C14A337B401; Sat, 12 Jul 2003 17:21:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF2843F3F; Sat, 12 Jul 2003 17:21:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0LqUp043836; Sat, 12 Jul 2003 17:21:52 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0LqSX043832; Sat, 12 Jul 2003 17:21:52 -0700 (PDT) Date: Sat, 12 Jul 2003 17:21:52 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130021.h6D0LqSX043832@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, kan@FreeBSD.org Subject: Re: gnu/21276: libI77 is unable to handle files >2Gbytes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:21:53 -0000 Synopsis: libI77 is unable to handle files >2Gbytes Responsible-Changed-From-To: freebsd-bugs->kan Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:21:39 PDT 2003 Responsible-Changed-Why: Assign to gcc maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=21276 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:22:08 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B78BC37B401; Sat, 12 Jul 2003 17:22:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F370843FCB; Sat, 12 Jul 2003 17:22:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0M7Up043885; Sat, 12 Jul 2003 17:22:07 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0M7Pm043881; Sat, 12 Jul 2003 17:22:07 -0700 (PDT) Date: Sat, 12 Jul 2003 17:22:07 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130022.h6D0M7Pm043881@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, kan@FreeBSD.org Subject: Re: gnu/21433: g++ optimiser produces bad code on right shift of 64 bit integer X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:22:09 -0000 Synopsis: g++ optimiser produces bad code on right shift of 64 bit integer Responsible-Changed-From-To: freebsd-bugs->kan Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:21:58 PDT 2003 Responsible-Changed-Why: Assign to gcc maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=21433 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:22:51 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A62B37B401; Sat, 12 Jul 2003 17:22:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 905BA43FA3; Sat, 12 Jul 2003 17:22:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0MoUp043937; Sat, 12 Jul 2003 17:22:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0Mo84043933; Sat, 12 Jul 2003 17:22:50 -0700 (PDT) Date: Sat, 12 Jul 2003 17:22:50 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130022.h6D0Mo84043933@freefall.freebsd.org> To: troff@nakedsoul.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/51466: /usr/include/g++/bits/stl_vector.h:918: internal error: Segmentation fault X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:22:51 -0000 Synopsis: /usr/include/g++/bits/stl_vector.h:918: internal error: Segmentation fault State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 17:22:37 PDT 2003 State-Changed-Why: Please follow the advice given to you by gcc http://www.freebsd.org/cgi/query-pr.cgi?pr=51466 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:23:54 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A9E537B401; Sat, 12 Jul 2003 17:23:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E50AD43FE1; Sat, 12 Jul 2003 17:23:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0NrUp043996; Sat, 12 Jul 2003 17:23:53 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0NrCi043992; Sat, 12 Jul 2003 17:23:53 -0700 (PDT) Date: Sat, 12 Jul 2003 17:23:53 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130023.h6D0NrCi043992@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: gnu/54317: tar with very large packages and portinstall X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:23:54 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:23:54 -0000 Synopsis: tar with very large packages and portinstall Responsible-Changed-From-To: freebsd-bugs->sobomax Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:23:24 PDT 2003 Responsible-Changed-Why: sobomax imported the new version of tar. FYI, I see this problem periodically on bento when creating packages, but I hadn't tracked it down yet. http://www.freebsd.org/cgi/query-pr.cgi?pr=54317 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:24:32 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CB1D37B401; Sat, 12 Jul 2003 17:24:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCE8C43FA3; Sat, 12 Jul 2003 17:24:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0OVUp044065; Sat, 12 Jul 2003 17:24:31 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0OVo7044061; Sat, 12 Jul 2003 17:24:31 -0700 (PDT) Date: Sat, 12 Jul 2003 17:24:31 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130024.h6D0OVo7044061@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: gnu/45246: tar --listed-incremental fails for Solaris NFS filesystems X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:24:32 -0000 Synopsis: tar --listed-incremental fails for Solaris NFS filesystems Responsible-Changed-From-To: freebsd-bugs->sobomax Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:24:13 PDT 2003 Responsible-Changed-Why: Assign to tar maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=45246 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:26:22 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB4337B401; Sat, 12 Jul 2003 17:26:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F134243FBF; Sat, 12 Jul 2003 17:26:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0QLUp044156; Sat, 12 Jul 2003 17:26:21 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0QLD8044152; Sat, 12 Jul 2003 17:26:21 -0700 (PDT) Date: Sat, 12 Jul 2003 17:26:21 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130026.h6D0QLD8044152@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: misc/50370: NLSOWN set to ${SHAREGRP} in X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:26:22 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:26:22 -0000 Synopsis: NLSOWN set to ${SHAREGRP} in Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:26:05 PDT 2003 Responsible-Changed-Why: Assign to share/mk maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=50370 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:26:51 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F6F37B401; Sat, 12 Jul 2003 17:26:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA30B43FB1; Sat, 12 Jul 2003 17:26:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0QoUp044209; Sat, 12 Jul 2003 17:26:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0Qoam044205; Sat, 12 Jul 2003 17:26:50 -0700 (PDT) Date: Sat, 12 Jul 2003 17:26:50 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130026.h6D0Qoam044205@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, re@FreeBSD.org Subject: Re: misc/47906: options screen not return previous screen X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:26:51 -0000 Synopsis: options screen not return previous screen Responsible-Changed-From-To: freebsd-bugs->re Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:26:38 PDT 2003 Responsible-Changed-Why: Over to the release engineers http://www.freebsd.org/cgi/query-pr.cgi?pr=47906 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:28:45 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CD2837B401; Sat, 12 Jul 2003 17:28:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 258CF43FB1; Sat, 12 Jul 2003 17:28:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0SjUp044275; Sat, 12 Jul 2003 17:28:45 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0Sip7044271; Sat, 12 Jul 2003 17:28:44 -0700 (PDT) Date: Sat, 12 Jul 2003 17:28:44 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130028.h6D0Sip7044271@freefall.freebsd.org> To: B.Candler@pobox.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/43979: After a binary upgrade, kernel with ipf fails to build because of stale /usr/include/netinet/ip_fil.h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:28:45 -0000 Synopsis: After a binary upgrade, kernel with ipf fails to build because of stale /usr/include/netinet/ip_fil.h State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 17:27:44 PDT 2003 State-Changed-Why: Stale header files are known to cause compilation failures. You should periodically clean out your /usr/include if you track FreeBSD development. http://www.freebsd.org/cgi/query-pr.cgi?pr=43979 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:29:47 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C4337B401; Sat, 12 Jul 2003 17:29:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAF9343FDD; Sat, 12 Jul 2003 17:29:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0TkUp044328; Sat, 12 Jul 2003 17:29:46 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0TkCF044324; Sat, 12 Jul 2003 17:29:46 -0700 (PDT) Date: Sat, 12 Jul 2003 17:29:46 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130029.h6D0TkCF044324@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, dfr@FreeBSD.org Subject: Re: misc/41397: no copyright or license on lib/libc/gen/semctl.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:29:47 -0000 Synopsis: no copyright or license on lib/libc/gen/semctl.c Responsible-Changed-From-To: freebsd-bugs->dfr Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:29:27 PDT 2003 Responsible-Changed-Why: Assign to dfr so he can add his own copyright :) http://www.freebsd.org/cgi/query-pr.cgi?pr=41397 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:30:39 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A4CF37B401; Sat, 12 Jul 2003 17:30:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D89C943FA3; Sat, 12 Jul 2003 17:30:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0UcUp044564; Sat, 12 Jul 2003 17:30:38 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0Uaa5044560; Sat, 12 Jul 2003 17:30:36 -0700 (PDT) Date: Sat, 12 Jul 2003 17:30:36 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130030.h6D0Uaa5044560@freefall.freebsd.org> To: dds@aueb.gr, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/41202: Upgrade to 4.6.1-RELEASE-p3 breaks remote ssh login until the next reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:30:39 -0000 Synopsis: Upgrade to 4.6.1-RELEASE-p3 breaks remote ssh login until the next reboot State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 17:30:15 PDT 2003 State-Changed-Why: This is expected behaviour http://www.freebsd.org/cgi/query-pr.cgi?pr=41202 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:32:35 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCCF437B401; Sat, 12 Jul 2003 17:32:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6808C43FB1; Sat, 12 Jul 2003 17:32:35 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0WZUp044669; Sat, 12 Jul 2003 17:32:35 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0WZDE044665; Sat, 12 Jul 2003 17:32:35 -0700 (PDT) Date: Sat, 12 Jul 2003 17:32:35 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130032.h6D0WZDE044665@freefall.freebsd.org> To: larson@paix.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/34850: scp cannot talk to ssh2 sites that have Ssh1Compatability no X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:32:36 -0000 Synopsis: scp cannot talk to ssh2 sites that have Ssh1Compatability no State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 17:32:16 PDT 2003 State-Changed-Why: If this bug persists with later OpenSSH versions, please report it to the OpenSSH developers. http://www.freebsd.org/cgi/query-pr.cgi?pr=34850 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:33:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2180F37B401; Sat, 12 Jul 2003 17:33:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3D6B43FBF; Sat, 12 Jul 2003 17:33:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0XIUp044727; Sat, 12 Jul 2003 17:33:18 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0XIhX044723; Sat, 12 Jul 2003 17:33:18 -0700 (PDT) Date: Sat, 12 Jul 2003 17:33:18 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130033.h6D0XIhX044723@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: misc/34171: ftpd indiscrete about unprivileged user accounts X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:33:19 -0000 Synopsis: ftpd indiscrete about unprivileged user accounts Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:33:08 PDT 2003 Responsible-Changed-Why: Assign to ftpd maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=34171 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:33:48 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7230337B401; Sat, 12 Jul 2003 17:33:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9AB43FBF; Sat, 12 Jul 2003 17:33:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0XlUp044775; Sat, 12 Jul 2003 17:33:47 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0Xlo1044771; Sat, 12 Jul 2003 17:33:47 -0700 (PDT) Date: Sat, 12 Jul 2003 17:33:47 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130033.h6D0Xlo1044771@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: misc/34062: bsd.kmod.mk fails due to bug in make with .PATH and exists() function X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:33:48 -0000 Synopsis: bsd.kmod.mk fails due to bug in make with .PATH and exists() function Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:33:28 PDT 2003 Responsible-Changed-Why: ru has done a lot of work on the mk files recently http://www.freebsd.org/cgi/query-pr.cgi?pr=34062 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:38:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A141F37B404; Sat, 12 Jul 2003 17:38:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA96B43FBF; Sat, 12 Jul 2003 17:38:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0c8Up044936; Sat, 12 Jul 2003 17:38:08 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0c8HU044932; Sat, 12 Jul 2003 17:38:08 -0700 (PDT) Date: Sat, 12 Jul 2003 17:38:08 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130038.h6D0c8HU044932@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, bmah@FreeBSD.org Subject: Re: misc/43976: Binary upgrade to 4.7R fails if package 'freetype2' or 'imake' is already installed X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:38:10 -0000 Synopsis: Binary upgrade to 4.7R fails if package 'freetype2' or 'imake' is already installed Responsible-Changed-From-To: freebsd-bugs->bmah Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:37:49 PDT 2003 Responsible-Changed-Why: Over to the errata maintainer to decide if this should still be added. http://www.freebsd.org/cgi/query-pr.cgi?pr=43976 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:41:04 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E8037B401; Sat, 12 Jul 2003 17:41:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77BC43F3F; Sat, 12 Jul 2003 17:41:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0f3Up045193; Sat, 12 Jul 2003 17:41:03 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0f2bq045189; Sat, 12 Jul 2003 17:41:02 -0700 (PDT) Date: Sat, 12 Jul 2003 17:41:02 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130041.h6D0f2bq045189@freefall.freebsd.org> To: master@iaas.msu.ru, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/44265: pkg_update does not preserve +REQUIRED_BY file for packages with underscore in version X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:41:04 -0000 Synopsis: pkg_update does not preserve +REQUIRED_BY file for packages with underscore in version State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 17:40:45 PDT 2003 State-Changed-Why: pkg_update was removed from FreeBSD http://www.freebsd.org/cgi/query-pr.cgi?pr=44265 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:42:01 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 536B037B401; Sat, 12 Jul 2003 17:42:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AF5F43FB1; Sat, 12 Jul 2003 17:42:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0g0Up045257; Sat, 12 Jul 2003 17:42:00 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0g0E1045253; Sat, 12 Jul 2003 17:42:00 -0700 (PDT) Date: Sat, 12 Jul 2003 17:42:00 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130042.h6D0g0E1045253@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, doc@FreeBSD.org Subject: Re: misc/43470: Solid State / x109 article out of date. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:42:02 -0000 Synopsis: Solid State / x109 article out of date. Responsible-Changed-From-To: freebsd-bugs->doc Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:41:51 PDT 2003 Responsible-Changed-Why: Assign to doc team http://www.freebsd.org/cgi/query-pr.cgi?pr=43470 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:51:22 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CCF737B401; Sat, 12 Jul 2003 17:51:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D89CC43F75; Sat, 12 Jul 2003 17:51:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0pLUp045597; Sat, 12 Jul 2003 17:51:21 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0pL83045593; Sat, 12 Jul 2003 17:51:21 -0700 (PDT) Date: Sat, 12 Jul 2003 17:51:21 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130051.h6D0pL83045593@freefall.freebsd.org> To: kevin_stevens@pursued-with.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/40325: UID changes not reflected in viewed file/directory ownership X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:51:22 -0000 Synopsis: UID changes not reflected in viewed file/directory ownership State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 17:45:08 PDT 2003 State-Changed-Why: I am unable to reproduce this: changing the uid of a user causes ls of files owned by the old uid to be displayed numerically, as expected (since ls obtains the user name by looking up the uid in the password file, there is no way it can obtain stale information about the old uid) http://www.freebsd.org/cgi/query-pr.cgi?pr=40325 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:52:45 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F37037B401; Sat, 12 Jul 2003 17:52:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF58543F75; Sat, 12 Jul 2003 17:52:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0qiUp045650; Sat, 12 Jul 2003 17:52:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0qhCm045646; Sat, 12 Jul 2003 17:52:43 -0700 (PDT) Date: Sat, 12 Jul 2003 17:52:43 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130052.h6D0qhCm045646@freefall.freebsd.org> To: freebsd@spambox.dk, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/36368: sshd error: session_close_by_channel: kill xxxxxx: No such process X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:52:45 -0000 Synopsis: sshd error: session_close_by_channel: kill xxxxxx: No such process State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 17:52:25 PDT 2003 State-Changed-Why: If this bug persists in newer versions of OpenSSH, please report it to the OpenSSH developers instead. http://www.freebsd.org/cgi/query-pr.cgi?pr=36368 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:54:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1192F37B401; Sat, 12 Jul 2003 17:54:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0F1F43F75; Sat, 12 Jul 2003 17:53:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0rxUp045717; Sat, 12 Jul 2003 17:53:59 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0rxF8045713; Sat, 12 Jul 2003 17:53:59 -0700 (PDT) Date: Sat, 12 Jul 2003 17:53:59 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130053.h6D0rxF8045713@freefall.freebsd.org> To: fyrewall@infrax.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/41212: Corrupted CRC received at random times when in SSH session with system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:54:00 -0000 Synopsis: Corrupted CRC received at random times when in SSH session with system State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 17:53:20 PDT 2003 State-Changed-Why: Feedback timeout. If this problem persists in later versions of OpenSSH, please report it to the OpenSSH developers instead. http://www.freebsd.org/cgi/query-pr.cgi?pr=41212 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:54:36 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D81C37B40D; Sat, 12 Jul 2003 17:54:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D1843FA3; Sat, 12 Jul 2003 17:54:35 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0sZUp045774; Sat, 12 Jul 2003 17:54:35 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0sZDH045770; Sat, 12 Jul 2003 17:54:35 -0700 (PDT) Date: Sat, 12 Jul 2003 17:54:35 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130054.h6D0sZDH045770@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: misc/35310: SSHing with expired password does not bring up passwd anymore to change password X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:54:36 -0000 Synopsis: SSHing with expired password does not bring up passwd anymore to change password Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:54:26 PDT 2003 Responsible-Changed-Why: Assign to OpenSSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=35310 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:55:46 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 790D237B401; Sat, 12 Jul 2003 17:55:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B9C43FAF; Sat, 12 Jul 2003 17:55:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0tjUp045908; Sat, 12 Jul 2003 17:55:45 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0tjnx045904; Sat, 12 Jul 2003 17:55:45 -0700 (PDT) Date: Sat, 12 Jul 2003 17:55:45 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130055.h6D0tjnx045904@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/43505: ssh session "crash" if you are typing secret key X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:55:46 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:55:46 -0000 Synopsis: ssh session "crash" if you are typing secret key Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:55:36 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=43505 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:56:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B590F37B401; Sat, 12 Jul 2003 17:56:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 509CA43F93; Sat, 12 Jul 2003 17:56:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0u0Up045967; Sat, 12 Jul 2003 17:56:00 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0u0U0045963; Sat, 12 Jul 2003 17:56:00 -0700 (PDT) Date: Sat, 12 Jul 2003 17:56:00 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130056.h6D0u0U0045963@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: misc/49984: openSSH crashes while password based authenthithication X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:56:01 -0000 Synopsis: openSSH crashes while password based authenthithication Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:55:51 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=49984 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:56:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B974237B404; Sat, 12 Jul 2003 17:56:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C0C43FBD; Sat, 12 Jul 2003 17:56:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0uHUp046015; Sat, 12 Jul 2003 17:56:17 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0uHjw046011; Sat, 12 Jul 2003 17:56:17 -0700 (PDT) Date: Sat, 12 Jul 2003 17:56:17 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130056.h6D0uHjw046011@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/51892: can't ssh after su to different local user X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:56:18 -0000 Synopsis: can't ssh after su to different local user Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:56:07 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=51892 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:55:29 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5D9E37B401; Sat, 12 Jul 2003 17:55:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E50843F93; Sat, 12 Jul 2003 17:55:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0tTUp045860; Sat, 12 Jul 2003 17:55:29 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0tTwi045856; Sat, 12 Jul 2003 17:55:29 -0700 (PDT) Date: Sat, 12 Jul 2003 17:55:29 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130055.h6D0tTwi045856@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/40261: sshd allows PasswordAuthentication even though it is turned off if ChallengeResponseAuthentication is enabled X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:55:30 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:55:30 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:55:30 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:55:30 -0000 Synopsis: sshd allows PasswordAuthentication even though it is turned off if ChallengeResponseAuthentication is enabled Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:55:12 PDT 2003 Responsible-Changed-Why: Assign to OpenSSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=40261 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:56:32 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B17F337B401; Sat, 12 Jul 2003 17:56:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E95943F93; Sat, 12 Jul 2003 17:56:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0uWUp046075; Sat, 12 Jul 2003 17:56:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0uW4D046071; Sat, 12 Jul 2003 17:56:32 -0700 (PDT) Date: Sat, 12 Jul 2003 17:56:32 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130056.h6D0uW4D046071@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/54394: SSH/v1 leaves dead processes after session ends (4.8-REL) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:56:33 -0000 Synopsis: SSH/v1 leaves dead processes after session ends (4.8-REL) Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:56:23 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=54394 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:57:01 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B329E37B401; Sat, 12 Jul 2003 17:57:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A2643F3F; Sat, 12 Jul 2003 17:57:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0v1Up046135; Sat, 12 Jul 2003 17:57:01 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0v1Sl046131; Sat, 12 Jul 2003 17:57:01 -0700 (PDT) Date: Sat, 12 Jul 2003 17:57:01 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130057.h6D0v1Sl046131@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: conf/33018: Patch for RC (add multiple SSHD configurations) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:57:02 -0000 Synopsis: Patch for RC (add multiple SSHD configurations) Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:56:51 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=33018 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:58:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60EDB37B407; Sat, 12 Jul 2003 17:58:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B297643FB1; Sat, 12 Jul 2003 17:57:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0vxUp046267; Sat, 12 Jul 2003 17:57:59 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0vxnu046263; Sat, 12 Jul 2003 17:57:59 -0700 (PDT) Date: Sat, 12 Jul 2003 17:57:59 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130057.h6D0vxnu046263@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/36884: add support id_rsa (OpenSSH/RSA2) authentication to pam_ssh X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:58:00 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:58:00 -0000 Synopsis: add support id_rsa (OpenSSH/RSA2) authentication to pam_ssh Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:57:49 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=36884 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:58:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB5B37B401; Sat, 12 Jul 2003 17:58:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BED3F43F75; Sat, 12 Jul 2003 17:58:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0wGUp046320; Sat, 12 Jul 2003 17:58:16 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0wG85046315; Sat, 12 Jul 2003 17:58:16 -0700 (PDT) Date: Sat, 12 Jul 2003 17:58:16 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130058.h6D0wG85046315@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/39206: core dump bug in sshd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:58:17 -0000 Synopsis: core dump bug in sshd Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:58:05 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=39206 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:57:42 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E96337B401; Sat, 12 Jul 2003 17:57:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 755E443FBD; Sat, 12 Jul 2003 17:57:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0vfUp046219; Sat, 12 Jul 2003 17:57:41 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0vfYd046215; Sat, 12 Jul 2003 17:57:41 -0700 (PDT) Date: Sat, 12 Jul 2003 17:57:41 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130057.h6D0vfYd046215@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/25572: sshd core dump X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:57:42 -0000 Synopsis: sshd core dump Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:57:31 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=25572 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:58:55 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF94337B405; Sat, 12 Jul 2003 17:58:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E6CE43F85; Sat, 12 Jul 2003 17:58:55 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0wtUp046438; Sat, 12 Jul 2003 17:58:55 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0wtsm046434; Sat, 12 Jul 2003 17:58:55 -0700 (PDT) Date: Sat, 12 Jul 2003 17:58:55 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130058.h6D0wtsm046434@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: i386/42641: Pam SSH authentication don't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:58:56 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:58:56 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:58:56 -0000 Synopsis: Pam SSH authentication don't work Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:58:43 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=42641 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:59:11 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DD6537B401; Sat, 12 Jul 2003 17:59:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C15C443F85; Sat, 12 Jul 2003 17:59:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0xAUp046487; Sat, 12 Jul 2003 17:59:10 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0xAJR046483; Sat, 12 Jul 2003 17:59:10 -0700 (PDT) Date: Sat, 12 Jul 2003 17:59:10 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130059.h6D0xAJR046483@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/43994: sshd gives fatal while logging off X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:59:11 -0000 X-List-Received-Date: Sun, 13 Jul 2003 00:59:11 -0000 Synopsis: sshd gives fatal while logging off Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:59:00 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=43994 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:59:27 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 787C437B401; Sat, 12 Jul 2003 17:59:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F281643FD7; Sat, 12 Jul 2003 17:59:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0xQUp046535; Sat, 12 Jul 2003 17:59:26 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0xQT6046531; Sat, 12 Jul 2003 17:59:26 -0700 (PDT) Date: Sat, 12 Jul 2003 17:59:26 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130059.h6D0xQT6046531@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/45156: sshd won't display last login information X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:59:27 -0000 Synopsis: sshd won't display last login information Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:59:16 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=45156 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:00:20 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 460C237B401; Sat, 12 Jul 2003 18:00:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D517A43F93; Sat, 12 Jul 2003 18:00:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D10JUp046618; Sat, 12 Jul 2003 18:00:19 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D10JTS046614; Sat, 12 Jul 2003 18:00:19 -0700 (PDT) Date: Sat, 12 Jul 2003 18:00:19 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130100.h6D10JTS046614@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/27988: [PATCH] let pam_ssh.so explicitly start ssh-agent with bourne X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:00:20 -0000 Synopsis: [PATCH] let pam_ssh.so explicitly start ssh-agent with bourne Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:00:11 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=27988 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 17:58:32 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1778137B401; Sat, 12 Jul 2003 17:58:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A66EE43FA3; Sat, 12 Jul 2003 17:58:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D0wVUp046390; Sat, 12 Jul 2003 17:58:31 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D0wVIj046386; Sat, 12 Jul 2003 17:58:31 -0700 (PDT) Date: Sat, 12 Jul 2003 17:58:31 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130058.h6D0wVIj046386@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: misc/41328: ssh logins in 4.6.1 no longer give incoming mail status X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 00:58:32 -0000 Synopsis: ssh logins in 4.6.1 no longer give incoming mail status Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 17:58:22 PDT 2003 Responsible-Changed-Why: Assign to SSH maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41328 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:03:58 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041CD37B401; Sat, 12 Jul 2003 18:03:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C65F43F75; Sat, 12 Jul 2003 18:03:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D13vUp046884; Sat, 12 Jul 2003 18:03:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D13u3o046880; Sat, 12 Jul 2003 18:03:56 -0700 (PDT) Date: Sat, 12 Jul 2003 18:03:56 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130103.h6D13u3o046880@freefall.freebsd.org> To: miguelangel@cic.es, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/41107: file(1) command shows incorrect data (signal #) when working with core files X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:03:58 -0000 X-List-Received-Date: Sun, 13 Jul 2003 01:03:58 -0000 Synopsis: file(1) command shows incorrect data (signal #) when working with core files State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 18:02:30 PDT 2003 State-Changed-Why: Thanks for reporting this, but file is maintained externally to FreeBSD. Please submit this to Christos Zoulas instead. http://www.freebsd.org/cgi/query-pr.cgi?pr=41107 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:05:44 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF15837B401; Sat, 12 Jul 2003 18:05:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF4943F85; Sat, 12 Jul 2003 18:05:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D15iUp050390; Sat, 12 Jul 2003 18:05:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D15iVc050386; Sat, 12 Jul 2003 18:05:44 -0700 (PDT) Date: Sat, 12 Jul 2003 18:05:44 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130105.h6D15iVc050386@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, iedowse@FreeBSD.org Subject: Re: bin/30993: xxgdb cannot open source file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:05:45 -0000 Synopsis: xxgdb cannot open source file Responsible-Changed-From-To: freebsd-bugs->iedowse Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:05:17 PDT 2003 Responsible-Changed-Why: Assign to ian to evaluate for committing to the port. http://www.freebsd.org/cgi/query-pr.cgi?pr=30993 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:06:43 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35ADA37B401; Sat, 12 Jul 2003 18:06:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C56A643F85; Sat, 12 Jul 2003 18:06:42 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D16gUp050481; Sat, 12 Jul 2003 18:06:42 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D16g84050477; Sat, 12 Jul 2003 18:06:42 -0700 (PDT) Date: Sat, 12 Jul 2003 18:06:42 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130106.h6D16g84050477@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-standards@FreeBSD.org Subject: Re: bin/35307: standard include files are not standard compliant X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:06:43 -0000 Synopsis: standard include files are not standard compliant Responsible-Changed-From-To: freebsd-bugs->freebsd-standards Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:06:31 PDT 2003 Responsible-Changed-Why: Assign to the standards team http://www.freebsd.org/cgi/query-pr.cgi?pr=35307 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:07:27 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FB1137B401; Sat, 12 Jul 2003 18:07:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9456543FB1; Sat, 12 Jul 2003 18:07:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D17QUp050531; Sat, 12 Jul 2003 18:07:26 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D17Qmi050527; Sat, 12 Jul 2003 18:07:26 -0700 (PDT) Date: Sat, 12 Jul 2003 18:07:26 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130107.h6D17Qmi050527@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/43337: fetch: -s fails if -4 or possibly other options given; inappropraite exit code if file does not exist on server X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:07:27 -0000 Synopsis: fetch: -s fails if -4 or possibly other options given; inappropraite exit code if file does not exist on server Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:07:16 PDT 2003 Responsible-Changed-Why: Assign to fetch maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=43337 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:08:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2ABE37B401; Sat, 12 Jul 2003 18:08:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA7043FAF; Sat, 12 Jul 2003 18:08:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D18BUp050586; Sat, 12 Jul 2003 18:08:11 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D18BrS050582; Sat, 12 Jul 2003 18:08:11 -0700 (PDT) Date: Sat, 12 Jul 2003 18:08:11 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130108.h6D18BrS050582@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-fs@FreeBSD.org Subject: Re: bin/43635: filesystem damage not detected by fsck X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:08:12 -0000 Synopsis: filesystem damage not detected by fsck Responsible-Changed-From-To: freebsd-bugs->freebsd-fs Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:07:55 PDT 2003 Responsible-Changed-Why: Assign to fs mailing list for evaluation of the included patch http://www.freebsd.org/cgi/query-pr.cgi?pr=43635 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:09:50 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCDE237B401; Sat, 12 Jul 2003 18:09:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A7C43F85; Sat, 12 Jul 2003 18:09:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D19oUp050639; Sat, 12 Jul 2003 18:09:50 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D19nuU050635; Sat, 12 Jul 2003 18:09:49 -0700 (PDT) Date: Sat, 12 Jul 2003 18:09:49 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130109.h6D19nuU050635@freefall.freebsd.org> To: marcolz@stack.nl, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/17619: pax cannot read all tar files created by tar. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:09:51 -0000 Synopsis: pax cannot read all tar files created by tar. State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 18:09:09 PDT 2003 State-Changed-Why: This problem appears to be resolved. http://www.freebsd.org/cgi/query-pr.cgi?pr=17619 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:11:59 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 490A237B401; Sat, 12 Jul 2003 18:11:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F95643FCB; Sat, 12 Jul 2003 18:11:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1BwUp050890; Sat, 12 Jul 2003 18:11:58 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1BuRr050886; Sat, 12 Jul 2003 18:11:56 -0700 (PDT) Date: Sat, 12 Jul 2003 18:11:56 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130111.h6D1BuRr050886@freefall.freebsd.org> To: ponomarew@oberon.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/42816: file: table is full message X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:11:59 -0000 Synopsis: file: table is full message State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 18:11:45 PDT 2003 State-Changed-Why: Was this problem ever resolved? http://www.freebsd.org/cgi/query-pr.cgi?pr=42816 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:16:20 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE40D37B401; Sat, 12 Jul 2003 18:16:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A18943F3F; Sat, 12 Jul 2003 18:16:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1GKUp051060; Sat, 12 Jul 2003 18:16:20 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1GJun051056; Sat, 12 Jul 2003 18:16:19 -0700 (PDT) Date: Sat, 12 Jul 2003 18:16:19 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130116.h6D1GJun051056@freefall.freebsd.org> To: apeiron@comcast.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/50025: typo in output of file(1) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:16:21 -0000 Synopsis: typo in output of file(1) State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 18:15:47 PDT 2003 State-Changed-Why: Thanks for reporting this, but file is maintained externally to FreeBSD. Please submit this to Christos Zoulas instead. http://www.freebsd.org/cgi/query-pr.cgi?pr=50025 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:18:39 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C9B37B401; Sat, 12 Jul 2003 18:18:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF6C43FBF; Sat, 12 Jul 2003 18:18:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1IdUp051252; Sat, 12 Jul 2003 18:18:39 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1IdSR051248; Sat, 12 Jul 2003 18:18:39 -0700 (PDT) Date: Sat, 12 Jul 2003 18:18:39 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130118.h6D1IdSR051248@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: misc/42172: ftp and fetch client needs an active command line option now X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:18:40 -0000 Synopsis: ftp and fetch client needs an active command line option now Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:18:29 PDT 2003 Responsible-Changed-Why: Assign to fetch maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=42172 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:20:54 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18CFC37B401; Sat, 12 Jul 2003 18:20:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E4443F75; Sat, 12 Jul 2003 18:20:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1KrUp051517; Sat, 12 Jul 2003 18:20:53 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1KrwO051513; Sat, 12 Jul 2003 18:20:53 -0700 (PDT) Date: Sat, 12 Jul 2003 18:20:53 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130120.h6D1KrwO051513@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sam@FreeBSD.org Subject: Re: bin/54190: Incorrect hardware info in ath(4) and ath_hal(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:20:54 -0000 Synopsis: Incorrect hardware info in ath(4) and ath_hal(4) Responsible-Changed-From-To: freebsd-bugs->sam Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:20:44 PDT 2003 Responsible-Changed-Why: Assign to ath maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=54190 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:21:40 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A88E37B401; Sat, 12 Jul 2003 18:21:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2148B43FB1; Sat, 12 Jul 2003 18:21:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1LeUp051575; Sat, 12 Jul 2003 18:21:40 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1LdVN051570; Sat, 12 Jul 2003 18:21:39 -0700 (PDT) Date: Sat, 12 Jul 2003 18:21:39 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130121.h6D1LdVN051570@freefall.freebsd.org> To: freebsd@jdc.parodius.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, lioux@FreeBSD.org Subject: Re: bin/53378: Missing newline in pkg_info from pkg_add'd packages. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:21:40 -0000 Synopsis: Missing newline in pkg_info from pkg_add'd packages. State-Changed-From-To: open->patched State-Changed-By: kris State-Changed-When: Sat Jul 12 18:21:18 PDT 2003 State-Changed-Why: Assign to lioux. This is fixed in -current, but I'm not sure if he has MFCed it yet. Responsible-Changed-From-To: freebsd-bugs->lioux Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:21:18 PDT 2003 Responsible-Changed-Why: Assign to lioux. This is fixed in -current, but I'm not sure if he has MFCed it yet. http://www.freebsd.org/cgi/query-pr.cgi?pr=53378 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:22:44 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68E5237B404; Sat, 12 Jul 2003 18:22:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0694F43FB1; Sat, 12 Jul 2003 18:22:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1MhUp051637; Sat, 12 Jul 2003 18:22:43 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1Mhx6051633; Sat, 12 Jul 2003 18:22:43 -0700 (PDT) Date: Sat, 12 Jul 2003 18:22:43 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130122.h6D1Mhx6051633@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: bin/48784: No way to disable directory listings in ftpd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:22:44 -0000 Synopsis: No way to disable directory listings in ftpd Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:22:35 PDT 2003 Responsible-Changed-Why: Assign to ftpd maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=48784 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:23:40 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F20AB37B401; Sat, 12 Jul 2003 18:23:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FA4A43FAF; Sat, 12 Jul 2003 18:23:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1NdUp051731; Sat, 12 Jul 2003 18:23:39 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1Ndvs051727; Sat, 12 Jul 2003 18:23:39 -0700 (PDT) Date: Sat, 12 Jul 2003 18:23:39 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130123.h6D1Ndvs051727@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: bin/44518: ftpd does not show OPIE OTP challenge X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:23:40 -0000 X-List-Received-Date: Sun, 13 Jul 2003 01:23:40 -0000 Synopsis: ftpd does not show OPIE OTP challenge Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:23:30 PDT 2003 Responsible-Changed-Why: Assign to ftpd maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44518 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:23:57 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05DE637B401; Sat, 12 Jul 2003 18:23:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BD6B43FAF; Sat, 12 Jul 2003 18:23:56 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1NuUp051776; Sat, 12 Jul 2003 18:23:56 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1NuXB051772; Sat, 12 Jul 2003 18:23:56 -0700 (PDT) Date: Sat, 12 Jul 2003 18:23:56 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130123.h6D1NuXB051772@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: bin/44519: ftpd.conf(5) contains references to ftpd(8) when it is for lukemftpd(8) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:23:57 -0000 Synopsis: ftpd.conf(5) contains references to ftpd(8) when it is for lukemftpd(8) Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:23:47 PDT 2003 Responsible-Changed-Why: Assign to ftpd maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44519 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:23:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8192637B401; Sat, 12 Jul 2003 18:23:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE5E43F85; Sat, 12 Jul 2003 18:23:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1NAUp051686; Sat, 12 Jul 2003 18:23:10 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1N9Pk051682; Sat, 12 Jul 2003 18:23:09 -0700 (PDT) Date: Sat, 12 Jul 2003 18:23:09 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130123.h6D1N9Pk051682@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: bin/28224: ftpd doesn't honor invalid shelll in login class X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:23:10 -0000 X-List-Received-Date: Sun, 13 Jul 2003 01:23:10 -0000 X-List-Received-Date: Sun, 13 Jul 2003 01:23:10 -0000 X-List-Received-Date: Sun, 13 Jul 2003 01:23:10 -0000 Synopsis: ftpd doesn't honor invalid shelll in login class Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:22:59 PDT 2003 Responsible-Changed-Why: Assign to ftpd maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=28224 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:24:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F27B37B401; Sat, 12 Jul 2003 18:24:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91FB943F75; Sat, 12 Jul 2003 18:24:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1OFUp051821; Sat, 12 Jul 2003 18:24:15 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1OFXt051817; Sat, 12 Jul 2003 18:24:15 -0700 (PDT) Date: Sat, 12 Jul 2003 18:24:15 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130124.h6D1OFXt051817@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: bin/25598: patch to let ftpd output message when changing directory X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:24:16 -0000 Synopsis: patch to let ftpd output message when changing directory Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:24:07 PDT 2003 Responsible-Changed-Why: Assign to ftpd maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=25598 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:25:07 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 156D637B401; Sat, 12 Jul 2003 18:25:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A838943F93; Sat, 12 Jul 2003 18:25:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1P6Up051907; Sat, 12 Jul 2003 18:25:06 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1P6Es051903; Sat, 12 Jul 2003 18:25:06 -0700 (PDT) Date: Sat, 12 Jul 2003 18:25:06 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130125.h6D1P6Es051903@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, markm@FreeBSD.org Subject: Re: bin/32092: crypt pickups the wrong password format X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:25:07 -0000 Synopsis: crypt pickups the wrong password format Responsible-Changed-From-To: freebsd-bugs->markm Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:24:53 PDT 2003 Responsible-Changed-Why: This is mark's area http://www.freebsd.org/cgi/query-pr.cgi?pr=32092 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:27:13 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E50737B401; Sat, 12 Jul 2003 18:27:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C65F43F75; Sat, 12 Jul 2003 18:27:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1RDUp052048; Sat, 12 Jul 2003 18:27:13 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1RD0p052044; Sat, 12 Jul 2003 18:27:13 -0700 (PDT) Date: Sat, 12 Jul 2003 18:27:13 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130127.h6D1RD0p052044@freefall.freebsd.org> To: delphij@hotmail.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/46207: OpenSSL in base system should be updated to 0.96h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:27:13 -0000 Synopsis: OpenSSL in base system should be updated to 0.96h State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 18:27:03 PDT 2003 State-Changed-Why: OpenSSL was updated some time ago http://www.freebsd.org/cgi/query-pr.cgi?pr=46207 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:28:25 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A36BB37B401; Sat, 12 Jul 2003 18:28:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D3C143F93; Sat, 12 Jul 2003 18:28:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1SPUp052114; Sat, 12 Jul 2003 18:28:25 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1SOiZ052110; Sat, 12 Jul 2003 18:28:24 -0700 (PDT) Date: Sat, 12 Jul 2003 18:28:24 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130128.h6D1SOiZ052110@freefall.freebsd.org> To: buchanon@msu.edu, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/48982: 5.0 buildworld fails after openssl -DOVERWRITE_BASE install X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:28:25 -0000 Synopsis: 5.0 buildworld fails after openssl -DOVERWRITE_BASE install State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 18:27:35 PDT 2003 State-Changed-Why: If you overwrite the base system openssl then you need to set NO_OPENSSL in your make.conf to avoid building it or things that use it. 'make world' can only be expected to work with the system OpenSSL. http://www.freebsd.org/cgi/query-pr.cgi?pr=48982 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:26:40 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5578D37B401; Sat, 12 Jul 2003 18:26:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE1EC43FB1; Sat, 12 Jul 2003 18:26:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1QdUp051995; Sat, 12 Jul 2003 18:26:39 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1QdS9051991; Sat, 12 Jul 2003 18:26:39 -0700 (PDT) Date: Sat, 12 Jul 2003 18:26:39 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130126.h6D1QdS9051991@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, nectar@FreeBSD.org Subject: Re: bin/38388: request to add "openssl starttls" command X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:26:40 -0000 X-List-Received-Date: Sun, 13 Jul 2003 01:26:40 -0000 X-List-Received-Date: Sun, 13 Jul 2003 01:26:40 -0000 X-List-Received-Date: Sun, 13 Jul 2003 01:26:40 -0000 Synopsis: request to add "openssl starttls" command Responsible-Changed-From-To: freebsd-bugs->nectar Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:26:29 PDT 2003 Responsible-Changed-Why: Assign to openssl maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38388 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:29:04 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3DAD37B401; Sat, 12 Jul 2003 18:29:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87D343F75; Sat, 12 Jul 2003 18:29:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1T2Up052207; Sat, 12 Jul 2003 18:29:02 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1T2Pk052203; Sat, 12 Jul 2003 18:29:02 -0700 (PDT) Date: Sat, 12 Jul 2003 18:29:02 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130129.h6D1T2Pk052203@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, nectar@FreeBSD.org Subject: Re: docs/36629: OpenSSL manpages should be reachable without overwriting system manpages X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:29:05 -0000 Synopsis: OpenSSL manpages should be reachable without overwriting system manpages Responsible-Changed-From-To: freebsd-bugs->nectar Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:28:53 PDT 2003 Responsible-Changed-Why: Assign to OpenSSL maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=36629 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:28:46 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C35D437B401; Sat, 12 Jul 2003 18:28:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E9043F85; Sat, 12 Jul 2003 18:28:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1SkUp052160; Sat, 12 Jul 2003 18:28:46 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1Sk8L052156; Sat, 12 Jul 2003 18:28:46 -0700 (PDT) Date: Sat, 12 Jul 2003 18:28:46 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130128.h6D1Sk8L052156@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, nectar@FreeBSD.org Subject: Re: bin/51205: openssl in base system is not compiled thread safe X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:28:47 -0000 X-List-Received-Date: Sun, 13 Jul 2003 01:28:47 -0000 Synopsis: openssl in base system is not compiled thread safe Responsible-Changed-From-To: freebsd-bugs->nectar Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:28:33 PDT 2003 Responsible-Changed-Why: Assign to OpenSSL maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=51205 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:30:59 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F23737B404; Sat, 12 Jul 2003 18:30:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A5B543FAF; Sat, 12 Jul 2003 18:30:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1UwUp052452; Sat, 12 Jul 2003 18:30:58 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1UvMm052448; Sat, 12 Jul 2003 18:30:57 -0700 (PDT) Date: Sat, 12 Jul 2003 18:30:57 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130130.h6D1UvMm052448@freefall.freebsd.org> To: cyrille.lefevre@laposte.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/40466: pax may not handle correctly some tar archives X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:30:59 -0000 Synopsis: pax may not handle correctly some tar archives State-Changed-From-To: open->analyzed State-Changed-By: kris State-Changed-When: Sat Jul 12 18:30:26 PDT 2003 State-Changed-Why: The test archives are no longer available, but this problem may be fixed in later releases. Can you please verify? http://www.freebsd.org/cgi/query-pr.cgi?pr=40466 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:32:45 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09EB137B401; Sat, 12 Jul 2003 18:32:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9847543F93; Sat, 12 Jul 2003 18:32:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1WiUp052587; Sat, 12 Jul 2003 18:32:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1WixH052583; Sat, 12 Jul 2003 18:32:44 -0700 (PDT) Date: Sat, 12 Jul 2003 18:32:44 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130132.h6D1WixH052583@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: misc/20861: libc_r does not honor socket timeouts X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:32:45 -0000 Synopsis: libc_r does not honor socket timeouts Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:32:35 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=20861 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:32:59 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66AE937B401; Sat, 12 Jul 2003 18:32:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00E9243F93; Sat, 12 Jul 2003 18:32:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1WwUp052635; Sat, 12 Jul 2003 18:32:58 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1Wwek052631; Sat, 12 Jul 2003 18:32:58 -0700 (PDT) Date: Sat, 12 Jul 2003 18:32:58 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130132.h6D1Wwek052631@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/24472: libc_r does not honor SO_SNDTIMEO/SO_RCVTIMEO socket options X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:32:59 -0000 Synopsis: libc_r does not honor SO_SNDTIMEO/SO_RCVTIMEO socket options Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:32:49 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=24472 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:33:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B214F37B404; Sat, 12 Jul 2003 18:33:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D17343F3F; Sat, 12 Jul 2003 18:33:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1XJUp052683; Sat, 12 Jul 2003 18:33:19 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1XJhC052679; Sat, 12 Jul 2003 18:33:19 -0700 (PDT) Date: Sat, 12 Jul 2003 18:33:19 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130133.h6D1XJhC052679@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/24632: libc_r delicate deviation from libc in handling SIGCHLD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:33:20 -0000 Synopsis: libc_r delicate deviation from libc in handling SIGCHLD Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:33:06 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=24632 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:33:35 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A32737B401; Sat, 12 Jul 2003 18:33:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D56DF43FB1; Sat, 12 Jul 2003 18:33:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1XYUp052731; Sat, 12 Jul 2003 18:33:34 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1XYbe052727; Sat, 12 Jul 2003 18:33:34 -0700 (PDT) Date: Sat, 12 Jul 2003 18:33:34 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130133.h6D1XYbe052727@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/26307: libc_r aborts when using the KDE media player (noatun) with the sound server(aRts) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:33:35 -0000 Synopsis: libc_r aborts when using the KDE media player (noatun) with the sound server(aRts) Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:33:26 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=26307 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:33:55 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9108B37B401; Sat, 12 Jul 2003 18:33:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D13DB43FAF; Sat, 12 Jul 2003 18:33:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1XsUp052779; Sat, 12 Jul 2003 18:33:54 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1Xs3O052775; Sat, 12 Jul 2003 18:33:54 -0700 (PDT) Date: Sat, 12 Jul 2003 18:33:54 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130133.h6D1Xs3O052775@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/35329: Linking against libc_r.* provokes nasty linker messages about unsafe functions X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:33:56 -0000 Synopsis: Linking against libc_r.* provokes nasty linker messages about unsafe functions Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:33:42 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=35329 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:34:46 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B53437B401; Sat, 12 Jul 2003 18:34:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF1E43FA3; Sat, 12 Jul 2003 18:34:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1YjUp052832; Sat, 12 Jul 2003 18:34:45 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1Yj2D052828; Sat, 12 Jul 2003 18:34:45 -0700 (PDT) Date: Sat, 12 Jul 2003 18:34:45 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130134.h6D1Yj2D052828@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/49087: Signals lost in programs linked with libc_r X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:34:46 -0000 Synopsis: Signals lost in programs linked with libc_r Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:34:37 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=49087 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:35:07 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F2D37B401; Sat, 12 Jul 2003 18:35:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD8043F75; Sat, 12 Jul 2003 18:35:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1Z6Up052885; Sat, 12 Jul 2003 18:35:06 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1Z6FR052881; Sat, 12 Jul 2003 18:35:06 -0700 (PDT) Date: Sat, 12 Jul 2003 18:35:06 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130135.h6D1Z6FR052881@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/37676: libc_r: msgsnd(), msgrcv(), pread(), pwrite() need wrappers X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:35:07 -0000 Synopsis: libc_r: msgsnd(), msgrcv(), pread(), pwrite() need wrappers Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:34:54 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=37676 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:35:48 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9FB37B401; Sat, 12 Jul 2003 18:35:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE9943F93; Sat, 12 Jul 2003 18:35:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1ZlUp052945; Sat, 12 Jul 2003 18:35:47 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1ZlLK052941; Sat, 12 Jul 2003 18:35:47 -0700 (PDT) Date: Sat, 12 Jul 2003 18:35:47 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130135.h6D1ZlLK052941@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: kern/19247: uthread_sigaction.c does not do anything wrt SA_NOCLDWAIT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:35:49 -0000 X-List-Received-Date: Sun, 13 Jul 2003 01:35:49 -0000 Synopsis: uthread_sigaction.c does not do anything wrt SA_NOCLDWAIT Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:35:26 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=19247 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:36:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF73937B401; Sat, 12 Jul 2003 18:36:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F29243F3F; Sat, 12 Jul 2003 18:36:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1a0Up052993; Sat, 12 Jul 2003 18:36:00 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1a0IS052989; Sat, 12 Jul 2003 18:36:00 -0700 (PDT) Date: Sat, 12 Jul 2003 18:36:00 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130136.h6D1a0IS052989@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: kern/33951: pthread_cancel is ignored X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:36:01 -0000 Synopsis: pthread_cancel is ignored Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:35:51 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=33951 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:36:13 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77DBA37B414; Sat, 12 Jul 2003 18:36:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 103BD43F75; Sat, 12 Jul 2003 18:36:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1aCUp053041; Sat, 12 Jul 2003 18:36:12 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1aCAQ053037; Sat, 12 Jul 2003 18:36:12 -0700 (PDT) Date: Sat, 12 Jul 2003 18:36:12 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130136.h6D1aCAQ053037@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: kern/20016: pthreads: Cannot set scheduling timer/Cannot set virtual timer X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:36:14 -0000 Synopsis: pthreads: Cannot set scheduling timer/Cannot set virtual timer Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:36:05 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=20016 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:36:36 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D988637B404; Sat, 12 Jul 2003 18:36:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 767AD43FBF; Sat, 12 Jul 2003 18:36:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1aaUp053107; Sat, 12 Jul 2003 18:36:36 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1aaCN053103; Sat, 12 Jul 2003 18:36:36 -0700 (PDT) Date: Sat, 12 Jul 2003 18:36:36 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130136.h6D1aaCN053103@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: misc/24641: pthread_rwlock_rdlock can deadlock X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:36:37 -0000 Synopsis: pthread_rwlock_rdlock can deadlock Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:36:26 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=24641 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:36:55 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2FC637B404; Sat, 12 Jul 2003 18:36:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6C143FB1; Sat, 12 Jul 2003 18:36:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1asUp053160; Sat, 12 Jul 2003 18:36:54 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1asuR053156; Sat, 12 Jul 2003 18:36:54 -0700 (PDT) Date: Sat, 12 Jul 2003 18:36:54 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130136.h6D1asuR053156@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/31661: pthread_kill signal handler doesn't get sigcontext or ucontext X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:36:55 -0000 Synopsis: pthread_kill signal handler doesn't get sigcontext or ucontext Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:36:45 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=31661 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:37:08 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 352AE37B401; Sat, 12 Jul 2003 18:37:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71A643FB1; Sat, 12 Jul 2003 18:37:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1b7Up053208; Sat, 12 Jul 2003 18:37:07 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1b7Ss053204; Sat, 12 Jul 2003 18:37:07 -0700 (PDT) Date: Sat, 12 Jul 2003 18:37:07 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130137.h6D1b7Ss053204@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/32295: pthread dont dequeue signals X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:37:08 -0000 Synopsis: pthread dont dequeue signals Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:37:00 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=32295 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:37:29 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 867D137B401; Sat, 12 Jul 2003 18:37:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2173F43F85; Sat, 12 Jul 2003 18:37:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1bTUp053265; Sat, 12 Jul 2003 18:37:29 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1bSFU053261; Sat, 12 Jul 2003 18:37:29 -0700 (PDT) Date: Sat, 12 Jul 2003 18:37:29 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130137.h6D1bSFU053261@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: misc/33723: select(2) implementation in threaded (-lc_r) library is incorrect X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:37:29 -0000 Synopsis: select(2) implementation in threaded (-lc_r) library is incorrect Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:37:21 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=33723 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:37:47 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DD8037B40F; Sat, 12 Jul 2003 18:37:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0414D43FBF; Sat, 12 Jul 2003 18:37:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1bkUp053316; Sat, 12 Jul 2003 18:37:46 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1bkGe053309; Sat, 12 Jul 2003 18:37:46 -0700 (PDT) Date: Sat, 12 Jul 2003 18:37:46 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130137.h6D1bkGe053309@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: kern/38549: the procces compiled whith pthread stopped in pthread_poll if system date change to lower date X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:37:48 -0000 Synopsis: the procces compiled whith pthread stopped in pthread_poll if system date change to lower date Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:37:39 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=38549 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:38:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 345BD37B401; Sat, 12 Jul 2003 18:38:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00F843F85; Sat, 12 Jul 2003 18:38:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1cEUp053371; Sat, 12 Jul 2003 18:38:14 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1cEMc053367; Sat, 12 Jul 2003 18:38:14 -0700 (PDT) Date: Sat, 12 Jul 2003 18:38:14 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130138.h6D1cEMc053367@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/39922: [PATCH?] Threaded applications executed with closed std file descr. could not use redirections X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:38:15 -0000 Synopsis: [PATCH?] Threaded applications executed with closed std file descr. could not use redirections Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:38:03 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=39922 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:39:05 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1777F37B401; Sat, 12 Jul 2003 18:39:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A235743F93; Sat, 12 Jul 2003 18:39:04 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1d4Up053467; Sat, 12 Jul 2003 18:39:04 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1d4hV053463; Sat, 12 Jul 2003 18:39:04 -0700 (PDT) Date: Sat, 12 Jul 2003 18:39:04 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130139.h6D1d4hV053463@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: misc/41331: Pthread library open sets O_NONBLOCK flag and causes unnecessary EAGAIN errors especially with /dev/stdout. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:39:05 -0000 Synopsis: Pthread library open sets O_NONBLOCK flag and causes unnecessary EAGAIN errors especially with /dev/stdout. Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:38:58 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=41331 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:39:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE5E037B401; Sat, 12 Jul 2003 18:39:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBCF43FB1; Sat, 12 Jul 2003 18:39:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1dGUp053515; Sat, 12 Jul 2003 18:39:16 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1dG4q053511; Sat, 12 Jul 2003 18:39:16 -0700 (PDT) Date: Sat, 12 Jul 2003 18:39:16 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130139.h6D1dG4q053511@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: kern/43887: abnormal CPU useage when use pthread_mutex X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:39:17 -0000 Synopsis: abnormal CPU useage when use pthread_mutex Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:39:10 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=43887 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:39:27 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3042A37B401; Sat, 12 Jul 2003 18:39:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA20C43F3F; Sat, 12 Jul 2003 18:39:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1dQUp053563; Sat, 12 Jul 2003 18:39:26 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1dQYv053559; Sat, 12 Jul 2003 18:39:26 -0700 (PDT) Date: Sat, 12 Jul 2003 18:39:26 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130139.h6D1dQYv053559@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/48856: Setting SIGCHLD to SIG_IGN still leaves zombies under threads X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:39:27 -0000 Synopsis: Setting SIGCHLD to SIG_IGN still leaves zombies under threads Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:39:21 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=48856 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:39:38 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5144137B401; Sat, 12 Jul 2003 18:39:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C4B43FDF; Sat, 12 Jul 2003 18:39:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1dbUp053611; Sat, 12 Jul 2003 18:39:37 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1db96053607; Sat, 12 Jul 2003 18:39:37 -0700 (PDT) Date: Sat, 12 Jul 2003 18:39:37 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130139.h6D1db96053607@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/51949: thread in accept cannot be cancelled X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:39:38 -0000 Synopsis: thread in accept cannot be cancelled Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:39:32 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=51949 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:39:49 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E700B37B401; Sat, 12 Jul 2003 18:39:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8320C43FBF; Sat, 12 Jul 2003 18:39:49 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1dnUp053659; Sat, 12 Jul 2003 18:39:49 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1dnuN053655; Sat, 12 Jul 2003 18:39:49 -0700 (PDT) Date: Sat, 12 Jul 2003 18:39:49 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130139.h6D1dnuN053655@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: kern/52817: top(1) shows garbage for threaded processes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:39:50 -0000 Synopsis: top(1) shows garbage for threaded processes Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:39:44 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=52817 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:40:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5238E37B401; Sat, 12 Jul 2003 18:40:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E40FF43FA3; Sat, 12 Jul 2003 18:40:09 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1e9Up053729; Sat, 12 Jul 2003 18:40:09 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1e9wR053725; Sat, 12 Jul 2003 18:40:09 -0700 (PDT) Date: Sat, 12 Jul 2003 18:40:09 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130140.h6D1e9wR053725@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: misc/18824: gethostbyname is not thread safe X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:40:10 -0000 Synopsis: gethostbyname is not thread safe Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:40:03 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=18824 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:40:28 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D83A37B401; Sat, 12 Jul 2003 18:40:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D09143FBD; Sat, 12 Jul 2003 18:40:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1eSUp053971; Sat, 12 Jul 2003 18:40:28 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1eRKE053967; Sat, 12 Jul 2003 18:40:27 -0700 (PDT) Date: Sat, 12 Jul 2003 18:40:27 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130140.h6D1eRKE053967@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: misc/22190: A threaded read(2) from a socketpair(2) fd can sometimes fail with errno 19 (ENODEV) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:40:29 -0000 Synopsis: A threaded read(2) from a socketpair(2) fd can sometimes fail with errno 19 (ENODEV) Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:40:15 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=22190 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:40:42 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFCCC37B401; Sat, 12 Jul 2003 18:40:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5783043F3F; Sat, 12 Jul 2003 18:40:42 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1egUp054055; Sat, 12 Jul 2003 18:40:42 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1egoI054051; Sat, 12 Jul 2003 18:40:42 -0700 (PDT) Date: Sat, 12 Jul 2003 18:40:42 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130140.h6D1egoI054051@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: bin/30464: pthread mutex attributes -- pshared X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:40:43 -0000 Synopsis: pthread mutex attributes -- pshared Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:40:34 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=30464 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:41:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAFA637B401; Sat, 12 Jul 2003 18:40:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7756A43F75; Sat, 12 Jul 2003 18:40:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1exUp054196; Sat, 12 Jul 2003 18:40:59 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1ex9E054192; Sat, 12 Jul 2003 18:40:59 -0700 (PDT) Date: Sat, 12 Jul 2003 18:40:59 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130140.h6D1ex9E054192@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: misc/40671: pthread_cancel doesn't remove thread from condition queue X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:41:00 -0000 Synopsis: pthread_cancel doesn't remove thread from condition queue Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:40:53 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=40671 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:41:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0389D37B401; Sat, 12 Jul 2003 18:41:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9210943F3F; Sat, 12 Jul 2003 18:41:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1fMUp054297; Sat, 12 Jul 2003 18:41:22 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1fMoZ054293; Sat, 12 Jul 2003 18:41:22 -0700 (PDT) Date: Sat, 12 Jul 2003 18:41:22 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130141.h6D1fMoZ054293@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-threads@FreeBSD.org Subject: Re: i386/34536: accept() blocks other threads X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:41:23 -0000 Synopsis: accept() blocks other threads Responsible-Changed-From-To: freebsd-bugs->freebsd-threads Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:41:17 PDT 2003 Responsible-Changed-Why: Assign to threads mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=34536 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:55:25 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0670237B401; Sat, 12 Jul 2003 18:55:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE9F43FAF; Sat, 12 Jul 2003 18:55:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1tOUp056354; Sat, 12 Jul 2003 18:55:24 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1tOXM056350; Sat, 12 Jul 2003 18:55:24 -0700 (PDT) Date: Sat, 12 Jul 2003 18:55:24 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130155.h6D1tOXM056350@freefall.freebsd.org> To: n4okg@mobis.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/36536: Apparent mother board incompatability X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:55:25 -0000 X-List-Received-Date: Sun, 13 Jul 2003 01:55:25 -0000 Synopsis: Apparent mother board incompatability State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 18:55:12 PDT 2003 State-Changed-Why: Does this problem persist in newer versions? http://www.freebsd.org/cgi/query-pr.cgi?pr=36536 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:58:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 177F537B401; Sat, 12 Jul 2003 18:58:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A3143F85; Sat, 12 Jul 2003 18:58:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D1wBUp056459; Sat, 12 Jul 2003 18:58:11 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D1wB4o056455; Sat, 12 Jul 2003 18:58:11 -0700 (PDT) Date: Sat, 12 Jul 2003 18:58:11 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130158.h6D1wB4o056455@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, gshapiro@FreeBSD.org Subject: Re: bin/54367: [PATCH] sendmail coredumps (sometime) when using dns map X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:58:12 -0000 Synopsis: [PATCH] sendmail coredumps (sometime) when using dns map Responsible-Changed-From-To: freebsd-bugs->gshapiro Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 18:57:59 PDT 2003 Responsible-Changed-Why: Assign to sendmail maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=54367 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 18:59:57 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB2E837B401; Sat, 12 Jul 2003 18:59:57 -0700 (PDT) Received: from mailbox.univie.ac.at (mail.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE33A43F93; Sat, 12 Jul 2003 18:59:56 -0700 (PDT) (envelope-from l.ertl@univie.ac.at) Received: from dialin202.cc.univie.ac.at (dialin202.cc.univie.ac.at [131.130.202.202]) by mailbox.univie.ac.at (8.12.2/8.12.2) with ESMTP id h6D1xYcq029802; Sun, 13 Jul 2003 03:59:43 +0200 Date: Sun, 13 Jul 2003 03:59:22 +0200 (CEST) From: Lukas Ertl To: Kris Kennaway In-Reply-To: <200307130108.h6D18BrS050582@freefall.freebsd.org> Message-ID: <20030713035643.D5665@korben.in.tern> References: <200307130108.h6D18BrS050582@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-DCC-ZID-Univie-Metrics: mailbox 4251; Body=3 Fuz1=3 Fuz2=3 cc: freebsd-fs@freebsd.org cc: freebsd-bugs@freebsd.org Subject: Re: bin/43635: filesystem damage not detected by fsck X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 01:59:58 -0000 On Sat, 12 Jul 2003, Kris Kennaway wrote: > Synopsis: filesystem damage not detected by fsck > > Responsible-Changed-From-To: freebsd-bugs->freebsd-fs > Responsible-Changed-By: kris > Responsible-Changed-When: Sat Jul 12 18:07:55 PDT 2003 > Responsible-Changed-Why: > Assign to fs mailing list for evaluation of the included patch This PR can be closed, it's a duplicate of bin/40697, and the fix was incorporated in rev. 1.34 of src/sbin/fsck_ffs/pass5.c. regards, le --=20 Lukas Ertl eMail: l.ertl@univie.ac.at UNIX-Systemadministrator Tel.: (+43 1) 4277-14073 Zentraler Informatikdienst (ZID) Fax.: (+43 1) 4277-9140 der Universit=E4t Wien http://mailbox.univie.ac.at/~le/ From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 19:39:52 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A39837B401; Sat, 12 Jul 2003 19:39:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B0243FAF; Sat, 12 Jul 2003 19:39:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D2dpUp063857; Sat, 12 Jul 2003 19:39:51 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D2dp4I063853; Sat, 12 Jul 2003 19:39:51 -0700 (PDT) Date: Sat, 12 Jul 2003 19:39:51 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130239.h6D2dp4I063853@freefall.freebsd.org> To: reel@sympatico.ca, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/28023: sendmail tries to get the netgraph.ko module loaded at startup without checking if it's loaded X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 02:39:52 -0000 Synopsis: sendmail tries to get the netgraph.ko module loaded at startup without checking if it's loaded State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 18:58:41 PDT 2003 State-Changed-Why: Neither sendmail nor sshd have anything to do with netgraph, so this is unlikely to be related. It's more likely that this was due to not having all the required Netgraph options compiled in to your kernel, and ppp trying to reload the partial support that was already there. http://www.freebsd.org/cgi/query-pr.cgi?pr=28023 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 19:42:05 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C20537B404; Sat, 12 Jul 2003 19:42:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C2ED43F93; Sat, 12 Jul 2003 19:42:04 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D2g4Up064144; Sat, 12 Jul 2003 19:42:04 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D2g4eL064140; Sat, 12 Jul 2003 19:42:04 -0700 (PDT) Date: Sat, 12 Jul 2003 19:42:04 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130242.h6D2g4eL064140@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, mdodd@FreeBSD.org Subject: Re: i386/30206: PS/2 server 85 can't boot kern.flp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 02:42:05 -0000 Synopsis: PS/2 server 85 can't boot kern.flp Responsible-Changed-From-To: freebsd-bugs->mdodd Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 19:41:50 PDT 2003 Responsible-Changed-Why: mdodd expressed interest in owning this http://www.freebsd.org/cgi/query-pr.cgi?pr=30206 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 19:46:29 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D7337B404; Sat, 12 Jul 2003 19:46:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B3543F85; Sat, 12 Jul 2003 19:46:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D2kTUp064361; Sat, 12 Jul 2003 19:46:29 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D2kTrn064357; Sat, 12 Jul 2003 19:46:29 -0700 (PDT) Date: Sat, 12 Jul 2003 19:46:29 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130246.h6D2kTrn064357@freefall.freebsd.org> To: reel@sympatico.ca, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/28023: sendmail tries to get the netgraph.ko module loaded at startup without checking if it's loaded X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 02:46:30 -0000 Synopsis: sendmail tries to get the netgraph.ko module loaded at startup without checking if it's loaded State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 19:46:17 PDT 2003 State-Changed-Why: Submitter address bounces http://www.freebsd.org/cgi/query-pr.cgi?pr=28023 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 19:49:27 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F340337B401; Sat, 12 Jul 2003 19:49:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D1943F75; Sat, 12 Jul 2003 19:49:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D2nQUp064581; Sat, 12 Jul 2003 19:49:26 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D2nQu7064577; Sat, 12 Jul 2003 19:49:26 -0700 (PDT) Date: Sat, 12 Jul 2003 19:49:26 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130249.h6D2nQu7064577@freefall.freebsd.org> To: jerad.hampton@kingsu.ca, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/42221: Signal 11 core dumped when fetchin index X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 02:49:27 -0000 Synopsis: Signal 11 core dumped when fetchin index State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 19:49:17 PDT 2003 State-Changed-Why: Feedback requested http://www.freebsd.org/cgi/query-pr.cgi?pr=42221 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 20:42:32 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF7C37B401; Sat, 12 Jul 2003 20:42:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DAE843F75; Sat, 12 Jul 2003 20:42:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D3gWUp073900; Sat, 12 Jul 2003 20:42:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D3gVFb073896; Sat, 12 Jul 2003 20:42:31 -0700 (PDT) Date: Sat, 12 Jul 2003 20:42:31 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130342.h6D3gVFb073896@freefall.freebsd.org> To: hawei@nerim.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/45772: Kernel does not compile with IPFILTER options X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 03:42:32 -0000 Synopsis: Kernel does not compile with IPFILTER options State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 20:42:18 PDT 2003 State-Changed-Why: Submitter reportsw the problem was due to stale header files. http://www.freebsd.org/cgi/query-pr.cgi?pr=45772 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 20:45:45 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 242A337B401; Sat, 12 Jul 2003 20:45:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B748C43FAF; Sat, 12 Jul 2003 20:45:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D3jiUp074025; Sat, 12 Jul 2003 20:45:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D3jiCE074021; Sat, 12 Jul 2003 20:45:44 -0700 (PDT) Date: Sat, 12 Jul 2003 20:45:44 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130345.h6D3jiCE074021@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, ache@FreeBSD.org Subject: Re: misc/26646: srand() provides only 8-bit table X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 03:45:45 -0000 Synopsis: srand() provides only 8-bit table Responsible-Changed-From-To: freebsd-bugs->ache Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 20:45:33 PDT 2003 Responsible-Changed-Why: Assign to ache as reminder to MFC http://www.freebsd.org/cgi/query-pr.cgi?pr=26646 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 20:50:31 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16D8337B408; Sat, 12 Jul 2003 20:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F4343F85; Sat, 12 Jul 2003 20:50:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D3oHUp074230; Sat, 12 Jul 2003 20:50:17 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D3oHVW074226; Sat, 12 Jul 2003 20:50:17 -0700 (PDT) Date: Sat, 12 Jul 2003 20:50:17 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130350.h6D3oHVW074226@freefall.freebsd.org> To: pscott@sthe-frontier.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/51909: Error in startrek fortune data base X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 03:50:32 -0000 Synopsis: Error in startrek fortune data base State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 20:49:56 PDT 2003 State-Changed-Why: Patch beamed up, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=51909 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 20:57:31 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D78F837B401; Sat, 12 Jul 2003 20:57:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B4E343FA3; Sat, 12 Jul 2003 20:57:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D3vVUp074614; Sat, 12 Jul 2003 20:57:31 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D3vVTC074610; Sat, 12 Jul 2003 20:57:31 -0700 (PDT) Date: Sat, 12 Jul 2003 20:57:31 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130357.h6D3vVTC074610@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, re@FreeBSD.org Subject: Re: misc/43483: installation: missing '\n' (newline) in debug messeages. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 03:57:32 -0000 Synopsis: installation: missing '\n' (newline) in debug messeages. Responsible-Changed-From-To: freebsd-bugs->re Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 20:57:19 PDT 2003 Responsible-Changed-Why: Assign to release engineers http://www.freebsd.org/cgi/query-pr.cgi?pr=43483 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:00:04 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0677037B401; Sat, 12 Jul 2003 21:00:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5070743F75; Sat, 12 Jul 2003 21:00:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D403Up074987; Sat, 12 Jul 2003 21:00:03 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D40248074983; Sat, 12 Jul 2003 21:00:02 -0700 (PDT) Date: Sat, 12 Jul 2003 21:00:02 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130400.h6D40248074983@freefall.freebsd.org> To: kirk@strauser.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/46834: GENERIC kernel doesn't compile on Alpha as of recently X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:00:04 -0000 Synopsis: GENERIC kernel doesn't compile on Alpha as of recently State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 20:59:13 PDT 2003 State-Changed-Why: This was presumably a transient error that has since been fixed. Compilation failure is usually best discussed on the stable@ mailing list since it is usually fixed very quickly. http://www.freebsd.org/cgi/query-pr.cgi?pr=46834 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:00:38 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C6FA37B405; Sat, 12 Jul 2003 21:00:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA0243FAF; Sat, 12 Jul 2003 21:00:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D40cUp075101; Sat, 12 Jul 2003 21:00:38 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D40b38075097; Sat, 12 Jul 2003 21:00:37 -0700 (PDT) Date: Sat, 12 Jul 2003 21:00:37 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130400.h6D40b38075097@freefall.freebsd.org> To: apache@ukr.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/36329: reference of unexistent object X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:00:39 -0000 Synopsis: reference of unexistent object State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 21:00:17 PDT 2003 State-Changed-Why: Does this problem persist? If so, then please obtain a debugging crashdump as explained in the handbook. http://www.freebsd.org/cgi/query-pr.cgi?pr=36329 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:02:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B4837B401; Sat, 12 Jul 2003 21:02:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B74AB43F3F; Sat, 12 Jul 2003 21:02:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D42IUp075453; Sat, 12 Jul 2003 21:02:18 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D42Isf075449; Sat, 12 Jul 2003 21:02:18 -0700 (PDT) Date: Sat, 12 Jul 2003 21:02:18 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130402.h6D42Isf075449@freefall.freebsd.org> To: brett@lariat.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/46626: Fatal error during compilation of 4.7-RELEASE-p1 kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:02:19 -0000 Synopsis: Fatal error during compilation of 4.7-RELEASE-p1 kernel State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 21:01:32 PDT 2003 State-Changed-Why: Build failures should be discussed on the appropriate mailing list since they are usually either transient or caused by user error. http://www.freebsd.org/cgi/query-pr.cgi?pr=46626 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:09:21 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF62937B401; Sat, 12 Jul 2003 21:09:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4108D43F75; Sat, 12 Jul 2003 21:09:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D49LUp079196; Sat, 12 Jul 2003 21:09:21 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D49K8k079192; Sat, 12 Jul 2003 21:09:20 -0700 (PDT) Date: Sat, 12 Jul 2003 21:09:20 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130409.h6D49K8k079192@freefall.freebsd.org> To: mi@aldan.algebra.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/43299: march=pentium4 miscompiles msun/src/e_pow.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:09:22 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:09:22 -0000 Synopsis: march=pentium4 miscompiles msun/src/e_pow.c State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 21:08:50 PDT 2003 State-Changed-Why: Can you please confirm the status of this bug with the new gcc 3.3 compiler in -current? http://www.freebsd.org/cgi/query-pr.cgi?pr=43299 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:10:18 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E688637B401; Sat, 12 Jul 2003 21:10:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A1D43F85; Sat, 12 Jul 2003 21:10:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4AIUp079309; Sat, 12 Jul 2003 21:10:18 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4AHjv079280; Sat, 12 Jul 2003 21:10:17 -0700 (PDT) Date: Sat, 12 Jul 2003 21:10:17 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130410.h6D4AHjv079280@freefall.freebsd.org> To: ljb@obsidian.co.za, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19213: SC_DFLT_FONT compile option breaks kernel compile X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:10:19 -0000 Synopsis: SC_DFLT_FONT compile option breaks kernel compile State-Changed-From-To: open->analyzed State-Changed-By: kris State-Changed-When: Sat Jul 12 21:09:49 PDT 2003 State-Changed-Why: This problem is confirmed on 5.1-CURRENT. http://www.freebsd.org/cgi/query-pr.cgi?pr=19213 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:24:13 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA00137B401; Sat, 12 Jul 2003 21:24:13 -0700 (PDT) Received: from lariat.org (lariat.org [63.229.157.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E81C443F3F; Sat, 12 Jul 2003 21:24:12 -0700 (PDT) (envelope-from brett@lariat.org) Received: from mustang.lariat.org (IDENT:ppp1000.lariat.org@lariat.org [63.229.157.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id WAA27422; Sat, 12 Jul 2003 22:24:04 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <4.3.2.7.2.20030712222011.02806730@localhost> X-Sender: brett@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sat, 12 Jul 2003 22:20:56 -0600 To: Kris Kennaway , kris@FreeBSD.org, freebsd-bugs@FreeBSD.org From: Brett Glass In-Reply-To: <200307130402.h6D42Isf075449@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: Re: kern/46626: Fatal error during compilation of 4.7-RELEASE-p1 kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:24:14 -0000 Kris, this is ancient. Also, it's already been determined that there WAS a bug, not "user error." --Brett Glass At 10:02 PM 7/12/2003, Kris Kennaway wrote: >Synopsis: Fatal error during compilation of 4.7-RELEASE-p1 kernel > >State-Changed-From-To: open->closed >State-Changed-By: kris >State-Changed-When: Sat Jul 12 21:01:32 PDT 2003 >State-Changed-Why: >Build failures should be discussed on the appropriate mailing list since >they are usually either transient or caused by user error. > >http://www.freebsd.org/cgi/query-pr.cgi?pr=46626 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:27:20 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65D9437B401; Sat, 12 Jul 2003 21:27:20 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF09543F85; Sat, 12 Jul 2003 21:27:16 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 5864A66B04; Sat, 12 Jul 2003 21:27:14 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 79515BF6; Sat, 12 Jul 2003 21:27:14 -0700 (PDT) Date: Sat, 12 Jul 2003 21:27:14 -0700 From: Kris Kennaway To: Brett Glass Message-ID: <20030713042714.GA6524@rot13.obsecurity.org> References: <200307130402.h6D42Isf075449@freefall.freebsd.org> <4.3.2.7.2.20030712222011.02806730@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: <4.3.2.7.2.20030712222011.02806730@localhost> User-Agent: Mutt/1.4.1i cc: Kris Kennaway cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/46626: Fatal error during compilation of 4.7-RELEASE-p1 kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:27:20 -0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jul 12, 2003 at 10:20:56PM -0600, Brett Glass wrote: > Kris, this is ancient. Yes. > Also, it's already been determined > that there WAS a bug, not "user error." OK, but that's not what I said. > >Build failures should be discussed on the appropriate mailing list since > >they are usually either transient or caused by user error. ^^^^^^^^^^^^^^^^ Kris --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/EN+iWry0BWjoQKURAgp6AJ94SJ7HcOSBPLvzf6WMz2dYX5crsQCfQrYB OwIzz+wWMZ6ztdObLzoG2Ss= =hhSq -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:39:29 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EFF137B401; Sat, 12 Jul 2003 21:39:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F333943F85; Sat, 12 Jul 2003 21:39:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4dSUp081233; Sat, 12 Jul 2003 21:39:28 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4dQbo081229; Sat, 12 Jul 2003 21:39:26 -0700 (PDT) Date: Sat, 12 Jul 2003 21:39:26 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130439.h6D4dQbo081229@freefall.freebsd.org> To: yuminghou@263.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/30213: Fatal Errors of Server Programe X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:39:29 -0000 Synopsis: Fatal Errors of Server Programe State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 21:39:17 PDT 2003 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=30213 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:41:30 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F13EF37B401; Sat, 12 Jul 2003 21:41:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D28543F93; Sat, 12 Jul 2003 21:41:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4fTUp081554; Sat, 12 Jul 2003 21:41:29 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4fTUw081550; Sat, 12 Jul 2003 21:41:29 -0700 (PDT) Date: Sat, 12 Jul 2003 21:41:29 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130441.h6D4fTUw081550@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: misc/40081: noise in sound output with built-in CMedia CMI8738 on an iwill KK266 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:41:30 -0000 Synopsis: noise in sound output with built-in CMedia CMI8738 on an iwill KK266 Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:41:16 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=40081 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:42:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 868A337B401; Sat, 12 Jul 2003 21:42:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 218E943F75; Sat, 12 Jul 2003 21:42:09 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4g9Up081611; Sat, 12 Jul 2003 21:42:09 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4g8en081607; Sat, 12 Jul 2003 21:42:09 -0700 (PDT) Date: Sat, 12 Jul 2003 21:42:09 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130442.h6D4g8en081607@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: i386/51338: random system hangs; system hangs because of the ICH sound driver X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:42:09 -0000 Synopsis: random system hangs; system hangs because of the ICH sound driver Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:41:53 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=51338 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:43:29 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 947EA37B419; Sat, 12 Jul 2003 21:43:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3318943FB1; Sat, 12 Jul 2003 21:43:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4hSUp081734; Sat, 12 Jul 2003 21:43:28 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4hSgN081730; Sat, 12 Jul 2003 21:43:28 -0700 (PDT) Date: Sat, 12 Jul 2003 21:43:28 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130443.h6D4hSgN081730@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/35351: emu10k1: no posibility to record sound. Kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:43:29 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:43:29 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:43:29 -0000 Synopsis: emu10k1: no posibility to record sound. Kernel panic Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:43:18 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=35351 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:43:45 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3EB437B401; Sat, 12 Jul 2003 21:43:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE5C43F3F; Sat, 12 Jul 2003 21:43:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4hjUp081798; Sat, 12 Jul 2003 21:43:45 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4hjhs081794; Sat, 12 Jul 2003 21:43:45 -0700 (PDT) Date: Sat, 12 Jul 2003 21:43:45 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130443.h6D4hjhs081794@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/40574: NeoMagic soundcard detection on Gateway Solo 3300 locks up FreeBSD 4.4/4.6-RELEASE kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:43:46 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:43:46 -0000 Synopsis: NeoMagic soundcard detection on Gateway Solo 3300 locks up FreeBSD 4.4/4.6-RELEASE kernel Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:43:36 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=40574 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:43:58 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87A2B37B401; Sat, 12 Jul 2003 21:43:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA6143F75; Sat, 12 Jul 2003 21:43:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4hvUp081848; Sat, 12 Jul 2003 21:43:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4hvJ8081844; Sat, 12 Jul 2003 21:43:57 -0700 (PDT) Date: Sat, 12 Jul 2003 21:43:57 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130443.h6D4hvJ8081844@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/42638: CS4326/4327 (MSS) buggy output playing 11025 x N Hz sound via /dev/dsp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:43:58 -0000 Synopsis: CS4326/4327 (MSS) buggy output playing 11025 x N Hz sound via /dev/dsp Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:43:50 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=42638 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:44:33 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D2937B405; Sat, 12 Jul 2003 21:44:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5AE643F3F; Sat, 12 Jul 2003 21:44:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4iWUp081919; Sat, 12 Jul 2003 21:44:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4iWd7081915; Sat, 12 Jul 2003 21:44:32 -0700 (PDT) Date: Sat, 12 Jul 2003 21:44:32 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130444.h6D4iWd7081915@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/54049: Sound driver reports device busy and shows non-existant PID in sndstat with artsd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:44:33 -0000 Synopsis: Sound driver reports device busy and shows non-existant PID in sndstat with artsd Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:44:24 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=54049 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:44:46 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 357CD37B404; Sat, 12 Jul 2003 21:44:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A0343FDD; Sat, 12 Jul 2003 21:44:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4iiUp081968; Sat, 12 Jul 2003 21:44:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4iiT8081964; Sat, 12 Jul 2003 21:44:44 -0700 (PDT) Date: Sat, 12 Jul 2003 21:44:44 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130444.h6D4iiT8081964@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: misc/26035: System hangs when playing mp3 on PCI Maestro-1 (es1948f) soundcard (using (pcm(4)) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:44:46 -0000 Synopsis: System hangs when playing mp3 on PCI Maestro-1 (es1948f) soundcard (using (pcm(4)) Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:44:37 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=26035 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:45:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2140237B41A; Sat, 12 Jul 2003 21:45:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD1AC43FA3; Sat, 12 Jul 2003 21:45:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4j8Up082071; Sat, 12 Jul 2003 21:45:08 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4j8FC082067; Sat, 12 Jul 2003 21:45:08 -0700 (PDT) Date: Sat, 12 Jul 2003 21:45:08 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130445.h6D4j8FC082067@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/40927: sound dies with pcm:play:0 play interrupt timeout, channel dead X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:45:09 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:45:09 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:45:09 -0000 Synopsis: sound dies with pcm:play:0 play interrupt timeout, channel dead Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:45:02 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=40927 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:45:22 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCB2737B40B; Sat, 12 Jul 2003 21:45:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 766A243FCB; Sat, 12 Jul 2003 21:45:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4jLUp082125; Sat, 12 Jul 2003 21:45:21 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4jL6x082121; Sat, 12 Jul 2003 21:45:21 -0700 (PDT) Date: Sat, 12 Jul 2003 21:45:21 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130445.h6D4jL6x082121@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: misc/41490: C-Media 8738 sound card static X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:45:23 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:45:23 -0000 Synopsis: C-Media 8738 sound card static Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:45:13 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=41490 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:45:33 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C76337B40D; Sat, 12 Jul 2003 21:45:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF69443F3F; Sat, 12 Jul 2003 21:45:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4jWUp082173; Sat, 12 Jul 2003 21:45:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4jWOg082169; Sat, 12 Jul 2003 21:45:32 -0700 (PDT) Date: Sat, 12 Jul 2003 21:45:32 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130445.h6D4jWOg082169@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: i386/41743: No sound from SiS630s controller X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:45:33 -0000 Synopsis: No sound from SiS630s controller Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:45:26 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=41743 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:45:45 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C84937B401; Sat, 12 Jul 2003 21:45:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E840D43F75; Sat, 12 Jul 2003 21:45:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4jiUp082221; Sat, 12 Jul 2003 21:45:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4jigt082217; Sat, 12 Jul 2003 21:45:44 -0700 (PDT) Date: Sat, 12 Jul 2003 21:45:44 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130445.h6D4jigt082217@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/45182: fm801.c does not recognize a FM801 based sound card anymore X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:45:45 -0000 Synopsis: fm801.c does not recognize a FM801 based sound card anymore Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:45:38 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=45182 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:45:57 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D98D37B405; Sat, 12 Jul 2003 21:45:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EE543FAF; Sat, 12 Jul 2003 21:45:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4jvUp082269; Sat, 12 Jul 2003 21:45:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4jvIZ082265; Sat, 12 Jul 2003 21:45:57 -0700 (PDT) Date: Sat, 12 Jul 2003 21:45:57 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130445.h6D4jvIZ082265@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/46250: Sound driver not working correctly on SONY VAIO PCG-31F1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:45:58 -0000 Synopsis: Sound driver not working correctly on SONY VAIO PCG-31F1 Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:45:49 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=46250 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:44:57 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC8C637B401; Sat, 12 Jul 2003 21:44:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6939E43F75; Sat, 12 Jul 2003 21:44:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4ivUp082016; Sat, 12 Jul 2003 21:44:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4ivEs082012; Sat, 12 Jul 2003 21:44:57 -0700 (PDT) Date: Sat, 12 Jul 2003 21:44:57 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130444.h6D4ivEs082012@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/34854: /src/sys/dev/sound doesn't work correctly, post Aug 2001 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:44:58 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:44:58 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:44:58 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:44:58 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:44:58 -0000 Synopsis: /src/sys/dev/sound doesn't work correctly, post Aug 2001 Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:44:49 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=34854 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:46:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EB4537B401; Sat, 12 Jul 2003 21:46:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ADFE43F3F; Sat, 12 Jul 2003 21:46:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4kEUp082317; Sat, 12 Jul 2003 21:46:14 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4kENZ082313; Sat, 12 Jul 2003 21:46:14 -0700 (PDT) Date: Sat, 12 Jul 2003 21:46:14 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130446.h6D4kENZ082313@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: i386/48738: ForteMedia FM801 chipset based sound cards, pcm(4) not attaching X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:46:15 -0000 Synopsis: ForteMedia FM801 chipset based sound cards, pcm(4) not attaching Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:46:07 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=48738 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:46:29 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F2E637B401; Sat, 12 Jul 2003 21:46:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B0543FA3; Sat, 12 Jul 2003 21:46:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4kSUp082365; Sat, 12 Jul 2003 21:46:28 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4kSTw082361; Sat, 12 Jul 2003 21:46:28 -0700 (PDT) Date: Sat, 12 Jul 2003 21:46:28 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130446.h6D4kSTw082361@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/54078: Sound Plays ~10% Slow X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:46:29 -0000 Synopsis: Sound Plays ~10% Slow Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:46:22 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=54078 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:50:56 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 148C237B407; Sat, 12 Jul 2003 21:50:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E4043F3F; Sat, 12 Jul 2003 21:50:55 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4otUp082964; Sat, 12 Jul 2003 21:50:55 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4otpT082960; Sat, 12 Jul 2003 21:50:55 -0700 (PDT) Date: Sat, 12 Jul 2003 21:50:55 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130450.h6D4otpT082960@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/48338: pcm audio driver hogs /dev/dsp?.? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:50:56 -0000 Synopsis: pcm audio driver hogs /dev/dsp?.? Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:50:49 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=48338 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:51:06 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC54237B401; Sat, 12 Jul 2003 21:51:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C31743F85; Sat, 12 Jul 2003 21:51:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4p6Up083014; Sat, 12 Jul 2003 21:51:06 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4p6aj083010; Sat, 12 Jul 2003 21:51:06 -0700 (PDT) Date: Sat, 12 Jul 2003 21:51:06 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130451.h6D4p6aj083010@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/51145: Audio Slows during Heavy I/O X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:51:07 -0000 Synopsis: Audio Slows during Heavy I/O Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:51:00 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=51145 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:50:33 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F59D37B404; Sat, 12 Jul 2003 21:50:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C90443F93; Sat, 12 Jul 2003 21:50:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4oWUp082864; Sat, 12 Jul 2003 21:50:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4oWaf082860; Sat, 12 Jul 2003 21:50:32 -0700 (PDT) Date: Sat, 12 Jul 2003 21:50:32 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130450.h6D4oWaf082860@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: i386/37482: Weird behaviour under relatively slow load, skipping audio and choppy video playback. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:50:33 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:50:33 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:50:33 -0000 Synopsis: Weird behaviour under relatively slow load, skipping audio and choppy video playback. Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:50:23 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=37482 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:50:44 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D65437B401; Sat, 12 Jul 2003 21:50:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE3B43F3F; Sat, 12 Jul 2003 21:50:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4ohUp082912; Sat, 12 Jul 2003 21:50:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4oh5E082908; Sat, 12 Jul 2003 21:50:43 -0700 (PDT) Date: Sat, 12 Jul 2003 21:50:43 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130450.h6D4oh5E082908@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/46736: ISA audio CS4232 (HP Omnibook 5000C) work only once X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:50:44 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:50:44 -0000 X-List-Received-Date: Sun, 13 Jul 2003 04:50:44 -0000 Synopsis: ISA audio CS4232 (HP Omnibook 5000C) work only once Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:50:38 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=46736 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:51:48 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C9EB37B401; Sat, 12 Jul 2003 21:51:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A0D43F85; Sat, 12 Jul 2003 21:51:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4pmUp083061; Sat, 12 Jul 2003 21:51:48 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4ph0F083057; Sat, 12 Jul 2003 21:51:43 -0700 (PDT) Date: Sat, 12 Jul 2003 21:51:43 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130451.h6D4ph0F083057@freefall.freebsd.org> To: sapsan@usb.dp.ua, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/52866: Fatal 12 pagefault... when I load kernel module from audio/aureal-kmod port under 5.1-BETA X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:51:48 -0000 Synopsis: Fatal 12 pagefault... when I load kernel module from audio/aureal-kmod port under 5.1-BETA State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 21:51:22 PDT 2003 State-Changed-Why: Did you recompile the kernel module after upgrading? Using stale kernel modules can cause panics. http://www.freebsd.org/cgi/query-pr.cgi?pr=52866 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:52:02 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B87BA37B401; Sat, 12 Jul 2003 21:52:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A1B43F75; Sat, 12 Jul 2003 21:52:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4q2Up083115; Sat, 12 Jul 2003 21:52:02 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4q2FW083111; Sat, 12 Jul 2003 21:52:02 -0700 (PDT) Date: Sat, 12 Jul 2003 21:52:02 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130452.h6D4q2FW083111@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/23520: sb0 old style audio support in 4.2-RELEASE broken! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:52:03 -0000 Synopsis: sb0 old style audio support in 4.2-RELEASE broken! Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:51:51 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=23520 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:52:13 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FF4437B404; Sat, 12 Jul 2003 21:52:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB5D43F85; Sat, 12 Jul 2003 21:52:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4qCUp083163; Sat, 12 Jul 2003 21:52:13 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4qCk5083159; Sat, 12 Jul 2003 21:52:12 -0700 (PDT) Date: Sat, 12 Jul 2003 21:52:12 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130452.h6D4qCk5083159@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/37657: /dev/dsp and /dev/audio skip the first 3200 - 3600 samples X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:52:13 -0000 Synopsis: /dev/dsp and /dev/audio skip the first 3200 - 3600 samples Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:52:06 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=37657 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:53:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BE7537B401; Sat, 12 Jul 2003 21:53:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D52443F93; Sat, 12 Jul 2003 21:53:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4rGUp083343; Sat, 12 Jul 2003 21:53:16 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4rGxl083339; Sat, 12 Jul 2003 21:53:16 -0700 (PDT) Date: Sat, 12 Jul 2003 21:53:16 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130453.h6D4rGxl083339@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/54176: [PATCH] Updates for AC97 audio (ICH5/R & ALC-655 Codec) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:53:17 -0000 Synopsis: [PATCH] Updates for AC97 audio (ICH5/R & ALC-655 Codec) Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:53:10 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=54176 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:52:56 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15E4537B401; Sat, 12 Jul 2003 21:52:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A75DD43F93; Sat, 12 Jul 2003 21:52:55 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4qtUp083247; Sat, 12 Jul 2003 21:52:55 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4qtlY083243; Sat, 12 Jul 2003 21:52:55 -0700 (PDT) Date: Sat, 12 Jul 2003 21:52:55 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130452.h6D4qtlY083243@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/38967: 4/22/02 pcm driver merge appears to break several audio apps. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:52:56 -0000 Synopsis: 4/22/02 pcm driver merge appears to break several audio apps. Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:52:49 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=38967 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 21:53:07 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 735BF37B40F; Sat, 12 Jul 2003 21:53:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 481D543F85; Sat, 12 Jul 2003 21:53:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D4r6Up083295; Sat, 12 Jul 2003 21:53:06 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D4r69l083291; Sat, 12 Jul 2003 21:53:06 -0700 (PDT) Date: Sat, 12 Jul 2003 21:53:06 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130453.h6D4r69l083291@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/53417: Bad Recordings on AC97 onboard audio system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 04:53:08 -0000 Synopsis: Bad Recordings on AC97 onboard audio system Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 21:53:00 PDT 2003 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=53417 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:18:26 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F1F37B401; Sat, 12 Jul 2003 22:18:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02EB943F3F; Sat, 12 Jul 2003 22:18:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5IPUp087569; Sat, 12 Jul 2003 22:18:25 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5IPCx087565; Sat, 12 Jul 2003 22:18:25 -0700 (PDT) Date: Sat, 12 Jul 2003 22:18:25 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130518.h6D5IPCx087565@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, tjr@FreeBSD.org Subject: Re: misc/41792: lseek after ftruncate fails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:18:26 -0000 Synopsis: lseek after ftruncate fails Responsible-Changed-From-To: freebsd-bugs->tjr Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 22:18:12 PDT 2003 Responsible-Changed-Why: Tag, you're it! http://www.freebsd.org/cgi/query-pr.cgi?pr=41792 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:21:31 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81FAA37B401; Sat, 12 Jul 2003 22:21:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F12A643F3F; Sat, 12 Jul 2003 22:21:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5LUUp087927; Sat, 12 Jul 2003 22:21:30 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5LUU7087923; Sat, 12 Jul 2003 22:21:30 -0700 (PDT) Date: Sat, 12 Jul 2003 22:21:30 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130521.h6D5LUU7087923@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, hm@FreeBSD.org Subject: Re: kern/7556: sl_compress_init() will fail if called anything else than -1 or >MAX_STATE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:21:31 -0000 Synopsis: sl_compress_init() will fail if called anything else than -1 or >MAX_STATE Responsible-Changed-From-To: freebsd-bugs->hm Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 22:21:05 PDT 2003 Responsible-Changed-Why: hm is a committer, let him decide whether his PR is still valid http://www.freebsd.org/cgi/query-pr.cgi?pr=7556 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:24:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 566A537B401; Sat, 12 Jul 2003 22:24:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E94E043FA3; Sat, 12 Jul 2003 22:24:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5OBUp088008; Sat, 12 Jul 2003 22:24:11 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5OBYk088004; Sat, 12 Jul 2003 22:24:11 -0700 (PDT) Date: Sat, 12 Jul 2003 22:24:11 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130524.h6D5OBYk088004@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, pb@FreeBSD.org Subject: Re: bin/29026: traceroute -s option allows any IP address X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:24:12 -0000 Synopsis: traceroute -s option allows any IP address Responsible-Changed-From-To: freebsd-bugs->pb Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 22:23:56 PDT 2003 Responsible-Changed-Why: Assign this PR to pb to determine whether it is still valid http://www.freebsd.org/cgi/query-pr.cgi?pr=29026 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:28:07 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2242437B401; Sat, 12 Jul 2003 22:28:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B42C243F75; Sat, 12 Jul 2003 22:28:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5S6Up088169; Sat, 12 Jul 2003 22:28:06 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5S6vx088165; Sat, 12 Jul 2003 22:28:06 -0700 (PDT) Date: Sat, 12 Jul 2003 22:28:06 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130528.h6D5S6vx088165@freefall.freebsd.org> To: john@magpie.ece.arizona.edu, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/9991: new driver for National Instruments GPIB and GPIB/TNT cards X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:28:07 -0000 Synopsis: new driver for National Instruments GPIB and GPIB/TNT cards State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 22:27:57 PDT 2003 State-Changed-Why: Driver submission against 3.0 http://www.freebsd.org/cgi/query-pr.cgi?pr=9991 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:31:20 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32AC537B401; Sat, 12 Jul 2003 22:31:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C367543FB1; Sat, 12 Jul 2003 22:31:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5VJUp088449; Sat, 12 Jul 2003 22:31:19 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5VJsX088445; Sat, 12 Jul 2003 22:31:19 -0700 (PDT) Date: Sat, 12 Jul 2003 22:31:19 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130531.h6D5VJsX088445@freefall.freebsd.org> To: kris@FreeBSD.org, asami@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/7946: ccdconfig gives confusing error when given nonexistant disks X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:31:20 -0000 Synopsis: ccdconfig gives confusing error when given nonexistant disks Responsible-Changed-From-To: asami->freebsd-bugs Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 22:30:43 PDT 2003 Responsible-Changed-Why: Asami is no longer active http://www.freebsd.org/cgi/query-pr.cgi?pr=7946 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:36:40 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 270A737B409; Sat, 12 Jul 2003 22:36:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B828943FAF; Sat, 12 Jul 2003 22:36:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5adUp088609; Sat, 12 Jul 2003 22:36:39 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5admU088605; Sat, 12 Jul 2003 22:36:39 -0700 (PDT) Date: Sat, 12 Jul 2003 22:36:39 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130536.h6D5admU088605@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, nsayer@FreeBSD.org Subject: Re: bin/26201: telnet SRA password exchange trap when no password X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:36:40 -0000 Synopsis: telnet SRA password exchange trap when no password Responsible-Changed-From-To: freebsd-bugs->nsayer Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 22:36:29 PDT 2003 Responsible-Changed-Why: nsayer wrote the SRA support http://www.freebsd.org/cgi/query-pr.cgi?pr=26201 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:39:03 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ACEA37B404; Sat, 12 Jul 2003 22:39:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C7E43F85; Sat, 12 Jul 2003 22:39:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5d3Up088673; Sat, 12 Jul 2003 22:39:03 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5d3aF088669; Sat, 12 Jul 2003 22:39:03 -0700 (PDT) Date: Sat, 12 Jul 2003 22:39:03 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130539.h6D5d3aF088669@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, fenner@FreeBSD.org Subject: Re: bin/34269: tcpdump -v incorectly identifies packets as NFS X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:39:03 -0000 X-List-Received-Date: Sun, 13 Jul 2003 05:39:03 -0000 Synopsis: tcpdump -v incorectly identifies packets as NFS Responsible-Changed-From-To: freebsd-bugs->fenner Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 22:38:49 PDT 2003 Responsible-Changed-Why: Over to the tcpdump maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=34269 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:39:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7F5A37B407; Sat, 12 Jul 2003 22:39:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4372B43FA3; Sat, 12 Jul 2003 22:39:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5dGUp088718; Sat, 12 Jul 2003 22:39:16 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5dG6c088714; Sat, 12 Jul 2003 22:39:16 -0700 (PDT) Date: Sat, 12 Jul 2003 22:39:16 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130539.h6D5dG6c088714@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, fenner@FreeBSD.org Subject: Re: bin/51091: [FEATURE] Add -A (print ASCII) flag to tcpdump X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:39:17 -0000 Synopsis: [FEATURE] Add -A (print ASCII) flag to tcpdump Responsible-Changed-From-To: freebsd-bugs->fenner Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 22:39:05 PDT 2003 Responsible-Changed-Why: Over to the tcpdump maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=51091 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:44:33 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BADD37B401; Sat, 12 Jul 2003 22:44:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5AA943F3F; Sat, 12 Jul 2003 22:44:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5iWUp089049; Sat, 12 Jul 2003 22:44:32 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5iWRH089045; Sat, 12 Jul 2003 22:44:32 -0700 (PDT) Date: Sat, 12 Jul 2003 22:44:32 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130544.h6D5iWRH089045@freefall.freebsd.org> To: schmr000@mail.uni-mainz.de, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9233: gmp's mpq_add and mpq_sub are buggy X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:44:33 -0000 Synopsis: gmp's mpq_add and mpq_sub are buggy State-Changed-From-To: open->suspended State-Changed-By: kris State-Changed-When: Sat Jul 12 22:44:04 PDT 2003 State-Changed-Why: This is unlikely to be fixed since libgmp was removed from the 5.0 branch. I recommend you use the libgmp port instead. http://www.freebsd.org/cgi/query-pr.cgi?pr=9233 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:45:48 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2FC637B401; Sat, 12 Jul 2003 22:45:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9042D43F93; Sat, 12 Jul 2003 22:45:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5jlUp089117; Sat, 12 Jul 2003 22:45:47 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5jkNS089113; Sat, 12 Jul 2003 22:45:46 -0700 (PDT) Date: Sat, 12 Jul 2003 22:45:46 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130545.h6D5jkNS089113@freefall.freebsd.org> To: aef@cliph.keytown.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/17389: /bin/cp failed on some synthetic vfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:45:48 -0000 Synopsis: /bin/cp failed on some synthetic vfs State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 22:45:00 PDT 2003 State-Changed-Why: As you discovered, there are a number of problems with certain FS implementations on FreeBSD, but hacking cp so it won't work with any of them isn't the solution. http://www.freebsd.org/cgi/query-pr.cgi?pr=17389 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:46:59 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DACF737B401; Sat, 12 Jul 2003 22:46:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 786DA43FB1; Sat, 12 Jul 2003 22:46:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5kxUp089182; Sat, 12 Jul 2003 22:46:59 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5kxWE089178; Sat, 12 Jul 2003 22:46:59 -0700 (PDT) Date: Sat, 12 Jul 2003 22:46:59 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130546.h6D5kxWE089178@freefall.freebsd.org> To: fdabek@mit.edu, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/34538: mp_set_memory_functions not extern "C"'d in gmp.h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:47:00 -0000 X-List-Received-Date: Sun, 13 Jul 2003 05:47:00 -0000 Synopsis: mp_set_memory_functions not extern "C"'d in gmp.h State-Changed-From-To: open->suspended State-Changed-By: kris State-Changed-When: Sat Jul 12 22:46:28 PDT 2003 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=34538 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:47:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3825837B401; Sat, 12 Jul 2003 22:47:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD1C43F75; Sat, 12 Jul 2003 22:47:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5lGUp089385; Sat, 12 Jul 2003 22:47:16 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5lGFf089381; Sat, 12 Jul 2003 22:47:16 -0700 (PDT) Date: Sat, 12 Jul 2003 22:47:16 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130547.h6D5lGFf089381@freefall.freebsd.org> To: fdabek@mit.edu, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/34538: mp_set_memory_functions not extern "C"'d in gmp.h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:47:17 -0000 Synopsis: mp_set_memory_functions not extern "C"'d in gmp.h State-Changed-From-To: suspended->open State-Changed-By: kris State-Changed-When: Sat Jul 12 22:47:06 PDT 2003 State-Changed-Why: Suspended in error http://www.freebsd.org/cgi/query-pr.cgi?pr=34538 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:47:59 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8940D37B401; Sat, 12 Jul 2003 22:47:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F343643F75; Sat, 12 Jul 2003 22:47:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5lwUp089465; Sat, 12 Jul 2003 22:47:58 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5lweN089461; Sat, 12 Jul 2003 22:47:58 -0700 (PDT) Date: Sat, 12 Jul 2003 22:47:58 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130547.h6D5lweN089461@freefall.freebsd.org> To: trost@cloud.rain.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/18895: 'fe80::' cannot be used in "via" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:47:59 -0000 Synopsis: 'fe80::' cannot be used in "via" State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 22:47:40 PDT 2003 State-Changed-Why: Please report problems with the IPv6 code to the KAME developers (www.kame.net) http://www.freebsd.org/cgi/query-pr.cgi?pr=18895 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:49:54 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A145637B401; Sat, 12 Jul 2003 22:49:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4018143F75; Sat, 12 Jul 2003 22:49:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5nsUp089544; Sat, 12 Jul 2003 22:49:54 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5nrKR089540; Sat, 12 Jul 2003 22:49:53 -0700 (PDT) Date: Sat, 12 Jul 2003 22:49:53 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130549.h6D5nrKR089540@freefall.freebsd.org> To: pekkas@netcore.fi, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/24691: map-mbone segfaults at getsockname X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:49:54 -0000 Synopsis: map-mbone segfaults at getsockname State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 22:48:59 PDT 2003 State-Changed-Why: Does this persist in later releases? If yes, please rebuild map-mbone and libc with debugging symbols: CFLAGS=-O -pipe -ggdb STRIP= and obtain a full traceback from gdb. http://www.freebsd.org/cgi/query-pr.cgi?pr=24691 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:51:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AFED37B401; Sat, 12 Jul 2003 22:51:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F9843F3F; Sat, 12 Jul 2003 22:51:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5pGUp089869; Sat, 12 Jul 2003 22:51:16 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5pGMG089865; Sat, 12 Jul 2003 22:51:16 -0700 (PDT) Date: Sat, 12 Jul 2003 22:51:16 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130551.h6D5pGMG089865@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, re@FreeBSD.org Subject: Re: bin/25929: Can't use MAKEDEV in fixit mount X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:51:17 -0000 Synopsis: Can't use MAKEDEV in fixit mount Responsible-Changed-From-To: freebsd-bugs->re Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 22:50:51 PDT 2003 Responsible-Changed-Why: Enhancement request for fixit CD http://www.freebsd.org/cgi/query-pr.cgi?pr=25929 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 22:53:44 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B1037B401; Sat, 12 Jul 2003 22:53:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2369543F75; Sat, 12 Jul 2003 22:53:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D5riUp089943; Sat, 12 Jul 2003 22:53:44 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D5rhda089939; Sat, 12 Jul 2003 22:53:44 -0700 (PDT) Date: Sat, 12 Jul 2003 22:53:44 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130553.h6D5rhda089939@freefall.freebsd.org> To: znerd@freebsd.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/35309: umount -f does not work for ufs floppy X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 05:53:44 -0000 Synopsis: umount -f does not work for ufs floppy State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 22:53:22 PDT 2003 State-Changed-Why: As sheldon notes in the audit trail, this problem is often reported but not easy to fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=35309 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:00:08 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C30137B405; Sat, 12 Jul 2003 23:00:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D3243F3F; Sat, 12 Jul 2003 23:00:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D608Up090145; Sat, 12 Jul 2003 23:00:08 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D607X9090141; Sat, 12 Jul 2003 23:00:07 -0700 (PDT) Date: Sat, 12 Jul 2003 23:00:07 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130600.h6D607X9090141@freefall.freebsd.org> To: venglin@freebsd.lublin.pl, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/23352: [SECURITY] buffer overflow in opieftpd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:00:08 -0000 X-List-Received-Date: Sun, 13 Jul 2003 06:00:08 -0000 Synopsis: [SECURITY] buffer overflow in opieftpd State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 22:57:39 PDT 2003 State-Changed-Why: Patch committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=23352 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:00:32 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD50C37B49F for ; Sat, 12 Jul 2003 23:00:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50C0043F85 for ; Sat, 12 Jul 2003 23:00:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D60SUp090176 for ; Sat, 12 Jul 2003 23:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D60SCf090175; Sat, 12 Jul 2003 23:00:28 -0700 (PDT) Date: Sat, 12 Jul 2003 23:00:28 -0700 (PDT) Message-Id: <200307130600.h6D60SCf090175@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Roman Neuhauser Subject: Re: conf/54371 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Neuhauser List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:00:33 -0000 The following reply was made to PR conf/54371; it has been noted by GNATS. From: Roman Neuhauser To: Kris Kennaway Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/54371 Date: Sun, 13 Jul 2003 07:59:51 +0200 --H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline # kris@obsecurity.org / 2003-07-12 16:40:20 -0700: > Can you please submit the patch you would like to see committed to > FreeBSD? I think there's something wrong with my /usr/bin/send-pr. this is the second time it failed to include an attachment. I'm attaching it again in this email. -- FreeBSD 4.8-STABLE 7:56AM up 10:26, 13 users, load averages: 0.04, 0.02, 0.03 --H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="etc-services-svn.patch" --- services.orig Fri Jul 11 14:59:05 2003 +++ services Fri Jul 11 15:00:16 2003 @@ -1939,6 +1939,8 @@ vat 3456/udp #VAT default data vat-control 3457/tcp #VAT default control vat-control 3457/udp #VAT default control +svn 3690/tcp #Subversion +svn 3690/udp #Subversion udt_os 3900/tcp #Unidata UDT OS udt_os 3900/udp #Unidata UDT OS netcheque 4008/tcp #NetCheque accounting --H1spWtNR+x+ondvy-- From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:01:03 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA5337B401; Sat, 12 Jul 2003 23:01:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2977843F3F; Sat, 12 Jul 2003 23:01:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D613Up090390; Sat, 12 Jul 2003 23:01:03 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D613bF090386; Sat, 12 Jul 2003 23:01:03 -0700 (PDT) Date: Sat, 12 Jul 2003 23:01:03 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130601.h6D613bF090386@freefall.freebsd.org> To: buzmeg@hotmail.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/30449: NFS lock manager grants multiple locks on same file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:01:03 -0000 Synopsis: NFS lock manager grants multiple locks on same file State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 23:00:33 PDT 2003 State-Changed-Why: This is the documented behaviour of rpc.lockd on 4.x and earlier. 5.x has a complete implementation that should not suffer from this problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=30449 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:02:49 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0B9437B401; Sat, 12 Jul 2003 23:02:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4DB743FB1; Sat, 12 Jul 2003 23:02:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D62mUp090479; Sat, 12 Jul 2003 23:02:48 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D62mpN090475; Sat, 12 Jul 2003 23:02:48 -0700 (PDT) Date: Sat, 12 Jul 2003 23:02:48 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130602.h6D62mpN090475@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/44750: usr.bin/make: parens in compound conditional confuse parser X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:02:50 -0000 Synopsis: usr.bin/make: parens in compound conditional confuse parser Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 23:02:12 PDT 2003 Responsible-Changed-Why: Assign to ru as MFC reminder http://www.freebsd.org/cgi/query-pr.cgi?pr=44750 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:03:38 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C296937B401; Sat, 12 Jul 2003 23:03:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F96D43F85; Sat, 12 Jul 2003 23:03:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D63cUp090587; Sat, 12 Jul 2003 23:03:38 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D63cut090583; Sat, 12 Jul 2003 23:03:38 -0700 (PDT) Date: Sat, 12 Jul 2003 23:03:38 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130603.h6D63cut090583@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/48648: FreeBSD 5/PAM: incorrect handling of space symbols at the end of password X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:03:39 -0000 X-List-Received-Date: Sun, 13 Jul 2003 06:03:39 -0000 Synopsis: FreeBSD 5/PAM: incorrect handling of space symbols at the end of password Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 23:03:29 PDT 2003 Responsible-Changed-Why: Assign to PAM maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=48648 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:04:36 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F7737B404; Sat, 12 Jul 2003 23:04:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E4843FBD; Sat, 12 Jul 2003 23:04:35 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D64ZUp090643; Sat, 12 Jul 2003 23:04:35 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D64Za3090639; Sat, 12 Jul 2003 23:04:35 -0700 (PDT) Date: Sat, 12 Jul 2003 23:04:35 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130604.h6D64Za3090639@freefall.freebsd.org> To: jeffrey.crawford@netcologne.de, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/46175: Evolution reports "Generic error" creating subfolder with IMAP Server X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:04:36 -0000 Synopsis: Evolution reports "Generic error" creating subfolder with IMAP Server State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 23:04:15 PDT 2003 State-Changed-Why: This is not a FreeBSD bug. Please report it to the relevant third party software developers instead. http://www.freebsd.org/cgi/query-pr.cgi?pr=46175 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:06:41 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A22337B407; Sat, 12 Jul 2003 23:06:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B0C443F93; Sat, 12 Jul 2003 23:06:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D66eUp094169; Sat, 12 Jul 2003 23:06:40 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D66dfq094165; Sat, 12 Jul 2003 23:06:39 -0700 (PDT) Date: Sat, 12 Jul 2003 23:06:39 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130606.h6D66dfq094165@freefall.freebsd.org> To: sudakov@sibptus.tomsk.ru, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/53573: amd mounts only first session of a multisession CD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:06:41 -0000 Synopsis: amd mounts only first session of a multisession CD State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 23:06:19 PDT 2003 State-Changed-Why: amd is not maintainer by FreeBSD. Please take this up with the amd developers. http://www.freebsd.org/cgi/query-pr.cgi?pr=53573 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:07:21 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6BA937B401; Sat, 12 Jul 2003 23:07:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 431F543FA3; Sat, 12 Jul 2003 23:07:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D67KUp094221; Sat, 12 Jul 2003 23:07:20 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D67JZS094217; Sat, 12 Jul 2003 23:07:19 -0700 (PDT) Date: Sat, 12 Jul 2003 23:07:19 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130607.h6D67JZS094217@freefall.freebsd.org> To: arnt@gulbrandsen.priv.no, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/54278: dig misparses many IPv6 addresses X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:07:22 -0000 Synopsis: dig misparses many IPv6 addresses State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 23:07:02 PDT 2003 State-Changed-Why: BIND is not maintained by FreeBSD. Please take this up with the BIND developers instead. http://www.freebsd.org/cgi/query-pr.cgi?pr=54278 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:09:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A54DB37B401; Sat, 12 Jul 2003 23:09:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C2143F3F; Sat, 12 Jul 2003 23:09:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D69FUp094285; Sat, 12 Jul 2003 23:09:15 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D69FUk094281; Sat, 12 Jul 2003 23:09:15 -0700 (PDT) Date: Sat, 12 Jul 2003 23:09:15 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130609.h6D69FUk094281@freefall.freebsd.org> To: question@closedsrc.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/52826: Feature Request: Adding Timestamps to pkg info upon pkg_add X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:09:16 -0000 Synopsis: Feature Request: Adding Timestamps to pkg info upon pkg_add State-Changed-From-To: open->suspended State-Changed-By: kris State-Changed-When: Sat Jul 12 23:09:02 PDT 2003 State-Changed-Why: Suspended awaiting patch/committer http://www.freebsd.org/cgi/query-pr.cgi?pr=52826 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:10:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A4A37B401 for ; Sat, 12 Jul 2003 23:10:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 199E543F85 for ; Sat, 12 Jul 2003 23:10:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6AEUp094334 for ; Sat, 12 Jul 2003 23:10:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6AEfx094333; Sat, 12 Jul 2003 23:10:14 -0700 (PDT) Date: Sat, 12 Jul 2003 23:10:14 -0700 (PDT) Message-Id: <200307130610.h6D6AEfx094333@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: bin/54263 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:10:15 -0000 The following reply was made to PR bin/54263; it has been noted by GNATS. From: Kris Kennaway To: freebsd-gnats-submit@FreeBSD.org, tim@robbins.dropbear.id.au Cc: Subject: Re: bin/54263 Date: Sat, 12 Jul 2003 23:08:31 -0700 This problem was determined to only occur when the su'ing user is using the pdksh shell, and it does not occur from sh or csh. Kris From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:12:02 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D23F037B405; Sat, 12 Jul 2003 23:12:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5983B43FBD; Sat, 12 Jul 2003 23:12:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6C2Up094631; Sat, 12 Jul 2003 23:12:02 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6C2En094627; Sat, 12 Jul 2003 23:12:02 -0700 (PDT) Date: Sat, 12 Jul 2003 23:12:02 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130612.h6D6C2En094627@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, semenu@FreeBSD.org Subject: Re: bin/42732: Seg fault in mount_nfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:12:03 -0000 Synopsis: Seg fault in mount_nfs Responsible-Changed-From-To: freebsd-bugs->semenu Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 23:11:44 PDT 2003 Responsible-Changed-Why: Assign to semenu since it is alleged that his commit caused the problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=42732 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:13:21 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 433A037B401; Sat, 12 Jul 2003 23:13:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D65F143F3F; Sat, 12 Jul 2003 23:13:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6DKUp094847; Sat, 12 Jul 2003 23:13:20 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6DKiZ094843; Sat, 12 Jul 2003 23:13:20 -0700 (PDT) Date: Sat, 12 Jul 2003 23:13:20 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130613.h6D6DKiZ094843@freefall.freebsd.org> To: daniel+gnats@pelleg.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/43582: passwd(1) fails on nonexistent users X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:13:21 -0000 Synopsis: passwd(1) fails on nonexistent users State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 23:12:54 PDT 2003 State-Changed-Why: Can you please resubmit that patch in ascii format, not in base64 encoding? http://www.freebsd.org/cgi/query-pr.cgi?pr=43582 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:23:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EEC937B401; Sat, 12 Jul 2003 23:23:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CEF343FB1; Sat, 12 Jul 2003 23:23:23 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6NMUp096639; Sat, 12 Jul 2003 23:23:22 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6NMg8096630; Sat, 12 Jul 2003 23:23:22 -0700 (PDT) Date: Sat, 12 Jul 2003 23:23:22 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130623.h6D6NMg8096630@freefall.freebsd.org> To: anders@fix.no, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/28988: We need more simple message digesting tools X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:23:23 -0000 Synopsis: We need more simple message digesting tools State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 23:22:45 PDT 2003 State-Changed-Why: Thanks for the submission, but as you note openssl already has this capability. Duplicating code would not be a good idea. http://www.freebsd.org/cgi/query-pr.cgi?pr=28988 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:25:18 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B05237B401; Sat, 12 Jul 2003 23:25:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9653143FA3; Sat, 12 Jul 2003 23:25:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6PHUp097067; Sat, 12 Jul 2003 23:25:17 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6PHe6097063; Sat, 12 Jul 2003 23:25:17 -0700 (PDT) Date: Sat, 12 Jul 2003 23:25:17 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130625.h6D6PHe6097063@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-standards@FreeBSD.org Subject: Re: bin/24390: Replacing old dir-symlinks when using /bin/ln X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:25:18 -0000 Synopsis: Replacing old dir-symlinks when using /bin/ln Responsible-Changed-From-To: freebsd-bugs->freebsd-standards Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 23:25:01 PDT 2003 Responsible-Changed-Why: Assign to standards group to determine correct behaviour http://www.freebsd.org/cgi/query-pr.cgi?pr=24390 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:30:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84BD037B401 for ; Sat, 12 Jul 2003 23:30:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C20643F85 for ; Sat, 12 Jul 2003 23:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6UBUp097408 for ; Sat, 12 Jul 2003 23:30:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6UBMs097407; Sat, 12 Jul 2003 23:30:11 -0700 (PDT) Date: Sat, 12 Jul 2003 23:30:11 -0700 (PDT) Message-Id: <200307130630.h6D6UBMs097407@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: bin/21312 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:30:12 -0000 The following reply was made to PR bin/21312; it has been noted by GNATS. From: Kris Kennaway To: freebsd-gnats-submit@FreeBSD.org, rwatson@freebsd.org Cc: Subject: Re: bin/21312 Date: Sat, 12 Jul 2003 23:27:41 -0700 This behaviour still exists, but the bug report should probably be sent to the less developers, since less is maintained externally to FreeBSD. Kris From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:30:23 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E7837B401; Sat, 12 Jul 2003 23:30:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6E5B43F3F; Sat, 12 Jul 2003 23:30:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6UMUp097585; Sat, 12 Jul 2003 23:30:22 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6UMAM097581; Sat, 12 Jul 2003 23:30:22 -0700 (PDT) Date: Sat, 12 Jul 2003 23:30:22 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130630.h6D6UMAM097581@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-standards@FreeBSD.org Subject: Re: bin/53682: [PATCH] add fuser(1) utitity X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:30:23 -0000 X-List-Received-Date: Sun, 13 Jul 2003 06:30:23 -0000 Synopsis: [PATCH] add fuser(1) utitity Responsible-Changed-From-To: freebsd-bugs->freebsd-standards Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 23:29:56 PDT 2003 Responsible-Changed-Why: Assign to standards group, since this is a POSIX-required utility http://www.freebsd.org/cgi/query-pr.cgi?pr=53682 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:31:04 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E920A37B401; Sat, 12 Jul 2003 23:31:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864E443F3F; Sat, 12 Jul 2003 23:31:04 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6V4Up097698; Sat, 12 Jul 2003 23:31:04 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6V4iD097694; Sat, 12 Jul 2003 23:31:04 -0700 (PDT) Date: Sat, 12 Jul 2003 23:31:04 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130631.h6D6V4iD097694@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-qa@FreeBSD.org Subject: Re: bin/52271: sysinstall panics in machine with no hard drive X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:31:05 -0000 Synopsis: sysinstall panics in machine with no hard drive Responsible-Changed-From-To: freebsd-bugs->freebsd-qa Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 23:30:52 PDT 2003 Responsible-Changed-Why: Can someone determine whether this problem persists? http://www.freebsd.org/cgi/query-pr.cgi?pr=52271 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:33:11 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E5937B401; Sat, 12 Jul 2003 23:33:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D996D43F3F; Sat, 12 Jul 2003 23:33:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6XAUp097764; Sat, 12 Jul 2003 23:33:10 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6XAWU097760; Sat, 12 Jul 2003 23:33:10 -0700 (PDT) Date: Sat, 12 Jul 2003 23:33:10 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130633.h6D6XAWU097760@freefall.freebsd.org> To: crow@kapu.hu, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/48525: [PATCH] pkg_add under 5.0-RELEASE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:33:11 -0000 Synopsis: [PATCH] pkg_add under 5.0-RELEASE State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 23:32:33 PDT 2003 State-Changed-Why: The PACKAGESITE environment variable may be used to control the package fetch location. http://www.freebsd.org/cgi/query-pr.cgi?pr=48525 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:33:57 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C642837B401; Sat, 12 Jul 2003 23:33:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C41843F93; Sat, 12 Jul 2003 23:33:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6XvUp097832; Sat, 12 Jul 2003 23:33:57 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6XvXr097828; Sat, 12 Jul 2003 23:33:57 -0700 (PDT) Date: Sat, 12 Jul 2003 23:33:57 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130633.h6D6XvXr097828@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, mtm@FreeBSD.org Subject: Re: bin/53366: rc.d/root is trying "mount /" while starting up any jails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:33:58 -0000 Synopsis: rc.d/root is trying "mount /" while starting up any jails Responsible-Changed-From-To: freebsd-bugs->mtm Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 23:33:46 PDT 2003 Responsible-Changed-Why: Assign to rc.d maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=53366 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:40:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E69C37B401; Sat, 12 Jul 2003 23:40:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2AD643F85; Sat, 12 Jul 2003 23:39:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6dxUp000467; Sat, 12 Jul 2003 23:39:59 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6dxon000463; Sat, 12 Jul 2003 23:39:59 -0700 (PDT) Date: Sat, 12 Jul 2003 23:39:59 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130639.h6D6dxon000463@freefall.freebsd.org> To: jgreco@ns.sol.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/50471: telnet-bang crashes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:40:00 -0000 Synopsis: telnet-bang crashes State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 23:39:20 PDT 2003 State-Changed-Why: I cannot reproduce this locally either. Does the problem persist? http://www.freebsd.org/cgi/query-pr.cgi?pr=50471 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:38:33 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF5FA37B404; Sat, 12 Jul 2003 23:38:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD5A43FA3; Sat, 12 Jul 2003 23:38:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6cXUp099807; Sat, 12 Jul 2003 23:38:33 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6cXo6099802; Sat, 12 Jul 2003 23:38:33 -0700 (PDT) Date: Sat, 12 Jul 2003 23:38:33 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130638.h6D6cXo6099802@freefall.freebsd.org> To: stephen@math.missouri.edu, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, kris@FreeBSD.org Subject: Re: bin/50328: ctm_smail doesn't handle large deltas well X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:38:34 -0000 X-List-Received-Date: Sun, 13 Jul 2003 06:38:34 -0000 X-List-Received-Date: Sun, 13 Jul 2003 06:38:34 -0000 Synopsis: ctm_smail doesn't handle large deltas well State-Changed-From-To: open->patched State-Changed-By: kris State-Changed-When: Sat Jul 12 23:38:18 PDT 2003 State-Changed-Why: Patch committed, thanks! Responsible-Changed-From-To: freebsd-bugs->kris Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 23:38:18 PDT 2003 Responsible-Changed-Why: Patch committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=50328 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:40:18 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2DBA37B401; Sat, 12 Jul 2003 23:40:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC56D43F93; Sat, 12 Jul 2003 23:40:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6eHUp000715; Sat, 12 Jul 2003 23:40:17 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6eHN1000711; Sat, 12 Jul 2003 23:40:17 -0700 (PDT) Date: Sat, 12 Jul 2003 23:40:17 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130640.h6D6eHN1000711@freefall.freebsd.org> To: jgreco@ns.sol.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/50471: telnet-bang crashes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:40:19 -0000 Synopsis: telnet-bang crashes State-Changed-From-To: closed->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 23:40:04 PDT 2003 State-Changed-Why: Closed erroneously http://www.freebsd.org/cgi/query-pr.cgi?pr=50471 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:41:33 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3687A37B401; Sat, 12 Jul 2003 23:41:33 -0700 (PDT) Received: from builder.freebsdmall.com (builder.freebsdmall.com [65.86.180.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id A642E43FAF; Sat, 12 Jul 2003 23:41:32 -0700 (PDT) (envelope-from murray@builder.freebsdmall.com) Received: (from root@localhost) by builder.freebsdmall.com (8.12.9/8.11.6) id h6D6fWNG013284; Sat, 12 Jul 2003 23:41:32 -0700 (PDT) (envelope-from murray) Date: Sat, 12 Jul 2003 23:41:29 -0700 From: Murray Stokely To: Kris Kennaway Message-ID: <20030712234129.I215@freebsdmall.com> References: <200307130357.h6D3vVTC074610@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200307130357.h6D3vVTC074610@freefall.freebsd.org>; from kris@freebsd.org on Sat, Jul 12, 2003 at 08:57:31PM -0700 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D cc: freebsd-bugs@freebsd.org cc: re@freebsd.org Subject: Re: misc/43483: installation: missing '\n' (newline) in debug messeages. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:41:33 -0000 On Sat, Jul 12, 2003 at 08:57:31PM -0700, Kris Kennaway wrote: > Synopsis: installation: missing '\n' (newline) in debug messeages. Hi Kris, I'm happy to take a look at these PRs when I get the chance, but freebsd-qa@ is a wider net that I prefer to assign this class of bug to. There are a lot of outside contributors (like David Yeske, for example) that occasionally send us fixes for release and sysinstall issues. I think having the PRs assigned to an open list like -qa is more conducive to their efforts. When things are assigned to re@, others may get the impression that there is something controversial about the PR that re@ needs to make a decision on. - Murray From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:43:22 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206AC37B401; Sat, 12 Jul 2003 23:43:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B8343F85; Sat, 12 Jul 2003 23:43:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6hLUp001328; Sat, 12 Jul 2003 23:43:21 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6hKEs001324; Sat, 12 Jul 2003 23:43:20 -0700 (PDT) Date: Sat, 12 Jul 2003 23:43:20 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130643.h6D6hKEs001324@freefall.freebsd.org> To: stevepeck@pavilion.co.uk, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/43209: download of bin.cp is only 239717 and not 240640 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:43:22 -0000 X-List-Received-Date: Sun, 13 Jul 2003 06:43:22 -0000 Synopsis: download of bin.cp is only 239717 and not 240640 State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 23:42:41 PDT 2003 State-Changed-Why: Unable to reproduce; it was most likely a transient error of some sort. http://www.freebsd.org/cgi/query-pr.cgi?pr=43209 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:44:40 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE3037B404; Sat, 12 Jul 2003 23:44:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CEC243FCB; Sat, 12 Jul 2003 23:44:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6idUp001782; Sat, 12 Jul 2003 23:44:39 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6idYh001778; Sat, 12 Jul 2003 23:44:39 -0700 (PDT) Date: Sat, 12 Jul 2003 23:44:39 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130644.h6D6idYh001778@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: bin/48730: burncd does not handle signals and causes damage X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:44:40 -0000 Synopsis: burncd does not handle signals and causes damage Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 23:44:07 PDT 2003 Responsible-Changed-Why: Assign to the burncd maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=48730 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:45:42 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0898237B401; Sat, 12 Jul 2003 23:45:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973FC43F93; Sat, 12 Jul 2003 23:45:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6jfUp001934; Sat, 12 Jul 2003 23:45:41 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6jf5o001930; Sat, 12 Jul 2003 23:45:41 -0700 (PDT) Date: Sat, 12 Jul 2003 23:45:41 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130645.h6D6jf5o001930@freefall.freebsd.org> To: matt.hall@networkcorps.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/50612: 4.7-4.8 BIND error (BIND goes haywire.) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:45:42 -0000 Synopsis: 4.7-4.8 BIND error (BIND goes haywire.) State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 23:45:22 PDT 2003 State-Changed-Why: BIND is not maintained by FreeBSD. Please take this up with the BIND developers instead. http://www.freebsd.org/cgi/query-pr.cgi?pr=50612 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:47:24 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DA237B401; Sat, 12 Jul 2003 23:47:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0EA43F75; Sat, 12 Jul 2003 23:47:23 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6lNUp002294; Sat, 12 Jul 2003 23:47:23 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6lNpx002290; Sat, 12 Jul 2003 23:47:23 -0700 (PDT) Date: Sat, 12 Jul 2003 23:47:23 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130647.h6D6lNpx002290@freefall.freebsd.org> To: bpatin@padecs.riss.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/44570: ftp behind VPN server fails host name lookup X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:47:24 -0000 Synopsis: ftp behind VPN server fails host name lookup State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 23:46:45 PDT 2003 State-Changed-Why: Can you please obtain a tcpdump trace showing the TCP traffic made by the ftp client (particularly the DNS requests)? http://www.freebsd.org/cgi/query-pr.cgi?pr=44570 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:48:50 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA7E37B401; Sat, 12 Jul 2003 23:48:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C124B43F93; Sat, 12 Jul 2003 23:48:49 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6mnUp002351; Sat, 12 Jul 2003 23:48:49 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6mm4k002347; Sat, 12 Jul 2003 23:48:48 -0700 (PDT) Date: Sat, 12 Jul 2003 23:48:48 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130648.h6D6mm4k002347@freefall.freebsd.org> To: reto.trachsel@netmodule.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/39918: Userland PPP - CHAP and PAP are swaped X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:48:50 -0000 Synopsis: Userland PPP - CHAP and PAP are swaped State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sat Jul 12 23:48:31 PDT 2003 State-Changed-Why: Does this problem persist with a later release? http://www.freebsd.org/cgi/query-pr.cgi?pr=39918 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:49:06 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C2B37B401; Sat, 12 Jul 2003 23:49:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CCC543F75; Sat, 12 Jul 2003 23:49:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6n5Up002445; Sat, 12 Jul 2003 23:49:05 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6n5od002440; Sat, 12 Jul 2003 23:49:05 -0700 (PDT) Date: Sat, 12 Jul 2003 23:49:05 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130649.h6D6n5od002440@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: bin/39918: Userland PPP - CHAP and PAP are swaped X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:49:06 -0000 Synopsis: Userland PPP - CHAP and PAP are swaped Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 12 23:48:52 PDT 2003 Responsible-Changed-Why: Assign to ppp maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=39918 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:52:05 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A78DC37B401; Sat, 12 Jul 2003 23:52:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E1143F75; Sat, 12 Jul 2003 23:52:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6D6q5Up003027; Sat, 12 Jul 2003 23:52:05 -0700 (PDT) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6D6q4T8003023; Sat, 12 Jul 2003 23:52:04 -0700 (PDT) Date: Sat, 12 Jul 2003 23:52:04 -0700 (PDT) From: Kris Kennaway Message-Id: <200307130652.h6D6q4T8003023@freefall.freebsd.org> To: peterjeremy@optushome.com.au, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/46533: Inadequate validity checking on args to tcsh builtin 'kill' X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:52:06 -0000 X-List-Received-Date: Sun, 13 Jul 2003 06:52:06 -0000 Synopsis: Inadequate validity checking on args to tcsh builtin 'kill' State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 12 23:50:58 PDT 2003 State-Changed-Why: Patch accepted by vendor http://www.freebsd.org/cgi/query-pr.cgi?pr=46533 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 12 23:52:29 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF8737B401; Sat, 12 Jul 2003 23:52:29 -0700 (PDT) Received: from mail1.sol.net (mail1.sol.net [206.55.64.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A4643F75; Sat, 12 Jul 2003 23:52:28 -0700 (PDT) (envelope-from jgreco@aurora.sol.net) Received: from aurora.sol.net (aurora.sol.net [206.55.65.130]) by mail1.sol.net (8.11.0/8.11.0/SNNS-1.04) with ESMTP id h6D6qPX51270; Sun, 13 Jul 2003 01:52:25 -0500 (CDT) Received: (from jgreco@localhost) by aurora.sol.net (8.12.8p1/8.12.9/Submit) id h6D6qP0m054681; Sun, 13 Jul 2003 01:52:25 -0500 (CDT) From: Joe Greco Message-Id: <200307130652.h6D6qP0m054681@aurora.sol.net> To: kris@FreeBSD.org (Kris Kennaway) Date: Sun, 13 Jul 2003 01:52:24 -0500 (CDT) In-Reply-To: <200307130640.h6D6eHN1000711@freefall.freebsd.org> from "Kris Kennaway" at Jul 12, 2003 11:40:17 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/50471: telnet-bang crashes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 06:52:29 -0000 > Synopsis: telnet-bang crashes > > State-Changed-From-To: closed->feedback > State-Changed-By: kris > State-Changed-When: Sat Jul 12 23:40:04 PDT 2003 > State-Changed-Why: > Closed erroneously > > http://www.freebsd.org/cgi/query-pr.cgi?pr=50471 Doesn't seem to happen on a 4.8 box. You'll have to try others yourself. I vaguely recall someone writing a note and I think it said that there was a bug in the crypto version that had been fixed after 4.7. However, I can not locate that at this time. ... JG -- Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net "We call it the 'one bite at the apple' rule. Give me one chance [and] then I won't contact you again." - Direct Marketing Ass'n position on e-mail spam(CNN) With 24 million small businesses in the US alone, that's way too many apples.