From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:22 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B164F16A4CE for ; Sun, 12 Sep 2004 02:40:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8600543D49 for ; Sun, 12 Sep 2004 02:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eM2Q086892 for ; Sun, 12 Sep 2004 02:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eMkZ086891; Sun, 12 Sep 2004 02:40:22 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:22 GMT Resent-Message-Id: <200409120240.i8C2eMkZ086891@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED93616A4CE for ; Sun, 12 Sep 2004 02:37:21 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7D143D45 for ; Sun, 12 Sep 2004 02:37:18 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2bFj0007087 for ; Sun, 12 Sep 2004 04:37:16 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2bE2D007086 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:37:14 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120237.i8C2bE2D007086@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:37:14 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71613: [PATCH] cleanup of the usr.sbin/traceroute6 code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:22 -0000 X-List-Received-Date: Sun, 12 Sep 2004 02:40:22 -0000 >Number: 71613 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/traceroute6 code >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 Sep 12 02:40:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/traceroute6/traceroute6.c,v 1.16 2004/06/13 18:38:46 dwmalone >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/traceroute6/traceroute6.c:69: warning: 'copyright' defined but not used >How-To-Repeat: N/A >Fix: *** usr.sbin/traceroute6/traceroute6.c.ORIG Sun Sep 5 18:33:05 2004 --- usr.sbin/traceroute6/traceroute6.c Sun Sep 5 18:33:13 2004 *************** *** 66,72 **** */ #ifndef lint ! static char copyright[] = "@(#) Copyright (c) 1990, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ --- 66,72 ---- */ #ifndef lint ! volatile static char copyright[] = "@(#) Copyright (c) 1990, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1081016A4CE for ; Sun, 12 Sep 2004 02:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D1B43D49 for ; Sun, 12 Sep 2004 02:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eMAk086905 for ; Sun, 12 Sep 2004 02:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eMGJ086904; Sun, 12 Sep 2004 02:40:22 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:22 GMT Resent-Message-Id: <200409120240.i8C2eMGJ086904@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B838316A4CE for ; Sun, 12 Sep 2004 02:37:25 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48D143D41 for ; Sun, 12 Sep 2004 02:37:24 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2bNSj007089 for ; Sun, 12 Sep 2004 04:37:23 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2bM7U007088 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:37:22 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120237.i8C2bM7U007088@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:37:22 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71614: [PATCH] cleanup of the usr.sbin/ugidfw code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:23 -0000 >Number: 71614 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/ugidfw code >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 Sep 12 02:40:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 $FreeBSD: src/usr.sbin/ugidfw/ugidfw.c,v 1.2 2004/02/25 03:59:56 rwatson >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/ugidfw/ugidfw.c:67: warning: unused variable `value' usr.sbin/ugidfw/ugidfw.c:69: warning: unused variable `endp' >How-To-Repeat: N/A >Fix: *** usr.sbin/ugidfw/ugidfw.c.ORIG Sun Sep 5 18:37:32 2004 --- usr.sbin/ugidfw/ugidfw.c Sun Sep 5 18:38:10 2004 *************** *** 64,72 **** { char errstr[BUFSIZ]; struct mac_bsdextended_rule rule; - long value; int error, rulenum; - char *endp; error = bsde_parse_rule(argc, argv, &rule, BUFSIZ, errstr); if (error) { --- 64,70 ---- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F58E16A4CE for ; Sun, 12 Sep 2004 02:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3411843D45 for ; Sun, 12 Sep 2004 02:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eNU9086918 for ; Sun, 12 Sep 2004 02:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eNfA086917; Sun, 12 Sep 2004 02:40:23 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:23 GMT Resent-Message-Id: <200409120240.i8C2eNfA086917@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F05216A4CE for ; Sun, 12 Sep 2004 02:37:29 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA0C43D31 for ; Sun, 12 Sep 2004 02:37:28 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2bQqQ007091 for ; Sun, 12 Sep 2004 04:37:27 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2bQis007090 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:37:26 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120237.i8C2bQis007090@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:37:26 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71615: [PATCH] cleanup of the usr.sbin/usbd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:23 -0000 >Number: 71615 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/usbd code >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 Sep 12 02:40:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 $FreeBSD: src/usr.sbin/usbd/usbd.c,v 1.29 2003/10/25 22:03:10 jmg >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/usbd/usbd.c:588: warning: long int format, time_t arg (arg 2) usr.sbin/usbd/usbd.c:610: warning: int format, pointer arg (arg 2) usr.sbin/usbd/usbd.c:615: warning: unsigned int format, pointer arg (arg 2) usr.sbin/usbd/usbd.c:615: warning: char format, different type arg (arg 3) >How-To-Repeat: N/A >Fix: *** usr.sbin/usbd/usbd.c.ORIG Sun Sep 5 18:40:34 2004 --- usr.sbin/usbd/usbd.c Sun Sep 5 18:51:23 2004 *************** *** 584,590 **** devinfo = &event->u.ue_device; printf(" at %ld.%09ld, %s, %s:\n", ! timespec->tv_sec, timespec->tv_nsec, devinfo->udi_product, devinfo->udi_vendor); printf(" vndr=0x%04x prdct=0x%04x rlse=0x%04x " --- 584,590 ---- devinfo = &event->u.ue_device; printf(" at %ld.%09ld, %s, %s:\n", ! (long int)timespec->tv_sec, timespec->tv_nsec, devinfo->udi_product, devinfo->udi_vendor); printf(" vndr=0x%04x prdct=0x%04x rlse=0x%04x " *************** *** 607,618 **** } } else if (event->ue_type == USB_EVENT_CTRLR_ATTACH || event->ue_type == USB_EVENT_CTRLR_DETACH) { ! printf(" bus=%d", &event->u.ue_ctrlr.ue_bus); } else if (event->ue_type == USB_EVENT_DRIVER_ATTACH || event->ue_type == USB_EVENT_DRIVER_DETACH) { printf(" cookie=%u devname=%s", ! &event->u.ue_driver.ue_cookie.cookie, ! &event->u.ue_driver.ue_devname); } printf("\n"); } --- 607,618 ---- } } else if (event->ue_type == USB_EVENT_CTRLR_ATTACH || event->ue_type == USB_EVENT_CTRLR_DETACH) { ! printf(" bus=%d", event->u.ue_ctrlr.ue_bus); } else if (event->ue_type == USB_EVENT_DRIVER_ATTACH || event->ue_type == USB_EVENT_DRIVER_DETACH) { printf(" cookie=%u devname=%s", ! event->u.ue_driver.ue_cookie.cookie, ! event->u.ue_driver.ue_devname); } printf("\n"); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0C716A4CE for ; Sun, 12 Sep 2004 02:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8631143D45 for ; Sun, 12 Sep 2004 02:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eN4r086931 for ; Sun, 12 Sep 2004 02:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eNk7086930; Sun, 12 Sep 2004 02:40:23 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:23 GMT Resent-Message-Id: <200409120240.i8C2eNk7086930@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5259716A4CE for ; Sun, 12 Sep 2004 02:37:33 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F16643D45 for ; Sun, 12 Sep 2004 02:37:32 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2bUPN007093 for ; Sun, 12 Sep 2004 04:37:30 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2bUP3007092 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:37:30 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120237.i8C2bUP3007092@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:37:30 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71616: [PATCH] cleanup of the usr.sbin/yp_mkdb code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:23 -0000 >Number: 71616 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/yp_mkdb code >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 Sep 12 02:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 $FreeBSD: src/usr.sbin/yp_mkdb/yp_mkdb.c,v 1.16 2003/05/03 21:06:41 obrien >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/yp_mkdb/yp_mkdb.c:90: warning: char format, void arg (arg 3) usr.sbin/yp_mkdb/yp_mkdb.c:90: warning: char format, void arg (arg 5) usr.sbin/yp_mkdb/yp_mkdb.c:221: warning: long unsigned int format, time_t arg (arg 4) usr.sbin/yp_mkdb/yp_mkdb.c:221: warning: long unsigned int format, time_t arg (arg 4) >How-To-Repeat: N/A >Fix: *** usr.sbin/yp_mkdb/yp_mkdb.c.ORIG Sun Sep 5 18:54:07 2004 --- usr.sbin/yp_mkdb/yp_mkdb.c Sun Sep 5 19:01:20 2004 *************** *** 87,93 **** key.data = NULL; while (yp_next_record(dbp, &key, &data, 1, 1) == YP_TRUE) ! printf("%.*s %.*s\n", key.size,key.data,data.size,data.data); (void)(dbp->close)(dbp); return; --- 87,94 ---- key.data = NULL; while (yp_next_record(dbp, &key, &data, 1, 1) == YP_TRUE) ! printf("%.*s %.*s\n", key.size, (char *)key.data, ! data.size, (char *)data.data); (void)(dbp->close)(dbp); return; *************** *** 218,224 **** key.data = "YP_LAST_MODIFIED"; key.size = sizeof("YP_LAST_MODIFIED") - 1; ! snprintf(buf, sizeof(buf), "%lu", time(NULL)); data.data = (char *)&buf; data.size = strlen(buf); yp_put_record(dbp, &key, &data, 0); --- 219,225 ---- key.data = "YP_LAST_MODIFIED"; key.size = sizeof("YP_LAST_MODIFIED") - 1; ! snprintf(buf, sizeof(buf), "%lu", (long unsigned int)time(NULL)); data.data = (char *)&buf; data.size = strlen(buf); yp_put_record(dbp, &key, &data, 0); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F228216A4CE for ; Sun, 12 Sep 2004 02:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61FE43D45 for ; Sun, 12 Sep 2004 02:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eNFn086944 for ; Sun, 12 Sep 2004 02:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eNcc086943; Sun, 12 Sep 2004 02:40:23 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:23 GMT Resent-Message-Id: <200409120240.i8C2eNcc086943@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24AD816A4CE for ; Sun, 12 Sep 2004 02:37:37 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id E620E43D48 for ; Sun, 12 Sep 2004 02:37:35 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2bYow007095 for ; Sun, 12 Sep 2004 04:37:34 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2bXEB007094 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:37:33 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120237.i8C2bXEB007094@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:37:33 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71617: [PATCH] cleanup of the usr.sbin/ypserv code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:24 -0000 >Number: 71617 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/ypserv code >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 Sep 12 02:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/ypserv/yp_main.c,v 1.26 2003/05/03 21:06:42 obrien usr.sbin/ypserv/yp_dnslookup.c,v 1.24 2003/05/03 21:06:42 obrien >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/ypserv/yp_dnslookup.c:347: warning: unused variable `retrybuf' usr.sbin/ypserv/yp_dnslookup.c:454: warning: int format, long unsigned int arg (arg 2) usr.sbin/ypserv/yp_dnslookup.c:518: warning: int format, long unsigned int arg (arg 2) usr.sbin/ypserv/yp_main.c:109: warning: unused variable `forked' >How-To-Repeat: N/A >Fix: *** usr.sbin/ypserv/yp_dnslookup.c.ORIG Thu May 29 19:34:29 2003 --- usr.sbin/ypserv/yp_dnslookup.c Sun Sep 5 19:08:30 2004 *************** *** 344,350 **** { register struct circleq_dnsentry *q; char buf[sizeof(HEADER) + MAXPACKET]; - char retrybuf[MAXHOSTNAMELEN]; struct sockaddr_in sin; int rval; int len; --- 344,349 ---- *************** *** 451,457 **** pending++; if (debug) ! yp_error("queueing async DNS name lookup (%d)", q->id); yp_prune_dnsq(); return(YP_TRUE); --- 450,456 ---- pending++; if (debug) ! yp_error("queueing async DNS name lookup (%lu)", q->id); yp_prune_dnsq(); return(YP_TRUE); *************** *** 515,521 **** pending++; if (debug) ! yp_error("queueing async DNS address lookup (%d)", q->id); yp_prune_dnsq(); return(YP_TRUE); --- 514,520 ---- pending++; if (debug) ! yp_error("queueing async DNS address lookup (%lu)", q->id); yp_prune_dnsq(); return(YP_TRUE); *** usr.sbin/ypserv/yp_main.c.ORIG Thu May 29 19:34:29 2003 --- usr.sbin/ypserv/yp_main.c Sun Sep 5 19:09:31 2004 *************** *** 106,112 **** #else int readfds; #endif /* def FD_SETSIZE */ - extern int forked; int fd_setsize = _rpc_dtablesize(); struct timeval timeout; --- 106,111 ---- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 591E416A4CE for ; Sun, 12 Sep 2004 02:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA0443D45 for ; Sun, 12 Sep 2004 02:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eOgc086957 for ; Sun, 12 Sep 2004 02:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eOix086956; Sun, 12 Sep 2004 02:40:24 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:24 GMT Resent-Message-Id: <200409120240.i8C2eOix086956@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF17516A4CE for ; Sun, 12 Sep 2004 02:37:40 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id B463A43D48 for ; Sun, 12 Sep 2004 02:37:39 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2bc9q007097 for ; Sun, 12 Sep 2004 04:37:38 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2bb7V007096 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:37:37 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120237.i8C2bb7V007096@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:37:37 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71618: [PATCH] cleanup of the usr.sbin/timed code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:24 -0000 >Number: 71618 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/timed code >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 Sep 12 02:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 src/usr.sbin/timed/timed/readmsg.c,v 1.9 2001/11/20 07:13:40 jhb src/usr.sbin/timed/timed/master.c,v 1.9 2002/07/11 20:01:36 robert >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/timed/timed/master.c:340: warning: no return statement in function returning non-void usr.sbin/timed/timed/readmsg.c:501: warning: long int format, int32_t arg (arg 6) usr.sbin/timed/timed/readmsg.c:501: warning: long int format, int32_t arg (arg 7) >How-To-Repeat: N/A >Fix: *** usr.sbin/timed/timed/master.c.ORIG Mon Jul 15 02:11:08 2002 --- usr.sbin/timed/timed/master.c Mon Sep 6 02:22:26 2004 *************** *** 337,342 **** --- 337,343 ---- } } goto loop; + return(0); } *** usr.sbin/timed/timed/readmsg.c.ORIG Tue Nov 20 08:13:40 2001 --- usr.sbin/timed/timed/readmsg.c Mon Sep 6 02:20:20 2004 *************** *** 491,497 **** break; case TSP_ADJTIME: ! fprintf(fd, "%s %d %-6u (%ld,%ld) %-15s %s\n", tsptype[msg->tsp_type], msg->tsp_vers, msg->tsp_seq, --- 491,497 ---- break; case TSP_ADJTIME: ! fprintf(fd, "%s %d %-6u (%d,%d) %-15s %s\n", tsptype[msg->tsp_type], msg->tsp_vers, msg->tsp_seq, >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9FF416A4CE for ; Sun, 12 Sep 2004 02:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A4443D2F for ; Sun, 12 Sep 2004 02:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eO7g086970 for ; Sun, 12 Sep 2004 02:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eO8L086969; Sun, 12 Sep 2004 02:40:24 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:24 GMT Resent-Message-Id: <200409120240.i8C2eO8L086969@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD9F916A4CE for ; Sun, 12 Sep 2004 02:37:44 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8445C43D31 for ; Sun, 12 Sep 2004 02:37:43 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2bfmk007099 for ; Sun, 12 Sep 2004 04:37:42 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2bfRG007098 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:37:41 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120237.i8C2bfRG007098@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:37:41 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71619: [PATCH] cleanup of the usr.sbin/tcpdump code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:25 -0000 >Number: 71619 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/tcpdump code >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 Sep 12 02:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/tcpdump/tcpslice/tcpslice.c,v 1.12 2002/01/19 23:20:02 dillon usr.sbin/tcpdump/tcpslice/gwtm2secs.c,v 1.4 1999/08/28 05:11:32 peter >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/tcpdump/tcpslice/gwtm2secs.c:49: warning: suggest explicit braces to avoid ambiguous `else' usr.sbin/tcpdump/tcpslice/tcpslice.c:198: warning: implicit declaration of function `_long_to_time' >How-To-Repeat: N/A >Fix: *** usr.sbin/tcpdump/gwtm2secs.c.ORIG Mon Sep 6 11:13:34 2004 --- usr.sbin/tcpdump/gwtm2secs.c Mon Sep 6 11:14:33 2004 *************** *** 46,56 **** * 2-digit years are either 19xx or 20xx - a simple heuristic * distinguishes them, since we can't represent any time < 1970. */ ! if ( year < 100 ) if ( year >= 70 ) year += 1900; else year += 2000; days = 0; for ( i = 1970; i < year; ++i ) --- 46,58 ---- * 2-digit years are either 19xx or 20xx - a simple heuristic * distinguishes them, since we can't represent any time < 1970. */ ! if ( year < 100 ) ! { if ( year >= 70 ) year += 1900; else year += 2000; + } days = 0; for ( i = 1970; i < year; ++i ) *** usr.sbin/tcpdump/tcpslice.c.ORIG Sun Jan 20 00:20:02 2002 --- usr.sbin/tcpdump/tcpslice.c Mon Sep 6 11:20:36 2004 *************** *** 35,40 **** --- 35,41 ---- */ #include + #include #include "tcpslice.h" int tflag = 0; /* global that util routines are sensitive to */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2899A16A4DD for ; Sun, 12 Sep 2004 02:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0916243D31 for ; Sun, 12 Sep 2004 02:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2ePWK087001 for ; Sun, 12 Sep 2004 02:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eP5h087000; Sun, 12 Sep 2004 02:40:25 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:25 GMT Resent-Message-Id: <200409120240.i8C2eP5h087000@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD8D16A4CE for ; Sun, 12 Sep 2004 02:37:48 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A74D43D31 for ; Sun, 12 Sep 2004 02:37:47 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2bjmm007101 for ; Sun, 12 Sep 2004 04:37:46 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2bjwJ007100 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:37:45 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120237.i8C2bjwJ007100@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:37:45 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71620: [PATCH] cleanup of the usr.sbin/sysinstall code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:26 -0000 >Number: 71620 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/sysinstall code >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 Sep 12 02:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/sysinstall/system.c,v 1.123 2004/03/11 11:58:16 bde usr.sbin/sysinstall/config.c,v 1.225.2.1 2004/09/02 01:54:59 kensmith usr.sbin/sysinstall/Makefile,v 1.131 2003/11/20 20:43:06 jhb >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/sysinstall/system.c:103: warning: 'reap_children' defined but not used usr.sbin/sysinstall/config.c:602: warning: 'write_root_xprofile' defined but not used usr.sbin/sysinstall/config.c:627: warning: 'gotit' defined but not used usr.sbin/sysinstall/index.c:619: warning: dereferencing type-punned pointer will break strict-aliasing rules >How-To-Repeat: N/A >Fix: *** usr.sbin/sysinstall/system.c.ORIG Wed Mar 17 01:05:00 2004 --- usr.sbin/sysinstall/system.c Mon Sep 6 16:35:17 2004 *************** *** 95,100 **** --- 95,101 ---- restorescr(save); } + #if 0 /* * Harvest children if we are init. */ *************** *** 107,112 **** --- 108,114 ---- ; errno = errbak; } + #endif /* Expand a file into a convenient location, nuking it each time */ static char * *** usr.sbin/sysinstall/config.c.ORIG Fri Sep 3 10:03:52 2004 --- usr.sbin/sysinstall/config.c Mon Sep 6 16:37:09 2004 *************** *** 597,639 **** return DITEM_SUCCESS; } - static void - write_root_xprofile(char *str) - { - FILE *fp; - int len; - char **cp; - static char *flist[] = { /* take care of both xdm and startx */ - "/root/.xinitrc", - "/root/.xsession", - "/usr/share/skel/dot.xinitrc", - "/usr/share/skel/dot.xsession", - NULL, - }; - - len = strlen(str); - for (cp = flist; *cp; cp++) { - fp = fopen(*cp, "w"); - if (fp) { - fwrite(str, 1, len, fp); - fchmod(fileno(fp), 0755); - fclose(fp); - } - } - } - - static int - gotit(char *fname) - { - char tmp[FILENAME_MAX]; - - snprintf(tmp, sizeof tmp, "/usr/X11R6/bin/%s", fname); - if (file_executable(tmp)) - return TRUE; - snprintf(tmp, sizeof tmp, "/usr/local/bin/%s", fname); - return file_executable(tmp); - } - int configResolv(dialogMenuItem *ditem) { --- 597,602 ---- *** usr.sbin/sysinstall/Makefile.ORIG Sat Dec 6 20:38:20 2003 --- usr.sbin/sysinstall/Makefile Mon Sep 6 17:31:31 2004 *************** *** 18,24 **** SRCS+= pccard.c .endif ! CFLAGS+= -DUSE_GZIP=1 .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif --- 18,24 ---- SRCS+= pccard.c .endif ! CFLAGS+= -DUSE_GZIP=1 -fno-strict-aliasing .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C1ED16A4D3 for ; Sun, 12 Sep 2004 02:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 804CB43D31 for ; Sun, 12 Sep 2004 02:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eQsn087017 for ; Sun, 12 Sep 2004 02:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eQpJ087016; Sun, 12 Sep 2004 02:40:26 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:26 GMT Resent-Message-Id: <200409120240.i8C2eQpJ087016@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E08B416A4CE for ; Sun, 12 Sep 2004 02:37:52 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4448643D39 for ; Sun, 12 Sep 2004 02:37:51 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2bnCw007103 for ; Sun, 12 Sep 2004 04:37:50 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2bnFG007102 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:37:49 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120237.i8C2bnFG007102@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:37:49 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71621: [PATCH] cleanup of the usr.sbin/sliplogin code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:26 -0000 >Number: 71621 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/sliplogin code >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 Sep 12 02:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/sliplogin/sliplogin.c,v 1.15 2004/08/07 04:28:55 imp >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/sliplogin/sliplogin.c:31: warning: 'copyright' defined but not used usr.sbin/sliplogin/sliplogin.c:37: warning: 'sccsid' defined but not used usr.sbin/sliplogin/sliplogin.c:38: warning: 'rscid' defined but not used usr.sbin/sliplogin/sliplogin.c:138: warning: missing braces around initializer usr.sbin/sliplogin/sliplogin.c:319: warning: long int format, speed_t arg (arg 6) usr.sbin/sliplogin/sliplogin.c:508: warning: long int format, speed_t arg (arg 6) usr.sbin/sliplogin/sliplogin.c:530: warning: suggest parentheses around assignment used as truth value >How-To-Repeat: N/A >Fix: *** usr.sbin/sliplogin/sliplogin.c.ORIG Sun Aug 8 21:14:06 2004 --- usr.sbin/sliplogin/sliplogin.c Mon Sep 6 18:15:46 2004 *************** *** 27,43 **** * SUCH DAMAGE. */ - #ifndef lint - static char copyright[] = - "@(#) Copyright (c) 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; - #endif /* not lint */ - - #ifndef lint - static char sccsid[] = "@(#)sliplogin.c 8.2 (Berkeley) 2/1/94"; - static char rscid[] = "@(#)$FreeBSD: src/usr.sbin/sliplogin/sliplogin.c,v 1.15 2004/08/07 04:28:55 imp Exp $"; - #endif /* not lint */ - /* * sliplogin.c * [MUST BE RUN SUID, SLOPEN DOES A SUSER()!] --- 27,32 ---- *************** *** 64,69 **** --- 53,68 ---- * /etc/slip.hosts file and if found fd0 is configured as in case 1. */ + #include + #ifndef lint + static const char copyright[] __unused = + "@(#) Copyright (c) 1990, 1993\n\ + The Regents of the University of California. All rights reserved.\n"; + static const char sccsid[] __unused = "@(#)sliplogin.c 8.2 (Berkeley) 2/1/94"; + #endif /* not lint */ + + __FBSDID("$FreeBSD: src/usr.sbin/sliplogin/sliplogin.c,v 1.15 2004/08/07 04:28:55 imp Exp $"); + #include #include #include *************** *** 135,144 **** int sm_or_flag; int sm_and_flag; } modes[] = { ! "normal", 0 , 0 , ! "compress", IFF_LINK0, IFF_LINK2, ! "noicmp", IFF_LINK1, 0 , ! "autocomp", IFF_LINK2, IFF_LINK0, }; void --- 134,143 ---- int sm_or_flag; int sm_and_flag; } modes[] = { ! { "normal", 0 , 0 }, ! { "compress", IFF_LINK0, IFF_LINK2 }, ! { "noicmp", IFF_LINK1, 0 }, ! { "autocomp", IFF_LINK2, IFF_LINK0 }, }; void *************** *** 316,322 **** if (access(logoutfile, R_OK|X_OK) == 0) { char logincmd[2*MAXPATHLEN+32]; ! (void) snprintf(logincmd, sizeof(logincmd), "%s %d %ld %s", logoutfile, unit, speed, loginargs); (void) system(logincmd); } syslog(LOG_INFO, "closed %s slip unit %d (%s)\n", loginname, unit, --- 315,321 ---- if (access(logoutfile, R_OK|X_OK) == 0) { char logincmd[2*MAXPATHLEN+32]; ! (void) snprintf(logincmd, sizeof(logincmd), "%s %d %ld %s", logoutfile, unit, (long int)speed, loginargs); (void) system(logincmd); } syslog(LOG_INFO, "closed %s slip unit %d (%s)\n", loginname, unit, *************** *** 504,510 **** syslog(LOG_INFO, "attaching slip unit %d for %s\n", unit, loginname); ! (void)snprintf(logincmd, sizeof(logincmd), "%s %d %ld %s", loginfile, unit, speed, loginargs); /* * aim stdout and errout at /dev/null so logincmd output won't --- 503,509 ---- syslog(LOG_INFO, "attaching slip unit %d for %s\n", unit, loginname); ! (void)snprintf(logincmd, sizeof(logincmd), "%s %d %ld %s", loginfile, unit, (long int)speed, loginargs); /* * aim stdout and errout at /dev/null so logincmd output won't *************** *** 527,533 **** * to see whether changes are allowed (or just "route get"). */ (void) setuid(0); ! if (s = system(logincmd)) { syslog(LOG_ERR, "%s login failed: exit status %d from %s", loginname, s, loginfile); exit(6); --- 526,532 ---- * to see whether changes are allowed (or just "route get"). */ (void) setuid(0); ! if ((s = system(logincmd))) { syslog(LOG_ERR, "%s login failed: exit status %d from %s", loginname, s, loginfile); exit(6); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 062B316A4EF for ; Sun, 12 Sep 2004 02:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D045D43D31 for ; Sun, 12 Sep 2004 02:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eQD1087030 for ; Sun, 12 Sep 2004 02:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eQaF087029; Sun, 12 Sep 2004 02:40:26 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:26 GMT Resent-Message-Id: <200409120240.i8C2eQaF087029@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C463116A4CE for ; Sun, 12 Sep 2004 02:37:56 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 958F543D39 for ; Sun, 12 Sep 2004 02:37:55 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2bsU9007105 for ; Sun, 12 Sep 2004 04:37:54 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2brW3007104 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:37:53 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120237.i8C2brW3007104@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:37:53 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71622: [PATCH] cleanup of the usr.sbin/sicontrol code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:27 -0000 >Number: 71622 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/sicontrol code >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 Sep 12 02:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/sicontrol/sicontrol.c,v 1.14 2004/08/07 04:28:55 imp >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/sicontrol/sicontrol.c:472: warning: unsigned int format, pointer arg (arg 2) >How-To-Repeat: N/A >Fix: *** usr.sbin/sicontrol/sicontrol.c.ORIG Sun Aug 8 21:14:06 2004 --- usr.sbin/sicontrol/sicontrol.c Tue Sep 7 19:26:59 2004 *************** *** 469,475 **** printf("%s: ", Devname); printf("\tt_outq.c_cc %d.\n", TTY.t_outq.c_cc); /* struct clist t_outq */ ! printf("\tt_dev 0x%x\n", TTY.t_dev); /* dev_t t_dev */ printf("\tt_flags 0x%x\n", TTY.t_flags); /* int t_flags */ printf("\tt_state 0x%x\n", TTY.t_state); /* int t_state */ printf("\tt_ihiwat %d.\n", TTY.t_ihiwat); /* int t_ihiwat */ --- 469,475 ---- printf("%s: ", Devname); printf("\tt_outq.c_cc %d.\n", TTY.t_outq.c_cc); /* struct clist t_outq */ ! printf("\tt_dev %p\n", TTY.t_dev); /* struct cdev *t_dev */ printf("\tt_flags 0x%x\n", TTY.t_flags); /* int t_flags */ printf("\tt_state 0x%x\n", TTY.t_state); /* int t_state */ printf("\tt_ihiwat %d.\n", TTY.t_ihiwat); /* int t_ihiwat */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55F5516A4FC for ; Sun, 12 Sep 2004 02:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E3A43D54 for ; Sun, 12 Sep 2004 02:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eRDR087043 for ; Sun, 12 Sep 2004 02:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eRWK087042; Sun, 12 Sep 2004 02:40:27 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:27 GMT Resent-Message-Id: <200409120240.i8C2eRWK087042@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD04416A4CE for ; Sun, 12 Sep 2004 02:38:12 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D90943D2D for ; Sun, 12 Sep 2004 02:37:59 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2bvNU007107 for ; Sun, 12 Sep 2004 04:37:58 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2bvcL007106 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:37:57 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120237.i8C2bvcL007106@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:37:57 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71623: [PATCH] cleanup of the usr.sbin/pcvt code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:27 -0000 >Number: 71623 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/pcvt code >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 Sep 12 02:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/pcvt/cursor/cursor.c,v 1.10 2001/01/19 23:11:18 kris usr.sbin/pcvt/demo/playvt.c,v 1.6 2001/03/01 06:22:43 imp usr.sbin/pcvt/fontedit/fontedit.c,v 1.6 2002/05/28 21:52:10 alfred usr.sbin/pcvt/ispcvt/ispcvt.c,v 1.11 2001/03/01 06:22:44 imp usr.sbin/pcvt/kbdio/lex.l,v 1.6 1999/09/06 07:39:30 peter usr.sbin/pcvt/kbdio/kbdio.y,v 1.7 2002/09/17 17:59:50 mike usr.sbin/pcvt/kcon/kcon.c,v 1.7 2001/03/01 06:22:44 imp usr.sbin/pcvt/keycap/keycap.c,v 1.5 2001/07/26 11:02:37 sheldonh usr.sbin/pcvt/loadfont/loadfont.c,v 1.9 2001/03/01 06:22:45 imp usr.sbin/pcvt/scon/scon.c,v 1.8 2001/03/01 06:22:46 imp usr.sbin/pcvt/userkeys/vt220keys.c,v 1.8 2002/04/22 13:44:45 des usr.sbin/pcvt/vgaio/vgaio.y,v 1.6 2002/09/17 17:59:51 mike usr.sbin/pcvt/vgaio/lex.l,v 1.5 1999/09/06 07:39:30 peter usr.sbin/pcvt/vttest/header.h,v 1.5 2001/07/27 04:40:04 brooks usr.sbin/pcvt/vttest/main.c,v 1.7 2003/04/29 19:53:00 kan usr.sbin/pcvt/vttest/esc.c,v 1.6 2001/07/27 04:40:04 brooks >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/pcvt/keycap/keycap.c:96: warning: type defaults to `int' in declaration of `n' usr.sbin/pcvt/keycap/keycap.c:96: warning: implicit declaration of function `strlen' usr.sbin/pcvt/keycap/keycap.c:99: warning: implicit declaration of function `strncmp' usr.sbin/pcvt/keycap/keycap.c:100: warning: suggest parentheses around && within || usr.sbin/pcvt/keycap/keycap.c:110: warning: return type defaults to `int' usr.sbin/pcvt/keycap/keycap.c:122: warning: implicit declaration of function `open' usr.sbin/pcvt/keycap/keycap.c:116: warning: unused variable `cp2' usr.sbin/pcvt/keycap/keycap.c:186: warning: implicit declaration of function `strcpy' usr.sbin/pcvt/keycap/keycap.c:43: warning: 'id' defined but not used usr.sbin/pcvt/keycap/keycap.c:82: warning: 'pfp' defined but not used usr.sbin/pcvt/cursor/cursor.c:58: warning: return type defaults to `int' usr.sbin/pcvt/cursor/cursor.c:80: warning: implicit declaration of function `atoi' usr.sbin/pcvt/cursor/cursor.c:93: warning: implicit declaration of function `usage' usr.sbin/pcvt/cursor/cursor.c:124: warning: implicit declaration of function `exit' usr.sbin/pcvt/cursor/cursor.c:128: warning: return type defaults to `int' usr.sbin/pcvt/cursor/cursor.c:68: warning: 'device' might be used uninitialized in this function usr.sbin/pcvt/cursor/cursor.c:36: warning: 'id' defined but not used usr.sbin/pcvt/fontedit/fontedit.c:123: warning: return type defaults to `int' usr.sbin/pcvt/fontedit/fontedit.c:138: warning: implicit declaration of function `exit' usr.sbin/pcvt/fontedit/fontedit.c:148: warning: return type defaults to `int' usr.sbin/pcvt/fontedit/fontedit.c:162: warning: implicit declaration of function `sleep' usr.sbin/pcvt/fontedit/fontedit.c:265: warning: implicit declaration of function `get_key' usr.sbin/pcvt/fontedit/fontedit.c:269: warning: implicit declaration of function `move' usr.sbin/pcvt/fontedit/fontedit.c:490: warning: implicit declaration of function `strcmp' usr.sbin/pcvt/fontedit/fontedit.c:506: warning: return type defaults to `int' usr.sbin/pcvt/fontedit/fontedit.c:673: warning: return type defaults to `int' usr.sbin/pcvt/fontedit/fontedit.c:859: warning: implicit declaration of function `strncmp' usr.sbin/pcvt/fontedit/fontedit.c:676: warning: control reaches end of non-void function usr.sbin/pcvt/fontedit/fontedit.c:512: warning: control reaches end of non-void function usr.sbin/pcvt/fontedit/fontedit.c:235: warning: control reaches end of non-void function usr.sbin/pcvt/kcon/kcon.c:76: warning: return type defaults to `int' usr.sbin/pcvt/kcon/kcon.c:98: warning: implicit declaration of function `atoi' usr.sbin/pcvt/kcon/kcon.c:147: warning: implicit declaration of function `usage' usr.sbin/pcvt/kcon/kcon.c:157: warning: implicit declaration of function `open' usr.sbin/pcvt/kcon/kcon.c:160: warning: implicit declaration of function `exit' usr.sbin/pcvt/kcon/kcon.c:165: warning: implicit declaration of function `showtypeamatic' usr.sbin/pcvt/kcon/kcon.c:171: warning: implicit declaration of function `listcurrent' usr.sbin/pcvt/kcon/kcon.c:185: warning: implicit declaration of function `setrepeat' usr.sbin/pcvt/kcon/kcon.c:200: warning: implicit declaration of function `settypeam' usr.sbin/pcvt/kcon/kcon.c:205: warning: implicit declaration of function `remapkeys' usr.sbin/pcvt/kcon/kcon.c:216: warning: return type defaults to `int' usr.sbin/pcvt/kcon/kcon.c:246: warning: comparison is always true due to limited range of data type usr.sbin/pcvt/kcon/kcon.c:257: warning: `0' flag ignored with precision and `%o' printf format usr.sbin/pcvt/kcon/kcon.c:261: warning: `0' flag ignored with precision and `%X' printf format usr.sbin/pcvt/kcon/kcon.c:272: warning: return type defaults to `int' usr.sbin/pcvt/kcon/kcon.c:385: warning: return type defaults to `int' usr.sbin/pcvt/kcon/kcon.c:450: warning: return type defaults to `int' usr.sbin/pcvt/kcon/kcon.c:471: warning: return type defaults to `int' usr.sbin/pcvt/kcon/kcon.c:507: warning: return type defaults to `int' usr.sbin/pcvt/kcon/kcon.c:541: warning: `return' with no value, in function returning non-void usr.sbin/pcvt/kcon/kcon.c:546: warning: implicit declaration of function `set_lock' usr.sbin/pcvt/kcon/kcon.c:548: warning: implicit declaration of function `set_shift' usr.sbin/pcvt/kcon/kcon.c:550: warning: implicit declaration of function `set_char' usr.sbin/pcvt/kcon/kcon.c:557: warning: return type defaults to `int' usr.sbin/pcvt/kcon/kcon.c:569: warning: missing braces around initializer usr.sbin/pcvt/kcon/kcon.c:569: warning: (near initialization for `lock[0]') usr.sbin/pcvt/kcon/kcon.c:560: warning: unused variable `j' usr.sbin/pcvt/kcon/kcon.c:609: warning: return type defaults to `int' usr.sbin/pcvt/kcon/kcon.c:621: warning: missing braces around initializer usr.sbin/pcvt/kcon/kcon.c:621: warning: (near initialization for `shift[0]') usr.sbin/pcvt/kcon/kcon.c:662: warning: return type defaults to `int' usr.sbin/pcvt/kcon/kcon.c:676: warning: missing braces around initializer usr.sbin/pcvt/kcon/kcon.c:676: warning: (near initialization for `standard[0]') usr.sbin/pcvt/kcon/kcon.c:713: warning: suggest parentheses around assignment used as truth value usr.sbin/pcvt/kcon/kcon.c:465: warning: control reaches end of non-void function usr.sbin/pcvt/kcon/kcon.c:501: warning: control reaches end of non-void function usr.sbin/pcvt/kcon/kcon.c:444: warning: control reaches end of non-void function usr.sbin/pcvt/kcon/kcon.c:379: warning: control reaches end of non-void function usr.sbin/pcvt/kcon/kcon.c:656: warning: control reaches end of non-void function usr.sbin/pcvt/kcon/kcon.c:603: warning: control reaches end of non-void function usr.sbin/pcvt/kcon/kcon.c:741: warning: control reaches end of non-void function usr.sbin/pcvt/kcon/kcon.c:551: warning: control reaches end of non-void function usr.sbin/pcvt/kcon/kcon.c:85: warning: 'map' might be used uninitialized in this function usr.sbin/pcvt/loadfont/loadfont.c:77: warning: return type defaults to `int' usr.sbin/pcvt/loadfont/loadfont.c:100: warning: implicit declaration of function `atoi' usr.sbin/pcvt/loadfont/loadfont.c:119: warning: implicit declaration of function `usage' usr.sbin/pcvt/loadfont/loadfont.c:152: warning: implicit declaration of function `printheader' usr.sbin/pcvt/loadfont/loadfont.c:155: warning: implicit declaration of function `printvgafontattr' usr.sbin/pcvt/loadfont/loadfont.c:166: warning: implicit declaration of function `exit' usr.sbin/pcvt/loadfont/loadfont.c:207: warning: int format, different type arg (arg 4) usr.sbin/pcvt/loadfont/loadfont.c:210: warning: implicit declaration of function `malloc' usr.sbin/pcvt/loadfont/loadfont.c:215: warning: int format, different type arg (arg 4) usr.sbin/pcvt/loadfont/loadfont.c:217: warning: implicit declaration of function `loadfont' usr.sbin/pcvt/loadfont/loadfont.c:218: warning: implicit declaration of function `setfont' usr.sbin/pcvt/loadfont/loadfont.c:224: warning: return type defaults to `int' usr.sbin/pcvt/loadfont/loadfont.c:239: warning: return type defaults to `int' usr.sbin/pcvt/loadfont/loadfont.c:263: warning: return type defaults to `int' usr.sbin/pcvt/loadfont/loadfont.c:291: warning: return type defaults to `int' usr.sbin/pcvt/loadfont/loadfont.c:298: warning: return type defaults to `int' usr.sbin/pcvt/loadfont/loadfont.c:295: warning: control reaches end of non-void function usr.sbin/pcvt/loadfont/loadfont.c:288: warning: control reaches end of non-void function usr.sbin/pcvt/loadfont/loadfont.c:260: warning: control reaches end of non-void function usr.sbin/pcvt/loadfont/loadfont.c:236: warning: control reaches end of non-void function usr.sbin/pcvt/loadfont/loadfont.c:89: warning: 'filename' might be used uninitialized in this function usr.sbin/pcvt/loadfont/loadfont.c:93: warning: 'device' might be used uninitialized in this function usr.sbin/pcvt/scon/scon.c:173: warning: return type defaults to `int' usr.sbin/pcvt/scon/scon.c:196: warning: implicit declaration of function `atoi' usr.sbin/pcvt/scon/scon.c:218: warning: implicit declaration of function `strncmp' usr.sbin/pcvt/scon/scon.c:237: warning: implicit declaration of function `strcmp' usr.sbin/pcvt/scon/scon.c:279: warning: implicit declaration of function `usage' usr.sbin/pcvt/scon/scon.c:310: warning: implicit declaration of function `printadaptor' usr.sbin/pcvt/scon/scon.c:311: warning: implicit declaration of function `exit' usr.sbin/pcvt/scon/scon.c:316: warning: implicit declaration of function `printmonitor' usr.sbin/pcvt/scon/scon.c:324: warning: implicit declaration of function `printinfo' usr.sbin/pcvt/scon/scon.c:472: warning: return type defaults to `int' usr.sbin/pcvt/scon/scon.c:498: warning: return type defaults to `int' usr.sbin/pcvt/scon/scon.c:528: warning: return type defaults to `int' usr.sbin/pcvt/scon/scon.c:605: warning: return type defaults to `int' usr.sbin/pcvt/scon/scon.c:752: warning: suggest parentheses around assignment used as truth value usr.sbin/pcvt/scon/scon.c:768: warning: implicit declaration of function `strlen' usr.sbin/pcvt/scon/scon.c:772: warning: implicit declaration of function `strtoul' usr.sbin/pcvt/scon/scon.c:777: warning: implicit declaration of function `strcasecmp' usr.sbin/pcvt/scon/scon.c:546: warning: control reaches end of non-void function usr.sbin/pcvt/scon/scon.c:525: warning: control reaches end of non-void function usr.sbin/pcvt/scon/scon.c:705: warning: control reaches end of non-void function usr.sbin/pcvt/userkeys/vt220keys.c:53: warning: missing braces around initializer usr.sbin/pcvt/userkeys/vt220keys.c:53: warning: (near initialization for `keys[0]') usr.sbin/pcvt/userkeys/vt220keys.c:77: warning: return type defaults to `int' usr.sbin/pcvt/userkeys/vt220keys.c:87: warning: implicit declaration of function `usage' usr.sbin/pcvt/userkeys/vt220keys.c:111: warning: implicit declaration of function `clearkeys' usr.sbin/pcvt/userkeys/vt220keys.c:113: warning: implicit declaration of function `getinit' usr.sbin/pcvt/userkeys/vt220keys.c:121: warning: implicit declaration of function `dokey' usr.sbin/pcvt/userkeys/vt220keys.c:125: warning: implicit declaration of function `lockkeys' usr.sbin/pcvt/userkeys/vt220keys.c:144: warning: return type defaults to `int' usr.sbin/pcvt/userkeys/vt220keys.c:149: warning: suggest parentheses around assignment used as truth value usr.sbin/pcvt/userkeys/vt220keys.c:157: warning: `return' with no value, in function returning non-void usr.sbin/pcvt/userkeys/vt220keys.c:166: warning: return type defaults to `int' usr.sbin/pcvt/userkeys/vt220keys.c:174: warning: return type defaults to `int' usr.sbin/pcvt/userkeys/vt220keys.c:182: warning: return type defaults to `int' usr.sbin/pcvt/userkeys/vt220keys.c:222: warning: return type defaults to `int' usr.sbin/pcvt/userkeys/vt220keys.c:177: warning: control reaches end of non-void function usr.sbin/pcvt/userkeys/vt220keys.c:169: warning: control reaches end of non-void function usr.sbin/pcvt/userkeys/vt220keys.c:161: warning: control reaches end of non-void function usr.sbin/pcvt/userkeys/vt220keys.c:287: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/header.h:40: warning: type defaults to `int' in declaration of `onterm' usr.sbin/pcvt/vttest/header.h:40: warning: type defaults to `int' in declaration of `onbrk' usr.sbin/pcvt/vttest/main.c:75: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:95: warning: implicit declaration of function `initterminal' usr.sbin/pcvt/vttest/main.c:106: warning: implicit declaration of function `ed' usr.sbin/pcvt/vttest/main.c:107: warning: implicit declaration of function `cup' usr.sbin/pcvt/vttest/main.c:108: warning: implicit declaration of function `println' usr.sbin/pcvt/vttest/main.c:109: warning: implicit declaration of function `menu' usr.sbin/pcvt/vttest/main.c:111: warning: implicit declaration of function `tst_movements' usr.sbin/pcvt/vttest/main.c:112: warning: implicit declaration of function `tst_screen' usr.sbin/pcvt/vttest/main.c:113: warning: implicit declaration of function `tst_characters' usr.sbin/pcvt/vttest/main.c:114: warning: implicit declaration of function `tst_doublesize' usr.sbin/pcvt/vttest/main.c:115: warning: implicit declaration of function `tst_keyboard' usr.sbin/pcvt/vttest/main.c:116: warning: implicit declaration of function `tst_reports' usr.sbin/pcvt/vttest/main.c:117: warning: implicit declaration of function `tst_vt52' usr.sbin/pcvt/vttest/main.c:118: warning: implicit declaration of function `tst_insdel' usr.sbin/pcvt/vttest/main.c:119: warning: implicit declaration of function `tst_bugs' usr.sbin/pcvt/vttest/main.c:120: warning: implicit declaration of function `tst_rst' usr.sbin/pcvt/vttest/main.c:123: warning: implicit declaration of function `bye' usr.sbin/pcvt/vttest/main.c:126: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:145: warning: implicit declaration of function `rm' usr.sbin/pcvt/vttest/main.c:146: warning: implicit declaration of function `sm' usr.sbin/pcvt/vttest/main.c:148: warning: implicit declaration of function `decaln' usr.sbin/pcvt/vttest/main.c:150: warning: implicit declaration of function `el' usr.sbin/pcvt/vttest/main.c:158: warning: implicit declaration of function `hvp' usr.sbin/pcvt/vttest/main.c:164: warning: implicit declaration of function `cub' usr.sbin/pcvt/vttest/main.c:165: warning: implicit declaration of function `ind' usr.sbin/pcvt/vttest/main.c:170: warning: implicit declaration of function `ri' usr.sbin/pcvt/vttest/main.c:179: warning: implicit declaration of function `nel' usr.sbin/pcvt/vttest/main.c:184: warning: implicit declaration of function `cuf' usr.sbin/pcvt/vttest/main.c:195: warning: implicit declaration of function `cuu' usr.sbin/pcvt/vttest/main.c:196: warning: implicit declaration of function `cud' usr.sbin/pcvt/vttest/main.c:211: warning: implicit declaration of function `holdit' usr.sbin/pcvt/vttest/main.c:223: warning: implicit declaration of function `brcstr' usr.sbin/pcvt/vttest/main.c:142: warning: unused variable `c' usr.sbin/pcvt/vttest/main.c:239: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:274: warning: implicit declaration of function `tbc' usr.sbin/pcvt/vttest/main.c:277: warning: implicit declaration of function `hts' usr.sbin/pcvt/vttest/main.c:324: warning: implicit declaration of function `decstbm' usr.sbin/pcvt/vttest/main.c:360: warning: implicit declaration of function `sgr' usr.sbin/pcvt/vttest/main.c:397: warning: implicit declaration of function `scs' usr.sbin/pcvt/vttest/main.c:402: warning: implicit declaration of function `decsc' usr.sbin/pcvt/vttest/main.c:404: warning: implicit declaration of function `decrc' usr.sbin/pcvt/vttest/main.c:417: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:459: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:483: warning: implicit declaration of function `decdhl' usr.sbin/pcvt/vttest/main.c:483: warning: implicit declaration of function `decdwl' usr.sbin/pcvt/vttest/main.c:483: warning: implicit declaration of function `decswl' usr.sbin/pcvt/vttest/main.c:552: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:831: warning: implicit declaration of function `decll' usr.sbin/pcvt/vttest/main.c:843: warning: implicit declaration of function `inputline' usr.sbin/pcvt/vttest/main.c:844: warning: implicit declaration of function `strlen' usr.sbin/pcvt/vttest/main.c:889: warning: implicit declaration of function `inflush' usr.sbin/pcvt/vttest/main.c:895: warning: implicit declaration of function `chrprint' usr.sbin/pcvt/vttest/main.c:925: warning: implicit declaration of function `esc' usr.sbin/pcvt/vttest/main.c:928: warning: implicit declaration of function `strcmp' usr.sbin/pcvt/vttest/main.c:961: warning: implicit declaration of function `deckpam' usr.sbin/pcvt/vttest/main.c:962: warning: implicit declaration of function `deckpnm' usr.sbin/pcvt/vttest/main.c:1042: warning: implicit declaration of function `ttybin' usr.sbin/pcvt/vttest/main.c:1050: warning: array subscript has type `char' usr.sbin/pcvt/vttest/main.c:1056: warning: array subscript has type `char' usr.sbin/pcvt/vttest/main.c:1057: warning: array subscript has type `char' usr.sbin/pcvt/vttest/main.c:1059: warning: array subscript has type `char' usr.sbin/pcvt/vttest/main.c:1085: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1176: warning: implicit declaration of function `dsr' usr.sbin/pcvt/vttest/main.c:1201: warning: implicit declaration of function `da' usr.sbin/pcvt/vttest/main.c:1226: warning: implicit declaration of function `decreqtparm' usr.sbin/pcvt/vttest/main.c:1240: warning: implicit declaration of function `scanto' usr.sbin/pcvt/vttest/main.c:1282: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1308: warning: implicit declaration of function `vt52cup' usr.sbin/pcvt/vttest/main.c:1407: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1436: warning: implicit declaration of function `il' usr.sbin/pcvt/vttest/main.c:1437: warning: implicit declaration of function `dl' usr.sbin/pcvt/vttest/main.c:1457: warning: implicit declaration of function `dch' usr.sbin/pcvt/vttest/main.c:1486: warning: implicit declaration of function `ich' usr.sbin/pcvt/vttest/main.c:1495: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1495: warning: implicit declaration of function `brc' usr.sbin/pcvt/vttest/main.c:1496: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1497: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1498: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1502: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1539: warning: implicit declaration of function `bug_a' usr.sbin/pcvt/vttest/main.c:1540: warning: implicit declaration of function `bug_b' usr.sbin/pcvt/vttest/main.c:1541: warning: implicit declaration of function `bug_c' usr.sbin/pcvt/vttest/main.c:1542: warning: implicit declaration of function `bug_d' usr.sbin/pcvt/vttest/main.c:1543: warning: implicit declaration of function `bug_e' usr.sbin/pcvt/vttest/main.c:1544: warning: implicit declaration of function `bug_f' usr.sbin/pcvt/vttest/main.c:1545: warning: implicit declaration of function `bug_w' usr.sbin/pcvt/vttest/main.c:1546: warning: implicit declaration of function `bug_l' usr.sbin/pcvt/vttest/main.c:1547: warning: implicit declaration of function `bug_s' usr.sbin/pcvt/vttest/main.c:1554: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1585: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1608: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1619: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1640: warning: implicit declaration of function `readnl' usr.sbin/pcvt/vttest/main.c:1653: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1673: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1674: warning: unused variable `i' usr.sbin/pcvt/vttest/main.c:1674: warning: unused variable `row' usr.sbin/pcvt/vttest/main.c:1674: warning: unused variable `col' usr.sbin/pcvt/vttest/main.c:1704: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1734: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1785: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1801: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1812: warning: implicit declaration of function `ris' usr.sbin/pcvt/vttest/main.c:1816: warning: implicit declaration of function `zleep' usr.sbin/pcvt/vttest/main.c:1822: warning: implicit declaration of function `dectst' usr.sbin/pcvt/vttest/main.c:1833: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1886: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1912: warning: implicit declaration of function `exit' usr.sbin/pcvt/vttest/main.c:1916: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1924: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1930: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1936: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1957: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1978: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:1996: warning: suggest parentheses around assignment used as truth value usr.sbin/pcvt/vttest/main.c:2005: warning: return type defaults to `int' usr.sbin/pcvt/vttest/main.c:2018: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1498: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1497: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1496: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1495: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1884: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1922: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1955: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1934: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1831: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1799: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1783: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1724: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1692: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1669: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1615: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1604: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1581: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1493: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1405: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1280: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1083: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:550: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:457: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:415: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:237: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1649: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:1550: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/main.c:124: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/header.h:40: warning: type defaults to `int' in declaration of `onterm' usr.sbin/pcvt/vttest/header.h:40: warning: type defaults to `int' in declaration of `onbrk' usr.sbin/pcvt/vttest/esc.c:8: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:12: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:16: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:17: warning: format argument is not a pointer (arg 3) usr.sbin/pcvt/vttest/esc.c:17: warning: format argument is not a pointer (arg 4) usr.sbin/pcvt/vttest/esc.c:20: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:24: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:28: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:32: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:35: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:38: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:41: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:44: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:47: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:50: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:53: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:57: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:60: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:63: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:66: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:69: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:72: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:75: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:78: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:83: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:86: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:89: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:92: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:95: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:98: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:101: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:104: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:107: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:110: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:113: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:116: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:119: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:124: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:127: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:130: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:134: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:146: warning: unused variable `waittime' usr.sbin/pcvt/vttest/esc.c:206: warning: implicit declaration of function `zleep' usr.sbin/pcvt/vttest/esc.c:196: warning: unused variable `val' usr.sbin/pcvt/vttest/esc.c:196: warning: unused variable `crflag' usr.sbin/pcvt/vttest/esc.c:196: warning: unused variable `ch' usr.sbin/pcvt/vttest/esc.c:251: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:323: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:346: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:356: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:386: warning: return type defaults to `int' usr.sbin/pcvt/vttest/esc.c:10: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:14: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:18: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:22: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:26: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:30: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:34: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:37: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:40: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:43: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:46: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:49: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:52: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:56: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:59: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:62: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:65: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:68: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:71: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:74: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:77: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:82: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:85: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:88: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:91: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:94: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:97: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:100: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:103: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:106: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:109: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:112: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:115: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:118: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:123: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:126: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:129: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:132: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:136: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:251: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:323: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:354: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:384: warning: control reaches end of non-void function usr.sbin/pcvt/vttest/esc.c:403: warning: control reaches end of non-void function usr.sbin/pcvt/ispcvt/ispcvt.c:48: warning: return type defaults to `int' usr.sbin/pcvt/ispcvt/ispcvt.c:85: warning: implicit declaration of function `usage' usr.sbin/pcvt/ispcvt/ispcvt.c:96: warning: implicit declaration of function `exit' usr.sbin/pcvt/ispcvt/ispcvt.c:111: warning: implicit declaration of function `strcmp' usr.sbin/pcvt/ispcvt/ispcvt.c:139: warning: `0' flag ignored with precision and `%d' printf format usr.sbin/pcvt/ispcvt/ispcvt.c:171: warning: implicit declaration of function `next' usr.sbin/pcvt/ispcvt/ispcvt.c:226: warning: unsigned int format, u_long arg (arg 3) usr.sbin/pcvt/ispcvt/ispcvt.c:54: warning: unused variable `p' usr.sbin/pcvt/ispcvt/ispcvt.c:231: warning: return type defaults to `int' usr.sbin/pcvt/ispcvt/ispcvt.c:242: warning: return type defaults to `int' usr.sbin/pcvt/ispcvt/ispcvt.c:248: warning: control reaches end of non-void function usr.sbin/pcvt/ispcvt/ispcvt.c:228: warning: control reaches end of non-void function usr.sbin/pcvt/ispcvt/ispcvt.c:60: warning: 'device' might be used uninitialized in this function usr.sbin/pcvt/vgaio/vgaio.y:248: warning: implicit declaration of function `yyparse' y.tab.c:471: warning: implicit declaration of function `yylex' usr.sbin/pcvt/vgaio/vgaio.y:165: warning: 'val' might be used uninitialized in this function usr.sbin/pcvt/vgaio/lex.l:429: warning: 'yyunput' defined but not used usr.sbin/pcvt/kbdio/kbdio.y:263: warning: unused variable `x' usr.sbin/pcvt/kbdio/kbdio.y:263: warning: unused variable `x' usr.sbin/pcvt/kbdio/kbdio.y:263: warning: unused variable `x' usr.sbin/pcvt/kbdio/kbdio.y:263: warning: unused variable `x' usr.sbin/pcvt/kbdio/kbdio.y:263: warning: unused variable `x' usr.sbin/pcvt/kbdio/kbdio.y:263: warning: unused variable `x' usr.sbin/pcvt/kbdio/kbdio.y:325: warning: implicit declaration of function `yyparse' y.tab.c:570: warning: implicit declaration of function `yylex' usr.sbin/pcvt/kbdio/lex.l:445: warning: 'yyunput' defined but not used usr.sbin/pcvt/demo/playvt.c:54: warning: return type defaults to `int' usr.sbin/pcvt/demo/playvt.c:69: warning: implicit declaration of function `atoi' usr.sbin/pcvt/demo/playvt.c:79: warning: implicit declaration of function `usage' usr.sbin/pcvt/demo/playvt.c:89: warning: implicit declaration of function `strcpy' usr.sbin/pcvt/demo/playvt.c:90: warning: implicit declaration of function `strcat' usr.sbin/pcvt/demo/playvt.c:92: warning: implicit declaration of function `exit' usr.sbin/pcvt/demo/playvt.c:106: warning: return type defaults to `int' usr.sbin/pcvt/demo/playvt.c:102: warning: control reaches end of non-void function usr.sbin/pcvt/demo/playvt.c:62: warning: 'filename' might be used uninitialized in this function >How-To-Repeat: N/A >Fix: *** usr.sbin/pcvt/cursor/cursor.c.ORIG Sat Jan 20 00:11:18 2001 --- usr.sbin/pcvt/cursor/cursor.c Sat Sep 11 20:32:47 2004 *************** *** 33,40 **** * */ ! static char *id = ! "@(#)cursor.c, 3.20, Last Edit-Date: [Tue Apr 4 12:27:54 1995]\n$FreeBSD: src/usr.sbin/pcvt/cursor/cursor.c,v 1.10 2001/01/19 23:11:18 kris Exp $"; /*---------------------------------------------------------------------------* * --- 33,42 ---- * */ ! #include ! static char *id __unused = ! "@(#)cursor.c, 3.20, Last Edit-Date: [Tue Apr 4 12:27:54 1995]"; ! __FBSDID("$FreeBSD: src/usr.sbin/pcvt/cursor/cursor.c,v 1.10 2001/01/19 23:11:18 kris Exp $"); /*---------------------------------------------------------------------------* * *************** *** 45,50 **** --- 47,53 ---- *---------------------------------------------------------------------------*/ #include + #include #include #include #include *************** *** 52,59 **** #include #include ! #define DEFAULTFD 0 main(argc,argv) int argc; char *argv[]; --- 55,65 ---- #include #include ! #define DEFAULTFD STDIN_FILENO + static void usage(); + + int main(argc,argv) int argc; char *argv[]; *************** *** 65,71 **** int start = -1; int end = -1; int dflag = -1; ! char *device; while( (c = getopt(argc, argv, "d:n:s:e:")) != -1) { --- 71,77 ---- int start = -1; int end = -1; int dflag = -1; ! char *device = device; /* "init" to avoid "might be used unitialized" warning */ while( (c = getopt(argc, argv, "d:n:s:e:")) != -1) { *************** *** 124,129 **** --- 130,136 ---- exit(0); } + void usage() { fprintf(stderr,"\ncursor - set cursor shape for pcvt video driver\n"); *** usr.sbin/pcvt/demo/playvt.c.ORIG Mon Jul 1 23:55:09 2002 --- usr.sbin/pcvt/demo/playvt.c Sun Sep 12 00:04:11 2004 *************** *** 30,43 **** * */ #ifndef lint #if 0 static char *id = "@(#)playvt.c, 1.00, Last Edit-Date: [Sun Jan 1 18:32:22 1995]"; #endif - static const char rcsid[] = - "$FreeBSD: src/usr.sbin/pcvt/demo/playvt.c,v 1.6 2001/03/01 06:22:43 imp Exp $"; #endif /* not lint */ /*---------------------------------------------------------------------------* * --- 30,43 ---- * */ + #include #ifndef lint #if 0 static char *id = "@(#)playvt.c, 1.00, Last Edit-Date: [Sun Jan 1 18:32:22 1995]"; #endif #endif /* not lint */ + __FBSDID("$FreeBSD: src/usr.sbin/pcvt/demo/playvt.c,v 1.6 2001/03/01 06:22:43 imp Exp $"); /*---------------------------------------------------------------------------* * *************** *** 48,55 **** --- 48,60 ---- *---------------------------------------------------------------------------*/ #include + #include + #include #include + static void usage(void); + + int main(argc,argv) int argc; char *argv[]; *************** *** 59,65 **** volatile int i; int delay = 0; int fflag = -1; ! char *filename; while( (c = getopt(argc, argv, "d:f:")) != -1) { --- 64,70 ---- volatile int i; int delay = 0; int fflag = -1; ! char *filename = filename; /* "init" to avoid "might be used uninitialized" warning */ while( (c = getopt(argc, argv, "d:f:")) != -1) { *************** *** 99,107 **** for(i = delay; i > 0; i--) ; } } ! usage() { fprintf(stderr,"\nplayvt - play a VT animation with programmable delay\n"); --- 104,113 ---- for(i = delay; i > 0; i--) ; } + return(0); } ! void usage() { fprintf(stderr,"\nplayvt - play a VT animation with programmable delay\n"); *** usr.sbin/pcvt/fontedit/fontedit.c.ORIG Mon Jul 1 23:55:09 2002 --- usr.sbin/pcvt/fontedit/fontedit.c Sat Sep 11 20:33:31 2004 *************** *** 23,30 **** * $FreeBSD: src/usr.sbin/pcvt/fontedit/fontedit.c,v 1.6 2002/05/28 21:52:10 alfred Exp $ */ ! void clear_screen(); #include #ifdef SYSV #include #endif /* SYSV */ --- 23,35 ---- * $FreeBSD: src/usr.sbin/pcvt/fontedit/fontedit.c,v 1.6 2002/05/28 21:52:10 alfred Exp $ */ ! static void clear_screen(); ! static void move( int, int ); ! static int get_key(void); ! #include + #include + #include #ifdef SYSV #include #endif /* SYSV */ *************** *** 32,37 **** --- 37,43 ---- #include #endif /* BSD */ #if defined (__NetBSD__) || defined (__FreeBSD__) + #include #include #include #endif /* __NetBSD__ || __FreeBSD__ */ *************** *** 118,124 **** * Interrupt * Exit gracefully. */ ! interrupt() { void clear_screen(); --- 124,130 ---- * Interrupt * Exit gracefully. */ ! int interrupt() { void clear_screen(); *************** *** 144,149 **** --- 150,156 ---- * Grab input/output file and call main command processor. */ + int main( argc, argv ) int argc; char *argv[]; *************** *** 232,237 **** --- 239,245 ---- #ifdef CURFIX printf("%s\n",CURSORON); #endif /* CURFIX */ + return(0); } *************** *** 501,507 **** * pad * Emit nulls so that the terminal can catch up. */ ! pad() { int i; --- 509,515 ---- * pad * Emit nulls so that the terminal can catch up. */ ! void pad() { int i; *************** *** 668,674 **** /* * move */ ! move( y, x ) int y, x; { --- 676,682 ---- /* * move */ ! void move( y, x ) int y, x; { *** usr.sbin/pcvt/ispcvt/ispcvt.c.ORIG Thu Mar 1 07:22:44 2001 --- usr.sbin/pcvt/ispcvt/ispcvt.c Sat Sep 11 23:03:42 2004 *************** *** 37,49 **** *---------------------------------------------------------------------------*/ #include #include #include #include #include ! #define DEFAULTFD 0 main(argc,argv) int argc; char *argv[]; --- 37,55 ---- *---------------------------------------------------------------------------*/ #include + #include + #include #include #include #include #include ! #define DEFAULTFD STDIN_FILENO + static void usage(void); + static void next(void); + + int main(argc,argv) int argc; char *argv[]; *************** *** 51,63 **** struct pcvtid pcvtid; struct pcvtinfo pcvtinfo; int c; - char *p; int verbose = 0; int config = 0; int dflag = 0; int n_screens = 0; int fd; ! char *device; while( (c = getopt(argc, argv, "cd:nv")) != -1) { --- 57,68 ---- struct pcvtid pcvtid; struct pcvtinfo pcvtinfo; int c; int verbose = 0; int config = 0; int dflag = 0; int n_screens = 0; int fd; ! char *device = device; /* "init" to avoid "might be used uninitialized" warning */ while( (c = getopt(argc, argv, "cd:nv")) != -1) { *************** *** 135,141 **** if(verbose) { ! warnx("\nkernel and utils match, driver name [%s], release [%1.1d.%02.2d]\n", pcvtid.name, pcvtid.rmajor, pcvtid.rminor); } --- 140,146 ---- if(verbose) { ! warnx("\nkernel and utils match, driver name [%s], release [%1.1d.%02d]\n", pcvtid.name, pcvtid.rmajor, pcvtid.rminor); } *************** *** 223,232 **** fprintf(stderr,"PCVT_UPDATEFAST = %u\n", pcvtinfo.updatefast); fprintf(stderr,"PCVT_UPDATESLOW = %u\n", pcvtinfo.updateslow); fprintf(stderr,"PCVT_SYSBEEPF = %u\n", pcvtinfo.sysbeepf); ! fprintf(stderr,"Compile options = 0x%08X\n", pcvtinfo.compile_opts); } } usage() { fprintf(stderr,"\nispcvt - verify current video driver is the pcvt-driver\n"); --- 228,239 ---- fprintf(stderr,"PCVT_UPDATEFAST = %u\n", pcvtinfo.updatefast); fprintf(stderr,"PCVT_UPDATESLOW = %u\n", pcvtinfo.updateslow); fprintf(stderr,"PCVT_SYSBEEPF = %u\n", pcvtinfo.sysbeepf); ! fprintf(stderr,"Compile options = 0x%08lX\n", pcvtinfo.compile_opts); } + return(0); } + void usage() { fprintf(stderr,"\nispcvt - verify current video driver is the pcvt-driver\n"); *************** *** 238,243 **** --- 245,251 ---- exit(5); } + void next() { static int i = 0; *** usr.sbin/pcvt/kbdio/lex.l.ORIG Mon Sep 6 09:39:30 1999 --- usr.sbin/pcvt/kbdio/lex.l Sat Sep 11 23:48:50 2004 *************** *** 52,57 **** --- 52,58 ---- #include "y.tab.h" extern YYSTYPE yylval; + #define YY_NO_UNPUT 1 %} *** usr.sbin/pcvt/kbdio/kbdio.y.ORIG Tue Sep 17 19:59:50 2002 --- usr.sbin/pcvt/kbdio/kbdio.y Sat Sep 11 23:57:17 2004 *************** *** 60,75 **** #endif #define KBD_DELAY \ ! { u_char x = inb(0x84); } \ ! { u_char x = inb(0x84); } \ ! { u_char x = inb(0x84); } \ ! { u_char x = inb(0x84); } \ ! { u_char x = inb(0x84); } \ ! { u_char x = inb(0x84); } #define YYDEBUG 1 void yyerror(const char *msg); static void help(int), status(void), data(int), kbd(int), cmdbyte(int), kbc(int), whatMCA(void); --- 60,77 ---- #endif #define KBD_DELAY \ ! { u_char x __unused = inb(0x84); } \ ! { u_char x __unused = inb(0x84); } \ ! { u_char x __unused = inb(0x84); } \ ! { u_char x __unused = inb(0x84); } \ ! { u_char x __unused = inb(0x84); } \ ! { u_char x __unused = inb(0x84); } #define YYDEBUG 1 void yyerror(const char *msg); + int yyparse(void); + int yylex(void); static void help(int), status(void), data(int), kbd(int), cmdbyte(int), kbc(int), whatMCA(void); *** usr.sbin/pcvt/kcon/kcon.c.ORIG Mon Jul 1 23:55:10 2002 --- usr.sbin/pcvt/kcon/kcon.c Sat Sep 11 20:32:04 2004 *************** *** 50,57 **** --- 50,60 ---- *---------------------------------------------------------------------------*/ #include + #include #include #include + #include + #include #include #include #include *************** *** 69,77 **** --- 72,91 ---- int xf = 0; int sf = 0; + static void usage(void); + static void set_char(char [], int); + static void set_shift(char [], int); + static void set_lock(char [], int); + static void remapkeys(int, char *); + static void settypeam(int, int, int); + static void setrepeat(int, int); + static void showtypeamatic(int); + static void listcurrent(int); + /*---------------------------------------------------------------------------* * main entry *---------------------------------------------------------------------------*/ + int main(argc, argv) int argc; char *argv[]; *************** *** 82,88 **** int rate = -1; int delay = -1; ! char *map; int kbfd; while((c = getopt(argc, argv, "Rd:lm:opr:st:x")) != -1) --- 96,102 ---- int rate = -1; int delay = -1; ! char *map = map; /* "init" to suppress "might be used unitialised" warning */ int kbfd; while((c = getopt(argc, argv, "Rd:lm:opr:st:x")) != -1) *************** *** 212,217 **** --- 226,232 ---- /*---------------------------------------------------------------------------* * display usage info & exit *---------------------------------------------------------------------------*/ + void usage() { fprintf(stderr, "\nkcon: keyboard control and remapping utility for pcvt video driver\n"); *************** *** 243,249 **** for(i = 0; s[i]; i++) { ! if(((s[i] > 0x20) && (s[i] <= 0x7e)) || ((s[i] >= 0xa0) && (s[i] <= 0xff))) { conv_buf[0] = s[i]; conv_buf[1] = '\0'; --- 258,264 ---- for(i = 0; s[i]; i++) { ! if( isprint(s[i]) ) { conv_buf[0] = s[i]; conv_buf[1] = '\0'; *************** *** 254,264 **** } else if(of) { ! sprintf(conv_buf,"\\%03.3o ", s[i]); } else { ! sprintf(conv_buf,"0x%02.2X ", s[i]); } strcat(res_str, conv_buf); } --- 269,279 ---- } else if(of) { ! sprintf(conv_buf,"\\%03o ", s[i]); } else { ! sprintf(conv_buf,"0x%02X ", s[i]); } strcat(res_str, conv_buf); } *************** *** 268,273 **** --- 283,289 ---- /*---------------------------------------------------------------------------* * list the current keyboard mapping *---------------------------------------------------------------------------*/ + void listcurrent(kbfd) int kbfd; { *************** *** 381,386 **** --- 397,403 ---- /*---------------------------------------------------------------------------* * show delay and rate values for keyboard *---------------------------------------------------------------------------*/ + void showtypeamatic(kbfd) int kbfd; { *************** *** 446,451 **** --- 463,469 ---- /*---------------------------------------------------------------------------* * set repeat feature on/off *---------------------------------------------------------------------------*/ + void setrepeat(kbfd, tf) int kbfd; int tf; *************** *** 467,472 **** --- 485,491 ---- /*---------------------------------------------------------------------------* * set delay and rate values for keyboard *---------------------------------------------------------------------------*/ + void settypeam(kbfd, delay, rate) int kbfd; int delay; *************** *** 503,508 **** --- 522,528 ---- /*---------------------------------------------------------------------------* * remap keyboard from keycap entry *---------------------------------------------------------------------------*/ + void remapkeys(kbfd, map) int kbfd; char *map; *************** *** 553,563 **** /*---------------------------------------------------------------------------* * care for lock keys *---------------------------------------------------------------------------*/ set_lock(keyflag, kbfd) char keyflag[]; int kbfd; { ! int i, j; char cap[16]; struct kbd_ovlkey entry; --- 573,584 ---- /*---------------------------------------------------------------------------* * care for lock keys *---------------------------------------------------------------------------*/ + void set_lock(keyflag, kbfd) char keyflag[]; int kbfd; { ! int i; char cap[16]; struct kbd_ovlkey entry; *************** *** 566,575 **** u_short typ; } lock[] = { ! "ca", KBD_CAPS, ! "sh", KBD_SHFTLOCK, ! "nl", KBD_NUMLOCK, ! "sc", KBD_SCROLL }; --- 587,596 ---- u_short typ; } lock[] = { ! { "ca", KBD_CAPS }, ! { "sh", KBD_SHFTLOCK }, ! { "nl", KBD_NUMLOCK }, ! { "sc", KBD_SCROLL } }; *************** *** 605,610 **** --- 626,632 ---- /*---------------------------------------------------------------------------* * care for shifting keys *---------------------------------------------------------------------------*/ + void set_shift(keyflag, kbfd) char keyflag[]; int kbfd; *************** *** 618,627 **** u_short typ; } shift[] = { ! 'm', KBD_META, ! 'l', KBD_ALTGR, ! 'h', KBD_SHIFT, ! 't', KBD_CTL }; for(i = 0; i < 4; i++) --- 640,649 ---- u_short typ; } shift[] = { ! { 'm', KBD_META }, ! { 'l', KBD_ALTGR }, ! { 'h', KBD_SHIFT }, ! { 't', KBD_CTL } }; for(i = 0; i < 4; i++) *************** *** 658,663 **** --- 680,686 ---- /*---------------------------------------------------------------------------* * care for normal keys *---------------------------------------------------------------------------*/ + void set_char(keyflag, kbfd) char keyflag[]; int kbfd; *************** *** 673,683 **** char *addr; char ch; } standard[] = { ! 0, 'D', ! &entry.unshift[0], 'K', ! &entry.shift[0], 'S', ! &entry.ctrl[0], 'C', ! &entry.altgr[0], 'A' }; for(i = 1; i < KBDMAXKEYS; i++) --- 696,706 ---- char *addr; char ch; } standard[] = { ! { 0, 'D' }, ! { &entry.unshift[0], 'K' }, ! { &entry.shift[0], 'S' }, ! { &entry.ctrl[0], 'C' }, ! { &entry.altgr[0], 'A' } }; for(i = 1; i < KBDMAXKEYS; i++) *************** *** 710,716 **** else { addr_str = standard[j].addr; ! if(new_str = kgetstr(cap, &addr_str)) { if(strlen(new_str) > KBDMAXOVLKEYSIZE) { --- 733,739 ---- else { addr_str = standard[j].addr; ! if((new_str = kgetstr(cap, &addr_str))) { if(strlen(new_str) > KBDMAXOVLKEYSIZE) { *** usr.sbin/pcvt/keycap/keycap.c.ORIG Mon Jul 1 23:55:11 2002 --- usr.sbin/pcvt/keycap/keycap.c Sun Sep 12 00:10:40 2004 *************** *** 35,46 **** * */ ! #ifndef lint ! static const char rcsid[] = ! "$FreeBSD: src/usr.sbin/pcvt/keycap/keycap.c,v 1.5 2001/07/26 11:02:37 sheldonh Exp $"; ! #endif ! ! static char *id = "@(#)keycap.c, 3.20, Last Edit-Date: [Tue Dec 20 14:51:50 1994]"; /*---------------------------------------------------------------------------* --- 35,43 ---- * */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pcvt/keycap/keycap.c,v 1.5 2001/07/26 11:02:37 sheldonh Exp $"); ! static char *id __unused = "@(#)keycap.c, 3.20, Last Edit-Date: [Tue Dec 20 14:51:50 1994]"; /*---------------------------------------------------------------------------* *************** *** 68,75 **** --- 65,74 ---- *---------------------------------------------------------------------------*/ #include + #include #include #include + #include #include "keycap.h" *************** *** 79,85 **** char *getenv(); - static FILE *pfp = NULL; /* keycap data base file pointer */ static char *tbuf; static int hopcount; /* detect infinite loops in keycap, init 0 */ --- 78,83 ---- *************** *** 93,103 **** static char *nmatch(id,cstr) char *id,*cstr; { ! register n = strlen(id); register char *c = cstr+n; ! if (strncmp(id,cstr,n)==0 && ! (*c==':' || *c=='|' || *c=='=' || *c=='#') || *c=='@') return c; return 0; } --- 91,101 ---- static char *nmatch(id,cstr) char *id,*cstr; { ! register size_t n = strlen(id); register char *c = cstr+n; ! if ((strncmp(id,cstr,n)==0 && ! (*c==':' || *c=='|' || *c=='=' || *c=='#')) || *c=='@') return c; return 0; } *************** *** 106,111 **** --- 104,110 ---- * Get an entry for keyboard name in buffer bp from the keycap file. * Parse is very rudimentary, we just notice escaped newlines. *---------------------------------------------------------------------------*/ + int kgetent(bp, name) char *bp, *name; { *************** *** 113,119 **** register int c; register int i = 0, cnt = 0; char ibuf[KEYCAP_BUFSIZ]; - char *cp2; int tf; tbuf = bp; --- 112,117 ---- *** usr.sbin/pcvt/loadfont/loadfont.c.ORIG Thu Mar 1 07:22:45 2001 --- usr.sbin/pcvt/loadfont/loadfont.c Sat Sep 11 20:33:16 2004 *************** *** 44,49 **** --- 44,50 ---- *---------------------------------------------------------------------------*/ #include + #include #include #include #include *************** *** 69,78 **** struct screeninfo screeninfo; ! #define DEFAULTFD 0 int fd; main(argc,argv) int argc; char *argv[]; --- 70,85 ---- struct screeninfo screeninfo; ! #define DEFAULTFD STDIN_FILENO int fd; + static void usage(void); + static void printheader(void); + static void printvgafontattr(int); + static void loadfont(int, int, unsigned char *); + static void setfont(int, int, int, int, int); + int main(argc,argv) int argc; char *argv[]; *************** *** 86,96 **** int scr_rows; int c; int chr_set = -1; ! char *filename; int fflag = -1; int info = -1; int dflag = 0; ! char *device; while( (c = getopt(argc, argv, "c:d:f:i")) != -1) { --- 93,103 ---- int scr_rows; int c; int chr_set = -1; ! char *filename = filename; /* "init" to avoid "might be used uninitialised" warning */ int fflag = -1; int info = -1; int dflag = 0; ! char *device = device; /* "init" to avoid "might be used uninitialised" warning */ while( (c = getopt(argc, argv, "c:d:f:i")) != -1) { *************** *** 204,217 **** break; default: ! errx(1, "error, file %s is no valid font file, size=%d", argv[1], sbp->st_size); } if((fonttab = (unsigned char *)malloc((size_t)sbp->st_size)) == NULL) errx(1, "error, malloc failed"); if((ret = fread(fonttab, sizeof(*fonttab), sbp->st_size, in)) != sbp->st_size) ! errx(1, "error reading file %s, size = %d, read = is no valid font file, size=%d", argv[1], sbp->st_size, ret); loadfont(chr_set, chr_height, fonttab); --- 211,224 ---- break; default: ! errx(1, "error, file %s is no valid font file, size=%qd", argv[1], sbp->st_size); } if((fonttab = (unsigned char *)malloc((size_t)sbp->st_size)) == NULL) errx(1, "error, malloc failed"); if((ret = fread(fonttab, sizeof(*fonttab), sbp->st_size, in)) != sbp->st_size) ! errx(1, "error reading file %s, size = %qd, read = is no valid font file, size=%d", argv[1], sbp->st_size, ret); loadfont(chr_set, chr_height, fonttab); *************** *** 220,225 **** --- 227,233 ---- exit(0); } + void setfont(charset, fontloaded, charscan, scrscan, scrrow) int charset, fontloaded, charscan, scrscan, scrrow; { *************** *** 235,240 **** --- 243,249 ---- err(1, "ioctl VGASETFONTATTR failed, error"); } + void loadfont(fontset,charscanlines,font_table) int fontset; int charscanlines; *************** *** 259,264 **** --- 268,274 ---- } } + void printvgafontattr(charset) int charset; { *************** *** 287,292 **** --- 297,303 ---- printf("\n"); } + void printheader() { printf("\nEGA/VGA Charactersets Status Info:\n\n"); *************** *** 294,299 **** --- 305,311 ---- printf("--- ------ ----- ------------- ---------------\n"); } + void usage() { fprintf(stderr,"\nloadfont - load font into ega/vga font ram for pcvt video driver\n"); *** usr.sbin/pcvt/scon/scon.c.ORIG Thu Mar 1 07:22:46 2001 --- usr.sbin/pcvt/scon/scon.c Sat Sep 11 20:30:52 2004 *************** *** 38,46 **** --- 38,48 ---- *---------------------------------------------------------------------------*/ #include + #include #include #include #include + #include #include #define DEFAULTFD 0 *************** *** 168,174 **** --- 170,181 ---- static void parsepopt(char *arg, unsigned *idx, unsigned *r, unsigned *g, unsigned *b); static void printpalette(int fd); + static void printadaptor(int); + static void printmonitor(int); + static void printinfo(int); + static void usage(void); + int main(argc,argv) int argc; char *argv[]; *************** *** 468,473 **** --- 475,481 ---- exit(0); } + void usage() { fprintf(stderr,"\nscon - screen control utility for the pcvt video driver\n"); *************** *** 494,499 **** --- 502,508 ---- exit(1); } + void printadaptor(fd) int fd; { *************** *** 524,529 **** --- 533,539 ---- } } + void printmonitor(fd) int fd; { *************** *** 601,606 **** --- 611,617 ---- return(vga_tab[number]); } + void printinfo(fd) int fd; { *************** *** 749,755 **** const char *cp; printf("%5d %5d %5d %5d", idx, palette[idx].r, palette[idx].g, palette[idx].b); ! if(cp = findname(idx)) printf(" %s\n", cp); else putchar('\n'); --- 760,766 ---- const char *cp; printf("%5d %5d %5d %5d", idx, palette[idx].r, palette[idx].g, palette[idx].b); ! if((cp = findname(idx))) printf(" %s\n", cp); else putchar('\n'); *** usr.sbin/pcvt/userkeys/vt220keys.c.ORIG Mon Apr 22 15:44:45 2002 --- usr.sbin/pcvt/userkeys/vt220keys.c Sat Sep 11 20:51:38 2004 *************** *** 33,47 **** #include #include - /* - * The default toupper() macro is stupid, will toupper anything - */ - - #ifdef toupper - #undef toupper - #endif - #define toupper(c) (islower(c) ? ((c)-' ') : c) - #define VT200_7BIT 1 #define ESC 033 #define INITFILE ".vt220rc" --- 33,38 ---- *************** *** 50,78 **** char *name ; char *string ; } keys[] = { ! "F6", "17", ! "F7", "18", ! "F8", "19", ! "F9", "20", ! "F10", "21", ! "F11", "23", ! "ESC", "23", ! "F12", "24", ! "BS", "24", ! "F13", "25", ! "LF", "25", ! "F14", "26", ! "HELP", "28", ! "DO", "29", ! "F17", "31", ! "F18", "32", ! "F19", "33", ! "F20", "34", ! NULL, NULL }; char prog[BUFSIZ]; main(argc,argv) int argc; char *argv[]; --- 41,76 ---- char *name ; char *string ; } keys[] = { ! { "F6", "17" }, ! { "F7", "18" }, ! { "F8", "19" }, ! { "F9", "20" }, ! { "F10", "21" }, ! { "F11", "23" }, ! { "ESC", "23" }, ! { "F12", "24" }, ! { "BS", "24" }, ! { "F13", "25" }, ! { "LF", "25" }, ! { "F14", "26" }, ! { "HELP", "28" }, ! { "DO", "29" }, ! { "F17", "31" }, ! { "F18", "32" }, ! { "F19", "33" }, ! { "F20", "34" }, ! { NULL, NULL } }; char prog[BUFSIZ]; + static void dokey(char *, char *); + static void clearkeys(void); + static void lockkeys(void); + static void usage(void); + static void getinit(void); + + int main(argc,argv) int argc; char *argv[]; *************** *** 141,152 **** * for each pair, who cares, really. */ dokey(nm,val) char *nm, *val; { register char *scr; register struct keynames *kp; ! for(scr = nm; *scr = toupper(*scr); scr++) ; for(kp = keys; kp->name != NULL; kp++) if(strcmp(nm,kp->name) == 0) { --- 139,151 ---- * for each pair, who cares, really. */ + void dokey(nm,val) char *nm, *val; { register char *scr; register struct keynames *kp; ! for(scr = nm; (*scr = toupper(*scr)) != '\0'; scr++) ; for(kp = keys; kp->name != NULL; kp++) if(strcmp(nm,kp->name) == 0) { *************** *** 162,167 **** --- 161,167 ---- /****************************************************************************/ + void clearkeys() { printf("%cP0;1|%c\\",ESC,ESC); *************** *** 170,175 **** --- 170,176 ---- /****************************************************************************/ + void lockkeys() { printf("%cP1;0|%c\\",ESC,ESC); *************** *** 178,183 **** --- 179,185 ---- /****************************************************************************/ + void usage() { int i; *************** *** 218,223 **** --- 220,226 ---- #include #include + void getinit() { char *home; /* user's home directory */ *** usr.sbin/pcvt/vgaio/vgaio.y.ORIG Tue Sep 17 19:59:51 2002 --- usr.sbin/pcvt/vgaio/vgaio.y Sat Sep 11 23:41:53 2004 *************** *** 66,71 **** --- 66,73 ---- void setreg(struct reg r, int val); void getreg(struct reg r); void yyerror(const char *msg); + int yyparse(void); + int yylex(void); #define YYDEBUG 1 *************** *** 190,195 **** --- 192,202 ---- case MI: val = inb(0x3cc); break; + + default: /* unknown group */ + val = 0; + break; + } printf("%s%02x = 0x%02x = %s (bin)\n", getname(r), r.num, val, bin_str(val,8)); *** usr.sbin/pcvt/vgaio/lex.l.ORIG Mon Sep 6 09:39:30 1999 --- usr.sbin/pcvt/vgaio/lex.l Sat Sep 11 23:47:10 2004 *************** *** 56,61 **** --- 56,62 ---- #include "y.tab.h" extern YYSTYPE yylval; + #define YY_NO_UNPUT 1 %} *** usr.sbin/pcvt/vttest/header.h.ORIG Mon Jul 1 23:55:16 2002 --- usr.sbin/pcvt/vttest/header.h Sat Sep 11 22:50:07 2004 *************** *** 26,45 **** #include - #ifdef UNIX #include #include #include #include #include jmp_buf intrenv; struct sgttyb sgttyOrg, sgttyNew; char stdioBuf[BUFSIZ]; int brkrd, reading; ! extern onterm(), onbrk(); #ifdef SIII #include #endif #endif int ttymode; --- 26,90 ---- #include #ifdef UNIX + #include #include #include #include #include #include + #include jmp_buf intrenv; struct sgttyb sgttyOrg, sgttyNew; char stdioBuf[BUFSIZ]; int brkrd, reading; ! extern void onterm(int), onbrk(int); #ifdef SIII #include #endif #endif int ttymode; + + /* from esc.c */ + void println(char *); + void cup(int, int); /* Cursor Position */ + void ed(int); /* Erase in Display */ + void rm(char *); /* Reset Mode */ + void sm(char *); /* Set Mode */ + void decaln(void); /* Screen Alignment Display */ + void el(int); /* Erase in Line */ + void brcstr(char *, char); + void brc(int, char); + void cub(int); /* Cursor Backward */ + void cud(int); /* Cursor Down */ + void cuf(int); /* Cursor Forward */ + void cuu(int); /* Cursor Up */ + void hvp(int, int); /* Horizontal and Vertical Position */ + void ind(void); /* Index */ + void nel(void); /* Next Line */ + void ri(void); /* Reverse Index */ + void ris(void); /* Reset to Initial State */ + void decdhl(int); /* Double Height Line (also double width) */ + void decdwl(void); /* Double Wide Line */ + void decll(char *); /* Load LEDs */ + void decrc(void); /* Restore Cursor */ + void decsc(void); /* Save Cursor */ + void decstbm(int, int); /* Set Top and Bottom Margins */ + void decswl(void); /* Single With Line */ + void hts(void); /* Horizontal Tabulation Set */ + void scs(int, char); /* Select character Set */ + void tbc(int); /* Tabulation Clear */ + void sgr(char *); /* Select Graphic Rendition */ + void inputline(char *); + void esc(char *); + void esc2(char *, char *); + void inflush(void); + void deckpam(void); /* Keypad Application Mode */ + void deckpnm(void); /* Keypad Numeric Mode */ + void ttybin(int); + void da(void); /* Device Attributes */ + void decreqtparm(int); /* Request Terminal Parameters */ + void dsr(int); /* Device Status Report */ + void vt52cup(int, int); + void dectst(int); /* Invoke Confidence Test */ + void zleep(int); *** usr.sbin/pcvt/vttest/main.c.ORIG Thu May 29 19:34:16 2003 --- usr.sbin/pcvt/vttest/main.c Sat Sep 11 22:51:22 2004 *************** *** 72,77 **** --- 72,109 ---- #endif #endif + static void tst_movements(void); + static void tst_screen(void); + static void tst_characters(void); + static void tst_doublesize(void); + static void tst_keyboard(void); + static void tst_reports(void); + static void tst_vt52(void); + static void tst_insdel(void); + static void tst_bugs(void); + static void tst_rst(void); + static void bug_a(void); + static void bug_b(void); + static void bug_c(void); + static void bug_d(void); + static void bug_e(void); + static void bug_f(void); + static void bug_w(void); + static void bug_l(void); + static void bug_s(void); + static void initterminal(int); + static void bye (void); + static int menu(char *[]); + static void holdit(void); + static void chrprint (char *); + static void dch(int); /* Delete character */ + static void ich(int); /* Insert character -- not in VT102 */ + static void dl(int); /* Delete line */ + static void il(int); /* Insert line */ + static void readnl(void); + static int scanto(char *, int *, char); + + int main() { int menuchoice; *************** *** 123,128 **** --- 155,161 ---- bye(); } + void tst_movements() { /* Test of: *************** *** 139,145 **** */ int i, row, col, pass, width, hlfxtra; ! char c, *ctext = "This is a correct sentence"; for (pass = 0; pass <= 1; pass++) { if (pass == 0) { rm("?3"); width = 80; hlfxtra = 0; } --- 172,178 ---- */ int i, row, col, pass, width, hlfxtra; ! char *ctext = "This is a correct sentence"; for (pass = 0; pass <= 1; pass++) { if (pass == 0) { rm("?3"); width = 80; hlfxtra = 0; } *************** *** 236,241 **** --- 269,275 ---- holdit(); } + void tst_screen() { /* Test of: *************** *** 414,419 **** --- 448,454 ---- holdit(); } + void tst_characters() { /* Test of: SCS (Select character Set) *************** *** 456,461 **** --- 491,497 ---- holdit(); } + void tst_doublesize() { /* Test of: DECSWL (Single Width Line) *************** *** 549,554 **** --- 585,591 ---- holdit(); } + void tst_keyboard() { /* Test of: *************** *** 1047,1062 **** do { cup(23,1); kbdc = inchar(); cup(23,1); el(0); ! if (kbdc < 32) printf(" %s", ckeytab[kbdc].csymbol); else { sprintf(kbds, "%c", kbdc); chrprint(kbds); printf("%s", " -- not a CTRL key"); } ! if (kbdc < 32) ckeytab[kbdc].ccount++; ! if (ckeytab[kbdc].ccount == 2) { cup(1 + (kbdc % 16), 1 + 40 * (kbdc / 16)); ! printf("%s", ckeytab[kbdc].csymbol); } } while (kbdc != '\177'); #ifdef UNIX --- 1084,1099 ---- do { cup(23,1); kbdc = inchar(); cup(23,1); el(0); ! if (kbdc < 32) printf(" %s", ckeytab[(short int)kbdc].csymbol); else { sprintf(kbds, "%c", kbdc); chrprint(kbds); printf("%s", " -- not a CTRL key"); } ! if (kbdc < 32) ckeytab[(short int)kbdc].ccount++; ! if (ckeytab[(short int)kbdc].ccount == 2) { cup(1 + (kbdc % 16), 1 + 40 * (kbdc / 16)); ! printf("%s", ckeytab[(short int)kbdc].csymbol); } } while (kbdc != '\177'); #ifdef UNIX *************** *** 1082,1087 **** --- 1119,1125 ---- holdit(); } + void tst_reports() { /* Test of: (AnswerBack Message) *************** *** 1198,1204 **** cup(7,1); println("Test of Device Attributes report (what are you)"); cup(8,1); ! da(0); report = instr(); cup(8,1); el(0); --- 1236,1242 ---- cup(7,1); println("Test of Device Attributes report (what are you)"); cup(8,1); ! da(); report = instr(); cup(8,1); el(0); *************** *** 1279,1284 **** --- 1317,1323 ---- #endif } + void tst_vt52() { static struct rtabl { *************** *** 1404,1409 **** --- 1443,1449 ---- holdit(); } + void tst_insdel() { /* Test of: *************** *** 1492,1504 **** } } ! dch(pn) int pn; { brc(pn, 'P'); } /* Delete character */ ! ich(pn) int pn; { brc(pn, '@'); } /* Insert character -- not in VT102 */ ! dl(pn) int pn; { brc(pn, 'M'); } /* Delete line */ ! il(pn) int pn; { brc(pn, 'L'); } /* Insert line */ /* Test of some known VT100 bugs and misfeatures */ tst_bugs() { int i, menuchoice; --- 1532,1545 ---- } } ! void dch(pn) int pn; { brc(pn, 'P'); } /* Delete character */ ! void ich(pn) int pn; { brc(pn, '@'); } /* Insert character -- not in VT102 */ ! void dl(pn) int pn; { brc(pn, 'M'); } /* Delete line */ ! void il(pn) int pn; { brc(pn, 'L'); } /* Insert line */ /* Test of some known VT100 bugs and misfeatures */ + void tst_bugs() { int i, menuchoice; *************** *** 1551,1556 **** --- 1592,1598 ---- /* Bug A: Smooth scroll to jump scroll */ + void bug_a() { int i; *************** *** 1582,1587 **** --- 1624,1630 ---- /* Bug B: Scrolling region */ + void bug_b() { char c; *************** *** 1605,1610 **** --- 1648,1654 ---- /* Bug C: Wide to narrow screen */ + void bug_c() { sm("?3"); /* 132 column mode */ cup(1,81); *************** *** 1616,1621 **** --- 1660,1666 ---- /* Bug D: Narrow to wide screen */ + void bug_d() { int i; char result; *************** *** 1650,1655 **** --- 1695,1701 ---- /* Bug E: Cursor move from double- to single-wide line */ + void bug_e() { int i; static char *rend[2] = { "\033[m", "\033[7m" }; *************** *** 1670,1677 **** /* Bug F: Column mode escape sequence */ bug_f() { - int i, row, col; /* * VT100 "toggle origin mode, forget rest" bug. If you try to set --- 1716,1723 ---- /* Bug F: Column mode escape sequence */ + void bug_f() { /* * VT100 "toggle origin mode, forget rest" bug. If you try to set *************** *** 1701,1706 **** --- 1747,1753 ---- * on a CUP. Argh! */ + void bug_w() { int row, col; *************** *** 1731,1736 **** --- 1778,1784 ---- * A VT100 has this misfeature, and many others. Foo! */ + void bug_l() { cup(15, 1); printf("This-is-a-long-line-This-is-a-long-line-"); *************** *** 1782,1787 **** --- 1830,1836 ---- rm("?3"); } + void bug_s() { int i; decstbm(20,10); /* 20-10=-10, < 2, so no scroll region. */ *************** *** 1798,1803 **** --- 1847,1853 ---- decstbm(0,0); /* No scroll region (just in case...) */ } + void tst_rst() { /* *************** *** 1830,1835 **** --- 1880,1886 ---- holdit(); } + void initterminal(pn) int pn; { #ifdef UNIX *************** *** 1883,1888 **** --- 1934,1940 ---- } + void bye () { /* Force my personal prejudices upon the poor luser */ *************** *** 1913,1919 **** } #ifdef UNIX ! onbrk() { signal(SIGINT, (void *)onbrk); if (reading) brkrd = 1; --- 1965,1972 ---- } #ifdef UNIX ! void ! onbrk(int sig __unused) { signal(SIGINT, (void *)onbrk); if (reading) brkrd = 1; *************** *** 1921,1938 **** longjmp(intrenv, 1); } ! onterm() { signal(SIGTERM, (void *)onterm); longjmp(intrenv, 1); } #endif holdit() { inflush(); printf("Push "); readnl(); } readnl() { #ifdef UNIX char ch; --- 1974,1994 ---- longjmp(intrenv, 1); } ! void ! onterm(int sig __unused) { signal(SIGTERM, (void *)onterm); longjmp(intrenv, 1); } #endif + void holdit() { inflush(); printf("Push "); readnl(); } + void readnl() { #ifdef UNIX char ch; *************** *** 1954,1959 **** --- 2010,2016 ---- #endif } + int scanto(str, pos, toc) char *str; int *pos; char toc; { char c; int result = 0; *************** *** 1975,1980 **** --- 2032,2038 ---- return("BAD VALUE"); } + int menu(table) char *table[]; { int i, tablesize, choice; *************** *** 1993,1999 **** for(;;) { inputline(s); choice = 0; ! while (c = *s++) choice = 10 * choice + c - '0'; if (choice >= 0 && choice <= tablesize) { ed(2); return (choice); --- 2051,2057 ---- for(;;) { inputline(s); choice = 0; ! while ((c = *s++)) choice = 10 * choice + c - '0'; if (choice >= 0 && choice <= tablesize) { ed(2); return (choice); *************** *** 2002,2007 **** --- 2060,2066 ---- } } + void chrprint (s) char *s; { int i; *** usr.sbin/pcvt/vttest/esc.c.ORIG Mon Jul 1 23:55:16 2002 --- usr.sbin/pcvt/vttest/esc.c Sat Sep 11 22:49:37 2004 *************** *** 1,136 **** ! #include "header.h" ! #ifndef lint ! static const char rcsid[] = ! "$FreeBSD: src/usr.sbin/pcvt/vttest/esc.c,v 1.6 2001/07/27 04:40:04 brooks Exp $"; ! #endif println(s) char *s; { printf("%s\n", s); } esc(s) char *s; { printf("%c%s", 27, s); } ! esc2(s1, s2) char s1, s2; { printf("%c%s%s", 27, s1, s2); } brcstr(ps, c) char *ps, c; { printf("%c[%s%c", 27, ps, c); } brc(pn,c) int pn; char c; { printf("%c[%d%c", 27, pn, c); } brc2(pn1, pn2 ,c) int pn1, pn2; char c; { printf("%c[%d;%d%c", 27, pn1, pn2, c); } cub(pn) int pn; { /* Cursor Backward */ brc(pn,'D'); } cud(pn) int pn; { /* Cursor Down */ brc(pn,'B'); } cuf(pn) int pn; { /* Cursor Forward */ brc(pn,'C'); } cup(pn1, pn2) int pn1, pn2; { /* Cursor Position */ brc2(pn1, pn2, 'H'); } cuu(pn) int pn; { /* Cursor Up */ brc(pn,'A'); } da() { /* Device Attributes */ brc(0,'c'); } decaln() { /* Screen Alignment Display */ esc("#8"); } decdhl(lower) int lower; { /* Double Height Line (also double width) */ if (lower) esc("#4"); else esc("#3"); } decdwl() { /* Double Wide Line */ esc("#6"); } deckpam() { /* Keypad Application Mode */ esc("="); } deckpnm() { /* Keypad Numeric Mode */ esc(">"); } decll(ps) char *ps; { /* Load LEDs */ brcstr(ps, 'q'); } decrc() { /* Restore Cursor */ esc("8"); } decreqtparm(pn) int pn; { /* Request Terminal Parameters */ brc(pn,'x'); } decsc() { /* Save Cursor */ esc("7"); } decstbm(pn1, pn2) int pn1, pn2; { /* Set Top and Bottom Margins */ if (pn1 || pn2) brc2(pn1, pn2, 'r'); else esc("[r"); /* Good for >24-line terminals */ } decswl() { /* Single With Line */ esc("#5"); } dectst(pn) int pn; { /* Invoke Confidence Test */ brc2(2, pn, 'y'); } dsr(pn) int pn; { /* Device Status Report */ brc(pn, 'n'); } ed(pn) int pn; { /* Erase in Display */ brc(pn, 'J'); } el(pn) int pn; { /* Erase in Line */ brc(pn,'K'); } hts() { /* Horizontal Tabulation Set */ esc("H"); } hvp(pn1, pn2) int pn1, pn2; { /* Horizontal and Vertical Position */ brc2(pn1, pn2, 'f'); } ind() { /* Index */ esc("D"); } nel() { /* Next Line */ esc("E"); } ri() { /* Reverse Index */ esc("M"); } ris() { /* Reset to Initial State */ esc("c"); } rm(ps) char *ps; { /* Reset Mode */ brcstr(ps, 'l'); } scs(g,c) int g; char c; { /* Select character Set */ printf("%c%c%c%c%c%c%c", 27, g ? ')' : '(', c, 27, g ? '(' : ')', 'B', g ? 14 : 15); } sgr(ps) char *ps; { /* Select Graphic Rendition */ brcstr(ps, 'm'); } sm(ps) char *ps; { /* Set Mode */ brcstr(ps, 'h'); } tbc(pn) int pn; { /* Tabulation Clear */ brc(pn, 'g'); } vt52cup(l,c) int l,c; { printf("%cY%c%c", 27, l + 31, c + 31); } --- 1,173 ---- ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pcvt/vttest/esc.c,v 1.6 2001/07/27 04:40:04 brooks Exp $"); ! #include "header.h" + void println(s) char *s; { printf("%s\n", s); } + void esc(s) char *s; { printf("%c%s", 27, s); } ! void ! esc2(s1, s2) char *s1, *s2; { printf("%c%s%s", 27, s1, s2); } + void brcstr(ps, c) char *ps, c; { printf("%c[%s%c", 27, ps, c); } + void brc(pn,c) int pn; char c; { printf("%c[%d%c", 27, pn, c); } + void brc2(pn1, pn2 ,c) int pn1, pn2; char c; { printf("%c[%d;%d%c", 27, pn1, pn2, c); } + void cub(pn) int pn; { /* Cursor Backward */ brc(pn,'D'); } + void cud(pn) int pn; { /* Cursor Down */ brc(pn,'B'); } + void cuf(pn) int pn; { /* Cursor Forward */ brc(pn,'C'); } + void cup(pn1, pn2) int pn1, pn2; { /* Cursor Position */ brc2(pn1, pn2, 'H'); } + void cuu(pn) int pn; { /* Cursor Up */ brc(pn,'A'); } + void da() { /* Device Attributes */ brc(0,'c'); } + void decaln() { /* Screen Alignment Display */ esc("#8"); } + void decdhl(lower) int lower; { /* Double Height Line (also double width) */ if (lower) esc("#4"); else esc("#3"); } + void decdwl() { /* Double Wide Line */ esc("#6"); } + void deckpam() { /* Keypad Application Mode */ esc("="); } + void deckpnm() { /* Keypad Numeric Mode */ esc(">"); } + void decll(ps) char *ps; { /* Load LEDs */ brcstr(ps, 'q'); } + void decrc() { /* Restore Cursor */ esc("8"); } + void decreqtparm(pn) int pn; { /* Request Terminal Parameters */ brc(pn,'x'); } + void decsc() { /* Save Cursor */ esc("7"); } + void decstbm(pn1, pn2) int pn1, pn2; { /* Set Top and Bottom Margins */ if (pn1 || pn2) brc2(pn1, pn2, 'r'); else esc("[r"); /* Good for >24-line terminals */ } + void decswl() { /* Single With Line */ esc("#5"); } + void dectst(pn) int pn; { /* Invoke Confidence Test */ brc2(2, pn, 'y'); } + void dsr(pn) int pn; { /* Device Status Report */ brc(pn, 'n'); } + void ed(pn) int pn; { /* Erase in Display */ brc(pn, 'J'); } + void el(pn) int pn; { /* Erase in Line */ brc(pn,'K'); } + void hts() { /* Horizontal Tabulation Set */ esc("H"); } + void hvp(pn1, pn2) int pn1, pn2; { /* Horizontal and Vertical Position */ brc2(pn1, pn2, 'f'); } + void ind() { /* Index */ esc("D"); } + void nel() { /* Next Line */ esc("E"); } + void ri() { /* Reverse Index */ esc("M"); } + void ris() { /* Reset to Initial State */ esc("c"); } + void rm(ps) char *ps; { /* Reset Mode */ brcstr(ps, 'l'); } + void scs(g,c) int g; char c; { /* Select character Set */ printf("%c%c%c%c%c%c%c", 27, g ? ')' : '(', c, 27, g ? '(' : ')', 'B', g ? 14 : 15); } + void sgr(ps) char *ps; { /* Select Graphic Rendition */ brcstr(ps, 'm'); } + void sm(ps) char *ps; { /* Set Mode */ brcstr(ps, 'h'); } + void tbc(pn) int pn; { /* Tabulation Clear */ brc(pn, 'g'); } + void vt52cup(l,c) int l,c; { printf("%cY%c%c", 27, l + 31, c + 31); } *************** *** 143,149 **** */ #ifdef UNIX ! int lval, waittime, getpid(); static int val; char ch; fflush(stdout); lval = val; --- 180,186 ---- */ #ifdef UNIX ! int lval; static int val; char ch; fflush(stdout); lval = val; *************** *** 193,199 **** */ ! int i, val, crflag; long l1; char ch; static char result[80]; i = 0; --- 230,239 ---- */ ! int i; long l1; ! #ifdef SARG10 ! int val, crflag; char ch; ! #endif static char result[80]; i = 0; *************** *** 248,253 **** --- 288,294 ---- return(result); } + void ttybin(bin) int bin; { #ifdef SARG10 #define OPEN 050 *************** *** 296,301 **** --- 337,343 ---- * Beware where and how you use it !!!!!!! */ + void superbin(bin) int bin; { int v; *************** *** 309,314 **** --- 351,357 ---- * Set bit 34 to turn it on. Clear it for off. */ + void page(bin) int bin; { int v; *************** *** 320,325 **** --- 363,369 ---- } #endif + void trmop(fc,arg) int fc, arg; { #ifdef SARG10 int retvalp; *************** *** 343,348 **** --- 387,393 ---- #endif } + void inputline(s) char *s; { scanf("%s",s); #ifdef SARG10 *************** *** 353,358 **** --- 398,404 ---- #endif } + void inflush() { /* *************** *** 383,388 **** --- 429,435 ---- #endif } + void zleep(t) int t; { /* >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B56B16A4E9 for ; Sun, 12 Sep 2004 02:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8058D43D31 for ; Sun, 12 Sep 2004 02:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eRj2087056 for ; Sun, 12 Sep 2004 02:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eRrY087055; Sun, 12 Sep 2004 02:40:27 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:27 GMT Resent-Message-Id: <200409120240.i8C2eRrY087055@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8927D16A4CF for ; Sun, 12 Sep 2004 02:38:16 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6054843D39 for ; Sun, 12 Sep 2004 02:38:15 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cDUP007109 for ; Sun, 12 Sep 2004 04:38:14 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cD9P007108 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:13 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120238.i8C2cD9P007108@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:38:13 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71624: [PATCH] cleanup of the usr.sbin/rtadvd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:27 -0000 >Number: 71624 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/rtadvd code >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 Sep 12 02:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 $FreeBSD: src/usr.sbin/rtadvd/config.c,v 1.23 2003/08/15 19:13:53 ume $FreeBSD: src/usr.sbin/rtadvd/timer.c,v 1.8 2003/08/11 15:51:54 ume >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/rtadvd/config.c:294: warning: implicit declaration of function `insque' usr.sbin/rtadvd/config.c:728: warning: implicit declaration of function `remque' usr.sbin/rtadvd/timer.c:85: warning: implicit declaration of function `insque' usr.sbin/rtadvd/timer.c:93: warning: implicit declaration of function `remque' >How-To-Repeat: N/A >Fix: *** usr.sbin/rtadvd/config.c.ORIG Sun Aug 17 21:29:19 2003 --- usr.sbin/rtadvd/config.c Tue Sep 7 20:06:24 2004 *************** *** 53,58 **** --- 53,59 ---- #include #include #include + #include #include #include #include *** usr.sbin/rtadvd/timer.c.ORIG Thu Aug 14 19:17:42 2003 --- usr.sbin/rtadvd/timer.c Tue Sep 7 20:06:26 2004 *************** *** 36,41 **** --- 36,42 ---- #include #include #include + #include #include "timer.h" static struct rtadvd_timer timer_head; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 056F116A4E9 for ; Sun, 12 Sep 2004 02:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10F743D31 for ; Sun, 12 Sep 2004 02:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eRAg087069 for ; Sun, 12 Sep 2004 02:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eRC8087068; Sun, 12 Sep 2004 02:40:27 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:27 GMT Resent-Message-Id: <200409120240.i8C2eRC8087068@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 562B816A4CE for ; Sun, 12 Sep 2004 02:38:20 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3048C43D1D for ; Sun, 12 Sep 2004 02:38:19 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cHYL007111 for ; Sun, 12 Sep 2004 04:38:17 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cHb0007110 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:17 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120238.i8C2cHb0007110@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:38:17 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71625: [PATCH] cleanup of the usr.sbin/rpc.ypupdated code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:28 -0000 >Number: 71625 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/rpc.ypupdated code >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 Sep 12 02:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 $FreeBSD: src/usr.sbin/rpc.ypupdated/yp_dbupdate.c,v 1.8 2004/05/24 13:21:24 stefanf >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/rpc.ypupdated/yp_dbupdate.c:134: warning: long unsigned int format, time_t arg (arg 4) >How-To-Repeat: N/A >Fix: *** usr.sbin/rpc.ypupdated/yp_dbupdate.c.ORIG Fri May 28 19:23:11 2004 --- usr.sbin/rpc.ypupdated/yp_dbupdate.c Tue Sep 7 21:47:12 2004 *************** *** 131,137 **** return(rval); } ! snprintf(yplastbuf, sizeof(yplastbuf), "%lu", time(NULL)); key.data = yp_last; key.size = strlen(yp_last); data.data = (char *)&yplastbuf; --- 131,137 ---- return(rval); } ! snprintf(yplastbuf, sizeof(yplastbuf), "%lu", (unsigned long)time(NULL)); key.data = yp_last; key.size = strlen(yp_last); data.data = (char *)&yplastbuf; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD11316A511 for ; Sun, 12 Sep 2004 02:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F14643D31 for ; Sun, 12 Sep 2004 02:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eSpU087084 for ; Sun, 12 Sep 2004 02:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eSse087083; Sun, 12 Sep 2004 02:40:28 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:28 GMT Resent-Message-Id: <200409120240.i8C2eSse087083@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3108516A4CE for ; Sun, 12 Sep 2004 02:38:24 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA92B43D1F for ; Sun, 12 Sep 2004 02:38:22 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cL3s007113 for ; Sun, 12 Sep 2004 04:38:21 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cKb5007112 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:20 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120238.i8C2cKb5007112@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:38:20 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71626: [PATCH] cleanup of the usr.sbin/rpc.statd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:28 -0000 >Number: 71626 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/rpc.statd code >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 Sep 12 02:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 $FreeBSD: src/usr.sbin/rpc.statd/procs.c,v 1.14 2003/10/26 06:14:10 peter >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/rpc.statd/procs.c:327: warning: 'work_to_do' might be used uninitialized in this function >How-To-Repeat: N/A >Fix: *** usr.sbin/rpc.statd/procs.c.ORIG Fri Nov 14 03:55:05 2003 --- usr.sbin/rpc.statd/procs.c Tue Sep 7 21:52:20 2004 *************** *** 334,339 **** --- 334,340 ---- /* hosts, and incrementing our status number. notify_hosts() is */ /* then called to fork a process to do the notifications. */ + work_to_do = FALSE; for (i = status_info->noOfHosts, hp = status_info->hosts; i ; i--, hp++) { if (hp->monList) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D55A16A513 for ; Sun, 12 Sep 2004 02:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E741743D31 for ; Sun, 12 Sep 2004 02:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eSCj087101 for ; Sun, 12 Sep 2004 02:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eSvo087100; Sun, 12 Sep 2004 02:40:28 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:28 GMT Resent-Message-Id: <200409120240.i8C2eSvo087100@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E652E16A4CE for ; Sun, 12 Sep 2004 02:38:27 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC64D43D3F for ; Sun, 12 Sep 2004 02:38:26 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cPIO007115 for ; Sun, 12 Sep 2004 04:38:25 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cOul007114 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:24 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120238.i8C2cOul007114@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:38:24 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71627: [PATCH] cleanup of the usr.sbin/rpc.lockd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:29 -0000 >Number: 71627 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/rpc.lockd code >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 Sep 12 02:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 $FreeBSD: src/usr.sbin/rpc.lockd/lock_proc.c,v 1.16 2004/07/16 19:30:59 mr >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/rpc.lockd/lock_proc.c:280: warning: implicit declaration of function `geteuid' usr.sbin/rpc.lockd/lock_proc.c:281: warning: implicit declaration of function `seteuid' >How-To-Repeat: N/A >Fix: *** lock_proc.c.ORIG Sun Aug 8 21:14:01 2004 --- lock_proc.c Tue Sep 7 21:55:29 2004 *************** *** 49,54 **** --- 49,56 ---- #include #include #include + #include + #include #include #include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C7B516A51B for ; Sun, 12 Sep 2004 02:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4341343D31 for ; Sun, 12 Sep 2004 02:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eTJW087114 for ; Sun, 12 Sep 2004 02:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eTF7087113; Sun, 12 Sep 2004 02:40:29 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:29 GMT Resent-Message-Id: <200409120240.i8C2eTF7087113@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5C5116A4CE for ; Sun, 12 Sep 2004 02:38:31 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A42743D2F for ; Sun, 12 Sep 2004 02:38:30 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cSVc007117 for ; Sun, 12 Sep 2004 04:38:29 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cSBc007116 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:28 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120238.i8C2cSBc007116@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:38:28 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:29 -0000 >Number: 71628 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/rpcbind code >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 Sep 12 02:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 $FreeBSD: usr.sbin/rpcbind/rpcbind.c,v 1.13 2004/08/16 00:20:31 mbr >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/rpcbind/rpcbind.c:239: warning: 'fd' might be used uninitialized in this function usr.sbin/rpcbind/rpcbind.c:243: warning: 'my_xprt' might be used uninitialized in this function both variables are initialized before use with no exception >How-To-Repeat: N/A >Fix: *** usr.sbin/rpcbind/rpcbind.c.ORIG Sun Aug 22 11:12:23 2004 --- usr.sbin/rpcbind/rpcbind.c Sat Sep 11 10:19:50 2004 *************** *** 236,247 **** static int init_transport(struct netconfig *nconf) { ! int fd; struct t_bind taddr; struct addrinfo hints, *res = NULL; struct __rpc_sockinfo si; ! SVCXPRT *my_xprt; int status; /* bound checking ? */ int aicode; int addrlen; int nhostsbak; --- 236,247 ---- static int init_transport(struct netconfig *nconf) { ! int fd = fd; /* init to suppres "may be used uninitialized" warning */ struct t_bind taddr; struct addrinfo hints, *res = NULL; struct __rpc_sockinfo si; ! SVCXPRT *my_xprt = my_xprt; /* init to suppres "may be used uninitialized" warning */ int status; /* bound checking ? */ int aicode; int addrlen; int nhostsbak; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:30 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB1216A533 for ; Sun, 12 Sep 2004 02:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A9543D31 for ; Sun, 12 Sep 2004 02:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eTgA087128 for ; Sun, 12 Sep 2004 02:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eTPx087127; Sun, 12 Sep 2004 02:40:29 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:29 GMT Resent-Message-Id: <200409120240.i8C2eTPx087127@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E90F16A4CE for ; Sun, 12 Sep 2004 02:38:35 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59FEF43D41 for ; Sun, 12 Sep 2004 02:38:34 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cWK7007119 for ; Sun, 12 Sep 2004 04:38:33 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cWrh007118 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:32 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120238.i8C2cWrh007118@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:38:32 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71629: [PATCH] cleanup of the usr.sbin/pppstats code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:30 -0000 >Number: 71629 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/pppstats code >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 Sep 12 02:40:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 $FreeBSD: usr.sbin/pppstats/pppstats.c,v 1.14 2002/04/22 13:44:46 des >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/pppstats/pppstats.c:35: warning: 'rcsid' defined but not used >How-To-Repeat: N/A >Fix: *** usr.sbin/pppstats/pppstats.c.ORIG Mon Jul 1 23:57:04 2002 --- usr.sbin/pppstats/pppstats.c Sat Sep 11 10:28:39 2004 *************** *** 31,39 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppstats/pppstats.c,v 1.14 2002/04/22 13:44:46 des Exp $"; ! #endif #include #include --- 31,38 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppstats/pppstats.c,v 1.14 2002/04/22 13:44:46 des Exp $"); #include #include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:30 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF38516A4FB for ; Sun, 12 Sep 2004 02:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E9243D58 for ; Sun, 12 Sep 2004 02:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eUaG087161 for ; Sun, 12 Sep 2004 02:40:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eUiL087154; Sun, 12 Sep 2004 02:40:30 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:30 GMT Resent-Message-Id: <200409120240.i8C2eUiL087154@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF42016A4CE for ; Sun, 12 Sep 2004 02:38:40 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1830643D41 for ; Sun, 12 Sep 2004 02:38:38 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cans007121 for ; Sun, 12 Sep 2004 04:38:36 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cata007120 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:36 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120238.i8C2cata007120@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:38:36 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71630: [PATCH] cleanup of the usr.sbin/pppd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:31 -0000 >Number: 71630 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/pppd code >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 Sep 12 02:40:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/pppd/auth.c,v 1.28 2003/10/26 06:01:06 peter usr.sbin/pppd/cbcp.c,v 1.4 1999/08/28 01:19:00 peter usr.sbin/pppd/ccp.c,v 1.10 1999/08/28 01:19:00 peter usr.sbin/pppd/chap.c,v 1.10 1999/08/28 01:19:01 peter usr.sbin/pppd/chap_ms.c,v 1.8 2000/02/24 21:10:28 markm usr.sbin/pppd/demand.c,v 1.5 1999/08/28 01:19:02 peter usr.sbin/pppd/fsm.c,v 1.10 2002/12/30 21:18:14 schweikh usr.sbin/pppd/ipcp.c,v 1.12 1999/08/28 01:19:03 peter usr.sbin/pppd/lcp.c,v 1.11 2003/04/07 13:34:00 fjoe usr.sbin/pppd/magic.c,v 1.8 1999/08/28 01:19:05 peter usr.sbin/pppd/main.c,v 1.21 2003/05/12 18:51:31 peter usr.sbin/pppd/options.c,v 1.24 2002/05/06 08:39:43 dwmalone usr.sbin/pppd/sys-bsd.c,v 1.20 2004/04/09 16:59:05 maxim usr.sbin/pppd/upap.c,v 1.8 1999/08/28 01:19:08 peter >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/pppd/main.c:172: warning: 'iffile' might be used uninitialized in this function usr.sbin/pppd/main.c:21: warning: 'rcsid' defined but not used usr.sbin/pppd/magic.c:21: warning: 'rcsid' defined but not used usr.sbin/pppd/fsm.c:21: warning: 'rcsid' defined but not used usr.sbin/pppd/lcp.c:21: warning: 'rcsid' defined but not used usr.sbin/pppd/ipcp.c:1086: warning: implicit declaration of function `exit' usr.sbin/pppd/ipcp.c:21: warning: 'rcsid' defined but not used usr.sbin/pppd/upap.c:21: warning: 'rcsid' defined but not used usr.sbin/pppd/chap.c:37: warning: 'rcsid' defined but not used usr.sbin/pppd/ccp.c:29: warning: 'rcsid' defined but not used usr.sbin/pppd/demand.c:21: warning: 'rcsid' defined but not used usr.sbin/pppd/auth.c:680: warning: implicit declaration of function `warn' usr.sbin/pppd/auth.c:978: warning: implicit declaration of function `logout' usr.sbin/pppd/auth.c:989: warning: implicit declaration of function time_to_time32' usr.sbin/pppd/auth.c:1002: warning: implicit declaration of function `login' usr.sbin/pppd/auth.c:36: warning: 'rcsid' defined but not used usr.sbin/pppd/options.c:21: warning: 'rcsid' defined but not used usr.sbin/pppd/sys-bsd.c:189: warning: implicit declaration of function `kldload' usr.sbin/pppd/sys-bsd.c:492: warning: implicit declaration of function `openpty' usr.sbin/pppd/sys-bsd.c:24: warning: 'rcsid' defined but not used usr.sbin/pppd/cbcp.c:22: warning: 'rcsid' defined but not used usr.sbin/pppd/chap_ms.c:35: warning: 'rcsid' defined but not used >How-To-Repeat: N/A >Fix: *** usr.sbin/pppd/auth.c.ORIG Fri Nov 14 03:54:56 2003 --- usr.sbin/pppd/auth.c Sat Sep 11 11:14:12 2004 *************** *** 32,40 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/auth.c,v 1.28 2003/10/26 06:01:06 peter Exp $"; ! #endif #include #include --- 32,39 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/auth.c,v 1.28 2003/10/26 06:01:06 peter Exp $"); #include #include *************** *** 47,54 **** --- 46,56 ---- #include #include #include + #include + #include #include #include + #include #if defined(_PATH_LASTLOG) && defined(_linux_) #include #endif *** usr.sbin/pppd/cbcp.c.ORIG Sat Aug 28 03:19:00 1999 --- usr.sbin/pppd/cbcp.c Sat Sep 11 10:42:02 2004 *************** *** 18,26 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/cbcp.c,v 1.4 1999/08/28 01:19:00 peter Exp $"; ! #endif #include #include --- 18,25 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/cbcp.c,v 1.4 1999/08/28 01:19:00 peter Exp $"); #include #include *** usr.sbin/pppd/ccp.c.ORIG Sat Aug 28 03:19:00 1999 --- usr.sbin/pppd/ccp.c Sat Sep 11 10:43:02 2004 *************** *** 25,33 **** * OR MODIFICATIONS. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/ccp.c,v 1.10 1999/08/28 01:19:00 peter Exp $"; ! #endif #include #include --- 25,32 ---- * OR MODIFICATIONS. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/ccp.c,v 1.10 1999/08/28 01:19:00 peter Exp $"); #include #include *** usr.sbin/pppd/chap.c.ORIG Sat Aug 28 03:19:01 1999 --- usr.sbin/pppd/chap.c Sat Sep 11 10:42:36 2004 *************** *** 33,41 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/chap.c,v 1.10 1999/08/28 01:19:01 peter Exp $"; ! #endif /* * TODO: --- 33,40 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/chap.c,v 1.10 1999/08/28 01:19:01 peter Exp $"); /* * TODO: *** usr.sbin/pppd/chap_ms.c.ORIG Thu Feb 24 22:10:28 2000 --- usr.sbin/pppd/chap_ms.c Sat Sep 11 10:43:18 2004 *************** *** 31,39 **** * You should also use DOMAIN\\USERNAME as described in README.MSCHAP80 */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/chap_ms.c,v 1.8 2000/02/24 21:10:28 markm Exp $"; ! #endif #ifdef CHAPMS --- 31,38 ---- * You should also use DOMAIN\\USERNAME as described in README.MSCHAP80 */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/chap_ms.c,v 1.8 2000/02/24 21:10:28 markm Exp $"); #ifdef CHAPMS *** usr.sbin/pppd/demand.c.ORIG Sat Aug 28 03:19:02 1999 --- usr.sbin/pppd/demand.c Sat Sep 11 10:42:07 2004 *************** *** 17,25 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/demand.c,v 1.5 1999/08/28 01:19:02 peter Exp $"; ! #endif #include #include --- 17,24 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/demand.c,v 1.5 1999/08/28 01:19:02 peter Exp $"); #include #include *** usr.sbin/pppd/fsm.c.ORIG Thu Jan 2 00:06:54 2003 --- usr.sbin/pppd/fsm.c Sat Sep 11 11:11:16 2004 *************** *** 17,25 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/fsm.c,v 1.10 2002/12/30 21:18:14 schweikh Exp $"; ! #endif /* * TODO: --- 17,24 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/fsm.c,v 1.10 2002/12/30 21:18:14 schweikh Exp $"); /* * TODO: *** usr.sbin/pppd/ipcp.c.ORIG Sat Aug 28 03:19:03 1999 --- usr.sbin/pppd/ipcp.c Sat Sep 11 10:45:36 2004 *************** *** 17,31 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/ipcp.c,v 1.12 1999/08/28 01:19:03 peter Exp $"; ! #endif /* * TODO: */ #include #include #include #include --- 17,31 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/ipcp.c,v 1.12 1999/08/28 01:19:03 peter Exp $"); /* * TODO: */ #include + #include #include #include #include *** usr.sbin/pppd/lcp.c.ORIG Sun Apr 13 20:16:11 2003 --- usr.sbin/pppd/lcp.c Sat Sep 11 10:42:51 2004 *************** *** 17,25 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/lcp.c,v 1.11 2003/04/07 13:34:00 fjoe Exp $"; ! #endif /* * TODO: --- 17,24 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/lcp.c,v 1.11 2003/04/07 13:34:00 fjoe Exp $"); /* * TODO: *** usr.sbin/pppd/magic.c.ORIG Sat Aug 28 03:19:05 1999 --- usr.sbin/pppd/magic.c Sat Sep 11 10:41:50 2004 *************** *** 17,25 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/magic.c,v 1.8 1999/08/28 01:19:05 peter Exp $"; ! #endif #include #include --- 17,24 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/magic.c,v 1.8 1999/08/28 01:19:05 peter Exp $"); #include #include *** usr.sbin/pppd/main.c.ORIG Thu May 29 19:34:18 2003 --- usr.sbin/pppd/main.c Sat Sep 11 10:55:27 2004 *************** *** 17,25 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/main.c,v 1.21 2003/05/12 18:51:31 peter Exp $"; ! #endif #include #include --- 17,24 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/main.c,v 1.21 2003/05/12 18:51:31 peter Exp $"); #include #include *************** *** 169,175 **** { int i, n, fdflags; struct sigaction sa; ! FILE *iffile; char *p; struct passwd *pw; struct timeval timo; --- 168,174 ---- { int i, n, fdflags; struct sigaction sa; ! FILE *iffile = iffile; /* to avoid "may be used unitialized" warning */ char *p; struct passwd *pw; struct timeval timo; *** usr.sbin/pppd/options.c.ORIG Mon May 6 10:39:43 2002 --- usr.sbin/pppd/options.c Sat Sep 11 10:42:34 2004 *************** *** 17,25 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/options.c,v 1.24 2002/05/06 08:39:43 dwmalone Exp $"; ! #endif #include #include --- 17,24 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/options.c,v 1.24 2002/05/06 08:39:43 dwmalone Exp $"); #include #include *** usr.sbin/pppd/sys-bsd.c.ORIG Sat Apr 17 20:57:50 2004 --- usr.sbin/pppd/sys-bsd.c Sat Sep 11 10:51:45 2004 *************** *** 20,28 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/sys-bsd.c,v 1.20 2004/04/09 16:59:05 maxim Exp $"; ! #endif /* $NetBSD: sys-bsd.c,v 1.1.1.3 1997/09/26 18:53:04 christos Exp $ */ /* --- 20,27 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/sys-bsd.c,v 1.20 2004/04/09 16:59:05 maxim Exp $"); /* $NetBSD: sys-bsd.c,v 1.1.1.3 1997/09/26 18:53:04 christos Exp $ */ /* *************** *** 44,50 **** --- 43,51 ---- #include #include #include + #include #include + #include #ifdef NetBSD1_2 #include #endif *** usr.sbin/pppd/upap.c.ORIG Sat Aug 28 03:19:08 1999 --- usr.sbin/pppd/upap.c Sat Sep 11 10:42:56 2004 *************** *** 17,25 **** * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #ifndef lint ! static char rcsid[] = "$FreeBSD: src/usr.sbin/pppd/upap.c,v 1.8 1999/08/28 01:19:08 peter Exp $"; ! #endif /* * TODO: --- 17,24 ---- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! #include ! __FBSDID("$FreeBSD: src/usr.sbin/pppd/upap.c,v 1.8 1999/08/28 01:19:08 peter Exp $"); /* * TODO: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1436E16A554 for ; Sun, 12 Sep 2004 02:40:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF65543D2F for ; Sun, 12 Sep 2004 02:40:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eVFn087179 for ; Sun, 12 Sep 2004 02:40:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eV2c087178; Sun, 12 Sep 2004 02:40:31 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:31 GMT Resent-Message-Id: <200409120240.i8C2eV2c087178@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C0C16A4CE for ; Sun, 12 Sep 2004 02:38:44 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 883D543D41 for ; Sun, 12 Sep 2004 02:38:43 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cfcY007123 for ; Sun, 12 Sep 2004 04:38:42 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cfV6007122 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:41 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120238.i8C2cfV6007122@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:38:41 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71631: [PATCH] cleanup of the usr.sbin/pppctl code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:32 -0000 >Number: 71631 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/pppctl code >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 Sep 12 02:40:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/pppctl/pppctl.c,v 1.32 2003/12/07 08:39:29 tjr >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/pppctl/pppctl.c:368: warning: 'fd' might be used uninitialized in this function 'fd' is initialized with no exception, so turn-off warning only >How-To-Repeat: N/A >Fix: *** usr.sbin/pppctl/pppctl.c.ORIG Sun Dec 7 23:02:31 2003 --- usr.sbin/pppctl/pppctl.c Sat Sep 11 13:42:01 2004 *************** *** 365,371 **** main(int argc, char **argv) { struct sockaddr_un ifsun; ! int n, arg, fd, len, verbose, save_errno, hide1, hide1off, hide2; unsigned TimeoutVal; char *DoneWord = "x", *next, *start; struct sigaction act, oact; --- 365,372 ---- main(int argc, char **argv) { struct sockaddr_un ifsun; ! int n, arg, len, verbose, save_errno, hide1, hide1off, hide2; ! int fd = fd; /* init to avoid "might be used unitialized" warning 8/ unsigned TimeoutVal; char *DoneWord = "x", *next, *start; struct sigaction act, oact; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E25116A573 for ; Sun, 12 Sep 2004 02:40:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C7743D49 for ; Sun, 12 Sep 2004 02:40:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eWbQ087192 for ; Sun, 12 Sep 2004 02:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eWpB087191; Sun, 12 Sep 2004 02:40:32 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:32 GMT Resent-Message-Id: <200409120240.i8C2eWpB087191@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DE7416A4CE for ; Sun, 12 Sep 2004 02:38:48 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 500A043D1D for ; Sun, 12 Sep 2004 02:38:47 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cjMc007125 for ; Sun, 12 Sep 2004 04:38:46 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cj9S007124 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:45 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120238.i8C2cj9S007124@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:38:45 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71632: [PATCH] cleanup of the usr.sbin/ndp code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:33 -0000 >Number: 71632 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/ndp code >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 Sep 12 02:40:32 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/ndp/ndp.c,v 1.16 2004/08/07 04:27:51 imp >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/ndp/ndp.c:1000: warning: 'rbuf' might be used uninitialized in this function >How-To-Repeat: N/A >Fix: *** usr.sbin/ndp/ndp.c.ORIG Sun Aug 8 21:13:32 2004 --- usr.sbin/ndp/ndp.c Sun Sep 12 00:30:09 2004 *************** *** 1013,1018 **** --- 1013,1021 ---- printf("\nRandom ID: "); rbuf = ND.randomid; break; + default: + rbuf = NULL; + break; } for (j = 0; j < 8; j++) printf("%02x", rbuf[j]); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 02:40:34 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C9616A579 for ; Sun, 12 Sep 2004 02:40:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBDA243D1D for ; Sun, 12 Sep 2004 02:40:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C2eXUC087205 for ; Sun, 12 Sep 2004 02:40:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C2eXbe087204; Sun, 12 Sep 2004 02:40:33 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 02:40:33 GMT Resent-Message-Id: <200409120240.i8C2eXbe087204@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9E2416A4CE for ; Sun, 12 Sep 2004 02:38:55 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33FE43D41 for ; Sun, 12 Sep 2004 02:38:50 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cnEV007127 for ; Sun, 12 Sep 2004 04:38:49 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cmBU007126 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:48 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409120238.i8C2cmBU007126@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 04:38:48 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71633: [PATCH] cleanup of the usr.sbin/mrouted code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 02:40:34 -0000 >Number: 71633 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/mrouted code >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 Sep 12 02:40:33 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/mrouted/kern.c,v 1.12 1999/08/28 01:17:04 peter usr.sbin/mrouted/main.c,v 1.21 2004/07/11 17:37:33 stefanf usr.sbin/mrouted/route.c,v 1.12 1999/08/28 01:17:08 peter usr.sbin/mrouted/vif.c,v 1.15 1999/08/28 01:17:09 peter usr.sbin/mrouted/prune.c,v 1.18 2000/10/09 06:08:00 kris icmp.c,v 3.8.4.2 1998/01/06 01:57:42 fenner ipip.c,v 3.8.4.6 1998/01/06 01:57:45 fenner usr.sbin/mrouted/rsrr.c,v 1.9 2001/04/17 07:32:37 kris usr.sbin/mrouted/mtrace.c,v 1.21 2004/01/04 16:07:03 charnier >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/mrouted/common/../kern.c:228: warning: too many arguments for format usr.sbin/mrouted/mrouted/../main.c:755: warning: 'dump' defined but not used usr.sbin/mrouted/mrouted/../route.c:770: warning: unsigned int format, u_long arg (arg 5) usr.sbin/mrouted/mrouted/../route.c:770: warning: unsigned int format, u_long arg (arg 6) usr.sbin/mrouted/mrouted/../route.c:770: warning: unsigned int format, u_long arg (arg 7) usr.sbin/mrouted/mrouted/../route.c:770: warning: unsigned int format, u_long arg (arg 8) usr.sbin/mrouted/mrouted/../route.c:862: warning: int format, long unsigned int arg (arg 5) usr.sbin/mrouted/mrouted/../route.c:1054: warning: suggest explicit braces to avoid ambiguous `else' usr.sbin/mrouted/mrouted/../vif.c:729: warning: int format, u_long arg (arg 6) usr.sbin/mrouted/mrouted/../vif.c:844: warning: int format, u_long arg (arg 5) usr.sbin/mrouted/mrouted/../vif.c:1753: warning: suggest explicit braces to avoid ambiguous `else' usr.sbin/mrouted/mrouted/../prune.c:331: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:548: warning: suggest explicit braces to avoid ambiguous `else' usr.sbin/mrouted/mrouted/../prune.c:818: warning: unsigned int format, pointer arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:818: warning: unsigned int format, pointer arg (arg 7) usr.sbin/mrouted/mrouted/../prune.c:879: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:967: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:1149: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:1170: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:1214: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:1251: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:1344: warning: unsigned int format, vifbitmap_t arg (arg 7) usr.sbin/mrouted/mrouted/../prune.c:1344: warning: unsigned int format, u_long arg (arg 8) usr.sbin/mrouted/mrouted/../prune.c:1344: warning: unsigned int format, u_long arg (arg 9) usr.sbin/mrouted/mrouted/../prune.c:1368: warning: unsigned int format, vifbitmap_t arg (arg 13) usr.sbin/mrouted/mrouted/../prune.c:1411: warning: unsigned int format, u_long arg (arg 4) usr.sbin/mrouted/mrouted/../prune.c:1411: warning: unsigned int format, u_long arg (arg 5) usr.sbin/mrouted/mrouted/../prune.c:1411: warning: unsigned int format, u_long arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:1411: warning: unsigned int format, u_long arg (arg 7) usr.sbin/mrouted/mrouted/../prune.c:1411: warning: unsigned int format, u_long arg (arg 8) usr.sbin/mrouted/mrouted/../prune.c:1411: warning: unsigned int format, u_long arg (arg 9) usr.sbin/mrouted/mrouted/../prune.c:1421: warning: unsigned int format, vifbitmap_t arg (arg 7) usr.sbin/mrouted/mrouted/../prune.c:1493: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:1585: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:1870: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:1874: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:2170: warning: unsigned int format, vifbitmap_t arg (arg 6) usr.sbin/mrouted/mrouted/../prune.c:2373: warning: suggest explicit braces to avoid ambiguous `else' usr.sbin/mrouted/mrouted/../prune.c:2521: warning: suggest explicit braces to avoid ambiguous `else' usr.sbin/mrouted/mrouted/../rsrr.c:346: warning: int format, u_long arg (arg 8) usr.sbin/mrouted/mrouted/../ipip.c:17: warning: 'rcsid' defined but not used usr.sbin/mrouted/mrouted/../icmp.c:16: warning: 'rcsid' defined but not used usr.sbin/mrouted/mrouted/../kern.c:228: warning: too many arguments for format usr.sbin/mrouted/mtrace/../mtrace.c:1974: warning: suggest explicit braces to avoid ambiguous `else' usr.sbin/mrouted/mtrace/../mtrace.c:2041: warning: long unsigned int format, __uint32_t arg (arg 3) usr.sbin/mrouted/mtrace/../mtrace.c:2153: warning: long int format, __uint32_t arg (arg 2) usr.sbin/mrouted/mtrace/../mtrace.c:2153: warning: long int format, __uint32_t arg (arg 3) usr.sbin/mrouted/mtrace/../mtrace.c:2153: warning: long int format, __uint32_t arg (arg 4) usr.sbin/mrouted/mtrace/../mtrace.c:2987: warning: suggest explicit braces to avoid ambiguous `else' >How-To-Repeat: N/A >Fix: *** usr.sbin/mrouted/kern.c.ORIG Sat Aug 28 03:17:04 1999 --- usr.sbin/mrouted/kern.c Sun Sep 12 03:52:07 2004 *************** *** 224,230 **** #ifdef DEBUG_MFC md_log(MD_ADD_FAIL, origin, g->gt_mcastgrp); #endif ! log(LOG_WARNING, errno, "setsockopt MRT_ADD_MFC", inet_fmt(origin, s1), inet_fmt(g->gt_mcastgrp, s2)); } } --- 224,230 ---- #ifdef DEBUG_MFC md_log(MD_ADD_FAIL, origin, g->gt_mcastgrp); #endif ! log(LOG_WARNING, errno, "setsockopt MRT_ADD_MFC of (%s %s)", inet_fmt(origin, s1), inet_fmt(g->gt_mcastgrp, s2)); } } *** usr.sbin/mrouted/main.c.ORIG Sun Aug 8 21:13:25 2004 --- usr.sbin/mrouted/main.c Sun Sep 12 03:54:33 2004 *************** *** 111,117 **** static void final_init __P((void *)); static void fasttimer __P((void *)); static void timer __P((void *)); - static void dump __P((void)); static void dump_version __P((FILE *)); static void fdump __P((void)); static void cdump __P((void)); --- 111,116 ---- *************** *** 750,762 **** /* * Dump internal data structures to stderr. */ - static void - dump() - { - dump_vifs(stderr); - dump_routes(stderr); - } - static void dump_version(fp) FILE *fp; --- 749,754 ---- *** usr.sbin/mrouted/route.c.ORIG Sat Aug 28 03:17:08 1999 --- usr.sbin/mrouted/route.c Sun Sep 12 03:57:24 2004 *************** *** 764,770 **** */ if (!NBRM_SAME(r->rt_subordinates, r->rt_subordadv)) { IF_DEBUG(DEBUG_ROUTE) ! log(LOG_DEBUG, 0, "rt %s sub 0x%08x%08x subadv 0x%08x%08x metric %d", RT_FMT(r, s1), r->rt_subordinates.hi, r->rt_subordinates.lo, r->rt_subordadv.hi, r->rt_subordadv.lo, r->rt_metric); --- 764,770 ---- */ if (!NBRM_SAME(r->rt_subordinates, r->rt_subordadv)) { IF_DEBUG(DEBUG_ROUTE) ! log(LOG_DEBUG, 0, "rt %s sub 0x%08lx%08lx subadv 0x%08lx%08lx metric %d", RT_FMT(r, s1), r->rt_subordinates.hi, r->rt_subordinates.lo, r->rt_subordadv.hi, r->rt_subordadv.lo, r->rt_metric); *************** *** 859,865 **** } else IF_DEBUG(DEBUG_PEER) log(LOG_DEBUG, 0, ! "ignoring probe from non-neighbor %s (%d seconds until next warning)", inet_fmt(src, s1), match->al_ctime + match->al_timer - now); return; } --- 859,865 ---- } else IF_DEBUG(DEBUG_PEER) log(LOG_DEBUG, 0, ! "ignoring probe from non-neighbor %s (%lu seconds until next warning)", inet_fmt(src, s1), match->al_ctime + match->al_timer - now); return; } *************** *** 1051,1064 **** return; } ! if (uvifs[vifi].uv_flags & VIFF_BLASTER) if (datalen > 0) { queue_blaster_report(vifi, src, dst, p, datalen, level); return; } else { datalen = -datalen; } ! if (!(nbr = update_neighbor(vifi, src, DVMRP_REPORT, NULL, 0, level))) return; --- 1051,1065 ---- return; } ! if (uvifs[vifi].uv_flags & VIFF_BLASTER) { if (datalen > 0) { queue_blaster_report(vifi, src, dst, p, datalen, level); return; } else { datalen = -datalen; } ! } ! if (!(nbr = update_neighbor(vifi, src, DVMRP_REPORT, NULL, 0, level))) return; *** usr.sbin/mrouted/vif.c.ORIG Sat Aug 28 03:17:09 1999 --- usr.sbin/mrouted/vif.c Sun Sep 12 03:59:42 2004 *************** *** 725,731 **** g->al_timerid = SetTimer(vifi, g); IF_DEBUG(DEBUG_IGMP) log(LOG_DEBUG, 0, ! "timer for grp %s on vif %d set to %d", inet_fmt(group, s2), vifi, g->al_timer); break; } --- 725,731 ---- g->al_timerid = SetTimer(vifi, g); IF_DEBUG(DEBUG_IGMP) log(LOG_DEBUG, 0, ! "timer for grp %s on vif %d set to %lu", inet_fmt(group, s2), vifi, g->al_timer); break; } *************** *** 840,846 **** if (group == g->al_addr) { IF_DEBUG(DEBUG_IGMP) log(LOG_DEBUG, 0, ! "[vif.c, _accept_leave_message] %d %d \n", g->al_old, g->al_query); /* Ignore the leave message if there are old hosts present */ --- 840,846 ---- if (group == g->al_addr) { IF_DEBUG(DEBUG_IGMP) log(LOG_DEBUG, 0, ! "[vif.c, _accept_leave_message] %d %lu \n", g->al_old, g->al_query); /* Ignore the leave message if there are old hosts present */ *************** *** 1750,1756 **** v->uv_prune_lifetime); v_req.vifi = vifi; ! if (did_final_init) if (ioctl(udp_socket, SIOCGETVIFCNT, (char *)&v_req) < 0) { log(LOG_WARNING, errno, "SIOCGETVIFCNT fails on vif %d", vifi); --- 1750,1756 ---- v->uv_prune_lifetime); v_req.vifi = vifi; ! if (did_final_init) { if (ioctl(udp_socket, SIOCGETVIFCNT, (char *)&v_req) < 0) { log(LOG_WARNING, errno, "SIOCGETVIFCNT fails on vif %d", vifi); *************** *** 1760,1765 **** --- 1760,1766 ---- fprintf(fp, " pkts/bytes out: %lu/%lu\n", v_req.ocount, v_req.obytes); } + } fprintf(fp, "\n"); } fprintf(fp, "\n"); *** usr.sbin/mrouted/prune.c.ORIG Mon Oct 9 08:08:00 2000 --- usr.sbin/mrouted/prune.c Sun Sep 12 04:14:07 2004 *************** *** 326,332 **** /* Make sure we're still not forwarding traffic */ if (!VIFM_ISEMPTY(gt->gt_grpmems)) { IF_DEBUG(DEBUG_PRUNE) ! log(LOG_DEBUG, 0, "rexmit_prune (%s %s): gm:%x", RT_FMT(gt->gt_route, s1), inet_fmt(gt->gt_mcastgrp, s2), gt->gt_grpmems); return; --- 326,332 ---- /* Make sure we're still not forwarding traffic */ if (!VIFM_ISEMPTY(gt->gt_grpmems)) { IF_DEBUG(DEBUG_PRUNE) ! log(LOG_DEBUG, 0, "rexmit_prune (%s %s): gm:%lx", RT_FMT(gt->gt_route, s1), inet_fmt(gt->gt_mcastgrp, s2), gt->gt_grpmems); return; *************** *** 545,557 **** send_on_vif(&uvifs[vifi], dst, DVMRP_GRAFT_ACK, datalen); } ! IF_DEBUG(DEBUG_PRUNE) if (vifi == NO_VIF) log(LOG_DEBUG, 0, "sent graft ack for (%s, %s) to %s", inet_fmt(origin, s1), inet_fmt(grp, s2), inet_fmt(dst, s3)); else log(LOG_DEBUG, 0, "sent graft ack for (%s, %s) to %s on vif %d", inet_fmt(origin, s1), inet_fmt(grp, s2), inet_fmt(dst, s3), vifi); } /* --- 545,558 ---- send_on_vif(&uvifs[vifi], dst, DVMRP_GRAFT_ACK, datalen); } ! IF_DEBUG(DEBUG_PRUNE) { if (vifi == NO_VIF) log(LOG_DEBUG, 0, "sent graft ack for (%s, %s) to %s", inet_fmt(origin, s1), inet_fmt(grp, s2), inet_fmt(dst, s3)); else log(LOG_DEBUG, 0, "sent graft ack for (%s, %s) to %s on vif %d", inet_fmt(origin, s1), inet_fmt(grp, s2), inet_fmt(dst, s3), vifi); + } } /* *************** *** 813,819 **** struct gtable *g; g = gtp ? gtp->gt_gnext : kernel_table; ! log(LOG_WARNING, 0, "Entry for (%s %s) (rt:%x) exists (rt:%x)", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), r, g->gt_route); } else { --- 814,820 ---- struct gtable *g; g = gtp ? gtp->gt_gnext : kernel_table; ! log(LOG_WARNING, 0, "Entry for (%s %s) (rt:%p) exists (rt:%p)", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), r, g->gt_route); } else { *************** *** 873,879 **** k_add_rg(origin, gt); IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "add cache entry (%s %s) gm:%x, parent-vif:%d", inet_fmt(origin, s1), inet_fmt(mcastgrp, s2), gt->gt_grpmems, r ? r->rt_parent : -1); --- 874,880 ---- k_add_rg(origin, gt); IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "add cache entry (%s %s) gm:%lx, parent-vif:%d", inet_fmt(origin, s1), inet_fmt(mcastgrp, s2), gt->gt_grpmems, r ? r->rt_parent : -1); *************** *** 962,968 **** send_graft(g); IF_DEBUG(DEBUG_PEER) ! log(LOG_DEBUG, 0, "reset neighbor state (%s %s) gm:%x", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); } --- 963,969 ---- send_graft(g); IF_DEBUG(DEBUG_PEER) ! log(LOG_DEBUG, 0, "reset neighbor state (%s %s) gm:%lx", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); } *************** *** 1144,1150 **** } IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "updating cache entries (%s %s) old gm:%x", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); --- 1145,1151 ---- } IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "updating cache entries (%s %s) old gm:%lx", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); *************** *** 1165,1171 **** send_prune_or_graft(g); IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "updating cache entries (%s %s) new gm:%x", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); --- 1166,1172 ---- send_prune_or_graft(g); IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "updating cache entries (%s %s) new gm:%lx", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); *************** *** 1209,1215 **** prun_add_ttls(g); IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "update lclgrp (%s %s) gm:%x", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); --- 1210,1216 ---- prun_add_ttls(g); IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "update lclgrp (%s %s) gm:%lx", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); *************** *** 1246,1252 **** uvifs[vifi].uv_nbrmap, g->gt_prunes)) { VIFM_CLR(vifi, g->gt_grpmems); IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "delete lclgrp (%s %s) gm:%x", RT_FMT(g->gt_route, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); --- 1247,1253 ---- uvifs[vifi].uv_nbrmap, g->gt_prunes)) { VIFM_CLR(vifi, g->gt_grpmems); IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "delete lclgrp (%s %s) gm:%lx", RT_FMT(g->gt_route, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); *************** *** 1339,1345 **** r = g->gt_route; IF_DEBUG(DEBUG_PRUNE) ! log(LOG_DEBUG, 0, "found grp state, (%s %s), metric is %d, children are %x, subords are %08x%08x", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), r->rt_metric, r->rt_children, r->rt_subordinates.hi, r->rt_subordinates.lo); if (!VIFM_ISSET(vifi, r->rt_children)) { --- 1340,1346 ---- r = g->gt_route; IF_DEBUG(DEBUG_PRUNE) ! log(LOG_DEBUG, 0, "found grp state, (%s %s), metric is %d, children are %lx, subords are %08lx%08lx", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), r->rt_metric, r->rt_children, r->rt_subordinates.hi, r->rt_subordinates.lo); if (!VIFM_ISSET(vifi, r->rt_children)) { *************** *** 1361,1367 **** } if ((pt = find_prune_entry(src, g->gt_pruntbl)) != NULL) { IF_DEBUG(DEBUG_PRUNE) ! log(LOG_DEBUG, 0, "%s %d from %s for (%s %s)/%d %s %d %s %x", "duplicate prune received on vif", vifi, inet_fmt(src, s1), inet_fmt(prun_src, s2), inet_fmt(prun_grp, s3), prun_tmr, --- 1362,1368 ---- } if ((pt = find_prune_entry(src, g->gt_pruntbl)) != NULL) { IF_DEBUG(DEBUG_PRUNE) ! log(LOG_DEBUG, 0, "%s %d from %s for (%s %s)/%d %s %d %s %lx", "duplicate prune received on vif", vifi, inet_fmt(src, s1), inet_fmt(prun_src, s2), inet_fmt(prun_grp, s3), prun_tmr, *************** *** 1405,1411 **** VIFM_CLR(vifi, g->gt_grpmems); IF_DEBUG(DEBUG_PRUNE) ! log(LOG_DEBUG, 0, "vifnbrs=0x%08x%08x, subord=0x%08x%08x prunes=0x%08x%08x", uvifs[vifi].uv_nbrmap.hi,uvifs[vifi].uv_nbrmap.lo, r->rt_subordinates.hi, r->rt_subordinates.lo, g->gt_prunes.hi, g->gt_prunes.lo); --- 1406,1412 ---- VIFM_CLR(vifi, g->gt_grpmems); IF_DEBUG(DEBUG_PRUNE) ! log(LOG_DEBUG, 0, "vifnbrs=0x%08lx%08lx, subord=0x%08lx%08lx prunes=0x%08lx%08lx", uvifs[vifi].uv_nbrmap.hi,uvifs[vifi].uv_nbrmap.lo, r->rt_subordinates.hi, r->rt_subordinates.lo, g->gt_prunes.hi, g->gt_prunes.lo); *************** *** 1416,1422 **** log(LOG_WARNING, 0, "subordinate error"); /* XXX end debugging */ IF_DEBUG(DEBUG_PRUNE|DEBUG_CACHE) ! log(LOG_DEBUG, 0, "prune (%s %s), stop sending on vif %d, gm:%x", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), vifi, g->gt_grpmems); --- 1417,1423 ---- log(LOG_WARNING, 0, "subordinate error"); /* XXX end debugging */ IF_DEBUG(DEBUG_PRUNE|DEBUG_CACHE) ! log(LOG_DEBUG, 0, "prune (%s %s), stop sending on vif %d, gm:%lx", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), vifi, g->gt_grpmems); *************** *** 1488,1494 **** g->gt_timer = CACHE_LIFETIME(cache_lifetime); IF_DEBUG(DEBUG_PRUNE|DEBUG_CACHE) ! log(LOG_DEBUG, 0, "chkgrp graft (%s %s) gm:%x", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); --- 1489,1495 ---- g->gt_timer = CACHE_LIFETIME(cache_lifetime); IF_DEBUG(DEBUG_PRUNE|DEBUG_CACHE) ! log(LOG_DEBUG, 0, "chkgrp graft (%s %s) gm:%lx", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); *************** *** 1580,1586 **** VIFM_SET(vifi, g->gt_grpmems); IF_DEBUG(DEBUG_PRUNE|DEBUG_CACHE) ! log(LOG_DEBUG, 0, "accept graft (%s %s) gm:%x", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); --- 1581,1587 ---- VIFM_SET(vifi, g->gt_grpmems); IF_DEBUG(DEBUG_PRUNE|DEBUG_CACHE) ! log(LOG_DEBUG, 0, "accept graft (%s %s) gm:%lx", RT_FMT(r, s1), inet_fmt(g->gt_mcastgrp, s2), g->gt_grpmems); *************** *** 1866,1876 **** } } if (fixit) { ! log(LOG_WARNING, 0, "fixing membership for (%s %s) gm:%x", RT_FMT(r, s1), inet_fmt(gt->gt_mcastgrp, s2), gt->gt_grpmems); determine_forwvifs(gt); send_prune_or_graft(gt); ! log(LOG_WARNING, 0, "fixed membership for (%s %s) gm:%x", RT_FMT(r, s1), inet_fmt(gt->gt_mcastgrp, s2), gt->gt_grpmems); #ifdef RINGBUFFER printringbuf(); --- 1867,1877 ---- } } if (fixit) { ! log(LOG_WARNING, 0, "fixing membership for (%s %s) gm:%lx", RT_FMT(r, s1), inet_fmt(gt->gt_mcastgrp, s2), gt->gt_grpmems); determine_forwvifs(gt); send_prune_or_graft(gt); ! log(LOG_WARNING, 0, "fixed membership for (%s %s) gm:%lx", RT_FMT(r, s1), inet_fmt(gt->gt_mcastgrp, s2), gt->gt_grpmems); #ifdef RINGBUFFER printringbuf(); *************** *** 2165,2171 **** struct rtentry *rt = gt->gt_route; VIFM_SET(vifi, gt->gt_grpmems); IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "forw again (%s %s) gm:%x vif:%d", RT_FMT(rt, s1), inet_fmt(gt->gt_mcastgrp, s2), gt->gt_grpmems, vifi); --- 2166,2172 ---- struct rtentry *rt = gt->gt_route; VIFM_SET(vifi, gt->gt_grpmems); IF_DEBUG(DEBUG_CACHE) ! log(LOG_DEBUG, 0, "forw again (%s %s) gm:%lx vif:%d", RT_FMT(rt, s1), inet_fmt(gt->gt_mcastgrp, s2), gt->gt_grpmems, vifi); *************** *** 2370,2384 **** /* determine the routing table entry for this traceroute */ rt = determine_route(qry->tr_src); ! IF_DEBUG(DEBUG_TRACE) ! if (rt) { ! log(LOG_DEBUG, 0, "rt parent vif: %d rtr: %s metric: %d", rt->rt_parent, inet_fmt(rt->rt_gateway, s1), rt->rt_metric); ! log(LOG_DEBUG, 0, "rt origin %s", RT_FMT(rt, s1)); ! } else ! log(LOG_DEBUG, 0, "...no route"); ! /* * Query type packet - check if rte exists * Check if the query destination is a vif connected to me. --- 2371,2386 ---- /* determine the routing table entry for this traceroute */ rt = determine_route(qry->tr_src); ! IF_DEBUG(DEBUG_TRACE) { ! if (rt) { ! log(LOG_DEBUG, 0, "rt parent vif: %d rtr: %s metric: %d", rt->rt_parent, inet_fmt(rt->rt_gateway, s1), rt->rt_metric); ! log(LOG_DEBUG, 0, "rt origin %s", RT_FMT(rt, s1)); ! } else ! log(LOG_DEBUG, 0, "...no route"); ! } ! /* * Query type packet - check if rte exists * Check if the query destination is a vif connected to me. *************** *** 2518,2530 **** resp->tr_rflags = TR_SCOPED; else if (gt->gt_prsent_timer) resp->tr_rflags = TR_PRUNED; ! else if (!VIFM_ISSET(vifi, gt->gt_grpmems)) if (!NBRM_ISEMPTY(uvifs[vifi].uv_nbrmap) && SUBS_ARE_PRUNED(rt->rt_subordinates, uvifs[vifi].uv_nbrmap, gt->gt_prunes)) resp->tr_rflags = TR_OPRUNED; else resp->tr_rflags = TR_NO_FWD; } else { if ((vifi != NO_VIF && scoped_addr(vifi, group)) || (rt && scoped_addr(rt->rt_parent, group))) --- 2520,2533 ---- resp->tr_rflags = TR_SCOPED; else if (gt->gt_prsent_timer) resp->tr_rflags = TR_PRUNED; ! else if (!VIFM_ISSET(vifi, gt->gt_grpmems)) { if (!NBRM_ISEMPTY(uvifs[vifi].uv_nbrmap) && SUBS_ARE_PRUNED(rt->rt_subordinates, uvifs[vifi].uv_nbrmap, gt->gt_prunes)) resp->tr_rflags = TR_OPRUNED; else resp->tr_rflags = TR_NO_FWD; + } } else { if ((vifi != NO_VIF && scoped_addr(vifi, group)) || (rt && scoped_addr(rt->rt_parent, group))) *** usr.sbin/mrouted/rsrr.c.ORIG Tue Apr 17 09:32:37 2001 --- usr.sbin/mrouted/rsrr.c Sun Sep 12 04:20:28 2004 *************** *** 339,345 **** } IF_DEBUG(DEBUG_RSRR) ! log(LOG_DEBUG, 0, "%sSend RSRR Route Reply for src %s dst %s in vif %d out vif %d\n", gt_notify ? "Route Change: " : "", inet_fmt(route_reply->source_addr.s_addr,s1), inet_fmt(route_reply->dest_addr.s_addr,s2), --- 339,345 ---- } IF_DEBUG(DEBUG_RSRR) ! log(LOG_DEBUG, 0, "%sSend RSRR Route Reply for src %s dst %s in vif %d out vif %lu\n", gt_notify ? "Route Change: " : "", inet_fmt(route_reply->source_addr.s_addr,s1), inet_fmt(route_reply->dest_addr.s_addr,s2), *** usr.sbin/mrouted/ipip.c.ORIG Wed Jan 20 08:44:11 1999 --- usr.sbin/mrouted/ipip.c Sun Sep 12 04:23:45 2004 *************** *** 13,22 **** #include "defs.h" ! #ifndef lint ! static char rcsid[] = "@(#) $Id: \ ! ipip.c,v 3.8.4.6 1998/01/06 01:57:45 fenner Exp $"; ! #endif /* * Exported variables. --- 13,20 ---- #include "defs.h" ! #include ! __FBSDID("$Id: ipip.c,v 3.8.4.6 1998/01/06 01:57:45 fenner Exp $"); /* * Exported variables. *** usr.sbin/mrouted/icmp.c.ORIG Wed Jan 20 08:44:10 1999 --- usr.sbin/mrouted/icmp.c Sun Sep 12 04:24:56 2004 *************** *** 12,21 **** #include "defs.h" ! #ifndef lint ! static char rcsid[] = "@(#) $Id: \ ! icmp.c,v 3.8.4.2 1998/01/06 01:57:42 fenner Exp $"; ! #endif static int icmp_socket; --- 12,19 ---- #include "defs.h" ! #include ! __FBSDID("$Id: icmp.c,v 3.8.4.2 1998/01/06 01:57:42 fenner Exp $"); static int icmp_socket; *** usr.sbin/mrouted/mtrace.c.ORIG Mon Jan 5 19:51:29 2004 --- usr.sbin/mrouted/mtrace.c Sun Sep 12 04:29:39 2004 *************** *** 1971,1982 **** break; case NEITHER: ! if (ghave != NEITHER) if (tunstats) printf(" "); else printf(" "); ! break; } --- 1971,1983 ---- break; case NEITHER: ! if (ghave != NEITHER) { if (tunstats) printf(" "); else printf(" "); ! } ! break; } *************** *** 2038,2044 **** (long)(ntohl(s->tr_vifout) - ntohl(r->tr_vifout))); printf("pkts: %ld ", (long)(ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt))); printf("time: %d\n", timediff); ! printf("\t\t\t\treset: %x hoptime: %lx\n", *rst, ntohl(s->tr_qarr)); } } --- 2039,2045 ---- (long)(ntohl(s->tr_vifout) - ntohl(r->tr_vifout))); printf("pkts: %ld ", (long)(ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt))); printf("time: %d\n", timediff); ! printf("\t\t\t\treset: %x hoptime: %lx\n", *rst, (unsigned long)ntohl(s->tr_qarr)); } } *************** *** 2149,2156 **** if (debug > 2) { printf("\t\tip=%s, r=%d, res=%d\n", inet_fmt(b->tr_inaddr, s1), *r, res); if (res) ! printf("\t\tbase=%ld, prev=%ld, new=%ld\n", ntohl(b->tr_pktcnt), ! ntohl(p->tr_pktcnt), ntohl(n->tr_pktcnt)); } if (*r & BUG_RESET) { if (res || (*r & BUG_RESET2X)) { --- 2150,2159 ---- if (debug > 2) { printf("\t\tip=%s, r=%d, res=%d\n", inet_fmt(b->tr_inaddr, s1), *r, res); if (res) ! printf("\t\tbase=%ld, prev=%ld, new=%ld\n", ! (unsigned long)ntohl(b->tr_pktcnt), ! (unsigned long)ntohl(p->tr_pktcnt), ! (unsigned long)ntohl(n->tr_pktcnt)); } if (*r & BUG_RESET) { if (res || (*r & BUG_RESET2X)) { *************** *** 2984,2990 **** if (base.rtime == 0) { printf("Timed out receiving responses\n"); ! if (IN_MULTICAST(ntohl(tdst))) if (tdst == query_cast) printf("Perhaps no local router has a route for source %s\n", inet_fmt(qsrc, s1)); --- 2987,2993 ---- if (base.rtime == 0) { printf("Timed out receiving responses\n"); ! if (IN_MULTICAST(ntohl(tdst))) { if (tdst == query_cast) printf("Perhaps no local router has a route for source %s\n", inet_fmt(qsrc, s1)); *************** *** 2994,2999 **** --- 2997,3003 ---- or multicast at ttl %d doesn't reach its last-hop router for that source\n", inet_fmt(qdst, s2), inet_fmt(qgrp, s3), inet_fmt(qsrc, s1), qttl ? qttl : MULTICAST_TTL1); + } exit(1); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 07:40:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0256916A4CE for ; Sun, 12 Sep 2004 07:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F3B43D49 for ; Sun, 12 Sep 2004 07:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C7eQEu049015 for ; Sun, 12 Sep 2004 07:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C7eQYI049014; Sun, 12 Sep 2004 07:40:26 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 07:40:26 GMT Resent-Message-Id: <200409120740.i8C7eQYI049014@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, "Andrew J. Caines" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F5AE16A4CE for ; Sun, 12 Sep 2004 07:33:46 +0000 (GMT) Received: from lakermmtao06.cox.net (lakermmtao06.cox.net [68.230.240.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9710B43D1F for ; Sun, 12 Sep 2004 07:33:45 +0000 (GMT) (envelope-from A.J.Caines@halplant.com) Received: from mail.halplant.com ([68.100.60.113]) by lakermmtao06.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040912073341.MOLC10360.lakermmtao06.cox.net@mail.halplant.com> for ; Sun, 12 Sep 2004 03:33:41 -0400 Received: from hal10000.halplant.com (hal10000.halplant.com [192.168.0.3]) by mail.halplant.com (Postfix) with ESMTP id 93D74550D; Sun, 12 Sep 2004 03:33:41 -0400 (EDT) Message-Id: <1094974421.0@hal10000.halplant.com> Date: Sun, 12 Sep 2004 03:33:41 -0400 From: "Andrew J. Caines" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.3.3 cc: A.J.Caines@halplant.com Subject: kern/71638: Radeon 9200 SE with Xorg 6.7 and DRI 5.0.2 crashes 5.3-BETA4 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 Sep 2004 07:40:28 -0000 >Number: 71638 >Category: kern >Synopsis: Radeon 9200 SE with Xorg 6.7 and DRI 5.0.2 crashes 5.3-BETA4 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 07:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrew J. Caines >Release: FreeBSD 5.3-BETA4 i386 >Organization: H.A.L. Plant >Environment: System: FreeBSD 5.3-BETA4 #0: Sat Sep 11 10:41:27 EDT 2004 toor@hal10000.halplant.com:/home/obj/home/src/sys/HAL10000 AMD Athlon XP 2600+ on nForce 2 K7 Triton GA-7N400-L mobo, ASUS Radeon 9200SE 128MB AGP >Description: Starting X server with DRI enabled on vty using xinit (no .xinitrc) switches mode, brings up previous root window for a second, then the X server crashes and switches back to the now frozen vty. After a few seconds, the system resets. Without DRI, everything else works perfectly. Note difference in chip ID between pciconf and drm/Xorg, differend BusIDs in generated xorg.conf and Xorg.0.log (and warning in latter). >How-To-Repeat: dri-5.0.2,1 OpenGL hardware acceleration drivers for the DRI xorg-server-6.7.0_7 X.Org X server and related programs xorg.conf: ----8---- Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" Option "AllowDeactivateGrabs" "on" Option "AllowClosedownGrabs" "on" Option "blank time" "10" Option "standby time" "15" Option "suspend time" "0" Option "off time" "0" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" FontPath "/usr/X11R6/lib/X11/fonts/URW/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" #FontPath "/usr/X11R6/lib/X11/fonts/freefont/" FontPath "/usr/X11R6/lib/X11/fonts/artwiz-aleczapka-en" EndSection Section "Module" Load "extmod" Load "glx" Load "dri" Load "dbe" #Load "record" #Load "xtrap" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" #DisplaySize 330 240 # mm Identifier "Monitor0" VendorName "DEL" ModelName "DELL D1025TM" # HorizSync 30 - 85 # VertRefresh 50 - 110 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "Dac6Bit" # [] #Option "Dac8Bit" # [] #Option "ForcePCIMode" # [] #Option "BusType" # [] #Option "CPPIOMode" # [] #Option "CPusecTimeout" # #Option "AGPMode" "4" #Option "AGPFastWrite" "yes" #Option "AGPSize" # #Option "GARTSize" # #Option "RingSize" # #Option "BufferSize" # #Option "EnableDepthMoves" "yes" #Option "EnablePageFlip" "yes" #Option "NoBackBuffer" # [] #Option "PanelOff" # [] #Option "DDCMode" # [] #Option "MonitorLayout" # [] #Option "IgnoreEDID" # [] #Option "OverlayOnCRTC2" # [] #Option "CloneMode" # [] #Option "CloneHSync" # [] #Option "CloneVRefresh" # [] #Option "UseFBDev" # [] #Option "VideoKey" # #Option "DisplayPriority" # [] #Option "PanelSize" # [] #Option "ForceMinDotClock" # Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:2:0:0" EndSection Section "DRI" Mode 0666 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024""1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1280x1024""1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024""1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024""1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection ----8---- Xorg.0.log: ----8<---- Release Date: 18 December 2003 X Protocol Version 11, Revision 0, Release 6.7 Build Operating System: FreeBSD 5.3 i386 [ELF] Current Operating System: FreeBSD hal10000.halplant.com 5.3-BETA4 FreeBSD 5.3-BETA4 #0: Sat Sep 11 10:41:27 EDT 2004 toor@hal10000.halplant.com:/home/obj/home/src/sys/HAL10000 i386 Build Date: 03 September 2004 Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 12 02:37:15 2004 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "/usr/X11R6/lib/X11/fonts/bitstream-vera/,/usr/X11R6/lib/X11/fonts/URW/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/artwiz-aleczapka-en" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (**) Option "BlankTime" "10" (**) Option "StandbyTime" "15" (**) Option "SuspendTime" "0" (**) Option "OffTime" "0" (**) Option "AllowDeactivateGrabs" "on" (**) Option "AllowClosedownGrabs" "on" (II) Module ABI versions: X.Org ANSI C Emulation: 0.2 X.Org Video Driver: 0.7 X.Org XInput driver : 0.4 X.Org Server Extension : 0.2 X.Org Font Renderer : 0.4 (II) Loader running on freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.7 (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev c1 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80 (II) PCI: 00:01:0: chip 10de,0060 card 1458,0c11 rev a4 class 06,01,00 hdr 80 (II) PCI: 00:01:1: chip 10de,0064 card 1458,0c11 rev a2 class 0c,05,00 hdr 80 (II) PCI: 00:02:0: chip 10de,0067 card 1458,5004 rev a4 class 0c,03,10 hdr 80 (II) PCI: 00:02:1: chip 10de,0067 card 1458,5004 rev a4 class 0c,03,10 hdr 80 (II) PCI: 00:02:2: chip 10de,0068 card 1458,5004 rev a4 class 0c,03,20 hdr 80 (II) PCI: 00:06:0: chip 10de,006a card 1458,a002 rev a1 class 04,01,00 hdr 00 (II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 00:09:0: chip 10de,0065 card 1458,5002 rev a2 class 01,01,8a hdr 00 (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01 (II) PCI: 01:07:0: chip 1274,5000 card 4942,4c4c rev 00 class 04,01,00 hdr 00 (II) PCI: 01:0b:0: chip 10ec,8139 card 1458,e000 rev 10 class 02,00,00 hdr 00 (II) PCI: 02:00:0: chip 1002,5964 card 1043,c008 rev 01 class 03,00,00 hdr 80 (II) PCI: 02:00:1: chip 1002,5d44 card 1043,c009 rev 01 class 03,80,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0 0x00009000 - 0x00009fff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set) (II) Bus 2 I/O range: [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B] (--) PCI:*(2:0:0) ATI Technologies Inc unknown chipset (0x5964) rev 1, Mem @ 0xd0000000/27, 0xe5000000/16, I/O @ 0xa000/8 (--) PCI: (2:0:1) ATI Technologies Inc unknown chipset (0x5d44) rev 1, Mem @ 0xd8000000/27, 0xe5010000/16 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xe0000000 from 0xffffffff to 0xdfffffff (II) Active PCI resource ranges: [0] -1 0 0xe6000000 - 0xe7ffffff (0x2000000) MX[B]E [1] -1 0 0xe7001000 - 0xe7001fff (0x1000) MX[B]E [2] -1 0 0xe7005000 - 0xe7005fff (0x1000) MX[B]E [3] -1 0 0xe7004000 - 0xe7007fff (0x4000) MX[B]E [4] -1 0 0xe7003000 - 0xe7003fff (0x1000) MX[B]E [5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO [6] -1 0 0xe5010000 - 0xe501ffff (0x10000) MX[B](B) [7] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [8] -1 0 0xe5000000 - 0xe500ffff (0x10000) MX[B](B) [9] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [10] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]E [11] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]E [12] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]E [13] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E [14] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E [15] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]E [16] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B) (II) PCI Memory resource overlap reduced 0xe6000000 from 0xe7ffffff to 0xe6ffffff (II) PCI Memory resource overlap reduced 0xe7004000 from 0xe7007fff to 0xe7004fff (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E [1] -1 0 0xe7001000 - 0xe7001fff (0x1000) MX[B]E [2] -1 0 0xe7005000 - 0xe7005fff (0x1000) MX[B]E [3] -1 0 0xe7004000 - 0xe7004fff (0x1000) MX[B]E [4] -1 0 0xe7003000 - 0xe7003fff (0x1000) MX[B]E [5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO [6] -1 0 0xe5010000 - 0xe501ffff (0x10000) MX[B](B) [7] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [8] -1 0 0xe5000000 - 0xe500ffff (0x10000) MX[B](B) [9] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [10] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]E [11] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]E [12] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]E [13] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E [14] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E [15] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]E [16] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E [6] -1 0 0xe7001000 - 0xe7001fff (0x1000) MX[B]E [7] -1 0 0xe7005000 - 0xe7005fff (0x1000) MX[B]E [8] -1 0 0xe7004000 - 0xe7004fff (0x1000) MX[B]E [9] -1 0 0xe7003000 - 0xe7003fff (0x1000) MX[B]E [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO [11] -1 0 0xe5010000 - 0xe501ffff (0x10000) MX[B](B) [12] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [13] -1 0 0xe5000000 - 0xe500ffff (0x10000) MX[B](B) [14] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]E [18] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]E [19] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]E [20] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E [21] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E [22] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]E [23] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B) (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a (II) Module drm: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "freetype" (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 6.7.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font FreeType (II) LoadModule: "radeon" (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o (II) Module radeon: vendor="X.Org Foundation" compiled for 6.7.0, module version = 4.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.7 (II) LoadModule: "ati" (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o (II) Module ati: vendor="X.Org Foundation" compiled for 6.7.0, module version = 6.5.6 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.7 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.4 (II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP), ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP), ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP), ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI), ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP), ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP), ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP), ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP), ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP), ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI), ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI), ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP), ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP), ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP), ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI), ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP), ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP), ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP), ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP), ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?), ATI Rage 128 Pro ULTRA TU (AGP?) (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437, ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9200PRO 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI FireGL RV360 AV (AGP), ATI Radeon Mobility 9600 (M10) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2 (M11) NV (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP) (II) Primary Device is: PCI 02:00:0 (WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found (--) Chipset ATI Radeon 9200SE 5964 (AGP) found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E [6] -1 0 0xe7001000 - 0xe7001fff (0x1000) MX[B]E [7] -1 0 0xe7005000 - 0xe7005fff (0x1000) MX[B]E [8] -1 0 0xe7004000 - 0xe7004fff (0x1000) MX[B]E [9] -1 0 0xe7003000 - 0xe7003fff (0x1000) MX[B]E [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO [11] -1 0 0xe5010000 - 0xe501ffff (0x10000) MX[B](B) [12] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [13] -1 0 0xe5000000 - 0xe500ffff (0x10000) MX[B](B) [14] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]E [18] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]E [19] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]E [20] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E [21] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E [22] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]E [23] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B) (II) Loading sub module "radeon" (II) LoadModule: "radeon" (II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o (II) resource ranges after probing: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E [6] -1 0 0xe7001000 - 0xe7001fff (0x1000) MX[B]E [7] -1 0 0xe7005000 - 0xe7005fff (0x1000) MX[B]E [8] -1 0 0xe7004000 - 0xe7004fff (0x1000) MX[B]E [9] -1 0 0xe7003000 - 0xe7003fff (0x1000) MX[B]E [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO [11] -1 0 0xe5010000 - 0xe501ffff (0x10000) MX[B](B) [12] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [13] -1 0 0xe5000000 - 0xe500ffff (0x10000) MX[B](B) [14] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]E [21] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]E [22] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]E [23] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E [24] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E [25] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]E [26] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B) [27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [28] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) RADEON(0): MMIO registers at 0xe5000000 (==) RADEON(0): Write-combining range (0xe5000000,0x80000) was already clear (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules/libvgahw.a (II) Module vgahw: vendor="X.Org Foundation" compiled for 6.7.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 0.7 (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) RADEON(0): PCI bus 2 card 0 func 0 (**) RADEON(0): Depth 24, (--) framebuffer bpp 32 (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) RADEON(0): Default visual is TrueColor (==) RADEON(0): RGB weight 888 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/libint10.a (II) Module int10: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.7 (II) RADEON(0): initializing int10 (==) RADEON(0): Removed Write-combining range (0xa0000,0x20000) (==) RADEON(0): Write-combining range (0xc0000,0x40000) was already clear (II) RADEON(0): Primary V_BIOS segment is: 0xc000 (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear (--) RADEON(0): Chipset: "ATI Radeon 9200SE 5964 (AGP)" (ChipID = 0x5964) (--) RADEON(0): Linear framebuffer at 0xd0000000 (--) RADEON(0): VideoRAM: 131072 kByte (64 bit DDR SDRAM) (II) RADEON(0): AGP card detected (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.7 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/X11R6/lib/modules/libi2c.a (II) Module i2c: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 0.7 (II) RADEON(0): I2C bus "DDC" initialized. (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): DDC Type: 2, Detected Type: 0 (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): DDC Type: 4, Detected Type: 0 (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): DDC Type: 3, Detected Type: 1 (II) RADEON(0): Displays Detected: Monitor1--Type 1, Monitor2--Type 0 (II) RADEON(0): Monitor1 EDID data --------------------------- (II) RADEON(0): Manufacturer: DEL Model: 5155 Serial#: 1163084856 (II) RADEON(0): Year: 1999 Week: 22 (II) RADEON(0): EDID Version: 1.1 (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.714/0.286 V (II) RADEON(0): Sync: Separate Composite SyncOnGreen (II) RADEON(0): Max H-Image Size [cm]: horiz.: 33 vert.: 24 (II) RADEON(0): Gamma: 2.50 (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) RADEON(0): redX: 0.625 redY: 0.340 greenX: 0.280 greenY: 0.595 (II) RADEON(0): blueX: 0.155 blueY: 0.070 whiteX: 0.283 whiteY: 0.298 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): 1280x1024@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833 (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853 (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881 (II) RADEON(0): #3: hsize: 1600 vsize 1200 refresh: 65 vid: 17833 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 28.3 MHz Image Size: 250 x 184 mm (II) RADEON(0): h_active: 720 h_sync: 738 h_sync_end 846 h_blank_end 900 h_border: 0 (II) RADEON(0): v_active: 350 v_sync: 388 v_sync_end 390 v_blanking: 449 v_border: 0 (II) RADEON(0): Serial No: 55341CESD859 (II) RADEON(0): Monitor name: DELL D1025TM (II) RADEON(0): Ranges: V min: 50 V max: 120 Hz, H min: 30 H max: 85 kHz, PixClock max 2550 MHz (II) RADEON(0): End of Monitor1 EDID data -------------------- (II) RADEON(0): (II) RADEON(0): Primary Display == Type 1 (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) (II) RADEON(0): Validating modes on Primary head --------- (II) RADEON(0): Monitor0: Using hsync range of 30.00-85.00 kHz (II) RADEON(0): Monitor0: Using vrefresh range of 50.00-120.00 Hz (II) RADEON(0): Clock range: 20.00 to 400.00 MHz (II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1280x960" (hsync out of range) (II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range) (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range) (II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) (II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) (II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range) (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range) (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range) (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "1792x1344" (width too large for virtual size) (II) RADEON(0): Not using default mode "1600x1200" (width too large for virtual size) (II) RADEON(0): Not using default mode "1600x1200" (width too large for virtual size) (II) RADEON(0): Not using default mode "1400x1050" (width too large for virtual size) (II) RADEON(0): Not using default mode "1400x1050" (width too large for virtual size) (--) RADEON(0): Virtual size is 1280x1024 (pitch 1280) (**) RADEON(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) RADEON(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) RADEON(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) RADEON(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (**) RADEON(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) RADEON(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (**) RADEON(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (II) RADEON(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (**) RADEON(0): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz (II) RADEON(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (**) RADEON(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) RADEON(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) RADEON(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz (II) RADEON(0): Modeline "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (**) RADEON(0): Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz (II) RADEON(0): Modeline "1152x768" 65.00 1152 1178 1314 1472 768 771 777 806 +hsync +vsync (**) RADEON(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz (II) RADEON(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (**) RADEON(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) RADEON(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (**) RADEON(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) RADEON(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (**) RADEON(0): Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.1 Hz (I) (II) RADEON(0): Modeline "1024x768" 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (**) RADEON(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) RADEON(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (**) RADEON(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) RADEON(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (**) RADEON(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) RADEON(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (**) RADEON(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) RADEON(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (**) RADEON(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) RADEON(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) RADEON(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) RADEON(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (**) RADEON(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz (II) RADEON(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (**) RADEON(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz (II) RADEON(0): Modeline "720x400" 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (**) RADEON(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) RADEON(0): Modeline "640x400" 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (**) RADEON(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) RADEON(0): Modeline "640x350" 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (**) RADEON(0): Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D) (II) RADEON(0): Modeline "512x384" 22.45 512 516 604 632 384 384 388 409 interlace doublescan +hsync +vsync (**) RADEON(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) RADEON(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (**) RADEON(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) (II) RADEON(0): Modeline "400x300" 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (**) RADEON(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) RADEON(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (**) RADEON(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) RADEON(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (**) RADEON(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) RADEON(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (--) RADEON(0): Display dimensions: (330, 240) mm (--) RADEON(0): DPI set to (98, 108) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.2 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/X11R6/lib/modules/libramdac.a (II) Module ramdac: vendor="X.Org Foundation" compiled for 6.7.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 0.7 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/X11R6/lib/modules/libxaa.a (II) Module xaa: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 0.7 (II) RADEON(0): AGP Fast Write disabled by default (II) RADEON(0): Depth moves disabled by default (II) Loading sub module "shadowfb" (II) LoadModule: "shadowfb" (II) Loading /usr/X11R6/lib/modules/libshadowfb.a (II) Module shadowfb: vendor="X.Org Foundation" compiled for 6.7.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.2 (II) RADEON(0): Page flipping disabled (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear (!!) RADEON(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xe5000000 - 0xe500ffff (0x10000) MX[B] [1] 0 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E [8] -1 0 0xe7001000 - 0xe7001fff (0x1000) MX[B]E [9] -1 0 0xe7005000 - 0xe7005fff (0x1000) MX[B]E [10] -1 0 0xe7004000 - 0xe7004fff (0x1000) MX[B]E [11] -1 0 0xe7003000 - 0xe7003fff (0x1000) MX[B]E [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]EO [13] -1 0 0xe5010000 - 0xe501ffff (0x10000) MX[B](B) [14] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B](B) [15] -1 0 0xe5000000 - 0xe500ffff (0x10000) MX[B](B) [16] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [20] 0 0 0x0000a000 - 0x0000a0ff (0x100) IX[B] [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [23] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]E [24] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]E [25] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]E [26] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E [27] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E [28] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]E [29] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B) [30] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [31] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (==) RADEON(0): Write-combining range (0xe5000000,0x80000) was already clear (==) RADEON(0): Write-combining range (0xd0000000,0x8000000) (==) RADEON(0): Removed Write-combining range (0xa0000,0x10000) (II) RADEON(0): Wrote: rd=12, fd=120, pd=1 drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) drmGetBusid returned '' (II) RADEON(0): [drm] created "radeon" driver at busid "PCI:2:0:0" (II) RADEON(0): [drm] added 8192 byte SAREA at 0xc2589000 (II) RADEON(0): [drm] mapped SAREA 0xc2589000 to 0x2839b000 (II) RADEON(0): [drm] framebuffer handle = 0xd0000000 (II) RADEON(0): [drm] added 1 reserved context for kernel (II) RADEON(0): [agp] Mode 0x1f004209 [AGP 0x0000/0x0000; Card 0x1002/0x5964] (II) RADEON(0): [agp] 8192 kB allocated with handle 0xc25274c0 (II) RADEON(0): [agp] ring handle = 0xe0000000 (II) RADEON(0): [agp] Ring mapped at 0x3052c000 (II) RADEON(0): [agp] ring read ptr handle = 0xe0101000 (II) RADEON(0): [agp] Ring read ptr mapped at 0x2839d000 (II) RADEON(0): [agp] vertex/indirect buffers handle = 0xe0102000 (II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0x3062d000 (II) RADEON(0): [agp] GART texture map handle = 0xe0302000 (II) RADEON(0): [agp] GART Texture map mapped at 0x3082d000 (II) RADEON(0): [drm] register handle = 0xe5000000 (II) RADEON(0): [dri] Visual configs initialized (II) RADEON(0): CP in BM mode (II) RADEON(0): Using 8 MB GART aperture (II) RADEON(0): Using 1 MB for the ring buffer (II) RADEON(0): Using 2 MB for vertex/indirect buffers (II) RADEON(0): Using 5 MB for GART textures (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191) (II) RADEON(0): Reserved area from (0,1024) to (1280,1026) (II) RADEON(0): Largest offscreen area available: 1280 x 7165 (II) RADEON(0): Will use back buffer at offset 0x1400000 (II) RADEON(0): Will use depth buffer at offset 0x1900000 (II) RADEON(0): Will use 100352 kb for textures at offset 0x1e00000 (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (II) RADEON(0): Acceleration enabled (==) RADEON(0): Backing store disabled (==) RADEON(0): Silken mouse enabled (II) RADEON(0): Using hardware cursor (scanline 1026) (II) RADEON(0): Largest offscreen area available: 1280 x 7161 (**) Option "dpms" (**) RADEON(0): DPMS enabled (II) RADEON(0): X context handle = 0x00000001 (II) RADEON(0): [drm] installed DRM signal handler (II) RADEON(0): [DRI] installation complete (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers (II) RADEON(0): [drm] dma control initialized, using IRQ 10 (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808 (II) RADEON(0): Direct rendering enabled (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/sysmouse" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (==) Mouse0: Buttons: 3 (II) Keyboard "Keyboard0" handled by legacy driver (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) ----8<---- pciconf -l -v ----8<---- agp0@pci0:0:0: class=0x060000 card=0x00000000 chip=0x01e010de rev=0xc1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce2 AGP Controller' class = bridge subclass = HOST-PCI none0@pci0:0:1: class=0x050000 card=0x0c1710de chip=0x01eb10de rev=0xc1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce2 Memory Controller 1' class = memory subclass = RAM none1@pci0:0:2: class=0x050000 card=0x0c1710de chip=0x01ee10de rev=0xc1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce2 Memory Controller 4' class = memory subclass = RAM none2@pci0:0:3: class=0x050000 card=0x0c1710de chip=0x01ed10de rev=0xc1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce2 Memory Controller 3' class = memory subclass = RAM none3@pci0:0:4: class=0x050000 card=0x0c1710de chip=0x01ec10de rev=0xc1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce2 Memory Controller 2' class = memory subclass = RAM none4@pci0:0:5: class=0x050000 card=0x0c1710de chip=0x01ef10de rev=0xc1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce2 Memory Controller 5' class = memory subclass = RAM isab0@pci0:1:0: class=0x060100 card=0x0c111458 chip=0x006010de rev=0xa4 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP2 ISA Bridge' class = bridge subclass = PCI-ISA none5@pci0:1:1: class=0x0c0500 card=0x0c111458 chip=0x006410de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP-T? SMBus Controller' class = serial bus subclass = SMBus ohci0@pci0:2:0: class=0x0c0310 card=0x50041458 chip=0x006710de rev=0xa4 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP2 OpenHCI USB Controller' class = serial bus subclass = USB ohci1@pci0:2:1: class=0x0c0310 card=0x50041458 chip=0x006710de rev=0xa4 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP2 OpenHCI USB Controller' class = serial bus subclass = USB ehci0@pci0:2:2: class=0x0c0320 card=0x50041458 chip=0x006810de rev=0xa4 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP2 EHCI USB 2.0 Controller' class = serial bus subclass = USB none6@pci0:6:0: class=0x040100 card=0xa0021458 chip=0x006a10de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP-T Audio Codec Interface' class = multimedia subclass = audio pcib1@pci0:8:0: class=0x060400 card=0x00000000 chip=0x006c10de rev=0xa3 hdr=0x01 vendor = 'NVIDIA Corporation' device = 'nForce MCP-T CPU to PCI Bridge' class = bridge subclass = PCI-PCI atapci0@pci0:9:0: class=0x01018a card=0x50021458 chip=0x006510de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP2 EIDE Controller' class = mass storage subclass = ATA pcib2@pci0:30:0: class=0x060400 card=0x00000000 chip=0x01e810de rev=0xc1 hdr=0x01 vendor = 'NVIDIA Corporation' device = 'nForce2 AGP Host to PCI Bridge' class = bridge subclass = PCI-PCI pcm0@pci1:7:0: class=0x040100 card=0x4c4c4942 chip=0x50001274 rev=0x00 hdr=0x00 vendor = 'Creative (Was: Ensoniq)' device = 'ES1370 AudioPCI' class = multimedia subclass = audio rl0@pci1:11:0: class=0x020000 card=0xe0001458 chip=0x813910ec rev=0x10 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' class = network subclass = ethernet none7@pci2:0:0: class=0x030000 card=0xc0081043 chip=0x59641002 rev=0x01 hdr=0x00 vendor = 'ATI Technologies Inc.' device = 'Radeon 9200 SE Series (RV280)' class = display subclass = VGA none8@pci2:0:1: class=0x038000 card=0xc0091043 chip=0x5d441002 rev=0x01 hdr=0x00 vendor = 'ATI Technologies Inc.' device = 'Radeon 9200 SE Series - Secondary (RV280)' class = display ----8<---- kern messages from boot: ----8---- Copyright (c) 1992-2004 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.3-BETA4 #0: Sat Sep 11 10:41:27 EDT 2004 toor@hal10000.halplant.com:/home/obj/home/src/sys/HAL10000 Preloaded elf kernel "/boot/kernel/kernel" at 0xc077e000. Calibrating clock(s) ... i8254 clock: 1193383 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 1913195001 Hz CPU: AMD Athlon(tm) XP 2600+ (1913.20-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x6a0 Stepping = 0 Features=0x383fbff AMD Features=0xc0400000 Data TLB: 32 entries, fully associative Instruction TLB: 16 entries, fully associative L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L2 internal cache: 512 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative real memory = 1073676288 (1023 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000826000 - 0x000000003edbffff, 1046061056 bytes (255386 pages) avail memory = 1045381120 (996 MB) bios32: Found BIOS32 Service Directory header at 0xc00fa660 bios32: Entry = 0xfaaf0 (c00faaf0) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0xab20 pnpbios: Found PnP BIOS data at 0xc00fb560 pnpbios: Entry = f0000:b590 Rev = 1.0 Other BIOS signatures found: crypto: mem: Pentium Pro MTRR support enabled null: io: VESA: information block 56 45 53 41 00 02 00 01 00 01 01 00 00 00 22 00 00 01 00 01 00 01 10 01 00 01 26 01 00 01 2b 01 00 01 6a 00 02 01 04 01 82 01 0d 01 0e 01 0f 01 20 01 92 01 93 01 94 01 95 01 96 01 a2 01 a3 01 VESA: 56 mode(s) found VESA: v2.0, 16384k memory, flags:0x1, mode table:0xc06fb5e2 (1000022) VESA: ATI RADEON 9200 VESA: ATI Technologies Inc. V280 01.00 random: npx0: [FAST] npx0: on motherboard npx0: INT 16 interface pci_open(1): mode 1 addr port (0x0cf8) is 0x80020014 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=01e010de) pcibios: BIOS version 2.10 Found $PIR table, 11 entries at 0xc00fcef0 PCI-Only Interrupts: 7 9 10 11 Location Bus Device Pin Link IRQs slot 1 0 8 A 0x01 3 4 5 7 9 10 11 12 14 15 slot 1 0 8 B 0x02 3 4 5 7 9 10 11 12 14 15 slot 1 0 8 C 0x03 3 4 5 7 9 10 11 12 14 15 slot 1 0 8 D 0x04 3 4 5 7 9 10 11 12 14 15 slot 2 0 12 A 0x01 3 4 5 7 9 10 11 12 14 15 slot 2 0 12 B 0x02 3 4 5 7 9 10 11 12 14 15 slot 2 0 12 C 0x03 3 4 5 7 9 10 11 12 14 15 slot 2 0 12 D 0x04 3 4 5 7 9 10 11 12 14 15 embedded 255 31 A 0x0f 3 4 5 7 9 10 11 12 14 15 embedded 255 31 B 0x0f 3 4 5 7 9 10 11 12 14 15 embedded 255 31 C 0x0f 3 4 5 7 9 10 11 12 14 15 embedded 255 31 D 0x0f 3 4 5 7 9 10 11 12 14 15 slot 3 1 6 A 0x03 3 4 5 7 9 10 11 12 14 15 slot 3 1 6 B 0x04 3 4 5 7 9 10 11 12 14 15 slot 3 1 6 C 0x01 3 4 5 7 9 10 11 12 14 15 slot 3 1 6 D 0x02 3 4 5 7 9 10 11 12 14 15 slot 4 1 7 A 0x04 3 4 5 7 9 10 11 12 14 15 slot 4 1 7 B 0x01 3 4 5 7 9 10 11 12 14 15 slot 4 1 7 C 0x02 3 4 5 7 9 10 11 12 14 15 slot 4 1 7 D 0x03 3 4 5 7 9 10 11 12 14 15 slot 5 1 8 A 0x01 3 4 5 7 9 10 11 12 14 15 slot 5 1 8 B 0x02 3 4 5 7 9 10 11 12 14 15 slot 5 1 8 C 0x03 3 4 5 7 9 10 11 12 14 15 slot 5 1 8 D 0x04 3 4 5 7 9 10 11 12 14 15 slot 6 1 9 A 0x02 3 4 5 7 9 10 11 12 14 15 slot 6 1 9 B 0x03 3 4 5 7 9 10 11 12 14 15 slot 6 1 9 C 0x04 3 4 5 7 9 10 11 12 14 15 slot 6 1 9 D 0x01 3 4 5 7 9 10 11 12 14 15 slot 7 1 10 A 0x03 3 4 5 7 9 10 11 12 14 15 slot 7 1 10 B 0x04 3 4 5 7 9 10 11 12 14 15 slot 7 1 10 C 0x01 3 4 5 7 9 10 11 12 14 15 slot 7 1 10 D 0x02 3 4 5 7 9 10 11 12 14 15 slot 8 1 11 A 0x01 3 4 5 7 9 10 11 12 14 15 slot 8 1 11 B 0x01 3 4 5 7 9 10 11 12 14 15 slot 8 1 11 C 0x01 3 4 5 7 9 10 11 12 14 15 slot 8 1 11 D 0x01 3 4 5 7 9 10 11 12 14 15 embedded 0 0 A 0x01 3 4 5 7 9 10 11 12 14 15 embedded 0 0 B 0x01 3 4 5 7 9 10 11 12 14 15 embedded 0 0 C 0x01 3 4 5 7 9 10 11 12 14 15 embedded 0 0 D 0x01 3 4 5 7 9 10 11 12 14 15 embedded 0 30 A 0x04 3 4 5 7 9 10 11 12 14 15 embedded 0 30 B 0x02 3 4 5 7 9 10 11 12 14 15 embedded 0 30 C 0x02 3 4 5 7 9 10 11 12 14 15 embedded 0 30 D 0x02 3 4 5 7 9 10 11 12 14 15 pcib0: pcibus 0 on motherboard pir0: on motherboard $PIR: Links after initial probe: Link IRQ Rtd Ref IRQs 0x1 255 N 15 3 4 5 7 9 10 11 12 14 15 0x2 255 N 10 3 4 5 7 9 10 11 12 14 15 0x3 255 N 7 3 4 5 7 9 10 11 12 14 15 0x4 255 N 8 3 4 5 7 9 10 11 12 14 15 0xf 255 N 4 3 4 5 7 9 10 11 12 14 15 $PIR: Found matching pin for 1.7.INTA at func 0: 10 $PIR: Found matching pin for 1.11.INTA at func 0: 11 $PIR: Links after initial IRQ discovery: Link IRQ Rtd Ref IRQs 0x1 11 Y 15 3 4 5 7 9 10 11 12 14 15 0x2 255 N 10 3 4 5 7 9 10 11 12 14 15 0x3 255 N 7 3 4 5 7 9 10 11 12 14 15 0x4 10 Y 8 3 4 5 7 9 10 11 12 14 15 0xf 255 N 4 3 4 5 7 9 10 11 12 14 15 $PIR: IRQs used by BIOS: 10 11 $PIR: Interrupt Weights: [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ] [ 0 0 0 0 0 0 0 0 0 0 8 15 0 0 0 0 ] pci0: on pcib0 pci0: physical bus=0 map[10]: type 3, range 32, base e0000000, size 26, enabled found-> vendor=0x10de, dev=0x01e0, revid=0xc1 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x01eb, revid=0xc1 bus=0, slot=0, func=1 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x01ee, revid=0xc1 bus=0, slot=0, func=2 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x01ed, revid=0xc1 bus=0, slot=0, func=3 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x01ec, revid=0xc1 bus=0, slot=0, func=4 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x01ef, revid=0xc1 bus=0, slot=0, func=5 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x0060, revid=0xa4 bus=0, slot=1, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 4, range 32, base 0000c000, size 5, enabled $PIR: No matching entry for 0.1.INTA found-> vendor=0x10de, dev=0x0064, revid=0xa2 bus=0, slot=1, func=1 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0001, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=7 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base e7003000, size 12, enabled $PIR: No matching entry for 0.2.INTA found-> vendor=0x10de, dev=0x0067, revid=0xa4 bus=0, slot=2, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base e7004000, size 12, enabled $PIR: No matching entry for 0.2.INTB found-> vendor=0x10de, dev=0x0067, revid=0xa4 bus=0, slot=2, func=1 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base e7005000, size 8, enabled $PIR: No matching entry for 0.2.INTC found-> vendor=0x10de, dev=0x0068, revid=0xa4 bus=0, slot=2, func=2 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=c, irq=9 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 4, range 32, base 0000b000, size 8, enabled map[14]: type 4, range 32, base 0000b400, size 7, enabled map[18]: type 1, range 32, base e7001000, size 12, enabled $PIR: No matching entry for 0.6.INTA found-> vendor=0x10de, dev=0x006a, revid=0xa1 bus=0, slot=6, func=0 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x05 (1250 ns) intpin=a, irq=7 powerspec 2 supports D0 D1 D2 D3 current D0 found-> vendor=0x10de, dev=0x006c, revid=0xa3 bus=0, slot=8, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 0000f000, size 4, enabled found-> vendor=0x10de, dev=0x0065, revid=0xa2 bus=0, slot=9, func=0 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) powerspec 2 supports D0 D3 current D0 found-> vendor=0x10de, dev=0x01e8, revid=0xc1 bus=0, slot=30, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns) agp0: mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 agp0: Reserved 0x4000000 bytes for rid 0x10 type 3 at 0xe0000000 agp0: allocating GATT for aperture of size 64M pci0: at device 0.1 (no driver attached) pci0: at device 0.2 (no driver attached) pci0: at device 0.3 (no driver attached) pci0: at device 0.4 (no driver attached) pci0: at device 0.5 (no driver attached) isab0: at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) ohci0: mem 0xe7003000-0xe7003fff irq 10 at device 2.0 on pci0 ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xe7003000 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xe7004000-0xe7004fff irq 11 at device 2.1 on pci0 ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xe7004000 ohci1: [GIANT-LOCKED] usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 3 ports with 3 removable, self powered ehci0: mem 0xe7005000-0xe70050ff irq 9 at device 2.2 on pci0 ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xe7005000 ehci0: [GIANT-LOCKED] ehci_pci_attach: companion usb0 ehci_pci_attach: companion usb1 usb2: EHCI version 1.0 usb2: companion controllers, 4 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 uhub2: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub2: 6 ports with 6 removable, self powered pci0: at device 6.0 (no driver attached) pcib1: at device 8.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0x9000-0x9fff pcib1: memory decode 0xe6000000-0xe6ffffff pcib1: prefetched decode 0xfff00000-0xfffff pci1: on pcib1 pci1: physical bus=1 map[10]: type 4, range 32, base 00009000, size 6, enabled pcib1: device (null) requested decoded I/O range 0x9000-0x903f $PIR: 1:7 INTA routed to irq 10 found-> vendor=0x1274, dev=0x5000, revid=0x00 bus=1, slot=7, func=0 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0105, statreg=0x0400, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x0c (3000 ns), maxlat=0x80 (32000 ns) intpin=a, irq=10 map[10]: type 4, range 32, base 00009400, size 8, enabled pcib1: device (null) requested decoded I/O range 0x9400-0x94ff map[14]: type 1, range 32, base e6000000, size 8, enabled pcib1: device (null) requested decoded memory range 0xe6000000-0xe60000ff $PIR: 1:11 INTA routed to irq 11 found-> vendor=0x10ec, dev=0x8139, revid=0x10 bus=1, slot=11, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 pcm0: port 0x9000-0x903f irq 10 at device 7.0 on pci1 pcm0: Reserved 0x40 bytes for rid 0x10 type 4 at 0x9000 pcm0: [GIANT-LOCKED] pcm0: sndbuf_setmap 237000, 1000; 0xc1f43000 -> 237000 pcm0: sndbuf_setmap 255000, 1000; 0xc1f41000 -> 255000 rl0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x9400 rl0: port 0x9400-0x94ff mem 0xe6000000-0xe60000ff irq 11 at device 11.0 on pci1 pcib1: device rl0 requested decoded I/O range 0x9400-0x94ff miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: bpf attached rl0: Ethernet address: 00:0d:61:95:2b:cd rl0: [MPSAFE] atapci0: port 0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 9.0 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xf000 ata0: channel #0 on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata0-slave: stat=0x00 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=50 stat1=00 devices=0x1 ata0: [MPSAFE] ata1: channel #1 on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=50 ostat1=00 ata1-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb ata1-slave: stat=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=00 stat1=00 devices=0x4 ata1: [MPSAFE] pcib2: at device 30.0 on pci0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xa000-0xafff pcib2: memory decode 0xe4000000-0xe5ffffff pcib2: prefetched decode 0xd0000000-0xdfffffff pci2: on pcib2 pci2: physical bus=2 map[10]: type 3, range 32, base d0000000, size 27, enabled pcib2: device (null) requested decoded memory range 0xd0000000-0xd7ffffff map[14]: type 4, range 32, base 0000a000, size 8, enabled pcib2: device (null) requested decoded I/O range 0xa000-0xa0ff map[18]: type 1, range 32, base e5000000, size 16, enabled pcib2: device (null) requested decoded memory range 0xe5000000-0xe500ffff $PIR: 0:30 INTA routed to irq 10 pcib2: slot 0 INTA is routed to irq 10 found-> vendor=0x1002, dev=0x5964, revid=0x01 bus=2, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 3, range 32, base d8000000, size 27, enabled pcib2: device (null) requested decoded memory range 0xd8000000-0xdfffffff map[14]: type 1, range 32, base e5010000, size 16, enabled pcib2: device (null) requested decoded memory range 0xe5010000-0xe501ffff found-> vendor=0x1002, dev=0x5d44, revid=0x01 bus=2, slot=0, func=1 class=03-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D1 D2 D3 current D0 pci2: at device 0.0 (no driver attached) pci2: at device 0.1 (no driver attached) cpu0 on motherboard ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 pnpbios: 13 devices, largest 78 bytes PNP0200: adding dma mask 0x10 PNP0200: adding io range 0-0xf, size=0x10, align=0 PNP0200: adding io range 0x81-0x83, size=0x3, align=0 PNP0200: adding io range 0x87-0x87, size=0x1, align=0 PNP0200: adding io range 0x89-0x8b, size=0x3, align=0 PNP0200: adding io range 0x8f-0x91, size=0x3, align=0 PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0 pnpbios: handle 1 device ID PNP0200 (0002d041) PNP0100: adding irq mask 0x1 PNP0100: adding io range 0x40-0x43, size=0x4, align=0 pnpbios: handle 2 device ID PNP0100 (0001d041) PNP0b00: adding irq mask 0x100 PNP0b00: adding io range 0x70-0x71, size=0x2, align=0 pnpbios: handle 3 device ID PNP0b00 (000bd041) PNP0303: adding irq mask 0x2 PNP0303: adding io range 0x60-0x60, size=0x1, align=0 PNP0303: adding io range 0x64-0x64, size=0x1, align=0 pnpbios: handle 4 device ID PNP0303 (0303d041) PNP0800: adding io range 0x61-0x61, size=0x1, align=0 pnpbios: handle 5 device ID PNP0800 (0008d041) PNP0c04: adding irq mask 0x2000 PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0 pnpbios: handle 6 device ID PNP0c04 (040cd041) PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000 PNP0c01: adding fixed memory32 range 0xfffe0000-0xffffffff, size=0x20000 PNP0c01: adding fixed memory32 range 0xfec00000-0xfec0ffff, size=0x10000 PNP0c01: adding fixed memory32 range 0xfee00000-0xfee0ffff, size=0x10000 PNP0c01: adding fixed memory32 range 0x100000-0x3fffffff, size=0x3ff00000 pnpbios: handle 7 device ID PNP0c01 (010cd041) PNP0c02: adding fixed memory32 range 0xf0000-0xf3fff, size=0x4000 PNP0c02: adding fixed memory32 range 0xf4000-0xf7fff, size=0x4000 PNP0c02: adding fixed memory32 range 0xf8000-0xfbfff, size=0x4000 PNP0c02: adding fixed memory32 range 0xfc000-0xfffff, size=0x4000 pnpbios: handle 8 device ID PNP0c02 (020cd041) PNP0a03: adding io range 0x290-0x29f, size=0x10, align=0 PNP0a03: adding io range 0x4d0-0x4d1, size=0x2, align=0 PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0 pnpbios: handle 9 device ID PNP0a03 (030ad041) PNP0f13: adding irq mask 0x1000 pnpbios: handle 10 device ID PNP0f13 (130fd041) PNP0501: adding irq mask 0x10 PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0 pnpbios: handle 11 device ID PNP0501 (0105d041) PNP0501: adding irq mask 0x8 PNP0501: adding io range 0x2f8-0x2ff, size=0x8, align=0 pnpbios: handle 15 device ID PNP0501 (0105d041) sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: at iomem 0xc0000-0xcbfff on isa0 pmtimer0 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) atkbdc0: at port 0x64,0x60 on isa0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model MouseMan+, device ID 0-49, 3 buttons psm0: config:00000000, flags:00000008, packet size:3 psm0: syncmask:08, syncbits:00 bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0 fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 pcic1: not probed (disabled) ppc0 failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio0: irq maps: 0x1 0x11 0x1 0x1 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: irq maps: 0x1 0x9 0x1 0x1 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x700ff fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff vt0: not probed (disabled) isa_probe_children: probing PnP devices unknown: can't assign resources (port) unknown: at port 0x60 on isa0 unknown: failed to probe at port 0x61 on isa0 unknown: can't assign resources (irq) unknown: at irq 12 on isa0 unknown: can't assign resources (port) unknown: at port 0x3f8-0x3ff on isa0 unknown: can't assign resources (port) unknown: at port 0x2f8-0x2ff on isa0 Device configuration finished. procfs registered Timecounter "TSC" frequency 1913195001 Hz quality 800 Timecounters tick every 10.000 msec splash: image decoder found: green_saver crypto: assign driver 0, flags 6 crypto: driver 0 registers alg 1 flags 0 maxoplen 0 crypto: driver 0 registers alg 2 flags 0 maxoplen 0 crypto: driver 0 registers alg 3 flags 0 maxoplen 0 crypto: driver 0 registers alg 4 flags 0 maxoplen 0 crypto: driver 0 registers alg 5 flags 0 maxoplen 0 crypto: driver 0 registers alg 17 flags 0 maxoplen 0 crypto: driver 0 registers alg 6 flags 0 maxoplen 0 crypto: driver 0 registers alg 7 flags 0 maxoplen 0 crypto: driver 0 registers alg 15 flags 0 maxoplen 0 crypto: driver 0 registers alg 8 flags 0 maxoplen 0 crypto: driver 0 registers alg 16 flags 0 maxoplen 0 crypto: driver 0 registers alg 9 flags 0 maxoplen 0 crypto: driver 0 registers alg 10 flags 0 maxoplen 0 crypto: driver 0 registers alg 13 flags 0 maxoplen 0 crypto: driver 0 registers alg 14 flags 0 maxoplen 0 crypto: driver 0 registers alg 11 flags 0 maxoplen 0 crypto: driver 0 registers alg 18 flags 0 maxoplen 0 Linux ELF exec handler installed lo0: bpf attached ata0-master: pio=0x0c wdma=0x22 udma=0x45 cable=80pin ata0-master: setting PIO4 on nVidia nForce2 chip ata0-master: setting UDMA100 on nVidia nForce2 chip ad0: ATA-5 disk at ata0-master ad0: 57240MB (117229295 sectors), 116298 C, 16 H, 63 S, 512 B ad0: 16 secs/int, 1 depth queue, UDMA100 GEOM: new disk ad0 [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:117226242 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 GEOM: Configure ad0s1, start 32256 length 60019835904 end 60019868159 ata1-master: pio=0x0c wdma=0x22 udma=0x42 cable=40pin ATAPI_RESET time = 420us GEOM: Configure ad0s1a, start 0 length 2147483648 end 2147483647 GEOM: Configure ad0s1b, start 2147483648 length 4294967296 end 6442450943 GEOM: Configure ad0s1c, start 0 length 60019835904 end 60019835903 GEOM: Configure ad0s1d, start 6442450944 length 268435456 end 6710886399 GEOM: Configure ad0s1e, start 6710886400 length 53308949504 end 60019835903 ata1-master: setting PIO4 on nVidia nForce2 chip ata1-master: setting UDMA33 on nVidia nForce2 chip acd0: DVDROM drive at ata1 as master acd0: read 3445KB/s (8268KB/s), 256KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc Mounting root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted start_init: trying /sbin/init WARNING: /home was not properly dismounted WARNING: /var was not properly dismounted pci0: driver added found-> vendor=0x10de, dev=0x01eb, revid=0xc1 bus=0, slot=0, func=1 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pci0:0:1: reprobing on driver added found-> vendor=0x10de, dev=0x01ee, revid=0xc1 bus=0, slot=0, func=2 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pci0:0:2: reprobing on driver added found-> vendor=0x10de, dev=0x01ed, revid=0xc1 bus=0, slot=0, func=3 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pci0:0:3: reprobing on driver added found-> vendor=0x10de, dev=0x01ec, revid=0xc1 bus=0, slot=0, func=4 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pci0:0:4: reprobing on driver added found-> vendor=0x10de, dev=0x01ef, revid=0xc1 bus=0, slot=0, func=5 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pci0:0:5: reprobing on driver added found-> vendor=0x10de, dev=0x0064, revid=0xa2 bus=0, slot=1, func=1 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0001, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=7 powerspec 2 supports D0 D3 current D0 pci0:1:1: reprobing on driver added pci0:1:1: Transition from D0 to D3 found-> vendor=0x10de, dev=0x006a, revid=0xa1 bus=0, slot=6, func=0 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x05 (1250 ns) intpin=a, irq=7 powerspec 2 supports D0 D1 D2 D3 current D0 pci0:6:0: reprobing on driver added pci0:6:0: Transition from D0 to D3 pci1: driver added pci2: driver added found-> vendor=0x1002, dev=0x5964, revid=0x01 bus=2, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 pci2:0:0: reprobing on driver added drm0: port 0xa000-0xa0ff mem 0xe5000000-0xe500ffff,0xd0000000-0xd7ffffff irq 10 at device 0.0 on pci2 info: [drm] AGP at 0xe0000000 64MB info: [drm] Initialized radeon 1.11.0 20020828 on minor 0 found-> vendor=0x1002, dev=0x5d44, revid=0x01 bus=2, slot=0, func=1 class=03-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D1 D2 D3 current D0 pci2:0:1: reprobing on driver added agp0: Setting AGP v3 mode 4 info: [drm] Loading R200 Microcode drm0: [MPSAFE] ----8---- >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 08:50:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12BE016A4CF for ; Sun, 12 Sep 2004 08:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF6443D48 for ; Sun, 12 Sep 2004 08:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8C8oJDv069735 for ; Sun, 12 Sep 2004 08:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8C8oJdj069734; Sun, 12 Sep 2004 08:50:19 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 08:50:19 GMT Resent-Message-Id: <200409120850.i8C8oJdj069734@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, Wei-Kai Wu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A20016A4CE for ; Sun, 12 Sep 2004 08:44:48 +0000 (GMT) Received: from ccbsd1.csie.nctu.edu.tw (ccbsd1.csie.nctu.edu.tw [140.113.209.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E0E43D31 for ; Sun, 12 Sep 2004 08:44:47 +0000 (GMT) (envelope-from wkwu@csie.nctu.edu.tw) Received: from ccbsd1.csie.nctu.edu.tw (wkwu@localhost [127.0.0.1]) i8C8imp5041475 for ; Sun, 12 Sep 2004 16:44:48 +0800 (CST) Received: (from wkwu@localhost) by ccbsd1.csie.nctu.edu.tw (8.12.11/8.12.9/Submit) id i8C8ilJB041473; Sun, 12 Sep 2004 16:44:47 +0800 (CST) Message-Id: <200409120844.i8C8ilJB041473@ccbsd1.csie.nctu.edu.tw> Date: Sun, 12 Sep 2004 16:44:47 +0800 (CST) From: Wei-Kai.Wu@csie.nctu.edu.tw To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/71639: bge driver got problem with 5.3-BETA4 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Wei-Kai Wu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 08:50:21 -0000 >Number: 71639 >Category: kern >Synopsis: bge driver got problem with 5.3-BETA4 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 08:50:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Wei-Kai Wu >Release: FreeBSD 5.3-BETA4 amd64 >Organization: Kavalan >Environment: FreeBSD AMD64 5.3-BETA4 FreeBSD 5.3-BETA4 #1: Sun Sep 12 23:56:00 CST 2004 root@:/usr/obj/usr/src/sys/GENERIC amd64 MSI K8D Master-3FS with dual Opteron 242 AHA 29160 SCSI card 2 bge (BroadCom) on board >Description: The network interface up and down frequently. I can see the bge status changes frequently (by ifconfig) among: 1. 1000baseTX 2. 100baseTX 3. 10baseTX 4. No carrier The console shows "bge gigabit linkup" many times and the network down for several minutes and up for another while. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 12:30:19 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3C5616A4CE for ; Sun, 12 Sep 2004 12:30:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBEB143D4C for ; Sun, 12 Sep 2004 12:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CCUJuY077611 for ; Sun, 12 Sep 2004 12:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CCUJlD077610; Sun, 12 Sep 2004 12:30:19 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 12:30:19 GMT Resent-Message-Id: <200409121230.i8CCUJlD077610@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, Wei-Kai Wu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E2B16A4CE for ; Sun, 12 Sep 2004 12:29:54 +0000 (GMT) Received: from mailgate.csie.nctu.edu.tw (mailgate.csie.nctu.edu.tw [140.113.209.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 192AB43D1D for ; Sun, 12 Sep 2004 12:29:54 +0000 (GMT) (envelope-from wkwu@csie.nctu.edu.tw) Received: from mailgate.csie.nctu.edu.tw (wkwu@localhost [127.0.0.1]) i8CCTshl038451 for ; Sun, 12 Sep 2004 20:29:54 +0800 (CST) Received: (from wkwu@localhost) by mailgate.csie.nctu.edu.tw (8.13.1/8.13.1/Submit) id i8CCTsAV038450; Sun, 12 Sep 2004 20:29:54 +0800 (CST) Message-Id: <200409121229.i8CCTsAV038450@mailgate.csie.nctu.edu.tw> Date: Sun, 12 Sep 2004 20:29:54 +0800 (CST) From: Wei-Kai.Wu@csie.nctu.edu.tw To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/71644: amd64 5.3-BETA4 crash when heavy load X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Wei-Kai Wu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 12:30:20 -0000 >Number: 71644 >Category: kern >Synopsis: amd64 5.3-BETA4 crash when heavy load >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 12:30:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Wei-Kai Wu >Release: FreeBSD 5.3-BETA4 amd64 >Organization: >Environment: FreeBSD AMD64 5.3-BETA4 FreeBSD 5.3-BETA4 #1: Sun Sep 12 23:56:00 CST 2004 root@:/usr/obj/usr/src/sys/GENERIC amd64 MSI K8D Master-3FS with dual Opteron 242 and 8G RAM AHA 29160 SCSI card 2 bge (BroadCom) on board >Description: We run a extremely heavy load service that crashes often with kernel panic "pmap_invalidate_page". More than ten thousand processes ran simultaneously. The hardware should be no problem because we test on many boards and different memory. How can I help you to debug? Thanks! >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 12:40:16 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49EF016A4CE for ; Sun, 12 Sep 2004 12:40:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B50243D5F for ; Sun, 12 Sep 2004 12:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CCeGU0077760 for ; Sun, 12 Sep 2004 12:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CCeGZX077754; Sun, 12 Sep 2004 12:40:16 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 12:40:16 GMT Resent-Message-Id: <200409121240.i8CCeGZX077754@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, Wei-Kai Wu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C38A16A4CE for ; Sun, 12 Sep 2004 12:33:35 +0000 (GMT) Received: from mailgate.csie.nctu.edu.tw (mailgate.csie.nctu.edu.tw [140.113.209.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED2843D55 for ; Sun, 12 Sep 2004 12:33:34 +0000 (GMT) (envelope-from wkwu@csie.nctu.edu.tw) Received: from mailgate.csie.nctu.edu.tw (wkwu@localhost [127.0.0.1]) i8CCXZET039092 for ; Sun, 12 Sep 2004 20:33:35 +0800 (CST) Received: (from wkwu@localhost) by mailgate.csie.nctu.edu.tw (8.13.1/8.13.1/Submit) id i8CCXZre039091; Sun, 12 Sep 2004 20:33:35 +0800 (CST) Message-Id: <200409121233.i8CCXZre039091@mailgate.csie.nctu.edu.tw> Date: Sun, 12 Sep 2004 20:33:35 +0800 (CST) From: Wei-Kai.Wu@csie.nctu.edu.tw To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/71645: System hangs when booting the kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Wei-Kai Wu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 12:40:16 -0000 >Number: 71645 >Category: kern >Synopsis: System hangs when booting the kernel >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 12:40:15 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Wei-Kai Wu >Release: FreeBSD 5.3-BETA4 amd64 >Organization: Kavalan >Environment: FreeBSD AMD64 5.3-BETA4 FreeBSD 5.3-BETA4 #1: Sun Sep 12 23:56:00 CST 2004 root@:/usr/obj/usr/src/sys/GENERIC amd64 Tyan S2882 (with or without SCSI 7902) with dual Opteron 242 >Description: The GENERIC kernel hangs when booting kernel at ata devices. If we rebuild the kernel without ata* devices, it can boot. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 14:20:22 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E277A16A4CE for ; Sun, 12 Sep 2004 14:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62A443D55 for ; Sun, 12 Sep 2004 14:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CEKMjv089663 for ; Sun, 12 Sep 2004 14:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CEKMsq089662; Sun, 12 Sep 2004 14:20:22 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 14:20:22 GMT Resent-Message-Id: <200409121420.i8CEKMsq089662@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9933B16A4CF for ; Sun, 12 Sep 2004 14:15:47 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7447F43D31 for ; Sun, 12 Sep 2004 14:15:44 +0000 (GMT) (envelope-from dan@kulesh.obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CEFfUL009718 for ; Sun, 12 Sep 2004 16:15:42 +0200 (CEST) (envelope-from dan@kulesh.obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CEFffA009717; Sun, 12 Sep 2004 16:15:41 +0200 (CEST) (envelope-from dan) Message-Id: <200409121415.i8CEFffA009717@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 16:15:41 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71651: [PATCH] cron may attept to close unopened file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 14:20:23 -0000 >Number: 71651 >Category: bin >Synopsis: [PATCH] cron may attept to close unopened file >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 14:20:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/cron/lib/misc.c,v 1.11 2002/08/04 04:32:27 tjr usr.sbin/cron/cron/cron.c,v 1.15 2004/05/16 19:29:33 yar usr.sbin/cron/cron/do_command.c,v 1.22 2004/05/16 19:29:33 yar >Description: usr.sbin/cron/lib/misc.c:413: warning: 'deny' might be used uninitialized in this function It's sign of true bug. When fopen of ALLOW_FILE fail for other than ENOENT reason, then "goto out" apply then 'if (deny)' is evaluated and 'fclose(deny)' may be called athought 'deny' is uninitialized variable. I want to eliminate the following warning also, but they are "false-positives" only ...: usr.sbin/cron/cron/cron.c:165: warning: 'otzminute' might be used uninitialized in this function usr.sbin/cron/cron/cron.c:165: warning: 'otzhour' might be used uninitialized in this function usr.sbin/cron/cron/cron.c:165: warning: 'otzdom' might be used uninitialized in this function usr.sbin/cron/cron/cron.c:165: warning: 'otzmonth' might be used uninitialized in this function usr.sbin/cron/cron/cron.c:165: warning: 'otzdow' might be used uninitialized in this function usr.sbin/cron/cron/do_command.c:388: warning: 'mail' might be used uninitialized in this function >How-To-Repeat: N/A >Fix: *** usr.sbin/cron/lib/misc.c.ORIG Wed Aug 7 00:03:16 2002 --- usr.sbin/cron/lib/misc.c Sun Sep 12 15:52:00 2004 *************** *** 419,425 **** if ((allow = fopen(ALLOW_FILE, "r")) == NULL && errno != ENOENT) goto out; if ((deny = fopen(DENY_FILE, "r")) == NULL && errno != ENOENT) ! goto out; Debug(DMISC, ("allow/deny enabled, %d/%d\n", !!allow, !!deny)) #else allow = NULL; --- 419,425 ---- if ((allow = fopen(ALLOW_FILE, "r")) == NULL && errno != ENOENT) goto out; if ((deny = fopen(DENY_FILE, "r")) == NULL && errno != ENOENT) ! goto out1; Debug(DMISC, ("allow/deny enabled, %d/%d\n", !!allow, !!deny)) #else allow = NULL; *************** *** 437,446 **** isallowed = TRUE; #endif } out: if (allow) fclose(allow); - if (deny) - fclose(deny); return (isallowed); } --- 437,446 ---- isallowed = TRUE; #endif } + out1: if (deny) + fclose(deny); out: if (allow) fclose(allow); return (isallowed); } *** usr.sbin/cron/cron/cron.c.ORIG Tue May 18 22:20:13 2004 --- usr.sbin/cron/cron/cron.c Sun Sep 12 16:00:03 2004 *************** *** 162,168 **** static time_t diff = 0, /* time difference in seconds from the last offset change */ difflimit = 0; /* end point for the time zone correction */ struct tm otztm; /* time in the old time zone */ ! int otzminute, otzhour, otzdom, otzmonth, otzdow; register struct tm *tm = localtime(&TargetTime); register int minute, hour, dom, month, dow; register user *u; --- 162,170 ---- static time_t diff = 0, /* time difference in seconds from the last offset change */ difflimit = 0; /* end point for the time zone correction */ struct tm otztm; /* time in the old time zone */ ! int otzminute = otzminute, /* "init" to avoid "might be used uninitialized" warning */ ! otzhour = otzhour, otzdom = otzdom, ! otzmonth = otzmonth, otzdow = otzmonth; register struct tm *tm = localtime(&TargetTime); register int minute, hour, dom, month, dow; register user *u; *** usr.sbin/cron/cron/do_command.c.ORIG Tue May 18 22:20:13 2004 --- usr.sbin/cron/cron/do_command.c Sun Sep 12 16:04:42 2004 *************** *** 385,391 **** ch = getc(in); if (ch != EOF) { ! register FILE *mail; register int bytes = 1; int status = 0; --- 385,391 ---- ch = getc(in); if (ch != EOF) { ! register FILE *mail = mail; /* "init" to avoid "might be used uninitialized" warning */ register int bytes = 1; int status = 0; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 14:40:12 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F5C16A4CE for ; Sun, 12 Sep 2004 14:40:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2D3443D45 for ; Sun, 12 Sep 2004 14:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CEeCBr090040 for ; Sun, 12 Sep 2004 14:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CEeCod090034; Sun, 12 Sep 2004 14:40:12 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 14:40:12 GMT Resent-Message-Id: <200409121440.i8CEeCod090034@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, Divacky Roman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF19416A4CE for ; Sun, 12 Sep 2004 14:30:31 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E90143D45 for ; Sun, 12 Sep 2004 14:30:30 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i8CEUP0A080805 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 12 Sep 2004 16:30:25 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i8CEUPGZ080804; Sun, 12 Sep 2004 16:30:25 +0200 (CEST) Message-Id: <200409121430.i8CEUPGZ080804@eva.fit.vutbr.cz> Date: Sun, 12 Sep 2004 16:30:25 +0200 (CEST) From: Divacky Roman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/71652: rdr@pf doesnt work properly with fastforwarding X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Divacky Roman List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 14:40:12 -0000 >Number: 71652 >Category: kern >Synopsis: rdr@pf doesnt work properly with fastforwarding >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 14:40:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Divacky Roman >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: FreeBSD queeg500 5.3-BETA3 FreeBSD 5.3-BETA3 #5: Tue Sep 7 13:01:38 CEST 2004 rdivacky@queeg500:/usr/obj/usr/src/sys/QUEEG i386 >Description: The problem reported in bin/71490 was fixed by setting net.inet.ip.fastforwarding=0 ie. by setting it to 1 (enabling it) the rdr doesnt work properly >How-To-Repeat: set net.inet.ip.fastforwarding=1 and try to use rdr and/or ftp-proxy >Fix: I am not aware of any. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 15:40:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3769D16A4D2 for ; Sun, 12 Sep 2004 15:40:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD7F43D4C for ; Sun, 12 Sep 2004 15:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CFeKLj096418 for ; Sun, 12 Sep 2004 15:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CFeKS8096417; Sun, 12 Sep 2004 15:40:20 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 15:40:20 GMT Resent-Message-Id: <200409121540.i8CFeKS8096417@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E5716A570 for ; Sun, 12 Sep 2004 15:38:53 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9079C43D53 for ; Sun, 12 Sep 2004 15:38:51 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CFcnv3010420 for ; Sun, 12 Sep 2004 17:38:49 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CFcmp2010419 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 17:38:48 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121538.i8CFcmp2010419@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 17:38:48 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/71653: [PATCH] usr.sbin/asf may use uninialised variables X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 15:40:21 -0000 >Number: 71653 >Category: bin >Synopsis: [PATCH] usr.sbin/asf may use uninialised variables >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 15:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 i386 usr.sbin/asf/asf.c,v 1.6 2003/11/04 06:38:37 green >Description: usr.sbin/asf/asf.c:245: warning: 'textaddr' might be used uninitialized in this function usr.sbin/asf/asf.c:246: warning: 'dataaddr' might be used uninitialized in this function usr.sbin/asf/asf.c:247: warning: 'bssaddr' might be used uninitialized in this function Those warnings are real bugs. When output of objdump doesn't contain information about .text or .data or .bss section then corresponding variable remain uninitialized, but used. >How-To-Repeat: N/A >Fix: *** usr.sbin/asf/asf.c.ORIG Fri Nov 14 03:53:00 2003 --- usr.sbin/asf/asf.c Sun Sep 12 17:33:13 2004 *************** *** 242,250 **** if ((!(strstr(buf, "kernel"))) && buf[0] != 'I') { quad_t base; ! quad_t textaddr; ! quad_t dataaddr; ! quad_t bssaddr; tokens = tokenize(buf, token, MAXTOKEN); base = strtoll(token[2], NULL, 16); --- 242,250 ---- if ((!(strstr(buf, "kernel"))) && buf[0] != 'I') { quad_t base; ! quad_t textaddr = 0; ! quad_t dataaddr = 0; ! quad_t bssaddr = 0; tokens = tokenize(buf, token, MAXTOKEN); base = strtoll(token[2], NULL, 16); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:20:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C2916A4D0; Sun, 12 Sep 2004 17:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422A443D1F; Sun, 12 Sep 2004 17:20:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8CHKOr7008519; Sun, 12 Sep 2004 17:20:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHKNMI008515; Sun, 12 Sep 2004 17:20:23 GMT (envelope-from linimon) Date: Sun, 12 Sep 2004 17:20:23 GMT From: Mark Linimon Message-Id: <200409121720.i8CHKNMI008515@freefall.freebsd.org> To: m.oosterhof@xs4all.nl, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/32976: Kerberos5 config files not installed by default (while KerberosIV files are) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 Sep 2004 17:20:29 -0000 Synopsis: Kerberos5 config files not installed by default (while KerberosIV files are) State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Sep 12 17:20:04 GMT 2004 State-Changed-Why: Since KerberosIV is gone, this PR is now OBE. http://www.freebsd.org/cgi/query-pr.cgi?pr=32976 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B04E16A4CE for ; Sun, 12 Sep 2004 17:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C00843D54 for ; Sun, 12 Sep 2004 17:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeNli009006 for ; Sun, 12 Sep 2004 17:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeNir009005; Sun, 12 Sep 2004 17:40:23 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:23 GMT Resent-Message-Id: <200409121740.i8CHeNir009005@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BDDF16A4CE for ; Sun, 12 Sep 2004 17:34:41 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A8B43D55 for ; Sun, 12 Sep 2004 17:34:39 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHYRrK010897 for ; Sun, 12 Sep 2004 19:34:28 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHYQK1010896 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:34:26 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121734.i8CHYQK1010896@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:34:26 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71659: [PATCH] cleanup of the usr.sbin/mount_portalfs code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:25 -0000 >Number: 71659 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/mount_portalfs code >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 Sep 12 17:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/mount_portalfs/pt_tcplisten.c,v 1.4 2004/08/07 04:27:50 imp >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/mount_portalfs/pt_tcplisten.c:83: warning: 'ipp' might be used uninitialized in this function >How-To-Repeat: N/A >Fix: *** usr.sbin/mount_portalfs/pt_tcplisten.c.ORIG Sun Aug 8 21:13:25 2004 --- usr.sbin/mount_portalfs/pt_tcplisten.c Sun Sep 12 04:49:09 2004 *************** *** 80,86 **** char *q; struct hostent *hp; struct servent *sp; ! struct in_addr **ipp; struct in_addr *ip[2]; struct in_addr ina; u_short s_port; --- 80,86 ---- char *q; struct hostent *hp; struct servent *sp; ! struct in_addr **ipp = ipp; /* "init" to avoid "might be used uninitialised" warning */ struct in_addr *ip[2]; struct in_addr ina; u_short s_port; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D4E216A4CE for ; Sun, 12 Sep 2004 17:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B564543D55 for ; Sun, 12 Sep 2004 17:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeOFu009032 for ; Sun, 12 Sep 2004 17:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeOEh009031; Sun, 12 Sep 2004 17:40:24 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:24 GMT Resent-Message-Id: <200409121740.i8CHeOEh009031@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16FAB16A4CE for ; Sun, 12 Sep 2004 17:35:28 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52D7243D5A for ; Sun, 12 Sep 2004 17:35:24 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHZMXY010904 for ; Sun, 12 Sep 2004 19:35:22 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHZLb4010903 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:35:21 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121735.i8CHZLb4010903@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:35:21 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71661: [PATCH] cleanup of the usr.sbin/keyserv code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:26 -0000 >Number: 71661 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/keyserv code >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 Sep 12 17:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/keyserv/keyserv.c,v 1.11 2003/02/18 01:35:58 kris >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/keyserv/keyserv.c:365: warning: long int format, uid_t arg (arg 3) usr.sbin/keyserv/keyserv.c:385: warning: long int format, uid_t arg (arg 3) usr.sbin/keyserv/keyserv.c:413: warning: long int format, uid_t arg (arg 3) usr.sbin/keyserv/keyserv.c:463: warning: long int format, uid_t arg (arg 3) usr.sbin/keyserv/keyserv.c:493: warning: long int format, uid_t arg (arg 3) usr.sbin/keyserv/keyserv.c:522: warning: long int format, uid_t arg (arg 3) usr.sbin/keyserv/keyserv.c:550: warning: long int format, uid_t arg (arg 3) usr.sbin/keyserv/keyserv.c:792: warning: long int format, uid_t arg (arg 3) usr.sbin/keyserv/keyserv.c:804: warning: long int format, uid_t arg (arg 3) usr.sbin/keyserv/keyserv.c:804: warning: long int format, unsigned int arg (arg 4) >How-To-Repeat: N/A >Fix: *** usr.sbin/keyserv/keyserv.c.ORIG Tue Feb 18 20:12:59 2003 --- usr.sbin/keyserv/keyserv.c Sun Sep 12 05:11:38 2004 *************** *** 361,367 **** static keystatus status; if (debugging) { ! (void) fprintf(stderr, "set(%ld, %.*s) = ", uid, (int) sizeof (keybuf), key); } status = pk_setkey(uid, key); --- 361,367 ---- static keystatus status; if (debugging) { ! (void) fprintf(stderr, "set(%ld, %.*s) = ", (long)uid, (int) sizeof (keybuf), key); } status = pk_setkey(uid, key); *************** *** 380,386 **** static cryptkeyres res; if (debugging) { ! (void) fprintf(stderr, "encrypt(%ld, %s, %08x%08x) = ", uid, arg->remotename, arg->deskey.key.high, arg->deskey.key.low); } --- 380,386 ---- static cryptkeyres res; if (debugging) { ! (void) fprintf(stderr, "encrypt(%ld, %s, %08x%08x) = ", (long)uid, arg->remotename, arg->deskey.key.high, arg->deskey.key.low); } *************** *** 408,414 **** static cryptkeyres res; if (debugging) { ! (void) fprintf(stderr, "decrypt(%ld, %s, %08x%08x) = ", uid, arg->remotename, arg->deskey.key.high, arg->deskey.key.low); } --- 408,414 ---- static cryptkeyres res; if (debugging) { ! (void) fprintf(stderr, "decrypt(%ld, %s, %08x%08x) = ", (long)uid, arg->remotename, arg->deskey.key.high, arg->deskey.key.low); } *************** *** 460,466 **** static key_netstres keynetname; if (debugging) ! (void) fprintf(stderr, "net_get(%ld) = ", uid); keynetname.status = pk_netget(uid, &keynetname.key_netstres_u.knet); if (debugging) { --- 460,466 ---- static key_netstres keynetname; if (debugging) ! (void) fprintf(stderr, "net_get(%ld) = ", (long)uid); keynetname.status = pk_netget(uid, &keynetname.key_netstres_u.knet); if (debugging) { *************** *** 489,495 **** static cryptkeyres res; if (debugging) ! (void) fprintf(stderr, "get_conv(%ld, %.*s) = ", uid, (int)sizeof (arg), arg); --- 489,495 ---- static cryptkeyres res; if (debugging) ! (void) fprintf(stderr, "get_conv(%ld, %.*s) = ", (long)uid, (int)sizeof (arg), arg); *************** *** 517,523 **** static cryptkeyres res; if (debugging) { ! (void) fprintf(stderr, "encrypt(%ld, %s, %08x%08x) = ", uid, arg->remotename, arg->deskey.key.high, arg->deskey.key.low); } --- 517,523 ---- static cryptkeyres res; if (debugging) { ! (void) fprintf(stderr, "encrypt(%ld, %s, %08x%08x) = ", (long)uid, arg->remotename, arg->deskey.key.high, arg->deskey.key.low); } *************** *** 545,551 **** static cryptkeyres res; if (debugging) { ! (void) fprintf(stderr, "decrypt(%ld, %s, %08x%08x) = ", uid, arg->remotename, arg->deskey.key.high, arg->deskey.key.low); } --- 545,551 ---- static cryptkeyres res; if (debugging) { ! (void) fprintf(stderr, "decrypt(%ld, %s, %08x%08x) = ", (long)uid, arg->remotename, arg->deskey.key.high, arg->deskey.key.low); } *************** *** 789,795 **** } if (debugging) ! fprintf(stderr, "local_uid %ld\n", uid); if (uid == 0) return (1); if (rqstp->rq_cred.oa_flavor == AUTH_SYS) { --- 789,795 ---- } if (debugging) ! fprintf(stderr, "local_uid %ld\n", (long)uid); if (uid == 0) return (1); if (rqstp->rq_cred.oa_flavor == AUTH_SYS) { *************** *** 800,807 **** } else { if (debugging) fprintf(stderr, ! "local_uid %ld mismatches auth %ld\n", uid, ! ((uid_t) ((struct authunix_parms *)rqstp->rq_clntcred)->aup_uid)); return (0); } } else { --- 800,807 ---- } else { if (debugging) fprintf(stderr, ! "local_uid %ld mismatches auth %ld\n", (long)uid, ! (long)((uid_t) ((struct authunix_parms *)rqstp->rq_clntcred)->aup_uid)); return (0); } } else { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D2416A4CF for ; Sun, 12 Sep 2004 17:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F94043D54 for ; Sun, 12 Sep 2004 17:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeNEE009019 for ; Sun, 12 Sep 2004 17:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeNui009018; Sun, 12 Sep 2004 17:40:23 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:23 GMT Resent-Message-Id: <200409121740.i8CHeNui009018@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F10116A4CE for ; Sun, 12 Sep 2004 17:35:21 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id A807B43D48 for ; Sun, 12 Sep 2004 17:35:19 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHYlTv010899 for ; Sun, 12 Sep 2004 19:34:48 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHYfJu010898 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:34:41 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121734.i8CHYfJu010898@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:34:41 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71660: [PATCH] cleanup of the usr.sbin/kgmon code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:26 -0000 >Number: 71660 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/kgmon code >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 Sep 12 17:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/kgmon/kgmon.c,v 1.13 2004/08/07 04:27:50 imp >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/kgmon/kgmon.c:398: warning: unsigned int format, u_long arg (arg 3) usr.sbin/kgmon/kgmon.c:420: warning: unsigned int format, u_long arg (arg 3) usr.sbin/kgmon/kgmon.c:435: warning: unsigned int format, u_long arg (arg 3) usr.sbin/kgmon/kgmon.c:438: warning: unsigned int format, u_long arg (arg 3) usr.sbin/kgmon/kgmon.c:450: warning: unsigned int format, u_long arg (arg 2) usr.sbin/kgmon/kgmon.c:450: warning: unsigned int format, u_long arg (arg 3) usr.sbin/kgmon/kgmon.c:450: warning: int format, long int arg (arg 4) >How-To-Repeat: N/A >Fix: *** usr.sbin/kgmon/kgmon.c.ORIG Sun Aug 8 21:13:23 2004 --- usr.sbin/kgmon/kgmon.c Sun Sep 12 05:05:59 2004 *************** *** 393,399 **** i = 0; } if (i != kvp->gpm.kcountsize) ! errx(6, "read ticks: read %u, got %d: %s", kvp->gpm.kcountsize, i, kflag ? kvm_geterr(kvp->kd) : strerror(errno)); if ((fwrite(tickbuf, kvp->gpm.kcountsize, 1, fp)) != 1) --- 393,399 ---- i = 0; } if (i != kvp->gpm.kcountsize) ! errx(6, "read ticks: read %lu, got %d: %s", kvp->gpm.kcountsize, i, kflag ? kvm_geterr(kvp->kd) : strerror(errno)); if ((fwrite(tickbuf, kvp->gpm.kcountsize, 1, fp)) != 1) *************** *** 415,421 **** i = 0; } if (i != kvp->gpm.fromssize) ! errx(9, "read froms: read %u, got %d: %s", kvp->gpm.fromssize, i, kflag ? kvm_geterr(kvp->kd) : strerror(errno)); if ((tos = (struct tostruct *)malloc(kvp->gpm.tossize)) == NULL) --- 415,421 ---- i = 0; } if (i != kvp->gpm.fromssize) ! errx(9, "read froms: read %lu, got %d: %s", kvp->gpm.fromssize, i, kflag ? kvm_geterr(kvp->kd) : strerror(errno)); if ((tos = (struct tostruct *)malloc(kvp->gpm.tossize)) == NULL) *************** *** 430,440 **** i = 0; } if (i != kvp->gpm.tossize) ! errx(11, "read tos: read %u, got %d: %s", kvp->gpm.tossize, i, kflag ? kvm_geterr(kvp->kd) : strerror(errno)); if (debug) ! warnx("lowpc 0x%x, textsize 0x%x", kvp->gpm.lowpc, kvp->gpm.textsize); endfrom = kvp->gpm.fromssize / sizeof(*froms); for (fromindex = 0; fromindex < endfrom; ++fromindex) { --- 430,440 ---- i = 0; } if (i != kvp->gpm.tossize) ! errx(11, "read tos: read %lu, got %d: %s", kvp->gpm.tossize, i, kflag ? kvm_geterr(kvp->kd) : strerror(errno)); if (debug) ! warnx("lowpc 0x%x, textsize 0x%lx", kvp->gpm.lowpc, kvp->gpm.textsize); endfrom = kvp->gpm.fromssize / sizeof(*froms); for (fromindex = 0; fromindex < endfrom; ++fromindex) { *************** *** 445,451 **** for (toindex = froms[fromindex]; toindex != 0; toindex = tos[toindex].link) { if (debug) ! warnx("[mcleanup] frompc 0x%x selfpc 0x%x count %d", frompc, tos[toindex].selfpc, tos[toindex].count); rawarc.raw_frompc = frompc; --- 445,451 ---- for (toindex = froms[fromindex]; toindex != 0; toindex = tos[toindex].link) { if (debug) ! warnx("[mcleanup] frompc 0x%lx selfpc 0x%lx count %ld", frompc, tos[toindex].selfpc, tos[toindex].count); rawarc.raw_frompc = frompc; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 598A616A4CE for ; Sun, 12 Sep 2004 17:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D40C543D5C for ; Sun, 12 Sep 2004 17:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeO8P009045 for ; Sun, 12 Sep 2004 17:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeOCj009044; Sun, 12 Sep 2004 17:40:24 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:24 GMT Resent-Message-Id: <200409121740.i8CHeOCj009044@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD4916A4CE for ; Sun, 12 Sep 2004 17:35:42 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEFC643D41 for ; Sun, 12 Sep 2004 17:35:41 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHZYBC010906 for ; Sun, 12 Sep 2004 19:35:40 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHZSX4010905 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:35:28 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121735.i8CHZSX4010905@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:35:28 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71662: [PATCH] cleanup of the usr.sbin/ifmcast code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:26 -0000 >Number: 71662 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/ifmcast code >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 Sep 12 17:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/ifmcstat/ifmcstat.c,v 1.11 2004/05/28 17:44:11 stefanf >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/ifmcstat/ifmcstat.c:151: warning: unused variable `ifnamebuf' >How-To-Repeat: N/A >Fix: *** usr.sbin/ifmcstat/ifmcstat.c.ORIG Sat May 29 22:26:12 2004 --- usr.sbin/ifmcstat/ifmcstat.c Sun Sep 12 05:15:20 2004 *************** *** 148,154 **** { static char buf[BUFSIZ]; struct ifnet ifnet; - char ifnamebuf[IFNAMSIZ]; KREAD(ifp, &ifnet, struct ifnet); strlcpy(buf, ifnet.if_xname, sizeof(buf)); --- 148,153 ---- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9529016A4D1 for ; Sun, 12 Sep 2004 17:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2040E43D62 for ; Sun, 12 Sep 2004 17:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHePXN009072 for ; Sun, 12 Sep 2004 17:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHePCR009071; Sun, 12 Sep 2004 17:40:25 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:25 GMT Resent-Message-Id: <200409121740.i8CHePCR009071@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8DD916A4CF for ; Sun, 12 Sep 2004 17:36:12 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5242B43D1F for ; Sun, 12 Sep 2004 17:36:11 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHZxgp010910 for ; Sun, 12 Sep 2004 19:35:59 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHZwGb010909 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:35:58 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121735.i8CHZwGb010909@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:35:58 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71664: [PATCH] cleanup of the usr.sbin/fwcontrol code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:26 -0000 >Number: 71664 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/fwcontrol code >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 Sep 12 17:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 sys/dev/firewire/fwcrom.c,v 1.11 2004/05/22 16:14:17 dfr usr.sbin/fwcontrol/fwdv.c,v 1.5 2003/04/17 03:38:03 simokawa >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/fwcontrol/fwcontrol.c:310: warning: unused variable `i' usr.sbin/fwcontrol/fwcontrol.c:603: warning: unused variable `i' usr.sbin/fwcontrol/../../sys/dev/firewire/fwcrom.c:297: warning: unused variable `st' usr.sbin/fwcontrol/fwdv.c:254: warning: 'cycle_acc' might be used uninitialized in this function usr.sbin/fwcontrol/fwdv.c:254: warning: 'cycle' might be used uninitialized in this function >How-To-Repeat: N/A >Fix: *** usr.sbin/fwcontrol/../../sys/dev/firewire/fwcrom.c.ORIG Fri May 28 19:21:18 2004 --- usr.sbin/fwcontrol/../../sys/dev/firewire/fwcrom.c Sun Sep 12 13:58:33 2004 *************** *** 294,300 **** { struct csrreg *reg; struct csrdirectory *dir; ! char *desc, st; uint16_t crc; reg = crom_get(cc); --- 294,300 ---- { struct csrreg *reg; struct csrdirectory *dir; ! char *desc; uint16_t crc; reg = crom_get(cc); *** usr.sbin/fwcontrol/fwdv.c.ORIG Sun Apr 20 23:09:31 2003 --- usr.sbin/fwcontrol/fwdv.c Sun Sep 12 13:57:26 2004 *************** *** 251,257 **** struct dvdbc *dv; struct fw_pkt *pkt; int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; ! int system=-1, pad_acc, cycle_acc, cycle, f_cycle, f_frac; struct iovec wbuf[TNBUF*2 + NEMPTY]; char *pbuf; u_int32_t iso_data, iso_empty, hdr[TNBUF + NEMPTY][3]; --- 251,258 ---- struct dvdbc *dv; struct fw_pkt *pkt; int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; ! int system=-1, pad_acc, f_cycle, f_frac; ! int cycle_acc = cycle_acc, cycle=cycle; /* "init" to avoid "might be used uninitialized" warning */ struct iovec wbuf[TNBUF*2 + NEMPTY]; char *pbuf; u_int32_t iso_data, iso_empty, hdr[TNBUF + NEMPTY][3]; *** usr.sbin/fwcontrol/fwcontrol.c.ORIG Sun Sep 12 14:02:27 2004 --- usr.sbin/fwcontrol/fwcontrol.c Sun Sep 12 14:03:13 2004 *************** *** 307,313 **** static void parse_bus_info_block(u_int32_t *p, int info_len) { - int i; char addr[EUI64_SIZ]; struct bus_info *bi; struct eui64 eui; --- 307,312 ---- *************** *** 600,606 **** { u_int32_t crom_buf[1024/4]; char devbase[1024] = "/dev/fw0"; ! int fd, i, tmp, ch, len=1024; fd = -1; --- 599,605 ---- { u_int32_t crom_buf[1024/4]; char devbase[1024] = "/dev/fw0"; ! int fd, tmp, ch, len=1024; fd = -1; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC1C516A4CE for ; Sun, 12 Sep 2004 17:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D0443D58 for ; Sun, 12 Sep 2004 17:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeOPV009059 for ; Sun, 12 Sep 2004 17:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeOPi009058; Sun, 12 Sep 2004 17:40:24 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:24 GMT Resent-Message-Id: <200409121740.i8CHeOPi009058@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A79C16A4CE for ; Sun, 12 Sep 2004 17:35:58 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 321FD43D1D for ; Sun, 12 Sep 2004 17:35:56 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHZslx010908 for ; Sun, 12 Sep 2004 19:35:54 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHZhe9010907 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:35:43 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121735.i8CHZhe9010907@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:35:43 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71663: [PATCH] cleanup of the usr.sbin/i4b code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:27 -0000 >Number: 71663 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/i4b code >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 Sep 12 17:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/i4b/isdnd/Makefile,v 1.14 2004/08/13 14:21:49 ru usr.sbin/i4b/isdnd/exec.c,v 1.12 2003/06/07 18:45:45 imp usr.sbin/i4b/isdnd/support.c,v 1.16 2003/07/31 09:13:22 hm usr.sbin/i4b/isdnd/msghdl.c,v 1.12 2002/08/12 07:52:39 hm usr.sbin/i4b/isdnd/isdnd.h,v 1.18 2002/08/12 07:52:39 hm usr.sbin/i4b/isdntest/main.c,v 1.8 2000/10/09 14:22:45 hm >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/main.c:717: warning: implicit declaration of function `msg_keypad' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/log.c:172:2: warning: #warning "FreeBSD ncurses is buggy: write to last column = auto newline!" usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/msghdl.c:71: warning: implicit declaration of function `add_number_prefix' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/support.c:250: warning: unused variable `j' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/exec.c:324: warning: long int format, time_t arg (arg 3) usr.sbin/i4b/isdnd/exec.c:324: warning: long int format, time_t arg (arg 4) usr.sbin/i4b/isdnd/exec.c:334: warning: long int format, time_t arg (arg 3) usr.sbin/i4b/isdnd/exec.c:334: warning: long int format, time_t arg (arg 4) usr.sbin/i4b/isdnd/exec.c:378: warning: long int format, time_t arg (arg 3) usr.sbin/i4b/isdnd/exec.c:378: warning: long int format, time_t arg (arg 4) usr.sbin/i4b/isdnd/exec.c:399: warning: long int format, time_t arg (arg 3) usr.sbin/i4b/isdnd/exec.c:399: warning: long int format, time_t arg (arg 4) usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnd/isdnd.h:800: warning: conflicting types for built-in function 'log' usr.sbin/i4b/isdnmonitor/main.c:525:2: warning: #warning "FreeBSD ncurses is buggy: write to last column = auto newline!" usr.sbin/i4b/isdntest/main.c:490:72: warning: trigraph ??) ignored, use -trigraphs to enable >How-To-Repeat: N/A >Fix: *** usr.sbin/i4b/isdnd/Makefile.ORIG Sun Aug 22 11:12:14 2004 --- usr.sbin/i4b/isdnd/Makefile Sun Sep 12 13:35:24 2004 *************** *** 12,18 **** # avoid wacky merging of string constants from # source code with compile-time timestamp ! CFLAGS+= -fno-merge-constants # enable rtprio usage CFLAGS+= -DUSE_RTPRIO --- 12,18 ---- # avoid wacky merging of string constants from # source code with compile-time timestamp ! CFLAGS+= -fno-merge-constants -fno-builtin-log # enable rtprio usage CFLAGS+= -DUSE_RTPRIO *** usr.sbin/i4b/isdnd/exec.c.ORIG Tue Jul 15 22:47:12 2003 --- usr.sbin/i4b/isdnd/exec.c Sun Sep 12 13:38:18 2004 *************** *** 321,327 **** return; } ! ret = fprintf(fp, "%ld %ld 1", now, now); if(ret <= 0) log(LL_ERR, "ERROR, upd_callstat_file: fprintf failed: %s", strerror(errno)); --- 321,327 ---- return; } ! ret = fprintf(fp, "%d %d 1", now, now); if(ret <= 0) log(LL_ERR, "ERROR, upd_callstat_file: fprintf failed: %s", strerror(errno)); *************** *** 331,337 **** /* get contents */ ! ret = fscanf(fp, "%ld %ld %d", &s, &l, &n); /* reset fp */ --- 331,337 ---- /* get contents */ ! ret = fscanf(fp, "%d %d %d", &s, &l, &n); /* reset fp */ *************** *** 375,381 **** return; } ! ret = fprintf(nfp, "%ld %ld %d", s, l, n); if(ret <= 0) log(LL_ERR, "ERROR, upd_callstat_file: fprintf failed: %s", strerror(errno)); --- 375,381 ---- return; } ! ret = fprintf(nfp, "%d %d %d", s, l, n); if(ret <= 0) log(LL_ERR, "ERROR, upd_callstat_file: fprintf failed: %s", strerror(errno)); *************** *** 385,391 **** n = 0; s = now; ! log(LL_WRN, "upd_callstat_file: rotate %s, new s=%ld l=%ld n=%d", filename, s, l, n); } } --- 385,391 ---- n = 0; s = now; ! log(LL_WRN, "upd_callstat_file: rotate %s, new s=%d l=%d n=%d", filename, s, l, n); } } *************** *** 396,402 **** * leftovers from previous contents! */ ! ret = fprintf(fp, "%ld %ld %-3d", s, now, n); if(ret <= 0) log(LL_ERR, "ERROR, upd_callstat_file: fprintf failed: %s", strerror(errno)); --- 396,402 ---- * leftovers from previous contents! */ ! ret = fprintf(fp, "%d %d %-3d", s, now, n); if(ret <= 0) log(LL_ERR, "ERROR, upd_callstat_file: fprintf failed: %s", strerror(errno)); *** usr.sbin/i4b/isdnd/support.c.ORIG Fri Aug 8 01:47:57 2003 --- usr.sbin/i4b/isdnd/support.c Sun Sep 12 13:38:50 2004 *************** *** 247,253 **** find_by_device_for_keypad(int drivertype, int driverunit, int cmdlen, char *cmd) { cfg_entry_t *cep = NULL; ! int i, j; for(i=0; i < nentries; i++) { --- 247,253 ---- find_by_device_for_keypad(int drivertype, int driverunit, int cmdlen, char *cmd) { cfg_entry_t *cep = NULL; ! int i; for(i=0; i < nentries; i++) { *** usr.sbin/i4b/isdnd/isdnd.h.ORIG Mon Aug 12 18:29:35 2002 --- usr.sbin/i4b/isdnd/isdnd.h Sun Sep 12 13:45:17 2004 *************** *** 753,758 **** --- 753,759 ---- #endif /* MAIN */ + int add_number_prefix(char *number, int type_of_number); char * bdrivername ( int drivertype ); void cfg_setval ( int keyword ); void check_and_kill ( cfg_entry_t *cep ); *************** *** 812,817 **** --- 813,819 ---- void msg_dialoutnumber(msg_dialoutnumber_ind_t *mp); void msg_disconnect_ind ( msg_disconnect_ind_t *mp ); void msg_idle_timeout_ind ( msg_idle_timeout_ind_t *mp ); + void msg_keypad(msg_keypad_ind_t *mp); void msg_l12stat_ind(msg_l12stat_ind_t *ml); void msg_teiasg_ind(msg_teiasg_ind_t *mt); void msg_proceeding_ind ( msg_proceeding_ind_t *mp ); *** ./isdntest/main.c.ORIG Mon Oct 9 16:22:45 2000 --- ./isdntest/main.c Sun Sep 12 12:05:40 2004 *************** *** 487,493 **** } else { ! fprintf(stderr, "isdntest: incoming disconnect indication, cdid %d (???), cause %d\n", mdi->header.cdid, mdi->cause); } } --- 487,493 ---- } else { ! fprintf(stderr, "isdntest: incoming disconnect indication, cdid %d (\?\?\?), cause %d\n", mdi->header.cdid, mdi->cause); } } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA4FC16A4D3 for ; Sun, 12 Sep 2004 17:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7418743D5A for ; Sun, 12 Sep 2004 17:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHePR3009085 for ; Sun, 12 Sep 2004 17:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHePFr009084; Sun, 12 Sep 2004 17:40:25 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:25 GMT Resent-Message-Id: <200409121740.i8CHePFr009084@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8458216A4CE for ; Sun, 12 Sep 2004 17:36:23 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0F443D1D for ; Sun, 12 Sep 2004 17:36:21 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHaEpK010912 for ; Sun, 12 Sep 2004 19:36:19 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHaDqc010911 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:36:13 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121736.i8CHaDqc010911@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:36:13 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71665: [PATCH] cleanup of the usr.sbin/dconschat code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:27 -0000 >Number: 71665 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/dconschat code >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 Sep 12 17:40:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/dconschat/Makefile,v 1.1 2003/10/24 15:44:10 simokawa >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/dconschat/dconschat.c:172: warning: dereferencing type-punned pointer will break strict-aliasing rules >How-To-Repeat: N/A >Fix: *** usr.sbin/dconschat/Makefile.ORIG Fri Oct 24 17:44:10 2003 --- usr.sbin/dconschat/Makefile Sun Sep 12 14:06:09 2004 *************** *** 4,10 **** SRCS= dconschat.c MAN= dconschat.8 ! CFLAGS+= -I${.CURDIR}/../../sys DPADD= ${LIBKVM} LDADD= -lkvm --- 4,10 ---- SRCS= dconschat.c MAN= dconschat.8 ! CFLAGS+= -I${.CURDIR}/../../sys -fno-strict-aliasing DPADD= ${LIBKVM} LDADD= -lkvm >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0369B16A4D1 for ; Sun, 12 Sep 2004 17:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDC443D5F for ; Sun, 12 Sep 2004 17:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeQ8u009111 for ; Sun, 12 Sep 2004 17:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeQ4w009110; Sun, 12 Sep 2004 17:40:26 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:26 GMT Resent-Message-Id: <200409121740.i8CHeQ4w009110@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E0216A4CE for ; Sun, 12 Sep 2004 17:36:32 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1873943D53 for ; Sun, 12 Sep 2004 17:36:31 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHaTRp010916 for ; Sun, 12 Sep 2004 19:36:29 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHaSBp010915 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:36:28 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121736.i8CHaSBp010915@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:36:28 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71667: [PATCH] cleanup of the usr.sbin/bootparamd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:27 -0000 >Number: 71667 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/bootparamd code >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 Sep 12 17:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/bootparamd/callbootd/callbootd.c,v 1.10 2003/06/20 04:54:27 jmg include/rpcsvc/bootparam_prot.x,v 1.7 2003/05/04 02:51:42 obrien >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/bootparamd/callbootd/callbootd.c:83: warning: 'clnt' might be used uninitialized in this function bootparam_prot_clnt.c:24: warning: implicit declaration of function `memset' >How-To-Repeat: N/A >Fix: *** usr.sbin/bootparamd/callbootd/callbootd.c.ORIG Tue Jul 15 22:47:06 2003 --- usr.sbin/bootparamd/callbootd/callbootd.c Sun Sep 12 16:24:45 2004 *************** *** 80,86 **** long the_inet_addr; ! CLIENT *clnt; enum clnt_stat clnt_stat; stat_whoami_res.client_name = cln; --- 80,86 ---- long the_inet_addr; ! CLIENT *clnt = clnt; /* "init" to avoid "might be used uninitialized" warning */ enum clnt_stat clnt_stat; stat_whoami_res.client_name = cln; *** usr.sbin/bootparamd/../../include/rpcsvc/bootparam_prot.x.ORIG Thu May 29 19:24:23 2003 --- usr.sbin/bootparamd/../../include/rpcsvc/bootparam_prot.x Sun Sep 12 16:27:51 2004 *************** *** 39,44 **** --- 39,45 ---- #ifdef RPC_HDR %#include + %#include %#include %#include %#include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0324116A4CF for ; Sun, 12 Sep 2004 17:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B002243D54 for ; Sun, 12 Sep 2004 17:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeQnK009098 for ; Sun, 12 Sep 2004 17:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeQ6e009097; Sun, 12 Sep 2004 17:40:26 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:26 GMT Resent-Message-Id: <200409121740.i8CHeQ6e009097@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C10A616A4CE for ; Sun, 12 Sep 2004 17:36:27 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9CAE43D41 for ; Sun, 12 Sep 2004 17:36:26 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHaOqv010914 for ; Sun, 12 Sep 2004 19:36:25 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHaO0i010913 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:36:24 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121736.i8CHaO0i010913@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:36:24 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71666: [PATCH] cleanup of the usr.sbin/btxld code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:27 -0000 >Number: 71666 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/btxld code >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 Sep 12 17:40:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/btxld/btxld.c,v 1.8 2004/06/22 17:05:37 obrien >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/btxld/btxld.c:339: warning: implicit declaration of function `ntohl' >How-To-Repeat: N/A >Fix: *** btxld.c.ORIG Wed Jun 23 00:00:27 2004 --- btxld.c Sun Sep 12 16:18:05 2004 *************** *** 43,48 **** --- 43,49 ---- #include #include #include + #include #include "btx.h" #include "elfh.h" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4343316A4CE for ; Sun, 12 Sep 2004 17:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1345243D54 for ; Sun, 12 Sep 2004 17:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeQVh009132 for ; Sun, 12 Sep 2004 17:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeQf5009131; Sun, 12 Sep 2004 17:40:26 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:26 GMT Resent-Message-Id: <200409121740.i8CHeQf5009131@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782F916A4CE for ; Sun, 12 Sep 2004 17:36:36 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4949C43D41 for ; Sun, 12 Sep 2004 17:36:35 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHaX5v010918 for ; Sun, 12 Sep 2004 19:36:33 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHaWoe010917 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:36:32 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121736.i8CHaWoe010917@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:36:32 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71668: [PATCH] cleanup of the usr.sbin/bluetooth code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:27 -0000 >Number: 71668 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/bluetooth code >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 Sep 12 17:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 usr.sbin/bluetooth/hcsecd/parser.y,v 1.3 2004/08/05 16:32:41 emax >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/bluetooth/hcsecd/parser.y:375: warning: implicit declaration of function `write' usr.sbin/bluetooth/hcsecd/parser.y:382: warning: implicit declaration of function `close' usr.sbin/bluetooth/hcsecd/parser.y:387: warning: implicit declaration of function `unlink' >How-To-Repeat: N/A >Fix: *** usr.sbin/bluetooth/hcsecd/parser.y.ORIG Sun Aug 8 21:13:14 2004 --- usr.sbin/bluetooth/hcsecd/parser.y Sun Sep 12 16:37:50 2004 *************** *** 39,44 **** --- 39,45 ---- #include #include #include + #include #include "hcsecd.h" int yyparse (void); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F27A16A4D0 for ; Sun, 12 Sep 2004 17:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D40443D5A for ; Sun, 12 Sep 2004 17:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeR9v009155 for ; Sun, 12 Sep 2004 17:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeRMI009154; Sun, 12 Sep 2004 17:40:27 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:27 GMT Resent-Message-Id: <200409121740.i8CHeRMI009154@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E5716A4D7 for ; Sun, 12 Sep 2004 17:36:41 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id A449243D41 for ; Sun, 12 Sep 2004 17:36:39 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHabVF010920 for ; Sun, 12 Sep 2004 19:36:38 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHab2k010919 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:36:37 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121736.i8CHab2k010919@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:36:37 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/71669: [PATCH] cleanup of the usr.sbin/atm code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:27 -0000 >Number: 71669 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/atm code >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 Sep 12 17:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 i386 usr.sbin/atm/scspd/scsp_hfsm.c,v 1.4 2002/10/10 00:32:55 alfred usr.sbin/atm/scspd/scsp_socket.c,v 1.4 2002/05/16 23:57:37 arr >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/atm/scspd/scsp_hfsm.c:132: warning: implicit declaration of function `abort' usr.sbin/atm/scspd/scsp_socket.c:320: warning: enumeration value `MEDIA_UTP25' not handled in switch usr.sbin/atm/scspd/scsp_socket.c:320: warning: enumeration value `MEDIA_VIRTUAL' not handled in switch usr.sbin/atm/scspd/scsp_socket.c:320: warning: enumeration value `MEDIA_DSL' not handled in switch usr.sbin/atm/scspd/scsp_socket.c:507: warning: enumeration value `MEDIA_UTP25' not handled in switch usr.sbin/atm/scspd/scsp_socket.c:507: warning: enumeration value `MEDIA_VIRTUAL' not handled in switch usr.sbin/atm/scspd/scsp_socket.c:507: warning: enumeration value `MEDIA_DSL' not handled in switch >How-To-Repeat: N/A >Fix: *** usr.sbin/atm/scspd/scsp_socket.c.ORIG Mon Jul 1 23:51:35 2002 --- usr.sbin/atm/scspd/scsp_socket.c Sun Sep 12 16:56:39 2004 *************** *** 316,321 **** --- 316,322 ---- traffic.backward.PCR_all_traffic = ATM_PCR_OC12C; break; case MEDIA_UNKNOWN: + default: break; } *************** *** 503,508 **** --- 504,510 ---- traffic.backward.PCR_all_traffic = ATM_PCR_OC12C; break; case MEDIA_UNKNOWN: + default: break; } *** usr.sbin/atm/scspd/scsp_hfsm.c.ORIG Sat Oct 12 03:59:55 2002 --- usr.sbin/atm/scspd/scsp_hfsm.c Sun Sep 12 16:57:38 2004 *************** *** 51,56 **** --- 51,57 ---- #include #include #include + #include #include #include "scsp_msg.h" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6CAD16A4CF for ; Sun, 12 Sep 2004 17:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEFF43D58 for ; Sun, 12 Sep 2004 17:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeRSO009168 for ; Sun, 12 Sep 2004 17:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeR8h009167; Sun, 12 Sep 2004 17:40:27 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:27 GMT Resent-Message-Id: <200409121740.i8CHeR8h009167@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2393716A4CE for ; Sun, 12 Sep 2004 17:36:50 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C1043D49 for ; Sun, 12 Sep 2004 17:36:49 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHald6010922 for ; Sun, 12 Sep 2004 19:36:47 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHafpO010921 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:36:41 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121736.i8CHafpO010921@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:36:41 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/71670: [PATCH] usr.sbin/asf may use uninialised variables X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:28 -0000 >Number: 71670 >Category: bin >Synopsis: [PATCH] usr.sbin/asf may use uninialised variables >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 17:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 i386 usr.sbin/asf/asf.c,v 1.6 2003/11/04 06:38:37 green >Description: usr.sbin/asf/asf.c:245: warning: 'textaddr' might be used uninitialized in this function usr.sbin/asf/asf.c:246: warning: 'dataaddr' might be used uninitialized in this function usr.sbin/asf/asf.c:247: warning: 'bssaddr' might be used uninitialized in this function Those warnings are real bugs. When output of objdump doesn't contain information about .text or .data or .bss section then corresponding variable remain uninitialized, but used. >How-To-Repeat: N/A >Fix: *** usr.sbin/asf/asf.c.ORIG Fri Nov 14 03:53:00 2003 --- usr.sbin/asf/asf.c Sun Sep 12 17:33:13 2004 *************** *** 242,250 **** if ((!(strstr(buf, "kernel"))) && buf[0] != 'I') { quad_t base; ! quad_t textaddr; ! quad_t dataaddr; ! quad_t bssaddr; tokens = tokenize(buf, token, MAXTOKEN); base = strtoll(token[2], NULL, 16); --- 242,250 ---- if ((!(strstr(buf, "kernel"))) && buf[0] != 'I') { quad_t base; ! quad_t textaddr = 0; ! quad_t dataaddr = 0; ! quad_t bssaddr = 0; tokens = tokenize(buf, token, MAXTOKEN); base = strtoll(token[2], NULL, 16); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C6116A4DE for ; Sun, 12 Sep 2004 17:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26AFB43D5A for ; Sun, 12 Sep 2004 17:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeSHP009184 for ; Sun, 12 Sep 2004 17:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeSPd009183; Sun, 12 Sep 2004 17:40:28 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:28 GMT Resent-Message-Id: <200409121740.i8CHeSPd009183@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F9916A4CF for ; Sun, 12 Sep 2004 17:37:04 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6277443D1F for ; Sun, 12 Sep 2004 17:37:03 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHauut010924 for ; Sun, 12 Sep 2004 19:37:01 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHaoV1010923 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:36:50 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121736.i8CHaoV1010923@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:36:50 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/71671: [PATCH] cleanup of the usr.sbin/apmd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:28 -0000 >Number: 71671 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/apmd code >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 Sep 12 17:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 i386 usr.sbin/apmd/apmdlex.l,v 1.3 2001/05/15 05:13:45 nsayer usr.sbin/apmd/apmdparse.y,v 1.5 2003/06/16 14:57:07 maxim >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/apmd/apmdlex.l:453: warning: 'yyunput' defined but not used y.tab.c:298: warning: implicit declaration of function `yylex' y.tab.c:339: warning: implicit declaration of function `yyerror' >How-To-Repeat: N/A >Fix: *** usr.sbin/apmd/apmdlex.l.ORIG Tue May 15 07:13:45 2001 --- usr.sbin/apmd/apmdlex.l Sun Sep 12 18:37:31 2004 *************** *** 30,35 **** --- 30,37 ---- * $FreeBSD: src/usr.sbin/apmd/apmdlex.l,v 1.3 2001/05/15 05:13:45 nsayer Exp $ */ + #define YY_NO_UNPUT 1 + #include #include #include *** usr.sbin/apmd/apmdparse.y.ORIG Tue Jul 15 22:47:04 2003 --- usr.sbin/apmd/apmdparse.y Sun Sep 12 18:37:30 2004 *************** *** 40,45 **** --- 40,48 ---- #define YYDEBUG 1 #endif + extern int yylex(); + void yyerror(const char *); + extern int first_time; %} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:40:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F3CA16A4CE for ; Sun, 12 Sep 2004 17:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79F3C43D5A for ; Sun, 12 Sep 2004 17:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHeSru009197 for ; Sun, 12 Sep 2004 17:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHeSus009196; Sun, 12 Sep 2004 17:40:28 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 17:40:28 GMT Resent-Message-Id: <200409121740.i8CHeSus009196@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, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2F0D16A4CE for ; Sun, 12 Sep 2004 17:37:33 +0000 (GMT) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 685F643D2D for ; Sun, 12 Sep 2004 17:37:32 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8CHb5f7010926 for ; Sun, 12 Sep 2004 19:37:11 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8CHb5hR010925 for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 19:37:05 +0200 (CEST) (envelope-from dan@obluda.cz) Message-Id: <200409121737.i8CHb5hR010925@kulesh.obluda.cz> Date: Sun, 12 Sep 2004 19:37:05 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/71672: [PATCH] cleanup of the usr.sbin/acpi code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:40:28 -0000 >Number: 71672 >Category: bin >Synopsis: [PATCH] cleanup of the usr.sbin/acpi code >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 Sep 12 17:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.3-BETA3 i386 >Organization: Obludarium >Environment: System: FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 i386 usr.sbin/acpi/acpidb/acpidb.c,v 1.1 2003/08/07 16:51:50 njl >Description: There are more than 5000 warnings issued during "make buildworld". Some of them are false positives, but some of them are sign of true errors. Nobody is upset by warnings due it's amount, so some errors remain uncorrected. I want to cleanup the code-base from warnings, so warnings will become "attention mark" again. usr.sbin/acpi/acpidb/acpidb.c:162: warning: unsigned int format, different type arg (arg 2) usr.sbin/acpi/acpidb/acpidb.c:163: warning: unsigned int format, different type arg (arg 2) usr.sbin/acpi/acpidb/acpidb.c:242: warning: unsigned int format, different type arg (arg 4) usr.sbin/acpi/acpidb/acpidb.c:286: warning: unsigned int format, different type arg (arg 5) usr.sbin/acpi/acpidb/acpidb.c:300: warning: unsigned int format, different type arg (arg 5) usr.sbin/acpi/acpidb/acpidb.c:350: warning: unused variable `amlptr' usr.sbin/acpi/acpidb/acpidb.c:354: warning: unused variable `tableptr' >How-To-Repeat: N/A >Fix: *** usr.sbin/acpi/acpidb/acpidb.c.ORIG Thu Aug 7 18:51:50 2003 --- usr.sbin/acpi/acpidb/acpidb.c Sun Sep 12 18:43:38 2004 *************** *** 159,166 **** if (msg != NULL) { printf("%s", msg); } ! printf("(default: 0x%x ", val); ! printf(" / %u) >>", val); fflush(stdout); bzero(buf, sizeof buf); --- 159,166 ---- if (msg != NULL) { printf("%s", msg); } ! printf("(default: 0x%lx ", (unsigned long)val); ! printf(" / %lu) >>", (unsigned long)val); fflush(stdout); bzero(buf, sizeof buf); *************** *** 238,245 **** } while (!TAILQ_EMPTY(&RegionContentList)) { rc = TAILQ_FIRST(&RegionContentList); ! fprintf(fp, "%d 0x%x 0x%x\n", ! rc->regtype, rc->addr, rc->value); TAILQ_REMOVE(&RegionContentList, rc, links); free(rc); } --- 238,245 ---- } while (!TAILQ_EMPTY(&RegionContentList)) { rc = TAILQ_FIRST(&RegionContentList); ! fprintf(fp, "%d 0x%lx 0x%x\n", ! rc->regtype, (unsigned long)rc->addr, rc->value); TAILQ_REMOVE(&RegionContentList, rc, links); free(rc); } *************** *** 282,289 **** } *Value = value; if (Prompt) { ! sprintf(msg, "[read (%s, %2d, 0x%x)]", ! space_names[SpaceID], BitWidth, Address); *Value = aml_simulate_prompt(msg, value); if (*Value != value) { return(aml_vm_space_handler(SpaceID, --- 282,289 ---- } *Value = value; if (Prompt) { ! sprintf(msg, "[read (%s, %2d, 0x%lx)]", ! space_names[SpaceID], BitWidth, (unsigned long)Address); *Value = aml_simulate_prompt(msg, value); if (*Value != value) { return(aml_vm_space_handler(SpaceID, *************** *** 296,303 **** case ACPI_WRITE: value = *Value; if (Prompt) { ! sprintf(msg, "[write(%s, %2d, 0x%x)]", ! space_names[SpaceID], BitWidth, Address); value = aml_simulate_prompt(msg, *Value); } *Value = value; --- 296,303 ---- case ACPI_WRITE: value = *Value; if (Prompt) { ! sprintf(msg, "[write(%s, %2d, 0x%lx)]", ! space_names[SpaceID], BitWidth, (unsigned long)Address); value = aml_simulate_prompt(msg, *Value); } *Value = value; *************** *** 347,357 **** load_dsdt(const char *dsdtfile) { char filetmp[PATH_MAX]; ! u_int8_t *code, *amlptr; struct stat sb; int fd, fd2; int error; - ACPI_TABLE_HEADER *tableptr; fd = open(dsdtfile, O_RDONLY, 0); if (fd == -1) { --- 347,356 ---- load_dsdt(const char *dsdtfile) { char filetmp[PATH_MAX]; ! u_int8_t *code; struct stat sb; int fd, fd2; int error; fd = open(dsdtfile, O_RDONLY, 0); if (fd == -1) { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 17:50:13 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95DDF16A4CE for ; Sun, 12 Sep 2004 17:50:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7963543D2D for ; Sun, 12 Sep 2004 17:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CHoDcH009393 for ; Sun, 12 Sep 2004 17:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CHoDwu009392; Sun, 12 Sep 2004 17:50:13 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 17:50:13 GMT Message-Id: <200409121750.i8CHoDwu009392@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71670: [PATCH] usr.sbin/asf may use uninialised variables X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 17:50:13 -0000 The following reply was made to PR bin/71670; it has been noted by GNATS. From: Dan Lukes To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/71670: [PATCH] usr.sbin/asf may use uninialised variables Date: Sun, 12 Sep 2004 19:48:16 +0200 This PR has been send twice by accident. Please close it as it is duplicate of bin/71653 Thank you Dan Lukes From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 18:20:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2736316A4D6 for ; Sun, 12 Sep 2004 18:20:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08EA443D55 for ; Sun, 12 Sep 2004 18:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CIKPR3014940 for ; Sun, 12 Sep 2004 18:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CIKPfF014939; Sun, 12 Sep 2004 18:20:25 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 18:20:25 GMT Message-Id: <200409121820.i8CIKPfF014939@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/59995: various fixes to ppp dumping core X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 18:20:26 -0000 The following reply was made to PR bin/59995; it has been noted by GNATS. From: Dan Lukes To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/59995: various fixes to ppp dumping core Date: Sun, 12 Sep 2004 20:16:20 +0200 But return value of malloc still should be tested against NULL within ncp.c code ... Dan From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 18:21:47 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC5B316A4CF; Sun, 12 Sep 2004 18:21:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90CFD43D45; Sun, 12 Sep 2004 18:21:47 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) i8CILlGT015062; Sun, 12 Sep 2004 18:21:47 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CILlNO015057; Sun, 12 Sep 2004 18:21:47 GMT (envelope-from simon) Date: Sun, 12 Sep 2004 18:21:47 GMT From: "Simon L. Nielsen" Message-Id: <200409121821.i8CILlNO015057@freefall.freebsd.org> To: dan@obluda.cz, simon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/71670: [PATCH] usr.sbin/asf may use uninialised variables X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 Sep 2004 18:21:47 -0000 Synopsis: [PATCH] usr.sbin/asf may use uninialised variables State-Changed-From-To: open->closed State-Changed-By: simon State-Changed-When: Sun Sep 12 18:21:32 GMT 2004 State-Changed-Why: Duplicate of bin/71653. http://www.freebsd.org/cgi/query-pr.cgi?pr=71670 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 19:10:11 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D91D616A4CE for ; Sun, 12 Sep 2004 19:10:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFB0243D41 for ; Sun, 12 Sep 2004 19:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CJABAD020995 for ; Sun, 12 Sep 2004 19:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CJAB8L020994; Sun, 12 Sep 2004 19:10:11 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2004 19:10:11 GMT Resent-Message-Id: <200409121910.i8CJAB8L020994@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, Brian Buchanan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB67916A4CE for ; Sun, 12 Sep 2004 19:06:28 +0000 (GMT) Received: from thought.holo.org (h-68-166-32-19.snvacaid.covad.net [68.166.32.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7128843D3F for ; Sun, 12 Sep 2004 19:06:28 +0000 (GMT) (envelope-from bwb@holo.org) Received: from localhost (localhost [127.0.0.1]) by thought.holo.org (8.13.1/8.13.1) with ESMTP id i8CJ6RZg001048 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 12 Sep 2004 12:06:28 -0700 (PDT) (envelope-from bwb@holo.org) Message-Id: <20040912112934.W620@thought.holo.org> Date: Sun, 12 Sep 2004 12:06:27 -0700 (PDT) From: Brian Buchanan To: freebsd-gnats-submit@FreeBSD.org Subject: kern/71677: MAC Biba / IPFW 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, 12 Sep 2004 19:10:12 -0000 >Number: 71677 >Category: kern >Synopsis: MAC Biba / IPFW panic >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 19:10:11 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Brian Buchanan >Release: FreeBSD 5.3-BETA2 i386 >Organization: >Environment: System: FreeBSD thought.holo.org 5.3-BETA2 FreeBSD 5.3-BETA2 #2: Sat Sep 11 19:21:14 PDT 2004 root@thought.holo.org:/usr/src/sys/i386/compile/THOUGHT i386 >Description: When the Biba MAC policy is loaded and IPFW is configured to send a RST in response to certain TCP packets, the system will panic when it receives a packet that triggers such an IPFW rule. panic: mac_biba_dominate_element: a->mbe_type invalid KDB: enter: panic [thread 100038] Stopped at kdb_enter+0x30: leave db> tr kdb_enter(c06d2398,c0729be0,c08a2bb4,d542c930,0) at kdb_enter+0x30 panic(c08a2bb4,c1f771c4,0,c197be70,d542c958) at panic+0xcc mac_biba_dominate_element(c1f771c4,c197be98,c08a3580,0,c1a63800) at mac_biba_dominate_element+0x12d mac_biba_effective_in_range(c1f771c0,c197be70,d542c994,c0607fdd,c1a63800) at mac_biba_effective_in_range+0x3f mac_biba_check_ifnet_transmit(c1a63800,c197a604,c1c80600,c1e18550,0) at mac_biba_check_ifnet_transmit+0x34 mac_check_ifnet_transmit(c1a63800,c1c80600,0,0,0) at mac_check_ifnet_transmit+0xad ether_output(c1a63800,c1c80600,c1b9d990,c1e199cc,c1e18540) at ether_output+0x32 ip_output(c1c80600,0,d542ca2c,0,0) at ip_output+0x9c0 send_pkt(d542cc0c,78f13960,0,6,3c2) at send_pkt+0x19a send_reject(d542cbf4,100,0,30,1) at send_reject+0xb1 ipfw_chk(d542cbf4,0,f,0,c1dcae00) at ipfw_chk+0x12e3 ipfw_check_in(0,d542cc48,c1a63800,1,0) at ipfw_check_in+0x88 pfil_run_hooks(c0730ea0,d542cc90,c1a63800,1,20a000a) at pfil_run_hooks+0xf7 ip_input(c1dcae00,c19cb6e0,0,d0cf11b1,dad35cd4) at ip_input+0x24e netisr_processqueue(c072eb78,2f5,532c9cdd,d971c9c8,0) at netisr_processqueue+0xc9 swi_net(0,0,0,0,0) at swi_net+0xca ithread_loop(c19e4280,d542cd48,0,0,0) at ithread_loop+0x1a8 fork_exit(c04b1ef0,c19e4280,d542cd48) at fork_exit+0x80 fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xd542cd7c, ebp = 0 --- >How-To-Repeat: Compile "options MAC" into the kernel. Set mac_biba_load="YES" in loader.conf and reboot the system. Configure the MAC label on an Ethernet interface to "biba/equal(equal-equal)" Create an IPFW rule with the "reset" action to be invoked for packets destined to some TCP port. >From a remote machine, send a packet to the TCP port configured above. >Fix: The fix is probably to create MAC labels for packets sent by IPFW. In the case of reset packets this looks easy enough, but I'm not sure what to do about the keepalive packets sent in ipfw_tick(). Perhaps the ipfw_dyn_rule needs a label? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 20:00:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAD3B16A4CF; Sun, 12 Sep 2004 20:00:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0BD543D2F; Sun, 12 Sep 2004 20:00:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8CK0K6c022859; Sun, 12 Sep 2004 20:00:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CK0KbB022855; Sun, 12 Sep 2004 20:00:20 GMT (envelope-from linimon) Date: Sun, 12 Sep 2004 20:00:20 GMT From: Mark Linimon Message-Id: <200409122000.i8CK0KbB022855@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, rwatson@FreeBSD.org Subject: Re: kern/71677: MAC Biba / IPFW 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, 12 Sep 2004 20:00:20 -0000 Synopsis: MAC Biba / IPFW panic Responsible-Changed-From-To: freebsd-bugs->rwatson Responsible-Changed-By: linimon Responsible-Changed-When: Sun Sep 12 20:00:04 GMT 2004 Responsible-Changed-Why: Over to the logical candidate. http://www.freebsd.org/cgi/query-pr.cgi?pr=71677 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 20:10:31 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FC5316A4D0 for ; Sun, 12 Sep 2004 20:10:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B8E43D53 for ; Sun, 12 Sep 2004 20:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CKAV3Z028131 for ; Sun, 12 Sep 2004 20:10:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CKAVaD028124; Sun, 12 Sep 2004 20:10:31 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 20:10:31 GMT Message-Id: <200409122010.i8CKAVaD028124@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71619: [PATCH] cleanup of the usr.sbin/tcpdump code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 20:10:31 -0000 The following reply was made to PR bin/71619; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71619: [PATCH] cleanup of the usr.sbin/tcpdump code Date: Sun, 12 Sep 2004 21:41:51 +0300 On 2004-09-12 04:37, Dan Lukes wrote: > >Synopsis: [PATCH] cleanup of the usr.sbin/tcpdump code tcpdump is third-party code. The best way to have things fixed in tcpdump is to contact the vendors of the source and see if they have already fixed this in their source tree. If not, your fixes could be incorporated to their source and the next import of tcpdump to our CVS tree will bring along your fixes too :-) - Giorgos From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 20:10:36 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B94816A4CE for ; Sun, 12 Sep 2004 20:10:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 818EF43D2F for ; Sun, 12 Sep 2004 20:10:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CKAa9a028160 for ; Sun, 12 Sep 2004 20:10:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CKAa0X028153; Sun, 12 Sep 2004 20:10:36 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 20:10:36 GMT Message-Id: <200409122010.i8CKAa0X028153@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71631: [PATCH] cleanup of the usr.sbin/pppctl code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 20:10:36 -0000 The following reply was made to PR bin/71631; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71631: [PATCH] cleanup of the usr.sbin/pppctl code Date: Sun, 12 Sep 2004 22:50:50 +0300 On 2004-09-12 04:38, Dan Lukes wrote: > usr.sbin/pppctl/pppctl.c:368: warning: 'fd' might be used uninitialized in this function > 'fd' is initialized with no exception, so turn-off warning only It can't really. But this is not a good fix for the warning: > - int n, arg, fd, len, verbose, save_errno, hide1, hide1off, hide2; > + int n, arg, len, verbose, save_errno, hide1, hide1off, hide2; > + int fd = fd; /* init to avoid "might be used unitialized" warning 8/ fd = -1; would be a better initialization, since no valid descriptor can ever be negative and this will expose any bugs that using fd before a proper initialization can trigger. The following patch fixes a few other warnings too, and allows me to build pppctl with WARNS?=6 in today's 6.0-CURRENT: %%% Index: pppctl.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pppctl/pppctl.c,v retrieving revision 1.32 diff -u -r1.32 pppctl.c --- pppctl.c 7 Dec 2003 08:39:29 -0000 1.32 +++ pppctl.c 12 Sep 2004 19:47:32 -0000 @@ -77,7 +77,7 @@ * How to use pppctl... */ static int -usage() +usage(void) { fprintf(stderr, "usage: pppctl [-v] [-t n] [-p passwd] " "Port|LocalSock [command[;command]...]\n"); @@ -93,7 +93,7 @@ * Handle the SIGALRM received due to a connect() timeout. */ static void -Timeout(int Sig) +Timeout(int Sig __unused) { TimedOut = 1; } @@ -103,10 +103,12 @@ * All the work is done in Receive() below. */ static char * -GetPrompt(EditLine *e) +GetPrompt(EditLine *e __unused) { + static char empty_prompt[] = ""; + if (prompt == NULL) - prompt = ""; + prompt = empty_prompt; return prompt; } @@ -119,6 +121,7 @@ Receive(int fd, int display) { static char Buffer[LINELEN]; + static char empty_prompt[] = ""; struct timeval t; int Result; char *last; @@ -173,7 +176,7 @@ Result = 0; break; } else - prompt = ""; + prompt = empty_prompt; if (len == sizeof Buffer - 1) { int flush; if ((last = strrchr(Buffer, '\n')) == NULL) @@ -202,7 +205,7 @@ * Note, this is a signal handler - be careful of what we do ! */ static void -InputHandler(int sig) +InputHandler(int sig __unused) { static char buf[LINELEN]; struct timeval t; @@ -365,9 +368,11 @@ main(int argc, char **argv) { struct sockaddr_un ifsun; - int n, arg, fd, len, verbose, save_errno, hide1, hide1off, hide2; + int fd = -1; + int n, arg, len, verbose, save_errno, hide1, hide1off, hide2; unsigned TimeoutVal; - char *DoneWord = "x", *next, *start; + char DoneWord[] = "x"; + char *next, *start; struct sigaction act, oact; void *thread_ret; pthread_t mon; @@ -431,7 +436,7 @@ hide1off, argv[harg]); else n = 0; - if (n < 0 || n >= sizeof title - pos) + if (n < 0 || (size_t)n >= sizeof title - pos) break; pos += n; } @@ -553,7 +558,7 @@ len = 0; Command[sizeof(Command)-1] = '\0'; for (arg++; arg < argc; arg++) { - if (len && len < sizeof(Command)-1) + if (len && (size_t) len < sizeof(Command)-1) strcpy(Command+len++, " "); strncpy(Command+len, argv[arg], sizeof(Command)-len-1); len += strlen(Command+len); %%% From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 20:10:44 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53CC216A4D2 for ; Sun, 12 Sep 2004 20:10:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 485FC43D2D for ; Sun, 12 Sep 2004 20:10:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CKAiqs028194 for ; Sun, 12 Sep 2004 20:10:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CKAim6028193; Sun, 12 Sep 2004 20:10:44 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 20:10:44 GMT Message-Id: <200409122010.i8CKAim6028193@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71630: [PATCH] cleanup of the usr.sbin/pppd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 20:10:44 -0000 The following reply was made to PR bin/71630; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71630: [PATCH] cleanup of the usr.sbin/pppd code Date: Sun, 12 Sep 2004 22:42:06 +0300 On 2004-09-12 04:38, Dan Lukes wrote: > - FILE *iffile; > + FILE *iffile = iffile; /* to avoid "may be used unitialized" warning */ Nope. NULL is the proper initialization value for (FILE *) objects. This way any bugs that might exist further down will be exposed by a dereference of a NULL pointer which everyone will notice. Hiding the bugs behind an even more bogus initialization is not a good thing. The rest of this looks fine, IMHO. From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 20:10:49 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3B9C16A521 for ; Sun, 12 Sep 2004 20:10:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D028E43D1F for ; Sun, 12 Sep 2004 20:10:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CKAmBe028201 for ; Sun, 12 Sep 2004 20:10:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CKAmSf028200; Sun, 12 Sep 2004 20:10:48 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 20:10:48 GMT Message-Id: <200409122010.i8CKAmSf028200@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 20:10:49 -0000 The following reply was made to PR bin/71628; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: alfred@freebsd.org, bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Sun, 12 Sep 2004 22:39:20 +0300 On 2004-09-12 04:38, Dan Lukes wrote: > static int > init_transport(struct netconfig *nconf) > { > - int fd; > + int fd = fd; /* init to suppres "may be used uninitialized" warning */ Err, no please. GCC complains that fd "may be used uninitialized" because of this construct near line 275 and the rest of the function body: 275 if (nconf->nc_semantics != NC_TPI_CLTS) { 276 if ((fd = __rpc_nconf2fd(nconf)) < 0) { 277 int non_fatal = 0; ... 283 return (1); 284 } ... 311 if (nconf->nc_semantics == NC_TPI_CLTS) { ... 334 while (nhostsbak > 0) { ... 339 if ((fd = __rpc_nconf2fd(nconf)) < 0) { ... 452 } else { ... 466 if (bind(fd, sa, addrlen) < 0) { Pay attention to this last line. GCC believes that fd can be used uninitialized because if NC_TPI_CLTS is not used the bind() call will receive an uninitialized value of `fd'. I'm not acquainted with the internals of rpcbind() at all, but I know that Alfred Perlstein is. He's probably the best person to suggest a fix for this warning, if one is really needed. > struct t_bind taddr; > struct addrinfo hints, *res = NULL; > struct __rpc_sockinfo si; > - SVCXPRT *my_xprt; > ! SVCXPRT *my_xprt = my_xprt; /* init to suppres "may be used uninitialized" warning */ No. I don't know why you think that this is a good fix for all the uninitialized pointer warnings. It's not. Never :-/ This warning is probably caused by GCC's inability to make sure that when `bar' is a pointer this construct is perfectly fine: if (foo) { ... if (bar = baz()) ... } else { ... if (bar = baz2()) ... } if (blah(bar)) ... After a quick glance at the source of rpcbind() I think that there's no way that my_xrpt can be used uninitialized. A proper fix for this warning would be then to just set my_xrpt to NULL at first and let the rest of the function unchanged regarding my_xrpt. From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 20:10:55 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E63516A4CF for ; Sun, 12 Sep 2004 20:10:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BF643D41 for ; Sun, 12 Sep 2004 20:10:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CKAtk1028208 for ; Sun, 12 Sep 2004 20:10:55 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CKAtIb028207; Sun, 12 Sep 2004 20:10:55 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 20:10:55 GMT Message-Id: <200409122010.i8CKAtIb028207@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71616: [PATCH] cleanup of the usr.sbin/yp_mkdb code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 20:10:55 -0000 The following reply was made to PR bin/71616; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71616: [PATCH] cleanup of the usr.sbin/yp_mkdb code Date: Sun, 12 Sep 2004 21:23:45 +0300 On 2004-09-12 04:37, Dan Lukes wrote: > *** usr.sbin/yp_mkdb/yp_mkdb.c.ORIG Sun Sep 5 18:54:07 2004 > --- usr.sbin/yp_mkdb/yp_mkdb.c Sun Sep 5 19:01:20 2004 > [...] > - snprintf(buf, sizeof(buf), "%lu", time(NULL)); > + snprintf(buf, sizeof(buf), "%lu", (long unsigned int)time(NULL)); Just a minor comment: An (unsigned long) cast should be fine here. There's no need to add `int' and the ordering of long unsigned seems a bit backwards -- most of the time I've seen it written with `unsigned' first. - Giorgos From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 20:10:58 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C86F16A58B for ; Sun, 12 Sep 2004 20:10:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E74143D2F for ; Sun, 12 Sep 2004 20:10:58 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CKAwJv028215 for ; Sun, 12 Sep 2004 20:10:58 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CKAwm1028214; Sun, 12 Sep 2004 20:10:58 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 20:10:58 GMT Message-Id: <200409122010.i8CKAwm1028214@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71618: [PATCH] cleanup of the usr.sbin/timed code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 20:10:58 -0000 The following reply was made to PR bin/71618; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71618: [PATCH] cleanup of the usr.sbin/timed code Date: Sun, 12 Sep 2004 21:35:35 +0300 On 2004-09-12 04:37, Dan Lukes wrote: > usr.sbin/timed/timed/readmsg.c:501: warning: long int format, int32_t arg (arg 6) > usr.sbin/timed/timed/readmsg.c:501: warning: long int format, int32_t arg (arg 7) > - fprintf(fd, "%s %d %-6u (%ld,%ld) %-15s %s\n", > + fprintf(fd, "%s %d %-6u (%d,%d) %-15s %s\n", There's no guarantee that an int32_t value will be defined with an `int'. This might result in unexpected truncation of the printed value. A better fix, IMHO, would be to change the format to %jd and then cast the value to (intmax_t) which should avoid truncation of the value (you'll also have to include for intmax_t to be visible). There are many other warnings in timed that are exposed if you try to build it with an increased WARNS level. Since you seem to like doing this sort of work, can you try the following (and see if you can come up with fixes for the warnings this shows)? # cd /usr/src/usr.sbin/timed/ # make NO_WERROR=1 WARNS?=3 Thank you for your work so far :-) From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 20:11:01 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B97F916A4DC for ; Sun, 12 Sep 2004 20:11:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EECB43D2F for ; Sun, 12 Sep 2004 20:11:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CKB1E1028222 for ; Sun, 12 Sep 2004 20:11:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CKB1uj028221; Sun, 12 Sep 2004 20:11:01 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 20:11:01 GMT Message-Id: <200409122011.i8CKB1uj028221@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71623: [PATCH] cleanup of the usr.sbin/pcvt code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 20:11:02 -0000 The following reply was made to PR bin/71623; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71623: [PATCH] cleanup of the usr.sbin/pcvt code Date: Sun, 12 Sep 2004 22:21:05 +0300 On 2004-09-12 04:37, Dan Lukes wrote: > *** usr.sbin/pcvt/cursor/cursor.c.ORIG Sat Jan 20 00:11:18 2001 > --- usr.sbin/pcvt/cursor/cursor.c Sat Sep 11 20:32:47 2004 > int start = -1; > int end = -1; > int dflag = -1; > - char *device; > ! char *device = device; /* "init" to avoid "might be used unitialized" warning */ The comment is not needed. What's the value of `device' that you use as the initialization here? It's very likely to contain garbage data. IMHO it would be better if you initialized it to something sensible like NULL. > + void > usage() This is still not a prototype of the function. If the warning you're trying to fix is the lack of a proper prototype for the function the canonical fix should be to add the missing prototype. > + static void usage(void); Like this ;-) > + > + int > main(argc,argv) > int argc; > char *argv[]; Converting all the functions to post-K&R syntax is also a good thing, but it's more a style change than a bugfix so a more experienced src-committer should help you separate stylistic from bugfix or ofunctional changes. > ! char *filename; > ! char *filename = filename; /* "init" to avoid "might be used uninitialized" warning */ Please don't. See the comments about `device' I wrote earlier. > + return(0); A space after return to indicate that it's not a function call would be nice here. > - char *device; > + char *device = device; /* "init" to avoid "might be used uninitialized" warning */ Please use NULL here too, remove the comment and make sure that the value of device is checked for NULL before derefenced. It's probably more work, but the above `fix' is not really a fix. Just a hack to force GCC to shuttup about a very legitimate warning. > - char *map; > + char *map = map; /* "init" to suppress "might be used unitialised" warning */ Ditto. > for(i = 0; s[i]; i++) > { > - if(((s[i] > 0x20) && (s[i] <= 0x7e)) || ((s[i] >= 0xa0) && (s[i] <= 0xff))) > + if( isprint(s[i]) ) This one is actually nice. I'm not sure if there was a good reason why it was initially checked as it was, but the change seems to be good if it also buys us the ability to work with any locale setup ;-) > addr_str = standard[j].addr; > - if(new_str = kgetstr(cap, &addr_str)) > + if((new_str = kgetstr(cap, &addr_str))) If you do add the extra parentheses perhaps it would also be nice to add an explicit check for a NULL return value. I know that it's a typical idiom to write: if (pointer) { ... } but spelling out that this is supposed to be non-NULL is good IMHO. > - char *filename; > + char *filename = filename; /* "init" to avoid "might be used uninitialised" warning */ NULL here too. > - char *device; > + char *device = device; /* "init" to avoid "might be used uninitialised" warning */ Ditto. > ! if(cp = findname(idx)) > ! if((cp = findname(idx))) Spacing is not very good here and an explicit check against NULL would be nice to have: if ((cp = filename(idx)) != NULL) > ! if (kbdc < 32) printf(" %s", ckeytab[(short int)kbdc].csymbol); Does the value really have to be a (short int) here? Wouldn't an (int) be fine too? If not, it would be nice to have a comment nearby explaining why a plain (int) is not ok. > else { > - while (c = *s++) choice = 10 * choice + c - '0'; > + while ((c = *s++)) choice = 10 * choice + c - '0'; Please add an explicit check against '\0' too if you add the extra parentheses here. From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 20:11:04 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D3C16A5F2 for ; Sun, 12 Sep 2004 20:11:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A8B43D39 for ; Sun, 12 Sep 2004 20:11:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CKB4Y3028229 for ; Sun, 12 Sep 2004 20:11:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CKB4eg028228; Sun, 12 Sep 2004 20:11:04 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 20:11:04 GMT Message-Id: <200409122011.i8CKB4eg028228@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71615: [PATCH] cleanup of the usr.sbin/usbd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 20:11:04 -0000 The following reply was made to PR bin/71615; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71615: [PATCH] cleanup of the usr.sbin/usbd code Date: Sun, 12 Sep 2004 21:49:31 +0300 On 2004-09-12 04:37, Dan Lukes wrote: > printf(" at %ld.%09ld, %s, %s:\n", > - timespec->tv_sec, timespec->tv_nsec, > + (long int)timespec->tv_sec, timespec->tv_nsec, > devinfo->udi_product, devinfo->udi_vendor); This should probably use a cast to unsigned long or intmax_t. From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 20:11:08 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1AEC16A4F1 for ; Sun, 12 Sep 2004 20:11:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A0C43D45 for ; Sun, 12 Sep 2004 20:11:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CKB7wO028236 for ; Sun, 12 Sep 2004 20:11:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CKB7aI028235; Sun, 12 Sep 2004 20:11:07 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 20:11:07 GMT Message-Id: <200409122011.i8CKB7aI028235@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71651: [PATCH] cron may attept to close unopened file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 20:11:08 -0000 The following reply was made to PR bin/71651; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71651: [PATCH] cron may attept to close unopened file Date: Sun, 12 Sep 2004 23:01:55 +0300 On 2004-09-12 16:15, Dan Lukes wrote: > > >Number: 71651 > >Category: bin > >Synopsis: [PATCH] cron may attept to close unopened file > >Confidential: no > >Severity: serious > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Sep 12 14:20:22 GMT 2004 > >Closed-Date: > >Last-Modified: > >Originator: Dan Lukes > >Release: FreeBSD 5.3-BETA3 i386 > >Organization: > Obludarium > >Environment: > System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386 > usr.sbin/cron/lib/misc.c,v 1.11 2002/08/04 04:32:27 tjr > usr.sbin/cron/cron/cron.c,v 1.15 2004/05/16 19:29:33 yar > usr.sbin/cron/cron/do_command.c,v 1.22 2004/05/16 19:29:33 yar > > >Description: > usr.sbin/cron/lib/misc.c:413: warning: 'deny' might be used uninitialized in this function > > It's sign of true bug. When fopen of ALLOW_FILE fail for other than ENOENT > reason, then "goto out" apply then 'if (deny)' is evaluated and > 'fclose(deny)' may be called athought 'deny' is uninitialized variable. The check to avoid calling fclose() with NULL is already there. You just have to make sure that `allow' and `deny' are always initialized to NULL to let it work as expected :-) %%% Index: misc.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/cron/lib/misc.c,v retrieving revision 1.11 diff -u -r1.11 misc.c --- misc.c 4 Aug 2002 04:32:27 -0000 1.11 +++ misc.c 12 Sep 2004 19:55:31 -0000 @@ -410,7 +410,8 @@ allowed(username) char *username; { - FILE *allow, *deny; + FILE *allow = NULL; + FILE *deny = NULL; int isallowed; isallowed = FALSE; @@ -421,9 +422,6 @@ if ((deny = fopen(DENY_FILE, "r")) == NULL && errno != ENOENT) goto out; Debug(DMISC, ("allow/deny enabled, %d/%d\n", !!allow, !!deny)) -#else - allow = NULL; - deny = NULL; #endif if (allow) %%% > struct tm otztm; /* time in the old time zone */ > - int otzminute, otzhour, otzdom, otzmonth, otzdow; > + int otzminute = otzminute, /* "init" to avoid "might be used uninitialized" warning */ > + otzhour = otzhour, otzdom = otzdom, > + otzmonth = otzmonth, otzdow = otzmonth; Please don't use this. There's probably a true bug hidden here. Hiding it is not good. > if (ch != EOF) { > - register FILE *mail; > + register FILE *mail = mail; /* "init" to avoid "might be used uninitialized" warning */ Use NULL as the initialization of (FILE *) objects. If they are indeed used before a proper initialization is done this will expose the true bugs and let us fix them ;-) - Giorgos From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 20:40:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A70B16A4CE for ; Sun, 12 Sep 2004 20:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2879B43D2F for ; Sun, 12 Sep 2004 20:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CKeOHp029329 for ; Sun, 12 Sep 2004 20:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CKeOmL029328; Sun, 12 Sep 2004 20:40:24 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 20:40:24 GMT Message-Id: <200409122040.i8CKeOmL029328@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alfred Perlstein Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alfred Perlstein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 20:40:24 -0000 The following reply was made to PR bin/71628; it has been noted by GNATS. From: Alfred Perlstein To: Giorgos Keramidas Cc: Dan Lukes , bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Sun, 12 Sep 2004 13:35:50 -0700 I'm having a hard time seeing these warnings, how are they being triggered? * Giorgos Keramidas [040912 13:07] wrote: > On 2004-09-12 04:38, Dan Lukes wrote: > > static int > > init_transport(struct netconfig *nconf) > > { > > - int fd; > > + int fd = fd; /* init to suppres "may be used uninitialized" warning */ > > Err, no please. GCC complains that fd "may be used uninitialized" because > of this construct near line 275 and the rest of the function body: > > 275 if (nconf->nc_semantics != NC_TPI_CLTS) { > 276 if ((fd = __rpc_nconf2fd(nconf)) < 0) { > 277 int non_fatal = 0; > ... > 283 return (1); > 284 } > ... > 311 if (nconf->nc_semantics == NC_TPI_CLTS) { > ... > 334 while (nhostsbak > 0) { > ... > 339 if ((fd = __rpc_nconf2fd(nconf)) < 0) { > ... > 452 } else { > ... > 466 if (bind(fd, sa, addrlen) < 0) { > > Pay attention to this last line. GCC believes that fd can be used > uninitialized because if NC_TPI_CLTS is not used the bind() call will > receive an uninitialized value of `fd'. I'm not acquainted with the > internals of rpcbind() at all, but I know that Alfred Perlstein is. > He's probably the best person to suggest a fix for this warning, if one > is really needed. > > > struct t_bind taddr; > > struct addrinfo hints, *res = NULL; > > struct __rpc_sockinfo si; > > - SVCXPRT *my_xprt; > > ! SVCXPRT *my_xprt = my_xprt; /* init to suppres "may be used uninitialized" warning */ > > No. I don't know why you think that this is a good fix for all the > uninitialized pointer warnings. It's not. Never :-/ > > This warning is probably caused by GCC's inability to make sure that when > `bar' is a pointer this construct is perfectly fine: > > if (foo) { > ... > if (bar = baz()) > ... > } else { > ... > if (bar = baz2()) > ... > } > > if (blah(bar)) > ... > > After a quick glance at the source of rpcbind() I think that there's no way > that my_xrpt can be used uninitialized. A proper fix for this warning > would be then to just set my_xrpt to NULL at first and let the rest of the > function unchanged regarding my_xrpt. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 21:55:38 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F91516A4CE; Sun, 12 Sep 2004 21:55:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AE743D31; Sun, 12 Sep 2004 21:55:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8CLtcxc036045; Sun, 12 Sep 2004 21:55:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CLtbk3036041; Sun, 12 Sep 2004 21:55:37 GMT (envelope-from linimon) Date: Sun, 12 Sep 2004 21:55:37 GMT From: Mark Linimon Message-Id: <200409122155.i8CLtbk3036041@freefall.freebsd.org> To: kreature@c2i.net, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/41723: [2TB] on 1TB fs, copying files to filesystem causes "integer divide fault" and 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, 12 Sep 2004 21:55:38 -0000 Synopsis: [2TB] on 1TB fs, copying files to filesystem causes "integer divide fault" and panic. State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Sun Sep 12 21:55:15 GMT 2004 State-Changed-Why: Is this still a problem on recent versions of FreeBSD? http://www.freebsd.org/cgi/query-pr.cgi?pr=41723 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 22:22:44 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BBBC16A4CE; Sun, 12 Sep 2004 22:22:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD0A43D31; Sun, 12 Sep 2004 22:22:44 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8CMMilL041832; Sun, 12 Sep 2004 22:22:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CMMhKq041828; Sun, 12 Sep 2004 22:22:43 GMT (envelope-from linimon) Date: Sun, 12 Sep 2004 22:22:43 GMT From: Mark Linimon Message-Id: <200409122222.i8CMMhKq041828@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/60984: [nfs] NFS Server 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: Sun, 12 Sep 2004 22:22:44 -0000 Synopsis: [nfs] NFS Server hang Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Sep 12 22:22:26 GMT 2004 Responsible-Changed-Why: This does not sound i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=60984 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 22:30:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E7D16A4CE for ; Sun, 12 Sep 2004 22:30:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECB543D68 for ; Sun, 12 Sep 2004 22:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CMUSmH042101 for ; Sun, 12 Sep 2004 22:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CMUS1O042099; Sun, 12 Sep 2004 22:30:28 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 22:30:28 GMT Message-Id: <200409122230.i8CMUS1O042099@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 22:30:28 -0000 The following reply was made to PR bin/71628; it has been noted by GNATS. From: Giorgos Keramidas To: Alfred Perlstein Cc: Dan Lukes , bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Mon, 13 Sep 2004 01:25:11 +0300 On 2004-09-12 13:35, Alfred Perlstein wrote: > I'm having a hard time seeing these warnings, how are they > being triggered? I tried building rpcbind with WARNS=3 or higher (up to 5). From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 22:40:34 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACBEC16A4D5 for ; Sun, 12 Sep 2004 22:40:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D92F43D7C for ; Sun, 12 Sep 2004 22:40:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8CMeTlF042346 for ; Sun, 12 Sep 2004 22:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8CMeTrG042345; Sun, 12 Sep 2004 22:40:29 GMT (envelope-from gnats) Date: Sun, 12 Sep 2004 22:40:29 GMT Message-Id: <200409122240.i8CMeTrG042345@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alfred Perlstein Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alfred Perlstein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 22:40:34 -0000 The following reply was made to PR bin/71628; it has been noted by GNATS. From: Alfred Perlstein To: Giorgos Keramidas Cc: Dan Lukes , bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Sun, 12 Sep 2004 15:38:33 -0700 * Giorgos Keramidas [040912 15:27] wrote: > On 2004-09-12 13:35, Alfred Perlstein wrote: > > I'm having a hard time seeing these warnings, how are they > > being triggered? > > I tried building rpcbind with WARNS=3 or higher (up to 5). I don't see unitialized variables, I see bad casts. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 23:40:15 2004 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 41B7216A4CE; Sun, 12 Sep 2004 23:40:15 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CFF643D1D; Sun, 12 Sep 2004 23:40:15 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id i8CNejZk010409; Sun, 12 Sep 2004 16:40:45 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id i8CNejfE010408; Sun, 12 Sep 2004 16:40:45 -0700 Date: Sun, 12 Sep 2004 16:40:45 -0700 From: Brooks Davis To: Giorgos Keramidas Message-ID: <20040912234044.GA9417@odin.ac.hmc.edu> References: <200409122010.i8CKAtIb028207@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <200409122010.i8CKAtIb028207@freefall.freebsd.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: freebsd-bugs@freebsd.org Subject: Re: bin/71616: [PATCH] cleanup of the usr.sbin/yp_mkdb code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 Sep 2004 23:40:15 -0000 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 12, 2004 at 08:10:55PM +0000, Giorgos Keramidas wrote: > The following reply was made to PR bin/71616; it has been noted by GNATS. >=20 > From: Giorgos Keramidas > To: Dan Lukes > Cc: bug-followup@freebsd.org > Subject: Re: bin/71616: [PATCH] cleanup of the usr.sbin/yp_mkdb code > Date: Sun, 12 Sep 2004 21:23:45 +0300 >=20 > On 2004-09-12 04:37, Dan Lukes wrote: > > *** usr.sbin/yp_mkdb/yp_mkdb.c.ORIG Sun Sep 5 18:54:07 2004 > > --- usr.sbin/yp_mkdb/yp_mkdb.c Sun Sep 5 19:01:20 2004 > > [...] > > - snprintf(buf, sizeof(buf), "%lu", time(NULL)); > > + snprintf(buf, sizeof(buf), "%lu", (long unsigned int)time(NULL)); > =20 > Just a minor comment: An (unsigned long) cast should be fine here. > =20 > There's no need to add `int' and the ordering of long unsigned seems a b= it > backwards -- most of the time I've seen it written with `unsigned' first. Using unsigned here is actually bogus. time_t is a signed type in FreeBSD. SUSv3 says "time_t and clock_t shall be integer or real-floating types." In FreeBSD a cast an integer type is safe. Either long or intmax_t are decent choices today. I'd generally prefer intmax_t since that avoids the 2038 bug. We probably will take time_t to 64-bits on all platforms at some time in the future so avoiding the use of longs will save us pain then. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBRN58XY6L6fI4GtQRAk7cAKDNp+DvpXF8H+LBnXK+aVDJpJcIWgCg4AeI IhdDyygVNfOASYieU3DzNKc= =Op+b -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 00:00:55 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF33E16A4CE for ; Mon, 13 Sep 2004 00:00:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEE5E43D48 for ; Mon, 13 Sep 2004 00:00:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D00tgM050327 for ; Mon, 13 Sep 2004 00:00:55 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D00tTh050323; Mon, 13 Sep 2004 00:00:55 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 00:00:55 GMT Message-Id: <200409130000.i8D00tTh050323@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Max Laier Subject: Re: kern/71652: rdr@pf doesnt work properly with fastforwarding X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Max Laier List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 00:00:56 -0000 The following reply was made to PR kern/71652; it has been noted by GNATS. From: Max Laier To: freebsd-gnats-submit@FreeBSD.org, xdivac02@stud.fit.vutbr.cz Cc: Subject: Re: kern/71652: rdr@pf doesnt work properly with fastforwarding Date: Mon, 13 Sep 2004 01:56:42 +0200 --Boundary-00=_8IORB59XSICYAUR Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline This is caused by a superfluous byte order change in ip_fastfwd.c while the comment in ip_input.c clearly states what is expected: /* * ip_fastforward firewall changed dest to local. * We expect ip_len and ip_off in host byte order. */ Diff attached and on: http://people.freebsd.org/~mlaier/FASTFWD_OURS.byteorder.diff -- Max --Boundary-00=_8IORB59XSICYAUR Content-Type: text/x-diff; charset="us-ascii"; name="FASTFWD_OURS.byteorder.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="FASTFWD_OURS.byteorder.diff" Index: ip_fastfwd.c =================================================================== RCS file: /usr/store/mlaier/fcvs/src/sys/netinet/ip_fastfwd.c,v retrieving revision 1.19 diff -u -r1.19 ip_fastfwd.c --- ip_fastfwd.c 27 Aug 2004 15:32:28 -0000 1.19 +++ ip_fastfwd.c 12 Sep 2004 23:50:34 -0000 @@ -465,16 +465,15 @@ if (in_localip(dest) || m->m_flags & M_FASTFWD_OURS) { #endif /* IPFIREWALL_FORWARD */ forwardlocal: - /* for ip_input */ - m->m_flags |= M_FASTFWD_OURS; - ip->ip_len = htons(ip->ip_len); - ip->ip_off = htons(ip->ip_off); - /* * Return packet for processing by ip_input() + * Keep host byte order as excepted at ip_input's + * "ours"-label */ + m->m_flags |= M_FASTFWD_OURS; if (ro.ro_rt) RTFREE(ro.ro_rt); + return 0; } /* --Boundary-00=_8IORB59XSICYAUR-- From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 00:06:02 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0069816A4CE; Mon, 13 Sep 2004 00:06:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6D5E43D41; Mon, 13 Sep 2004 00:06:01 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from freefall.freebsd.org (mlaier@localhost [127.0.0.1]) i8D061hq055048; Mon, 13 Sep 2004 00:06:01 GMT (envelope-from mlaier@freefall.freebsd.org) Received: (from mlaier@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D061AO055044; Mon, 13 Sep 2004 00:06:01 GMT (envelope-from mlaier) Date: Mon, 13 Sep 2004 00:06:01 GMT From: Max Laier Message-Id: <200409130006.i8D061AO055044@freefall.freebsd.org> To: mlaier@FreeBSD.org, freebsd-bugs@FreeBSD.org, andre@FreeBSD.org Subject: Re: kern/71652: rdr@pf doesnt work properly with fastforwarding X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 00:06:02 -0000 Synopsis: rdr@pf doesnt work properly with fastforwarding Responsible-Changed-From-To: freebsd-bugs->andre Responsible-Changed-By: mlaier Responsible-Changed-When: Mon Sep 13 00:05:07 GMT 2004 Responsible-Changed-Why: Over to Andre for evaluation. http://www.freebsd.org/cgi/query-pr.cgi?pr=71652 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 00:30:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6FDD16A507 for ; Mon, 13 Sep 2004 00:30:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEE3843D1D for ; Mon, 13 Sep 2004 00:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D0UQBp055622 for ; Mon, 13 Sep 2004 00:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D0UQFg055621; Mon, 13 Sep 2004 00:30:26 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 00:30:26 GMT Message-Id: <200409130030.i8D0UQFg055621@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jonas Nagel Subject: Re: kern/71310: [panic] kernel crash on rtprio pid priority change X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonas Nagel List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 00:30:33 -0000 The following reply was made to PR kern/71310; it has been noted by GNATS. From: Jonas Nagel To: freebsd-gnats-submit@FreeBSD.org, fireball@zerouptime.ch Cc: Subject: Re: kern/71310: [panic] kernel crash on rtprio pid priority change Date: Mon, 13 Sep 2004 02:21:28 +0200 Ok, I have good news! The problem seems to be fixed from what I can tell as of PREBETA4, compile/cvsup date as follows: FreeBSD hirtnb03.hirt.ch 5.3-BETA4 FreeBSD 5.3-BETA4 #1: Mon Sep 13 01:33:15 CEST 2004 root@hirtnb03.hirt.ch:/usr/obj/usr/src/sys/GENERIC i386 Thank you and hope to have helped. - Jonas From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 00:40:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C1BE16A4CE for ; Mon, 13 Sep 2004 00:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B46A43D49 for ; Mon, 13 Sep 2004 00:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D0eO5i055858 for ; Mon, 13 Sep 2004 00:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D0eOdR055855; Mon, 13 Sep 2004 00:40:24 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 00:40:24 GMT Message-Id: <200409130040.i8D0eOdR055855@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71623: [PATCH] cleanup of the usr.sbin/pcvt code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 00:40:24 -0000 The following reply was made to PR bin/71623; it has been noted by GNATS. From: Dan Lukes To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: bin/71623: [PATCH] cleanup of the usr.sbin/pcvt code Date: Mon, 13 Sep 2004 02:30:43 +0200 (CEST) On Sun, 12 Sep 2004, Giorgos Keramidas wrote: >> ! char *device = device; /* "init" to avoid "might be used unitialized" warning */ >> ! char *filename = filename; /* "init" to avoid "might be used uninitialized" warning */ > > The comment is not needed. What's the value of `device' that you use as > the initialization here? It's very likely to contain garbage data. > IMHO it would be better if you initialized it to something sensible like > NULL. It's misunderstanding. I recommend two diferent type of patches. In the first case, the variable IS used uninitialized. In that case, I recommend initialisation of a value and classify PR as "serious". It's not the case here. In this case, the variable IS NOT used uninitialised, so I try to eliminate "false positive" warning only. The "device=device" assigment during declaration is the trick doing this. True initialisation is unnecesarry here and is waste of memory and cpu cycles. >> + char *device = device; /* "init" to avoid "might be used uninitialized" warning */ > > Please use NULL here too, remove the comment and make sure that the value > of device is checked for NULL before derefenced. It's probably more work, > but the above `fix' is not really a fix. Just a hack to force GCC to > shuttup about a very legitimate warning. It isn't really fix, because fix is NOT necesarry here. Device variable is correctly initialised before use. You got it - it's just a hack. I'm trying hack to force GCC shutup about false warning. >> + void >> usage() > > This is still not a prototype of the function. If the warning you're > trying to fix is the lack of a proper prototype for the function the > canonical fix should be to add the missing prototype. > >> + static void usage(void); The warning in question is "implicit declaration of ..." I'm agree, 'static' should be used. >> + >> + int >> main(argc,argv) >> int argc; >> char *argv[]; > > Converting all the functions to post-K&R syntax is also a good thing, but > it's more a style change than a bugfix so a more experienced src-committer > should help you separate stylistic from bugfix or ofunctional changes. It's not simple style change. Here the "return type defaults to int" warning has been issued, so returning type has been added explicitly. No other changes has recommended. I'm trying to eliminate pile of warnings, not to correct style of the code.. >> + return(0); > > A space after return to indicate that it's not a function call would be > nice here. True. >> - if(((s[i] > 0x20) && (s[i] <= 0x7e)) || ((s[i] >= 0xa0) && (s[i] <= 0xff))) >> + if( isprint(s[i]) ) > > This one is actually nice. I'm not sure if there was a good reason why it > was initially checked as it was, but the change seems to be good if it also > buys us the ability to work with any locale setup ;-) The original reason was "comparsion always true" warning caused by (s[i] <= 0xff) > >> addr_str = standard[j].addr; >> - if(new_str = kgetstr(cap, &addr_str)) >> + if((new_str = kgetstr(cap, &addr_str))) > > If you do add the extra parentheses perhaps it would also be nice to add an > explicit check for a NULL return value. I know that it's a typical idiom True. >> ! if (kbdc < 32) printf(" %s", ckeytab[(short int)kbdc].csymbol); > > Does the value really have to be a (short int) here? Wouldn't an (int) be > fine too? If not, it would be nice to have a comment nearby explaining why > a plain (int) is not ok. Because kbdc is type of char. Short int should be sufficient for char. Or not ? From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 00:50:17 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C74CE16A4CE for ; Mon, 13 Sep 2004 00:50:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A056343D39 for ; Mon, 13 Sep 2004 00:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D0oHGV056048 for ; Mon, 13 Sep 2004 00:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D0oHCM056046; Mon, 13 Sep 2004 00:50:17 GMT (envelope-from gnats) Resent-Date: Mon, 13 Sep 2004 00:50:17 GMT Resent-Message-Id: <200409130050.i8D0oHCM056046@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, Zach Dykstra Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF43316A4CE for ; Mon, 13 Sep 2004 00:47:10 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D9443D48 for ; Mon, 13 Sep 2004 00:47:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D0lAUp079789 for ; Mon, 13 Sep 2004 00:47:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8D0lAWi079788; Mon, 13 Sep 2004 00:47:10 GMT (envelope-from nobody) Message-Id: <200409130047.i8D0lAWi079788@www.freebsd.org> Date: Mon, 13 Sep 2004 00:47:10 GMT From: Zach Dykstra To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: bin/71688: adduser fails on 5.3-BETA3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 00:50:17 -0000 >Number: 71688 >Category: bin >Synopsis: adduser fails on 5.3-BETA3 >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 Sep 13 00:50:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Zach Dykstra >Release: FreeBSD 5.3-BETA3 >Organization: CompleWare Corporation >Environment: FreeBSD menegroth.lan.duplex 5.3-BETA3 FreeBSD 5.3-BETA3 #0: Sun Sep 12 02:30:02 CDT 2004 md@menegroth.lan.duplex:/usr/src/sys/i386/compile/menegroth i386 >Description: The 'adduser' command fails to add the new user information to /etc/passwd . I recently migrated a machine to 5.3-BETA3, and after two users were added; my normal non root user, and the isc-dhcpd user; no new users are able to be added to the machine. I've confirmed this by running 'vipw', and the last user is 'dhcpd'. >How-To-Repeat: Unsure. Possibly related to isc-dhcpd. I do not have the resource to fully explore this problem. >Fix: ~ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 01:01:03 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22EA716A5AC for ; Mon, 13 Sep 2004 01:01:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1566243D41 for ; Mon, 13 Sep 2004 01:01:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D10xpw057338 for ; Mon, 13 Sep 2004 01:00:59 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D10xDG057337; Mon, 13 Sep 2004 01:00:59 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 01:00:59 GMT Message-Id: <200409130100.i8D10xDG057337@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 01:01:03 -0000 The following reply was made to PR bin/71628; it has been noted by GNATS. From: Dan Lukes To: Giorgos Keramidas Cc: alfred@freebsd.org, bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Mon, 13 Sep 2004 02:57:20 +0200 (CEST) On Sun, 12 Sep 2004, Giorgos Keramidas wrote: > He's probably the best person to suggest a fix for this warning, if one > is really needed. There is no need for fix a error as there are no error. The 'fd' is correctly initialized with no exception, althought GCC can't evaluate it. It's try to eliminate unnecesarry warning. > No. I don't know why you think that this is a good fix for all the > uninitialized pointer warnings. It's not. Never :-/ Why ? It's written within the "description" section of the PR. Warning shoult be "attention marks" - THIS CONSTRUCT SHOULD BE REVIEWED. If there are too many warnings related to correct code we can't use it for it purpose. Warnings become notice with almost no value. Well. I compiled the code and evaluate that hundreds of warnings didn't point to problematic code, but are "false" only. I will compile the code next month. Do you think I recognise there are hundreds + 1 warning, so we should evaulate this +1 warning to be sure there are no error ? Warnings may be very usefull information, unless they lie so much. Current code cause piles of false warnings. It "warnings" are hard to use as true warning ... But any commiter can close all of my PR if he think I'm not true ... > After a quick glance at the source of rpcbind() I think that there's no way > that my_xrpt can be used uninitialized. A proper fix for this warning > would be then to just set my_xrpt to NULL at first and let the rest of the > function unchanged regarding my_xrpt. The unnecesarry initialisation of variable initialised again later seems to be vaste of resources. But IMHO only. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 01:10:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EE0216A4CE for ; Mon, 13 Sep 2004 01:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E6343D48 for ; Mon, 13 Sep 2004 01:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D1AORd061314 for ; Mon, 13 Sep 2004 01:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D1AN1w061311; Mon, 13 Sep 2004 01:10:23 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 01:10:23 GMT Message-Id: <200409130110.i8D1AN1w061311@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71630: [PATCH] cleanup of the usr.sbin/pppd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 01:10:24 -0000 The following reply was made to PR bin/71630; it has been noted by GNATS. From: Dan Lukes To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: bin/71630: [PATCH] cleanup of the usr.sbin/pppd code Date: Mon, 13 Sep 2004 03:07:18 +0200 (CEST) On Sun, 12 Sep 2004, Giorgos Keramidas wrote: > On 2004-09-12 04:38, Dan Lukes wrote: >> - FILE *iffile; >> + FILE *iffile = iffile; /* to avoid "may be used unitialized" warning */ > > Nope. NULL is the proper initialization value for (FILE *) objects. > This way any bugs that might exist further down will be exposed by a > dereference of a NULL pointer which everyone will notice. Hiding the True initialisation is not necesarry with current code, so it's waste of resources now. I like defensive style of programming, but it has negative impact on performance. Somebody should evaluate if we can live with unnecesarry initialisation here. If yes, it's better patch to iffile=NULL, if not, my patch is better. Dan From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 01:20:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4245316A4CE for ; Mon, 13 Sep 2004 01:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34F1A43D4C for ; Mon, 13 Sep 2004 01:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D1KOHh061777 for ; Mon, 13 Sep 2004 01:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D1KOCf061776; Mon, 13 Sep 2004 01:20:24 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 01:20:24 GMT Message-Id: <200409130120.i8D1KOCf061776@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71631: [PATCH] cleanup of the usr.sbin/pppctl code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 01:20:24 -0000 The following reply was made to PR bin/71631; it has been noted by GNATS. From: Dan Lukes To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: bin/71631: [PATCH] cleanup of the usr.sbin/pppctl code Date: Mon, 13 Sep 2004 03:11:47 +0200 (CEST) On Sun, 12 Sep 2004, Giorgos Keramidas wrote: >> - int n, arg, fd, len, verbose, save_errno, hide1, hide1off, hide2; >> + int n, arg, len, verbose, save_errno, hide1, hide1off, hide2; >> + int fd = fd; /* init to avoid "might be used unitialized" warning 8/ > > fd = -1; would be a better initialization, since no valid descriptor can > ever be negative and this will expose any bugs that using fd before a > proper initialization can trigger. But unnecesarry over-initialisation is waste of resources. It's about decision ... I have no opinion which is better (generally). From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 01:20:31 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8203C16A4CE for ; Mon, 13 Sep 2004 01:20:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74D3D43D53 for ; Mon, 13 Sep 2004 01:20:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D1KV0r061842 for ; Mon, 13 Sep 2004 01:20:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D1KVvj061841; Mon, 13 Sep 2004 01:20:31 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 01:20:31 GMT Message-Id: <200409130120.i8D1KVvj061841@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 01:20:31 -0000 The following reply was made to PR bin/71628; it has been noted by GNATS. From: Dan Lukes To: Alfred Perlstein Cc: Giorgos Keramidas , bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Mon, 13 Sep 2004 03:19:35 +0200 (CEST) On Sun, 12 Sep 2004, Alfred Perlstein wrote: > I'm having a hard time seeing these warnings, how are they > being triggered? -Wall -O3 The "O3" is not for production environment, of course. But evaluating of warnings can expose some of hidden bugs within code. The inspection become to be very hard work unless we eliminate pile of false warnings (despite the are not shown during "standard" compilation) ... Dan From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 01:30:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65EAC16A4D4 for ; Mon, 13 Sep 2004 01:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49DAB43D5D for ; Mon, 13 Sep 2004 01:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D1UNY0062005 for ; Mon, 13 Sep 2004 01:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D1UNQ4062004; Mon, 13 Sep 2004 01:30:23 GMT (envelope-from gnats) Resent-Date: Mon, 13 Sep 2004 01:30:23 GMT Resent-Message-Id: <200409130130.i8D1UNQ4062004@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, Jan Srzednicki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8944816A4CE for ; Mon, 13 Sep 2004 01:28:18 +0000 (GMT) Received: from zikkurat.wrzask.pl (zikkurat.wrzask.pl [213.134.171.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 262BC43D54 for ; Mon, 13 Sep 2004 01:28:16 +0000 (GMT) (envelope-from root@zikkurat.wrzask.pl) Received: by zikkurat.wrzask.pl (Postfix, from userid 0) id B568BFA; Mon, 13 Sep 2004 03:28:09 +0200 (CEST) Message-Id: <20040913012809.B568BFA@zikkurat.wrzask.pl> Date: Mon, 13 Sep 2004 03:28:09 +0200 (CEST) From: Jan Srzednicki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/71690: inaccurate information in systat(1) manpage X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 01:30:27 -0000 >Number: 71690 >Category: bin >Synopsis: inaccurate information in systat(1) manpage >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 13 01:30:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Zdzis³aw Korzeñ >Release: FreeBSD 4.x, 5.x, 6.x (all trees) >Organization: wrzask.pl >Environment: System: FreeBSD zikkurat.wrzask.pl 5.3-BETA2 FreeBSD 5.3-BETA2 #9: Sun Aug 29 14:24:19 CEST 2004 root@zikkurat.wrzask.pl:/usr/obj/usr/src/sys/SIN i386 >Description: The manpage for systat(1) is not accurate on what exacly is displayed by the "vmstat" systat mode. It describes all the elements pretty well. In the description of various virtual memory elements (like virtual/real memory pages, active/inactive/wired pages etc.) it says that the numbers displayed by systat are in page units. This is not true - the normal page size is 4kB on an i386, and the numbers displayed are apparently in kilobyte units (I have checked that on several machines, having say 100000 total real pages on a 128MB RAM machine is impossible; sysctl vm.vmtotal confirms that, comparing some numbers to the top(1) output was also enlightening). So, to make things clear, the manpage should state that the numbers are not number of pages, but number of kilobytes in pages allocated for something. It's also worth noting that not every 'number of pages' in the display actually means 'number of kilobytes in pages'; it does not affect page counts after 'daefr' or zero-fill page counts. The display may be somewhat confusing, as the units (pages and kilobytes) are mixed with each other and one has to remember which counter has which units. But that's another issue.. >How-To-Repeat: >Fix: That's my proposal, it isn't very elegant, but at least makes it clear which counter are in pages, which in kilobytes. --- systat.1.old Mon Sep 13 02:45:30 2004 +++ systat.1 Mon Sep 13 03:22:07 2004 @@ -301,15 +301,16 @@ active processes, that is processes that have run in the previous twenty seconds. The second row reports on memory usage of all processes. -The first column reports on the number of physical pages -claimed by processes. -The second column reports the number of physical pages that -are devoted to read only text pages. +The first column reports on the number of kilobytes in +physical pages claimed by processes. +The second column reports the number of kilobytes in +physical pages that are devoted to read only text pages. The third and fourth columns report the same two figures for -virtual pages, that is the number of pages that would be +virtual pages, that is the number of kilobytes in +pages that would be needed if all processes had all of their pages. -Finally the last column shows the number of physical pages -on the free list. +Finally the last column shows the number of kilobytes in +physical pages on the free list. .Pp Below the memory display is a list of the average number of processes (over the last refresh interval) @@ -367,11 +368,11 @@ pages copied on write (`cow'), pages zero filled on demand (`zfod'), slow (on-the-fly) zero fills percentage (`%slo-z'), -pages wired down (`wire'), -active pages (`act'), -inactive pages (`inact'), -pages on the buffer cache queue (`cache'), -number of free pages (`free'), +kilobytes in pages wired down (`wire'), +kilobytes in active pages (`act'), +kilobytes in inactive pages (`inact'), +kilobytes in pages on the buffer cache queue (`cache'), +number of kilobytes in free pages (`free'), pages freed by the page daemon (`daefr'), pages freed by exiting processes (`prcfr'), pages reactivated from the free list (`react'), >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 01:40:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD7F216A4CE for ; Mon, 13 Sep 2004 01:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF35043D2D for ; Mon, 13 Sep 2004 01:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D1eNVb062232 for ; Mon, 13 Sep 2004 01:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D1eNfl062228; Mon, 13 Sep 2004 01:40:23 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 01:40:23 GMT Message-Id: <200409130140.i8D1eNfl062228@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71618: [PATCH] cleanup of the usr.sbin/timed code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 01:40:23 -0000 The following reply was made to PR bin/71618; it has been noted by GNATS. From: Dan Lukes To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: bin/71618: [PATCH] cleanup of the usr.sbin/timed code Date: Mon, 13 Sep 2004 03:37:11 +0200 (CEST) On Sun, 12 Sep 2004, Giorgos Keramidas wrote: >> - fprintf(fd, "%s %d %-6u (%ld,%ld) %-15s %s\n", >> + fprintf(fd, "%s %d %-6u (%d,%d) %-15s %s\n", > > There's no guarantee that an int32_t value will be defined with an `int'. > This might result in unexpected truncation of the printed value. A better True. In the fact, I miss the existence of 'j' modifier and intmax_t type. > of work, can you try the following (and see if you can come up with fixes > for the warnings this shows)? > > # cd /usr/src/usr.sbin/timed/ > # make NO_WERROR=1 WARNS?=3 I'm compiling with -Wall -O3. It seems to be more than any WARNS=X If there are some warning not corrected by attached patches, then it mean I'm don't know how the good way to correct it. > Thank you for your work so far :-) I have a lot of spare time now only ... ;-) Dan From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 01:50:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AB7B16A4D2 for ; Mon, 13 Sep 2004 01:50:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5543F43D39 for ; Mon, 13 Sep 2004 01:50:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D1oSDx062664 for ; Mon, 13 Sep 2004 01:50:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D1oSPH062663; Mon, 13 Sep 2004 01:50:28 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 01:50:28 GMT Message-Id: <200409130150.i8D1oSPH062663@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jan Srzednicki Subject: Re: bin/71690: inaccurate information in systat(1) manpage X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jan Srzednicki List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 01:50:28 -0000 The following reply was made to PR bin/71690; it has been noted by GNATS. From: Jan Srzednicki To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/71690: inaccurate information in systat(1) manpage Date: Mon, 13 Sep 2004 03:49:53 +0200 On Mon, Sep 13, 2004 at 01:30:22AM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. Sigh, originator's name should be "Jan Srzednicki". -- -- Jan Srzednicki --=-- wrzask --=-- Winfried -- -- w@wrzask.pl ----====---- http://wrzask.pl/ -- From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 03:12:54 2004 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 55D9316A4CE; Mon, 13 Sep 2004 03:12:54 +0000 (GMT) Received: from beaver.trit.org (beaver.trit.org [69.107.245.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33C5543D2F; Mon, 13 Sep 2004 03:12:54 +0000 (GMT) (envelope-from dd@freebsd.org) Received: by beaver.trit.org (Postfix, from userid 1000) id DBE4690DCBB; Mon, 13 Sep 2004 03:12:53 +0000 (UTC) Date: Mon, 13 Sep 2004 03:12:53 +0000 From: Dima Dorfman To: Dan Lukes Message-ID: <20040913031253.GD42003@trit.org> References: <200409130100.i8D10xDG057337@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409130100.i8D10xDG057337@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i X-PGP-Key: 69FAE582 (http://www.trit.org/~dima/dima.asc) X-PGP-Fingerprint: B340 8338 7DA3 4D61 7632 098E 0730 055B 69FA E582 cc: freebsd-bugs@FreeBSD.org cc: keramida@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 03:12:54 -0000 [talking about constructs like this: SVCXPRT *my_xprt = my_xprt;] Dan Lukes wrote: > On Sun, 12 Sep 2004, Giorgos Keramidas wrote: > > No. I don't know why you think that this is a good fix for all the > > uninitialized pointer warnings. It's not. Never :-/ > > Why ? It's written within the "description" section of the PR. > Warning shoult be "attention marks" - THIS CONSTRUCT SHOULD BE REVIEWED. Any initialization in the form "T v = v" invokes undefined behavior by using the indeterminate value of an object. Eliminating a warning or saving one instruction is never worth having broken code. If the compiler can't be convinced that the variable is never used before being initialized, please initialize it to something obviously bogus. Dima. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 03:59:22 2004 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 51F4C16A4CE; Mon, 13 Sep 2004 03:59:22 +0000 (GMT) Received: from prg.traveller.cz (prg.traveller.cz [193.85.2.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2397B43D2F; Mon, 13 Sep 2004 03:59:21 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from [10.11.0.2] (kulesh.obluda.cz [193.179.22.243]) by prg.traveller.cz (8.12.10/8.12.10/prg) with ESMTP id i8D3xHp5092241 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 13 Sep 2004 05:59:19 +0200 (CEST) Message-ID: <41451B14.5050103@obluda.cz> Date: Mon, 13 Sep 2004 05:59:16 +0200 From: Dan Lukes User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040817 X-Accept-Language: cs, sk, en MIME-Version: 1.0 To: Dima Dorfman References: <200409130100.i8D10xDG057337@freefall.freebsd.org> <20040913031253.GD42003@trit.org> In-Reply-To: <20040913031253.GD42003@trit.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit cc: freebsd-bugs@freebsd.org cc: keramida@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 03:59:22 -0000 Dima Dorfman wrote: > Any initialization in the form "T v = v" invokes undefined behavior by > using the indeterminate value of an object. Eliminating a warning or Unless compiler documentation say other ... The v=v DURING DECLARATION (not later) is special case. Even on non GCC compiler it didn't make things worse - the value of v has not been changed by v=v statement ... > compiler can't be convinced that the variable is never used before > being initialized, please initialize it to something obviously bogus. It can be convicted, by "v=v" trick during declaration of variable. It's hack, of course. It seems to be similar to "declared but newer used" warning. It is eliminated by compiler specific hack also ("__unused")- not by true usage of variable. So my recommended way seems to be consistent with current code style with no unnecesarry impacts to final executed code (you know - we correct GCC's problem, not bug within the code) But I'm far away from pushing this way to eliminate warnings. It's no problem to initialise variable to constant for me (I hope those patches will not be rejected "because the initialisation is not necesarry as variable is properly initialised later") If you thing those patches can't be used (with or without corrections you recommended) then close the PR Thank you for your comment. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 04:10:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B662616A4CE for ; Mon, 13 Sep 2004 04:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E0E43D53 for ; Mon, 13 Sep 2004 04:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D4ARoi085021 for ; Mon, 13 Sep 2004 04:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D4AR4b085015; Mon, 13 Sep 2004 04:10:27 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 04:10:27 GMT Message-Id: <200409130410.i8D4AR4b085015@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71619: [PATCH] cleanup of the usr.sbin/tcpdump code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 04:10:27 -0000 The following reply was made to PR bin/71619; it has been noted by GNATS. From: Dan Lukes To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: bin/71619: [PATCH] cleanup of the usr.sbin/tcpdump code Date: Mon, 13 Sep 2004 06:04:54 +0200 My mistake. I know about the contributed sources, but mis the check in that case. Close the PR From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:04:38 2004 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 8F69D16A4CE for ; Mon, 13 Sep 2004 05:04:38 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A25643D45 for ; Mon, 13 Sep 2004 05:04:38 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id i8D55DBc024380; Sun, 12 Sep 2004 22:05:13 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id i8D55DMn024379; Sun, 12 Sep 2004 22:05:13 -0700 Date: Sun, 12 Sep 2004 22:05:13 -0700 From: Brooks Davis To: Dan Lukes Message-ID: <20040913050513.GA22473@odin.ac.hmc.edu> References: <200409130110.i8D1AN1w061311@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <200409130110.i8D1AN1w061311@freefall.freebsd.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: freebsd-bugs@freebsd.org Subject: Re: bin/71630: [PATCH] cleanup of the usr.sbin/pppd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 05:04:38 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 13, 2004 at 01:10:23AM +0000, Dan Lukes wrote: > The following reply was made to PR bin/71630; it has been noted by GNATS. >=20 > From: Dan Lukes > To: Giorgos Keramidas > Cc: bug-followup@freebsd.org > Subject: Re: bin/71630: [PATCH] cleanup of the usr.sbin/pppd code > Date: Mon, 13 Sep 2004 03:07:18 +0200 (CEST) >=20 > On Sun, 12 Sep 2004, Giorgos Keramidas wrote: > =20 > > On 2004-09-12 04:38, Dan Lukes wrote: > >> - FILE *iffile; > >> + FILE *iffile =3D iffile; /* to avoid "may be used unitialized" = warning */ > > > > Nope. NULL is the proper initialization value for (FILE *) objects. > > This way any bugs that might exist further down will be exposed by a > > dereference of a NULL pointer which everyone will notice. Hiding the > =20 > True initialisation is not necesarry with current code, so > it's waste of resources now. > =20 > I like defensive style of programming, but it has negative impact on > performance. > =20 > Somebody should evaluate if we can live with unnecesarry > initialisation here. If yes, it's better patch to iffile=3DNULL, if not,= my > patch is better. I find it extreamly hard to believe you could demonstrate the performance difference in a microbenchmark, much less a real application. Frankly, unless you can prove a real initalization causes a real performance problem, v=3Dv assignments should not be used because they are bogus by inspection. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --0F1p//8PRICkK4MW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBRSqIXY6L6fI4GtQRAonkAKCSIar0VX7wrD8bOaKVQ5fLr8wVBwCg54pY LQMCX5bNudzFqVSLVFwRRDU= =ejYQ -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:30:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C09EE16A4CE for ; Mon, 13 Sep 2004 05:30:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B244B43D5C for ; Mon, 13 Sep 2004 05:30:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D5UW83092292 for ; Mon, 13 Sep 2004 05:30:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5UWBG092285; Mon, 13 Sep 2004 05:30:32 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 05:30:32 GMT Message-Id: <200409130530.i8D5UWBG092285@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71619: [PATCH] cleanup of the usr.sbin/tcpdump code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 05:30:32 -0000 The following reply was made to PR bin/71619; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71619: [PATCH] cleanup of the usr.sbin/tcpdump code Date: Mon, 13 Sep 2004 08:21:40 +0300 On 2004-09-13 06:04, Dan Lukes wrote: > My mistake. I know about the contributed sources, but mis the check in > that case. > > Close the PR We can keep the PR open until you get a reply from the tcpdump authors. Then we can close it with: "Dan sent this change to tcpdump.org, the authors of tcpdump accepted it and the next release of tcpdump will include it." or whatever the conclusion of this happens to be. Thanks for your work on improving FreeBSD :-) From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:35:22 2004 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 A35D516A4CE for ; Mon, 13 Sep 2004 05:35:22 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D12B243D58 for ; Mon, 13 Sep 2004 05:35:21 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-a201.otenet.gr [212.205.215.201]) i8D5ZI2F002820; Mon, 13 Sep 2004 08:35:19 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i8D5XDZN031648; Mon, 13 Sep 2004 08:33:13 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i8D5XDHN031647; Mon, 13 Sep 2004 08:33:13 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 13 Sep 2004 08:33:13 +0300 From: Giorgos Keramidas To: Dan Lukes Message-ID: <20040913053313.GA31577@gothmog.gr> References: <200409120237.i8C2bb7V007096@kulesh.obluda.cz> <20040912183535.GE1047@gothmog.gr> <20040913033216.K77141@ns.obluda.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040913033216.K77141@ns.obluda.cz> cc: freebsd-bugs@freebsd.org Subject: Re: bin/71618: [PATCH] cleanup of the usr.sbin/timed code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 05:35:22 -0000 On 2004-09-13 03:37, Dan Lukes wrote: >On Sun, 12 Sep 2004, Giorgos Keramidas wrote: >> [...] can you try the following (and see if you can come up with >> fixes for the warnings this shows)? >> >> # cd /usr/src/usr.sbin/timed/ >> # make NO_WERROR=1 WARNS?=3 > > I'm compiling with -Wall -O3. > It seems to be more than any WARNS=X AFAIK -O3 is a bit unsafe in FreeBSD. I know that some warnings don't work correctly in GCC though, so `-O -Wall' shoule be fine most of the time. To be sure I have to check with teh manual of GCC to see if this has changed in 3.4.x versions though. WARNS=1 includes -Wall, so you're fine with just WARNS=1. Higher levels of WARNS enable other sorts of warnings too. The file bsd.sys.mk in /usr/share/mk contains the exact set of these options, i.e. WARNS=3 is equivalent to: CFLAGS="-Wall -Wno-format-y2k -Wreturn-type -Wcast-qual \ -Wwrite-strings -Wswitch -Wshadow -Wcast-align" > If there are some warning not corrected by attached patches, then it > mean I'm don't know how the good way to correct it. Yeah, it makes sense :) Regards, Giorgos From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:36:09 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC9A16A4CF; Mon, 13 Sep 2004 05:36:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2018E43D60; Mon, 13 Sep 2004 05:36:09 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5a9P9092439; Mon, 13 Sep 2004 05:36:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5a8mc092435; Mon, 13 Sep 2004 05:36:08 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:36:08 GMT From: Mark Linimon Message-Id: <200409130536.i8D5a8mc092435@freefall.freebsd.org> To: linimon@FreeBSD.org, hm@FreeBSD.org, freebsd-bugs@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: Mon, 13 Sep 2004 05:36:09 -0000 Synopsis: sl_compress_init() will fail if called anything else than -1 or >MAX_STATE Responsible-Changed-From-To: hm->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:35:51 GMT 2004 Responsible-Changed-Why: Reassign to pool; maintainer is away from FreeBSD work due to press of other issues these days. http://www.freebsd.org/cgi/query-pr.cgi?pr=7556 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:36:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D28316A4CE; Mon, 13 Sep 2004 05:36:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC2943D60; Mon, 13 Sep 2004 05:36:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5aXBc092494; Mon, 13 Sep 2004 05:36:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5aX9J092490; Mon, 13 Sep 2004 05:36:33 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:36:33 GMT From: Mark Linimon Message-Id: <200409130536.i8D5aX9J092490@freefall.freebsd.org> To: linimon@FreeBSD.org, hm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26348: [pcvt] scon -s, page fault in HP mode X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 05:36:33 -0000 Synopsis: [pcvt] scon -s, page fault in HP mode Responsible-Changed-From-To: hm->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:36:19 GMT 2004 Responsible-Changed-Why: Reassign to pool; maintainer is away from FreeBSD work due to press of other issues these days. http://www.freebsd.org/cgi/query-pr.cgi?pr=26348 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:37:06 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A2616A4CE; Mon, 13 Sep 2004 05:37:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5134043D6D; Mon, 13 Sep 2004 05:37:06 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5b6lT092554; Mon, 13 Sep 2004 05:37:06 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5b6Of092550; Mon, 13 Sep 2004 05:37:06 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:37:06 GMT From: Mark Linimon Message-Id: <200409130537.i8D5b6Of092550@freefall.freebsd.org> To: linimon@FreeBSD.org, hm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/43857: [patch] conflicting types in /usr/src/usr.sbin/i4b/isdnd/support.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: Mon, 13 Sep 2004 05:37:06 -0000 Old Synopsis: conflicting types in /usr/src/usr.sbin/i4b/isdnd/support.c New Synopsis: [patch] conflicting types in /usr/src/usr.sbin/i4b/isdnd/support.c Responsible-Changed-From-To: hm->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:36:45 GMT 2004 Responsible-Changed-Why: Reassign to pool; maintainer is away from FreeBSD work due to press of other issues these days. http://www.freebsd.org/cgi/query-pr.cgi?pr=43857 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:37:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE9CF16A4CE; Mon, 13 Sep 2004 05:37:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE53B43D77; Mon, 13 Sep 2004 05:37:25 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5bPBs092599; Mon, 13 Sep 2004 05:37:25 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5bPx8092595; Mon, 13 Sep 2004 05:37:25 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:37:25 GMT From: Mark Linimon Message-Id: <200409130537.i8D5bPx8092595@freefall.freebsd.org> To: linimon@FreeBSD.org, hm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/47223: [PATCH] pcvt(4), ESC sequences do not change colors correctly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 05:37:26 -0000 Synopsis: [PATCH] pcvt(4), ESC sequences do not change colors correctly Responsible-Changed-From-To: hm->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:37:15 GMT 2004 Responsible-Changed-Why: Reassign to pool; maintainer is away from FreeBSD work due to press of other issues these days. http://www.freebsd.org/cgi/query-pr.cgi?pr=47223 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:37:45 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6174816A4CE; Mon, 13 Sep 2004 05:37:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4037043D55; Mon, 13 Sep 2004 05:37:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5bjgC093604; Mon, 13 Sep 2004 05:37:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5bjcT093600; Mon, 13 Sep 2004 05:37:45 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:37:45 GMT From: Mark Linimon Message-Id: <200409130537.i8D5bjcT093600@freefall.freebsd.org> To: linimon@FreeBSD.org, hm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/47376: [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd character set, kernel messages X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 05:37:45 -0000 Synopsis: [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd character set, kernel messages Responsible-Changed-From-To: hm->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:37:36 GMT 2004 Responsible-Changed-Why: Reassign to pool; maintainer is away from FreeBSD work due to press of other issues these days. http://www.freebsd.org/cgi/query-pr.cgi?pr=47376 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:43:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7435916A4CE; Mon, 13 Sep 2004 05:43:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52F0543D48; Mon, 13 Sep 2004 05:43:27 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5hRu2094890; Mon, 13 Sep 2004 05:43:27 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5hRRB094886; Mon, 13 Sep 2004 05:43:27 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:43:27 GMT From: Mark Linimon Message-Id: <200409130543.i8D5hRRB094886@freefall.freebsd.org> To: linimon@FreeBSD.org, adrian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17819: [unionfs] Build ports on nfs & union mount panics 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: Mon, 13 Sep 2004 05:43:27 -0000 Synopsis: [unionfs] Build ports on nfs & union mount panics kernel Responsible-Changed-From-To: adrian->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:43:05 GMT 2004 Responsible-Changed-Why: With bugmeister hat on, reassign from apparently inactive committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=17819 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:44:46 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5706316A4CE; Mon, 13 Sep 2004 05:44:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3556443D53; Mon, 13 Sep 2004 05:44:46 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5ikjs094948; Mon, 13 Sep 2004 05:44:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5iknm094944; Mon, 13 Sep 2004 05:44:46 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:44:46 GMT From: Mark Linimon Message-Id: <200409130544.i8D5iknm094944@freefall.freebsd.org> To: linimon@FreeBSD.org, adrian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/18012: [patch] vfs_subr.c: vnode_free_list corruption, "free vnode isn't" 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: Mon, 13 Sep 2004 05:44:46 -0000 Old Synopsis: vnode_free_list corruption, "free vnode isn't" panic New Synopsis: [patch] vfs_subr.c: vnode_free_list corruption, "free vnode isn't" panic Responsible-Changed-From-To: adrian->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:43:48 GMT 2004 Responsible-Changed-Why: With bugmeister hat on, reassign from recently inactive committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18012 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:45:30 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C07A16A4CE; Mon, 13 Sep 2004 05:45:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC4B43D45; Mon, 13 Sep 2004 05:45:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5jUDn095002; Mon, 13 Sep 2004 05:45:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5jUOi094998; Mon, 13 Sep 2004 05:45:30 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:45:30 GMT From: Mark Linimon Message-Id: <200409130545.i8D5jUOi094998@freefall.freebsd.org> To: linimon@FreeBSD.org, adrian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/25067: able to mount a pathname > 80 char. but unable to unmount it X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 05:45:30 -0000 Synopsis: able to mount a pathname > 80 char. but unable to unmount it Responsible-Changed-From-To: adrian->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:44:58 GMT 2004 Responsible-Changed-Why: With bugmeister hat on, reassign from recently inactive committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=25067 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:47:09 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BDE616A4CE; Mon, 13 Sep 2004 05:47:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A85D43D5D; Mon, 13 Sep 2004 05:47:09 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5l9uw095195; Mon, 13 Sep 2004 05:47:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5l9II095191; Mon, 13 Sep 2004 05:47:09 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:47:09 GMT From: Mark Linimon Message-Id: <200409130547.i8D5l9II095191@freefall.freebsd.org> To: linimon@FreeBSD.org, adrian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19535: [patch] procfs_rlimit tidyup X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 05:47:09 -0000 Old Synopsis: procfs_rlimit tidyup New Synopsis: [patch] procfs_rlimit tidyup Responsible-Changed-From-To: adrian->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:46:43 GMT 2004 Responsible-Changed-Why: With bugmeister hat on, reassign from recently inactive committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=19535 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:49:13 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 301B016A4CE; Mon, 13 Sep 2004 05:49:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F41843D4C; Mon, 13 Sep 2004 05:49:13 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5nCRn005525; Mon, 13 Sep 2004 05:49:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5nCSs005521; Mon, 13 Sep 2004 05:49:12 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:49:12 GMT From: Mark Linimon Message-Id: <200409130549.i8D5nCSs005521@freefall.freebsd.org> To: linimon@FreeBSD.org, bbraun@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/35894: [patch] popen.c in cron won't build without LOGIN_CAP defined X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 05:49:13 -0000 Old Synopsis: popen.c in cron won't build without LOGIN_CAP defined New Synopsis: [patch] popen.c in cron won't build without LOGIN_CAP defined Responsible-Changed-From-To: bbraun->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:48:35 GMT 2004 Responsible-Changed-Why: With bugmeister hat on, reassign from recently inactive committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=35894 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:50:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46CA016A4CE for ; Mon, 13 Sep 2004 05:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34FC643D49 for ; Mon, 13 Sep 2004 05:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D5oPRe005777 for ; Mon, 13 Sep 2004 05:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5oPtE005776; Mon, 13 Sep 2004 05:50:25 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 05:50:25 GMT Message-Id: <200409130550.i8D5oPtE005776@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 05:50:25 -0000 The following reply was made to PR bin/71628; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: Dima Dorfman , bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Mon, 13 Sep 2004 08:43:38 +0300 On 2004-09-13 05:59, Dan Lukes wrote: > Dima Dorfman wrote: > > Any initialization in the form "T v = v" invokes undefined behavior by > > using the indeterminate value of an object. Eliminating a warning or > > Unless compiler documentation say other ... > The v=v DURING DECLARATION (not later) is special case. > > Even on non GCC compiler it didn't make things worse - the value of v > has not been changed by v=v statement ... Undefined behavior is always worse. It means you cannot determine what the program will do until you run it, which is worse than setting a pointer to NULL, which might be equivalent to: char *p = 0; and translate to 1-2 machine instructions. > > compiler can't be convinced that the variable is never used before > > being initialized, please initialize it to something obviously bogus. > > It can be convicted, by "v=v" trick during declaration of variable. > It's hack, of course. A dangerous one too. See my post about a "trap" that might be generated when you try to set a pointer's value to something completely bogus. > It seems to be similar to "declared but newer used" warning. It is > eliminated by compiler specific hack also ("__unused")- not by true > usage of variable. That's a different thing. Not using a variable isn't really dangerous. Using the value of a pointer whose initial value contains garbage *is* dangerous. > If you thing those patches can't be used (with or without corrections > you recommended) then close the PR I think a lot of the work in these patches is useful. A few changes here, a minor fix there and it'll be nice if they're committed and have as many warnings fixed as possible. This is my personal opinion though. Keep up the good work ;-) From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:52:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0542416A4CE; Mon, 13 Sep 2004 05:52:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D594443D4C; Mon, 13 Sep 2004 05:52:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5qKxL006243; Mon, 13 Sep 2004 05:52:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5qKGL006239; Mon, 13 Sep 2004 05:52:20 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:52:20 GMT From: Mark Linimon Message-Id: <200409130552.i8D5qKGL006239@freefall.freebsd.org> To: natb@jong.com, linimon@FreeBSD.org, chern@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/35101: cvusupit and other packages won't extract X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 05:52:21 -0000 Synopsis: cvusupit and other packages won't extract State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Mon Sep 13 05:51:48 GMT 2004 State-Changed-Why: Is this still a problem with recent versions of FreeBSD? Responsible-Changed-From-To: chern->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:51:48 GMT 2004 Responsible-Changed-Why: With bugmeister hat on, reassign from recently inactive committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=35101 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 05:59:35 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E973C16A4CE; Mon, 13 Sep 2004 05:59:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F4B43D39; Mon, 13 Sep 2004 05:59:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D5xZPO014476; Mon, 13 Sep 2004 05:59:35 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D5xZdl014472; Mon, 13 Sep 2004 05:59:35 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 05:59:35 GMT From: Mark Linimon Message-Id: <200409130559.i8D5xZdl014472@freefall.freebsd.org> To: linimon@FreeBSD.org, jlemon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/29686: kevent EV_ADD EVFILT_WRITE does the wrong thing on a closed fd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 05:59:36 -0000 Synopsis: kevent EV_ADD EVFILT_WRITE does the wrong thing on a closed fd Responsible-Changed-From-To: jlemon->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:59:17 GMT 2004 Responsible-Changed-Why: With bugmeister hat on, reassign from recently inactive committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=29686 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:00:01 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F173A16A4CE; Mon, 13 Sep 2004 06:00:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E2943D31; Mon, 13 Sep 2004 06:00:01 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D601RA014545; Mon, 13 Sep 2004 06:00:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D601vI014541; Mon, 13 Sep 2004 06:00:01 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 06:00:01 GMT From: Mark Linimon Message-Id: <200409130600.i8D601vI014541@freefall.freebsd.org> To: linimon@FreeBSD.org, jlemon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/40561: TTCP does not work with IPv6 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 06:00:02 -0000 Synopsis: TTCP does not work with IPv6 Responsible-Changed-From-To: jlemon->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 05:59:45 GMT 2004 Responsible-Changed-Why: With bugmeister hat on, reassign from recently inactive committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=40561 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:00:35 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BAFE16A4CE; Mon, 13 Sep 2004 06:00:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C98743D45; Mon, 13 Sep 2004 06:00:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8D60ZQL014594; Mon, 13 Sep 2004 06:00:35 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D60YvR014590; Mon, 13 Sep 2004 06:00:34 GMT (envelope-from linimon) Date: Mon, 13 Sep 2004 06:00:34 GMT From: Mark Linimon Message-Id: <200409130600.i8D60YvR014590@freefall.freebsd.org> To: linimon@FreeBSD.org, jlemon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/42274: [patch] Convert defined variable into tuneable as suggested X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 06:00:35 -0000 Old Synopsis: Convert defined variable into tuneable as suggested New Synopsis: [patch] Convert defined variable into tuneable as suggested Responsible-Changed-From-To: jlemon->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 13 06:00:09 GMT 2004 Responsible-Changed-Why: With bugmeister hat on, reassign from recently inactive committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=42274 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:00:48 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF86216A501 for ; Mon, 13 Sep 2004 06:00:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE2C143D2F for ; Mon, 13 Sep 2004 06:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D60mvb015046 for ; Mon, 13 Sep 2004 06:00:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D60msi015043; Mon, 13 Sep 2004 06:00:48 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 06:00:48 GMT Message-Id: <200409130600.i8D60msi015043@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 06:00:49 -0000 The following reply was made to PR bin/71628; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: alfred@freebsd.org, bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Mon, 13 Sep 2004 08:49:07 +0300 On 2004-09-13 02:57, Dan Lukes wrote: >On Sun, 12 Sep 2004, Giorgos Keramidas wrote: >> After a quick glance at the source of rpcbind() I think that there's >> no way that my_xrpt can be used uninitialized. A proper fix for this >> warning would be then to just set my_xrpt to NULL at first and let >> the rest of the function unchanged regarding my_xrpt. > > The unnecesarry initialisation of variable initialised again later > seems to be vaste of resources. But IMHO only. True, but this is not the case here. If you do initialize the value of my_xrpt to something (i.e. to whatever value happens to be held in my_xrpt at the time execution reaches the point of its declaration), you should at least set it to something that is Right(TM). This initialization char *foo = foo; is not cheaper than this one: char *foo = NULL; so if you're going to pay the penalty of initializing a variable to shuttup the compiler, the second is preferrable because it explicitly sets the pointer to a value that cannot be dereferenced. This will catch possible bugs (current or future) in the rest of the code, so it's a lot safer. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:00:53 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5839316A4CF for ; Mon, 13 Sep 2004 06:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 461D643D5F for ; Mon, 13 Sep 2004 06:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D60r0b015131 for ; Mon, 13 Sep 2004 06:00:53 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D60r1m015130; Mon, 13 Sep 2004 06:00:53 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 06:00:53 GMT Message-Id: <200409130600.i8D60r1m015130@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71630: [PATCH] cleanup of the usr.sbin/pppd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 06:00:53 -0000 The following reply was made to PR bin/71630; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71630: [PATCH] cleanup of the usr.sbin/pppd code Date: Mon, 13 Sep 2004 08:54:34 +0300 On 2004-09-13 03:07, Dan Lukes wrote: > On Sun, 12 Sep 2004, Giorgos Keramidas wrote: > >On 2004-09-12 04:38, Dan Lukes wrote: > >>- FILE *iffile; > >>+ FILE *iffile = iffile; /* to avoid "may be used unitialized" warning */ > > > >Nope. NULL is the proper initialization value for (FILE *) objects. > >This way any bugs that might exist further down will be exposed by a > >dereference of a NULL pointer which everyone will notice. Hiding the > > True initialisation is not necesarry with current code, so it's waste of > resources now. > > I like defensive style of programming, but it has negative impact on > performance. The impact is not greater than the impact of the bogus initialization shown above though. The only difference is the extra safety the NULL initialization buys us. > Somebody should evaluate if we can live with unnecesarry initialisation > here. If yes, it's better patch to iffile=NULL, if not, my patch is > better. The initialiation you suggested will result in the same sort of extra code, if not more. It also invokes implementation defined behavior, which is Evil(TM) and should be avoided if possible; even with a slight increase in the cost (which is not the case here, but anyway). Another thing to note is that the initialization of pointers to NULL is so common that some compilers might use special optimization tricks to reduce the impact you mention. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:00:57 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F2716A4CF for ; Mon, 13 Sep 2004 06:00:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D563D43D41 for ; Mon, 13 Sep 2004 06:00:57 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D60vNj015209 for ; Mon, 13 Sep 2004 06:00:57 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D60vW0015208; Mon, 13 Sep 2004 06:00:57 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 06:00:57 GMT Message-Id: <200409130600.i8D60vW0015208@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71631: [PATCH] cleanup of the usr.sbin/pppctl code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 06:00:58 -0000 The following reply was made to PR bin/71631; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71631: [PATCH] cleanup of the usr.sbin/pppctl code Date: Mon, 13 Sep 2004 08:56:42 +0300 On 2004-09-13 03:11, Dan Lukes wrote: > On Sun, 12 Sep 2004, Giorgos Keramidas wrote: > >>- int n, arg, fd, len, verbose, save_errno, hide1, hide1off, hide2; > >>+ int n, arg, len, verbose, save_errno, hide1, hide1off, hide2; > >>+ int fd = fd; /* init to avoid "might be used unitialized" warning 8/ > > > >fd = -1; would be a better initialization, since no valid descriptor can > >ever be negative and this will expose any bugs that using fd before a > >proper initialization can trigger. > > But unnecesarry over-initialisation is waste of resources. > It's about decision ... Setting `int fd = fd' is also an initialiation that is a waste of resources. I see no reason why it's better than an initialization that also buys us some safety. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:10:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 298B716A4CE for ; Mon, 13 Sep 2004 06:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB2843D3F for ; Mon, 13 Sep 2004 06:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D6ARei020182 for ; Mon, 13 Sep 2004 06:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D6AQN2020172; Mon, 13 Sep 2004 06:10:26 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 06:10:26 GMT Message-Id: <200409130610.i8D6AQN2020172@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71616: [PATCH] cleanup of the usr.sbin/yp_mkdb code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 06:10:27 -0000 The following reply was made to PR bin/71616; it has been noted by GNATS. From: Giorgos Keramidas To: Brooks Davis Cc: bug-followup@freebsd.org Subject: Re: bin/71616: [PATCH] cleanup of the usr.sbin/yp_mkdb code Date: Mon, 13 Sep 2004 09:05:27 +0300 On 2004-09-12 16:40, Brooks Davis wrote: > On Sun, Sep 12, 2004 at 08:10:55PM +0000, Giorgos Keramidas wrote: > > On 2004-09-12 04:37, Dan Lukes wrote: > > > *** usr.sbin/yp_mkdb/yp_mkdb.c.ORIG Sun Sep 5 18:54:07 2004 > > > --- usr.sbin/yp_mkdb/yp_mkdb.c Sun Sep 5 19:01:20 2004 > > > [...] > > > - snprintf(buf, sizeof(buf), "%lu", time(NULL)); > > > + snprintf(buf, sizeof(buf), "%lu", (long unsigned int)time(NULL)); > > > > Just a minor comment: An (unsigned long) cast should be fine here. > > Using unsigned here is actually bogus. time_t is a signed type > in FreeBSD. SUSv3 says "time_t and clock_t shall be integer or > real-floating types." In FreeBSD a cast an integer type is safe. > > Either long or intmax_t are decent choices today. Hmmm, true. I had forgotten about negative values of time_t that represent dates before 1970. Thanks :) From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:16:41 2004 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 38EF716A4CF; Mon, 13 Sep 2004 06:16:41 +0000 (GMT) Received: from beaver.trit.org (beaver.trit.org [69.107.245.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B72943D39; Mon, 13 Sep 2004 06:16:41 +0000 (GMT) (envelope-from dd@freebsd.org) Received: by beaver.trit.org (Postfix, from userid 1000) id BEB7A90DCB1; Mon, 13 Sep 2004 06:16:40 +0000 (UTC) Date: Mon, 13 Sep 2004 06:16:40 +0000 From: Dima Dorfman To: Giorgos Keramidas Message-ID: <20040913061640.GF42003@trit.org> References: <200409130600.i8D60msi015043@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409130600.i8D60msi015043@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i X-PGP-Key: 69FAE582 (http://www.trit.org/~dima/dima.asc) X-PGP-Fingerprint: B340 8338 7DA3 4D61 7632 098E 0730 055B 69FA E582 cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 06:16:41 -0000 Giorgos Keramidas wrote: > On 2004-09-13 02:57, Dan Lukes wrote: > > The unnecesarry initialisation of variable initialised again later > > seems to be vaste of resources. But IMHO only. > > This initialization > > char *foo = foo; > > is not cheaper than this one: > > char *foo = NULL; To be fair, it could be cheaper because gcc optimizes out the assignment: dima@beaver% diff -u init-null.s init-self.s --- init-null.s Mon Sep 13 06:12:05 2004 +++ init-self.s Mon Sep 13 06:12:02 2004 @@ -14,7 +14,6 @@ shrl $4, %eax sall $4, %eax subl %eax, %esp - movl $0, -4(%ebp) movl $0, %eax leave ret It is likely that I spent more time writing this email than would be spent executing such an extra instruction in its lifetime. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:20:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E91B16A4CF for ; Mon, 13 Sep 2004 06:20:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D3743D49 for ; Mon, 13 Sep 2004 06:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D6KNQH020671 for ; Mon, 13 Sep 2004 06:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D6KNFK020670; Mon, 13 Sep 2004 06:20:23 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 06:20:23 GMT Message-Id: <200409130620.i8D6KNFK020670@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71623: [PATCH] cleanup of the usr.sbin/pcvt code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 06:20:26 -0000 The following reply was made to PR bin/71623; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71623: [PATCH] cleanup of the usr.sbin/pcvt code Date: Mon, 13 Sep 2004 09:15:49 +0300 On 2004-09-13 02:30, Dan Lukes wrote: > On Sun, 12 Sep 2004, Giorgos Keramidas wrote: > >>! char *device = device; /* "init" to avoid "might be used > >>unitialized" warning */ > >>! char *filename = filename; /* "init" to avoid "might be used > >>uninitialized" warning */ > > > >The comment is not needed. What's the value of `device' that you use as > >the initialization here? It's very likely to contain garbage data. > >IMHO it would be better if you initialized it to something sensible like > >NULL. > > It's misunderstanding. I recommend two diferent type of patches. In > the first case, the variable IS used uninitialized. In that case, I > recommend initialisation of a value and classify PR as "serious". It's > not the case here. In this case, the variable IS NOT used uninitialised, so > I try to eliminate "false positive" warning only. It's a hack. Hacks are very rarely nice and should be evaluated carefully for their risk vs. merit ratio. In this case the risk is IMHO great and the merit is not more than that provided by a standard initialization to NULL. If the code below this point changes in the future and `filename' is REALLY used before a proper initialization is done, this hack will hide the bug. Shutting up the compiler is mostly ok but, at least, we shouldn't introduce the potential for hiding future problems. Initializing a pointer to "some" value, even though this value is based on garbage data, is not guaranteed to work on all architectures or implementations. The C standard says that trying to set the value of a pointer variable to anything else except NULL and the address ranges of valid objects can cause a "trap" and triggers implementation-specific behavior. It would be terrible to discover that after porting FreeBSD to an exotic platform the porters would have to hunt for bogus initializations and "fix" them for us. > It's not simple style change. Here the "return type defaults to int" > warning has been issued, so returning type has been added explicitly. No > other changes has recommended. I'm trying to eliminate pile of warnings, > not to correct style of the code.. The latter (fixing the style) is also a good reason to change the source :) > >>! if (kbdc < 32) printf(" %s", ckeytab[(short int)kbdc].csymbol); > > > >Does the value really have to be a (short int) here? Wouldn't an (int) be > >fine too? If not, it would be nice to have a comment nearby explaining why > >a plain (int) is not ok. > > Because kbdc is type of char. Short int should be sufficient for char. > Or not ? IIRC, the range of values for `char' is always within the bounds of the range for `short'. So yes, short int is sufficient. I just meant that a cast to a plain `int' would probably be more preferrable, like for example many functions of . Apparently there's no special reason why this value should be `short' and not `int', so keeping the existing practice of using an `int' for holding a `char' value is what my suggestion was about. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:27:39 2004 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 887FA16A4CF; Mon, 13 Sep 2004 06:27:39 +0000 (GMT) Received: from prg.traveller.cz (prg.traveller.cz [193.85.2.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA1643D5C; Mon, 13 Sep 2004 06:27:36 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from [10.11.0.2] (kulesh.obluda.cz [193.179.22.243]) by prg.traveller.cz (8.12.10/8.12.10/prg) with ESMTP id i8D6RWp5014473 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 13 Sep 2004 08:27:34 +0200 (CEST) Message-ID: <41453DD2.7030009@obluda.cz> Date: Mon, 13 Sep 2004 08:27:30 +0200 From: Dan Lukes User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040817 X-Accept-Language: cs, sk, en MIME-Version: 1.0 To: Giorgos Keramidas References: <200409120237.i8C2bb7V007096@kulesh.obluda.cz> <20040912183535.GE1047@gothmog.gr> <20040913033216.K77141@ns.obluda.cz> <20040913053313.GA31577@gothmog.gr> In-Reply-To: <20040913053313.GA31577@gothmog.gr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit cc: freebsd-bugs@freebsd.org Subject: Re: bin/71618: [PATCH] cleanup of the usr.sbin/timed code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 06:27:39 -0000 Giorgos Keramidas wrote: >> I'm compiling with -Wall -O3. > AFAIK -O3 is a bit unsafe in FreeBSD. I know that some warnings don't > work correctly in GCC though, so `-O -Wall' shoule be fine most of the I didn't run the kernel nor world compiled with O3. I use it only during this code inspection as O3 allow the compiler to reveal some suspicious constructs. > WARNS=1 includes -Wall, so you're fine with just WARNS=1. Higher levels > of WARNS enable other sorts of warnings too. The file bsd.sys.mk in > CFLAGS="-Wall -Wno-format-y2k -Wreturn-type -Wcast-qual \ > -Wwrite-strings -Wswitch -Wshadow -Wcast-align" I miss it. I will check it during next turn ... Bye Dan From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:40:35 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BF3116A4CE for ; Mon, 13 Sep 2004 06:40:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D80043D2D for ; Mon, 13 Sep 2004 06:40:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D6eZ1Y046077 for ; Mon, 13 Sep 2004 06:40:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D6eZbO046076; Mon, 13 Sep 2004 06:40:35 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 06:40:35 GMT Message-Id: <200409130640.i8D6eZbO046076@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 06:40:35 -0000 The following reply was made to PR bin/71628; it has been noted by GNATS. From: Dan Lukes To: Giorgos Keramidas Cc: alfred@freebsd.org, bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Mon, 13 Sep 2004 08:33:19 +0200 Giorgos Keramidas wrote: > This initialization > char *foo = foo; > > is not cheaper than this one: > char *foo = NULL; Not true. The first one is optimized out by GCC even if O level is 0. Remember - it's hack/special construct (a special in-band way to tell the compiler something special) - it's not real assignment. Check it by your favorite disassembler. I did it. > This will catch possible bugs (current or future) in the rest of the code, so > it's a lot safer. I agree with it. Dan -- Dan Lukes, SISAL, MFF UK tel: +420 2 21914205, fax: +420 2 21914206 AKA: dan@obluda.cz, dan@freebsd.cz, dan@kolej.mff.cuni.cz, dan@fio.cz From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:40:43 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12BD616A4CE for ; Mon, 13 Sep 2004 06:40:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1DB443D1D for ; Mon, 13 Sep 2004 06:40:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D6egsp046087 for ; Mon, 13 Sep 2004 06:40:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D6egph046086; Mon, 13 Sep 2004 06:40:42 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 06:40:42 GMT Message-Id: <200409130640.i8D6egph046086@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71630: [PATCH] cleanup of the usr.sbin/pppd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 06:40:43 -0000 The following reply was made to PR bin/71630; it has been noted by GNATS. From: Dan Lukes To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: bin/71630: [PATCH] cleanup of the usr.sbin/pppd code Date: Mon, 13 Sep 2004 08:35:58 +0200 Giorgos Keramidas wrote: > The impact is not greater than the impact of the bogus initialization > shown above though. Not true (v=v during declaration doesn't emit any code - it's signal for compiler, not real assignment). > The only difference is the extra safety the NULL > initialization buys us. Agree. Lets initialise iffile to NULL Dan From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:40:49 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D890A16A4CE for ; Mon, 13 Sep 2004 06:40:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B43CC43D2D for ; Mon, 13 Sep 2004 06:40:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D6enYE046119 for ; Mon, 13 Sep 2004 06:40:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D6en1v046118; Mon, 13 Sep 2004 06:40:49 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 06:40:49 GMT Message-Id: <200409130640.i8D6en1v046118@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71631: [PATCH] cleanup of the usr.sbin/pppctl code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 06:40:50 -0000 The following reply was made to PR bin/71631; it has been noted by GNATS. From: Dan Lukes To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: bin/71631: [PATCH] cleanup of the usr.sbin/pppctl code Date: Mon, 13 Sep 2004 08:37:55 +0200 > Setting `int fd = fd' is also an initialiation that is a waste of > resources. Not true as it's optimized-out despite of O level. It's hack/information for compiler, not real assignment statement. > I see no reason why it's better than an initialization > that also buys us some safety. Agree. Lets initialise fd to -1 Dan From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:46:37 2004 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 4932F16A4CE; Mon, 13 Sep 2004 06:46:37 +0000 (GMT) Received: from beaver.trit.org (beaver.trit.org [69.107.245.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1932543D46; Mon, 13 Sep 2004 06:46:35 +0000 (GMT) (envelope-from dd@freebsd.org) Received: by beaver.trit.org (Postfix, from userid 1000) id DDC7590DCB2; Mon, 13 Sep 2004 06:46:34 +0000 (UTC) Date: Mon, 13 Sep 2004 06:46:34 +0000 From: Dima Dorfman To: Dan Lukes Message-ID: <20040913064634.GA34521@trit.org> References: <200409130100.i8D10xDG057337@freefall.freebsd.org> <20040913031253.GD42003@trit.org> <41451B14.5050103@obluda.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41451B14.5050103@obluda.cz> User-Agent: Mutt/1.4.2.1i X-PGP-Key: 69FAE582 (http://www.trit.org/~dima/dima.asc) X-PGP-Fingerprint: B340 8338 7DA3 4D61 7632 098E 0730 055B 69FA E582 cc: freebsd-bugs@freebsd.org cc: keramida@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 06:46:37 -0000 Dan Lukes wrote: > Dima Dorfman wrote: > > Any initialization in the form "T v = v" invokes undefined behavior by > > using the indeterminate value of an object. Eliminating a warning or > > Unless compiler documentation say other ... > The v=v DURING DECLARATION (not later) is special case. I looked for such an exception in C99 before my original post, but I didn't find one. If it is indeed there, I'd appreciate a pointer--I'm genuinely curious. In either case, if it depends on the compiler documentation, then it sounds like implementation-defined behavior at best, so we'd still prefer to avoid it. > But I'm far away from pushing this way to eliminate warnings. It's no > problem to initialise variable to constant for me (I hope those patches > will not be rejected "because the initialisation is not necesarry as > variable is properly initialised later") We're not rejecting your patches, but we're making suggestions for improving them. That the initialization is not necessary could be a valid point in some cases; not everyone likes a defensive style, and spurious initializations can be confusing ("is there really a case where the initial value is used?"). It might be better to set to a bogus value only when necessary. E.g.: : int : f(int a) : { : int i, j; : : i = 0; : if (a) { : i = 1; : j = -1; /* Silence compiler warning. */ : } else : j = 1; : if (i) : return (0); : return (j); : } : This isn't appropriate in all cases either, so use your judgement. If you do decide to initialize it in the beginning, note that style(9) discourages initializers. That's not a hard-and-fast rule, either. Do I sound like a pedant yet? ;-) Dima. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:50:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4509B16A4CE for ; Mon, 13 Sep 2004 06:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3684A43D45 for ; Mon, 13 Sep 2004 06:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D6oREe009824 for ; Mon, 13 Sep 2004 06:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D6oRT9009823; Mon, 13 Sep 2004 06:50:27 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 06:50:27 GMT Message-Id: <200409130650.i8D6oRT9009823@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71623: [PATCH] cleanup of the usr.sbin/pcvt code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 06:50:27 -0000 The following reply was made to PR bin/71623; it has been noted by GNATS. From: Dan Lukes To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: bin/71623: [PATCH] cleanup of the usr.sbin/pcvt code Date: Mon, 13 Sep 2004 08:48:19 +0200 Giorgos Keramidas wrote: > It's a hack. Hacks are very rarely nice and should be evaluated carefully > for their risk vs. merit ratio. > > In this case the risk is IMHO great and the merit is not more than that > provided by a standard initialization to NULL. If the code below this With exception that v=v desn't emit a code, but v=0 emit some I agree with all. >>>>! if (kbdc < 32) printf(" %s", ckeytab[(short int)kbdc].csymbol); >>>Does the value really have to be a (short int) here? Wouldn't an (int) be >>Because kbdc is type of char. Short int should be sufficient for char. > IIRC, the range of values for `char' is always within the bounds of the > range for `short'. So yes, short int is sufficient. I just meant that > a cast to a plain `int' would probably be more preferrable, like for > example many functions of . Apparently there's no special > reason why this value should be `short' and not `int', so keeping the > existing practice of using an `int' for holding a `char' value is what > my suggestion was about. OK. I suggested (short int) because probability that size of (short int) equal to (chat) is higher than for (int). When sizes aren't equal then compiler must emit an conversion code. Well, I'm understand now that nobody here cares about a few bytes of memory or tenths CPU ticks. Some of my programmesr skills came from ancient days, so every byte and ticks seems to be valuable for me. But no problem for me to adapt to todays programers practices ... ;-) If existing practice want int here we should use int. Dan From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 06:56:57 2004 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 A967916A4CE; Mon, 13 Sep 2004 06:56:57 +0000 (GMT) Received: from prg.traveller.cz (prg.traveller.cz [193.85.2.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD9D543D39; Mon, 13 Sep 2004 06:56:56 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from [10.11.0.2] (kulesh.obluda.cz [193.179.22.243]) by prg.traveller.cz (8.12.10/8.12.10/prg) with ESMTP id i8D6urp5019446 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 13 Sep 2004 08:56:55 +0200 (CEST) Message-ID: <414544B4.5020507@obluda.cz> Date: Mon, 13 Sep 2004 08:56:52 +0200 From: Dan Lukes User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040817 X-Accept-Language: cs, sk, en MIME-Version: 1.0 To: Dima Dorfman References: <200409130100.i8D10xDG057337@freefall.freebsd.org> <20040913031253.GD42003@trit.org> <41451B14.5050103@obluda.cz> <20040913064634.GA34521@trit.org> In-Reply-To: <20040913064634.GA34521@trit.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit cc: freebsd-bugs@freebsd.org cc: keramida@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 06:56:57 -0000 > Do I sound like a pedant yet? ;-) A lot. I will cry for any wasted memory byte or CPU tick (as some of my skills come from ancient days when any bit or tick has value), but well, when style(9) discourages initializers, we must avoid the v=v construct ... ;-) BTW, I understand that the comments are suggestions how to do thinks better. I hoped for those when decided to spend time to PR creation. I can learn from it. Thanks From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 07:10:31 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC2A16A4CE for ; Mon, 13 Sep 2004 07:10:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C6F943D48 for ; Mon, 13 Sep 2004 07:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D7AV29023643 for ; Mon, 13 Sep 2004 07:10:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D7AVs6023642; Mon, 13 Sep 2004 07:10:31 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 07:10:31 GMT Message-Id: <200409130710.i8D7AVs6023642@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 07:10:31 -0000 The following reply was made to PR bin/71628; it has been noted by GNATS. From: Dan Lukes To: Giorgos Keramidas Cc: Dima Dorfman , bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Mon, 13 Sep 2004 09:02:41 +0200 Giorgos Keramidas wrote: > That's a different thing. Not using a variable isn't really dangerous. > Using the value of a pointer whose initial value contains garbage *is* > dangerous. Unless you accidentally use "len" instead of "slen" which is totally diferent variable. Even "declared but newer used" warning may warn agains dangerous error within the code. It's the reason why any warning should be carefully evaluated (it's the reason we should eliminate warnings to already evaluated code) > I think a lot of the work in these patches is useful. A few changes > here, a minor fix there and it'll be nice if they're committed and have > as many warnings fixed as possible. This is my personal opinion though. Well, I hope somebody commit it. > Keep up the good work ;-) Thanks. And thanks for suggestions also. Dan From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 07:34:43 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A866816A4CE; Mon, 13 Sep 2004 07:34:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8803B43D53; Mon, 13 Sep 2004 07:34:43 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) i8D7Yhi4025620; Mon, 13 Sep 2004 07:34:43 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D7Yhcb025616; Mon, 13 Sep 2004 07:34:43 GMT (envelope-from maxim) Date: Mon, 13 Sep 2004 07:34:43 GMT From: Maxim Konovalov Message-Id: <200409130734.i8D7Yhcb025616@freefall.freebsd.org> To: fireball@zerouptime.ch, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/71310: [panic] kernel crash on rtprio pid priority change X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 07:34:43 -0000 Synopsis: [panic] kernel crash on rtprio pid priority change State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Mon Sep 13 07:34:08 GMT 2004 State-Changed-Why: The submitter reports the issue was fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=71310 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 07:50:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F1BB16A4D0 for ; Mon, 13 Sep 2004 07:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00E043D5A for ; Mon, 13 Sep 2004 07:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D7oJqu026178 for ; Mon, 13 Sep 2004 07:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D7oJbe026177; Mon, 13 Sep 2004 07:50:19 GMT (envelope-from gnats) Resent-Date: Mon, 13 Sep 2004 07:50:19 GMT Resent-Message-Id: <200409130750.i8D7oJbe026177@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, Neo-Vortex Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8DDB16A4CE for ; Mon, 13 Sep 2004 07:42:47 +0000 (GMT) Received: from Neo-Vortex.Ath.Cx (203-217-85-229.dyn.iinet.net.au [203.217.85.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C9E43D1D for ; Mon, 13 Sep 2004 07:42:46 +0000 (GMT) (envelope-from root@Neo-Vortex.Ath.Cx) Received: from Neo-Vortex.Ath.Cx (smmsp@localhost.Neo-Vortex.got-root.cc [127.0.0.1]) by Neo-Vortex.Ath.Cx (8.12.10/8.12.10) with ESMTP id i8D7gh5w061830 for ; Mon, 13 Sep 2004 17:42:43 +1000 (EST) (envelope-from root@Neo-Vortex.Ath.Cx) Received: (from root@localhost) by Neo-Vortex.Ath.Cx (8.12.10/8.12.10/Submit) id i8D7ggsj061829; Mon, 13 Sep 2004 17:42:42 +1000 (EST) (envelope-from root) Message-Id: <200409130742.i8D7ggsj061829@Neo-Vortex.Ath.Cx> Date: Mon, 13 Sep 2004 17:42:42 +1000 (EST) From: Neo-Vortex To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/71695: ifconfig hanging box X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Neo-Vortex List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 07:50:24 -0000 >Number: 71695 >Category: kern >Synopsis: ifconfig hanging box >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 13 07:50:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Neo-Vortex >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: N/A >Environment: System: FreeBSD Neo-Vortex.Ath.Cx 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #8: Sun Aug 8 10:27:16 EST 2004 root@Neo-Vortex.Ath.Cx:/usr/obj/usr/src/sys/magick i386 Tested on a fresh install of 5.2.1-RELEASE (straight off the CD) and it works also. >Description: Complete hanging of box after preforming the ifconfig rain-dance. ifconfig -C producing wierd results just before the last command. >How-To-Repeat: As root: ifconfig -C Output: lo ppp faith gif ifconfig ppp0 create ifconfig ppp0 destroy ifconfig -C Output: ppp lo ppp lo ppp ifconfig gif0 create I suspect the ifconfig -C lines can be left out, but it shows interesting results, and thats how i caused it each time, so they were left in. After you run 'ifconfig gif0 create' the box will hang. >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 08:34:02 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A8CB16A4CE; Mon, 13 Sep 2004 08:34:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 554E843D46; Mon, 13 Sep 2004 08:34:02 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from freefall.freebsd.org (dd@localhost [127.0.0.1]) i8D8Y2TV032531; Mon, 13 Sep 2004 08:34:02 GMT (envelope-from dd@freefall.freebsd.org) Received: (from dd@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D8Y2ls032527; Mon, 13 Sep 2004 08:34:02 GMT (envelope-from dd) Date: Mon, 13 Sep 2004 08:34:02 GMT From: Dima Dorfman Message-Id: <200409130834.i8D8Y2ls032527@freefall.freebsd.org> To: dan@obluda.cz, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/71662: [PATCH] cleanup of the usr.sbin/ifmcast code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 08:34:02 -0000 Synopsis: [PATCH] cleanup of the usr.sbin/ifmcast code State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Mon Sep 13 08:33:44 GMT 2004 State-Changed-Why: Committed, thanks! When you make changes like this, it's a good idea to see if you can clamp down the program to a higher WARNS level. In this case, the program compiles cleanly with WARNS=2 after your change, so I set that. Setting WARNS in the Makefile makes sure that future changes to the program don't cause more warnings. Since WARNS means that warnings will break the build, though, it's good to be able to test the change on more than one architecture to make sure you don't miss any platform-specific issues. http://www.freebsd.org/cgi/query-pr.cgi?pr=71662 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 09:00:50 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1316F16A4CE for ; Mon, 13 Sep 2004 09:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0255A43D2F for ; Mon, 13 Sep 2004 09:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D90nGk034350 for ; Mon, 13 Sep 2004 09:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D90nrV034349; Mon, 13 Sep 2004 09:00:49 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 09:00:49 GMT Message-Id: <200409130900.i8D90nrV034349@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 09:00:50 -0000 The following reply was made to PR bin/71628; it has been noted by GNATS. From: Giorgos Keramidas To: Dima Dorfman Cc: Dan Lukes , bug-followup@freebsd.org Subject: Re: bin/71628: [PATCH] cleanup of the usr.sbin/rpcbind code Date: Mon, 13 Sep 2004 11:58:18 +0300 On 2004-09-13 06:46, Dima Dorfman wrote: > Dan Lukes wrote: > > Dima Dorfman wrote: > > > Any initialization in the form "T v = v" invokes undefined behavior by > > > using the indeterminate value of an object. Eliminating a warning or > > > > Unless compiler documentation say other ... > > The v=v DURING DECLARATION (not later) is special case. > > I looked for such an exception in C99 before my original post, but I > didn't find one. There is a footnote in C99 that I'm a bit worried about. In page 37, a footnote reads: 41) Thus, an automatic variable can be initialized to a trap representation without causing undefined behavior, but the value of the variable cannot be used until a proper value is stored in it. Unless I'm mistaken, this means that the value of `foo' cannot be used in the right part of the following assignment: char *foo = foo; > Do I sound like a pedant yet? ;-) For a while, I was afraid my comments would sound unnecessarily pedantic too. Fortunately, it seems I'm not. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 09:10:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FAA516A4CE for ; Mon, 13 Sep 2004 09:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA8243D49 for ; Mon, 13 Sep 2004 09:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D9AKhW038324 for ; Mon, 13 Sep 2004 09:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D9AKkU038323; Mon, 13 Sep 2004 09:10:20 GMT (envelope-from gnats) Resent-Date: Mon, 13 Sep 2004 09:10:20 GMT Resent-Message-Id: <200409130910.i8D9AKkU038323@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, G33K Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4513D16A4CF for ; Mon, 13 Sep 2004 09:08:42 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2174C43D39 for ; Mon, 13 Sep 2004 09:08:42 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D98gt6024708 for ; Mon, 13 Sep 2004 09:08:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8D98fAn024707; Mon, 13 Sep 2004 09:08:41 GMT (envelope-from nobody) Message-Id: <200409130908.i8D98fAn024707@www.freebsd.org> Date: Mon, 13 Sep 2004 09:08:41 GMT From: G33K To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/71697: need help with XFree86 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 09:10:20 -0000 >Number: 71697 >Category: misc >Synopsis: need help with XFree86 >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 Sep 13 09:10:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: G33K >Release: 5.2.1-release >Organization: >Environment: FreeBSD 5.2.1-Release FreeBSD 5.2.1-Release # 0 :mon Feb 23 20:4 >Description: when i try and run my x server i get this error: xf86EnableIO:Failed to open /dev/io For extended I/O if you can please help me thank >How-To-Repeat: startx >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 09:20:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B882A16A4D2 for ; Mon, 13 Sep 2004 09:20:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DADA43D31 for ; Mon, 13 Sep 2004 09:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8D9KKCJ039142 for ; Mon, 13 Sep 2004 09:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D9KKT5039138; Mon, 13 Sep 2004 09:20:20 GMT (envelope-from gnats) Date: Mon, 13 Sep 2004 09:20:20 GMT Message-Id: <200409130920.i8D9KKT5039138@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/71623: [PATCH] cleanup of the usr.sbin/pcvt code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 09:20:20 -0000 The following reply was made to PR bin/71623; it has been noted by GNATS. From: Giorgos Keramidas To: Dan Lukes Cc: bug-followup@freebsd.org Subject: Re: bin/71623: [PATCH] cleanup of the usr.sbin/pcvt code Date: Mon, 13 Sep 2004 12:10:54 +0300 On 2004-09-13 08:48, Dan Lukes wrote: > Giorgos Keramidas wrote: > >>>>! if (kbdc < 32) printf(" %s", ckeytab[(short int)kbdc].csymbol); > >>>Does the value really have to be a (short int) here? Wouldn't an (int) be > >>Because kbdc is type of char. Short int should be sufficient for char. > > > Apparently there's no special reason why this value should be > > `short' and not `int', so keeping the existing practice of using an > > `int' for holding a `char' value is what my suggestion was about. > > When sizes aren't equal then compiler must emit an conversion code. > > Well, I'm understand now that nobody here cares about a few bytes of > memory or tenths CPU ticks. Some of my programmesr skills came from > ancient days, so every byte and ticks seems to be valuable for me. But > no problem for me to adapt to todays programers practices ... ;-) > > If existing practice want int here we should use int. I'm far from the best person to ask for a definition of today's "canonical programming practice", but I'm trying to learn too. After reading parts of the FreeBSD source tree I've learned a tremendous amount of things and I still do learn every day. Influences by others are obvious too in the way I think and work though. One of the most influencial persons whose work I've admired is Donald E. Knuth, who has said: "We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth This is why I think that this sort of micro-optimizations are not worth a lot of trouble or time. Of course, this doesn't mean that I don't want you to keep improving the source of FreeBSD. I'm just vehemently opposed to optimizations done to tweak a machine-cycle here, a byte there, a single word of memory there, etc. by sacrifizing clarity, style and cleanness of the source or, for instance, by introducing dependencies to the way a specific compiler works. But I'm probably beginning to sound like an insufferable pedant. Off to a bit of hacking :) Regards, - Giorgos From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 09:32:50 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D79716A4CE; Mon, 13 Sep 2004 09:32:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B63A43D45; Mon, 13 Sep 2004 09:32:50 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) i8D9Woxk039470; Mon, 13 Sep 2004 09:32:50 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8D9Wo5C039466; Mon, 13 Sep 2004 09:32:50 GMT (envelope-from ceri) Date: Mon, 13 Sep 2004 09:32:50 GMT From: Ceri Davies Message-Id: <200409130932.i8D9Wo5C039466@freefall.freebsd.org> To: poetic1@gmail.com, ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/71697: need help with XFree86 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 09:32:50 -0000 Synopsis: need help with XFree86 State-Changed-From-To: open->closed State-Changed-By: ceri State-Changed-When: Mon Sep 13 09:32:00 GMT 2004 State-Changed-Why: The PR database is not intended as a support forum - please ask this question on the the questions@FreeBSD.org mailing list, where our user base will very likely help you come to a solution within hours. http://www.freebsd.org/cgi/query-pr.cgi?pr=71697 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 10:09:09 2004 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 3D66D16A4CE for ; Mon, 13 Sep 2004 10:09:09 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id E099243D46 for ; Mon, 13 Sep 2004 10:09:08 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.42 (FreeBSD)) id 1C6nlj-0003RS-Jj; Mon, 13 Sep 2004 11:09:07 +0100 Date: Mon, 13 Sep 2004 11:09:07 +0100 From: Ceri Davies To: Jan Srzednicki Message-ID: <20040913100907.GC1538@submonkey.net> Mail-Followup-To: Ceri Davies , Jan Srzednicki , freebsd-bugs@FreeBSD.org References: <200409130150.i8D1oSPH062663@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qtZFehHsKgwS5rPz" Content-Disposition: inline In-Reply-To: <200409130150.i8D1oSPH062663@freefall.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/71690: inaccurate information in systat(1) manpage X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 10:09:09 -0000 --qtZFehHsKgwS5rPz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 13, 2004 at 01:50:28AM +0000, Jan Srzednicki wrote: > The following reply was made to PR bin/71690; it has been noted by GNATS. >=20 > From: Jan Srzednicki > To: FreeBSD-gnats-submit@FreeBSD.org > Cc: =20 > Subject: Re: bin/71690: inaccurate information in systat(1) manpage > Date: Mon, 13 Sep 2004 03:49:53 +0200 >=20 > On Mon, Sep 13, 2004 at 01:30:22AM +0000, FreeBSD-gnats-submit@FreeBSD.o= rg wrote: > > Thank you very much for your problem report. > =20 > Sigh, originator's name should be "Jan Srzednicki". Corrected. Ceri --=20 It is not tinfoil, it is my new skin. I am a robot. --qtZFehHsKgwS5rPz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBRXHDocfcwTS3JF8RAjlQAJ0SEw5kGpGtLKo8GfRcWhE9Mpo6VgCcC7O/ 5hKy0tjTdR6HuHFeqToCq2U= =WdKu -----END PGP SIGNATURE----- --qtZFehHsKgwS5rPz-- From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 10:12:38 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF8316A4CE; Mon, 13 Sep 2004 10:12:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C055C43D53; Mon, 13 Sep 2004 10:12:38 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) i8DACc3v045544; Mon, 13 Sep 2004 10:12:38 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8DACcr3045540; Mon, 13 Sep 2004 10:12:38 GMT (envelope-from ru) Date: Mon, 13 Sep 2004 10:12:38 GMT From: Ruslan Ermilov Message-Id: <200409131012.i8DACcr3045540@freefall.freebsd.org> To: leeym@FreeBSD.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/71406: [patch] set WARNS=1 and unbreak 'make buildworld' for RELENG_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: Mon, 13 Sep 2004 10:12:39 -0000 Synopsis: [patch] set WARNS=1 and unbreak 'make buildworld' for RELENG_5 State-Changed-From-To: closed->open State-Changed-By: ru State-Changed-When: Mon Sep 13 10:12:06 GMT 2004 State-Changed-Why: Want to add more details. http://www.freebsd.org/cgi/query-pr.cgi?pr=71406 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 10:13:41 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1377916A4CE; Mon, 13 Sep 2004 10:13:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E861C43D46; Mon, 13 Sep 2004 10:13:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) i8DADeVq045594; Mon, 13 Sep 2004 10:13:40 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8DADeYP045590; Mon, 13 Sep 2004 10:13:40 GMT (envelope-from ru) Date: Mon, 13 Sep 2004 10:13:40 GMT From: Ruslan Ermilov Message-Id: <200409131013.i8DADeYP045590@freefall.freebsd.org> To: leeym@FreeBSD.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/71406: [patch] set WARNS=1 and unbreak 'make buildworld' for RELENG_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: Mon, 13 Sep 2004 10:13:41 -0000 Synopsis: [patch] set WARNS=1 and unbreak 'make buildworld' for RELENG_5 State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Mon Sep 13 10:12:43 GMT 2004 State-Changed-Why: Your build environment is broken. Please see the following posting for an explanation and a recipe to recover: http://lists.freebsd.org/pipermail/freebsd-current/2004-September/037212.html http://www.freebsd.org/cgi/query-pr.cgi?pr=71406 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 11:00:51 2004 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 6F71C16A4CE for ; Mon, 13 Sep 2004 11:00:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F3D843D1D for ; Mon, 13 Sep 2004 11:00:51 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8DB0pPg047828 for ; Mon, 13 Sep 2004 11:00:51 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8DB0oMY047822 for freebsd-bugs@freebsd.org; Mon, 13 Sep 2004 11:00:50 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Sep 2004 11:00:50 GMT Message-Id: <200409131100.i8DB0oMY047822@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, 13 Sep 2004 11:00:51 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/09/13] pending/71689gnats-admin Microsoft disc ounts 1 problem total. Non-critical problems From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 11:01:00 2004 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 ACBF016A4CE for ; Mon, 13 Sep 2004 11:01:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7522443D3F for ; Mon, 13 Sep 2004 11:01:00 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8DB10HJ047861 for ; Mon, 13 Sep 2004 11:01:00 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8DB0prR047833 for freebsd-bugs@freebsd.org; Mon, 13 Sep 2004 11:00:51 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Sep 2004 11:00:51 GMT Message-Id: <200409131100.i8DB0prR047833@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, 13 Sep 2004 11:01:00 -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 ------------------------------------------------------------------------------- f [2000/05/09] bin/18466 qa [sysinstall] install via nfs or ftp media o [2001/02/22] ports/25272 ports-bugs Using lang/eperl as cgi/nph binary execut a [2001/05/10] kern/27250 bp [unionfs] [patch] unionfs filesystem pani p [2001/12/28] gnu/33262 mp gdb does not handle pending signals corre o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition (wit o [2002/06/11] ports/39148 cy screen consumes 100% when run f [2002/08/16] kern/41723 [2TB] on 1TB fs, copying files to filesys o [2002/10/25] misc/44471 qa [sysinstall] 4.6 install writes MBR even o [2002/12/28] kern/46576 emulation FreeBSD 4.6 broke linux emulation install o [2003/02/16] bin/48341 qa [sysinstall] sysinstall deletes mbr altho o [2003/03/23] kern/50201 [twe] 3ware RAID 5 resulting in data corr o [2003/06/28] kern/53874 emulation /usr/ports/emulators/linux_base isn't wor o [2003/07/30] ports/55032 emulation java/jdk13: SVr4 emulation interferes wit o [2003/09/28] bin/57321 markm CGI.pm in 4.x base system has a cross-sit o [2003/10/06] i386/57673 i386 [disklabel] Odd/dangerous disklabel behav o [2003/11/10] kern/59103 Serious data corruption reading compact f f [2003/11/13] i386/59253 sos ata device reset hangs if device is dead o [2003/12/12] kern/60175 panic: 5.2-RC: disk errors cause panic in o [2003/12/17] kern/60313 data destruction: lseek() misalignment si o [2004/01/31] java/62144 phantom JVM is Crashing o [2004/01/31] java/62145 phantom HotSpot Java Virtual Machine Error : 11 o [2004/02/12] amd64/62753 obrien txp(4) panics on amd4 o [2004/02/16] i386/62902 i386 Data Corruption on Dell PE 600SC (Server o [2004/02/21] sparc64/63161sparc64 system panics when writing to an NFS moun o [2004/03/25] i386/64716 i386 [nis] mv crashes FreeBSD 5.2.1-p3 o [2004/04/16] i386/65646 i386 FreeBSD suddenly turns off the power o [2004/04/22] threads/65883threads libkse's sigwait does not work after fork o [2004/04/28] i386/66039 i386 panic: system panic with file system corr o [2004/05/04] i386/66248 i386 [panic] bootloader is confused by booting o [2004/05/04] bin/66261 fsck cannot recover filesystem corruption o [2004/05/11] kern/66553 rwatson SEBSD kernel compilation errors o [2004/05/27] i386/67260 i386 [boot] stack overflow after boot menu whe o [2004/06/18] kern/68066 sos recent kernel cannot boot on pc98 with at o [2004/06/30] misc/68528 make release fails with mdconfig o [2004/07/07] kern/68757 kan rapid file creation on snapshotted filesy o [2004/08/06] kern/70096 [patch] full msdos file system causes cor o [2004/08/23] kern/70881 5.3 beta1 kernel.generic missing from /bo o [2004/09/05] i386/71395 i386 Data corrupted on Serverworks CG-SL chips p [2004/09/05] bin/71408 brooks [2TB] bsdlabel refuses to label a 2.7TB a o [2004/09/09] i386/71538 i386 [install] multi-homed install trashes exi o [2004/09/12] kern/71644 amd64 5.3-BETA4 crash when heavy load o [2004/09/12] kern/71645 System hangs when booting the kernel o [2004/09/12] i386/71675 i386 Incorrect GCC version check in /usr/inclu o [2004/09/12] ports/71687 ports-bugs ports tree update bug by freeBSD 5.2.1 o [2004/09/13] kern/71695 ifconfig hanging box 45 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1997/04/02] bin/3170 vi freaks and dump core if user doesn't e o [1997/05/07] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- s [1997/10/01] bin/4672 rdist does not do hard links right when t 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/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/11/11] bin/8646 Implement rlogind -a option f [1998/11/21] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console 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/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/05/13] kern/11697 tegge Disk failure hangs system f [1999/06/05] kern/12041 Crashes on startup if Zip drive is switch o [1999/09/11] bin/13691 fenner tcpslice cannot extract over 2GB part of s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme f [1999/09/30] ports/14048 des [patch] doscmd -r doesn't work o [1999/10/14] kern/14334 imp [patch] AHA-1542A not supported by FreeBS a [1999/11/04] kern/14712 iedowse [nfs] root has access to NFS mounted dire s [1999/11/17] bin/14946 mjacob rmt - remote magtape protocol o [1999/12/24] bin/15662 markm [PATCH] perl5 Sys::Hostname fails if no P f [1999/12/26] kern/15707 bms bad trap in mprotect o [2000/01/02] i386/15845 imp [patch] Driver for RealTek 8029 f [2000/01/04] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available p [2000/01/22] kern/16299 peadar [nfs] nfs.ko can be unloaded when nfsd is o [2000/02/21] conf/16879 tanimura [sound] Sound drivers seem to be using sh o [2000/02/24] bin/16948 qa [sysinstall] sysinstall/disklabel: bad pa o [2000/03/11] kern/17310 wpaul [patch] NIS host name resolving may loop o [2000/03/17] kern/17422 bde 4.0-STABLE: top: nlist failed s [2000/03/22] conf/17540 [nfs] NIS host lookups cause NFS mounts t o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa o [2000/04/06] kern/17819 [unionfs] Build ports on nfs & union moun o [2000/04/14] kern/18012 [patch] vfs_subr.c: vnode_free_list corru o [2000/04/17] i386/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia f [2000/04/24] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/05/18] kern/18641 paul [panic] FreeBSD V4.0 crashes when using i s [2000/05/22] bin/18742 mike times.allow field parsed incorrectly s [2000/05/24] ports/18800 green security/cfs ports installation fix p [2000/05/29] kern/18874 [2TB] 32bit NFS servers export wrong nega o [2000/06/13] i386/19245 obrien -fexpensive-optimizations buggy (even wit s [2000/06/20] bin/19405 markm telnetd sends DO AUTHENTICATION even if a o [2000/07/02] kern/19654 mbr 20 dc ports in one machine (5x 4port card s [2000/07/08] bin/19773 markm [PATCH] telnet infinite loop depending on o [2000/07/13] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/18] kern/20016 threads pthreads: Cannot set scheduling timer/Can s [2000/07/19] docs/20028 doc ASCII docs should reflect tags o [2000/07/19] kern/20040 jhb Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] bin/20172 byacc 1.9 fails to generate $default tran o [2000/07/29] bin/20282 qa [sysinstall] sysinstall does not recover o [2000/07/30] i386/20308 mux [panic] vidcontrol VESA_800x600 causes a p [2000/08/03] bin/20373 Setting breakpoints in shared objects bro f [2000/08/05] kern/20429 [kbd] setting flags 0x1 in atkbd0 locks k o [2000/08/08] ports/20490 perky Termios timeout parameters, VMIN, VTIME, f [2000/08/10] bin/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde Support for PCI multiport cards for sio d o [2000/08/16] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/18] kern/20689 scsi Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/26] kern/20861 threads libc_r does not honor socket timeouts o [2000/08/29] bin/20912 marcel gdb does not recognise old executables. o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] bin/21089 vi silently corrupt open file on SIGINT w f [2000/09/12] kern/21220 scsi mlx0: I/O error - attempt to write beyond a [2000/09/16] kern/21304 mbr dc0 watchdog timeouts on NetGear FA310TX o [2000/09/20] misc/21406 [boot] bootinst or booteasy overwrites se o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/22] 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/29] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/10/05] kern/21771 rik Fix for sppp and Cronyx drivers update a [2000/10/07] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] kern/21998 green [patch] ident only for outgoing connectio o [2000/10/20] kern/22142 cjc securelevel does not affect mount f [2000/10/25] bin/22291 [nfs] getcwd() fails on recently-modified o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com a [2000/11/14] bin/22846 bms Routed does not reflect preference of Int o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] bin/23098 ambrisko [patch] [sysinstall] if installing on a s o [2000/12/14] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2001/01/03] kern/24032 markm rndcontrol and pccardd use of interupt ha f [2001/01/03] kern/24059 USB support broken in SMP kernel 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/07] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 dumpon should check its argument more f [2001/01/16] bin/24391 mbr cannot kill amd after interface disappear o [2001/01/19] bin/24461 Being able to increase the YP timeout wit o [2001/01/20] threads/24472threads libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/25] kern/24629 harti ng_socket failes to declare connected dat o [2001/01/25] threads/24632threads libc_r delicate deviation from libc in ha o [2001/01/25] kern/24641 threads pthread_rwlock_rdlock can deadlock s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca o [2001/02/10] kern/24982 iedowse stack gap usage o [2001/02/11] 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 able to mount a pathname > 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ 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/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] ports/25576 x11 XFree86-4 port installs manual pages with o [2001/03/13] i386/25781 i386 Statclocks cannot be disabled on ServerWo p [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] bin/25851 qa [patch] security hole in anonymous FTP se o [2001/03/18] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/19] i386/25909 [hang] 4.x kernel freezes on P3-Asus CUSL o [2001/03/19] kern/25910 sound [sound] Kernel sound driver may die if a o [2001/03/19] bin/25929 qa [fixit] Can't use MAKEDEV in fixit mount o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa a [2001/03/22] kern/25986 andre Socket would hang at LAST_ACK forever. o [2001/03/23] kern/26013 joe Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] kern/26035 sound [sound] [hang] system hangs when playing o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts a [2001/03/27] kern/26142 [nfs] Unlink fails on NFS mounted filesys o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i f [2001/04/03] kern/26309 glebius PPPoE client panics in kernel - fxp probl o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] bin/26320 alfred [mount] [patch] mountd breaks IRIX automo a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/08] kern/26430 sound [sound] -CURRENT panics on cat /dev/dsp o o [2001/04/10] kern/26486 [patch] setnetgrent hangs when netgroup c o [2001/04/12] kern/26506 [patch] sendto() syscall returns EINVAL i o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/26] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/27] bin/26897 qa [sysinstall] 4.3R sysinstall fails to cre f [2001/05/03] kern/27059 scsi (symbios) SCSI subsystem hangs under heav f [2001/05/11] kern/27275 kernel bug ? (negative sbsize) o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter s [2001/05/22] kern/27543 /proc/cpuinfo does not handle SMP hosts o [2001/05/24] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 sound [sound] Panic in csa(4) f [2001/05/29] i386/27729 qa [sysinstall] the ls120 device "afd" does a [2001/06/05] kern/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] conf/27896 Error in /etc/exports invalidates entire o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/12] bin/28095 [PATCH] pax may descend into directories o [2001/06/14] ports/28138 perky python os.statvfs module is not functiona o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 yar ftpd doesn't honor invalid shelll in logi o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/29] kern/28508 scsi problems with backup to Tandberg SLR40 st o [2001/07/04] kern/28692 sound [sound] 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/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/14] kern/28966 emulation [patch] math libraries in linux emulation f [2001/07/20] ports/29098 jedgar p5-Mysql port references wrong directory f [2001/07/23] kern/29170 ru ARP request fails after "bad gateway valu o [2001/07/27] bin/29253 natd forgets about udp connections o [2001/08/02] bin/29375 qa [sysinstall] disk editor gets confused by o [2001/08/03] kern/29421 Update a file with mmap will cause mtime/ o [2001/08/05] kern/29465 sound [sound] Can't probe NeoMagic 256AX audio f [2001/08/11] kern/29626 ifconfig causes kernel panic in 4.4-PRERE o [2001/08/13] kern/29686 kevent EV_ADD EVFILT_WRITE does the wrong o [2001/08/15] bin/29725 dwmalone [PATCH] Fixed segmentation fault in simpl o [2001/08/17] bin/29808 ypserv dumps core in yp_find_db o [2001/08/20] bin/29903 ypbind loses connection to NIS master and p [2001/08/21] kern/29915 bms kernel panics on interaction with mlock a o [2001/08/23] kern/29983 imp Problem with "TI PCI-1250 PCI-CardBus Bri o [2001/08/27] kern/30125 btx/bootloader dumps very often if serial f [2001/08/28] kern/30160 [panic] kernel panic when flash disk is r f [2001/08/29] i386/30206 mdodd [boot] PS/2 server 85 can't boot kern.flp o [2001/08/30] kern/30223 [patch] Using /usr/share/examples/kld/cde p [2001/08/31] bin/30235 /usr/sbin/portmap cannot listen to localh o [2001/08/31] kern/30241 gibbs System crash w/err: AHC0; AHC_INTR - refe o [2001/09/04] bin/30310 top does not show CPU usage o [2001/09/06] conf/30399 Have Fortran use the CPUTYPE variable o [2001/09/10] kern/30482 calcru calls printf while holding a spin o [2001/09/10] alpha/30486 alpha AlphaServer DS10 floppy access is broken o [2001/09/10] alpha/30487 alpha Floppy access on AlphaServer DS20 solid l f [2001/09/10] ports/30490 sobomax yacc in world does NOT fully respect TMPD f [2001/09/11] kern/30502 joe panics if logitech joystick usb attached o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/26] bin/30837 qa [sysinstall] sysinstall doesn't set the s o [2001/09/27] i386/30860 [hang] While install after "Mounting root o [2001/09/27] bin/30869 dump(8) does not dump all files of a file s [2001/09/29] i386/30921 [kbd] ACER mechanic ps/2 keyboard don´t w o [2001/10/01] kern/30948 ls'ing mounted brand new floppy locks up o [2001/10/01] kern/30958 rwatson QUOTA with 0 bytes in quota.user hangs up f [2001/10/01] bin/30966 fenner TCPdump repeating on Radius accounting pa o [2001/10/01] kern/30971 peter [nfs] NFS client modification time resolu s [2001/10/02] ports/30993 ports-bugs xxgdb cannot open source file s [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/07] kern/31102 wpaul lge + Pentium III data transmission probl o [2001/10/14] kern/31266 cjc System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe [patch] fix crunchgen to work with more c o [2001/10/18] bin/31363 qa [sysinstall] "partition editor" silently o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. a [2001/10/31] kern/31659 joe USB controller driver will die after some o [2001/11/04] kern/31746 failed connect(2) seems to cause problems o [2001/11/06] kern/31790 [nfs] problem with NFS and jail() o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/14] i386/31979 [kbd] Setup and boot locks Compaq Armada o [2001/11/19] kern/32098 semctl() does not propagate permissions a [2001/11/19] kern/32118 mbr 21143 with dc driver will not select 10ba o [2001/11/20] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2001/11/20] kern/32124 imp Cannot set 128 bit wep key on prism2 (wi0 o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/26] bin/32295 threads pthread dont dequeue signals o [2001/11/28] kern/32353 if kern.maxproc > 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] NFS directory removal problems mani f [2001/12/11] bin/32686 wosch locate command dumps a core file with bro f [2001/12/12] kern/32713 joe [usb] mouse detaches from hub and doesnt o [2001/12/12] kern/32716 joe system hangs when running vid (usb webcam f [2001/12/13] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 glebius [netgraph] Problem with IPX and netgraph( f [2001/12/21] kern/33074 joe USB printer support does not detect print o [2001/12/22] ports/33080 ume gkrellmvolume interferes with the ability a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea o [2001/12/24] kern/33138 [patch] pnp problem in 4.3, 4.4, 4.5 f [2001/12/26] kern/33201 net/net_osdep.c:if_name is broken f [2001/12/26] bin/33213 ume rarpd(8) fails to init IPv6 enabled inter o [2001/12/30] kern/33344 davidxu memory leak in device resource config loa o [2001/12/31] bin/33370 qa [sysinstall] post-configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system o [2002/01/04] kern/33532 sound [sound] Playing audio on some soundcards f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories f [2002/01/07] kern/33653 brian DSL PPPoE connection error on 4.5-PRERELE o [2002/01/08] conf/33670 dwmalone default inetd install allows for unlimite o [2002/01/08] bin/33672 [patch] telnetd and mount_mfs signal hand f [2002/01/08] kern/33696 mbr [panic] Driver mistake: repeat make_dev(" o [2002/01/09] kern/33738 [patch] argv == NULL is not handled corre o [2002/01/13] kern/33833 luigi Correct kernel config for 4.4-RELEASE is f [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/16] kern/33940 [patch] quotactl allows compromise gid-qu o [2002/01/18] kern/34017 The siginfo_t passed to the signal handli p [2002/01/18] kern/34020 maxim programs fail that poll(2) on fifos o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w s [2002/01/19] kern/34067 [usb] Reproducable crash on usb ugen o [2002/01/20] kern/34071 [pcn-driver] is sort-of-broken in 4.5RC2 s [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/25] gnu/34246 joe CVS doesn't rebuild CVSROOT/options f [2002/01/25] bin/34269 fenner tcpdump -v incorectly identifies packets o [2002/01/25] bin/34270 man -k could be used to execute any comma f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/01/31] kern/34470 bde Modem gets sio1 interrupt-level buffer o o [2002/02/01] threads/34536threads accept() blocks other threads o [2002/02/02] kern/34544 joe [kbd] Kernel crash on fclose() of /dev/kb o [2002/02/03] kern/34568 [lpt] turning printer on and off hangs th p [2002/02/04] kern/34619 bms TCP - FINs with different sequence number p [2002/02/07] bin/34682 fenner scanf/sscanf doesn't understand %lld f [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/11] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] kern/34842 [NIS] [patch] VmWare port + NIS causes "b o [2002/02/17] kern/35061 joe After printing to HP Deskjet 656c USB pri o [2002/02/18] i386/35078 [patch] Uninitialized pointer dereference o [2002/02/19] bin/35116 keyinfo(1) 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/24] kern/35269 kris possible panics with 4:1 filesystem ratio p [2002/02/25] standards/35307standards standard include files are not standard c o [2002/02/26] i386/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 sound [sound] emu10k1: no posibility to record o [2002/02/28] 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/03/01] kern/35442 [patch] Problem transmitting runts in if_ o [2002/03/03] kern/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] kern/35615 sound [sound] [hang] ES1978 Maestro 2E sound ca f [2002/03/07] kern/35645 bms Layer 2 switching using default router of o [2002/03/08] kern/35669 [nfs] 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] conf/35726 andre [patch] [rc.network] can't use ifconfig o o [2002/03/14] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/15] bin/35925 qa [sysinstall] fixit floppy cannot be mount a [2002/03/16] kern/35985 re swap double mount o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free p [2002/03/18] kern/36038 bp [smbfs] sendfile(2) on smbfs fails, expos o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup a [2002/03/19] bin/36110 dmesg output corrupt if /dev/console is b o [2002/03/20] kern/36147 bogus irq 7 message being issued o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/22] kern/36219 [patch] poll() behaves erratic on BPF fil o [2002/03/28] kern/36415 roger [bktr] [patch] driver incorrectly handles f [2002/03/29] kern/36482 Multiport starfire card (sf/ukphy) doesn' o [2002/03/29] kern/36504 [patch] crash/panic vm_object_allocate un o [2002/03/29] bin/36508 qa [sysinstall] installation floppy bug (4.5 o [2002/03/30] i386/36517 sis driver can't map ports/memory for Net o [2002/03/31] kern/36566 [smbfs] System reboot with dead smb mount o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d f [2002/04/07] i386/36850 joe Page Fault using ppp with USB Modem [4.9] o [2002/04/08] bin/36867 [patch] games/fortune: add FORTUNE_PATH e o [2002/04/08] bin/36911 qa [sysinstall] installation floppies miss a o [2002/04/09] gnu/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/10] i386/36943 reboot hangs on Tyan Thunder K7 with SMP o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/14] kern/37064 imp [pccard] System hangs when removing wire o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun p [2002/04/16] kern/37161 emulation ext2 linux file system, error handling la s [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic f [2002/04/19] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/22] kern/37326 roger [bktr] smbus/bktr crash when omitting "de o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/25] kern/37436 [hang] accept dead loop when out of file o [2002/04/25] kern/37441 davidxu [patch] ISA PNP parse problem o [2002/04/27] kern/37502 [nfs] NFS client ignores mtime.tv_usec fo o [2002/04/28] i386/37523 davidxu [patch] lock for bios16 call and vm86call o [2002/04/30] i386/37585 qa [hang] System hangs on install at probing o [2002/04/30] kern/37589 imp Kernel panics upon resume from zzz on my o [2002/04/30] ports/37596 shige EMACS_PORT_NAME=xemacs21 forks make infin o [2002/05/01] kern/37635 joe USB ufm driver using major 200, although o [2002/05/02] kern/37675 le [vinum] Page fault when newfs'ing a vinum o [2002/05/03] kern/37710 murray LAN interface in wrong state after attemp f [2002/05/05] kern/37775 [smbfs] netsmb/smb_subr.c needs opt_globa o [2002/05/13] kern/38011 rsm Fatal Trap 12 using Xircom CE2 in IBM 760 a [2002/05/13] java/38018 znerd ports/www/jakarta-tomcat4: make passing o a [2002/05/13] java/38020 znerd ports/www/jakarta-tomcat4: stop tomcat vi o [2002/05/14] bin/38058 brian ppp w/ VJ compression alters IP header le o [2002/05/14] i386/38070 [panic] 4.6-PRERELEASE panics on resume o o [2002/05/15] kern/38095 bp vlan not supported with fxp f [2002/05/17] kern/38166 gad ipv6_gateway_enable="YES" breaks lpd f [2002/05/18] ports/38212 knu XFree86-4 and portupgrade get dependencie f [2002/05/23] i386/38459 mux Intel SB82558B NIC won't initialize prope o [2002/05/24] i386/38484 [hang] probe freeze while probing devices o [2002/05/24] kern/38495 bms soreceive fails to maintain invariant on o [2002/05/24] kern/38518 [boot] combination of pr-27087 and pr-369 s [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 threads the procces compiled whith pthread stoppe a [2002/05/25] kern/38554 bms changing interface ipaddress doesn't seem o [2002/05/26] bin/38582 qa [sysinstall] sysinstall sets newfs flag a a [2002/05/27] gnu/38594 kan Fortan program don't link post gcc-3.1 o [2002/05/27] bin/38609 qa [sysinstall] sysinstall should know the s o [2002/05/27] kern/38632 imp Loss of connection with wi cards o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid f [2002/05/30] kern/38736 joe kernel panic during memory stick removal o [2002/05/30] kern/38752 andre rn_walktree_from not halting at the right o [2002/06/01] kern/38795 sound [sound] kldunload of snd_ess, snd_sb16, s o [2002/06/03] kern/38872 [nfs] nfs code ignores possibility of MGE o [2002/06/04] i386/38894 Dell PowerEdge 4600 PCI Bus scan problems o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/07] kern/38983 Kernel fails to access disk f [2002/06/11] ports/39149 ume ports/mail/cyrus-imapd: cyradm causes per o [2002/06/12] kern/39185 core dump binary in single user mode o [2002/06/13] kern/39233 bms NonConforming IPsec implementation from F o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/14] kern/39260 sound [sound] pcm0 locks on boot, Compaq Presar o [2002/06/15] kern/39329 [mount] '..' at mountpoint is subject to o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() f [2002/06/15] kern/39341 joe ppp + USB modem problem o [2002/06/17] kern/39388 scsi ncr/sym drivers fail with 53c810 and more s [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i s [2002/06/19] i386/39536 FreeBSD default bootloader does not load o [2002/06/20] i386/39604 Install failure on HP Pavilion 310n - Una f [2002/06/24] kern/39805 joe 4.6R install panics with umass0 device co o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi 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/27] threads/39922threads [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 imp wi0 timeouts and hangs the system while s a [2002/06/27] kern/39937 bms ipstealth issue a [2002/06/28] bin/39940 [patch] /usr/sbin/periodic sends thousand o [2002/06/29] kern/40001 le [vinum] vinum showing -2 drives after rem o [2002/06/30] i386/40044 SMP kernel fails to boot on DELL 610 o [2002/07/01] i386/40073 rsm Xircom Realport Ether doesn't work in Tos o [2002/07/02] kern/40122 sound [sound] Device pcm stopps booting Kernel f [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/05] misc/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] bin/40215 wpaul [nis] NIS host search not terminate o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/07/05] bin/40227 [patch] CVS client doesn't upload new fil o [2002/07/06] bin/40260 qa [sysinstall] hang when detecting devices 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/10] kern/40394 if_tap driver hard coded permission check a [2002/07/12] bin/40466 pax may not handle correctly some tar arc o [2002/07/12] bin/40471 des chpass(1) -a option broken in CURRENT p [2002/07/14] kern/40558 bms UDP6 sockets do not receive responses of o [2002/07/14] kern/40561 TTCP does not work with IPv6 o [2002/07/14] kern/40574 sound [sound] NeoMagic soundcard detection on G o [2002/07/15] i386/40577 [hang] post-October 2001 Dell Inspiron 25 f [2002/07/16] bin/40656 qa [patch] [sysinstall] scripted deletion of o [2002/07/19] kern/40787 kernel panic if PCMCIA CD-drive with moun o [2002/07/19] kern/40792 joe signals lead to data loss on device ugen o [2002/07/22] kern/40895 scsi wierd kernel / device driver bug o [2002/07/26] kern/41007 net overfull traffic on third and fourth adap o [2002/07/30] i386/41138 silby vr0 locks up on one hub, OK on another o [2002/07/31] kern/41216 [nfs] Get "NFS append race" error o [2002/08/01] conf/41242 periodic scripts make unwarranted 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] kern/41331 threads Pthread library open sets O_NONBLOCK flag o [2002/08/05] bin/41350 vnconfig: apparent off-by-one bug o [2002/08/07] kern/41402 [panic] kernel panics in pmap_insert_entr o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/08] bin/41435 mbr dhclient writes lease file that it can't o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie a [2002/08/14] bin/41647 bms ifconfig doesn't accept lladdr along with o [2002/08/16] kern/41720 if_nge_load=YES make system not bootable o [2002/08/17] kern/41740 le [vinum] page fault while rebuilding; inab o [2002/08/18] bin/41757 qa [sysinstall] sysinstall 4.6.x unstable p [2002/08/18] kern/41765 bms UDP socket remains connected after error s [2002/08/19] bin/41776 bms mrouted doesn't route multicast packets o [2002/08/19] conf/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] bin/41850 qa [sysinstall] sysinstall fails to create r o [2002/08/22] kern/41881 glebius ng_device was not MFCed for 2 months o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, o [2002/08/26] kern/42030 bms panic when zebra works on detaching tun i o [2002/08/27] kern/42089 phk 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/29] kern/42173 sound [sound] Sony VAIO FXA 53 (or FXA 679 in M o [2002/08/30] i386/42198 pjd Kernel panics or system hangs up with big s [2002/08/30] kern/42216 rwatson simultaneous multiple server network fail o [2002/09/03] kern/42352 Impossible to set RCV timeout on a socket o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/06] ports/42483 cy misc/screen problem with editors/vim-lite o [2002/09/07] i386/42539 Fatal Trap 12 resulting from Conner Perip o [2002/09/09] kern/42578 Using PCI serial cards (puc) in SMP machi p [2002/09/09] kern/42580 robert kernel crash when starting ISC 3.2 X11 bi o [2002/09/10] kern/42621 imp Dell Inspiron 5000e hangs when using Orin o [2002/09/11] kern/42652 [smbfs] error deleting r/o (by windows) f o [2002/09/11] bin/42658 markm recompile /usr/src/libexec/telnetd and lo o [2002/09/13] gnu/42726 cvsadm cvs -R pserver & val-tags: story continue p [2002/09/13] kern/42727 bms [PATCH] Wrong MTU in need-frag ICMP using o [2002/09/13] kern/42748 joe USB does not work (Fujitsu Lifebook) o [2002/09/13] i386/42750 Fdisk makes no difference between FAT32, o [2002/09/14] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/09/14] kern/42769 [boot] Boot stalls if the system has a se o [2002/09/14] i386/42784 imp pcmcia 16bit network card removal locks a f [2002/09/15] kern/42796 scsi NCR/SYM 53C825 driver detects scsi cdrom o [2002/09/15] kern/42801 [hang] FreeBSD freezes when opening cuaa0 a [2002/09/18] kern/42937 bms panic when ARP cache uses up all mbufs o [2002/09/20] kern/42983 imp wi0 sporadically freezes the system for 1 o [2002/09/21] i386/43151 Panic 20 seconds after resume o [2002/09/22] bin/43223 getnetby{name|addr} broken for DNS lookup o [2002/09/24] bin/43337 des fetch: -s fails if -4 or possibly other o f [2002/09/25] i386/43366 joe Cannot format media in USB floppy devices o [2002/09/28] www/43454 www Packages hard to find, often missing o [2002/09/29] kern/43462 joe copying files from olympus C-4040 digital o [2002/09/29] kern/43491 microuptime () went backwards o [2002/09/30] bin/43501 getpwnam, getpwuid fail when linking agai p [2002/10/01] alpha/43567 robert strtod() core dumps o [2002/10/02] kern/43576 imp Problem with wi driver and Lucent Orinoco o [2002/10/02] bin/43592 mktime rejects dates at the start of dayl a [2002/10/03] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/03] kern/43625 imp Wi(4) driver hangs after long data transf o [2002/10/04] bin/43674 [patch] login(1): able to bypass expired o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/08] conf/43837 wollman PKST (pakistan daylight time) changed fro o [2002/10/09] i386/43852 4.7-RC "device timeout" problem a [2002/10/10] kern/43885 ken USB CDROM does not work with vmware 2.x f [2002/10/10] ports/43886 markm local exploitable overflow in rogue o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/12] kern/43954 [nfs] nfs-blocked process can't return or f [2002/10/12] kern/43984 rp driver does not support multiple PCI c o [2002/10/13] bin/43993 joe /usr/sbin/usbd does not handle an usb eve a [2002/10/14] kern/44030 VNode/Swap troubles o [2002/10/15] kern/44087 [crash] fatal kernel trap when ifconfig a o [2002/10/16] kern/44126 paul lnc network hungup at large traffics on V o [2002/10/16] i386/44130 i386 Enabled apm hangs up FreeBSD kernel on i8 o [2002/10/16] kern/44150 Diskless kernel may crash, depends on the o [2002/10/18] i386/44188 qa [install] cannot install FreeBSD 4.0-4.6 o [2002/10/18] kern/44202 -stable rp driver does not work with mult o [2002/10/18] kern/44218 Init dies during boot after upgrade from o [2002/10/19] conf/44263 imp Intel AnyPoint II Wireless Card Unrecogni p [2002/10/21] kern/44336 [nfs] NFSv3 client broken - security prob o [2002/10/21] kern/44355 net After deletion of an IPv6 alias, the rout o [2002/10/23] kern/44417 luigi ipfw layer2 rules are not checked for eth s [2002/10/26] bin/44504 mp tcsh-6.12.00's "source" command ignore co s [2002/10/27] bin/44518 yar ftpd does not show OPIE OTP challenge o [2002/10/27] docs/44519 yar ftpd.conf(5) contains references to ftpd( o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end f [2002/10/28] kern/44569 Kernel crash o [2002/10/28] kern/44578 [nis] getnetgrent fails to read NIS netgr o [2002/10/30] kern/44744 [patch] VN devices can hang system FreeBS o [2002/11/01] bin/44808 opiepasswd makes bad seed for existing us o [2002/11/04] i386/44867 Frequent hard hangs on ASUS P4T-E/P4S-533 o [2002/11/04] kern/44884 imp [pccard] pcic is broken in current (build f [2002/11/06] kern/45013 locking warnings in CURRENT o [2002/11/07] kern/45023 emulation flexlm does not run with linux-base-7, st o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/13] bin/45272 dump/restore problem o [2002/11/15] docs/45303 doc Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/17] kern/45373 mckusick softupdate / fs damaged after loss of pow o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/19] bin/45478 /bin/sh coredump o [2002/11/20] i386/45525 imp Dell Inspiron 7000 does not recognize PC- f [2002/11/20] bin/45529 johan hexdump core-dumps with certain args [PAT o [2002/11/21] kern/45558 [msdosfs] mdconfig and msdosfs make fs wr o [2002/11/21] bin/45565 qa [sysinstall] write error, filesystem full o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error f [2002/11/22] kern/45579 joe Panic from USB stack after device detach o [2002/11/24] kern/45673 sound [sound] [patch] PC98 internal CS4231A is f [2002/11/25] kern/45713 scsi If you use the amr driver, it is impossib f [2002/11/25] bin/45721 darrenr ipfilter's flags and icmp-type processing p [2002/11/25] kern/45733 bms file descriptor flags and socket flags ou o [2002/11/27] i386/45773 Softboot causes autoconf failure on Broad o [2002/11/27] kern/45777 crashdump issue with too-small dumpdev a [2002/11/29] docs/45833 trhodes nsmb.conf man page o [2002/12/02] kern/45913 imp WaveLan driver problems with latest -CURR o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 markm Telnet fails to properly handle SIGPIPE o o [2002/12/05] kern/46017 [smbfs] smb mounts break /etc/periodic/we o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep f [2002/12/09] kern/46152 scsi Panic in adw dumping to tape o [2002/12/10] kern/46176 joe umass causes kernel panic if device remov o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/13] kern/46239 standards posix semaphore implementation errors o [2002/12/13] kern/46245 sound [sound] AC'97 is not supported on ABIT BW a [2002/12/17] ports/46322 tobez lang/perl5 - string '0' (zero) is not con s [2002/12/18] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 joe USB controller cannot be initialized on I f [2002/12/20] kern/46392 le [vinum] kernel, vinum, umount, changing u o [2002/12/20] conf/46401 dougb [PATCH] /etc/rc.d/named doesn't create ch o [2002/12/23] i386/46484 System panics upon configuration of bge N f [2002/12/24] i386/46506 joe [usb] [hang] Crash Before Initialization f [2002/12/26] kern/46551 cbb driver hangs on Sony Vaio p [2002/12/27] kern/46557 pjd ipfw pipe show fails with lots of queues o [2002/12/29] kern/46618 joe USB (UHCI/ICH3) PALM connect/disconnect/c a [2002/12/31] kern/46647 silby Failure to initialize MII on 3Com NIC res o [2003/01/01] bin/46670 qa [sysinstall] 5.0-RC2 install leaves CD dr o [2003/01/01] bin/46676 ru [PATCH] bsd.dep.mk restricts domain of ta o [2003/01/02] kern/46694 imp Getting DUP packets when in Promiscous mo o [2003/01/08] i386/46865 [panic] kernel panic on SuperMicro 6012-8 o [2003/01/08] bin/46866 NIS-based getpwent() falsely returns NULL f [2003/01/12] kern/47005 joe OHCI USB not noticing device detachments o [2003/01/17] kern/47152 pseudo-device ef in kernel does not creat o [2003/01/17] i386/47167 [panic] 5.0 RC 3 (and 2) has 1 second upt o [2003/01/20] i386/47236 Console missing during bootup on Sony Pic o [2003/01/20] ports/47245 znerd daemonctl scribbles over log file when si o [2003/01/21] i386/47279 [hang] IBM 370 hangs on reboot o [2003/01/21] kern/47286 device probing not verbose when using boo o [2003/01/22] kern/47359 dd panic after kldunload snp o [2003/01/23] bin/47384 qa [sysinstall] sysinstall ignores intended o [2003/01/24] i386/47449 Thinkpad 755CD floppy boot fails f [2003/01/25] i386/47451 qa [boot] 5.0 GENERIC CD locks during boot o o [2003/01/27] kern/47544 scottl iir does not detect direct access drives o [2003/01/29] kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption o [2003/01/29] kern/47647 [crash] init died with signal 6 [4.7] o [2003/01/31] kern/47731 [panic] reboot goes panic each time [5.0- f [2003/02/01] kern/47787 markm new 5.0 system without perl fails buildwo s [2003/02/02] kern/47813 bms pseudo-device gre doesn't appear to work o [2003/02/05] kern/47937 hw.ncpu and kern.smp.cpus duplicate same s [2003/02/05] kern/47939 roger [bktr] 5.0-Current freezes when bktr devi o [2003/02/05] kern/47951 [hang] rtld in ld.so will livelock in som o [2003/02/05] alpha/47952 alpha DEFPA causes machine check with V5.0-rele f [2003/02/06] i386/47989 [install] 5.0-RELEASE install CD kernel p o [2003/02/07] kern/48033 [ffs] FFS superblock flags are being igno o [2003/02/07] kern/48062 mckusick mount -o snapshot doesn't work on +100GB o [2003/02/08] kern/48100 Fatal panic in vm_map_lookup_entry ... [S o [2003/02/09] kern/48117 SMP machine hang during boot related to i o [2003/02/11] kern/48166 panic: pmap_new_proc: u_map allocation fa o [2003/02/11] bin/48183 marcel [patch] gdb on a corefile from a threaded o [2003/02/14] bin/48271 bug with find's -delete option s [2003/02/14] kern/48279 [bktr] Brooktre878 may cause freeze o [2003/02/16] conf/48325 /etc/periodic/security/100.chksetuid does o [2003/02/17] kern/48359 joe SiS 5597/8 USB + uscanner breakage o [2003/02/17] kern/48393 mckusick 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/19] misc/48461 murray $EDITOR on the fixit CD is wrong. o [2003/02/24] i386/48614 i386 VESA VGA modes for syscons lock up machin o [2003/02/26] i386/48691 [panic] kernel panics on ASUS A7N266-VM M o [2003/02/27] bin/48730 sos burncd does not handle signals and causes o [2003/02/27] kern/48741 darrenr ipnat corrupts packets on gre interface w o [2003/02/27] i386/48752 freeze when installing 5.0 Release 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 a [2003/03/02] kern/48849 joe Maxtor XT5000 causes panic in boot o [2003/03/02] threads/48856threads Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/03] bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unr o [2003/03/03] conf/48881 [PATCH] The influence of /etc/start_ifnam o [2003/03/05] kern/48952 joe uscanner0 hangs o [2003/03/07] kern/48996 Fatal trap 12 with incoming traffic from o [2003/03/09] 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] f [2003/03/10] ports/49076 roam stunnel logs normal end of connection as o [2003/03/10] threads/49087threads Signals lost in programs linked with libc f [2003/03/13] i386/49978 [boot] installation problem on Acer Altos o [2003/03/13] kern/49980 sound [sound] [patch] enable ThinkPAD X24 sound f [2003/03/13] bin/49984 des openSSH crashes while password based auth o [2003/03/16] ports/50042 mbr ports/www/mod_frontpage causes Bad System o [2003/03/17] ports/50062 knu portupgrade does not process directives f a [2003/03/20] kern/50149 joe Using Alcatel SpeedTouch results in "usb0 f [2003/03/25] kern/50298 [hang] unlimited usage of AGP memory make p [2003/03/28] bin/50384 robert pkg_version -v core-dumps when no package o [2003/04/03] kern/50574 mbr dc driver incorrectly detects ADMtek chip p [2003/04/10] bin/50770 popen in libc_r not threadsafe o [2003/04/11] kern/50827 [PATCH] no sane record locking on *nix. s [2003/04/12] kern/50856 [mfs] panic if mounting /tmp as mfs with o [2003/04/13] i386/50887 MBR on kern.flp fails Compaq MBR validati o [2003/04/14] kern/50943 sparc64 kernel panic to initialize NIC (Intel Pro p [2003/04/17] conf/51085 ache FreeBSD is missing ja_JP.eucJP locale. o [2003/04/18] www/51135 www Problems with the mailing-lists search in o [2003/04/20] 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 o [2003/04/22] kern/51274 ipfw ipfw2 create dynamic rules with parent nu o [2003/04/22] ports/51281 tobez lang/perl5: broken way of upgrading perl5 o [2003/04/23] kern/51308 sound [sound] Creative SB32 doesn't work under o [2003/04/23] kern/51332 njl QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1F o [2003/04/24] kern/51338 sound [sound] [hang] system hangs randomly beca 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] conf/51409 us.emacs.kbd doesn't have 'boot' o [2003/04/29] ports/51539 tobez lang/perl5: dual perl installation breaka o [2003/04/29] kern/51583 [nullfs] [patch] allow to work with devic o [2003/04/30] bin/51628 [nis] ypmatch doesn't match keys in legac o [2003/05/02] kern/51685 [hang] Unbounded inode allocation causes a [2003/05/03] ports/51711 trevor /usr/ports/emulators/linux_base will not o [2003/05/04] kern/51742 [panic] ffs_vfree: freeing free inode o [2003/05/06] bin/51827 getaddrinfo() is broken with numeric serv f [2003/05/06] bin/51892 des can't ssh after su to different local use p [2003/05/07] bin/51927 bms routed(8) fails to use multicast with IFF o [2003/05/08] threads/51949threads thread in accept cannot be cancelled o [2003/05/08] kern/51982 sio1: interrupt-level buffer overflows a [2003/05/11] ports/52068 openoffice portupgrade of editors/openoffice .org-1. s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM a [2003/05/12] ports/52087 openoffice error while building japanese/openoffice s [2003/05/12] kern/52110 green [unionfs] FS corruption when using unionf o [2003/05/12] i386/52128 Unable to floppy install on Toshiba Libre f [2003/05/16] kern/52331 scsi 4.7 to 4.8-REL upgrade: SCSI disks on sym o [2003/05/16] bin/52343 NIS login problem on the server o [2003/05/19] bin/52433 lines in /etc/group longer than 1024 char o [2003/05/19] kern/52445 [mfs] panic when mounting floppy on MFS f o [2003/05/22] i386/52556 i386 Syskonnect SK9843SX, sk driver, MII not d o [2003/05/22] i386/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/22] kern/52585 bms Kernel panic with ipfw2 and syncookies f [2003/05/22] i386/52593 mdodd [apm] Kernel panic when starting apm o [2003/05/24] i386/52638 i386 SCSI U320 on SMP server won't run faster f [2003/05/27] kern/52718 jeffr changes to kern_umtx.c causes panic in ca o [2003/05/27] i386/52724 njl crashes apparently due to a ACPI problem o [2003/05/28] bin/52743 /etc/ppp/ppp.linkup instability issues s [2003/05/28] kern/52745 [unionfs] Fatal trap 12: page fault while o [2003/05/30] ports/52793 ports-bugs Samba 2.2.8a printing woes o [2003/05/31] kern/52818 vm_fault() calls vput() on shared-locked o [2003/06/03] kern/52916 le [vinum] vinum causes panic after start/st p [2003/06/04] kern/52935 bms occasional panic in ip_input with IPSEC o [2003/06/04] kern/52936 [nfs] Huge writes to nfs exported FAT fil o [2003/06/04] kern/52943 [hang] reproducable system stuck just bre o [2003/06/05] kern/52962 imp discrepancy between ifconfig and wicontro p [2003/06/05] standards/52972standards /bin/sh arithmetic not POSIX compliant o [2003/06/06] i386/52975 i386 CPUTYPE=k7 results in non-functional /boo o [2003/06/07] kern/53008 acpi [PATCH] genwakecode generates errornously o [2003/06/10] kern/53137 [panic] background fscking causing ffs_va o [2003/06/11] i386/53200 i386 [boot] 5.1-RC1 SMP kernel boot gags at "A o [2003/06/13] kern/53264 sound [sound] [patch] PCM interrupt not routed o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian s [2003/06/17] ports/53414 ports-bugs port security/amavis-perl open filedescri o [2003/06/17] kern/53416 kmem_map too small after around 12 hours. f [2003/06/18] kern/53433 heavy i/o on GBDE partition on SMP locks o [2003/06/18] bin/53434 pw disallow a password including space. o [2003/06/18] kern/53447 standards poll(2) semantics differ from susV3/POSIX o [2003/06/19] ports/53504 knu pkgdb -F causes ruby to fail (can not all a [2003/06/20] kern/53566 mbr [panic] IBM Eserver (245 || 345) + ServeR o [2003/06/22] bin/53606 roberto ntpdate seems to hang system o [2003/06/23] i386/53620 i386 [install] Kernel panics / reboots during o [2003/06/24] sparc64/53670sparc64 pthreads implementation on 5.1-Release sp o [2003/06/27] bin/53839 qa [sysinstall] disklabel editor fails on po f [2003/06/27] kern/53847 [libc] software hang (linuxthreads-relate f [2003/06/30] kern/53920 andre sluggish TCP connection o [2003/06/30] kern/53927 imp wi0: device timeout problem with PRISM 2. o [2003/06/30] kern/53940 imp Some WiFi devices cannot connect to hosta o [2003/07/01] kern/53987 [smbfs] smbfs can't access to files with o [2003/07/02] i386/54033 i386 Disk lockup. o [2003/07/04] bin/54097 Non-local yppasswd -d broken in 5.1-CURRE o [2003/07/06] ports/54156 dougb Add foomatic and cups support to print/hp o [2003/07/07] kern/54189 [dns] resolver should resolve hostnames w s [2003/07/08] kern/54211 rwatson Seeing other uid with kern.file sysctl. f [2003/07/09] kern/54248 andre nge/vlan: kernel panic f [2003/07/09] ports/54256 mita japanese/vflib: fix dependency on japanes o [2003/07/10] kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o [2003/07/10] gnu/54317 sobomax tar with very large packages and portinst f [2003/07/10] kern/54331 robert shutdown() on a socket registered in a kq o [2003/07/11] bin/54401 [patch] pppstats prints 0 for absolute va o [2003/07/12] standards/54410standards one-true-awk not POSIX compliant (no exte o [2003/07/13] ports/54424 knu portupgrade ignores ALT_PKGDEP o [2003/07/13] bin/54446 pkg_delete doesn't honour symlinks, portu o [2003/07/14] java/54463 glewis Apparent bug in jdk13 o [2003/07/15] i386/54501 i386 Promise Ultra133 TX2 does not work proper f [2003/07/15] bin/54517 mbr dhclient core dumps on negative ip addres s [2003/07/16] kern/54534 [unionfs] unionfs && mfs|md crashing mach f [2003/07/16] i386/54549 [install] panic on install on Dell 600sc o [2003/07/17] kern/54595 sound [sound] emu10k1 sound driver locks system o [2003/07/21] kern/54705 sound [sound] codec timeout during read of regi o [2003/07/22] i386/54756 acpi ACPI suspend/resume problem on CF-W2 lapt o [2003/07/25] bin/54854 cvs pserver sig11 crash on 4.8-R p [2003/07/27] bin/54959 tr utility has a bug in ISO8859-2 locale o [2003/07/28] bin/54969 rcp '-r' option patch or MFC request p [2003/07/28] ports/54970 trevor emulators/linux_base Port Makefile "dange o [2003/07/28] conf/54971 mtm /etc/rc.d/mountcritermote requires ldconf a [2003/07/29] kern/55018 andre [patch] Digiboard PC/Xem fails to initial o [2003/07/29] kern/55028 The broken FAT12 filesystem causes system f [2003/07/30] ports/55039 sada Japanese fonts are not visible with mozil o [2003/07/31] ports/55136 lioux qmail-ldap uses old qmail-ldap patch, por o [2003/08/02] kern/55175 alfred LOR in select and poll o [2003/08/05] gnu/55278 Externs on implicit declarations o [2003/08/05] kern/55279 miibus/if_ed static/dynamic confusion o [2003/08/05] kern/55297 [vfs_subr.c] kernel panic after running X o [2003/08/07] bin/55346 /bin/sh eats memory and CPU infinitely o [2003/08/07] bin/55349 mbr Amd mixes up symlinks in it's virtual fil o [2003/08/08] bin/55366 le [vinum] [patch] vinum makes /dev/vinum wi s [2003/08/08] ports/55371 ports-bugs xfig dumps core (unaligned access), if US o [2003/08/08] kern/55379 [vm_page_inserti] kernel crashes randomly o [2003/08/10] bin/55448 dbm_nextkey() misbehaves after dbm_store( o [2003/08/11] bin/55457 marcel GDB gets confused debugging libc_r thread a [2003/08/13] kern/55542 andre [patch] discard oversize frame (ether typ o [2003/08/13] i386/55555 i386 system freezes with access to /dev/ums0 o [2003/08/13] i386/55561 i386 SMbus and I2C don't attach when loaded as a [2003/08/14] kern/55587 joe null dereference in usbdi.c: usb_transfer o [2003/08/15] i386/55603 unable to reboot when system runs from My o [2003/08/15] i386/55615 i386 machine freezes - goes on after key press o [2003/08/16] kern/55617 [smbfs] Accessing an nsmb-mounted drive v o [2003/08/17] i386/55661 njl ACPI suspend/resume problem on ARMADA M70 o [2003/08/20] kern/55727 rl(4) not working in recent 4.8-STABLE: w o [2003/08/20] sparc64/55773jake Conversion from long to long double is br o [2003/08/20] kern/55784 glebius [netgraph] [panic] (with trace) in using o [2003/08/20] kern/55822 acpi No ACPI power off with SMP kernel o [2003/08/20] kern/55823 tackerman em(4) interfaces (Intel Gigabit) are mute o [2003/08/21] bin/55829 __stderrp not defined in libc.so.3 (compa o [2003/08/21] bin/55846 and conflict a [2003/08/24] i386/55930 i386 partly configured serial port freezes sys o [2003/08/24] kern/55934 le [vinum] [workaround] kernel panics while o [2003/08/25] bin/55947 printf(1) mishandles \0 o [2003/08/25] bin/55956 passwd chat script not backward compatibl o [2003/08/25] bin/55965 sshd: problems with HostBasedAuthenticati o [2003/08/25] kern/55975 thomas ATAPICAM- READ_6(0x08) fails for ATAPI ta s [2003/08/26] kern/55993 [unionfs] getcwd() breaks on unionfs moun s [2003/08/26] ports/56006 des [PATCH] buffer overflows in databases/gna o [2003/08/26] kern/56008 scottl ps shows L flag erroneously with certain o [2003/08/27] kern/56024 njl ACPI suspend drains battery while in S3 o [2003/08/27] kern/56031 luigi ipfw hangs on every invocation o [2003/08/29] bin/56147 FreeBSD/NetBSD /bin/sh mishandles positio f [2003/08/31] kern/56233 bms IPsec tunnel (ESP) over IPv6: MTU computa o [2003/09/02] kern/56339 select() call (poll() too) hangs, yet cal a [2003/09/03] ports/56363 perky The graphics/py-opengl port is broken o [2003/09/03] i386/56372 njl acpi don't work on TYAN tiger100 M/B o [2003/09/03] kern/56381 [unionfs] panic: page fault in fifo_close f [2003/09/04] docs/56456 blackend Initial import of the ro_RO.ISO889-2 doc/ s [2003/09/04] kern/56461 [rpc] FreeBSD client rpc.lockd incompatib p [2003/09/05] bin/56500 roam rpc.lockd needs to use reserved ports o [2003/09/06] kern/56513 [panic] panic in ugen w/ moused -p /dev/u p [2003/09/08] bin/56606 [2TB] df cannot handle 2TB NFS volumes o [2003/09/09] kern/56617 sound [sound] Hang on boot w/Neomagic audio on o [2003/09/09] kern/56632 MTIO incorrect mt_fileno status after MTE f [2003/09/10] kern/56659 acpi ACPI trouble on IBM ThinkPad X31 o [2003/09/10] kern/56675 Syncer "giving up" on buffers and ext2 fi f [2003/09/14] kern/56759 scsi [hang] System freezes when writing CD Adv f [2003/09/14] kern/56760 scsi [hang] system hangs at boot with adaptec f [2003/09/14] kern/56871 scsi dd can't write variable length data block o [2003/09/14] kern/56873 qa [boot] system hangs on boot at Buslogic d o [2003/09/15] standards/56906standards Several math(3) functions fail to set err f [2003/09/16] kern/56933 i386 [panic] kernel panic vm_page_remove o [2003/09/17] i386/56937 i386 panic: system panic during high network l o [2003/09/17] i386/56944 4.8 cannot boot on Intel Server Board SE7 f [2003/09/18] kern/56973 scsi SCSI errors from on-board Adaptec (AIC7xx o [2003/09/19] kern/57015 imp [patch] Asus wl-100 (pcmcia wifi) support o [2003/09/20] kern/57036 No media detected by 3c905b-tx on 4.9-rel o [2003/09/20] i386/57043 i386 [hang] ar driver with 2 port PCI card loc o [2003/09/22] kern/57085 njl umass0 problems, with Sony Vio/USB memory f [2003/09/22] i386/57097 i386 [hang] Promise Ultra 100 TX2 causes locku a [2003/09/22] kern/57100 bms disable hardware checksums when using bri o [2003/09/23] ports/57134 tobez lang/perl5: BSDPAN can't be disabled s [2003/09/24] kern/57174 sos 4.9-PRERELEASE panic: ata_dmasetup: trans o [2003/09/24] kern/57192 emulation linux-ibm-java1.4 freeze o [2003/09/24] kern/57195 [mfs] mount_mfs -i 512 => panic? o [2003/09/25] kern/57206 [backtrace] softdep_lock locks against it a [2003/09/26] java/57235 znerd Fix pkg_add permission problem in tomcatX o [2003/09/26] bin/57255 joe usbd and multi-function devices a [2003/09/29] kern/57344 bms KMEM exhaustion from cloned routes o [2003/09/29] kern/57350 [panic] using old monocrome printer port s [2003/09/30] kern/57398 scsi Current fails to install on mly(4) based f [2003/09/30] bin/57401 mbr amd sets wrong permissions on mount point o [2003/10/01] kern/57453 [patch] if_kue hangs boot after warm boot o [2003/10/01] bin/57456 Telnet encryption gets out of sync o [2003/10/01] bin/57466 dialog(1) does not read stdin, breaks sub a [2003/10/01] kern/57479 bms FreeBSD Not in compliance with RFC 1122, p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' p [2003/10/02] bin/57484 bms routed not ignoring cloned routes o [2003/10/02] kern/57487 sound [sound] [patch] Sound stops working on my o [2003/10/04] bin/57554 sh(1) incorrect handling of quoted parame o [2003/10/05] kern/57603 roger [bktr] new bktr driver: freeze on SMP mac o [2003/10/06] kern/57631 jhb Boot failing for ALi chipsets, patch atta f [2003/10/06] i386/57632 i386 [boot] Dell PowerEdge 4300 is allergic to o [2003/10/07] kern/57722 [kern_resource.c] [patch] uidinfo list co o [2003/10/08] kern/57760 bms IPsec policy on inbound trafic is not enf o [2003/10/09] kern/57790 cdparanoia triggers kernel panic o [2003/10/09] i386/57818 i386 4.9-RC panics when kernel is built with a o [2003/10/10] kern/57832 scottl softdep_deallocate_dependencies: dangling o [2003/10/10] bin/57833 gad [PATCH] bin/ps cannot change title for ke o [2003/10/13] kern/57961 le [vinum] kmem_malloc(65536): kmem_map too o [2003/10/14] kern/57985 net [patch] Missing splx in ether_output_fram o [2003/10/16] i386/58139 i386 [panic] -CURRENT panics on Thinkpad A31p o [2003/10/17] kern/58154 mckusick Snapshots prevent disk sync on shutdown o [2003/10/17] kern/58169 panic: vnode_pager_getpages: unexpected m o [2003/10/21] bin/58326 gshapiro nss users cannot send mail via /usr/bin/m o [2003/10/22] kern/58391 le [vinum] Trap 12 with heavy disk load on i o [2003/10/22] ports/58406 tobez lang/perl5: use.perl port does not handle o [2003/10/23] i386/58458 i386 ATAPI-CDROM DMA Support on ALi Aladdin V f [2003/10/24] kern/58491 [panic] loading amr driver o [2003/10/24] conf/58504 /etc/periodic/daily/100.clean-disks trave o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/26] kern/58581 [hang] System call gettimeofday hang 5.x f [2003/10/28] ports/58655 mp A replacement patch is necessary for deve o [2003/10/29] bin/58687 deischen gethostbyname leaks kqueue file descripto o [2003/10/30] i386/58718 i386 need to remove battery before booting lap o [2003/10/31] kern/58752 le [vinum] vinum panics on create/resetconfi o [2003/10/31] kern/58787 peter [panic] pmap_enter: attemped pmap_enter o o [2003/11/02] i386/58826 i386 reboot on an IBM PC Server 315 merely hal o [2003/11/02] kern/58831 panic: vinvalbuf: flush failed o [2003/11/02] conf/58832 /etc/rc.d/ipsec starts not in time f [2003/11/03] kern/58870 bms page fault in kernel mode with ifconfig a f [2003/11/03] kern/58888 4.9-RELEASE installation fails (xl causes o [2003/11/04] kern/58930 [backtrace] Page fault when unplugging Al o [2003/11/05] kern/58941 rwatson acl under ufs2 doesn't handle disk corrup o [2003/11/05] bin/58951 [sysinstall] some problems with 4.9-RELEA o [2003/11/05] kern/58953 [patch] detect NetMOS-based six serial po o [2003/11/05] kern/58967 Kernel kills processes in spite of cputim o [2003/11/09] bin/59095 kientzle tar(1) process hangs in endless loop o [2003/11/09] kern/59098 sound [sound] Dell Dimension 8300 integrated So o [2003/11/10] alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-forma f [2003/11/11] kern/59158 -CURRENT from 20031108 will not install o f [2003/11/11] kern/59172 bms Zebra interface route causes kernel panic o [2003/11/11] kern/59183 imp wi problems with wi_cmd o [2003/11/11] kern/59185 [backtrace] 4.9-RELEASE kernel panic (pag o [2003/11/11] i386/59192 i386 ATA drive not spotted with SCSI drive o [2003/11/12] kern/59203 imp Panic with wi and newcard a [2003/11/12] kern/59211 [nwfs] System crashes when moving files f o [2003/11/13] i386/59248 4.9-RELEASE, ACPI Panic with Dell Latitud o [2003/11/13] i386/59251 Failure of 4.8-RELEASE/4.9-RELEASE/5.1-RE o [2003/11/13] kern/59260 Panic by integer divide fault in Thinkpad p [2003/11/14] kern/59290 iedowse [PATCH] attaching more than one of the sa o [2003/11/15] kern/59296 Serial Line Noise Causes System Hang in L f [2003/11/15] ports/59298 ports-bugs Can't render anything with Blender / RADE o [2003/11/15] kern/59303 le [vinum] vinum crashes kernel if concurren p [2003/11/15] kern/59306 matk patch to augment /dev/sndstat to show whi f [2003/11/15] ports/59310 phantom ports/java/jdk14 fails: no dir .../j2dsk- o [2003/11/16] kern/59349 sound [sound] [patch] include locking for es137 o [2003/11/19] kern/59456 fdescfs stat / compress creates only empt o [2003/11/21] ports/59535 obrien shells/bash2 must be dynamically linked t f [2003/11/22] kern/59594 [hang] I/O operations freeze system when f [2003/11/24] bin/59638 des passwd(1) does not use PAM to change the o [2003/11/24] kern/59652 cannot redirect kernel output to serial c a [2003/11/24] ports/59657 trevor emulators/linux_base-8 cpio for install w o [2003/11/24] kern/59659 tackerman em driver cannot handle VLANs o [2003/11/25] i386/59683 i386 panic: signal 12 4.9-STABLE - frequent cr o [2003/11/26] i386/59701 i386 System hungup, after resume from suspend. o [2003/11/26] amd64/59714 amd64 device timeout and ad0: WARNING - WRITE_D o [2003/11/26] i386/59719 [crash] 4.9 Crashes on SuperMicro with SM o [2003/11/27] kern/59728 mjacob Qlogic adapter DMA setup failure with PAE o [2003/11/28] bin/59777 ftpd(8)/FreeBSD 5: potential username enu o [2003/11/29] kern/59803 ticso [usb] Wrong detection of/panic with Edima o [2003/12/01] kern/59878 le [vinum] vinum panics 5.1 system s [2003/12/02] misc/59890 bugmeister send-pr database is spam harvested o [2003/12/02] i386/59895 i386 [hang] system hangs from disk IO errors [ o [2003/12/02] kern/59896 trm driver is not in GENERIC o [2003/12/02] i386/59897 i386 [hang] problems with swap-pager with grea f [2003/12/02] i386/59898 i386 [boot] pxe boot: BTX halted o [2003/12/03] kern/59912 bms mremap() implementation lacking o [2003/12/04] kern/59945 [nullfs] [patch] nullfs bug: reboot after o [2003/12/04] i386/59959 machine can not reboot itself with Mylex o [2003/12/05] gnu/59971 peter assertion "strncmp (repository, current_p o [2003/12/06] bin/59995 various fixes to ppp dumping core o [2003/12/07] kern/60029 5.2-RC will not boot with empty LS-120 dr o [2003/12/08] i386/60050 Toshiba/3Com 3CXM056-BNW: Open Causes Int o [2003/12/09] ports/60083 phantom Unsafe use of getaddrinfo in jvm 1.4.2-p5 o [2003/12/11] kern/60131 [usb] Page fault on disconnect of USB dev f [2003/12/11] kern/60153 Kernel no longer boots due to lost interr o [2003/12/11] kern/60154 ipfw ipfw core (crash) o [2003/12/11] ports/60161 trevor Linux emulator (linux_base-8-8.0_3) doesn f [2003/12/13] kern/60217 joe EHCI controller halts when USB 2.0 device o [2003/12/14] i386/60226 [patch] ichsmb driver doesn't detects SMB o [2003/12/14] kern/60235 phk some /dev-entries missing for newly auto- o [2003/12/15] ports/60245 knu new ruby16-shim-ruby18 bug in included re a [2003/12/15] kern/60247 le mutex problems in geom_io o [2003/12/15] kern/60276 joe [usb] Kernel panic when plugging in USB ( f [2003/12/16] kern/60285 pdeuskar em0 was reported about watchdog timeout o [2003/12/16] sparc64/60300sparc64 Constant kernel messages: calcru: negativ f [2003/12/17] i386/60317 acpi FreeBSD 5.2rc1 doesn't boot with ACPI ena o [2003/12/17] kern/60328 panic: installing 5.1, 5.2RC and 5-CURREN o [2003/12/17] i386/60344 i386 [boot] Intel ICH5 SATA RAID boot problems o [2003/12/18] bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS instal f [2003/12/19] ports/60384 andreas apsfilter port fails with -DBATCH -DWITHO o [2003/12/19] bin/60385 vmstat/iostat/top all fail to report CPU o [2003/12/21] bin/60477 deischen need thread safe gethostent() and getserv o [2003/12/21] bin/60478 deischen getaddrinfo not thread safe o [2003/12/23] kern/60526 Post-PAE stable SMP machine freezes o [2003/12/26] kern/60598 scsi wire down of scsi devices conflicts with o [2003/12/27] kern/60602 [usb] Dynamic attach UBS device can cause o [2003/12/27] i386/60603 i386 dd causes error when copying cd from ATA o [2003/12/27] i386/60633 i386 [hang] SIS motherboard with the SIS 5591 o [2003/12/27] i386/60641 i386 Sporadic SCSI bus resets with 53C810 unde o [2003/12/28] i386/60646 VIA C3 system hangs on reboot o [2003/12/28] i386/60671 i386 FreeBSD 5.2RC2 installation process doesn o [2003/12/29] docs/60679 doc pthreads documentation does not describe o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2003/12/29] kern/60685 Intel 82559 NICs don't work in 4.9 o [2003/12/29] i386/60690 i386 atapicd driver causes spontaneous uncondi s [2003/12/29] ports/60700 ports-bugs squid cannot be built with transparent-ip o [2003/12/31] www/60770 www query-pr-summary.cgi can't find the PRs a o [2004/01/01] standards/60772standards _Bool and bool should be unsigned p [2004/01/03] kern/60856 bms [patch] panic: at tcp_output(), with TCPD o [2004/01/04] bin/60886 brian ppp(8) doesn't expand macro MYADDR in `!' o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op p [2004/01/05] bin/60914 smkelly m4 C operators are not o [2004/01/06] kern/60984 [nfs] NFS Server hang f [2004/01/07] ports/60998 trevor solved: building linux_devtools-7.1_1 fai f [2004/01/08] ports/61053 roger opengk cause cored dump version 4.9 and 5 f [2004/01/08] kern/61055 panic: kernel panics boot + sysinstall wi o [2004/01/08] i386/61063 i386 [ata] ata hangs in smp system o [2004/01/09] ports/61108 trevor Port linux_base-8-8.0_3: bash ls -l cause o [2004/01/09] kern/61129 thomas atapicam / UDMA cdrom loop o [2004/01/10] bin/61152 [sysinstall] installer refuses to mount U f [2004/01/10] i386/61163 i386 [boot] "/:write failed, filesystem is ful a [2004/01/10] kern/61165 scsi [panic] kernel page fault after calling c o [2004/01/11] kern/61191 panic: USB vs. Serial problems f [2004/01/12] kern/61228 panic: 4.9-RELEASE install floppy panic ( o [2004/01/12] i386/61253 i386 [panic] page fault on installation freebs o [2004/01/13] i386/61303 i386 5.2-REL hangs during boot with 3-port pyr o [2004/01/13] i386/61326 i386 Reboot while booting from 5.2-RELEASE CD o [2004/01/14] i386/61342 i386 [hang] CD-based installation crashes [4.9 o [2004/01/14] bin/61355 login(1) does not restore terminal owners o [2004/01/14] kern/61358 phk boot freezes while ATA GEOM slice detecti o [2004/01/15] kern/61377 joe [kbd] usb keyboard not functional after b o [2004/01/15] ports/61381 cjh print/magicfilter does not re-pipe and re o [2004/01/15] kern/61390 [hang] Machine freeze when creating gif i o [2004/01/16] kern/61404 andre RFC1323 timestamps with HZ > 1000 o [2004/01/16] java/61407 phantom jdk14 port aborts making html32dtd o [2004/01/16] i386/61443 i386 FreeBSD 5.2-RELEASE installation stops at f [2004/01/17] kern/61483 [jail] Jail security is not honored using o [2004/01/17] bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x f [2004/01/18] kern/61509 panic: unknown fatal double fault o [2004/01/18] kern/61544 ip6fw breakage on (at least) sparc64 o [2004/01/19] docs/61558 doc New SMC 2602W cards, using the ADM8211, a o [2004/01/19] bin/61587 qa [patch] [sysinstall] installation problem o [2004/01/20] docs/61605 doc Improve documentation for i386 disk geome o [2004/01/20] kern/61622 Intel Pro/100 Intelligent Server Adapter o [2004/01/20] kern/61627 joe [usb] New USB printer not supported corre o [2004/01/20] i386/61646 i386 [workaround] Strange irq20 weirdness caus o [2004/01/21] bin/61658 qa [sysinstall] 5.2R error "Add of package q o [2004/01/21] kern/61669 twe(4): writing to 3ware escalade spends f [2004/01/21] kern/61686 FreeBSD 5.2-RELEASE crashes when ACPI is f [2004/01/21] kern/61687 panic: kernel panic in the fxp0 intel dri o [2004/01/22] bin/61701 Segmentation fault on OPIE when sequence o [2004/01/22] i386/61705 i386 [ntp] Random "bus errors" on 5.2-RELEASE o [2004/01/22] i386/61709 i386 [panic] 5.2-REL i386 Crashes hard; panics o [2004/01/22] bin/61716 mckusick newfs: code and manpage are out of sync o [2004/01/22] kern/61733 imp panic: resource_list_release: resource en o [2004/01/22] kern/61746 [boot] system locks up on boot if both ap o [2004/01/23] ports/61760 openoffice OpenOffice-1.1 still stalls in install on o [2004/01/23] kern/61774 [nis] nis security issue o [2004/01/23] i386/61804 i386 [panic] panic with hitachi travelstar USB o [2004/01/24] kern/61810 mounts done within a chroot show up wrong o [2004/01/24] bin/61811 qa [sysinstall] 5.2 release no resolv.conf c f [2004/01/24] i386/61834 [panic] EHCI panic on Dell D800 while doc o [2004/01/24] kern/61841 [boot] 5.2 Boot freeze if memorybird (USB o [2004/01/24] i386/61852 alc i386 pmap SMP race condition can cause lo o [2004/01/25] ports/61854 phantom jdk-14 port breaks openoffice build o [2004/01/25] i386/61890 i386 [fdisk] FDisk uses incorrect calculations f [2004/01/25] i386/61907 5.2 hangs when booting with cbb in kernel o [2004/01/25] kern/61909 5.2-Current fails to notice change of CD o [2004/01/26] bin/61937 qa [sysinstall] cannot install 5.2-REL via s o [2004/01/26] alpha/61940 alpha Can't disklabel new disk from FreeBSD/alp o [2004/01/26] kern/61960 sos [Patch] BigDrive support for PC-98 archit o [2004/01/26] i386/61970 [panic] on boot, 5.1/5.2 (but not 5.0), S o [2004/01/27] alpha/61973 alpha Machine Check on boot-up of AlphaServer 2 o [2004/01/28] bin/62040 pkg_add(1) won't run because the ELF dyna o [2004/01/29] sparc64/62053sparc64 Using bridging on 5.2 Sparc64 causes imme o [2004/01/29] bin/62058 burncd doesn't work with Creative RW8438E o [2004/01/30] kern/62088 [usb] Logitech Cordless/Optical Mouse not o [2004/01/30] kern/62091 [hang] Random Lockups on Boot (Timecounte o [2004/01/30] kern/62123 [usb] LaCie 160GB USB drive umass: BBB re o [2004/02/01] ports/62213 trevor Cannot install any emulators/linux_base o [2004/02/01] kern/62216 perl syswrite not writing the buffer unde o [2004/02/01] ports/62217 knu runidn does nothing o [2004/02/01] kern/62228 le [vinum] Kernel improperly identifies part f [2004/02/02] i386/62248 i386 [boot] 5.2 current hangs on boot o [2004/02/02] bin/62255 peter 2003-12-18: Stable CVS Version 1.11.11 Re a [2004/02/02] kern/62278 iedowse [nfs] NFS server may not set eof flag whe o [2004/02/02] i386/62280 i386 em0 broken after resume in 5.2-CURRENT o [2004/02/02] kern/62284 panic: GENERIC panics on FreeBSD 5.0-RELE o [2004/02/03] amd64/62295 obrien ipsec failure on 5.2.1-RC amd64 o [2004/02/03] kern/62309 jmg panic: ugen driver o [2004/02/04] kern/62333 syslog: kernel: dc0: discard oversize fra o [2004/02/05] bin/62367 qa [sysinstall] 5.2.1-RC installation proble o [2004/02/05] kern/62374 darrenr panic: free: multiple frees o [2004/02/05] bin/62375 qa [sysinstall] sysinstall core dump f [2004/02/05] ports/62377 ports-bugs strace hangs when running programs from c o [2004/02/06] conf/62417 luigi diskless op script failed o [2004/02/06] kern/62438 [patch] viapm patch for VT8235 o [2004/02/07] kern/62468 panic: system crashes when serial getty e o [2004/02/08] kern/62502 [modules] panic under double loading vinu o [2004/02/08] kern/62519 sound [sound] Intel ICH4 (82801DB) sound card d o [2004/02/09] i386/62565 i386 device.hints are not honored in 5.2.1-RC o [2004/02/10] kern/62658 [boot] loader/kernel answer to `boot -a' o [2004/02/10] docs/62665 doc setting up X display subsystem function i o [2004/02/13] kern/62762 trhodes [msdosfs] Fsync for msdos fs does not syn o [2004/02/13] i386/62807 i386 4.9 SMP does not work with Compaq Smart o [2004/02/14] kern/62824 [panic] softdep_setup_inomapdep: found in o [2004/02/14] bin/62833 qa [sysinstall] can't install: integer divid o [2004/02/14] bin/62849 regression on ftp(1) on FreeBSD >= 5.1 o [2004/02/15] kern/62864 cognet Machine not reboot. f [2004/02/15] kern/62866 [panic] machine work not stable whith fir o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se a [2004/02/15] kern/62889 bms panic: in vr(4): interrupt related a [2004/02/16] kern/62906 peadar [patch] AGP misconfigures i845G chipset, o [2004/02/16] ports/62919 phantom [PATCH] misc/posixtestsuite, respect PTHR o [2004/02/16] gnu/62937 Compilation of base src Perl with static o [2004/02/18] kern/63040 panic: kernel panic (sf_buff_alloc) o [2004/02/20] i386/63098 i386 Compaq Workstation IDE CDROM drive not pr f [2004/02/21] kern/63190 [rl] Realtek driver rl(4) halts on oversi o [2004/02/23] i386/63251 USB stops working after 2nd APM suspend/r o [2004/02/24] i386/63305 i386 reading udf filesystem on dvd+rw leads to o [2004/02/24] i386/63313 i386 sk driver panics on boot with SK-9844 dua o [2004/02/25] kern/63343 [boot] manual root filesystem specificati s [2004/02/25] ports/63354 ports-bugs security/bcwipe does not act successfully o [2004/02/25] i386/63356 [fdisk] new installation fails on HP Prol o [2004/02/25] kern/63360 [panic] page fault in ath kernel module i o [2004/02/26] kern/63375 [patch] panic: unplugging USB devices pan o [2004/02/26] bin/63391 Burncd DAO fails on some CD recorders o [2004/02/26] i386/63397 [kbd] atkbd breaks with FSC KBPC-S2 o [2004/02/26] ports/63409 phantom jdk-1.4.2p6_3 plugin crashes Mozilla-1.6_ o [2004/02/27] i386/63430 i386 [ata] TIMEOUT - ATA READ o [2004/02/27] kern/63431 [rtc] motherboard going to suspend mode s o [2004/02/27] i386/63441 i386 [panic] fatal trap 12 in pmap.c [4.9 with f [2004/02/27] ports/63443 x11 intermittent XFree86 'system hang' on sta o [2004/02/27] i386/63449 [boot] FreeBSD 5.2 and 5.2.1 releases won o [2004/02/27] i386/63467 i386 [ata] Sil 3114: RAID not detected using S o [2004/02/28] bin/63489 top, finger segfault when using NIS group o [2004/02/29] i386/63521 i386 5.2.1 doesn't detect drives on SATA contr o [2004/02/29] bin/63535 getpwent segfaults when NIS groups used b o [2004/02/29] kern/63557 thomas ATAPICAM broken in 5.2-CURRENT (REQUEST_S o [2004/03/01] kern/63621 USB MemoryStick Reader stalls/crashes sys o [2004/03/02] kern/63629 thomas mounting atapicam volume through cd0c cau o [2004/03/02] ports/63631 obrien vim port does aktivate python interpreter p [2004/03/02] kern/63662 [nullfs] using read-only NULLFS leads to o [2004/03/02] kern/63666 [xl] Network card 3c575B do not work afte o [2004/03/03] ports/63670 perl 'Unable to read from thread kernel pipe' o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/03] kern/63724 ipfw IPFW2 Queues dont t work o [2004/03/04] i386/63731 [boot] PATA to SATA converter on Promise f [2004/03/04] ports/63747 emulation vmmon is not performing o [2004/03/04] i386/63776 i386 [boot] hang during boot on a toshiba p25 o [2004/03/04] kern/63779 USB-mass storage (USB to IDE Converter) w o [2004/03/06] i386/63828 i386 [hang] when installing Release 5.2.1 (i38 o [2004/03/06] i386/63853 i386 [hang] 5.2.1 boot CD hangs during boot (T o [2004/03/06] www/63854 www PR-web page loses text o [2004/03/07] i386/63871 i386 [panic] kernel panic in swi8 after 1 hour a [2004/03/09] kern/63954 rc devfs loses permissions o [2004/03/09] i386/63992 i386 [hang] XFree86 4.3 hangs on IBM ThinkPad o [2004/03/09] i386/64002 acpi acpi problem f [2004/03/10] kern/64053 Broadcast storming after upgrading to pat o [2004/03/10] docs/64063 doc Size of block in File System Quota docume p [2004/03/11] kern/64091 peadar [nfs] nfs data corruption at end of file o [2004/03/11] bin/64104 jhb [sysinstall] sysinstall ignores srescue d o [2004/03/12] kern/64151 [jail] jailer can't control all jail proc o [2004/03/12] i386/64158 5.2.1-RELEASE CD won't boot on acer Trave p [2004/03/12] kern/64169 linux binaries dump core on exit o [2004/03/12] i386/64183 i386 5.1-RELEASE Install hung at "Probing devi o [2004/03/13] ports/64191 ume cyrus-sasl2 port Makefile doesn't obey Ma o [2004/03/13] kern/64196 [patch] remove the arbitrary MAXSHELLCMDL o [2004/03/13] gnu/64231 libstdc++ on FreeBSD 5.2+ is non-usable i a [2004/03/14] kern/64240 andre IPFW tee terminates rule processing f [2004/03/14] kern/64250 panic: 5.2.1 kernel panics on ifconfig wh f [2004/03/15] ports/64284 ports-bugs [PATCH] Fix audio/id3lib compilation with f [2004/03/15] ports/64305 jedgar dbf2mysql -q option broken with mysql323- s [2004/03/15] kern/64313 threads FreeBSD (OpenBSD) pthread implicit set/un o [2004/03/17] kern/64363 [panic] ffs_blkfree: freeing free block [ o [2004/03/18] kern/64406 panic: ffs_clusteralloc: map mismatch o [2004/03/19] bin/64445 peter "ypwhich -m" map enumeration is broken o [2004/03/19] i386/64450 i386 Lucent Technologies WaveLAN/IEEE (PCI) fr o [2004/03/20] java/64492 phantom NetworkInterface.getNetworkInterfaces() l o [2004/03/22] kern/64556 if_sis short cable fix problems with NetG f [2004/03/22] kern/64572 brooks [panic] kernel panic when running ifconfi p [2004/03/22] kern/64573 alc mmap with PROT_NONE, but still could be r o [2004/03/22] kern/64594 [rl] 5.2-CURRENT: driver 'rl' (RealTek 81 o [2004/03/24] ports/64678 openoffice openoffice 1.1 upgrade fails due to JDK c o [2004/03/25] i386/64680 i386 5.2.1 pci-cfgintr steals serial mouse irq f [2004/03/25] kern/64694 ipfw [ipfw] UID/GID matching in ipfw non-funct o [2004/03/25] i386/64697 i386 5.2.x BTX loader halts with Promise FastT o [2004/03/25] bin/64720 tail will not ctrl c o [2004/03/25] i386/64727 i386 [boot] cannot find disk on asus p4s533mx o [2004/03/26] bin/64738 [sendmail] SO_REUSEADDR doesn't seem to w a [2004/03/27] kern/64816 peadar [nfs] mmap and/or ftruncate does not work o [2004/03/28] kern/64826 [panic] with IPv6 on 4-STABLE after FreeB o [2004/03/28] kern/64831 tackerman [hang] Multiple em devices force system l o [2004/03/29] kern/64879 sound [sound] [hang] 4.9 freezes when I try to o [2004/03/29] ports/64885 lioux multimedia/mpeg4ip does not compile on am o [2004/03/29] kern/64903 panic: multiple kldload of a module compi o [2004/03/31] ports/64963 tobez Perl 5.8: make package deletes installed o [2004/03/31] bin/64990 /bin/sh unable to change directory but cu o [2004/04/02] java/65054 glewis Diablo 1.3.1 JVM runs out of file descrip o [2004/04/02] i386/65072 hang on reboot not syncing drives on ibm o [2004/04/03] ports/65128 cy security/aide port fails with SIGBUS ever o [2004/04/03] i386/65137 i386 [boot] 5.2.1 Intall Boot from floppies pa o [2004/04/05] bin/65200 burncd causes system reboot f [2004/04/05] kern/65212 [hang] running startx hangs the system o [2004/04/05] bin/65223 fsck of 5.2 makes UFS1 inconsistent for 4 o [2004/04/07] kern/65282 [panic] Trap 12 kernel panic upon boot du o [2004/04/07] kern/65292 [panic] random page faults (usb-related?) o [2004/04/07] kern/65300 [udf] Can't use sendfile(2) to download f p [2004/04/08] conf/65317 Wrong date locale o [2004/04/08] ports/65326 se jftpgw errors out with "Could not change f [2004/04/10] bin/65410 [sysinstall] choosing installation media: o [2004/04/11] kern/65428 panic: uscanner(4)-related repeatable ker f [2004/04/11] kern/65446 panic: kernel crash with 4.10-BETA GENERI o [2004/04/12] i386/65457 BTX Halted when trying boot after success o [2004/04/13] conf/65489 markm [patch] no random entrophy breaks diskles o [2004/04/14] i386/65523 i386 [patch] PXE loader malfunction in multipl o [2004/04/14] bin/65546 qa [sysinstall] 4.10-BETA fails to install f o [2004/04/15] ports/65578 knu japanese/mecab problem on FreeBSD 4.9. o [2004/04/15] ports/65579 knu japanese/ruby-mecab segmentation fault on o [2004/04/16] kern/65616 bms IPSEC can't detunnel GRE packets after re o [2004/04/16] gnu/65641 Use of llabs() in C++ fails as ambiguous o [2004/04/17] i386/65648 imp cardbus("TI1131") won't work on Dell Lati o [2004/04/17] kern/65658 panic: kernel panic on i386 5.2.1 release o [2004/04/18] bin/65693 wildcarded device names in /etc/devfs.con o [2004/04/18] kern/65702 panic: kernel panic on i386 5.2.1 with nv o [2004/04/18] ports/65736 lioux Goggles-0.7.2 + FBSD-5.2.1-RELEASE = pthr o [2004/04/19] i386/65774 i386 [sysinstall] cannot run repair disk when o [2004/04/19] i386/65775 i386 [panic] Transmeta crusoe without longrun o [2004/04/19] i386/65783 i386 [panic] Panic when attaching card reader o [2004/04/19] kern/65786 [vfs_syscalls.c] Incorrect fifo semantics o [2004/04/19] ports/65793 ports-bugs SEGV in isakmpd, esp when associating wit s [2004/04/20] ports/65812 gerald Strange problem with WINE (all versions) s [2004/04/20] kern/65817 panic: kernel panic with GENERIC 5.2.1 an f [2004/04/22] gnu/65869 cvs generates invalid cvs command lines o [2004/04/22] i386/65896 i386 [panic] 5.2-RELEASE re(4) driver, kernel f [2004/04/22] ports/65900 trevor (non-maintainer) IGNORE p5-ExtUtils-MakeM o [2004/04/22] kern/65901 tjr [smbfs] smbfs fails fsx write/truncate-do a [2004/04/23] ports/65906 znerd Compile of JDK-1.4 under FBSD-5.2.1 fails o [2004/04/23] kern/65920 i386 [nwfs] Mounted Netware filesystem behaves f [2004/04/23] kern/65923 panic: 5.2.1 with SD-Sil680-RAID card f [2004/04/25] i386/65954 i386 [panic] Sil0680 panic [5.2.1-p5] o [2004/04/26] kern/66004 panic: kernel panic on access to /dev/ulp o [2004/04/27] kern/66025 panic: kernel panic in pagedaemon with vm o [2004/04/27] kern/66029 [patch] MD5 alignment problem on a TriMed o [2004/04/27] bin/66036 restore crashes (reproducable, core file o [2004/04/29] kern/66066 panic: ufs_direnter: compact2 o [2004/04/29] ports/66074 pat [PATCH] x11/wmcliphist: code cleanup for o [2004/04/29] i386/66087 i386 [install] hang at PCI config [5.2.1] o [2004/04/30] bin/66103 macro HISADDR is not sticky in filters o [2004/04/30] i386/66114 i386 [panic] on boot, Sony Vaio PCG-R600HFPD l o [2004/05/01] i386/66133 i386 [boot] nvidia motherboard installer locks o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/05/01] kern/66152 [unionfs] laying unionfs over another uni p [2004/05/02] bin/66156 smkelly rpcgen generates a CPP macro that won't c o [2004/05/02] kern/66162 phk gbde destroy error o [2004/05/03] ports/66222 knu ruby / bdb segfault o [2004/05/04] bin/66242 maxim endless loop in sh(1) f [2004/05/04] ports/66254 mharo proftpd 1.2.9 does not actually compile w o [2004/05/05] kern/66270 mckusick [hang] dump causes machine freeze o [2004/05/05] kern/66290 imp pccard initialization fails with "bad Vcc o [2004/05/06] i386/66306 i386 pnpbios_identify() queries for more devic o [2004/05/06] kern/66324 usb driver memory leak grows wired f [2004/05/06] i386/66339 i386 [hang] XFree86 initialization with an Lap a [2004/05/07] kern/66348 rik FR mode of cx (Cronyx Sigma) does not wor o [2004/05/07] i386/66350 i386 [sysinstall] sysinstall creates a partiti o [2004/05/07] i386/66368 i386 [install] 4.9 install fails with MODE_SEN o [2004/05/11] bin/66523 atacontrol allows to detach a channel in o [2004/05/11] i386/66534 sam [panic] if_ath.c:2776 "transition to RUN o [2004/05/12] kern/66589 processes get stuck in "inode" state when o [2004/05/13] kern/66611 [nfs] Crashing NFS servers (with workarou o [2004/05/14] kern/66634 tackerman hard lock with em driver o [2004/05/18] kern/66786 [nfs] panic: exporting msdosfs causes nfs o [2004/05/18] conf/66791 Old dev.db leads to the wrong program beh o [2004/05/18] kern/66829 [unionfs] mounting fdesc union on /dev pa o [2004/05/18] bin/66830 chsh/ypchsh do not change user informatio o [2004/05/19] kern/66848 imp cardbus power support breaks cardbus supp o [2004/05/19] i386/66876 i386 [patch] Cannot extract tar(1) multi-volum o [2004/05/20] bin/66950 qa [sysinstall] upgrading to 4.10-RC3: packa o [2004/05/20] kern/66960 [patch] filesystems not unmounted during o [2004/05/21] bin/66984 [2TB] [patch] teach sysinstall about larg o [2004/05/22] i386/67047 i386 mpt driver does not recognize messages fr o [2004/05/22] i386/67050 imp CardBus (PCI ?) resource allocation probl o [2004/05/25] bin/67167 FreeBSDs ftpd has problems under -CURRENT o [2004/05/25] ports/67175 skv Warrnings in p5-XML-LibXML-1.58 f [2004/05/27] ports/67251 edwin Upgrade of sysutils/apcupsd stomps on pre o [2004/05/27] i386/67273 acpi [hang] system hangs with acpi and Xfree o [2004/05/28] kern/67301 panic: uftdi, RTS and system panic o [2004/05/29] kern/67326 [msdosfs] crash after attempt to mount wr o [2004/05/29] conf/67328 Usermode PPP hangs on boot when NIS confi a [2004/05/29] ports/67355 philip Frozenbubble startup fails: [SDL Init] No o [2004/05/30] ports/67398 lioux some ports (mplayer, faad, libxine and ff o [2004/05/31] ports/67413 openoffice OpenOffice 1.1 PDF Export is BROKEN f [2004/06/01] kern/67455 [patch] EHCI controller is being programm o [2004/06/01] i386/67469 i386 src/lib/msun/i387/s_tan.S gives incorrect o [2004/06/03] ports/67541 mdodd Update port: games/scorched3d-devel - INC p [2004/06/03] kern/67546 Coredumps > 2Gb do not work (on 64bits pl o [2004/06/06] ports/67625 trevor Linux_base fails to install f [2004/06/06] alpha/67626 alpha X crashes an alpha machine, resulting reb o [2004/06/07] i386/67688 i386 5.2.1 initial floppy boot fails with Fata p [2004/06/08] conf/67700 /usr/share/misc/pci_vendors is missing ce p [2004/06/08] kern/67702 [patch] Radeon DRM does not recognize cer o [2004/06/08] ports/67714 roger portupgrade gnomemeeting-0.98.5_2 fails w a [2004/06/09] ports/67735 ports-bugs biology/ncbi-toolkit does not build bl2se o [2004/06/09] i386/67739 i386 [kbd] smth was broken in keyboard process o [2004/06/09] amd64/67745 amd64 boot fails on compaq presario r3000z p [2004/06/09] i386/67760 jhb [PATCH] Getting AGP/DRM working for VIA K f [2004/06/09] kern/67769 Fxtv 1.03 cause the Desk top (KDE) to Fre o [2004/06/10] kern/67794 panic: ffs panic during high filesystem a o [2004/06/11] i386/67833 i386 [boot] 4.10 does not boot after enabling o [2004/06/11] ports/67851 roger pwlib requires gc-3.3 to build properly o f [2004/06/12] ports/67867 perky python-2.3.3_5:import socket -> Undefined p [2004/06/13] kern/67898 bms panic: in src/sys/vm/swap_pager.c o [2004/06/14] kern/67919 imagemagicks convert image to movie conve f [2004/06/14] ports/67939 thierry port mail/imp3 is overwriting configfiles f [2004/06/15] i386/67955 i386 [panic] -current on T40p kernel trap 12 i o [2004/06/16] bin/67995 Morse plays beeps 10 times faster than it p [2004/06/16] kern/68013 jeff tp->snd_wl1 & snd_wl2 are not updated in o [2004/06/16] ports/68022 roger [PATCH] net/gnomemeeting: a possible work o [2004/06/17] bin/68047 [sysinstall] unattended install of FreeBS o [2004/06/18] kern/68076 [modules] Page fault when the sequence "k o [2004/06/19] i386/68103 [panic] ASUS P4P8X mb at ffs/ffs_softdep. o [2004/06/20] kern/68131 emulation java/linux-ibm-jdk14: linux ibm jdk 1.4.1 o [2004/06/20] i386/68149 FreeBSD 4.10 installation blocking on ASU o [2004/06/22] ports/68194 anders xdiskusage is broken, workaround found o [2004/06/22] ports/68202 emulation [patch] Make vmware2 compile on -current o [2004/06/23] kern/68227 rwatson [panic] kernel panic by mars_nwe o [2004/06/23] ports/68234 leeym mail/pop3vscan pass viruses to clients. f [2004/06/23] ports/68252 trevor [PATCH] astro/celestia: point to correct o [2004/06/24] ports/68260 markm [PATCH] Removal of -lcompat from freebsd- o [2004/06/24] ports/68265 emulation [patch] Make rtc compile on -current (nee o [2004/06/24] i386/68277 [kbd] Compact Evo N610c (Laptop): Using e f [2004/06/24] i386/68286 bms IBM PCNet Ethernet (AMD chip) seen as Tri o [2004/06/24] ports/68288 skv p5-DBD-mysql broken with mysql 4.1.2 o [2004/06/25] bin/68303 bz [patch] make buildworld fails is NO_YP_LI f [2004/06/25] kern/68323 (WITNESS report): malloc(M_WAITOK) of "Mb o [2004/06/25] kern/68324 panic: Duplicate free of item 0xc3121908 o [2004/06/25] kern/68325 panic: _mtx_lock_sleep: recursed on non-r f [2004/06/25] ports/68341 ports-bugs xsysinfo memory leak o [2004/06/26] kern/68351 bge0 watchdog timeout on 5.2.1 and -curre a [2004/06/26] kern/68364 tjr panic: Fatal trap 12 caused by kern/kern_ o [2004/06/26] ports/68396 sumikawa Racoon racoon-20040617a Interoperability o [2004/06/27] i386/68411 i386 VMware Virtual Machine - Network Fails Du o [2004/06/28] i386/68438 i386 bootloader cannot read from icp vortex ar o [2004/06/28] kern/68442 [panic] acquiring duplicate lock of same o [2004/06/28] kern/68445 [bge] bge autonegotiation broken o [2004/06/28] i386/68460 i386 [nfs] NFS mounts lock processes in sbwait o [2004/06/29] i386/68486 [video] logo screensaver kills compaq ML3 o [2004/06/30] kern/68529 rwatson panic: at line 867 in kern/uipc_socket2.c f [2004/07/01] kern/68536 segfault during make buildworld after cvs o [2004/07/01] kern/68546 [ata] system seems to hang during stress o [2004/07/01] i386/68554 i386 [hang] system freeze on Compaq Evo 600c [ o [2004/07/02] kern/68576 rwatson UFS2 snapshot files can be mounted read-w o [2004/07/02] ports/68585 knu portupgrade tools (v 20040701) seem to be o [2004/07/02] ports/68599 x11 XFree86 in realloc(): error: allocation f s [2004/07/02] ports/68610 ports-bugs lcms upgrade from 1.12,1 -> 1.13,1 fails: o [2004/07/05] bin/68683 [PATCH] cron: Fix parsing of '0' and non- o [2004/07/05] kern/68698 le [vinum] vinum(4) broken in 5.2-current o [2004/07/06] bin/68727 marcel gdb coredumps after recent CURRENT upgrad o [2004/07/10] kern/68889 rwatson [panic] m_copym, length > size of mbuf ch o [2004/07/10] ports/68895 portmgr [patch] fix location of default MAINTAINE o [2004/07/10] i386/68899 i386 Problems reading and writing DVD-RAM disc o [2004/07/11] i386/68900 i386 5.x install CDs fail to boot on Toshiba S o [2004/07/11] ports/68909 nork timidity++ makes dreadful noise on amd64 f [2004/07/11] i386/68910 i386 [ipfw] Ipfw2 segmentation fault o [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/13] kern/68978 [crash] firewire crashes with failing har o [2004/07/13] kern/68987 panic: kmem_malloc(163840): kmem_map too o [2004/07/13] kern/69006 [patch] Apple Cinema Display hangs USB po o [2004/07/13] kern/69019 [wi] wlan stalling after 2-3 hrs of moder o [2004/07/14] i386/69049 i386 [install] error "anic: page fault" o [2004/07/14] kern/69058 panic: kernel reads unmapped memory while f [2004/07/14] kern/69062 [hang] system freezes when network connec o [2004/07/14] ports/69065 ports-bugs Some security fixes (Backported the fix f o [2004/07/14] kern/69066 panic: nmdm page fault when slattach on a o [2004/07/15] kern/69092 [rl] kernel: rl0: watchdog timeout o [2004/07/15] kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when o [2004/07/16] kern/69141 panic: softdep_lock [5.2.1-RELEASE, SMP] o [2004/07/16] kern/69158 [an] Cisco MPI350 wireless card problems f [2004/07/17] ports/69212 ports-bugs ports/palm/coldsync doesn't work with Pal o [2004/07/18] i386/69218 simokawa [boot] failure: 4.10-BETA and later do no f [2004/07/19] ports/69258 ports-bugs audio/teamspeak_server port does not open o [2004/07/19] i386/69260 i386 [install] Problem starting the installati o [2004/07/19] ports/69273 ale update of mysql server start/stop scripts o [2004/07/19] i386/69281 i386 init dies when MAXSSIZ, MAXDSIZ, and DFLD o [2004/07/19] kern/69319 panic: aue(4) startup panic a [2004/07/20] ports/69322 ports-bugs ghostscript-afpl (8.14_5.1) fails if I tr o [2004/07/21] ports/69365 nobutaka libxine crashes on some wmv files o [2004/07/21] kern/69369 [panic] using samba 3.0.0 o [2004/07/22] ports/69404 ports-bugs mono compiler (mcs) crashes with assertio o [2004/07/24] ports/69512 portmgr OPTIONS and NO_(CHECKSUM|BUILD|INSTALL|PA o [2004/07/26] ports/69601 lioux [patch] x11-themes/kde-icons-noia-warm - o [2004/07/26] kern/69607 [crash] system crashes in if_tap module o [2004/07/26] kern/69612 [panic] 4.10-STABLE crashes everyday: pag o [2004/07/26] kern/69629 panic: Assertion td->td_turnstile o [2004/07/27] kern/69663 ddb's panic comand can not dump o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/07/28] kern/69685 [panic] page fault in ffs_write / b_copy o [2004/07/28] ports/69693 phantom Build failure for JAVA JDK 1.4 (port jdk1 o [2004/07/28] amd64/69704 amd64 ext2/ext3 unstable in amd64 o [2004/07/28] amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o [2004/07/28] ports/69723 x11 4.10 update or install fails when X11 inc f [2004/07/29] ports/69758 portmgr [PORTS ERROR] Invalid check for installed o [2004/07/29] ports/69771 ports-bugs I can not compile xsp server to serve asp o [2004/07/30] kern/69825 [setgroups] 1st group supplied to setgrou o [2004/07/30] kern/69826 [setgroups] 16th group has no effect when o [2004/07/31] ports/69859 skv p5-DBD-mysql50 won't compile o [2004/08/01] ports/69873 obrien shells/bash2 patch is not applied to sour o [2004/08/01] i386/69876 i386 [panic] new kernel panic on boot (-CURREN o [2004/08/03] kern/69934 kan lockmgr can concurrently grant two exclus o [2004/08/03] bin/69942 [sysinstall] sysinstall changes /etc/rc.c o [2004/08/03] i386/69945 i386 "Page fault" while shutting down on VIA K s [2004/08/03] kern/69953 anholt System reboots on startx with DRI enabled o [2004/08/03] kern/69964 kan [patch] lockmgr can forget to unblock cli o [2004/08/04] ports/69969 roam vpopmail default setup doesn't allow use f [2004/08/04] ports/69992 pav mpeg4ip does not compile on FreeBSD4.10 f [2004/08/04] ports/70006 ports-bugs games/quake2forge fails to build on 5.2.1 o [2004/08/05] ports/70021 ports-bugs [PATCH] mail/spamass-milter: Reliability o [2004/08/05] i386/70028 i386 umass isuue in the boot prcess on SONY La f [2004/08/05] ports/70033 ports-bugs tcllib-1.6_1 installation hangs while ins p [2004/08/05] kern/70037 [panic] ALI AGP fails / panics system o [2004/08/05] kern/70038 darrenr ipfilter rdr rule does not work for non-T f [2004/08/06] ports/70090 ports-bugs lang/gcc32 and lang/gcc33: unable to fetc o [2004/08/07] ports/70139 x11 Xorg Segfault o [2004/08/07] bin/70147 [PATCH] Globbing bug in /bin/sh o [2004/08/07] kern/70148 [panic] Kernel Panic 5.2.1-R and -CURRENT o [2004/08/08] kern/70189 rwatson [patch] vr(4) implements panic(9) a [2004/08/09] ports/70218 ports-bugs ports lang/mono install hangs p [2004/08/10] i386/70241 yar boot1 logic fix for large disks o [2004/08/11] ports/70309 sumikawa racoon disrupt manually-keyed IPSEC tunne o [2004/08/11] ports/70317 x11 xvideo problems using XFree86-4.4.0 o [2004/08/11] ports/70322 portmgr USE_GCC broken in 5-CURRENT o [2004/08/11] i386/70330 i386 Re-Open 33262? - gdb does not handle pend o [2004/08/12] kern/70360 [twe] Random lock-ups with 3ware RAID 5 u o [2004/08/13] i386/70386 i386 IBM x345 Freezes Randomly f [2004/08/13] kern/70393 mlaier [panic] in nd6_slowtimo (pflog related?) o [2004/08/13] kern/70399 darrenr ipfilter breaks IPv6 path mtu discovery o [2004/08/15] i386/70482 i386 Array adapter problems o [2004/08/16] ports/70514 seanc GCC 3.4 patch for net-mgmt/bsd-airtools o [2004/08/16] i386/70525 i386 [boot] boot0cfg: -o packet not effective o [2004/08/16] i386/70531 i386 [patch] boot0 hides Lilo in extended slic o [2004/08/17] ports/70584 nobutaka Xine vcd:// mrl input identifier overflow o [2004/08/17] kern/70587 NULL pointer dereference in vm_pageout_sc o [2004/08/17] ports/70594 markp [PATCH] net-mgmt/mbrowse: fix compile wit o [2004/08/18] docs/70616 simon incompleteness and error in su(1) man pag o [2004/08/19] kern/70649 [rtc] system clock slows down when heavil o [2004/08/19] i386/70663 i386 Freebsd 4.10 ncplogin + Netware 4.11 = nw o [2004/08/19] ports/70666 taoka checksum update for print/bjfiltercom f [2004/08/20] ports/70680 ache Problem compiling Apache13 on FreeBSD5.2. o [2004/08/20] ports/70688 kde tab stops corruption in QTextParagraph (Q o [2004/08/20] ports/70695 hrs teTeX (port source print/teTeX) ends with f [2004/08/20] ports/70699 ports-bugs Typo in ports/devel/libedit, possible buf f [2004/08/20] bin/70729 /usr/src/usr.bin/file can`t compile o [2004/08/20] ports/70744 clement www/mod_fastcgi doesn't build without Mak o [2004/08/20] i386/70747 i386 ddos attack causes box to crash on kernel o [2004/08/21] kern/70753 [boot] Device for firewire hard disk not o [2004/08/21] bin/70803 truss wedges if child exits at the wrong o [2004/08/21] ports/70804 skv /usr/ports/databases/p5-DBD-mysql50/work/ f [2004/08/21] i386/70805 i386 [apm] page fault early during boot with a o [2004/08/22] kern/70809 panic: ufs_direnter: compact1 a [2004/08/22] ports/70814 sergei Snort port installation clobbers local.ru o [2004/08/24] ports/70889 ale network-access to databases/mysql40-serve o [2004/08/24] ports/70893 ports-bugs ports/palm/pose fails to build o [2004/08/24] ports/70902 ports-bugs x11-toolkits/tk84 is broken f [2004/08/24] ports/70906 ports-bugs net/mldonkey-core 2.5.21 port does not co o [2004/08/24] ports/70914 hq devel/apache-ant ignores JAVA_HOME when r f [2004/08/25] ports/70922 ports-bugs x11/x3270 breaks palm/pose o [2004/08/25] i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, f [2004/08/25] kern/70931 panic: page fault at end of boot on Athlo o [2004/08/25] docs/70952 doc Handbook section 16.6.2 has bad example o [2004/08/25] bin/70960 dougb "ndc restart" dumps core when named is ru f [2004/08/25] i386/70962 i386 [install] When downloading the installer o [2004/08/26] conf/70973 script 800.loginfail does not report 'Ill o [2004/08/26] bin/70974 [rpc] SIGSEGV in rpc.lockd o [2004/08/26] threads/70975threads unexpected and unreliable behaviour when o [2004/08/26] ports/70981 hrs LaTeX, tex and teTeX ports tangled p [2004/08/26] kern/70988 andre Bug in netisr_queue() o [2004/08/26] i386/71000 i386 [boot] BTX halted when booting from CD on o [2004/08/27] i386/71035 [kbd] SMP boot hangs in bus_space_write_1 o [2004/08/27] i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E o [2004/08/28] ports/71071 kuriyama ports/net-mgmt/net-snmp does not build on o [2004/08/28] kern/71073 andre [vlan] a media ioctl to vlan(4) causes pa o [2004/08/28] kern/71086 [panic] in vm_page_remove() (referencing o [2004/08/28] i386/71087 [hang] 5.3-beta2 fails to install on eSer o [2004/08/29] ports/71100 ports-bugs [ Maintainer Update ] databases/phpmyadmi o [2004/08/29] ports/71105 nobutaka libxine fails to recognise/decode xvid-en o [2004/08/29] kern/71109 [patch] Possible race conditions in pmap. o [2004/08/30] kern/71131 [panic] profile.sh causes bfe to panic o [2004/08/30] i386/71144 i386 FBSD5.3b2 doesn't boot on a Compaq Armada o [2004/08/30] java/71146 java jdk 1.4.2-p6 jboss,eclipse problems o [2004/08/30] bin/71147 sshd(8) will allow to log into a locked a o [2004/08/30] kern/71155 [usb] misbehaving usb-printer hangs proce o [2004/08/30] i386/71158 i386 pci bus number 3 missing on laptop [-CURR o [2004/08/30] ports/71161 ports-bugs [PATCH] Incorrect rights for setup devel/ o [2004/08/31] ports/71177 ade repo-copy request: [MAINTAINER] databases o [2004/08/31] kern/71189 sound [sound] [patch] panic: "recursed on non-r o [2004/08/31] i386/71190 i386 Dead thinkpad R31 after installing 5.2.1 o [2004/08/31] kern/71198 Lack of PUC device in GENERIC kernel caus o [2004/08/31] i386/71208 i386 Intel EtherExpress not working o [2004/08/31] gnu/71210 Update to GNU sdiff: add user-preference o [2004/09/01] kern/71229 Device sk0 hands up when data transfering o [2004/09/01] ports/71248 sergei Port Update - mail/getmail -- updating po o [2004/09/02] bin/71290 [PATCH] passwd cannot change passwords ot o [2004/09/03] i386/71323 i386 [install] FTP download from floppy boot c o [2004/09/03] kern/71341 sparc64 [patch] Cannot build 5.3 sparc64 kernel w o [2004/09/03] ports/71344 portmgr [PATCH] Teach bsd.port.mk about latest gc o [2004/09/03] ports/71352 ale Port error: database/mysql41-server fails o [2004/09/04] kern/71354 [kbd] USB Keyboard bumped by non-existent o [2004/09/04] kern/71355 sos ataraid for sil0680 and cmd649 broken a [2004/09/04] ports/71356 vs textproc/unrtf core dumps w/ Segmentation o [2004/09/04] kern/71357 le [vinum] Panic when starting vinum at boot o [2004/09/04] docs/71359 doc /usr/share/examples/etc/make.conf contain o [2004/09/04] ports/71364 ports-bugs [ Maintainer Update ] databases/mysql-con o [2004/09/04] kern/71380 andre Fatal Trap 12 in kernel module uipc_mbuf2 o [2004/09/05] kern/71388 rwatson [panic] due mac_policy_list_conditional_b o [2004/09/05] kern/71391 [nfs] [panic] md via NFS file + mount -t o [2004/09/05] i386/71392 i386 5.3-Beta2 crash: 'no buffers busy' after o [2004/09/05] kern/71394 [boot] unable to mount troot device in bo f [2004/09/05] ports/71396 ports-bugs the pysqlite's serious problem o [2004/09/05] kern/71402 rwatson panic with lomac o [2004/09/05] bin/71404 qa [sysinstall] [patch] Only make one active o [2004/09/05] ports/71409 ports-bugs [PATCH] cad/gnucap: fix the build with gc o [2004/09/06] kern/71421 filesystem operations lockups [SCHED_ULE] o [2004/09/06] ports/71425 phantom jdk14 produces an error for FreeBSD 5.3-B o [2004/09/06] i386/71428 DMA does not work on VIA 82C586 f [2004/09/06] kern/71431 geom [panic fix] [patch] geom_uzip.ko caused p o [2004/09/06] ports/71439 gnome Fix port: x11-toolkits/libgnomeui (multi- o [2004/09/07] kern/71443 [kbd] usb keyboard not detected on 5.3 o [2004/09/07] bin/71453 tcpdump segfaults on PPP IPV6CP traffic o [2004/09/07] ports/71454 netchild sylpheed-claws does not use SSL o [2004/09/07] ports/71456 jdp lang/ezm3 port fails (net/cvsup port affe o [2004/09/07] ports/71460 ports-bugs [PATCH] net/socks5: Fix build with gcc-3. o [2004/09/07] misc/71469 default route to internet magically disap o [2004/09/07] i386/71470 i386 [hang] Asus P4P800-E Promise 20378 RAID 1 o [2004/09/07] amd64/71471 amd64 Can not install 5.3beta3/amd64 on IBM eSe f [2004/09/07] ports/71472 leeym [PATCH] shells/rssh: update to 2.2.1 o [2004/09/07] ports/71475 ACID (snort DB) detects versions incorrec o [2004/09/08] ports/71477 ports-bugs pure-ftpd doesn't respect the pureftpd_co o [2004/09/08] kern/71478 NIS/NFS: res_mkquery failed [4.2] o [2004/09/08] ports/71479 ports-bugs mod_jk2-apache2 - various issues o [2004/09/08] kern/71491 [usb] [panic] printing under usb printer o [2004/09/09] ports/71511 portmgr [MAINTAINER] security/gnutls: update to 1 o [2004/09/09] ports/71514 ports-bugs Null fonts.dir file on gsfonts o [2004/09/09] ports/71515 ports-bugs Postfix port broken when using TLS + SPF o [2004/09/09] java/71516 java jdk13 hotspot fails to build with recent o [2004/09/09] ports/71522 kuriyama Fix for net-snmp under 6-CURRENT o [2004/09/09] ports/71525 ports-bugs MIME::Parser from p5-MIME-Tools fails to o [2004/09/09] kern/71532 Multiple SCSI-Busses are seen differently o [2004/09/09] ports/71542 ports-bugs [PATCH] Problem resolving in multimedia/m o [2004/09/10] kern/71547 xorg hangs on startup, maybe do to R200_c o [2004/09/10] ports/71551 olgeni java/netbeans - not installing, or incorr f [2004/09/10] ports/71558 ports-bugs using portupgrade results in ruby dumping o [2004/09/10] kern/71568 [kbd] [patch] unable to install FreeBSD u o [2004/09/11] ports/71578 ports-bugs graphics/xfig - problem during install, m f [2004/09/11] bin/71580 Sendmail is built and installed on a buil o [2004/09/11] ports/71581 ports-bugs [japanese/samba] samba-2.2.11-ja-1.0 was o [2004/09/11] bin/71592 [PATCH] ppp doesn't check mallocs for ret o [2004/09/11] ports/71593 ports-bugs Problem with interaction of mimedefang an o [2004/09/11] bin/71594 pkg_install (sign) - variables ma be used o [2004/09/11] docs/71600 doc ti(4) - dud URL for Alteon documentation o [2004/09/11] bin/71602 [PATCH] uninitialized "len" used instead o [2004/09/11] misc/71603 "systat -v" enters infinite loop o [2004/09/12] ports/71635 gnome Gnome recompile fails due to glib link er o [2004/09/12] ports/71636 ports-bugs x11-toolkits/libjtoolbar - JToolBar_sourc o [2004/09/12] ports/71637 ale devel/motor - build failure while compili o [2004/09/12] kern/71638 Radeon 9200 SE with Xorg 6.7 and DRI 5.0. o [2004/09/12] kern/71639 bge driver got problem with 5.3-BETA4 o [2004/09/12] i386/71641 i386 5.3-BETA3: wi0 hangs during kernel load o [2004/09/12] bin/71651 [PATCH] cron may attept to close unopened o [2004/09/12] kern/71652 andre rdr@pf doesnt work properly with fastforw o [2004/09/12] bin/71653 [PATCH] usr.sbin/asf may use uninialised o [2004/09/12] ports/71676 ports-bugs gnupg doesn't appear to use gnupg-idea pl o [2004/09/12] kern/71677 rwatson MAC Biba / IPFW panic o [2004/09/12] ports/71684 ports-bugs lang/scm does not compile on FreeBSD 5.3B o [2004/09/12] ports/71686 ports-bugs rar and unrar Segmentation fault on passw o [2004/09/13] bin/71688 adduser fails on 5.3-BETA3 o [2004/09/13] bin/71690 inaccurate information in systat(1) manpa o [2004/09/13] ports/71692 ports-bugs portupgrade fails to find packages in por o [2004/09/13] ports/71698 ale MySQL 4.0 server fails to build static 1490 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] kern/105 standards Distributed libm (msun) has non-standard a [1996/01/31] 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/14] kern/1791 tegge syslimits.h does not allow overriding def s [1996/11/23] 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 [patch] support for DSR/DCD swapping on s s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/03/11] bin/2934 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/02] kern/4012 [nfs] 2.2-RELEASE/Digital UNIX NFSv3 0 le f [1997/07/18] kern/4115 [nfs] SunOS NFS file has wrong owner if c 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/07/30] kern/4194 kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time 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/30] bin/4420 imp find -exedir doesn't chdir for first entr p [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/25] bin/4629 grog calendar doesn't print all dates sometime o [1997/09/28] bin/4646 qa [sysinstall] can't fixit with an NFS-moun o [1997/10/16] kern/4782 Under certain conditions, several krsh's 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/12/01] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/15] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 [mount] mount incorrectly reports / as an o [1998/01/12] bin/5483 Login(1) clears utmp entry o [1998/01/27] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe o [1998/01/27] kern/5587 des session id gets dropped o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/11] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul o [1998/02/28] kern/5877 kbyanc sb_cc counts control data as well as data p [1998/03/31] kern/6184 No error if resulting file pos in lseek i a [1998/04/07] kern/6238 sound [sound] [patch] sound-driver patch for MA o [1998/04/19] 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 a [1998/07/01] bin/7136 markm kerberized telnetd doesn't use gettytab % s [1998/07/10] bin/7232 qa [sysinstall] suggestion for FreeBSD insta f [1998/07/10] kern/7234 [kbd] keyboard problems during login imme o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/07/13] bin/7265 A warning flag is added to ln(1). f [1998/07/13] i386/7266 PSM detection failure with Linksys consol o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/20] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/10] kern/7556 sl_compress_init() will fail if called an s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/23] kern/7722 Changes to acct format s [1998/09/09] bin/7868 [almost patch]Morse Code Fixups o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re o [1998/10/03] bin/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/19] kern/8376 tjr CLOCK_VIRTUAL not implemented 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] bin/8867 qa [sysinstall] [patch] /stand/sysinstall co a [1998/12/18] bin/9123 pax can't read tar archives that contain s [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy f [1999/01/14] kern/9478 [patch] support for running a script from 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 f [1999/01/29] bin/9770 jmallett An openpty(3) auxiliary program o [1999/01/29] i386/9777 sound [sound] [patch] generic AD1816 sound supo o [1999/02/02] bin/9868 Patch to add "date -a" o [1999/02/02] kern/9869 When using macros out of function, they s s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi 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/16] bin/10611 timed enhancement 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 a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin a [1999/04/08] kern/11024 mtm getpwnam(3) uses incorrect #define to lim o [1999/04/11] bin/11085 Per-host configuration for syslog.conf f [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/16] i386/11165 emulation IBCS2 don't work correctly with PID_MAX 9 o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/05] kern/11525 dwmalone [PATCH] Networking patches to increase # 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/07] kern/12071 fanf [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 imp Enhancement to ed driver for Linksys 10/1 o [1999/06/21] bin/12324 qa [sysinstall] fdisk partition editor is mi o [1999/07/07] 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/06] 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/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/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/23] kern/13326 additional timeval interfaces for /dev/audio o [2001/10/23] kern/31456 [patch] register number definition for AM f [2001/10/25] kern/31490 [panic] [patch] Panic in sysctl_sysctl_ne o [2001/10/27] kern/31521 sound [sound] pcm0 plays too fast on Intel 8280 o [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/30] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] kern/31647 socket calls can return undocumented EINV s [2001/11/01] kern/31686 bms Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/10] kern/31890 [syscons] [patch] new syscons font s [2001/11/10] ports/31893 des gnats-3.113.1 conflicts with /usr/bin/sen o [2001/11/11] bin/31906 No method available to unwind atexit(3) s o [2001/11/12] bin/31933 pw can interpret numeric name as userid d o [2001/11/14] kern/31981 [patch] (mis)feature in getnetent parsing 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 [boot] ppi locks up system during boot o [2001/11/15] docs/32020 trhodes loader.8 manpage missing tunables o [2001/11/18] conf/32067 Problems with spanish keyboard in console 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] bin/32144 murray [sysinstall] unattended install with sysi o [2001/11/26] bin/32288 qa [sysinstall] After install: /etc/rc compl a [2001/11/29] bin/32375 murray [sysinstall] sysinstall doesn't respect U a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/03] kern/32480 [syscons] Missing graphic characters in s o [2001/12/04] bin/32501 trhodes quot(8) is stupid regarding the filesyste f [2001/12/08] kern/32605 nsouch SMBus driver broken o [2001/12/09] kern/32652 joe [patch] A new ioctl to uscanner s [2001/12/09] ports/32653 joe Added patches to improve USB scanner supp o [2001/12/10] kern/32659 VM and VNODE leak with vm.swap_idle_enabl o [2001/12/10] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] bin/32680 [PATCH] Allows users to start jail(1) by o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 roger [bktr] bktr driver missing tuner for eepr o [2001/12/14] bin/32828 w incorrectly handles stale utmp slots wi o [2001/12/18] docs/32979 hmp manpages are not installed for k5admin an f [2001/12/19] kern/33004 joe Patch for USB (uhci) f [2001/12/19] kern/33007 umass device timeout after successive use s [2001/12/19] kern/33013 sound [sound] mixer does not have treble/bass f o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/22] kern/33097 sound [sound] Crystal 4237b mixer problems o [2001/12/23] kern/33117 [patch] empty struct md_coredump in pcb.h o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt s [2001/12/24] bin/33133 keyinit outputs wrong next login password o [2001/12/26] bin/33182 marcel gdb seg faults when given handle SIGALRM o [2001/12/26] kern/33203 [nfs] "got bad cookie" errors on NFS clie o [2001/12/31] conf/33395 imp better way to use more than one pccard ne o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . a [2002/01/07] bin/33661 PAP AuthAck/AuthNak parsing problem in pp o [2002/01/08] kern/33707 sound [sound] ICH (82801AA) cannot be used for o [2002/01/09] docs/33724 doc [patch] a very minor documentation error f [2002/01/09] misc/33736 Scroll-lock on the console prevents shutd o [2002/01/10] conf/33753 Intel ICH2 and NVidia device ID updates o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/11] bin/33778 joe crunchgen enhancements o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 strptime(3) is misleading o [2002/01/14] docs/33852 doc split(1) man page implies that input file o [2002/01/14] docs/33877 doc Documentet behaviour of SF_flags for non- o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bde Messages at the serial IO port device pro o [2002/01/16] kern/33965 [kbd] [patch] programmable keys of the ke a [2002/01/17] bin/34010 [patch] keyinit takes passwords less than o [2002/01/22] bin/34146 newfs defaults and vfs.usermount=1 tug at s [2002/01/22] bin/34171 yar ftpd indiscrete about unprivileged user a f [2002/01/23] kern/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] bin/34309 gad lpd does not garantie that controlfiles b o [2002/01/29] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] bin/34412 tftp will still try and receive traffic e o [2002/01/31] bin/34497 grog calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. o [2002/02/01] 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 a [2002/02/03] kern/34591 andre ICMP bandwidth limiting does not indicate o [2002/02/05] bin/34628 jkh pkg-routines ignore the recorded md5 chec o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". o [2002/02/07] gnu/34709 marcel [patch] Inaccurate GDB documentation f [2002/02/08] bin/34728 murray DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 treat smbfs as network file system in /et o [2002/02/09] bin/34759 Phantasia does not accept [enter] key o [2002/02/09] conf/34776 rc.diskless1 creates insufficiently sized o [2002/02/10] bin/34788 dwmalone dmesg(1) issues with console output 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 p [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/12] kern/34854 sound [sound] /src/sys/dev/sound doesn't work c p [2002/02/12] bin/34874 bms Netstat output to small o [2002/02/12] kern/34880 luigi Impossibility of grouping IP into a pipe p [2002/02/14] conf/34935 New locale (Cyrillic Windows Codepage 125 o [2002/02/14] kern/34942 sound [sound] Attempt to play -> "pcm0: play in o [2002/02/15] kern/34952 joe Mouse cursor invisible with USB mice and a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/17] bin/35018 brian enhancing daily/460.status-mail-rejects s [2002/02/18] bin/35070 math(3) references section "3m", etc. f [2002/02/19] kern/35101 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 o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/23] kern/35234 scsi World access to /dev/pass? (for scanner) o [2002/02/23] conf/35242 Change to etc/periodic/weekly/330.catman o [2002/02/24] conf/35262 [patch] generation of boot block for head o [2002/02/25] kern/35289 roger [bktr] [patch] Brooktree device doesnt pr o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di s [2002/02/26] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] misc/35381 standards incorrect floating-point display of large o [2002/02/28] bin/35400 qa [sysinstall] sysinstall could improve man o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 [patch] enhanced periodic scripts: 100.cl o [2002/03/05] bin/35568 make declares target out of date, but $? f [2002/03/06] i386/35599 murray install 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 [patch] missing dep in libiconv prevents 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] www/35647 www 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/35652 trhodes bsd.README seriously obsolete 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/09] docs/35696 trhodes mount_smbfs(8) references a nonexistent n o [2002/03/09] www/35711 bugmeister 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/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/11] kern/35774 [logwtmp] Suboptimal auditing possibiliti o [2002/03/13] kern/35846 imp timeout in wi_cmd 11, machine hangs for a o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f o [2002/03/14] bin/35894 [patch] popen.c in cron won't build witho o [2002/03/16] docs/35943 doc at(1) config files are misplaced in /var/ p [2002/03/16] docs/35951 trhodes disklabel(8) manual confuses partitions a o [2002/03/16] docs/35953 doc hosts.equiv(5) manual is confusing or wro s [2002/03/19] standards/36076standards Implementation of POSIX fuser command o [2002/03/20] bin/36118 re [sysinstall] 4.5 Upgrade says it won't to p [2002/03/20] bin/36136 savecore -z option does not work o [2002/03/20] kern/36143 [patch] Dynamic (non linear) mouse accele o [2002/03/21] docs/36154 simon [usb] Getting USB mouse to work: usbd and o [2002/03/21] kern/36170 an(4) does an_init() even if interface is o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] bin/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] conf/36392 [feature request] cron starts before vi r o [2002/03/28] kern/36425 [patch] bump up SYS_NMLN in sys/utsname.h o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo a [2002/03/29] docs/36447 trhodes chown(8) manual misdescribes handling of o [2002/03/29] docs/36449 doc symlink(7) manual doesn't mention trailin a [2002/03/29] i386/36451 roger [bktr] [patch] Japan IF frequency is inco s [2002/03/29] 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 grog /usr/bin/calendar can't handle recurring o [2002/03/30] bin/36553 gad Two new features in newsyslog(8) o [2002/03/31] bin/36556 [patch] regular expressions for tcpwrappe o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/02] bin/36646 dwmalone [patch] top(1) does not work correctly in p [2002/04/03] kern/36682 joe USB isochroneous transfer doesn't report o [2002/04/04] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an f [2002/04/04] docs/36726 trhodes Handbook lacks information about hardware o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 which(1) ought to append @ if result is s o [2002/04/05] bin/36786 make ps use 24-hour time by default s [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/09] kern/36916 qa [libdisk] DOS active partition flag lost s [2002/04/09] ports/36933 portmgr [patch] New feature for pkg_create and po o [2002/04/10] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 grog calendar doesn't effect -t option. o [2002/04/11] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/12] bin/37013 ls directory name output trailing slash d o [2002/04/13] conf/37034 Fixed maximum character length in EUC o [2002/04/13] conf/37047 brian daily_status_mailq_shorten doesn't produc o [2002/04/14] bin/37074 bp [PATCH] Typographical error in output of o [2002/04/15] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc f [2002/04/16] bin/37137 qa [sysinstall] doesn't recognize version nu o [2002/04/16] bin/37160 qa [sysinstall] coredumps when trying to loa 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] kern/37380 jhb [patch] boot0 partition list is outdated o [2002/04/23] conf/37387 grog bsdmainutils/calendar Hungarian addon fil o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/25] bin/37434 mbr dhclient(1) generates pointless log messa o [2002/04/25] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/25] 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/26] kern/37482 sound [sound] Weird behaviour under relatively f [2002/04/28] ports/37518 grog gmat port CATALOG needs updating o [2002/04/29] kern/37554 jmg [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 [patch] vnode flags appear to be changed o [2002/04/29] conf/37569 [PATCH] Extend fstab(5) format to allow f o [2002/04/30] kern/37600 sound [sound] [partial patch] t4dwave drive doe o [2002/05/02] kern/37657 sound [sound] /dev/dsp and /dev/audio skip the o [2002/05/02] bin/37672 pw(8) prints warnings after successful NI o [2002/05/02] threads/37676threads libc_r: msgsnd(), msgrcv(), pread(), pwri o [2002/05/03] bin/37715 "pkg_info -g package_name_version" fail o [2002/05/03] docs/37719 kensmith Detail VOP_ naming in a relevant man-page o [2002/05/04] conf/37732 joe 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 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/09] java/37904 znerd New Port: database/isql-viewer (a JDBC 2. o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li o [2002/05/13] ports/38034 glewis compaq-cc (under linux-emu) installes man o [2002/05/14] bin/38055 qa [sysinstall] Groups (creation) item shoul o [2002/05/14] bin/38056 qa [sysinstall] User (creation)'s "Member gr o [2002/05/14] bin/38057 qa [sysinstall] "install" document doesn't d o [2002/05/14] docs/38061 ume Typos in man pages for faith & faithd o [2002/05/16] docs/38148 trhodes In manpages "timezone" should be "time zo o [2002/05/16] bin/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] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/19] ports/38301 kiri upgrade www/w3-4 to 4.0.47 o [2002/05/20] kern/38347 [patch] new library function abs2rel and o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/23] kern/38445 suggestion: centralize ptrace() permissio o [2002/05/23] kern/38452 joe [usb] Logitech USB iFeel: device_probe_an o [2002/05/23] kern/38468 imp Write drivers for Intel PRO/Wireless 2011 o [2002/05/24] bin/38477 qa [sysinstall] in Choose Distributions scre o [2002/05/24] bin/38478 qa [sysinstall] In Choose Distributions scre o [2002/05/24] bin/38480 qa [sysinstall] sysinstall should prompt for s [2002/05/24] www/38500 www gnats web form is overenthusiastic about o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 o [2002/05/25] docs/38540 blackend 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] bin/38583 qa [sysinstall] sysinstall installs crypto s o [2002/05/27] ports/38593 portmgr Third level ports o [2002/05/27] bin/38610 qa [sysinstall] should be able to mount ISO 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/30] bin/38727 [patch] mptable(1) should complain about o [2002/05/30] kern/38730 Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 murray Diskless booting fails with some DHCP ser o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/01] kern/38794 sound [sound] ESS Solo driver truncates output o [2002/06/02] i386/38826 RFE: BootMgr should provide more identify o [2002/06/02] kern/38828 scsi [feature request] DPT PM2012B/90 doesn't o [2002/06/02] conf/38829 bootblock recompile instructions in handb f [2002/06/02] bin/38835 qa [sysinstall] sysinstall always installs c p [2002/06/03] docs/38850 keramida handbook/kernelopts/ should be in Develop o [2002/06/03] bin/38854 qa [sysinstall] resetting during setup cause o [2002/06/06] misc/38937 delay between tracks in digital audio dum o [2002/06/06] bin/38940 Change: an option to *stat to allow supre o [2002/06/07] kern/38967 sound [sound] 4/22/02 pcm driver merge appears o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix p [2002/06/08] docs/39044 doc The man page for rot13(6) never mentions o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/10] java/39080 glewis java/javavmwrapper: Functionality enhance p [2002/06/10] bin/39116 eik /usr/bin/printf o [2002/06/12] kern/39201 emulation ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/13] docs/39213 doc No rc(4) man page o [2002/06/14] 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/15] conf/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] bin/39360 qa [sysinstall] if linux emu is added as a d o [2002/06/17] kern/39425 [amd] Auto mounted directory was not foun o [2002/06/17] bin/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] conf/39466 /etc/security: find -xdev hangs on dead N 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/20] bin/39574 qa [sysinstall] error mounting /dev/acd0c on s [2002/06/20] conf/39580 insecure default settings o [2002/06/20] java/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] java/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli s [2002/06/22] ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXA o [2002/06/23] kern/39681 [patch] add hidden kernel boot tunables t o [2002/06/24] kern/39772 imp pccardd is slow to install a PCCARD. o [2002/06/25] bin/39819 cleaning bin/sh code from warnings o [2002/06/25] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/26] bin/39864 robert hostname instead of IP in w(1) -n output o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/27] bin/39905 johan cleaning sbin/restore code from warnings o [2002/06/29] conf/39976 vi recovery halting boot process 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 p [2002/07/01] gnu/40057 bugmeister send-pr -a flag does not work with -f o [2002/07/01] kern/40081 sound [sound] noise in sound output with built- o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/03] kern/40132 sound [sound] [patch] enabling the joystick int f [2002/07/06] bin/40273 dougb some more fortunes o [2002/07/07] conf/40298 [patch] /etc/rc: using swapfile as /tmp o [2002/07/09] kern/40369 [patch] rman_reserve_resource - when "cou o [2002/07/09] kern/40378 standards stdlib.h gives needless warnings with -an o [2002/07/09] bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/11] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/13] kern/40516 [ti] [patch] ti driver has no baudrate se 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] conf/40552 alternate syscons font for iso-07 encodin p [2002/07/14] kern/40563 bms 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/15] bin/40597 add /sbin/fdisk ability of showing extend f [2002/07/15] bin/40617 brian /usr/sbin/ppp is not able to bind the nat o [2002/07/16] kern/40657 joe [usb] Logitech iFeel usb mouse will not a s [2002/07/16] threads/40671threads pthread_cancel doesn't remove thread from o [2002/07/17] kern/40711 sound [sound] CT5880-C sometimes fails to outpu p [2002/07/18] kern/40745 bms Inconsistency between net/if.c and struct 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 murray psuedo-device bpf need note in LINT and G a [2002/07/22] ports/40866 jkoshy sml-nj port CM autoloading compilation pr o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] kern/40926 qa [boot] After Upgrading or Clean Installin o [2002/07/23] kern/40927 sound [sound] Acer Labs M5451 dies with pcm:pla o [2002/07/24] kern/40948 joe [usb] USB HP CDW8200 does not work o [2002/07/24] i386/40958 i386 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/27] bin/41060 ready to import gzip 1.3.3 o [2002/07/28] bin/41070 added .warning in make(1) + two fixes o [2002/07/28] 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/30] bin/41159 new sed -c option to allow ; as a separat o [2002/07/30] misc/41179 LD_LIBRARY_PATH security checks o [2002/07/31] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] bin/41213 top(1) blocks if NIS-related entries in p o [2002/07/31] kern/41215 [kbd] console revert back to kbd0 (AT) af o [2002/08/01] kern/41220 [PATCH] Minor sk driver enhancements o [2002/08/01] bin/41238 qa [sysinstall] problems with FreeBSD instal o [2002/08/01] kern/41243 joe [patch] [usb] getting full desc failed, H o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] www/41312 cvsadm 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/06] i386/41364 imp pccard: NewMedia "Bus Toaster" SCSI card o [2002/08/06] www/41379 Cannot browse directory tree on FreeBSD m o [2002/08/07] kern/41415 joe [usb] [patch] Some USB scanners cannot ta o [2002/08/09] kern/41490 sound [sound] C-Media 8738 sound card static o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd o [2002/08/12] bin/41566 obrien file(1) out of date o [2002/08/12] i386/41569 silo overflow p [2002/08/12] standards/41576standards POSIX compliance of ln(1) a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/15] bin/41674 ken iostat column formatting overlaps o [2002/08/17] kern/41743 sound [sound] No sound from SiS630s controller o [2002/08/17] bin/41744 qa [sysinstall] cannot stop comat22 from bei o [2002/08/18] ports/41755 max Wrong letters in Canna iroha dictionary o o [2002/08/19] misc/41771 '/etc/ttys' and X o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/20] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] bin/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/21] conf/41855 improvment of /etc/rc.diskless2 script o [2002/08/21] i386/41856 i386 VESA splash screen problems on ThinkPad 2 o [2002/08/22] docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/23] docs/41919 blackend MINI kernel for bootfloppy (Handbook p.34 o [2002/08/23] i386/41930 declaration clash for ffs() and ${CXX} a [2002/08/23] ports/41945 ade [patch] bsd.port.mk: does not run ACLOCAL o [2002/08/23] bin/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] bin/41949 qa [sysinstall] sysinstall sorts /etc/rc.con o [2002/08/24] kern/41966 sound [sound] audio/play: sblive, can cause "D o [2002/08/26] bin/42018 pkg_info with PKG_PATH searches through t o [2002/08/26] bin/42022 qa [sysinstall] non-interactive mode prompts a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/08/27] kern/42065 [patch] kern.ps_showallprocs has no effec o [2002/08/27] bin/42084 luigi [netstat] PicoBSD's 'netstat -i' reports o [2002/08/29] bin/42162 qa [sysinstall] installation crashes, md0c f o [2002/08/30] docs/42182 trhodes Making Dedicated Mode disks doc out of da o [2002/08/30] docs/42210 gioria doc/en_US.ISO8859-1/articles/releng/branc f [2002/08/30] bin/42213 joe moused(8) seems to delay some mouse event o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/09/01] kern/42274 [patch] Convert defined variable into tun o [2002/09/02] bin/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/02] bin/42338 imp pccard_ether should run ipf -y if ipfilte 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 emulation TIOCSCTTY not implemented in linuxulator o [2002/09/04] kern/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] kern/42429 [patch] hash_action called with HASH_DELE o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/06] kern/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re s [2002/09/06] kern/42466 emulation linux: 'ipc' typ=258 not implemented o [2002/09/06] bin/42468 mount_smbfs incorrectly handled configura o [2002/09/06] bin/42469 After mounting by mount_smbfs directories o [2002/09/08] www/42558 www http://www.freebsd.org/search produces in o [2002/09/08] kern/42564 sound [sound] record bug with emu10k1 driver o [2002/09/09] bin/42609 pkg_info -qg doesn't handle missing files o [2002/09/10] kern/42638 sound [sound] CS4326/4327 (MSS) buggy output pl o [2002/09/11] bin/42663 pw(1): pw useradd assigns unique UID's to o [2002/09/13] kern/42728 small many problems in src/usr.sbin/ppp/* afte f [2002/09/13] bin/42732 [NFS] seg fault in mount_nfs o [2002/09/14] i386/42766 [patch] proposal to perform reboot via ju o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/15] conf/42807 imp /etc/netstart doesn't run /etc/defaults/p o [2002/09/18] bin/42934 qa [sysinstall] installation procedure on in o [2002/09/19] kern/42956 [libc] dlclose gives "invalid shared obje o [2002/09/19] bin/42974 [patch] ISO 8601 date format option o [2002/09/20] docs/42977 doc request: document the fact that the FreeB p [2002/09/20] bin/43139 bms /sbin/route -host option doesn't always s o [2002/09/21] kern/43154 [patch] tunwrite() does not allocate clus o [2002/09/21] conf/43167 Ability to have vnode based file systems o [2002/09/21] conf/43169 [patch] with modified keymap, caps-lock l o [2002/09/21] ports/43177 markm Updates and additions to src/games/quiz/d o [2002/09/22] i386/43262 command 'shutdown -r' (also reboot) cause f [2002/09/23] ports/43273 portmgr [patch] make bsd.port.mk checksum check a 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] bin/43368 pkg_create fails if target directory does o [2002/09/25] bin/43372 Broken struct ufs_args in ufsmount.h o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp o [2002/09/29] docs/43470 blackend Solid State / x109 article out of date. o [2002/09/29] kern/43474 murray [nfs] [patch] dhcp.* values not set in ke o [2002/09/29] conf/43494 wish: resolv.conf created (again) later i o [2002/09/29] bin/43497 mount -t nfs -> crunchgen incompatible o [2002/09/30] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] i386/43539 Cannot mout floppy on Compaq Proliant ML3 s [2002/09/30] ports/43540 arved Update Port net/cnet 1.7.7 -> 2.0.3 o [2002/10/01] java/43565 znerd jakarta-tomcat41 port breaks upgrades 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/03] kern/43610 [patch] static-ize some symbols in digi d o [2002/10/03] kern/43611 [patch] static-ize some symbols in sys/cr o [2002/10/03] kern/43613 [smbfs] [patch] static-ize symbol in smbf o [2002/10/03] kern/43616 [patch] static-ize some functions in sys/ o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/04] bin/43675 uniq prints last, not first of the identi o [2002/10/05] kern/43716 [patch] puc driver does not recognize Lav s [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/08] conf/43805 imp Asante' FriendlyNet AeroLAN AL1011 802.11 o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] docs/43823 simon [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src o [2002/10/09] bin/43857 [patch] conflicting types in /usr/src/usr o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/11] kern/43905 [patch] kqueues: EV_SET(kevp++, ...) is n o [2002/10/11] kern/43916 [hang] Olicom OC-2220 (PC-card) hangs on o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/11] java/43947 znerd Checkstyle port should install checkstyle o [2002/10/14] 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/44058 /dev/ch* is created without group write p o [2002/10/15] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/15] kern/44098 RealTec-based NIC initialization problem o [2002/10/15] bin/44122 tun0 gets a second ip adress after a disc 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/18] bin/44200 ftp site keeps sockets open. o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R o [2002/10/18] ports/44251 java new port textproc/xml-stylebook: create J o [2002/10/19] kern/44260 LINT does not list pseudo-device tap o [2002/10/19] i386/44262 tanimura Problems with nrp driver o [2002/10/19] kern/44267 [patch] One more modem PNP id for /usr/sr o [2002/10/19] bin/44277 devinfo is not C++ safe o [2002/10/19] conf/44286 roberto /etc/defaults/rc.conf uses the obsolete n o [2002/10/20] kern/44293 thomas Unable to access audio CD under Linux emu o [2002/10/22] kern/44365 [patch] introduce ulong and unchar types o [2002/10/22] kern/44372 roberto some kernel options prevent NTP clock syn o [2002/10/22] kern/44379 [libutil] property.c, properties_read() b 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] java/44432 hq Ant-based port installs should use Jikes o [2002/10/24] docs/44435 doc sysctl manpage: add example for tcsh o [2002/10/25] kern/44450 joe USB support FAILURE for device that was s o [2002/10/26] i386/44497 NIC Lags? o [2002/10/26] i386/44500 [patch] bge(4): add AC1001 Gigabit NIC as o [2002/10/27] kern/44512 sound [sound] pcm driver generates static half o [2002/10/29] kern/44580 [nfs] NFS updates file access time when f o [2002/10/29] kern/44587 scsi dev/dpt/dpt.h is missing defines required o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for f [2002/10/30] conf/44717 dougb update login.conf and unify login capabil o [2002/11/04] kern/44872 [patch] dgb driver update o [2002/11/04] bin/44894 markm telnet(1): as a local non-root user and r o [2002/11/05] bin/44915 qa [sysinstall] 'choose installation media' o [2002/11/06] 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] kern/45026 [nis] Can't set next password change date o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/09] www/45169 linimon suggested update for ports index page on o [2002/11/10] kern/45182 sound [sound] fm801.c does not recognize a FM80 o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/11] ports/45216 joerg devel/bcc port is incomplete o [2002/11/11] conf/45222 daily rejected mail hosts report too long o [2002/11/12] conf/45226 mtm Fix for rc.network, ppp-user annoyance o [2002/11/12] 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 sobomax tar --listed-incremental fails for Solari o [2002/11/13] bin/45254 qa [patch] [sysinstall] sysinstall installs f [2002/11/14] ports/45289 hrs ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp 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 s [2002/11/21] bin/45547 sos a patch to make burncd handle .wav files. a [2002/11/22] bin/45584 read builtin function of sh does not read o [2002/11/23] bin/45608 qa [sysinstall] install should config all et s [2002/11/23] ports/45613 portmgr make update doesn't o [2002/11/24] kern/45679 sound [sound] [patch] Cannot record except 8bit o [2002/11/24] kern/45682 sound [sound] [patch] Sometime failed to record o [2002/11/24] kern/45684 systat -vmstat reports "alternate system o [2002/11/25] bin/45701 markm spelling error in rogue o [2002/11/25] conf/45704 [PATCH] request to change cp866b font to o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/26] standards/45738 sh "unset" built-in violates IEEE Std 100 o [2002/11/26] bin/45749 trhodes [PATCH] rm -f in MS-DOS directory p [2002/11/26] kern/45753 bms linux-sun-jdk1.4.1 calls SIOCGIFCONF ioct o [2002/11/27] kern/45785 emulation Linux WineX seems to require a few new li o [2002/11/27] kern/45793 [patch] invalid media subtype aliases in o [2002/11/28] bin/45830 nectar [kerberos] KDC has problems when listenin s [2002/11/29] ports/45843 ports-bugs sysutils/3dm - needs to detect and create p [2002/11/30] conf/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code s [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/07] conf/46062 kris Remove skel from BSD.root.dist. f [2002/12/09] bin/46110 [growfs] why does fsck work with / mounte o [2002/12/09] i386/46113 [patch] busspace bugs in parameter checki o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p f [2002/12/09] bin/46123 fenner PATCH: tcpdump needs -a flag if netmask i o [2002/12/10] kern/46159 ipfw ipfw dynamic rules lifetime feature o [2002/12/10] bin/46163 gad lpc problem. Only root can modify despit o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/13] bin/46235 rwatson [sysinstall] NTP servers for Finland requ o [2002/12/13] i386/46238 dds [code] Driver for the PCL-724 ISA card o [2002/12/14] kern/46250 sound [sound] Sound driver not working correctl 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/17] bin/46328 gad patch for lpd o [2002/12/19] kern/46368 [patch] MAXDEP in isa/pnpparse.c is too s s [2002/12/19] bin/46382 ps(1) could use a "repeat" mode o [2002/12/20] conf/46409 Certain periodic scripts check broken NFS o [2002/12/21] standards/46441 /bin/sh does not do parameter expansion i o [2002/12/22] conf/46453 [INTERNATIONALIZATION] cons25l2, ISO8859- o [2002/12/23] standards/46504standards Warnings in headers o [2002/12/31] conf/46645 [PATCH] rc.shutdown state table saving ha a [2003/01/03] docs/46709 peter tables in terminfo.5 are broken o [2003/01/03] kern/46734 [patch] joystick driver doesn't allow for o [2003/01/03] kern/46736 sound [sound] ISA audio CS4232 (HP Omnibook 500 s [2003/01/04] conf/46746 No way to set link addresses through rc.c o [2003/01/04] bin/46758 moused enhancements p [2003/01/05] docs/46787 trhodes compress(1) manpage missing BUGS; other c o [2003/01/06] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] bin/46905 qa [sysinstall] FreeBSD 5.x cannot be instal s [2003/01/10] conf/46913 darrenr ipf denied packets of security run output o [2003/01/10] 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/11] kern/46973 [patch] syscons virtual terminals switchi o [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/13] kern/47029 sound [sound] Static and popping with Hercules o [2003/01/18] kern/47187 stefanf [patch] fix printf specifier in src/sys/b o [2003/01/18] kern/47200 joe USB port is disabled when Kodak DX4900 is o [2003/01/19] bin/47204 qa [sysinstall] base + XFree86 install fails o [2003/01/19] i386/47223 [PATCH] pcvt(4), ESC sequences do not cha o [2003/01/20] bin/47235 top reports inaccurate cpu usage o [2003/01/20] kern/47243 sound [sound] Onboard CMedia CMI8738 playback n o [2003/01/21] kern/47311 mdodd [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] bin/47314 qa [sysinstall] wish: install should not req p [2003/01/22] kern/47349 emulation Fake a sound ioctl (plus linux hook) o [2003/01/22] bin/47350 rc.network supports only one ppp profile o [2003/01/22] kern/47352 sound [sound] pcm/ac'97, dsp device busy o [2003/01/22] i386/47376 [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd ch o [2003/01/23] bin/47387 [PATCH] gprof -K still requires "a.out" a o [2003/01/24] java/47448 phantom linux-blackdown-jdk-1.4.1: syscall mmap2 f [2003/01/25] kern/47452 le [vinum] df(1) reports filesystem empty wh o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] conf/47566 le [vinum] [patch] add vinum status verifica o [2003/01/28] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] bin/47576 [PATCH] factor(6)ing of negative numbers 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/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/31] docs/47705 doc wc(1) manpage has poor explanations. o [2003/02/01] kern/47791 imp Idea for what to do on insert 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/04] bin/47908 qa [sysinstall] /stand/sysinstall can't disp o [2003/02/06] docs/47991 trhodes Handbook section on upgrading kernel says o [2003/02/06] kern/48014 joe [usb] moused fails to correctly identify f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/08] docs/48101 brueffer There's no documentation on the fixit dis o [2003/02/09] 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/10] conf/48133 /etc/rc: improved vi recovery notificatio o [2003/02/11] kern/48172 ipfw ipfw does not log size and flags o [2003/02/12] conf/48195 /var/db/mounttab error on diskless boot s [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/14] ports/48281 obrien Patch editors/vim to use fetch instead of o [2003/02/15] bin/48309 pppoe connections fail to establish if th o [2003/02/16] kern/48338 sound [sound] pcm audio driver hogs /dev/dsp?.? o [2003/02/16] bin/48342 joe [PATCH] usbd dynamic device list. o [2003/02/18] ports/48426 ports-bugs [PATCH] digger-vgl does not support conso o [2003/02/18] bin/48443 mtm /usr/sbin/periodic executes too many file o [2003/02/18] conf/48444 [patch] count connection attempts instead o [2003/02/19] kern/48468 imp puc driver for Nm9845 o [2003/02/19] kern/48471 pjd [patch] private IPC for every jail 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/23] kern/48599 [PATCH] syscons cut-n-paste logic is brok o [2003/02/23] bin/48603 Getopt is broken. Patch included. o [2003/02/24] gnu/48638 [PATCH] some bug fixs in libdialog o [2003/02/25] alpha/48676 alpha Changing the baud rate of serial consoles o [2003/02/27] kern/48738 sound [sound] ForteMedia FM801 chipset based so o [2003/02/27] kern/48759 demon kldstat shows module after unsuccessfull o [2003/02/28] docs/48767 doc wrong key numbers for left/right windows f [2003/02/28] conf/48775 iso8859-15 termcap entries needed o [2003/03/02] kern/48837 mbr dc cannot handle DC21142/3 PCI/CardBus 10 o [2003/03/03] conf/48870 [PATCH] rc.network: allow to cancel inter o [2003/03/03] kern/48894 [nfs] Suggested improvements to the NFS r p [2003/03/04] bin/48914 bms [PATCH] Add flag to whois(1) to query IAN s [2003/03/06] bin/48962 des [PATCH] modify /usr/bin/fetch to allow ba o [2003/03/06] kern/48976 nwfs.ko oddity o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/06] bin/48989 qa [sysinstall] Sysinstall's partition edit o [2003/03/07] i386/49023 gad [patch] to LPD (printjob.c) to pass sourc o [2003/03/08] kern/49037 sound [sound] [patch] ESS Maestro chip misdetec o [2003/03/08] kern/49039 add support for RS485 hardware where dire o [2003/03/10] ports/49082 knu portupgrade runs slow o [2003/03/10] kern/49086 ipfw [patch] Make ipfw2 log to different syslo f [2003/03/12] ports/49955 portmgr [PATCH] bsd.port.mk: add target to automa p [2003/03/12] kern/49957 naddy CRC32 generator should be the common rout o [2003/03/13] bin/49983 markm [patch] Fix bug & improve telnet status o f [2003/03/14] conf/50000 dougb ntpdate not ran before (x)ntpd o [2003/03/18] misc/50106 Make 'make release' more flexible behind o [2003/03/19] kern/50110 joe [usb] Astra 2100U scanner being detected o [2003/03/19] java/50114 znerd linux-sun-jdk13 BUILD_DEPENDS not picked o [2003/03/19] bin/50118 grog calendar(1) dumps core if there is ./cale p [2003/03/21] conf/50160 ache sl_SI.ISO8859-2 collation sequence is wro o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation p [2003/03/24] docs/50248 ceri New FreeBSD books o [2003/03/25] bin/50300 Make the loader's use of terminal-control o [2003/03/26] bin/50310 natd / libalias fix to allow dcc resume i p [2003/03/27] bin/50328 kris ctm_smail doesn't handle large deltas wel o [2003/03/27] bin/50331 Changing uid with pw causes duplicate use o [2003/03/27] bin/50365 [PATCH] rc.sysctl cannot handle values co o [2003/03/27] misc/50370 phantom NLSOWN set to ${SHAREGRP} in o [2003/04/01] kern/50526 [patch] update to #! line termination o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/04] bin/50613 [PATCH] pppd(8) incorrect CBCP response f o [2003/04/06] kern/50644 rsm [PATCH] Update xe driver: multicast, hard o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [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/08] bin/50724 ports-bugs [PATCH] make /usr/sbin/pkg_fetch save ful 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/10] docs/50773 doc NFS problems by jumbo frames to mention i 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 p [2003/04/14] bin/50924 "vmstat -f" says "unimplemented" but data s [2003/04/14] i386/50929 AMD K6-2+ processor is identified incorre 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/15] bin/50971 du(1) doesn't understand UF_NODUMP flag o [2003/04/15] bin/50988 [Patch] find -size -- express argument in o [2003/04/15] kern/51009 [patch] buggy aue driver fixed. o [2003/04/16] bin/51070 add -p option to pom [PATCH] o [2003/04/16] kern/51074 joe [usb] [patch] pointer arithmatic error in p [2003/04/17] kern/51082 bms FEATURE: More descriptive message on drop o [2003/04/18] kern/51120 MSGBUF_SIZE doesn't work in makefiles a [2003/04/18] docs/51133 murray RSH environmental variable not described s [2003/04/18] bin/51137 config(8) should check if a scheduler is o [2003/04/18] kern/51145 sound [sound] Audio Slows during Heavy I/O o [2003/04/19] bin/51148 Control the cache size for pwd_mkdb to sp f [2003/04/19] ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILE o [2003/04/19] misc/51167 dougb [PATCH] Makefile for /etc/namedb. o [2003/04/21] bin/51205 dwmalone openssl in base system is not compiled th o [2003/04/22] bin/51296 grog calendar wrong for dates based on day+-nu o [2003/04/27] docs/51480 dds Multiple undefined references in the Free o [2003/04/28] bin/51488 Compat patch: more(1) allowed filename to p [2003/04/28] conf/51504 ache New file: src/share/mklocale/zh_CN.GBK.sr o [2003/04/29] docs/51608 phantom [PATCH] Add Internet Archive Wayback Mach a [2003/05/01] ports/51663 roam [PATCH] vpopmail-stable fix for using vmo p [2003/05/03] conf/51729 ache A patch that can make freebsd support zh_ 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] ports/51900 trevor [Update Port]: audio/fest* to last versio o [2003/05/07] conf/51920 Collation for no_NO.ISO8859-1 o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/08] ports/51947 mharo Analog port does not include anlgform.htm o [2003/05/08] kern/51958 joe [usb] [patch] update for urio driver o [2003/05/10] kern/52026 joe [usb] feature request: umass driver suppo o [2003/05/10] bin/52032 markm Telnet option contra telnet protocol o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/05/11] bin/52072 Wrong behaviour of the ftpd when the OOB f [2003/05/12] ports/52106 phantom New port: java/javaws: Java Web Start 1.2 o [2003/05/13] bin/52190 dwmalone [Patch] decode more syscalls in truss o [2003/05/14] i386/52249 i386 [PATCH] Bootmanager shows NTFS partitions o [2003/05/14] misc/52255 small picobsd build script fails under FreeBSD o [2003/05/14] misc/52256 small picobsd build script does not read in use o [2003/05/15] kern/52258 imp pccard non-functional, repeated "card ins o [2003/05/15] bin/52271 qa [sysinstall] sysinstall panics in machine s [2003/05/16] ports/52303 des [patch] add knob to databases/gnats to re o [2003/05/18] i386/52408 i386 quitting gnome2-2.2.1_1 results in LOR o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter f [2003/05/19] bin/52432 joe [sysinstall] drivers.flp won't load with o [2003/05/19] docs/52448 simon [patch] Misc man page reference fixes o [2003/05/20] bin/52469 ppp: Multiple devices using UDP don't wor o [2003/05/21] bin/52517 murray New functionality for /usr/bin/Mail f [2003/05/23] bin/52601 mbr [PATCH] rpc.yppasswdd fails if master.pas o [2003/05/23] kern/52623 [ex] [patch] IRQ error in driver for the o [2003/05/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/05/26] ports/52706 portmgr [patch] bsd.port.mk issues warning if a s o [2003/05/27] kern/52725 [PATCH] installincludes for kmods f [2003/05/28] bin/52746 tcsh fails to handle large arguements 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 s [2003/05/28] ports/52765 portmgr [PATCH] Uncompressing manual pages may fa o [2003/05/29] bin/52782 user ppp dumps core when doing pppctl "sh o [2003/05/30] ports/52797 lev devel/subversion does not install any too s [2003/05/31] bin/52826 Feature Request: Adding Timestamps to pkg o [2003/06/01] i386/52835 pdeuskar em driver does not work with mobile-chips o [2003/06/03] ports/52906 roger vid-1.0.1 from ports does not work with U o [2003/06/03] bin/52907 phk [PATCH] more malloc options for debugging a [2003/06/03] ports/52917 portmgr [PATCH] bsd.port.mk: update default value p [2003/06/05] kern/52960 jmg [kbd] kbdcontrol macros don't work when l o [2003/06/05] kern/52971 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/08] kern/53025 joe [PATCH] ugen does not allow O_NONBLOCK fo o [2003/06/08] kern/53027 rsm [CHANGE-REQUEST] Better Entry for Intel P o [2003/06/10] bin/53131 qa [sysinstall] "ALL" could not turn check B o [2003/06/11] conf/53197 re default tag of RELENG_5_1 standard-supfil o [2003/06/13] kern/53265 imp Make Sierra A555 work in FreeBSD o [2003/06/13] docs/53271 hmp the bus_dma man page fails to document al o [2003/06/13] bin/53288 tail will sometimes display more lines th o [2003/06/13] docs/53303 doc mount(2) man page error o [2003/06/14] i386/53324 i386 pam_group problems (PAM_RUSER used instea o [2003/06/15] bin/53341 qa [sysinstall] [patch] dump frequency in sy p [2003/06/16] bin/53377 [PATCH] su does not return exit status of o [2003/06/16] kern/53383 roger [bktr] [patch] adding Terratec TValue to o [2003/06/17] kern/53417 sound [sound] Bad Recordings on AC97 onboard au o [2003/06/19] bin/53475 cp(1) copies files in reverse order to de o [2003/06/19] kern/53506 [partial patch] support gzipped modules o [2003/06/19] bin/53520 su to another user does not update utmp o [2003/06/20] bin/53560 logging domain names in wtmp is retarded o [2003/06/21] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/22] standards/53613standards FreeBSD doesn't define EPROTO o [2003/06/23] docs/53621 trhodes devname(3)'s man page needs an example o [2003/06/24] www/53676 simon [patch] Don't make people contact doc@ fo o [2003/06/24] bin/53682 le [PATCH] add fuser(1) utitity o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/06/26] docs/53751 hmp bus_dma(9) incorrectly documents BUS_DMA_ o [2003/06/26] java/53790 znerd Let tomcat41ctl start java -server a [2003/06/28] bin/53870 das C++ undeclares standard math functions li o [2003/06/29] bin/53899 mktime gives wrong result in Central time o [2003/06/29] conf/53901 dd Suggest MFC of include keyword to config( p [2003/07/01] conf/53944 [PATCH] ARMSCII-8 (Armenian) LOCALE and C o [2003/07/02] ports/54002 lioux QMTPC patch for qmail-1.03 o [2003/07/02] docs/54009 trhodes Clarify the location of the splash image o [2003/07/02] bin/54026 bms [patch] Add support for non-standard port o [2003/07/02] ports/54041 ade libtool13 (as installed) doesn't recogniz o [2003/07/03] kern/54049 sound [sound] Sound driver reports device busy o [2003/07/03] kern/54078 sound [sound] Sound Plays ~10% Slow [4.8] o [2003/07/06] bin/54141 wrong behavour of cu(1) o [2003/07/07] conf/54170 error from weekly periodic script 330.cat s [2003/07/07] bin/54185 rwatson UFS2 filesystem ACL flag not enforced o [2003/07/08] kern/54220 [PATCH] /usr/src/Makefile has wrong instr p [2003/07/09] docs/54235 ceri Error in ioctl(2)'s man page: Ioccon.h co o [2003/07/09] ports/54262 tobez port lang/perl5 doesn't deinstall /usr/bi o [2003/07/09] bin/54274 udp-proxy support is not implemented in l o [2003/07/11] bin/54365 [PATCH] add -u option to install(1) for S o [2003/07/11] kern/54383 net [nfs] [patch] NFS root configurations wit o [2003/07/13] kern/54439 Protecting sysctls variables by given mut o [2003/07/13] docs/54451 doc [patch] i386_{get|set}_ldt manual page is o [2003/07/14] docs/54461 kensmith Possible addition to Handbook o [2003/07/17] bin/54594 Apply regexps to the entire variable -- a o [2003/07/18] kern/54604 Made 'ps -e' procfs-independent [PATCH]. o [2003/07/19] kern/54625 sumikawa [PATCH] IPv6 stealth forwarding o [2003/07/21] bin/54683 sh, redundant history o [2003/07/22] docs/54752 hmp bus_dma explained in ISA section: should o [2003/07/23] bin/54784 find -ls wastes space o [2003/07/24] standards/54809standards pcvt deficits o [2003/07/25] standards/54833standards more pcvt deficits o [2003/07/25] standards/54839standards pcvt deficits o [2003/07/25] ports/54866 ports-bugs libgnugetopt incompatibility breaks mjpeg s [2003/07/26] bin/54878 incorrect divisor in /usr/bin/jot -r o [2003/07/26] docs/54879 doc man 1 jot, -r description o [2003/07/26] kern/54884 mckusick FreeBSD -stable and -current free space h o [2003/07/27] bin/54891 libalias/natd and exporting connection-in o [2003/07/27] bin/54897 [PATCH] -y flag for mount_mfs f [2003/07/28] kern/54981 sanpei QUIRK: Add support for Lexar 256MB USB dr p [2003/07/28] docs/54995 bms Error in accept(2) man page o [2003/07/29] conf/55015 [patch] 700.kernelmsg: Security check out o [2003/07/30] kern/55031 getgrent() failure with large groups f [2003/07/31] kern/55094 ticso [partial patch] Intel USB 2.0 unrecognize o [2003/07/31] standards/55112standards glob.h, glob_t's gl_pathc should be "size o [2003/08/01] kern/55163 [patch] hide kld system details from jail o [2003/08/03] docs/55207 josef [patch] update acroread section & add loc o [2003/08/03] bin/55215 le [PATCH] add wu-ftpd style xferlog format p [2003/08/07] conf/55341 Adding ko_KR.CP949 locale o [2003/08/08] misc/55387 [patch] users LD_LIBRARY_PATH can interfe o [2003/08/08] gnu/55394 marcel GDB on FreeBSD 4.8: Deprecated bfd_read. o [2003/08/08] kern/55395 matk ICH sampling rate changes after resume fr o [2003/08/08] ports/55401 ache mod_auth_digest for ports/www/apache13 o [2003/08/11] conf/55470 [PATCH] new pccard.conf entry (I-O DATA W o [2003/08/12] docs/55482 doc DUMP has access to block devices in a JAI a [2003/08/13] ports/55515 portmgr [patch] extract perl stuff from bsd.port. o [2003/08/13] bin/55539 [patch] Parse fstab(5) with spaces in pat o [2003/08/13] bin/55546 cdcontrol play tr m:s.f interface is part p [2003/08/16] docs/55641 roam [PATCH] catch up tl(4) with hardware note p [2003/08/16] docs/55643 roam [PATCH] catch up aue(4) with hardware not p [2003/08/16] docs/55645 roam [PATCH] catch up kue(4) with hardware not o [2003/08/17] docs/55653 doc chflags.1 - note that not all tools chfla o [2003/08/17] ports/55669 nobutaka emacs20 and emacs21 override each other a s [2003/08/18] ports/55699 x11 [PATCH] making x11-servers/XFree86-4-Serv o [2003/08/20] ports/55760 tobez [patch] make Perl versions coexist o [2003/08/20] bin/55788 le [vinum] Growfs does not work on vinum con o [2003/08/20] i386/55793 Flaky behavior of if_dc when initializing o [2003/08/20] kern/55802 Make kernel.GENERIC suitable for diskless o [2003/08/21] kern/55835 emulation Linux IPC emulation missing SETALL syscal o [2003/08/21] i386/55838 [kbd] Dual characters from keyboard in X o [2003/08/21] ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to u o [2003/08/22] ports/55866 ade port devel/libtool13 installs .la files o [2003/08/22] docs/55883 kensmith advanced-networking/chapter.sgml p [2003/08/23] conf/55895 [patch]fix short weekday names in zh_CN.* o [2003/08/23] ports/55896 ports-bugs [NEW PORT] www/mozplugger o [2003/08/24] conf/55916 Change to /etc/rc.network & /etc/defaults o [2003/08/24] kern/55917 tun# devices cannot be created in 4.8-STA p [2003/08/24] docs/55925 roam mt, mtio, tcopy man pages refers to *rsa o [2003/08/24] gnu/55936 send-pr does not set mail envelope from o [2003/08/26] kern/55984 ipfw [patch] time based firewalling support fo o [2003/08/26] bin/56012 [patch] MAKEDEV does not allow creation o s [2003/08/28] ports/56091 ports-bugs hp220 driver for print/ghostscript-gnu do o [2003/08/28] kern/56095 QUIRK: Apacer Pen Drive fails to work o [2003/08/29] conf/56144 rc [PATCH] /etc/rc.d/ipmon, /etc/rc.d/ipfilt o [2003/08/30] kern/56165 bms if_baudrate is not correct for rl, xl, dc o [2003/08/31] kern/56245 roger [bktr] Distorted and choppy video with bk o [2003/08/31] bin/56249 lukemftpd has two bugs (motd, munged utmp o [2003/08/31] kern/56250 ums doesn't work with MCT based PS/2 conv o [2003/09/01] i386/56257 njl I'm unable to create floppies unless I di o [2003/09/01] ports/56275 x11 XFree86-4-Server: xf86config refers to no o [2003/09/02] ports/56301 knu portupgrade: -O ineffective a [2003/09/04] docs/56388 dougb Add/change #include lines for libisc man o [2003/09/04] kern/56441 andre bpf_tap() used incorrectly in bpf o [2003/09/04] bin/56447 Extend mt command for AIT-2 tape drives o [2003/09/04] kern/56451 /compat/linux/proc/cpuinfo gives wrong CP o [2003/09/05] standards/56476standards cd9660 unicode support simple hack p [2003/09/05] conf/56506 imp A wireless network card is missing in 4.8 o [2003/09/07] gnu/56554 re add Cc: maintainer feature to send-pr o [2003/09/07] bin/56558 [PATCH] locate(1) cannot be safely used w o [2003/09/09] bin/56646 stefanf [patch] getgrouplist()/setgroups() argume o [2003/09/09] bin/56648 le [PATCH] enable rcorder(8) to use a direct o [2003/09/10] kern/56664 bad file# in MTIO status buffer after MTE o [2003/09/11] misc/56720 [feature request] UNICODE support in Reso o [2003/09/12] conf/56736 mtm [PATCH] rcNG: enable packages to particip o [2003/09/15] docs/56903 josef [patch] articles/fonts: add application t o [2003/09/16] bin/56914 ftpd ignores default umask settings o [2003/09/16] docs/56915 josef [patch] articles/fonts: update links s [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2003/09/16] conf/56934 rc.firewall rules for natd expect an inte o [2003/09/16] docs/56936 josef [patch] articles/java-tomcat: add applica o [2003/09/17] conf/56940 pccard.conf entry for PCET10-CL causes sy o [2003/09/17] bin/56952 re [sysinstall] floppy install error s [2003/09/18] ports/56980 portmgr unprivileged user, extracting of tarballs a [2003/09/18] docs/56981 peter man terminfo(5) from libncurses does not o [2003/09/19] kern/56999 FreeCom USB CD/RW problem on FreeBSD 5.1 o [2003/09/19] bin/57018 le [PATCH] convert growfs to use libufs(3) o [2003/09/19] bin/57024 a new option for xargs(1) -- only treat \ o [2003/09/19] bin/57026 [PATCH] Therer is no way to know the labe o [2003/09/20] bin/57045 trpt(8) option -t was disabled on -curren o [2003/09/21] bin/57054 let test(1) compare the mtime of a file t o [2003/09/22] bin/57088 [PATCH] for a possible fd leak in libcam. o [2003/09/22] bin/57089 "w" does not honor the -n option p [2003/09/23] conf/57125 bms Comment to IPSEC_FILTERGIF in LINT is now o [2003/09/24] ports/57151 tobez Port lang/perl5.8: use.perl fails to modi o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/26] kern/57230 [patch] psm(4) incorrectly identifies an o [2003/09/26] amd64/57250 obrien Broken PTRACE_GETFPREGS and PTRACE_SETFPR f [2003/09/26] ports/57259 portmgr [patch] Building a port as root using an s [2003/09/27] ports/57289 ports-bugs teamspeak-server port is broken in 3 ways o [2003/09/27] standards/57295harti make's handling of MAKEFLAGS is not POSIX o [2003/09/27] docs/57298 blackend Using compact flash cards o [2003/09/30] docs/57388 doc INSTALL.TXT enhancement: mention ok promp f [2003/09/30] bin/57407 bms [patch] Better NTP support for dhclient(8 o [2003/10/01] misc/57464 [boot] loader(8) seems to confuse files [ o [2003/10/01] kern/57468 scsi [patch] Quirk for Quantum LPS540S o [2003/10/01] kern/57469 scsi [patch] Quirk for Conner CP3500 o [2003/10/02] ports/57498 portmgr HEIMDAL_HOME should be defined in src or o [2003/10/02] ports/57502 eik ports that define USE_* too late o [2003/10/02] conf/57517 add parameter for /etc/periodic/daily/210 o [2003/10/03] kern/57522 [PATCH] New PID allocater algorithm from p [2003/10/03] docs/57541 trhodes Some suggestions for the Basics chapter o o [2003/10/03] i386/57546 markm [patch] Adding VIA C3 capability printout o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page o [2003/10/06] bin/57630 lptcontrol gives "device busy" if device o [2003/10/06] bin/57641 [patch] missing option in mdmfs (mount_mf a [2003/10/07] kern/57696 [nfs] NFS client readdir terminates prema o [2003/10/07] bin/57715 [patch] tcopy enhancement f [2003/10/07] kern/57721 sound [sound] [patch] Dell built in SB Live not o [2003/10/08] conf/57748 [patch] rc.network doesn't allow for -a i o [2003/10/09] bin/57791 dig option -x incorrectly produces ip6.ar a [2003/10/11] sparc64/57856sparc64 sparc64: IDE Raid controller no detect di a [2003/10/12] standards/57911tjr fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) o [2003/10/13] docs/57926 doc amd.conf.5 poorly format as it has both m o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] kern/57976 simple kernel DDB enhancement o [2003/10/13] docs/57978 doc Type miss of GPIB in Hardware Notes f [2003/10/14] ports/57992 osa [PATCH] Utilize %%DOCSDIR%% macro o [2003/10/14] bin/58008 qa [patch] [sysinstall] sysinstall postfix i o [2003/10/14] bin/58012 Multihomed tftpd enhancement o [2003/10/16] docs/58111 doc Handbook 12.4.3 Rebuilding ATA RAID1 Arra f [2003/10/17] ports/58158 nork replace install directory for ump.so o [2003/10/18] docs/58202 kensmith handbook doesn't mention kldload'ness of o [2003/10/18] bin/58206 [Patch] 460.status-mail-rejects incompati p [2003/10/18] kern/58214 andre [patch] Align smallbits properly in poll( o [2003/10/20] bin/58293 vi replace with CR (ASCII 13) doesn't wor o [2003/10/22] kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC an o [2003/10/22] ports/58387 mharo [PATCH] security/sudo: Utilize EXAMPLESDI o [2003/10/22] bin/58390 bsdlabel fails to display an error messag o [2003/10/24] bin/58483 [PATCH] allows type special or node relat o [2003/10/24] kern/58497 sysctl knob to return current process' ji f [2003/10/25] kern/58529 dwmalone [patch] RDWR bpf in pcap. o [2003/10/26] ports/58545 joerg devel/avr-gcc: fix libintl and libiconv d o [2003/10/26] conf/58557 Summer/Winter-time change causes daily cr a [2003/10/26] ports/58578 roam new port: misc/kbedic, Bulgarian to Engli o [2003/10/26] gnu/58583 kan gcc.1, cpp.1 and gcov.1 manpages are outd o [2003/10/27] conf/58595 Default NTP configuration o [2003/10/28] docs/58615 doc update for Vinum chapter of Handbook: des o [2003/10/28] ports/58653 trevor [Ports Update]:: audio/fest* 1.4.1 -> 1.4 o [2003/10/28] gnu/58656 marcel gdb not ready for prime time o [2003/10/29] standards/58676standards grantpt(3) alters storage used by ptsname o [2003/10/29] conf/58680 dougb [PATCH] RCNG: shouldn't ldconfig be start o [2003/10/29] bin/58696 /sbin/natd feature request & possible pat o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen o [2003/10/31] i386/58784 i386 ATA DMA fails and vx0 creates panic o [2003/11/01] kern/58803 [patch] kern.argmax isn't changeable even o [2003/11/03] bin/58893 OPIE implementation bug o [2003/11/04] ports/58926 obrien latest port of editors/vim has problem dr o [2003/11/04] bin/58939 dumb little hack for /etc/rc.firewall{,6} o [2003/11/05] bin/58970 truss coredumps for the no significant re o [2003/11/07] docs/59044 doc doc.docbook.mk does not properly handle a o [2003/11/09] kern/59067 [patch] PS/2 mouse unstable p [2003/11/09] bin/59078 re [patch] Fix greek support in sysinstall a p [2003/11/10] bin/59144 stefanf [patch] Allow a trailing / for mount -u t o [2003/11/10] i386/59147 i386 [usb] USB active extension cable not reco o [2003/11/11] ports/59165 cy fvwm2 port glitches/bugs o [2003/11/11] kern/59169 joe [patch] ulpt is missing read operation o [2003/11/12] bin/59207 uustat list limit of 201 jobs o [2003/11/12] kern/59208 matk [sound] [patch] reduce pops and crackles o [2003/11/12] bin/59220 obrien systat(1) device select (:only) broken o [2003/11/13] docs/59240 blackend handbook update: linux MATLAB f [2003/11/13] ports/59254 eik ports that write something after bsd.port o [2003/11/14] kern/59289 roger [bktr] [patch] ioctl METEORGBRIG in bktr_ f [2003/11/14] ports/59292 hrs dvips one line paper sizes broken? f [2003/11/15] ports/59297 x11 RADEON 7500 Warning message o [2003/11/15] www/59307 josef [patch] xml/xsl'ify & update publications o [2003/11/17] ports/59371 ports-bugs new port: net/smb4k, KDE SMB network brow o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr o [2003/11/20] bin/59530 strange bug in /bin/sh o [2003/11/21] bin/59551 marcel Problem with GDB on latest -CURRENT f [2003/11/21] ports/59553 hrs teTeX installs texdoctk without depending o [2003/11/21] bin/59564 Added an option (-S) to from command to a o [2003/11/21] docs/59565 doc [PATCH] FAQ doesn't cover definition of g f [2003/11/21] bin/59569 nullfs gives fts_read problem with du(1) o [2003/11/21] ports/59571 znerd improvements of www/jakarta-tomcat4[1] Ma o [2003/11/23] conf/59600 i386 [PATCH] Improved us.emacs.kbd mapping o [2003/11/23] kern/59624 [PATCH] HightPoint HPT371 support for Fre s [2003/11/24] ports/59637 vs [patch] emulators/generator: Force use of o [2003/11/24] docs/59649 doc Outdated 4.4BSD Documents at http://docs. o [2003/11/25] ports/59682 knu portupgrade uses ports when you want it t a [2003/11/26] ports/59695 ade [PATCH] devel/gmake: add two patches to a o [2003/11/26] kern/59698 [kbd] [patch] Rework of ukbd HID to AT co o [2003/11/26] bin/59708 [patch] add sSMTP support for Mail select o [2003/11/27] bin/59730 isdnd crashes with signal 11 if cannot cr o [2003/11/27] kern/59732 jhb acpi causes boot to hang o [2003/11/27] docs/59735 kensmith Adding a reference to Icelandic Rsync o [2003/11/27] docs/59736 kensmith Updating size of archives o [2003/11/27] kern/59739 rmdir(2) and mkdir(2) both return EISDIR o [2003/11/28] bin/59772 ftpd(8)/FreeBSD 5: support for tcp_wrappe o [2003/11/28] bin/59773 ftpd(8)/FreeBSD 5: IP address of the clie o [2003/11/28] bin/59774 ftpd(8)/FreeBSD 5: syslog facility may be o [2003/11/28] bin/59775 ftpd(8)/FreeBSD 5: incorrect reply for "u o [2003/11/28] bin/59776 ftpd(8)/FreeBSD 5: PAM "session" code is o [2003/11/29] ports/59788 knu sysutils/portupgrade ignores line breaks p [2003/11/29] conf/59799 New locale: zh_HK.Big5HKSCS s [2003/11/29] ports/59802 linimon [patch] make devel/py-ncurses depend on d o [2003/11/29] i386/59806 tackerman [patch] Suspend/resume breaks em0 o [2003/11/30] kern/59814 FreeBSD mknod refuses to create pipes and o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce f [2003/11/30] i386/59854 i386 System panics when AMD 762 AGP is loaded o [2003/11/30] ports/59861 ports-bugs New port: net/mu-conference, jabber-mu-co o [2003/12/02] docs/59900 kuriyama out of date README.txt and .message files o [2003/12/02] kern/59903 [patch] "pci_find_device" returns [only/a o [2003/12/03] bin/59922 Toshiba Portege hangs with Eicon DIVA T/A p [2003/12/06] docs/59991 ceri diff manpage lacks a return value section p [2003/12/09] docs/60088 simon [PATCH] add additional MLINKS for rman(9) o [2003/12/09] kern/60089 scottl UDF filesystem appends garbage to files o [2003/12/10] conf/60106 /etc/hosts mentions AfriNIC which does no o [2003/12/12] kern/60174 marcel debugging a kernel module in load/attach o [2003/12/12] kern/60183 sobomax [patch] No WCCPv2 support in gre o [2003/12/12] ports/60185 ports-bugs [New Port] www/w3-emacs21 WWW browser bas o [2003/12/14] kern/60218 sos [PATCH] HPT302 ATA133 Support for 4.9-STA f [2003/12/15] misc/60243 Problem in calling kpathsea library from o [2003/12/15] kern/60248 Problem with USB printer HP LaserJet 1300 a [2003/12/16] kern/60293 bms FreeBSD arp poison patch o [2003/12/16] kern/60307 [patch] wrong product id in pccarddevs fo o [2003/12/17] i386/60319 i386 [hang] read error 34/0 during installatio o [2003/12/18] bin/60350 qa [sysinstall] in Choose Distributions scre f [2003/12/18] kern/60351 Code stream problem o [2003/12/18] misc/60352 [PATCH] buildworld fails in sysinstall if f [2003/12/18] kern/60367 rwatson Erroneous "(core dumped)" in process deat o [2003/12/19] ports/60391 dougb [SW-BUG] Fix hpijs to work with CUPS o [2003/12/20] ports/60440 lioux [New Features] Port: mail/qmail o [2003/12/21] kern/60448 PF_KEY protocol does not have a correspon o [2003/12/21] ports/60472 ports-bugs [New Port] devel/doxymacs Doxymacs is Dox p [2003/12/21] kern/60474 Temporary fix for DRM support for Radeon o [2003/12/22] misc/60503 [modules] small error in modules installa o [2003/12/22] bin/60510 [PATCH] change to less for compressed fil o [2003/12/23] ports/60521 ports-bugs sane-backends-1.0.13_1 coredumps in use w p [2003/12/23] bin/60524 simokawa mtree tumbles on files begining with hash o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc getenv(3) manpage doesn't state the retur o [2003/12/25] kern/60550 silby [PATCH] hitting process limits produces s f [2003/12/25] ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify p [2003/12/26] standards/60597standards FreeBSD's /usr/include lacks of cpio.h o [2003/12/26] kern/60599 sound [sound] [partial patch] No sound for ATI o [2003/12/27] bin/60632 UI bug in partition label screen in sysin o [2003/12/27] bin/60636 Enhancement to adduser script. f [2003/12/27] conf/60637 /etc/resolv.conf not created after fresh o [2003/12/28] bin/60642 mbr dhclient has mysterious option -D f [2003/12/28] i386/60643 i386 5.2 RC2 disk1 ISO will not boot on an Asu o [2003/12/28] bin/60662 qa [sysinstall] 5.2 Anonymous FTP server out o [2003/12/29] misc/60677 [patch] No reaction of volume controy key o [2003/12/29] kern/60697 [patch] pseudo-tty hack versus telnet rac f [2003/12/29] kern/60699 DVD Multidrive udma mode autosensed wrong o [2003/12/29] i386/60702 i386 can't boot 5.2-RC2 iso's to install o [2003/12/30] kern/60719 ipfw ipfw: Headerless fragments generate cryp o [2003/12/30] ports/60736 tobez perl's use.perl message isn't clear about o [2003/12/30] kern/60737 sound [sound] Sound card Turtle Beach Santa Cru o [2003/12/31] kern/60761 sound [sound] pcm performance on emu10k1 driver f [2004/01/02] i386/60817 acpi FBSD-5.1/5.2-RC1 "fdc0: cmd 3 failed at o o [2004/01/02] bin/60834 [ftp] ftpd send_data()+oldway: anonymous o [2004/01/03] kern/60874 [feature request] auto-assign devfs rules o [2004/01/04] kern/60892 [patch] added -p option to kldxref to all o [2004/01/04] misc/60900 During shutdown sync fails: "giving up on o [2004/01/05] misc/60919 i386 No login possible (sporadic) o [2004/01/06] i386/60963 i386 [PATCH] Win32 Applications abort on PECOF o [2004/01/06] kern/60982 [PATCH] ID for VIA 686A Power Management a [2004/01/07] ports/61001 arved help2man is misfiled o [2004/01/07] i386/61005 i386 [boot] The Boot Manager in FreeBSD 5.2RC o [2004/01/08] ports/61069 shige [patch] ports/Mk/bsd.emacs.mk is not PREF o [2004/01/08] docs/61070 doc Installation docs misleading: PResizer i o [2004/01/09] kern/61109 bge on TYAN AMD762-based Thunder/Tiger pa o [2004/01/09] ports/61147 trevor lang/gcc295 doesn't compile when CPUTYPE p [2004/01/10] kern/61174 bms patch to bridge.c: range checking for bri o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/01/12] bin/61234 usbhidaction doesn't support using an alt o [2004/01/12] bin/61239 [patch] bootp enhancement, places the dhc o [2004/01/12] kern/61261 obrien generated header, emu10k1-alsa%diked.h no o [2004/01/12] bin/61264 qa [sysinstall] unable To Use VT100 Terminal o [2004/01/13] conf/61289 /etc/pccard_ether: please use ifn value o f [2004/01/13] kern/61296 dhclient fails to start with SysKonnect L o [2004/01/13] kern/61300 [patch] Enabling HomePNA PHY on aue(4) fo o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/13] i386/61308 i386 Maxproc Limits counts Zombie Processes wh o [2004/01/13] misc/61322 bsd.dep.mk disallows shell generated flag o [2004/01/14] i386/61348 i386 Adaptec 1460D PCI SCSI Card does not work o [2004/01/14] misc/61365 FreeBSD resets when I turn off monitor w/ o [2004/01/15] ports/61384 ports-bugs NEW PORT: textproc/htmlize.el (turn emacs o [2004/01/16] bin/61405 A faster ffs(3) o [2004/01/16] kern/61415 [PATCH] disable broadcast ssid if_wi and o [2004/01/16] kern/61438 i386 5.2 nfs tasks running and not selected at o [2004/01/16] i386/61442 i386 Highpoint RocketRAID 1520 uses only UDMA2 o [2004/01/16] kern/61448 [patch] RealTek driver rl(4) fails to adj s [2004/01/17] ports/61471 ports-bugs Suggested mini-patch to ports/graphics/sa o [2004/01/17] i386/61481 i386 [patch] a mechanism to wire io-channel-ch o [2004/01/17] kern/61497 [patch] __elfN(map_insert) bug o [2004/01/17] bin/61502 dwmalone Incorrect ip6fw output when adding rules o [2004/01/18] kern/61503 [smbfs] mount_smbfs does not work as non- o [2004/01/18] conf/61504 mtm [patch] New RC script: accf_http o [2004/01/18] i386/61545 5.2 release cannot see NIC on Dell 1750 o [2004/01/19] i386/61579 [hang] sis 645dx is not working (but on t o [2004/01/20] i386/61603 i386 [sysinstall] wrong geometry guessed o [2004/01/20] conf/61641 grog Martin Luther King, Jr. Day missing from o [2004/01/20] kern/61651 [ed] IC-Card+ probe_and_attach returns 6 o [2004/01/21] bin/61666 peter [patch] mount_nfs parsing bug, segmentati o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP f [2004/01/21] kern/61677 josef Unable to open CDROM tray if boot_cdrom i o [2004/01/21] kern/61685 [patch] ipnat + dummynet on same interfac o [2004/01/21] bin/61690 fsdb seqfaults in cmd. parsing routine f [2004/01/22] i386/61703 acpi ACPI + Sound + Boot = Reboot o [2004/01/22] kern/61739 simon Errata for 5.2 - problem with large AGP A o [2004/01/22] kern/61744 andre [patch] TCP hangs onto mbufs with no tcp o [2004/01/24] bin/61808 [PATCH] Update RPC prgs to allow binding o [2004/01/24] www/61824 www Misleading documentation on FreeBSD insta o [2004/01/24] i386/61838 i386 Realtek -8139C Card Not Supported o [2004/01/24] i386/61843 i386 Intel PRO/100 VE adapter is not recognize o [2004/01/24] conf/61847 Additions to file /usr/share/misc/pci_ven o [2004/01/25] i386/61858 bms bus_dmamap_sync with BUS_DMASYNC_POSTREAD o [2004/01/25] docs/61859 doc Incorrect informaiton about trace command o [2004/01/25] docs/61878 doc LSI megaraid 150-x cards not included in f [2004/01/25] i386/61889 i386 Have to reinsert pccard after reboot f [2004/01/26] misc/61916 Video/Monitor Capability Problem o [2004/01/26] bin/61971 k5init --renewable fails o [2004/01/27] bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c w o [2004/01/27] bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l p [2004/01/27] bin/61981 jhb [PATCH] bring incompletely initialized ma a [2004/01/27] ports/61998 roam PostgreSQL support for vpopmail-5.3.30 (c o [2004/01/27] i386/62003 i386 [patch] make /boot/loader "reboot" code s o [2004/01/28] bin/62036 src/libexec/ftpd/ftpd.c: local pam_handle o [2004/01/28] kern/62042 luigi ipfw can't no more reject icmp (icmptypes o [2004/01/29] bin/62077 Make it possible to abbreviate device nam f [2004/01/30] kern/62094 3com 940 gigabit ethernet dhcp failure o [2004/01/30] kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and cl o [2004/01/30] kern/62102 alc obreak update o [2004/01/30] docs/62116 ale PMake manual in DocBook format f [2004/01/31] bin/62139 User cannot login through telnet or ssh b o [2004/02/01] bin/62207 ppp crashes with option 'nat punch_fw' wh o [2004/02/02] ports/62256 ports-bugs New port: chinese/mozilla-sclp o [2004/02/02] kern/62257 card reader UCR-61S2B is only half-suppor o [2004/02/03] i386/62288 reopened raid disks on a running system a [2004/02/03] ports/62298 portmgr [PATCH] bsd.port.mk: eliminate verbatim ` o [2004/02/03] bin/62300 gcc/config/freebsd-spec.h 1.6 is incomple o [2004/02/04] kern/62323 [kbd] Logitech Cordless MX Duo Keyboard/M o [2004/02/04] i386/62324 Onboard Broadcom BCM5705 controller not i o [2004/02/04] bin/62334 vipw doesn't see changes if re-edit for t o [2004/02/04] docs/62364 doc Misleading information in the handbook o [2004/02/05] ports/62378 obrien lsof semi-broken on 5.1-RELEASE-p10 o [2004/02/05] bin/62379 marcel gdb apropos command crashes o [2004/02/05] docs/62402 doc easily circumventable Blade150 problem o [2004/02/06] docs/62412 doc one of the diskless boot methods describe o [2004/02/06] kern/62435 [WISH] make device hme work on non sparc6 o [2004/02/06] bin/62456 johan WARNS fixes for games/pom and games/caesa s [2004/02/07] ports/62497 dougb [NEW PORT] print/hpijs-cups o [2004/02/08] bin/62513 [SW-BUG] Errant /usr/bin/krb5-config on - p [2004/02/08] gnu/62555 readline 4.3 should be patched o [2004/02/09] ports/62557 ade [patch] WITH_POSTGRES -> WITH_POSTGRESQL o [2004/02/09] ports/62585 ports-bugs New port: net/mu-conference (Multi-User C o [2004/02/09] kern/62597 [asr] [patch] /dev/rdpti# patch o [2004/02/10] ports/62607 hrs textproc/text2html conflicts with tex por o [2004/02/10] java/62647 phantom jdk14 port problem, linux module o [2004/02/10] ports/62657 portmgr Port linux-jpeg have decreaseed version n s [2004/02/10] ports/62671 portmgr ports make can't handle GREP_OPTIONS envi o [2004/02/11] i386/62699 i386 fstat randomly crashes with "out of memor o [2004/02/11] bin/62702 qa [sysinstall] backup of /etc and /root dur o [2004/02/11] ports/62704 ports-bugs update for lang/moscow_ml (port fixes + n o [2004/02/11] kern/62705 [feature request] Netgear WG511T wireless o [2004/02/11] bin/62711 qa [sysinstall] installation: "Insert Next C o [2004/02/12] docs/62719 doc cross-reference pccardd and devd o [2004/02/12] docs/62724 doc host(1) manpage does not include informat o [2004/02/12] kern/62742 [hang] system "hangs" for a some time whi o [2004/02/12] kern/62746 tjr [smbfs] SMBFS and vfs.usermount. User can f [2004/02/13] ports/62761 portmgr patch for phasing out distinfo files o [2004/02/13] bin/62766 ``systat -vm'' does not work on diskless o [2004/02/13] ports/62767 nbm Update ports/Tools/scripts/mkptools/mkpsk p [2004/02/13] conf/62772 bms static_routes needs an example in /etc/de o [2004/02/13] kern/62788 need quirks for Super Talent Flash USB 2. o [2004/02/13] ports/62791 nobutaka emacs 21 : comparison is always true due f [2004/02/14] ports/62829 portmgr Mk file bsd.linux.rpm.mk supporting Linux o [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2004/02/14] ports/62840 ports-bugs New Port: dns/bind9-sdb-ldap, bind9 patch s [2004/02/14] standards/62858standards malloc(0) not C99 compliant o [2004/02/15] kern/62862 sound [sound] [patch] fix pcm vchans related cr o [2004/02/15] ports/62876 nork www/linux-flashplugin6 fails library path f [2004/02/15] ports/62883 edwin New port: net/bb-client (Big Brother moni o [2004/02/15] bin/62885 des pam_radius doesn't maintain multiple stat o [2004/02/15] kern/62890 proc pointer set by fork1 can be stale in o [2004/02/16] docs/62914 doc Reference development(7) in other parts o f [2004/02/17] ports/62949 portmgr [patch] auto-gen plist for gettext .mo fi f [2004/02/17] i386/62952 i386 [usb] USB not working (kt133, ABIT KT7). o [2004/02/17] ports/62960 ports-bugs new port: sysutils/mapchan, utility "mapc o [2004/02/17] bin/62965 pkg_add -r fails if fetching multiple pac o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup o [2004/02/18] ports/62990 knu portupgrade fails to use package even wit o [2004/02/18] misc/62994 Terminal locks up o [2004/02/18] ports/63018 obrien editors/vim: dependency to ruby/python is o [2004/02/19] bin/63064 strptime fails on %z f [2004/02/19] ports/63083 portmgr [patch] bsd.port.mk proposal: UNIQUENAME o [2004/02/19] docs/63084 des Several Man-pages reference non-existant o [2004/02/20] kern/63096 rwatson [patch] MAC entry point for route manipul f [2004/02/20] ports/63108 mp amd64/bento-fix: devel/gdb52 and devel/gd p [2004/02/21] standards/63173standards Patch to add getopt_long_only(3) to libc o [2004/02/21] ports/63176 ade [patch] WITH_PGSQL -> WITH_POSTGRESQL acr o [2004/02/21] amd64/63188 amd64 ti(4) broken on amd64 o [2004/02/22] bin/63197 tftp Bus error, core dumped o [2004/02/22] kern/63204 sound [sound] /dev/mixer broken with ESS Maestr o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc s [2004/02/22] ports/63216 portmgr 'BROKEN' or 'IGNORED' ports exit their "m s [2004/02/22] ports/63238 thierry New ports: french/mozilla-flp & french/fi f [2004/02/23] ports/63279 ports-bugs New port:math/webwork used to create prob o [2004/02/24] bin/63319 burncd fixate error f [2004/02/25] i386/63334 i386 make kernel error f [2004/02/25] ports/63357 ports-bugs [patch] www/linux-mozillafirefox port cre o [2004/02/26] bin/63413 dbm_delete return value incorrect o [2004/02/26] ports/63414 cjh amd64-fix: korean/uniksc a [2004/02/28] conf/63480 qa /etc/mail/aliases has executable bit set, o [2004/02/29] conf/63527 AM/PM date format should be localized. o [2004/02/29] ports/63543 ports-bugs New port: chinese/phpbb-zh_TW o [2004/02/29] www/63551 www Lack of DTD in cgi scripts o [2004/02/29] www/63552 www Validation errors due to CAPs in attribut o [2004/02/29] ports/63555 fenner Port survey: Zero fetchable files when no o [2004/03/01] docs/63570 ceri Language cleanup for the Handbook's DNS s p [2004/03/01] docs/63600 simon Document ste(4)'s support of D-Link 530-T o [2004/03/01] bin/63608 Add a -c option to time(1) to display csh o [2004/03/02] i386/63628 bms patch to i.386 master boot record to allo o [2004/03/02] ports/63637 x11 [patch] x11-servers/XFree86-4-Server-snap o [2004/03/02] bin/63659 /usr/sbin/pw does not honor symlinks in s o [2004/03/03] docs/63676 doc [patch] Fix some tag errors. a [2004/03/03] ports/63683 portmgr [patch] add two advisory variables to bsd p [2004/03/03] conf/63700 yar Double configuration of cloned_interfaces o [2004/03/03] ports/63715 ports-bugs Maintainer update: astro/seti-applet (2.1 f [2004/03/03] ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${ o [2004/03/03] bin/63718 lptcontrol.c has unused PATH_LPCTL defini o [2004/03/03] docs/63719 doc lptcontrol(8) manpage omits -s from a lis o [2004/03/03] i386/63721 bms VT6103 NIC broken since 5.2 o [2004/03/04] kern/63746 vmnet0 makes vmnet4096 o [2004/03/04] kern/63768 Must access /dev/acd0c before using /dev/ o [2004/03/05] docs/63808 doc No manpage for devfs.conf o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/05] java/63818 phantom build but not with compiler specified o [2004/03/06] ports/63823 ports-bugs New port net/xbone-gui o [2004/03/06] bin/63830 obrien [patch] file(1) doesn't recognize FreeBSD o [2004/03/06] kern/63837 [patch] USB: hid_is_collection() only loo o [2004/03/07] kern/63863 glebius [patch] implement NGM_ELECTROCUTE s [2004/03/07] kern/63897 makeoptions CONF_CFLAGS are ignored when o [2004/03/08] ports/63915 edwin [new tool] bump_revision script o [2004/03/08] kern/63923 sos cannot boot from SATA when ata dma is dis o [2004/03/08] ports/63936 ports-bugs New port: security/aimsniff A perl script a [2004/03/09] kern/63961 csjp ipfw2 uid matching doesn't work correctly o [2004/03/09] ports/63979 ports-bugs new port: devel/linux-libunicode -- A uni f [2004/03/09] kern/63982 tackerman em0 hardware checksum offloading causes b o [2004/03/09] ports/64011 lioux [Patch] multimedia/mjpegtools -- Fix head o [2004/03/10] bin/64036 Linux application Sophos Mailmonitor not o [2004/03/10] kern/64040 sound [sound] crackling sound on 5.2.1-RELEASE f [2004/03/11] bin/64079 wes mount_mfs (md) refuses to use permissions p [2004/03/11] kern/64090 bms remove confusing EDQUOT from routing API o [2004/03/11] kern/64114 [PATCH] bad vertical refresh for console o [2004/03/11] kern/64118 sound [sound] [patch] fm801 driver does not wor a [2004/03/12] ports/64136 arved [NEW PORT] devel/ice: The Internet Commun o [2004/03/12] ports/64148 ports-bugs [NEW PORT] palm/synce-kde: SynCE KDE Util o [2004/03/12] bin/64153 mdmfs features via fstab o [2004/03/12] bin/64164 Buffer overflow in /usr/bin/indent o [2004/03/12] kern/64178 jmg kqueue does not work with bpf when using o [2004/03/13] bin/64198 init(8) may keep zombies o [2004/03/13] ports/64202 ports-bugs New Port: x11/kde_api_reference_32, the k o [2004/03/15] ports/64304 portmgr geography category o [2004/03/15] ports/64307 ports-bugs [NEW PORT] databases/linux-unixODBC: RPM s [2004/03/15] ports/64316 portmgr fix for USE_GCC=3.2 o [2004/03/16] bin/64327 [PATCH] make(1): document surprising beha f [2004/03/16] docs/64342 portmgr Assumed content of PATH is not defined in o [2004/03/17] kern/64365 acpi ACPI problems o [2004/03/17] conf/64381 qa lo0 not up and no IPs assigned after inst f [2004/03/18] ports/64393 eik establish proper master-slave relations b o [2004/03/19] bin/64464 des pam_krb5 module ignores no_ccache option o [2004/03/19] bin/64476 dougb [PATCH] mergemaster: support for keeping p [2004/03/20] ports/64490 obrien link error in manpage of editors/vim o [2004/03/20] kern/64522 3COM 3C920B onboard Asus P4R800-VM not su f [2004/03/22] ports/64586 ports-bugs new port: devel/preps-devel-gui stable re o [2004/03/22] kern/64588 [patch] Extend joystick driver architectu o [2004/03/23] i386/64626 i386 AP initialization problem on GIGABYTE GA- f [2004/03/23] kern/64637 sos ata1-slave: stat=0x01 err=0x00 lsb=0x00 o [2004/03/24] ports/64650 knu portupgrade: missing dependency on perl a [2004/03/24] bin/64664 bms Reboot command needs to protect itself fr o [2004/03/25] ports/64686 ports-bugs [NEW PORTS] x11-toolkits/qtc-qtsharp qtsh o [2004/03/25] ports/64687 ports-bugs [New Port] games/dotgnu-mahjongg/ -- QT# o [2004/03/25] www/64689 www Missing data on ftp.freebsd.org p [2004/03/25] kern/64718 bms [patch] Bridged packets still seen by BPF o [2004/03/26] ports/64769 knu portupgrade mplayer-plugin not reading pk o [2004/03/26] kern/64772 Mouse Movement Problem o [2004/03/26] kern/64788 nsswitch with ldap and starting ppp on bo f [2004/03/27] i386/64795 i386 Network Adapter not configuring o [2004/03/27] docs/64807 doc Handbook section on NAT incomplete o [2004/03/27] bin/64811 systat can't display big numbers in some o [2004/03/28] ports/64838 ports-bugs new port: chinese/msttf o [2004/03/29] kern/64875 standards [patch] add a system call: fdatasync() o [2004/03/29] i386/64878 tackerman Intel 82547 CSA Driver forces system lock o [2004/03/29] ports/64898 ports-bugs new port: misc/heyu2 for X10 control o [2004/03/30] ports/64915 ports-bugs [NEW PORT] vietnamese/x-unikey o [2004/03/30] bin/64921 vmstat -i is not reporting IRQ usage on a o [2004/03/30] ports/64930 kris ports/Tools/portbuild/scripts/makeworld d o [2004/03/31] kern/64971 A squid process larger than 3G f [2004/03/31] ports/64980 ale New port: mail/qscanq f [2004/03/31] kern/64997 sanpei QUIRK: Getting a Philips USB mp3 player t f [2004/03/31] ports/65009 ports-bugs Maintainer update: lang/gforth (build fix o [2004/04/01] bin/65045 ftp doesn't remember binary mode if setti o [2004/04/02] docs/65065 doc improper language ntpd man pages o [2004/04/03] ports/65115 openoffice incomplete distinfo o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/03] ports/65129 kiri [PATCH] editors/xemacs21-mule: xemacs-mul o [2004/04/05] kern/65206 adding floppy drive seems to force PIO mo o [2004/04/05] ports/65207 ports-bugs [NEW PORT FIX]vietnamese/xvnkb build fix p [2004/04/05] kern/65217 bms PATCH: Improve Linux IPX application comp o [2004/04/05] kern/65219 csjp update sysctl descriptions for SYSV IPC v o [2004/04/05] bin/65228 [Patch]Allow rup to parse hostnames from o [2004/04/06] bin/65258 save /etc/rc.firewall from changing for s o [2004/04/07] ports/65277 x11 [PATCH] devel/imake-4: [Respect CC & CXX o [2004/04/07] kern/65278 [patch] sio: kgdb debugger port initializ o [2004/04/07] bin/65299 vi temp path contains double / o [2004/04/07] ports/65304 portmgr Fix deinstall INFO in bsd.port.mk o [2004/04/08] bin/65306 obrien [1] Portability fixes for FreeBSD build u o [2004/04/08] ports/65310 ports-bugs security/SAVI-Perl: Submission of new por f [2004/04/08] ports/65318 ports-bugs New port: games/noegnud* an ASCII/2D/3D U o [2004/04/08] ports/65335 java [PATCH] java/jdk14: use bsd.java.mk for J o [2004/04/09] ports/65344 portmgr USE_ macros for graphics libraries o [2004/04/09] kern/65355 [patch] TC1000 serial ports need enabling o [2004/04/10] ports/65396 hq New port: java/rxtx: Native interface to o [2004/04/10] ports/65408 trevor patch to shorten 133 DESCR files o [2004/04/10] ports/65409 trevor big whitespace cleanup f [2004/04/10] kern/65420 sos acd cannot write DVD-RW p [2004/04/11] bin/65426 simon problem with postfix install using sysins o [2004/04/11] misc/65432 kuriyama /usr/src/rescue not created by cvsup ( o [2004/04/11] kern/65436 QUIRK: [patch] to add support for PNY Att o [2004/04/12] kern/65448 jhb _mtx_unlock_sleep() race condition if ADA o [2004/04/12] ports/65452 vs new port: sysutils/i8xxwd (Intel i8xx TCO o [2004/04/13] docs/65477 doc Installation Instruction fail to mention o [2004/04/13] bin/65483 vi -r crashes o [2004/04/14] i386/65528 i386 mouse cursor disapears on moving o [2004/04/14] docs/65530 doc minor improvement to getgrent.3 o [2004/04/15] bin/65557 passwd uses passwd_format of default logi s [2004/04/15] ports/65587 blackend Update emulators/linux-winetools to 1.30 o [2004/04/16] kern/65627 [patch] store P3 serial number in sysctl o [2004/04/17] bin/65649 Add `-u name' option to env(1) o [2004/04/18] i386/65691 i386 fxp0: device timeout o [2004/04/18] bin/65707 scp does not deal with local file copies p [2004/04/18] i386/65729 i386 Document machdep.hlt_cpus sysctl o [2004/04/19] kern/65769 Call to tcflush(x, TCIFLUSH) stops input p [2004/04/20] ports/65794 joe net/ripetools is obsolete o [2004/04/20] bin/65803 gad bin/ps enhancements (posix syntax, and mo o [2004/04/20] ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow f [2004/04/20] ports/65824 ports-bugs sysutils/LPRng and sysutils/LPRngTool - a o [2004/04/20] ports/65828 trevor Returned mail: address is restricted o [2004/04/20] ports/65829 trevor Returned mail: address is restricted o [2004/04/21] docs/65864 trhodes login.conf(5) manpage doesn't mention cap o [2004/04/21] ports/65865 roam [PATCH] dns/djbdns: add WITH_JUMBO - coll o [2004/04/22] bin/65892 ee(1) endless loop o [2004/04/22] docs/65895 doc incorrect "omshell" link in "dhclient" ma f [2004/04/23] ports/65915 portmgr [PATCH] bsd.port.mk: handle interactive c o [2004/04/24] ports/65934 nork [NEW PORT] japanese/ja-xmms: X Multimedia o [2004/04/25] ports/65953 mharo [Proftpd] Optional mod_ifsession / open k p [2004/04/25] kern/65971 bms LINUX_SOUND_MIXER_INFO Ioctl addition for o [2004/04/25] bin/65973 Problem logging in to the NIS slave and N o [2004/04/26] docs/65988 doc incorrect references to ppp.conf in handb o [2004/04/26] ports/66005 ports-bugs New port: mail/p5-SpamAssassin-devel - po o [2004/04/27] ports/66031 ports-bugs [NEW PORT] science/mcstas - neutron ray-t o [2004/04/27] ports/66032 portmgr [PATCH] bsd.port.mk: clean room installat o [2004/04/28] ports/66042 ports-bugs new port: www/suexec13 (standalone suexec o [2004/04/29] kern/66079 bms route change default causes panic in cert o [2004/04/29] docs/66091 doc ppp(8) docs out-of-date for -CURRENT o [2004/04/29] bin/66095 template_user is broken in pam_radius o [2004/04/30] ports/66109 portmgr [PATCH] bsd.port.mk: inconsistent use of o [2004/04/30] ports/66110 portmgr [PATCH] bsd.port.mk: MLINKS error detecti o [2004/05/03] kern/66185 twe driver generates gratuitous warning o o [2004/05/03] kern/66225 [patch] extend ng_eiface(4) control messa o [2004/05/04] ports/66246 ports-bugs new ports: textproc/docbook-utils, textpr o [2004/05/04] docs/66264 doc [patch] libexec/rtld/rtld.1 typo fixes no o [2004/05/04] docs/66265 doc [patch] Document what -f and LD_TRACE_LOA o [2004/05/04] ports/66266 ports-bugs ports/net/yptransitd: support FreeBSD NIS o [2004/05/04] kern/66268 glebius [PATCH] Socket buffer resource limit (RLI o [2004/05/05] ports/66275 petef New port: net/cnupm The BPF Traffic Colle o [2004/05/05] gnu/66279 less(1) -- add support for stty(1) erase2 p [2004/05/05] kern/66280 [PATCH] Add another ac97 id o [2004/05/05] ports/66282 ports-bugs [NEW PORT] mail/p5-Mail-Vispan: PERL scri p [2004/05/05] docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to n o [2004/05/05] docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_op p [2004/05/06] bin/66311 fenner TCPDUMP ISAKMP payload handling denial-of o [2004/05/06] sparc64/66314sparc64 SMP kernel panic: ipi_send: couldn't send o [2004/05/06] ports/66315 se mini_httpd - Software caused connection a o [2004/05/07] ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java por o [2004/05/07] docs/66343 doc unlisted supported card on man page for w o [2004/05/07] standards/66357standards make POSIX conformance problem ('sh -e' & o [2004/05/08] ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o [2004/05/09] bin/66420 [PATCH] tcsh: history mangles command lin o [2004/05/09] kern/66422 sound [sound] [patch] no sound on modern Sony V o [2004/05/09] kern/66425 [patch] Extending dual console support (/ o [2004/05/09] docs/66426 doc handbook update (desktop section): web br o [2004/05/10] bin/66445 Add options to last(1) to ignore ftp logi f [2004/05/10] ports/66476 adamw [NEW PORT] misc/gaim-talkfilters: A neat o [2004/05/10] alpha/66478 alpha unexpected machine check: panic for 4.9, o [2004/05/10] ports/66480 openoffice openoffice-1.1.1 port uses root's $HOME f o [2004/05/10] docs/66483 doc [patch] share/man/man4/csa.4 grammar nits o [2004/05/10] bin/66492 cpio -o -Hustar creates broken timestamps o [2004/05/11] docs/66505 trhodes escaping '~' and '$' characters in login. o [2004/05/11] ports/66506 ports-bugs [NEW PORT] www/p5-Apache-GopherHandler: G o [2004/05/11] ports/66511 x11 xdm xlogin*background color issue o [2004/05/11] ports/66520 portmgr Have OPTIONS set defaults when BATCH or P o [2004/05/11] standards/66531standards _gettemp uses a far smaller set of filena p [2004/05/11] docs/66541 bms [patch] sbin/ifconfig/ifconfig.8 wordsmit o [2004/05/11] kern/66547 Palm Tungsten T USB does not initialize c o [2004/05/12] i386/66564 3c920-MV00 PHY detection problem s [2004/05/12] ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/ o [2004/05/13] bin/66594 marcel gdb dumps core f [2004/05/13] docs/66621 roam Document fix for "kmem_map too small pani o [2004/05/14] kern/66642 sound [sound] pcm0: play: 0: play interrupt tim o [2004/05/16] bin/66677 mv incorrectly copies somedir/.. to ./.. o [2004/05/17] conf/66726 /etc/periodic/security/ 800.loginfail scr f [2004/05/17] ports/66762 vs Update port: games/xpilot-ng (split into o [2004/05/17] bin/66763 mdmfs: sync arguments with those of newfs o [2004/05/17] docs/66768 doc 4_RELENG share/man/man4/ng_one2many.4 MFC o [2004/05/17] docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, o [2004/05/17] docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 o [2004/05/17] docs/66775 roam Clarification that port names should not o [2004/05/18] ports/66799 ports-bugs [new port] cantus_3: GNOME2 tool for tagg s [2004/05/18] ports/66808 portmgr bsd.port.mk: bsd.autotools.mk appears too p [2004/05/18] docs/66824 keramida [patch] share/man/man4/man4.i386/fe.4 gra o [2004/05/19] www/66877 www $Id$ strings are a revision behind in cvs o [2004/05/19] ports/66892 portmgr possible bug in philosophy of ports/MOVED o [2004/05/19] bin/66893 [patch] LINUX NIS clients connecting to F s [2004/05/20] ports/66921 ports-bugs [NEW PORT] x11-wm/skippy-xd: A full-scree f [2004/05/20] ports/66927 ports-bugs [PATCH] mail/dcc-dccd has several problem o [2004/05/20] ports/66937 obrien lsof-4.71 compile errors: pcpu.h:66: erro o [2004/05/20] bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix u o [2004/05/21] kern/66981 Can't read audio CDs with a samsung sw-25 o [2004/05/21] bin/66988 [Patch] apm.c check validation of the ret f [2004/05/21] i386/66996 i386 Problem with CD/DVD ROM o [2004/05/21] i386/66997 [bge(4)] Problem with Broadcom BCM5705M a o [2004/05/21] i386/67011 mdodd [patch] MFC of vpd driver for IBM xSeries p [2004/05/21] kern/67013 bms A potential bug detected in /sys/netipsec o [2004/05/22] bin/67041 "fortune -m" peeks in "fortune" file only o [2004/05/22] www/67042 josef FreeBSD rdf feed not valid o [2004/05/22] i386/67055 i386 Mouse (wheel) detection problem on SIS748 o [2004/05/23] docs/67078 doc [patch] MFC of a rtld(1) man page is inco o [2004/05/23] ports/67095 ports-bugs New port: www/p5-PLP: A Perl embedder som o [2004/05/24] bin/67142 rpc.yppasswdd incorrectly throws errors a o [2004/05/25] ports/67151 portmgr Mk/bsd.port.mk - Add a way to handle PLIS o [2004/05/25] ports/67171 portmgr [PATCH] bsd.port.mk: new variable DISTVER o [2004/05/25] bin/67172 w,finger display the remote host incorrec o [2004/05/25] ports/67173 des [PATCH] security/ifd-gempc410 doesn't fet o [2004/05/25] ports/67183 cy security/pam_krb5 requires updating f [2004/05/25] i386/67189 acpi ACPI S3 reboot computer on Dell Latitude o [2004/05/25] ports/67192 vs mod_perl-related regressions in the newes o [2004/05/26] bin/67231 [patch] pam_krb5 doesn't honor default fl o [2004/05/27] kern/67242 tackerman [PATCH] dev/em/if_em.c isn't ctags compat o [2004/05/27] bin/67256 tcsh does not honor LC_ALL and/or LC_MESS o [2004/05/28] bin/67307 ready to import bootstrap_cmds/decomment o [2004/05/28] bin/67308 ready to import bootstrap_cmds/relpath fr o [2004/05/28] kern/67309 acpi zzz reboot computer (ACPI S3) o [2004/05/28] ports/67311 ale [PATCH] Mk/bsd.sites.mk: add MASTER_SITE_ a [2004/05/29] bin/67317 bms patch to nfsd.c to make it slightly more o [2004/05/29] bin/67334 mount_cd9660 gives dscheck: negative b_bl p [2004/05/29] kern/67357 brooks Patch for uftdi to support Intrepidcs.com o [2004/05/30] i386/67383 i386 [patch] do a better job disassembling cod o [2004/05/30] ports/67385 kiri [PATCH] editors/xemacs-devel-mule: update f [2004/06/01] ports/67436 portmgr patch for bsd.port.mk: GNU_CONFIGURE_PREF o [2004/06/01] ports/67437 portmgr patch for bsd.port.mk: NO_BUILD and PKGNA o [2004/06/01] i386/67456 i386 [LOR] LOR on dual-xeon w/ ht o [2004/06/02] ports/67500 clement new port for irc/thales: an irc to mysql o [2004/06/02] www/67502 www cvs-all commit message did not include al f [2004/06/03] i386/67521 i386 buildworld issues (bin/csh tcsh) s [2004/06/03] ports/67531 portmgr New spanish virtual branch o [2004/06/03] kern/67545 [nfs] NFS Diskless Mount Option Suggestio o [2004/06/03] conf/67549 No Cents for es_ES monetdef (Euro) o [2004/06/03] bin/67550 Add BLK_SIZE option to tftpd server o [2004/06/04] ports/67553 sumikawa ports/devel/cvs+ipv6 - add mirror o [2004/06/04] www/67554 www man-cgi visual glitch on 3-word titles f [2004/06/04] ports/67562 portmgr patch for bsd.port.mk - USE_BDB, WANT_BDB o [2004/06/04] gnu/67565 SIGPIPE processing in cvs 1.11.5 may lead o [2004/06/04] ports/67572 ports-bugs New port: mnogosearch-devel: Full feature o [2004/06/04] i386/67578 [kbd] Keyboard error IBM xSeries 335 o [2004/06/04] kern/67580 request to add hints for boot failures o [2004/06/05] ports/67599 ports-bugs [NEW PORT] math/geonext: Interactive (dyn f [2004/06/05] kern/67603 No driver found: PCMCIA Cardbus, D-Link D o [2004/06/06] kern/67622 tackerman em device driver has been updated by Inte f [2004/06/06] kern/67627 phk [panic] gbde kernel panic o [2004/06/07] www/67651 hrs Update early-adopter post-4.10 o [2004/06/07] ports/67673 edwin new port (games/tuxracer-1.1) o [2004/06/07] bin/67687 iostat does not provide read vs. write st f [2004/06/08] kern/67694 kernel build fails with damaged /usr/incl s [2004/06/08] kern/67706 [unionfs] cvs update over a union mount s o [2004/06/08] bin/67723 FreeBSD 5.x restore cannot handle other p s [2004/06/09] ports/67752 pav Upgrade math/cxsc to the latest revision o [2004/06/09] ports/67762 roam portupgrade of stunnel asks for input eve o [2004/06/09] i386/67763 i386 [patch] PCMCIA: MELCO manufacturer code s o [2004/06/10] i386/67773 i386 5.x series - md5 on dev no longer works e o [2004/06/10] bin/67793 phk gbde doesn't complain correctly when file f [2004/06/10] docs/67806 doc Let 5.x users know how to boot into singl s [2004/06/11] ports/67815 ports-bugs ImageMagick no longer recognizes FlashPix o [2004/06/11] i386/67818 Marvell if_sk driver watchdog timeout iss f [2004/06/11] ports/67826 ports-bugs p5-Text-FormatTable - patch o [2004/06/11] kern/67830 [patch] CPU affinity problem with forked o [2004/06/11] ports/67832 jdp Change request: net/cvsup (STATIC -> WANT f [2004/06/11] ports/67839 ports-bugs www/mod_jk2-apache2 2.0.2: uri /*.jsp mat o [2004/06/12] ports/67852 ports-bugs New port: irc/riece IRC client for Emacs o [2004/06/12] ports/67853 ports-bugs New port: mail/c-sig Signature insertion o [2004/06/13] docs/67893 doc boot.8's -m description is insufficient. o [2004/06/13] alpha/67903 alpha hw.chipset.memory: 1099511627776 - thats o [2004/06/14] bin/67943 find(1) fails when current directory is n o [2004/06/15] ports/67970 gnome ports textproc/libxml, textproc/libxslt: o [2004/06/16] bin/68014 stty -pendin does not turn off pendin mod o [2004/06/16] bin/68016 Bug in visual bell on console (kbdcontrol o [2004/06/17] kern/68026 jdp [patch] add net_remove_domain, domain ref o [2004/06/17] docs/68038 trhodes Attempt to make the terse part of 17.6.2 o [2004/06/17] ports/68045 ports-bugs New port: sysutils/daedalus Flexible Moni o [2004/06/17] ports/68050 ports-bugs New port: www/dpsearch : Open source sear o [2004/06/17] ports/68061 knu databases/ruby-bdb1 has hardcoded install o [2004/06/17] bin/68062 standalone repeat(1) command o [2004/06/18] kern/68081 [patch] sys/time.h (lint fix) o [2004/06/18] i386/68087 i386 wget core dumps with: Assertion failed: ( o [2004/06/19] conf/68108 Adding mac-address /conf selector to disk o [2004/06/19] kern/68110 hsu [PATCH] RFC 3522 for -HEAD o [2004/06/19] www/68114 www bad usability - download link missing o [2004/06/19] i386/68117 i386 serious network collisions after NIC "med o [2004/06/19] kern/68122 sound [sound] Device busy (/dev/dsp)- insane, n f [2004/06/19] ports/68124 trevor Update port: x11-toolkits/linux-pango (fi o [2004/06/20] bin/68130 adduser man page and usage inconsistent w f [2004/06/20] ports/68133 trevor Update port: x11-toolkits/linux-gtk2 (fix o [2004/06/20] bin/68134 'invalid hostname' displayed in w/who out o [2004/06/20] i386/68140 i386 Problem with Sony AIT ATAPI Tape dirve o [2004/06/20] ports/68141 ports-bugs new port net/linux-overnet-core: Serverle s [2004/06/20] ports/68145 ports-bugs Update port: multimedia/linux-realplayer o [2004/06/20] ports/68146 ports-bugs New port: x11-themes/linux-gtk-bluecurve- a [2004/06/22] kern/68189 luigi arp -a discloses non-jail interfaces with o [2004/06/22] kern/68192 Cannot use quotas on jailed systems o [2004/06/22] ports/68196 ports-bugs [New Port]: linux-zsnes - Linux binary ve o [2004/06/22] docs/68201 keramida [patch] pthread_atfork(3) man page o [2004/06/22] ports/68205 ports-bugs New Port: mail/ismail PHP-based webmail c f [2004/06/22] ports/68215 ports-bugs NEW PORT: multimedia/freevo, an open-sour o [2004/06/23] ports/68218 matusita ports/print/dvipdfmx: fix for a dependenc f [2004/06/23] i386/68219 acpi ACPI + snd_maestro3 problem o [2004/06/23] kern/68225 sound [sound] trouble with sound on Dell Latitu o [2004/06/23] kern/68232 [patch] ugen(4) isochronous handling corr o [2004/06/23] ports/68249 ports-bugs New port: mail/p5-MIME-Lite-HTML: Provide o [2004/06/24] ports/68276 lioux [REPOCOPY] mail/qmail-smtp_auth+tls -> ma o [2004/06/25] kern/68311 [patch] it is impossible to override defa o [2004/06/25] bin/68312 be able to create fdisk partions using si o [2004/06/25] kern/68315 [patch] atacontrol addspare for 4.x o [2004/06/25] kern/68317 [patch] on soft (clean) reboots clean dme o [2004/06/25] bin/68328 enable configuration of extra listen sock f [2004/06/25] ports/68331 ports-bugs [NEW PORT] graphics/jumpgis-postgis: JUMP o [2004/06/25] ports/68337 portmgr patch so that README.html files in ports s [2004/06/25] ports/68346 portmgr Nested port install requires user interve o [2004/06/26] kern/68362 roger [bktr] [patch] Add Pixelview PlayTV suppo f [2004/06/26] ports/68402 thierry [PORT UPDATE] Update of monotone port for o [2004/06/27] kern/68412 QUIRK: Philips KEY013 USB MP3 player o [2004/06/27] ports/68414 ports-bugs New Port: security/foremost - Forensic an o [2004/06/27] kern/68435 wpaul xl driver in freebsd 5.x only works if pr o [2004/06/28] bin/68437 conscontrol DEVDIR -> _PATH_DEV fix and m f [2004/06/28] ports/68441 jedgar mail/grepmail: grepmail-5.23 breaks -F op p [2004/06/28] docs/68449 roam [patch] src/lib/libstand/libstand.3 nits o [2004/06/28] docs/68453 doc [patch] rc.subr.8 o [2004/06/28] kern/68458 Burning DVD causes lots of FAILURE - READ o [2004/06/28] kern/68459 Patches to mknod(2) behave more like Linu f [2004/06/29] ports/68476 x11 X -query myserver does not open an xsessi o [2004/06/29] ports/68488 obrien [PATCH] sysutils/lsof broken on -CURRENT o [2004/06/30] i386/68514 i386 Realtek driver halts on oversized frames o [2004/06/30] kern/68515 sound [sound] sound card noise (ES1938, 5.0) o [2004/06/30] i386/68518 i386 Hangs while loading 82443BX agp during bo p [2004/06/30] conf/68524 Including the Basque in the system o [2004/06/30] conf/68525 rc Loader's verbose boot mode has rc.d/local o [2004/06/30] bin/68527 Resizing 'top' running in a terminal to o f [2004/06/30] ports/68532 emulation Add support for multiple VMWare instances o [2004/07/01] ports/68539 portmgr [patch] clarify ARCH vs MACHINE_ARCH in b o [2004/07/01] bin/68552 tip(1) does not set noncanonical mode inp o [2004/07/01] ports/68556 clement Update port: net/arla to version 0.36.1 o [2004/07/01] ports/68569 knu bsd.ruby.mk should not use `.error' o [2004/07/01] ports/68572 ports-bugs New port: databases/cyrus-smlacapd cyrus o [2004/07/02] bin/68586 dwmalone [patch] allow syslogd to forward to non-d o [2004/07/02] kern/68594 sound [sound] [patch] enable S/PDIF output for o [2004/07/02] docs/68606 doc Porter's Handbook: document how to write o [2004/07/03] kern/68623 [patch] sf(4) (Adaptec StarFire) multiple o [2004/07/03] ports/68624 ports-bugs [NEW PORT] graphics/curator: Static Image o [2004/07/03] ports/68646 ports-bugs [New Port] polish/linux-mozillapl - Mozil o [2004/07/04] ports/68661 ports-bugs New port: security/ipfilterDshield, a dsh o [2004/07/04] ports/68662 ports-bugs New port: security/ppars (Proactive Probi o [2004/07/04] kern/68665 sound [sound] pcm doesn't detect Realtek ac97 o o [2004/07/05] kern/68690 write(2) returns wrong value when EFAULT o [2004/07/05] bin/68691 dwmalone syslogd - correct program name handling o [2004/07/05] kern/68692 andre [patch] Move ARP out of routing table o [2004/07/05] ports/68697 roam [PATCH] dns/djbdns: use bsd.port.pre.mk o [2004/07/05] ports/68707 roam [PATCH] mail/vpopmail: Add option to use o [2004/07/06] i386/68719 i386 [usb] USB 2.0 mobil rack+ fat32 performan o [2004/07/06] ports/68728 se update ftp/jftpgw to 0.13.5 + rcNG'ify o [2004/07/07] conf/68745 rc /etc/rc.d/devfs runs after ntpd so links s [2004/07/07] ports/68747 gnome [patch] upgrade print/freetype2 o [2004/07/07] i386/68754 i386 [hang] SMP reset bug (Tyan Thunder100, 44 o [2004/07/07] kern/68765 [mmap] a little data can be stored beyond o [2004/07/07] ports/68774 ports-bugs [NEW PORT] RubyGems - package management o [2004/07/08] bin/68797 cut(1) patches to fflush after each write o [2004/07/08] ports/68820 ports-bugs New port:chinese/gaim Add plugin openQ(QQ o [2004/07/08] ports/68826 gj various anomalies with xemacs port f [2004/07/08] ports/68828 ports-bugs [PATCH] sysutils/ucspi-tcp: Apply ucspi-r o [2004/07/09] ports/68837 ports-bugs [New Port] polish/sap en-pl pl-en diction o [2004/07/09] bin/68840 [PATCH] Add Solaris-style -x flag to iost o [2004/07/09] bin/68841 [PATCH] Add pthread_atfork to libc_r o [2004/07/09] docs/68843 doc Dates on rc.subr(8) & rc(8) are whack. o [2004/07/09] docs/68845 doc The .At macro produces unexpected results o [2004/07/09] bin/68848 [patch] find(1) shows pathname as optiona o [2004/07/09] sparc64/68869sparc64 netcard: Unexpect packet size, drop packe o [2004/07/09] ports/68872 ports-bugs audio/libmikmod update to 3.2.0-beta2 ; a o [2004/07/09] ports/68879 gnome [patch] update x11-toolkits/scintilla to o [2004/07/10] ports/68896 portmgr make search can't be case insensitive und a [2004/07/11] bin/68904 eik pkg_install fixes (_PATH_*, sprintf -> sn o [2004/07/11] misc/68905 core dump ownership issue o [2004/07/11] ports/68908 knu x11/kde3 depends on missing port o [2004/07/11] conf/68916 Named starts PRIOR to ldconfig o [2004/07/11] ports/68919 ports-bugs [New Port] misc/gkx86info2 - GKrellM2 plu o [2004/07/11] ports/68934 ports-bugs New port: security/amavis-stats A simple o [2004/07/12] ports/68950 wjv [UPDATE] biology/emboss from 2.4.1 to 2.8 f [2004/07/12] kern/68961 markm [PATCH] Implement /dev/full o [2004/07/13] bin/68981 unlogic jot behaviour. o [2004/07/13] ports/68988 portmgr Mk/bsd.port.mk - Add USE_MK_DEVEL option o [2004/07/13] kern/68991 le [vinum] vinum doesn't care which type a p o [2004/07/13] ports/68993 ports-bugs New port www/p5-Apache-ParseFormData o [2004/07/13] bin/69010 [2] Portability fixes for FreeBSD build u o [2004/07/13] threads/69020threads pthreads library leaks _gc_mutex o [2004/07/14] ports/69026 knu Please portlint [devel/ruby-bsearch] o [2004/07/14] ports/69027 knu Please portlint [archivers/ruby-bz2] o [2004/07/14] ports/69028 knu Please portlint [devel/ruby-cache] o [2004/07/14] ports/69029 knu Please portlint [devel/ruby-cvs] o [2004/07/14] ports/69030 knu Please portlint [devel/ruby-filemagic] o [2004/07/14] ports/69031 knu Please portlint [devel/ruby-gemfinder] o [2004/07/14] ports/69032 knu Please portlint [devel/ruby-gettext] o [2004/07/14] ports/69033 knu Please portlint [devel/ruby-mmap] o [2004/07/14] ports/69034 knu Please portlint [devel/ruby-sdl] o [2004/07/14] ports/69035 knu Please portlint [devel/ruby-sysvipc] o [2004/07/14] ports/69036 knu Please portlint [comms/ruby-termios] o [2004/07/14] ports/69037 knu Please portlint [devel/ruby-tzfile] o [2004/07/14] ports/69041 emulation Please portlint [emulators/vmware3] o [2004/07/14] ports/69053 ports-bugs New port: audio/coverhunter, a program fe p [2004/07/14] ports/69055 hq [PATCH] textproc/xml4j: update to 4.3.0 a o [2004/07/14] kern/69064 [patch] No multiple ip4/6's could assigne o [2004/07/15] bin/69083 [patch] basic modelines for contrib/nvi o [2004/07/15] kern/69084 sound [sound] Error while initializing the soun o [2004/07/15] ports/69097 knu portupgrade's portsdb can't run without P o [2004/07/15] ports/69104 portmgr bsd.port.mk assumes "fetch" as FETCH_CMD o [2004/07/15] kern/69127 imp [patch] EtherLink III LAN PC Card 3C589D p [2004/07/15] kern/69133 glebius PPPoE broken in -CURRENT o [2004/07/16] ports/69160 ports-bugs New port: dns/rbllookup mail/rbllookup o [2004/07/17] bin/69164 marcel GDB/amd64: coredump while debugging a cor f [2004/07/17] ports/69166 ports-bugs New port: comms/tlf Amateur radio curses o [2004/07/17] ports/69191 roam SRV patch for dnbs/djbdns f [2004/07/17] ports/69210 lioux [PATCH] multimedia/ffmpeg -- update to 0. o [2004/07/18] ports/69217 eik devel/portmk - add a convenient mechanism f [2004/07/18] ports/69219 ports-bugs update rwhoisd to version 1.5.9; install o [2004/07/18] ports/69243 knu portupgrade - portinstall can't find port o [2004/07/18] i386/69257 i386 [patch] in_cksum_hdr is non-functional wi o [2004/07/19] ports/69267 demon RRDTool is not PREFIX safe o [2004/07/19] bin/69268 wpaul Fix ndiscvt to warn you if it's going to o [2004/07/19] docs/69271 doc Porter's Handbook: hint on proper pkg-mes o [2004/07/19] kern/69283 sound [sound] Via 8233 driver records at half s o [2004/07/19] ports/69288 mharo [PATCH] security/sudo: Fix deinstall s [2004/07/19] ports/69299 ports-bugs [PATCH] missing dependency for www/linux- o [2004/07/19] ports/69309 ale mysql database backup script for periodic o [2004/07/20] kern/69356 LOR in rtsock.c/route.c o [2004/07/20] ports/69360 portmgr [patch] setting WITHOUT_X11 should force o [2004/07/21] bin/69362 mbr amd (automounter) does not properly detec o [2004/07/21] docs/69383 doc disklabel = bsdlabel in 5.X or later o [2004/07/22] bin/69398 [patch] cleartext display of password in f [2004/07/22] ports/69421 perl perl5-related distfiles are in common dis o [2004/07/22] ports/69422 ports-bugs New port: the Equeue OCaml library a [2004/07/22] bin/69423 gshapiro sendmail access-map issue o [2004/07/22] ports/69425 wjv Duplicated port? devel/arch vs. devel/tla o [2004/07/22] kern/69448 socket.h: cmsghdr macros don't work with o [2004/07/23] i386/69460 i386 the nic's speed slow down when both side o [2004/07/23] ports/69475 kiri xemacs invalidly calls xargs (witj unexis o [2004/07/23] ports/69486 portmgr Clean up after QT2 removal o [2004/07/23] kern/69502 kldload will load modules that are in the o [2004/07/24] ports/69537 knu Portupgrade cannot be run by cron properl o [2004/07/25] ports/69556 ports-bugs New port: security/secure_delete Secure d f [2004/07/25] ports/69557 ports-bugs Separation of mailman scripts and mailing o [2004/07/25] ports/69586 ports-bugs New port: chinese/PCManX o [2004/07/26] www/69631 www please add to support list o [2004/07/26] kern/69633 sound [sound] fm801 kernel module does not work o [2004/07/26] ports/69636 ports-bugs [new port] biology/blast f [2004/07/26] ports/69638 ports-bugs Add MASTER_SITE_GNA to bsd.sites.mk o [2004/07/27] kern/69650 [patch] make getserv* functions work with o [2004/07/28] kern/69688 i386 NATD does not work with outgoing PPTP VPN o [2004/07/28] amd64/69705 amd64 IPC problem (msq_queues) o [2004/07/28] ports/69708 x11 x11/xorg-libraries: lack of symbols under o [2004/07/28] amd64/69709 amd64 ACPI enabled then floppy don't work (5.2. o [2004/07/28] amd64/69712 amd64 no DRI (hardware OpenGL) for ATI Radeon 9 o [2004/07/28] i386/69722 i386 wi0: init failed o [2004/07/29] i386/69730 i386 [patch] puc driver doesn't support PC-Com o [2004/07/29] i386/69750 acpi Boot without ACPI failed on ASUS L5 o [2004/07/29] bin/69763 /usr/bin/tip strips hi-bit o [2004/07/30] www/69780 keramida query-pr-summary.cgi generates very large o [2004/07/30] ports/69781 ports-bugs [NEW PORT] japanese/ja-gjiten: Japanese d o [2004/07/30] kern/69791 panasonic Let's note LIGHT CF-W2 can't bo o [2004/07/30] conf/69821 'what kernel' doesn't work o [2004/07/30] ports/69829 ports-bugs [NEW PORT] graphics/jpeg-mmx: IJG's jpeg s [2004/07/30] ports/69832 ports-bugs [PATCH] multimedia/transcode: [add jpeg-m s [2004/07/31] ports/69836 ports-bugs [MAINTAINER] graphics/lphoto: [Add option o [2004/07/31] ports/69837 ports-bugs New Port: x11-wm/afterstep2 o [2004/07/31] bin/69846 the usename has to be writed as "/****/" f [2004/07/31] ports/69848 ports-bugs lang/mono functions properly on 5.x if ${ f [2004/07/31] ports/69849 ports-bugs [update] py-opengl p [2004/07/31] kern/69858 Intel E7205 Chipset AGP Support o [2004/08/01] docs/69861 tjr [patch] usr.bin/csplit/csplit.1 does not o [2004/08/01] bin/69875 `mlxcontrol status ' hangs wit o [2004/08/01] docs/69888 linimon cvs mail info may not be adequate o [2004/08/02] sparc64/69893sparc64 asr panics the system on sparc64 o [2004/08/02] ports/69912 alfred New Port dns/mDNSResponder a re-port of A o [2004/08/02] kern/69931 i386 PS/2 Optical Mouse (Micro Innovations) mi o [2004/08/03] ports/69943 ports-bugs New port: security/spike-proxy f [2004/08/03] kern/69954 mlaier PF Nat with a PPP connection uses wrong a o [2004/08/03] kern/69963 ipfw ipfw: install_state warning about already o [2004/08/03] ports/69965 portmgr check for moved ports in "make deinstall- o [2004/08/03] docs/69968 doc minor clarification in mac glossary o [2004/08/04] bin/69977 dump -W core dumps with read-only / o [2004/08/04] bin/69986 [patch] sysinstall: No job control in fix o [2004/08/04] kern/69989 killing process that uses snp + unloading o [2004/08/04] ports/69995 ports-bugs A (new) port of the add-css-links XSL sty o [2004/08/04] ports/69996 ports-bugs A (new) port of the print-n-times XSL sty o [2004/08/04] ports/69997 portmgr [PATCH] Change USE_LINUX in bsd.port.mk t o [2004/08/04] ports/69998 ports-bugs A (new) port of the resume-extensions XSL o [2004/08/04] bin/70002 sysinstall(8) fails to locate FTP dirs if f [2004/08/04] ports/70010 ports-bugs sysutils/dtc: DTC v0.14.0-R1 o [2004/08/05] ports/70017 ports-bugs New port: japanized strings(1) command (j o [2004/08/05] ports/70018 portmgr [patch] `make readmes` is gratuitously sl p [2004/08/05] bin/70024 maxim jail(8) enhancement: run program in the c o [2004/08/05] ports/70025 ports-bugs IPv6 CATEGORY not documented correctly o [2004/08/05] ports/70026 billf net/mtr port does not follows WITH_IPV6 s f [2004/08/05] i386/70036 i386 pcn device not recognizing device o [2004/08/05] docs/70048 magic(5) file has a typo at second test f o [2004/08/06] ports/70060 ports-bugs A (new) port of the Mirror Project Random o [2004/08/06] ports/70061 ports-bugs [ new port ] x11-clocks/osdclock: small c o [2004/08/06] ports/70062 ports-bugs A new port of the Bloom::Filter Perl libr f [2004/08/06] ports/70064 ports-bugs [MAINTAINER] databases/py-sqlobject: Inst f [2004/08/06] kern/70081 Cant compile kernel o [2004/08/06] ports/70082 clement Update py-MySQLdb port to suport mysqlcli o [2004/08/07] ports/70105 linimon journyx timesheet runs on freebsd and it' f [2004/08/07] ports/70113 ports-bugs [PATCH] mail/dspam: Makefile fix o [2004/08/07] ports/70128 ports-bugs New port: mail/p5-Mail-Field-Received f [2004/08/07] ports/70143 hq [PATCH] textproc/xp: fix JAR name o [2004/08/08] ports/70156 sergei [PATCH] devel/porttools: fix finding orig o [2004/08/08] ports/70161 ports-bugs [NEW PORT] mail/spamass-rules_du_jour: Au o [2004/08/08] misc/70174 make -jN buildkernel fails early when N i o [2004/08/08] ports/70176 ports-bugs [NEW PORT] graphics/devil - DevIL Image L o [2004/08/08] bin/70182 [patch] fortune -e implementation bug a [2004/08/09] ports/70205 roam ports/net/datapipe shouldn't bind to list o [2004/08/09] ports/70210 ports-bugs new port: databases/p5-DBM-Deep version 0 o [2004/08/09] docs/70217 doc Suggested rewrite of docproj/sgml.sgml o [2004/08/09] ports/70219 hq Updating Java ports to bsd.java.mk 2.0 o [2004/08/10] ports/70233 demon [PATCH] devel/p5-Test-Harness: skip prove f [2004/08/10] ports/70235 knu [PATCH] devel/p5-Log-Dispatch-Config: ins o [2004/08/10] kern/70236 [patch] uninitialised parameters passed t o [2004/08/10] ports/70243 ports-bugs New port: audio/tta (simple lossless audi o [2004/08/10] bin/70245 Change to src/release/Makefile to aid doc o [2004/08/10] conf/70252 add System Administrator Appreciation Day o [2004/08/10] ports/70271 ports-bugs [new port] biology/finchtv a DNA sequence f [2004/08/10] bin/70279 bmah Sysinstall can no longer perform install o [2004/08/10] bin/70283 mtm adduser aborts in batch mode with comment o [2004/08/11] java/70292 java jdk14 compile problem o [2004/08/11] kern/70296 sound [sound] [patch] Add support for AD1888 AC o [2004/08/11] bin/70297 request to make amd timeouts per-mount lo a [2004/08/11] ports/70300 sergei devel/porttools does not use EMAIL from ~ f [2004/08/11] ports/70301 ports-bugs Update sysutils/cfengine2 to 2.1.9 o [2004/08/11] ports/70308 ports-bugs finance/openhbci port update o [2004/08/11] docs/70310 doc [PATCH] Add information about DragonFly p [2004/08/11] bin/70311 pjd ipfw(8) pipe/queue show N displays data n f [2004/08/11] ports/70324 portmgr repo copy shells/bash2 to shells/bash f [2004/08/11] ports/70327 lioux [PATCH] mail/qmail: Add an option to not a [2004/08/11] ports/70332 sergei Update port: security/snort - update port o [2004/08/12] bin/70335 inconsistent syslog behavior when max chi o [2004/08/12] bin/70336 telnetd always exits with value 1 o [2004/08/12] bin/70355 [patch] dhclient-script is chatty with RE f [2004/08/12] kern/70362 sanpei QUIRK: [patch] LaCie 160GB USB drive o [2004/08/12] ports/70365 knu sysutils/portupgrade incorrectly give inf o [2004/08/12] ports/70366 lev devel/subversion causes incorrect swig13/ f [2004/08/12] ports/70369 vs [MAINTAINER] news/sn: update to 0.3.8 f [2004/08/12] ports/70370 pav [MAINTAINER] sysutils/userneu o [2004/08/12] ports/70374 ports-bugs New port: textproc/redland-bindings - Lan s [2004/08/13] ports/70387 ports-bugs PORT UPDATE: x11-themes/gtk-qt-engine o [2004/08/13] ports/70400 jedgar databases/p5-Mysql is incompatible with d o [2004/08/13] kern/70401 darrenr [modules] Could not load ipl.ko when no I o [2004/08/13] ports/70430 ports-bugs New port: devel/monodoc o [2004/08/13] ports/70431 ports-bugs New port: www/gecko-sharp: C# gtkmozembed o [2004/08/13] ports/70432 ports-bugs New port: gtksourceview-sharp: C# binding f [2004/08/13] ports/70433 ports-bugs new plugin port for childsplay p [2004/08/15] kern/70474 iedowse if_axe USB interface stops responding o [2004/08/15] bin/70476 sbin/reboot change, -p behavior default f f [2004/08/15] ports/70484 kde cannot find (locate) kde-lite o [2004/08/15] bin/70492 darrenr ipl.h need's to be MFC'ed on 4.10-STABLE o [2004/08/15] amd64/70500 amd64 bge driver for 3Com 3C996B on amd64 preve o [2004/08/16] ports/70503 steve open-motif demos should not be installed o [2004/08/16] docs/70506 doc re_format(7) contains many extra '=' o [2004/08/16] docs/70507 keramida RE in BUG section of re_format(7) in obso o [2004/08/16] bin/70511 When fread()ing with buffering turned off o [2004/08/16] ports/70516 ports-bugs New port: sysutils/graft: symlink manager o [2004/08/16] kern/70523 [usb] [patch] umct sending/receiving wron f [2004/08/16] ports/70528 ports-bugs No libffi on amd64, either with native co o [2004/08/16] bin/70536 reboot -dp tries to dump when powering of o [2004/08/16] ports/70539 trevor Change the default linux_base and a littl o [2004/08/16] docs/70555 keramida [diff] changes to freebsd-glossary o [2004/08/17] ports/70577 ports-bugs [NEW PORT] games/linux-hohlin: Remake of o [2004/08/17] docs/70583 ceri [PATCH] Update freebsd-glossary f [2004/08/17] ports/70591 ports-bugs [UPDATE] www/clearsilver to 0.9.10 o [2004/08/18] bin/70600 fsck throws files away when it can't grow o [2004/08/18] kern/70607 [patch] Add Support for USB Microsoft Int o [2004/08/18] kern/70608 [irq] ethernet-error (card uses duplicate o [2004/08/18] i386/70610 i386 [patch] spkr(4): hardcoded assumption HZ o [2004/08/18] bin/70625 re [PATCH] RELENG_5 CVS/CVSup fixes, -CURREN o [2004/08/18] kern/70639 imp [patch] 3Com CXM756 PCMCIA card modem o [2004/08/18] ports/70640 scrappy [PATCH] security/p5-IO-Socket-SSL: update o [2004/08/19] ports/70648 ports-bugs [new port] deskutils/etask: Emacs support o [2004/08/19] ports/70650 shige [update] Mk/bsd.emacs.mk: change vars for o [2004/08/19] docs/70652 doc New man page: portindex(5) o [2004/08/19] ports/70655 petef Update textproc/p5-HTML-Format port to 2. o [2004/08/19] ports/70657 ports-bugs New port: devel/p5-Test-Tester o [2004/08/19] ports/70660 petef Update of devel/libevent port f [2004/08/19] kern/70673 harti gensnmptree is called from base and not / o [2004/08/20] ports/70682 ports-bugs [NEW PORT] devel/p5-Gtk2-GladeXML: Gtk2-P o [2004/08/20] ports/70683 ports-bugs [NEW PORT] x11-toolkits/p5-Gtk2-PodViewer o [2004/08/20] docs/70697 pcm(4) is out of date o [2004/08/20] kern/70708 [nfs] gcore/procfs not finding /proc/pid/ o [2004/08/20] misc/70715 Lack of year in dates in auth.log can cau f [2004/08/20] ports/70719 pav [UPDATE] Enable OPTIONS feature of ports/ o [2004/08/20] ports/70725 lioux Update port: net/freenet - update port to o [2004/08/21] www/70751 www [PATCH] www/en/where.sgml update o [2004/08/21] bin/70756 [PATCH] indent mishandles code that is pr f [2004/08/21] ports/70774 pav [PATCH] multimedia/transcode: fix modfps o [2004/08/21] ports/70775 ports-bugs New port: devel/simpletest f [2004/08/21] ports/70776 pav maintainer-update: multimedia/transcode: o [2004/08/21] ports/70778 marcus New port: misc/gnome-osd, an On-Screen-Di o [2004/08/21] ports/70792 se Update port: multimedia/kplayer to 0.5.1 o [2004/08/21] bin/70795 [PATCH] misc nanobsd fixes and improvemen o [2004/08/21] kern/70798 Compatibility: Sun/Solaris has an fcntl() o [2004/08/21] ports/70801 ports-bugs [NEW PORT] mail/crm114-devel: An Markov b o [2004/08/21] ports/70802 knu portupgrade cannot find downloaded packag f [2004/08/22] ports/70808 ports-bugs Update port: x11/x3270 to version 3.3.2p1 o [2004/08/22] i386/70810 i386 [patch] Enable SMBus device on Asus P4B s o [2004/08/22] standards/70813standards [PATCH] ls not Posix compliant o [2004/08/22] ports/70816 ports-bugs New port: science/x11iraf f [2004/08/22] ports/70827 ports-bugs new port games/wanderer: Steve Shipway's o [2004/08/22] ports/70828 ports-bugs New port: misc/gkrellmlaunch2: GKrellM2 p o [2004/08/22] ports/70831 tobez make perl5.8 port SU_CMD aware o [2004/08/22] i386/70832 i386 Serious problems with RealTek NIC using r f [2004/08/22] kern/70835 sanpei QUIRK: [patch] scsi_da does not recognize o [2004/08/23] ports/70839 lioux [PATCH] multimedia/ogmtools: update to 1. o [2004/08/23] ports/70844 jedgar [ patch ] sysutils/roottail: update to 1. o [2004/08/23] ports/70845 ports-bugs [NEW PORT] devel/tkshape - A Tk library t o [2004/08/23] ports/70846 ports-bugs [NEW PORT] textproc/tkxmlive - Tcl/Tk XML o [2004/08/23] ports/70847 jesper [PATCH] net/p5-Net-SSH-Perl: fix dependen f [2004/08/23] ports/70851 ports-bugs misc/linux-opengroupware: change FETCH_DE o [2004/08/23] kern/70852 sound [sound] via82xx PCM driver does not enabl f [2004/08/23] ports/70853 vs Update security/amap to 4.6 o [2004/08/23] ports/70855 ports-bugs [NEW PORT] graphics/long-exposure-tools: o [2004/08/23] docs/70856 doc List of flags and their aliases in `man 1 o [2004/08/23] kern/70880 [nfs] 5.3 beta1 nfs problem f [2004/08/23] ports/70887 ports-bugs port graphics/evas should be moved/rename o [2004/08/23] ports/70888 markp Wrong URL of the 'cpuburn' port sources o [2004/08/24] ports/70900 edwin [patch] devel/sdl12 inconsistency between o [2004/08/24] kern/70904 darrenr ipfilter ipnat problem with h323 proxy su o [2004/08/24] docs/70916 doc msync.2 manpage update o [2004/08/25] i386/70926 i386 [boot] 5.3Beta-1 bootstrap error: "atapci p [2004/08/25] bin/70929 roam mpool(3): ignored function argument docum o [2004/08/25] ports/70940 demon [patch] port teTeX-base ignores WITHOUT_X o [2004/08/25] i386/70942 i386 Genius Wireless USB mouse: moused doesn't o [2004/08/25] docs/70943 doc remove -k from gdb.1 manual o [2004/08/25] ports/70948 lioux [PATCH] multimedia/libmatroska: update to o [2004/08/25] ports/70950 lioux [PATCH] multimedia/mkvtoolnix: update to f [2004/08/26] ports/70963 ports-bugs MAINTAINER PORT UPDATE: news/nzbget to 0. f [2004/08/26] kern/70983 sanpei QUIRK: Datafab USB ComactFlash Reader o [2004/08/26] docs/70985 standards [patch] sh(1): incomplete documentation o o [2004/08/26] ports/70999 ports-bugs New port: graphics/evas1 Hardware acceler o [2004/08/26] ports/71003 ports-bugs [new port]: net/verlihub-plugins - A syst f [2004/08/26] ports/71004 ports-bugs [UPDATE] databases/py-psycopg from 1.1.14 o [2004/08/26] kern/71005 bug in libsem f [2004/08/27] ports/71030 ports-bugs add LDAP backend support to net/isc-dhcp3 p [2004/08/27] kern/71031 sanpei QUIRK: Add USB entry for Western Digital p [2004/08/27] kern/71043 sanpei [patch] Adding USB device ID for Qualcomm o [2004/08/27] i386/71045 i386 DHCP-Request is sets other device's ip to o [2004/08/27] ports/71049 ports-bugs New port for ezstream. o [2004/08/27] ports/71050 ports-bugs New port: security/gtkpasman passwords ma o [2004/08/28] ports/71064 maho /usr/ports/math/atlas-devel f [2004/08/28] ports/71067 pav [ patch ] audio/libsidplay: update to 1.3 o [2004/08/28] ports/71074 ports-bugs [Maintainer Update] sysutils/kdar: Update o [2004/08/28] ports/71083 ports-bugs New Port x11-fonts/artwiz-aleczapka-de o [2004/08/28] ports/71084 ports-bugs New Port x11-fonts/artwiz-aleczapka-se - o [2004/08/29] ports/71095 maho biology/pymol Makefile has problems with f [2004/08/29] ports/71097 ports-bugs Port conflict (net/trafshow and net/trafs o [2004/08/29] bin/71098 CVS keywords are not expanded with CVS 1. o [2004/08/29] ports/71104 ports-bugs New port: audio/icegenerator Direct strea o [2004/08/29] ports/71106 ports-bugs New port: sysutils/i855vidctl10 o [2004/08/29] ports/71108 skv [PATCH] textproc/p5-XML-LibXML: update PL o [2004/08/29] ports/71111 mezz [PATCH] games/wesnoth: update to 0.8.3 o [2004/08/29] ports/71116 petef [PATCH] mail/p5-Mail-ListDetector: update o [2004/08/30] kern/71130 Kernel compilation failed with VGA_NO_MOD o [2004/08/30] ports/71132 wjv [UPGRADE] textproc/p5-XML-Node to 0.12 o [2004/08/30] ports/71133 ports-bugs [NEW PORT] multimedia/gavl: A library for o [2004/08/30] ports/71136 ports-bugs [Maintainer Update] Muine: Fix library ma f [2004/08/30] ports/71137 ports-bugs [ patch ] mail/mls: respect CC, CFLAGS, r p [2004/08/30] kern/71139 sanpei [patch] Addition of the USB Nikon Coolsca o [2004/08/30] ports/71140 pat PORT UPDATE: games/qstat to most recent v o [2004/08/30] ports/71152 ports-bugs [PATCH] cad/pythoncad: update to 16 o [2004/08/30] docs/71153 simon Doc packages install in /local0 o [2004/08/30] gnu/71160 gdb gets confused about active frame f [2004/08/30] ports/71169 ports-bugs Update: security/samhain 1.8.10b -> 1.8.1 f [2004/08/31] ports/71172 ports-bugs [PATCH] audio/py23-vorbis: update to 1.4 o [2004/08/31] kern/71184 tcp-sessions hangs on FIN_WAIT_2 state f [2004/08/31] ports/71191 ports-bugs [MAINTAINER UPDATE] port devel/freeride t f [2004/08/31] ports/71199 ports-bugs [PATCH] updated port ecartis 20040426 o [2004/08/31] ports/71203 knu [PATCH] www/p5-Sledge: add missing manpag o [2004/08/31] ports/71205 vs Dump9660 port no longer maintained and sh o [2004/08/31] ports/71211 maho New port science/gromacs o [2004/09/01] ports/71214 kuriyama security/gnupg - add patch to support htt o [2004/09/01] ports/71216 ports-bugs [NEW PORT] misc/gaim-xmms-remote Gaim plu o [2004/09/01] kern/71219 /proc/*/map dont tell file offset o [2004/09/01] ports/71221 ports-bugs new port: science/buddy - A Binary Decisi o [2004/09/01] kern/71226 processes list is broken o [2004/09/01] ports/71228 ports-bugs [maintainer] fix math/qalculate plist and o [2004/09/01] ports/71231 ports-bugs [NEW PORT] multimedia/xmms-skins o [2004/09/01] ports/71250 portmgr change-request: add CPPFLAGS for USE_GETO o [2004/09/01] ports/71252 edwin [Maintainer update] emulators/xmame to 0. o [2004/09/01] ports/71253 edwin [Maintainer update] emulators/xmess to 0. o [2004/09/01] kern/71254 ncurses: xterm vs. cons* termtypes or sc( o [2004/09/01] ports/71255 edwin emulators/gxmame. Add extra patch to enab o [2004/09/01] ports/71257 ports-bugs New Port: devel/p5-Tree-Binary - An objec o [2004/09/01] kern/71258 [patch] anonymous mmappings not always pa o [2004/09/01] ports/71262 vanilla maintainer update port security/libfwbuil o [2004/09/01] ports/71263 vanilla maintainer update port security/fwbuilder o [2004/09/02] ports/71271 ports-bugs [MAINTAINER] split up math/fftw3 in to ma o [2004/09/02] ports/71272 ports-bugs [PATCH] math/fftw - add slave port for Si o [2004/09/02] kern/71274 silby Frequent bind()/connect()'s assign same l o [2004/09/02] ports/71275 ports-bugs [maintainer] science/ruby-gphys: update t o [2004/09/02] i386/71280 i386 aue0 device (linksys usb100tx) doesn't wo p [2004/09/02] ports/71285 vs [PATCH] textproc/ocaml-yaxi: unbreak, it' o [2004/09/02] ports/71286 ports-bugs [ patch ] multimedia/beep-media-player: u o [2004/09/02] ports/71288 ports-bugs New port: audio/mBox - organizing music o [2004/09/02] ports/71291 ports-bugs Update port: graphics/p5-GD to 2.16 o [2004/09/02] ports/71293 ports-bugs [ maintainer ] audio/bmp-wma: update to 0 o [2004/09/02] ports/71304 ports-bugs [NEW PORT] audio/bmp-faad2: Beep Media Pl f [2004/09/02] ports/71305 ports-bugs [patch] update irc/eggdrop to newest vers o [2004/09/02] ports/71312 anholt missing entry in pkg-plist: graphics/dri o [2004/09/02] ports/71313 gnome missing entry in pkg-plist: www/mozilla-d o [2004/09/02] ports/71314 ports-bugs [feature request] Impossible to know whic o [2004/09/02] ports/71315 kuriyama really disable perl when WITHOUT_PERL is o [2004/09/02] kern/71317 sound [sound] [patch] Add nForce2 sound support o [2004/09/02] ports/71318 ale missing entry in pkg-plist.client: databa o [2004/09/02] ports/71319 lioux [PATCH] multimedia/GTKsubtitler: update t o [2004/09/02] ports/71320 vs Rename patch file for sysutils/portindex o [2004/09/03] ports/71324 scrappy [PATCH] security/p5-IO-Socket-SSL: update o [2004/09/03] ports/71325 ports-bugs [NEW PORT] math/ldouble: Long double math o [2004/09/03] ports/71326 ports-bugs New Port: net/shmux Shell multiplexer usi o [2004/09/03] ports/71330 ports-bugs [MAINTAINER] www/mod_jk: update to 1.2.6 o [2004/09/03] kern/71334 [ PATCH ] mem_range_attr_{set|get} are no f [2004/09/03] ports/71335 leeym [PATCH] www/phpSysInfo: update dependency o [2004/09/03] ports/71338 ports-bugs [NEW PORT]: mail/postfix-gps f [2004/09/03] ports/71339 leeym [PATCH] databases/gdbm: utilize INFO o [2004/09/03] ports/71342 ports-bugs [Maintainer Update] graphics/bugle 0.0. o [2004/09/03] ports/71345 ports-bugs [NEW PORT] dns/sqldjbdns: DJB dns server o [2004/09/03] ports/71348 ports-bugs [maintainer] Unbreak databases/mysqlcppap o [2004/09/03] ports/71349 oliver update-port: x11/multi-aterm o [2004/09/03] ports/71350 ports-bugs [patch] databases/mysqlcc broken with mys o [2004/09/03] ports/71351 ports-bugs [PATCH] mail/cone: update to 0.62 o [2004/09/04] ports/71353 ports-bugs Maintainer update: security/hunch to 1.1. o [2004/09/04] ports/71358 ports-bugs [MAINTAINER] devel/svk: update to 0.20 o [2004/09/04] ports/71360 kuriyama [PATCH] mail/p5-MIME-Tools: fix PLIST o [2004/09/04] ports/71362 ports-bugs update japanese/e2ps to 4.34 o [2004/09/04] ports/71363 sergei [PATCH] devel/porttools: check extra dire o [2004/09/04] kern/71366 ipfw "ipfw fwd" sometimes rewrites destination o [2004/09/04] ports/71368 ports-bugs [maintainer update] editors/tpad o [2004/09/04] ports/71369 ports-bugs Maintainer update: lang/t3x o [2004/09/04] ports/71370 gioria ports update net/delegate to 8.9.5 o [2004/09/04] ports/71371 ports-bugs [ Update ] databases/mysql++ to 1.7.15 o [2004/09/04] ports/71372 nork update-ports: japanese/e2ps o [2004/09/04] ports/71373 ports-bugs [PATCH] graphics/py23-magick: unmark BROK o [2004/09/04] ports/71375 clsung [port upgrade] net/amsn o [2004/09/04] ports/71376 ports-bugs [maintainer-update] mail/qmail-scanner : o [2004/09/04] ports/71377 ports-bugs update: www/lighttpd (1.2.5 to 1.2.7 + pa o [2004/09/04] ports/71378 oliver oidentd port update o [2004/09/04] ports/71381 ports-bugs New port:: A tool that, installed on a ga o [2004/09/05] ports/71385 ports-bugs Install dummyflash plugin to a more sensi o [2004/09/05] conf/71386 loader.conf: hint.apic.0.disabled="YES" d f [2004/09/05] ports/71387 leeym [PATCH] www/gallery: update dependency o [2004/09/05] ports/71389 ports-bugs Port update (pdftk) o [2004/09/05] ports/71390 portmgr change-request: add add-plist-perl in bsd o [2004/09/05] ports/71397 lioux [patch] multimedia/gstreamer-plugins crea o [2004/09/05] kern/71398 [patch] Intel PRO/Wireless 2100 (Centrino f [2004/09/05] ports/71399 vs [patch] audio/gstreamer-monkeysaudio: Fix o [2004/09/05] ports/71400 wjv [PATCH] biology/py23-biopython: unbreak/u o [2004/09/05] ports/71401 ports-bugs maintainer-update: print/fontforge to 200 f [2004/09/05] ports/71403 ports-bugs new port: polish/sms2 o [2004/09/05] ports/71405 marcus [PATCH] devel/portlint: check DATADIR and o [2004/09/05] ports/71407 ports-bugs Make www/tidy fix pkg-plist for NOPORTDOC a [2004/09/06] ports/71414 sergei [PATCH] port mail/serialmail SMTP AUTH o [2004/09/06] conf/71415 [PATCH] /etc/rc.subr - devfs ruleset pars o [2004/09/06] kern/71416 [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] kern/71417 ports-bugs [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] ports/71418 krion maintainer-update of mail/mutt-devel o [2004/09/06] ports/71419 ports-bugs Maintainer update: comms/efax-gtk o [2004/09/06] kern/71422 rwatson LOR in sys/net/bpf o [2004/09/06] ports/71423 ports-bugs [MAINTAINER] irc/eggdrop: update to 1.6.1 o [2004/09/06] ports/71430 hoek [PATCH] misc/44bsd-more: unbreak o [2004/09/06] ports/71433 ports-bugs [Maintainer Update] x11-themes/baghira to o [2004/09/06] ports/71434 ports-bugs [Maintainer update] graphics/xmedcon 0.9. o [2004/09/06] ports/71435 ports-bugs sysutils/portindex does not honor $PORTSD o [2004/09/06] ports/71436 ports-bugs [ Update ] databases/myodbc to 3.51.09 f [2004/09/06] ports/71437 leeym [PATCH] sysutils/apachetop: unbreak and a o [2004/09/06] ports/71438 ports-bugs Update ports: misc/gman add dependency & f [2004/09/07] ports/71440 ports-bugs Updated Port: games/prboom : Updated to t a [2004/09/07] ports/71441 trevor [PATCH] security/md5crk: update to 1.0.7 o [2004/09/07] ports/71444 kde kdevelop-3.1.0 build fails on amd64 o [2004/09/07] i386/71445 i386 many warnings after boot o [2004/09/07] ports/71446 kde (KDE) kcm_kdm goes to 100% CPU on amd64 o [2004/09/07] ports/71448 clsung [PATCH] devel/websvn: fix dependencies & o [2004/09/07] kern/71449 [patch] sys/compat/ndis Compilation warni o [2004/09/07] kern/71450 [if_de] MAC address change on 21040 "Tuli o [2004/09/07] ports/71451 maho [PATCH] editors/openoffice: Use bsd.java. o [2004/09/07] kern/71455 Slow USB umass performance of 5.3 o [2004/09/07] ports/71457 clsung Update port: net/raggle o [2004/09/07] ports/71459 ports-bugs [patch] update ftp/wput to 0.4.1 o [2004/09/07] ports/71461 ports-bugs New port: net/vqcc-gtk LAN chat client co o [2004/09/07] ports/71462 ports-bugs New port: net/sixxs-aiccu ipv6 TIC+ tunne o [2004/09/07] ports/71464 ports-bugs [MAINTAINER] net-mgmt/pancho: update to 9 o [2004/09/07] ports/71466 ports-bugs update port mail/milter-sender o [2004/09/07] ports/71467 ports-bugs [PATCH] comms/zssh: update to 1.5c o [2004/09/07] ports/71468 marcus [PATCH] devel/portlint: check OPTIONS o [2004/09/07] ports/71473 billf [PATCH] benchmarks/nttcp: unbreak o [2004/09/07] kern/71474 route lookup does not skip interfaces mar o [2004/09/08] ports/71480 demon [PATCH] databases/p5-DBIx-SearchBuilder: o [2004/09/08] ports/71481 demon [NEW PORT] devel/p5-Cache-Simple-TimedExp f [2004/09/08] ports/71482 leeym [PATCH] mail/hashcash: utilize PORTDOCS a o [2004/09/08] ports/71483 ports-bugs Update port: editors/wily add dependency o [2004/09/08] ports/71486 ports-bugs new port mail/milter-spamc o [2004/09/08] ports/71487 ports-bugs [UNBREAK] graphics/agg o [2004/09/08] conf/71488 [patch] create spooldirs for lpd (in a di o [2004/09/08] ports/71489 ports-bugs [PATCH] www/slash: initial support for mo o [2004/09/08] www/71492 www (software submission) -> development o [2004/09/08] ports/71493 fenner [PATCH] textproc/idnits: update to 1.34 o [2004/09/08] ports/71494 lth Update databases/p5-SQL-Translator to 0.0 o [2004/09/08] ports/71496 ports-bugs Update port: audio/yell - add ONLY_FOR_AR o [2004/09/08] ports/71497 ports-bugs [MAINTAINER] update net-mgmt/arpwatch-dev o [2004/09/08] ports/71498 ports-bugs update port: databases/p5-GDBM: update an o [2004/09/08] ports/71500 ports-bugs [PATCH] chinese/wangttf: fix PLIST o [2004/09/08] ports/71501 ports-bugs Maintainership over sysutils/pear-File o [2004/09/08] ports/71503 ports-bugs [maintainer-update] vmips 1.2.1 -> 1.2.2 o [2004/09/08] ports/71504 ports-bugs Update security/clamav-devel to 20040908 o [2004/09/08] ports/71505 ports-bugs update of biology/nab by maintainer o [2004/09/09] ports/71507 ports-bugs Update port: mail/mail-notification to 0. o [2004/09/09] ports/71508 clsung [NEW PORT] devel/p5-Data-Dumper-Simple: E o [2004/09/09] ports/71512 x11 vncserver problems on amd64 and x.org o [2004/09/09] bin/71513 [PATCH] allow -user/group +/-id construct o [2004/09/09] ports/71519 ports-bugs Update port: sysutils/pear-Log to 1.8.6 o [2004/09/09] ports/71521 ports-bugs [Maintainer update] comms/hylafax 4.1.8 - o [2004/09/09] ports/71523 ports-bugs New port: devel/pear-PHPUnit2 Regression o [2004/09/09] ports/71524 ports-bugs update port: mail/mlmmj to 1.0.0 o [2004/09/09] ports/71526 ports-bugs Update port: mail/pear-Mail to 1.1.4 o [2004/09/09] ports/71528 ports-bugs New port: benchmarks/pear-Benchmark Frame o [2004/09/09] ports/71530 ports-bugs multimedia/mplayer compile bombs when ena o [2004/09/09] ports/71534 vs [mu] sysutils/portindex: update to 19 o [2004/09/09] ports/71535 ports-bugs port sysutils/xbatt modification o [2004/09/09] ports/71536 emulation emulators/rtc: kernel msg "rtc: [number] o [2004/09/09] bin/71537 geom syntax error/misbehaviour o [2004/09/09] ports/71539 dougb mail/pine4 + LDAP does not link with LDAP o [2004/09/09] ports/71541 ports-bugs Update net/samba3 (remove reference to sa o [2004/09/09] ports/71543 ports-bugs Update avaliable to php_docs o [2004/09/09] ports/71544 libh devel/tvision might need these extra patc o [2004/09/09] ports/71545 ports-bugs Update net/py-soappy to 0.11.5 o [2004/09/10] ports/71546 ports-bugs introduce MASTER_SITE_MYSQL o [2004/09/10] ports/71548 ports-bugs nvnet is out of date o [2004/09/10] conf/71549 /etc/termcap missing passthrough printing o [2004/09/10] ports/71550 ports-bugs New port: devel/plan9port port of Plan9 s o [2004/09/10] ports/71552 ports-bugs [NEW PORT] graphics/linux-sdl_image: A si o [2004/09/10] ports/71554 ports-bugs [NEW PORT] japanese/ja-sfa: A CRPG game f o [2004/09/10] docs/71555 doc how to run matlab on 5.2 o [2004/09/10] ports/71556 ports-bugs Update port: www/pear-HTTP to 1.3.2 o [2004/09/10] ports/71557 ports-bugs [PATCH] x11-wm/pekwm: Update to 20040828 o [2004/09/10] ports/71560 ports-bugs [NEW PORT] lang/asn1c: ASN.1 to C compile o [2004/09/10] ports/71563 sergei Maintainer update: mail/dovecot to 0.99.1 o [2004/09/10] ports/71564 marcus [PATCH] devel/portlint: check USE_GETTEXT o [2004/09/10] docs/71566 doc [PATCH] FAQ update: Mention that doscmd i o [2004/09/10] ports/71569 clsung [MAINTAINER] devel/Module-ScanDeps: updat o [2004/09/10] ports/71570 clsung [MAINTAINER] devel/SVN-Mirror: update to o [2004/09/10] ports/71571 clsung [MAINTAINER] devel/VCP-Dest-svk: update t o [2004/09/10] ports/71572 ports-bugs [PATCH] devel/p5-PPerl: take maintainersh o [2004/09/10] ports/71573 ports-bugs print/foomatic-db-engine doesnt build (ne a [2004/09/11] ports/71575 sergei [PATCH] mail/anubis: add WITHOUT_NLS and o [2004/09/11] ports/71577 ports-bugs new port: audio/p5-Ogg-Vorbis-Header: fet o [2004/09/11] ports/71579 ports-bugs [PATCH] sysutils/coreutils: add WITHOUT_N o [2004/09/11] ports/71582 ports-bugs typo in sysutils/estctrl/pkg-message o [2004/09/11] ports/71583 edwin [patch] update devel/php-dbg to 2.11.26 o [2004/09/11] ports/71584 ports-bugs ports update math/pari o [2004/09/11] ports/71585 ports-bugs ports update math/pari-devel o [2004/09/11] i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on o [2004/09/11] ports/71587 ports-bugs Update port: chinese/gcin o [2004/09/11] ports/71588 lev [PATCH] devel/subversion: add svn-compati o [2004/09/11] ports/71590 ports-bugs new ports: audio/p5-Audio-WMA: fetch info o [2004/09/11] ports/71591 markp audio/funktrackergold segfaults o [2004/09/11] ports/71596 portmgr ONLY_FOR_ARCHS broken if ECHO_MSG == prin o [2004/09/11] ports/71597 ports-bugs [MAINTAINER] audio/faad2: [update WWW] o [2004/09/11] ports/71598 ports-bugs [MAINTAINER] audio/faac: [update WWW] o [2004/09/11] ports/71599 ports-bugs [MAINTAINER] devel/py23-xdg: update to 0. o [2004/09/11] ports/71601 ports-bugs [MAINTAINER] japanese/estraier: update to o [2004/09/11] ports/71604 ports-bugs Update port: net/qadsl Update to 1.3.3 o [2004/09/11] kern/71605 umass doesn't recognize multiple slots of o [2004/09/11] ports/71606 perl Ports mail/p5-Mail-SpamAssassin and mail/ o [2004/09/11] kern/71608 XIRCOM REM56-100 Ethernet 10/100 can't c o [2004/09/12] ports/71610 ports-bugs [PATCH] x11-toolkits/py23-kde: update to o [2004/09/12] ports/71611 ports-bugs [ UPDATE PORT ] multimedia/mmpython -- 0. o [2004/09/12] ports/71612 ports-bugs [maintainer] sysutils/linneighborhood: fi o [2004/09/12] bin/71613 [PATCH] cleanup of the usr.sbin/tracerout o [2004/09/12] bin/71614 [PATCH] cleanup of the usr.sbin/ugidfw co o [2004/09/12] bin/71615 [PATCH] cleanup of the usr.sbin/usbd code o [2004/09/12] bin/71616 [PATCH] cleanup of the usr.sbin/yp_mkdb c o [2004/09/12] bin/71617 [PATCH] cleanup of the usr.sbin/ypserv co o [2004/09/12] bin/71618 [PATCH] cleanup of the usr.sbin/timed cod o [2004/09/12] bin/71619 [PATCH] cleanup of the usr.sbin/tcpdump c o [2004/09/12] bin/71620 [PATCH] cleanup of the usr.sbin/sysinstal o [2004/09/12] bin/71621 [PATCH] cleanup of the usr.sbin/sliplogin o [2004/09/12] bin/71622 [PATCH] cleanup of the usr.sbin/sicontrol o [2004/09/12] bin/71623 [PATCH] cleanup of the usr.sbin/pcvt code o [2004/09/12] bin/71624 [PATCH] cleanup of the usr.sbin/rtadvd co o [2004/09/12] bin/71625 [PATCH] cleanup of the usr.sbin/rpc.ypupd o [2004/09/12] bin/71626 [PATCH] cleanup of the usr.sbin/rpc.statd o [2004/09/12] bin/71627 [PATCH] cleanup of the usr.sbin/rpc.lockd o [2004/09/12] bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind c o [2004/09/12] bin/71629 [PATCH] cleanup of the usr.sbin/pppstats o [2004/09/12] bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o [2004/09/12] bin/71631 [PATCH] cleanup of the usr.sbin/pppctl co o [2004/09/12] bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o [2004/09/12] bin/71633 [PATCH] cleanup of the usr.sbin/mrouted c o [2004/09/12] ports/71634 ports-bugs [maintainer] palm/uppc-kmod: fix build fa o [2004/09/12] ports/71640 ports-bugs [NEW PORT]: sysutils/xfce4-genmon-plugin o [2004/09/12] ports/71643 ports-bugs ports/mail/py-mimelib is retired o [2004/09/12] ports/71646 ports-bugs Update port: sysutils/munin-main 1.0.0 -> o [2004/09/12] ports/71647 ports-bugs Update port: sysutils/munin-node 1.0.0 -> o [2004/09/12] ports/71650 ports-bugs [PATCH] graphics/maverik: unbreak and fix o [2004/09/12] ports/71654 clsung [PATCH] textproc/p5-Lingua-EN-AddressPars o [2004/09/12] ports/71655 ports-bugs [MAINTAINER] audio/faad2: [Add NO_CDROM] o [2004/09/12] ports/71657 ports-bugs net/gnome-vnc fix for compiler error on - o [2004/09/12] ports/71658 ports-bugs graphics/xsane update 0.93 -> 0.97 o [2004/09/12] bin/71659 [PATCH] cleanup of the usr.sbin/mount_por o [2004/09/12] bin/71660 [PATCH] cleanup of the usr.sbin/kgmon cod o [2004/09/12] bin/71661 [PATCH] cleanup of the usr.sbin/keyserv c o [2004/09/12] bin/71663 [PATCH] cleanup of the usr.sbin/i4b code o [2004/09/12] bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol o [2004/09/12] bin/71665 [PATCH] cleanup of the usr.sbin/dconschat o [2004/09/12] bin/71666 [PATCH] cleanup of the usr.sbin/btxld cod o [2004/09/12] bin/71667 [PATCH] cleanup of the usr.sbin/bootparam o [2004/09/12] bin/71668 [PATCH] cleanup of the usr.sbin/bluetooth o [2004/09/12] bin/71669 [PATCH] cleanup of the usr.sbin/atm code o [2004/09/12] bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o [2004/09/12] bin/71672 [PATCH] cleanup of the usr.sbin/acpi code o [2004/09/12] ports/71673 ports-bugs new port: lang/munger o [2004/09/12] amd64/71674 amd64 static libraries cannot be linked when bu o [2004/09/12] ports/71678 ports-bugs [PATCH] print/lout: fix PLIST and unbreak o [2004/09/12] ports/71680 ports-bugs [maintainer update] Update port: security o [2004/09/12] ports/71681 ports-bugs ghostscript-gnu is now ghostscript-gpl o [2004/09/12] i386/71683 i386 NIS/NFS problem o [2004/09/12] ports/71685 ports-bugs New release of mail/dcc-dccd o [2004/09/13] docs/71691 mlaier PF related files missing .... o [2004/09/13] ports/71693 ports-bugs [NEW PORT] x11-clocks/9clock: This is a s o [2004/09/13] ports/71694 ports-bugs [PATCH] devel/websvn: [Auto Create pkg-pl o [2004/09/13] ports/71696 portmgr Repocopy/repomove lang/gcc35 -> lang/gcc4 o [2004/09/13] ports/71699 ports-bugs XFree86-fontScalable-4.4.0_1 doesn't comp 2634 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 15:46:19 2004 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 A8E7F16A4CE; Mon, 13 Sep 2004 15:46:19 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79F5543D4C; Mon, 13 Sep 2004 15:46:19 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id i8DFkxBU021973; Mon, 13 Sep 2004 08:46:59 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id i8DFkxox021972; Mon, 13 Sep 2004 08:46:59 -0700 Date: Mon, 13 Sep 2004 08:46:59 -0700 From: Brooks Davis To: Giorgos Keramidas Message-ID: <20040913154659.GB19644@odin.ac.hmc.edu> References: <200409130610.i8D6AQN2020172@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LpQ9ahxlCli8rRTG" Content-Disposition: inline In-Reply-To: <200409130610.i8D6AQN2020172@freefall.freebsd.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: freebsd-bugs@freebsd.org Subject: Re: bin/71616: [PATCH] cleanup of the usr.sbin/yp_mkdb code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 15:46:19 -0000 --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 13, 2004 at 06:10:26AM +0000, Giorgos Keramidas wrote: > The following reply was made to PR bin/71616; it has been noted by GNATS. >=20 > From: Giorgos Keramidas > To: Brooks Davis > Cc: bug-followup@freebsd.org > Subject: Re: bin/71616: [PATCH] cleanup of the usr.sbin/yp_mkdb code > Date: Mon, 13 Sep 2004 09:05:27 +0300 >=20 > On 2004-09-12 16:40, Brooks Davis wrote: > > On Sun, Sep 12, 2004 at 08:10:55PM +0000, Giorgos Keramidas wrote: > > > On 2004-09-12 04:37, Dan Lukes wrote: > > > > *** usr.sbin/yp_mkdb/yp_mkdb.c.ORIG Sun Sep 5 18:54:07 2004 > > > > --- usr.sbin/yp_mkdb/yp_mkdb.c Sun Sep 5 19:01:20 2004 > > > > [...] > > > > - snprintf(buf, sizeof(buf), "%lu", time(NULL)); > > > > + snprintf(buf, sizeof(buf), "%lu", (long unsigned int)time(NULL= )); > > > > > > Just a minor comment: An (unsigned long) cast should be fine here. > > > > Using unsigned here is actually bogus. time_t is a signed type > > in FreeBSD. SUSv3 says "time_t and clock_t shall be integer or > > real-floating types." In FreeBSD a cast an integer type is safe. > > > > Either long or intmax_t are decent choices today. > =20 > Hmmm, true. I had forgotten about negative values of time_t that repres= ent > dates before 1970. > =20 > Thanks :) SUS doesn't seem to require this, but in practice it's safe even if time_t is unsigned (the year 2.92E11 bug isn't something I'm going to worry about :-) and ours is signed. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --LpQ9ahxlCli8rRTG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBRcDzXY6L6fI4GtQRAgG7AKDPcC8O88nrWb1lMOki/RRWRIR7/gCdHnvz gxqLvOl8mwSYFMwoeXwbDzA= =OE1w -----END PGP SIGNATURE----- --LpQ9ahxlCli8rRTG-- From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 15:55:58 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B80416A4E1; Mon, 13 Sep 2004 15:55:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E82443D49; Mon, 13 Sep 2004 15:55:58 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) i8DFtvrh084713; Mon, 13 Sep 2004 15:55:57 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8DFtvlm084709; Mon, 13 Sep 2004 15:55:57 GMT (envelope-from brooks) Date: Mon, 13 Sep 2004 15:55:57 GMT From: Brooks Davis Message-Id: <200409131555.i8DFtvlm084709@freefall.freebsd.org> To: brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org, brooks@FreeBSD.org Subject: Re: kern/71695: ifconfig hanging box X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 15:55:58 -0000 Synopsis: ifconfig hanging box Responsible-Changed-From-To: freebsd-bugs->brooks Responsible-Changed-By: brooks Responsible-Changed-When: Mon Sep 13 15:55:35 GMT 2004 Responsible-Changed-Why: This is almost certaintly my fault. http://www.freebsd.org/cgi/query-pr.cgi?pr=71695 From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 20:40:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B14F816A4CE for ; Mon, 13 Sep 2004 20:40:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B0343D39 for ; Mon, 13 Sep 2004 20:40:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8DKeWtn018474 for ; Mon, 13 Sep 2004 20:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8DKeVni018473; Mon, 13 Sep 2004 20:40:31 GMT (envelope-from gnats) Resent-Date: Mon, 13 Sep 2004 20:40:31 GMT Resent-Message-Id: <200409132040.i8DKeVni018473@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 Luckie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACCFE16A4CF for ; Mon, 13 Sep 2004 20:38:46 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9852243D64 for ; Mon, 13 Sep 2004 20:38:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i8DKckDP002102 for ; Mon, 13 Sep 2004 20:38:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8DKcjaa002101; Mon, 13 Sep 2004 20:38:45 GMT (envelope-from nobody) Message-Id: <200409132038.i8DKcjaa002101@www.freebsd.org> Date: Mon, 13 Sep 2004 20:38:45 GMT From: Matthew Luckie To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/71711: [PATCH] generate a single bpf timestamp for each packet X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 Sep 2004 20:40:32 -0000 >Number: 71711 >Category: kern >Synopsis: [PATCH] generate a single bpf timestamp for each packet >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 Sep 13 20:40:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matthew Luckie >Release: FreeBSD 4.10 >Organization: University of Waikato >Environment: FreeBSD neoprene.luckie.org.nz 4.10-RELEASE FreeBSD 4.10-RELEASE #8: Tue Sep 14 08:14:46 NZST 2004 root@neoprene.luckie.org.nz:/usr/src/sys/compile/neoprene i386 >Description: I'm using BPF to obtain the transmit timestamp of packets I send. I noticed that the timestamps differed slightly between what I was seeing and what tcpdump saw. The cause of this is that timestamps are generated for each bpf fd if the packet passes the filter. The bpf(4) documentation is accurate for this case, but I'm wondering if it makes more sense to generate the timestamp once for each packet, as it allows a more accurate estimation of when the packet might have hit the wire. >How-To-Repeat: Open two tcpdump sessions that capture the same packets. You'll notice the timestamps differ slightly. >Fix: I took the liberty of optimising bpf_mtap a little while generating the patch. I also removed code for generating timestamps based on the kernel being run, as the code would be duplicated in two places. I'm happy to generate a macro and stick it in bpf_compat.h --- net/bpf.c.orig Tue Sep 14 07:40:02 2004 +++ net/bpf.c Tue Sep 14 08:14:38 2004 @@ -126,7 +126,8 @@ static inline void bpf_wakeup __P((struct bpf_d *)); static void catchpacket __P((struct bpf_d *, u_char *, u_int, - u_int, void (*)(const void *, void *, size_t))); + u_int, void (*)(const void *, void *, size_t), + struct timeval *)); static void reset_d __P((struct bpf_d *)); static int bpf_setf __P((struct bpf_d *, struct bpf_program *)); @@ -1188,17 +1189,22 @@ struct bpf_if *bp; register struct bpf_d *d; register u_int slen; + struct timeval tv; + + bp = ifp->if_bpf; + if (bp->bif_dlist != NULL) + microtime(&tv); + /* * Note that the ipl does not have to be raised at this point. * The only problem that could arise here is that if two different * interfaces shared any data. This is not the case. */ - bp = ifp->if_bpf; for (d = bp->bif_dlist; d != 0; d = d->bd_next) { ++d->bd_rcount; slen = bpf_filter(d->bd_filter, pkt, pktlen, pktlen); if (slen != 0) - catchpacket(d, pkt, pktlen, slen, bcopy); + catchpacket(d, pkt, pktlen, slen, bcopy, &tv); } } @@ -1241,18 +1247,27 @@ struct bpf_d *d; u_int pktlen, slen; struct mbuf *m0; + struct timeval tv; - pktlen = 0; - for (m0 = m; m0 != 0; m0 = m0->m_next) - pktlen += m0->m_len; - - for (d = bp->bif_dlist; d != 0; d = d->bd_next) { - if (!d->bd_seesent && (m->m_pkthdr.rcvif == NULL)) - continue; - ++d->bd_rcount; - slen = bpf_filter(d->bd_filter, (u_char *)m, pktlen, 0); - if (slen != 0) - catchpacket(d, (u_char *)m, pktlen, slen, bpf_mcopy); + d = bp->bif_dlist; + if (d != NULL) { + microtime(&tv); + + pktlen = 0; + for (m0 = m; m0 != 0; m0 = m0->m_next) + pktlen += m0->m_len; + + do { + if (!d->bd_seesent && (m->m_pkthdr.rcvif == NULL)) + continue; + ++d->bd_rcount; + slen = bpf_filter(d->bd_filter, (u_char *)m, pktlen, 0); + if (slen != 0) + catchpacket(d, (u_char *)m, pktlen, slen, + bpf_mcopy, &tv); + d = d->bd_next; + } + while (d != NULL); } } @@ -1265,11 +1280,12 @@ * pkt is really an mbuf. */ static void -catchpacket(d, pkt, pktlen, snaplen, cpfn) +catchpacket(d, pkt, pktlen, snaplen, cpfn, tv) register struct bpf_d *d; register u_char *pkt; register u_int pktlen, snaplen; register void (*cpfn) __P((const void *, void *, size_t)); + register struct timeval *tv; { register struct bpf_hdr *hp; register int totlen, curlen; @@ -1318,13 +1334,7 @@ * Append the bpf header. */ hp = (struct bpf_hdr *)(d->bd_sbuf + curlen); -#if BSD >= 199103 - microtime(&hp->bh_tstamp); -#elif defined(sun) - uniqtime(&hp->bh_tstamp); -#else - hp->bh_tstamp = time; -#endif + bcopy(tv, &hp->bh_tstamp, sizeof(hp->bh_tstamp)); hp->bh_datalen = pktlen; hp->bh_hdrlen = hdrlen; /* >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 13 23:06:14 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32D1716A4CE; Mon, 13 Sep 2004 23:06:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E9A043D3F; Mon, 13 Sep 2004 23:06:14 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from freefall.freebsd.org (andre@localhost [127.0.0.1]) i8DN6DP3036535; Mon, 13 Sep 2004 23:06:13 GMT (envelope-from andre@freefall.freebsd.org) Received: (from andre@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8DN6DW1036531; Mon, 13 Sep 2004 23:06:13 GMT (envelope-from andre) Date: Mon, 13 Sep 2004 23:06:13 GMT From: Andre Oppermann Message-Id: <200409132306.i8DN6DW1036531@freefall.freebsd.org> To: andre@FreeBSD.org, freebsd-bugs@FreeBSD.org, andre@FreeBSD.org Subject: Re: kern/71184: tcp-sessions hangs on FIN_WAIT_2 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: Mon, 13 Sep 2004 23:06:14 -0000 Synopsis: tcp-sessions hangs on FIN_WAIT_2 state Responsible-Changed-From-To: freebsd-bugs->andre Responsible-Changed-By: andre Responsible-Changed-When: Mon Sep 13 23:05:47 GMT 2004 Responsible-Changed-Why: Take over. http://www.freebsd.org/cgi/query-pr.cgi?pr=71184 From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 00:22:02 2004 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 0C7DF16A4CE; Tue, 14 Sep 2004 00:22:02 +0000 (GMT) Received: from ns.obluda.cz (ns.obluda.cz [195.250.140.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ACDD43D54; Tue, 14 Sep 2004 00:22:00 +0000 (GMT) (envelope-from dan@obluda.cz) Received: from ns.obluda.cz (localhost [127.0.0.1]) by ns.obluda.cz (8.12.11/8.12.11) with ESMTP id i8E0LwMh085110; Tue, 14 Sep 2004 02:21:58 +0200 (CEST) (envelope-from dan@obluda.cz) Received: from localhost (dan@localhost) by ns.obluda.cz (8.12.11/8.12.11/Submit) with ESMTP id i8E0LvRs085107; Tue, 14 Sep 2004 02:21:58 +0200 (CEST) (envelope-from dan@obluda.cz) X-Authentication-Warning: ns.obluda.cz: dan owned process doing -bs Date: Tue, 14 Sep 2004 02:21:57 +0200 (CEST) From: Dan Lukes To: Dima Dorfman In-Reply-To: <200409130834.i8D8Y2ls032527@freefall.freebsd.org> Message-ID: <20040914021142.F84331@ns.obluda.cz> References: <200409130834.i8D8Y2ls032527@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/71662: [PATCH] cleanup of the usr.sbin/ifmcast code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 14 Sep 2004 00:22:02 -0000 > Since WARNS means that warnings > will break the build, though, it's good to be able to test the change > on more than one architecture to make sure you don't miss any > platform-specific issues. Unfortunatelly, I have no easy access to a non-PC architecture computer, so I can't perform this kind of test ... Dan From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 02:14:08 2004 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 C6C4D16A4CE; Tue, 14 Sep 2004 02:14:08 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C3C43D2F; Tue, 14 Sep 2004 02:14:07 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-a029.otenet.gr [212.205.215.29]) i8E2E4LR004680; Tue, 14 Sep 2004 05:14:05 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i8E2BrNW026765; Tue, 14 Sep 2004 05:11:53 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i8E1rvOi026550; Tue, 14 Sep 2004 04:53:57 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 14 Sep 2004 04:53:57 +0300 From: Giorgos Keramidas To: Dan Lukes Message-ID: <20040914015357.GC25812@gothmog.gr> References: <200409130834.i8D8Y2ls032527@freefall.freebsd.org> <20040914021142.F84331@ns.obluda.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040914021142.F84331@ns.obluda.cz> Phone: +30-2610-312145 Mobile: +30-6944-116520 cc: freebsd-bugs@freebsd.org cc: Dima Dorfman Subject: Re: bin/71662: [PATCH] cleanup of the usr.sbin/ifmcast code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 14 Sep 2004 02:14:08 -0000 On 2004-09-14 02:21, Dan Lukes wrote: > >Since WARNS means that warnings > >will break the build, though, it's good to be able to test the change > >on more than one architecture to make sure you don't miss any > >platform-specific issues. > > Unfortunatelly, I have no easy access to a non-PC architecture > computer, so I can't perform this kind of test ... Ruslan posted a nice way of testing cross-builds. If you can't do that (i.e. because your build machines are a bit slot to do a lot of builds), just post your patches and note in the PR that tests have been run only on i386. A committer can test other architectures, at least for CURRENT, by using the machines of the FreeBSD cluster. From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 04:20:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E70E16A4CE for ; Tue, 14 Sep 2004 04:20:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D34043D39 for ; Tue, 14 Sep 2004 04:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8E4KQrA074026 for ; Tue, 14 Sep 2004 04:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8E4KQS6074025; Tue, 14 Sep 2004 04:20:26 GMT (envelope-from gnats) Date: Tue, 14 Sep 2004 04:20:26 GMT Message-Id: <200409140420.i8E4KQS6074025@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Subject: Re: kern/71568: [kbd] [patch] unable to install FreeBSD using only a usb keyboard. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 04:20:27 -0000 The following reply was made to PR kern/71568; it has been noted by GNATS. From: Brooks Davis To: freebsd-gnats-submit@FreeBSD.org, bill@wek4.com Cc: Subject: Re: kern/71568: [kbd] [patch] unable to install FreeBSD using only a usb keyboard. Date: Mon, 13 Sep 2004 21:13:58 -0700 Could you please try the bootonly ISO at: http://people.freebsd.org/~brooks/6.0-CURRENT-i386-bootonly.iso.bz2 I believe it will fix your problem. -- Brooks From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 10:30:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06C2216A4D0 for ; Tue, 14 Sep 2004 10:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D158343D1F for ; Tue, 14 Sep 2004 10:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8EAUPGq033998 for ; Tue, 14 Sep 2004 10:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8EAUPdP033972; Tue, 14 Sep 2004 10:30:25 GMT (envelope-from gnats) Resent-Date: Tue, 14 Sep 2004 10:30:25 GMT Resent-Message-Id: <200409141030.i8EAUPdP033972@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, FUJIMOTO Kou Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22FCD16A4CE for ; Tue, 14 Sep 2004 10:25:29 +0000 (GMT) Received: from fosters.ddo.jp (103.168.210.220.dy.bbexcite.jp [220.210.168.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D41C43D3F for ; Tue, 14 Sep 2004 10:25:28 +0000 (GMT) (envelope-from root@fosters.ddo.jp) Received: by fosters.ddo.jp (Postfix, from userid 0) id 07344450B0; Tue, 14 Sep 2004 19:25:26 +0900 (JST) Message-Id: <20040914102526.07344450B0@fosters.ddo.jp> Date: Tue, 14 Sep 2004 19:25:26 +0900 (JST) From: FUJIMOTO Kou To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/71726: nForce3 250(CK8S) audio support for snd_ich X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FUJIMOTO Kou List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 10:30:26 -0000 >Number: 71726 >Category: kern >Synopsis: nForce3 250(CK8S) audio support for snd_ich >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 14 10:30:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: FUJIMOTO Kou >Release: FreeBSD 5.3-BETA4 i386 >Organization: Tokyo Denki University >Environment: System: FreeBSD fosters.ddo.jp 5.3-BETA4 FreeBSD 5.3-BETA4 #24: Tue Sep 14 11:42:46 JST 2004 root@fosters:/usr/src/sys/i386/compile/FOSTERS i386 >Description: nVidia nForce3 250 audio device has different PCI device ID from nForce3 150. >How-To-Repeat: Just adding the ID into src/sys/dev/sound/pci/ich.c, AC97 codec can be detected with snd_ich driver, and wave sound playback and volume control work properly in 32-bit mode. I haven't tested this patch in FreeBSD/amd64. >Fix: --- ich.c.orig Tue Sep 14 03:45:10 2004 +++ ich.c Tue Sep 14 03:46:10 2004 @@ -652,6 +652,10 @@ device_set_desc(dev, "Nvidia nForce3"); return 0; + case 0x00ea10de: + device_set_desc(dev, "Nvidia nForce3 250"); + return 0; + case 0x74451022: device_set_desc(dev, "AMD-768"); return 0; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 12:08:08 2004 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 AA0A216A4CE for ; Tue, 14 Sep 2004 12:08:08 +0000 (GMT) Received: from euskalherria.info (malato.euskalherria.info [207.228.236.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00BF943D5D for ; Tue, 14 Sep 2004 12:08:06 +0000 (GMT) (envelope-from carvay@tikismikis.org) Received: (qmail 35042 invoked by uid 4004); 14 Sep 2004 12:10:45 -0000 Received: from carvay@tikismikis.org by malato.euskalherria.info by uid 89 with qmail-scanner-1.22 (clamscan: 0.75. Clear:RC:1(212.145.105.223):. Processed in 1.374088 secs); 14 Sep 2004 12:10:45 -0000 Received: from unknown (HELO tikismikis.org) (212.145.105.223) SMTP; 14 Sep 2004 12:10:43 -0000 Message-ID: <4146DF1D.5080606@tikismikis.org> Date: Tue, 14 Sep 2004 14:07:57 +0200 From: "J. Vicente Carrasco -Bixen- " User-Agent: Mozilla Thunderbird 0.5 (Macintosh/20040208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Tim J. Robbins" References: <200408281257.i7SCvEPW071276@freefall.freebsd.org> In-Reply-To: <200408281257.i7SCvEPW071276@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-bugs@FreeBSD.org Subject: Re: conf/68524: Including the Basque in the 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: Tue, 14 Sep 2004 12:08:08 -0000 Tim J. Robbins wrote: > Synopsis: Including the Basque in the system > > State-Changed-From-To: open->patched > State-Changed-By: tjr > State-Changed-When: Sat Aug 28 12:52:54 GMT 2004 > State-Changed-Why: > Committed to -current with some modifications - thanks! I encourage you to > check that the version in CVS behaves as it should. > > I have no immediate plans to commit this to RELENG_4, but I'll at least try > to get it into RELENG_5 some time before 5.3-RELEASE. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=68524 > It works on FreeBSD Europa.QuerySoft.es 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Mon Sep 13 22:02:08 CEST 2004 root@:/usr/src/sys/i386/compile/KCURRENT i386 Here you have the tests done with date and cal: http://carvay.tikismikis.org/script.out Thanks a lot. -- ============================================= J. Vicente Carrasco -- Bixen carvay@tikismikis.org carvay@es.FreeBSD.org Current Boina: Spanish FDP Translationmeister GnuPG: http://carvay.tikismikis.org/key.txt ============================================== From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 16:27:55 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D604B16A4CE; Tue, 14 Sep 2004 16:27:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B729843D45; Tue, 14 Sep 2004 16:27:55 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8EGRt9l073069; Tue, 14 Sep 2004 16:27:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8EGRt1K073065; Tue, 14 Sep 2004 16:27:55 GMT (envelope-from linimon) Date: Tue, 14 Sep 2004 16:27:55 GMT From: Mark Linimon Message-Id: <200409141627.i8EGRt1K073065@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/71726: [sound] [patch] nForce3 250(CK8S) audio support for snd_ich X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 14 Sep 2004 16:27:56 -0000 Synopsis: [sound] [patch] nForce3 250(CK8S) audio support for snd_ich Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 14 16:27:42 GMT 2004 Responsible-Changed-Why: Over to mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=71726 From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 19:12:17 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A08316A4CE; Tue, 14 Sep 2004 19:12:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D4543D46; Tue, 14 Sep 2004 19:12:17 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from freefall.freebsd.org (dds@localhost [127.0.0.1]) i8EJCHc2093430; Tue, 14 Sep 2004 19:12:17 GMT (envelope-from dds@freefall.freebsd.org) Received: (from dds@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8EJCHsO093426; Tue, 14 Sep 2004 22:12:17 +0300 (EEST) (envelope-from dds) Date: Tue, 14 Sep 2004 22:12:17 +0300 (EEST) From: Diomidis Spinellis Message-Id: <200409141912.i8EJCHsO093426@freefall.freebsd.org> To: dds@FreeBSD.org, freebsd-bugs@FreeBSD.org, dds@FreeBSD.org Subject: Re: bin/22612: crontab -e failures X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 14 Sep 2004 19:12:17 -0000 Synopsis: crontab -e failures Responsible-Changed-From-To: freebsd-bugs->dds Responsible-Changed-By: dds Responsible-Changed-When: Tue Sep 14 22:07:05 EEST 2004 Responsible-Changed-Why: Was prompted to examine the problem by Ceri Davies after a related commit. http://www.freebsd.org/cgi/query-pr.cgi?pr=22612 From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 19:50:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FDF716A4CF for ; Tue, 14 Sep 2004 19:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2520C43D48 for ; Tue, 14 Sep 2004 19:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8EJoLxG095072 for ; Tue, 14 Sep 2004 19:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8EJoLqK095068; Tue, 14 Sep 2004 19:50:21 GMT (envelope-from gnats) Resent-Date: Tue, 14 Sep 2004 19:50:21 GMT Resent-Message-Id: <200409141950.i8EJoLqK095068@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, Brian Moore Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D54716A4CE for ; Tue, 14 Sep 2004 19:46:35 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B8443D2D for ; Tue, 14 Sep 2004 19:46:35 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i8EJkYD0071119 for ; Tue, 14 Sep 2004 19:46:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8EJkYqI071118; Tue, 14 Sep 2004 19:46:34 GMT (envelope-from nobody) Message-Id: <200409141946.i8EJkYqI071118@www.freebsd.org> Date: Tue, 14 Sep 2004 19:46:34 GMT From: Brian Moore To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: bin/71743: off-by-one error in mkdir X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 14 Sep 2004 19:50:21 -0000 >Number: 71743 >Category: bin >Synopsis: off-by-one error in mkdir >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 14 19:50:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Brian Moore >Release: 4.9 >Organization: Silver Spring Networks >Environment: FreeBSD blackcomb.silverspringnet.com 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 >Description: mkdir experiences a uninitialized memory read when building a directory that does not end in a slash. >How-To-Repeat: with purify, pass mkdir a path that does not end in a slash. you will see a UMR. >Fix: the following patch is to src/bin/mkdir/mkdir.c: < if ('\0' == p[1]) { --- > if (last || ('\0' == p[1])) { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 20:07:53 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9317716A4CF; Tue, 14 Sep 2004 20:07:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E1743D49; Tue, 14 Sep 2004 20:07:53 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from freefall.freebsd.org (emax@localhost [127.0.0.1]) i8EK7rHT099450; Tue, 14 Sep 2004 20:07:53 GMT (envelope-from emax@freefall.freebsd.org) Received: (from emax@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8EK7qY5099446; Tue, 14 Sep 2004 20:07:52 GMT (envelope-from emax) Date: Tue, 14 Sep 2004 20:07:52 GMT From: Maksim Yevmenkin Message-Id: <200409142007.i8EK7qY5099446@freefall.freebsd.org> To: dan@obluda.cz, emax@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/71668: [PATCH] cleanup of the usr.sbin/bluetooth code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 14 Sep 2004 20:07:53 -0000 Synopsis: [PATCH] cleanup of the usr.sbin/bluetooth code State-Changed-From-To: open->closed State-Changed-By: emax State-Changed-When: Tue Sep 14 20:06:40 GMT 2004 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=71668 From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 21:30:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 377B716A4CF for ; Tue, 14 Sep 2004 21:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2590743D45 for ; Tue, 14 Sep 2004 21:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8ELUTxI007689 for ; Tue, 14 Sep 2004 21:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8ELUSaa007688; Tue, 14 Sep 2004 21:30:29 GMT (envelope-from gnats) Date: Tue, 14 Sep 2004 21:30:29 GMT Message-Id: <200409142130.i8ELUSaa007688@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mark Ovens Subject: Re: kern/70607: [patch] Add Support for USB Microsoft Intellimouse (possibly others) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Ovens List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 21:30:29 -0000 The following reply was made to PR kern/70607; it has been noted by GNATS. From: Mark Ovens To: freebsd-gnats-submit@FreeBSD.org, amistry@am-productions.biz Cc: Subject: Re: kern/70607: [patch] Add Support for USB Microsoft Intellimouse (possibly others) Date: Tue, 14 Sep 2004 22:29:32 +0100 Kudos for fixing this Anish. I applied your patch to my latest build FreeBSD redshift 5.3-BETA4 FreeBSD 5.3-BETA4 #1: Tue Sep 14 19:27:04 BST 2004 mark@redshift:/usr/obj/usr/src/sys/REDSHIFT i386 and my MS Wireless Optical Mouse 2.0 worked on USB, but there are 3 problems: 1. This error still appears: /root{101}# moused -t auto -p /dev/ums0 moused: unable to open /dev/ums0: Device busy 2. "phantom" left button down events are generated. In the console this causes text to be selected randomly, and it makes X almost unusable, e.g. in a web browser it randomly follows links. This is definitely not a faulty button on the mouse as it works OK when connected to a PS/2 port with an adaptor and it works correctly in Windows XP (dual-boot machine). 3. The wheel has stopped working in X. When I moved the mouse back to PS/2 it works again. If you would like me to do any further testing just e-mail me. From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 21:40:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 540D016A4CE for ; Tue, 14 Sep 2004 21:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FD043D53 for ; Tue, 14 Sep 2004 21:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8ELeOC7008106 for ; Tue, 14 Sep 2004 21:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8ELeNcU008105; Tue, 14 Sep 2004 21:40:23 GMT (envelope-from gnats) Date: Tue, 14 Sep 2004 21:40:23 GMT Message-Id: <200409142140.i8ELeNcU008105@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Anish Mistry