From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 00:50:21 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16D5537B401 for ; Sun, 11 May 2003 00:50:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF0A43FE3 for ; Sun, 11 May 2003 00:50:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4B7oJUp020376 for ; Sun, 11 May 2003 00:50:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4B7oI5g020367; Sun, 11 May 2003 00:50:19 -0700 (PDT) Date: Sun, 11 May 2003 00:50:19 -0700 (PDT) Message-Id: <200305110750.h4B7oI5g020367@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Philipp Mergenthaler Subject: Re: kern/23173: read hangs in linux emulation X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Philipp Mergenthaler List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 07:50:21 -0000 The following reply was made to PR kern/23173; it has been noted by GNATS. From: Philipp Mergenthaler To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/23173: read hangs in linux emulation Date: Sun, 11 May 2003 09:47:21 +0200 I can confirm that this bug still exists in -current as of 2003-05-11 and that the patch by Boris Nikolaus fixes it. It doesn't apply cleanly to -current anymore, though. Below is an updated version. Bye, Philipp Index: linux_ioctl.c =================================================================== RCS file: /ncvs/src/sys/compat/linux/linux_ioctl.c,v retrieving revision 1.107 diff -u -r1.107 linux_ioctl.c --- linux_ioctl.c 24 Apr 2003 23:36:35 -0000 1.107 +++ linux_ioctl.c 11 May 2003 07:06:50 -0000 @@ -345,7 +345,8 @@ lios->c_cc[LINUX_VLNEXT] = bios->c_cc[VLNEXT]; for (i=0; ic_cc[i] == _POSIX_VDISABLE) + if (i != LINUX_VMIN && i != LINUX_VTIME && + lios->c_cc[i] == _POSIX_VDISABLE) lios->c_cc[i] = LINUX_POSIX_VDISABLE; } lios->c_line = 0; @@ -484,7 +485,8 @@ bios->c_cc[VLNEXT] = lios->c_cc[LINUX_VLNEXT]; for (i=0; ic_cc[i] == LINUX_POSIX_VDISABLE) + if (i != VMIN && i != VTIME && + bios->c_cc[i] == LINUX_POSIX_VDISABLE) bios->c_cc[i] = _POSIX_VDISABLE; } From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 01:20:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCABB37B401 for ; Sun, 11 May 2003 01:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7286A43FBD for ; Sun, 11 May 2003 01:20:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4B8KBUp024959 for ; Sun, 11 May 2003 01:20:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4B8KBgB024958; Sun, 11 May 2003 01:20:11 -0700 (PDT) Date: Sun, 11 May 2003 01:20:11 -0700 (PDT) Message-Id: <200305110820.h4B8KBgB024958@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Valentin Nechayev Subject: Re: kern/51016: kernel panic: ufsdirhash_lookup: bad offset in hash array X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Valentin Nechayev List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 08:20:13 -0000 The following reply was made to PR kern/51016; it has been noted by GNATS. From: Valentin Nechayev To: Ted Mittelstaedt Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/51016: kernel panic: ufsdirhash_lookup: bad offset in hash array Date: Sun, 11 May 2003 11:13:49 +0300 Sat, May 10, 2003 at 11:50:12, tedm (Ted Mittelstaedt) wrote about "RE: kern/51016: kernel panic: ufsdirhash_lookup: bad offset in hash array": >>If some port can cause a system crash it's probably a kernel >>security bug and >>it's have to be fixed imho. In any case it can't be classified as port bug, as you suggested in previous letter, unless program has direct access to kernel memory or raw disks. I don't believe he run leafnode as root. TM> This is true if the port crashes on every FreeBSD system it TM> is tried on. Totally wrong. Problem can be triggered with specific config or specific running history. It even can be irreproduceable, if it can be diagnosed. If it is reproduceable, it can be diagnosed much easier. TM> However if your system is the only one that is TM> crashing then it's most likely something specific to your TM> system. This is also possible but you haven't *any* real arguments "pro" it. -netch- From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 07:50:11 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2789937B404 for ; Sun, 11 May 2003 07:50:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBC643FDD for ; Sun, 11 May 2003 07:50:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BEo9Up096561 for ; Sun, 11 May 2003 07:50:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BEo9sM096560; Sun, 11 May 2003 07:50:09 -0700 (PDT) Resent-Date: Sun, 11 May 2003 07:50:09 -0700 (PDT) Resent-Message-Id: <200305111450.h4BEo9sM096560@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, Alex Semenyaka Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3F0537B401 for ; Sun, 11 May 2003 07:43:46 -0700 (PDT) Received: from snark.rinet.ru (snark.rinet.ru [195.54.192.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C498843FEA for ; Sun, 11 May 2003 07:43:45 -0700 (PDT) (envelope-from alexs@snark.rinet.ru) Received: from snark.rinet.ru (alexs@localhost [127.0.0.1]) by snark.rinet.ru (8.12.8/8.12.7) with ESMTP id h4BEhhX8015013 for ; Sun, 11 May 2003 18:43:44 +0400 (MSD) (envelope-from alexs@snark.rinet.ru) Received: (from alexs@localhost) by snark.rinet.ru (8.12.8/8.12.8/Submit) id h4BEhh3m015012; Sun, 11 May 2003 18:43:43 +0400 (MSD) Message-Id: <200305111443.h4BEhh3m015012@snark.rinet.ru> Date: Sun, 11 May 2003 18:43:43 +0400 (MSD) From: Alex Semenyaka To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/52072: Wrong behaviour of the ftpd when the OOB data received X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Semenyaka List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 14:50:11 -0000 >Number: 52072 >Category: bin >Synopsis: Wrong behaviour of the ftpd when the OOB data received >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 11 07:50:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Semenyaka >Release: FreeBSD 4.8-RC i386 >Organization: Ratmir >Environment: System: FreeBSD snark.rinet.ru 4.8-RC FreeBSD 4.8-RC #1: Tue Mar 4 14:49:11 MSK 2003 root@snark.rinet.ru:/usr/obj/usr/src/sys/SNARK i386 >Description: Some time ago from OpenBSD were moved to FreeBSD ftpd some changes, concerning the treatment of the OOB data. Now ftpd set the flag recvurg when it receives them: a.sa_handler = sigurg; sa.sa_flags = 0; /* don't restart syscalls for SIGURG */ (void)sigaction(SIGURG, &sa, NULL); [...some code...] static void sigurg(signo) int signo; { recvurg = 1; } Then during the transfer this flag is checking and if it is set, transfer is aborted: if (recvurg) goto got_oob; [...some code...] got_oob: myoob(); recvurg = 0; transflag = 0; return (-1); Now, OOB data is the way to send ABRT or STAT message. In case of ABRT that behaviour is perfect: transfer should be stopped immediately. But in the case of STAT we should continue. I marked the problem as non-critical since the current ftp implementations (incluing native ftp, lukemftp, ncftp) to the best of my knowledge do not use OOB data only to send ABRT, so this is only potentially wrong behaviour. However that should be fixed I beleive in order to hadle future possible situation if some client will use OOB data for the STAT request. >How-To-Repeat: Built into ftp(1) the possibility to send OOB data to request STAT info and observe the abort of the connection. >Fix: --- ftpd.c.old Sun May 11 18:05:55 2003 +++ ftpd.c Sun May 11 18:41:50 2003 @@ -247,5 +247,5 @@ static void ack __P((char *)); static void sigurg __P((int)); -static void myoob __P((void)); +static int myoob __P((void)); static int checkuser __P((char *, char *, int, char **)); static FILE *dataconn __P((char *, off_t, char *)); @@ -1970,5 +1970,5 @@ int isreg; { - int c, filefd, netfd; + int c, filefd, netfd, is_abrt; char *buf; off_t cnt; @@ -1979,6 +1979,12 @@ case TYPE_A: while ((c = getc(instr)) != EOF) { - if (recvurg) - goto got_oob; + if (recvurg) { + is_abrt = myoob(); + recvurg = 0; + if (is_abrt) { + transflag = 0; + return (-1); + } + } byte_count++; if (c == '\n') { @@ -1989,6 +1995,12 @@ (void) putc(c, outstr); } - if (recvurg) - goto got_oob; + if (recvurg) { + is_abrt = myoob(); + recvurg = 0; + if (is_abrt) { + transflag = 0; + return (-1); + } + } fflush(outstr); transflag = 0; @@ -2024,6 +2036,12 @@ */ byte_count += cnt; - if (recvurg) - goto got_oob; + if (recvurg) { + is_abrt = myoob(); + recvurg = 0; + if (is_abrt) { + transflag = 0; + return (-1); + } + } offset += cnt; filesize -= cnt; @@ -2077,9 +2095,4 @@ return (-1); -got_oob: - myoob(); - recvurg = 0; - transflag = 0; - return (-1); } @@ -2095,5 +2108,5 @@ { int c; - int cnt, bare_lfs; + int cnt, bare_lfs, is_abrt; char buf[BUFSIZ]; @@ -2106,12 +2119,24 @@ case TYPE_L: while ((cnt = read(fileno(instr), buf, sizeof(buf))) > 0) { - if (recvurg) - goto got_oob; + if (recvurg) { + is_abrt = myoob(); + recvurg = 0; + if (is_abrt) { + transflag = 0; + return (-1); + } + } if (write(fileno(outstr), buf, cnt) != cnt) goto file_err; byte_count += cnt; } - if (recvurg) - goto got_oob; + if (recvurg) { + is_abrt = myoob(); + recvurg = 0; + if (is_abrt) { + transflag = 0; + return (-1); + } + } if (cnt < 0) goto data_err; @@ -2126,6 +2151,12 @@ case TYPE_A: while ((c = getc(instr)) != EOF) { - if (recvurg) - goto got_oob; + if (recvurg) { + is_abrt = myoob(); + recvurg = 0; + if (is_abrt) { + transflag = 0; + return (-1); + } + } byte_count++; if (c == '\n') @@ -2143,6 +2174,12 @@ contin2: ; } - if (recvurg) - goto got_oob; + if (recvurg) { + is_abrt = myoob(); + recvurg = 0; + if (is_abrt) { + transflag = 0; + return (-1); + } + } fflush(outstr); if (ferror(instr)) @@ -2174,9 +2211,4 @@ return (-1); -got_oob: - myoob(); - recvurg = 0; - transflag = 0; - return (-1); } @@ -2633,12 +2665,15 @@ } -static void +/* Returns non-zero in the case of ABRT */ + +static int myoob() { char *cp; + int is_abrt = 0; /* only process if transfer occurring */ if (!transflag) - return; + return is_abrt; cp = tmpline; if (getline(cp, 7, stdin) == NULL) { @@ -2651,4 +2686,5 @@ reply(426, "Transfer aborted. Data connection closed."); reply(226, "Abort successful"); + is_abrt = 1; } if (strcmp(cp, "STAT\r\n") == 0) { @@ -2660,4 +2696,5 @@ reply(213, "Status: %qd bytes transferred", byte_count); } + return is_abrt; } @@ -2979,4 +3016,5 @@ int freeglob = 0; glob_t gl; + int is_abrt; if (strpbrk(whichf, "~{[*?") != NULL) { @@ -3044,8 +3082,10 @@ if (recvurg) { - myoob(); + is_abrt = myoob(); recvurg = 0; - transflag = 0; - goto out; + if (is_abrt) { + transflag = 0; + goto out; + } } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 08:23:41 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B950A37B401; Sun, 11 May 2003 08:23:41 -0700 (PDT) Received: from snark.ratmir.ru (snark.ratmir.ru [213.24.248.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4556043FA3; Sun, 11 May 2003 08:23:40 -0700 (PDT) (envelope-from alexs@snark.ratmir.ru) Received: from snark.ratmir.ru (alexs@localhost [127.0.0.1]) by snark.ratmir.ru (8.12.9/8.12.9) with ESMTP id h4BFNa8J003773; Sun, 11 May 2003 19:23:36 +0400 (MSD) (envelope-from alexs@snark.ratmir.ru) Received: (from alexs@localhost) by snark.ratmir.ru (8.12.9/8.12.9/Submit) id h4BFNaxX003772; Sun, 11 May 2003 19:23:36 +0400 (MSD) Date: Sun, 11 May 2003 19:23:36 +0400 From: Alex Semenyaka To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: <20030511152336.GA3706@snark.ratmir.ru> References: <200305111443.h4BEhh3m015012@snark.rinet.ru> <200305111450.h4BEo9ev096552@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305111450.h4BEo9ev096552@freefall.freebsd.org> User-Agent: Mutt/1.5.4i Subject: Re: bin/52072: Wrong behaviour of the ftpd when the OOB data received X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 May 2003 15:23:42 -0000 Small code clean-up. The idea is the same but the code is much more compact. New patch: --- ftpd.c.old Sun May 11 18:05:55 2003 +++ ftpd.c Sun May 11 19:21:10 2003 @@ -192,4 +192,7 @@ char *pid_file = NULL; +#define NO_ABRT 0 +#define IS_ABRT 1 + /* * Limit number of pathnames that glob can return. @@ -247,5 +250,5 @@ static void ack __P((char *)); static void sigurg __P((int)); -static void myoob __P((void)); +static int myoob __P((void)); static int checkuser __P((char *, char *, int, char **)); static FILE *dataconn __P((char *, off_t, char *)); @@ -1979,6 +1982,6 @@ case TYPE_A: while ((c = getc(instr)) != EOF) { - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); byte_count++; if (c == '\n') { @@ -1989,6 +1992,6 @@ (void) putc(c, outstr); } - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); fflush(outstr); transflag = 0; @@ -2024,6 +2027,6 @@ */ byte_count += cnt; - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); offset += cnt; filesize -= cnt; @@ -2077,9 +2080,4 @@ return (-1); -got_oob: - myoob(); - recvurg = 0; - transflag = 0; - return (-1); } @@ -2106,12 +2104,12 @@ case TYPE_L: while ((cnt = read(fileno(instr), buf, sizeof(buf))) > 0) { - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); if (write(fileno(outstr), buf, cnt) != cnt) goto file_err; byte_count += cnt; } - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); if (cnt < 0) goto data_err; @@ -2126,6 +2124,6 @@ case TYPE_A: while ((c = getc(instr)) != EOF) { - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); byte_count++; if (c == '\n') @@ -2143,6 +2141,6 @@ contin2: ; } - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); fflush(outstr); if (ferror(instr)) @@ -2174,9 +2172,4 @@ return (-1); -got_oob: - myoob(); - recvurg = 0; - transflag = 0; - return (-1); } @@ -2633,12 +2626,17 @@ } -static void +/* Returns IS_ABRT in the case of ABRT */ + +static int myoob() { char *cp; + int is_abrt = NO_ABRT; + + recvurg = 0; /* only process if transfer occurring */ if (!transflag) - return; + return is_abrt; cp = tmpline; if (getline(cp, 7, stdin) == NULL) { @@ -2651,4 +2649,6 @@ reply(426, "Transfer aborted. Data connection closed."); reply(226, "Abort successful"); + is_abrt = IS_ABRT; + transflag = 0; } if (strcmp(cp, "STAT\r\n") == 0) { @@ -2660,4 +2660,5 @@ reply(213, "Status: %qd bytes transferred", byte_count); } + return is_abrt; } @@ -3043,10 +3044,6 @@ char nbuf[MAXPATHLEN]; - if (recvurg) { - myoob(); - recvurg = 0; - transflag = 0; + if (recvurg && IS_ABRT == myoob()) goto out; - } if (dir->d_name[0] == '.' && dir->d_namlen == 1) From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 08:30:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 008D937B401 for ; Sun, 11 May 2003 08:30:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E55A43F3F for ; Sun, 11 May 2003 08:30:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BFUAUp059774 for ; Sun, 11 May 2003 08:30:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BFUAEf059773; Sun, 11 May 2003 08:30:10 -0700 (PDT) Date: Sun, 11 May 2003 08:30:10 -0700 (PDT) Message-Id: <200305111530.h4BFUAEf059773@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alex Semenyaka Subject: Re: bin/52072: Wrong behaviour of the ftpd when the OOB data received X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Semenyaka List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 15:30:12 -0000 The following reply was made to PR bin/52072; it has been noted by GNATS. From: Alex Semenyaka To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/52072: Wrong behaviour of the ftpd when the OOB data received Date: Sun, 11 May 2003 19:23:36 +0400 Small code clean-up. The idea is the same but the code is much more compact. New patch: --- ftpd.c.old Sun May 11 18:05:55 2003 +++ ftpd.c Sun May 11 19:21:10 2003 @@ -192,4 +192,7 @@ char *pid_file = NULL; +#define NO_ABRT 0 +#define IS_ABRT 1 + /* * Limit number of pathnames that glob can return. @@ -247,5 +250,5 @@ static void ack __P((char *)); static void sigurg __P((int)); -static void myoob __P((void)); +static int myoob __P((void)); static int checkuser __P((char *, char *, int, char **)); static FILE *dataconn __P((char *, off_t, char *)); @@ -1979,6 +1982,6 @@ case TYPE_A: while ((c = getc(instr)) != EOF) { - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); byte_count++; if (c == '\n') { @@ -1989,6 +1992,6 @@ (void) putc(c, outstr); } - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); fflush(outstr); transflag = 0; @@ -2024,6 +2027,6 @@ */ byte_count += cnt; - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); offset += cnt; filesize -= cnt; @@ -2077,9 +2080,4 @@ return (-1); -got_oob: - myoob(); - recvurg = 0; - transflag = 0; - return (-1); } @@ -2106,12 +2104,12 @@ case TYPE_L: while ((cnt = read(fileno(instr), buf, sizeof(buf))) > 0) { - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); if (write(fileno(outstr), buf, cnt) != cnt) goto file_err; byte_count += cnt; } - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); if (cnt < 0) goto data_err; @@ -2126,6 +2124,6 @@ case TYPE_A: while ((c = getc(instr)) != EOF) { - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); byte_count++; if (c == '\n') @@ -2143,6 +2141,6 @@ contin2: ; } - if (recvurg) - goto got_oob; + if (recvurg && IS_ABRT == myoob()) + return (-1); fflush(outstr); if (ferror(instr)) @@ -2174,9 +2172,4 @@ return (-1); -got_oob: - myoob(); - recvurg = 0; - transflag = 0; - return (-1); } @@ -2633,12 +2626,17 @@ } -static void +/* Returns IS_ABRT in the case of ABRT */ + +static int myoob() { char *cp; + int is_abrt = NO_ABRT; + + recvurg = 0; /* only process if transfer occurring */ if (!transflag) - return; + return is_abrt; cp = tmpline; if (getline(cp, 7, stdin) == NULL) { @@ -2651,4 +2649,6 @@ reply(426, "Transfer aborted. Data connection closed."); reply(226, "Abort successful"); + is_abrt = IS_ABRT; + transflag = 0; } if (strcmp(cp, "STAT\r\n") == 0) { @@ -2660,4 +2660,5 @@ reply(213, "Status: %qd bytes transferred", byte_count); } + return is_abrt; } @@ -3043,10 +3044,6 @@ char nbuf[MAXPATHLEN]; - if (recvurg) { - myoob(); - recvurg = 0; - transflag = 0; + if (recvurg && IS_ABRT == myoob()) goto out; - } if (dir->d_name[0] == '.' && dir->d_namlen == 1) From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 08:30:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48B5D37B401 for ; Sun, 11 May 2003 08:30:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6F4243FE3 for ; Sun, 11 May 2003 08:30:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BFUEUp059833 for ; Sun, 11 May 2003 08:30:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BFUEtY059829; Sun, 11 May 2003 08:30:14 -0700 (PDT) Date: Sun, 11 May 2003 08:30:14 -0700 (PDT) Message-Id: <200305111530.h4BFUEtY059829@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Heikki Suonsivu Subject: Re: kern/48849: Maxtor XT5000 causes panic in boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Heikki Suonsivu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 15:30:15 -0000 The following reply was made to PR kern/48849; it has been noted by GNATS. From: Heikki Suonsivu To: "Ted Mittelstaedt" Cc: , Subject: Re: kern/48849: Maxtor XT5000 causes panic in boot Date: Sun, 11 May 2003 18:25:24 +0300 Ted Mittelstaedt writes: > Please refer to PR kern/49110 and see if the patch there fixes this > for you. If the patch has been included in the RELENG_4 some time ago, it has fixed the problem, as after a sup couple of weeks ago the problem has disappeared. > Ted Mittelstaedt tedm@toybox.placo.com -- Heikki Suonsivu / Backbone Networks Europe Oy / EuroColocate hsu@bbnetworks.net mobile +358-40-5519679 fax +358-9-455-2962 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 13:30:11 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C321E37B404 for ; Sun, 11 May 2003 13:30:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 636F343FBF for ; Sun, 11 May 2003 13:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BKUBUp089761 for ; Sun, 11 May 2003 13:30:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BKUB21089759; Sun, 11 May 2003 13:30:11 -0700 (PDT) Date: Sun, 11 May 2003 13:30:11 -0700 (PDT) Message-Id: <200305112030.h4BKUB21089759@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Murray Stokely Subject: Re: kern/47937: hw.ncpu and kern.smp.cpus duplicate same info X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Murray Stokely List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 20:30:12 -0000 The following reply was made to PR kern/47937; it has been noted by GNATS. From: Murray Stokely To: Arun Sharma Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/47937: hw.ncpu and kern.smp.cpus duplicate same info Date: Sun, 11 May 2003 13:21:39 -0700 On Tue, Feb 04, 2003 at 11:17:47PM -0800, Arun Sharma wrote: > hw.ncpu and kern.smp.cpus duplicate same info > > >How-To-Repeat: > # sysctl hw.ncpu > # sysctl kern.smp.cpus > > One of them (kern.smp.cpus ?) should be eliminated before > too many people start using it. The bigger problem is that the sysctl's aren't documented very well. Can you come up with a patch to help document these better? Either in sysctl(8), or tuning(7), or anywhere else? kern.smp.* only shows up on SMP aware kernels, so I don't really see this as that big of a problem. If you're interested, please work with Tom Rhodes and the doc team on finding the best place to document these different sysctl tunables. Personally, I think this PR should be closed, but I'd appreciate any help you could give us on the larger sysctl documentation problem. - Murray From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 13:33:18 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4AFB37B404; Sun, 11 May 2003 13:33:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E2443F93; Sun, 11 May 2003 13:33:18 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BKXIUp090002; Sun, 11 May 2003 13:33:18 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BKXIgm089998; Sun, 11 May 2003 13:33:18 -0700 (PDT) Date: Sun, 11 May 2003 13:33:18 -0700 (PDT) From: Murray Stokely Message-Id: <200305112033.h4BKXIgm089998@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: kern/36692: Patch for E-Tech ISA PnP modem support X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 20:33:19 -0000 Synopsis: Patch for E-Tech ISA PnP modem support Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun May 11 13:32:48 PDT 2003 Responsible-Changed-Why: I'll commit this soon. Thanks for the submission and sorry this sat in the queue so long. http://www.freebsd.org/cgi/query-pr.cgi?pr=36692 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 13:43:59 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A58CA37B401; Sun, 11 May 2003 13:43:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 436D043FD7; Sun, 11 May 2003 13:43:59 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BKhxUp090436; Sun, 11 May 2003 13:43:59 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BKhxJc090432; Sun, 11 May 2003 13:43:59 -0700 (PDT) Date: Sun, 11 May 2003 13:43:59 -0700 (PDT) From: Murray Stokely Message-Id: <200305112043.h4BKhxJc090432@freefall.freebsd.org> To: clefevre@citeweb.net, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/23367: some src/gnu Makefiles are missing $FreeBSD$ X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 20:43:59 -0000 Synopsis: some src/gnu Makefiles are missing $FreeBSD$ State-Changed-From-To: open->closed State-Changed-By: murray State-Changed-When: Sun May 11 13:42:34 PDT 2003 State-Changed-Why: Gratuitous changes. Most no longer relevant anyway. We don't want to add $FreeBSD$ to contrib code unless necessary, and David and Ruslan have made many recent sweeps to the Makfiles making the style based changes that are currently in favor. Cyrille, your email bounced. If you read this please get in touch with me. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=23367 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 13:48:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9401837B401; Sun, 11 May 2003 13:48:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 344D443FE9; Sun, 11 May 2003 13:47:59 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BKlxUp090564; Sun, 11 May 2003 13:47:59 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BKlxWi090560; Sun, 11 May 2003 13:47:59 -0700 (PDT) Date: Sun, 11 May 2003 13:47:59 -0700 (PDT) From: Murray Stokely Message-Id: <200305112047.h4BKlxWi090560@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: misc/48461: $EDITOR on the fixit CD is wrong. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 May 2003 20:48:00 -0000 Synopsis: $EDITOR on the fixit CD is wrong. Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun May 11 13:47:49 PDT 2003 Responsible-Changed-Why: I'll take a look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=48461 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 13:51:31 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB0A637B401; Sun, 11 May 2003 13:51:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4929A43F3F; Sun, 11 May 2003 13:51:31 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BKpVUp090864; Sun, 11 May 2003 13:51:31 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BKpV9H090860; Sun, 11 May 2003 13:51:31 -0700 (PDT) Date: Sun, 11 May 2003 13:51:31 -0700 (PDT) From: Murray Stokely Message-Id: <200305112051.h4BKpV9H090860@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: kern/36858: The USB flash drive "Apacer HandyDrive" cannot be used X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 May 2003 20:51:31 -0000 Synopsis: The USB flash drive "Apacer HandyDrive" cannot be used Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun May 11 13:51:24 PDT 2003 Responsible-Changed-Why: I'll take a look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=36858 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 13:56:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3E3837B401; Sun, 11 May 2003 13:56:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B8C43FEA; Sun, 11 May 2003 13:56:09 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BKu9Up091111; Sun, 11 May 2003 13:56:09 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BKu9TP091107; Sun, 11 May 2003 13:56:09 -0700 (PDT) Date: Sun, 11 May 2003 13:56:09 -0700 (PDT) From: Murray Stokely Message-Id: <200305112056.h4BKu9TP091107@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: bin/30640: apmd does not terminate properly on SIGTERM X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 May 2003 20:56:09 -0000 Synopsis: apmd does not terminate properly on SIGTERM Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun May 11 13:56:02 PDT 2003 Responsible-Changed-Why: I'll take a look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=30640 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 13:56:26 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 725C837B401; Sun, 11 May 2003 13:56:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F79443FAF; Sun, 11 May 2003 13:56:26 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BKuPUp091156; Sun, 11 May 2003 13:56:25 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BKuPxY091152; Sun, 11 May 2003 13:56:25 -0700 (PDT) Date: Sun, 11 May 2003 13:56:25 -0700 (PDT) From: Murray Stokely Message-Id: <200305112056.h4BKuPxY091152@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: bin/30639: apmd crashes on SIGHUP (under certain conditions) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 May 2003 20:56:26 -0000 Synopsis: apmd crashes on SIGHUP (under certain conditions) Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun May 11 13:56:18 PDT 2003 Responsible-Changed-Why: And this one.. http://www.freebsd.org/cgi/query-pr.cgi?pr=30639 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 14:10:03 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72EE237B405; Sun, 11 May 2003 14:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD6C743FF2; Sun, 11 May 2003 14:10:02 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BLA2Up094864; Sun, 11 May 2003 14:10:02 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BLA2T8094860; Sun, 11 May 2003 14:10:02 -0700 (PDT) Date: Sun, 11 May 2003 14:10:02 -0700 (PDT) From: Murray Stokely Message-Id: <200305112110.h4BLA2T8094860@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: kern/49980: patch to enable ThinkPAD X24 sound device (Intel 82801CA (ICH3)) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 May 2003 21:10:03 -0000 Synopsis: patch to enable ThinkPAD X24 sound device (Intel 82801CA (ICH3)) Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun May 11 14:09:53 PDT 2003 Responsible-Changed-Why: I will look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=49980 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 14:19:24 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D14C137B401; Sun, 11 May 2003 14:19:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 610EF43FAF; Sun, 11 May 2003 14:19:24 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BLJOUp095419; Sun, 11 May 2003 14:19:24 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BLJO58095415; Sun, 11 May 2003 14:19:24 -0700 (PDT) Date: Sun, 11 May 2003 14:19:24 -0700 (PDT) From: Murray Stokely Message-Id: <200305112119.h4BLJO58095415@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: kern/51911: update networking fields in loader.conf X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 21:19:25 -0000 Synopsis: update networking fields in loader.conf Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun May 11 14:19:11 PDT 2003 Responsible-Changed-Why: I'll look at this. Thanks again David. http://www.freebsd.org/cgi/query-pr.cgi?pr=51911 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 15:20:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2AF937B428 for ; Sun, 11 May 2003 15:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6903043F3F for ; Sun, 11 May 2003 15:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BMKDUp005223 for ; Sun, 11 May 2003 15:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BMKDNQ005222; Sun, 11 May 2003 15:20:13 -0700 (PDT) Date: Sun, 11 May 2003 15:20:13 -0700 (PDT) Message-Id: <200305112220.h4BMKDNQ005222@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Nick Leuta Subject: Re: bin/52072: Wrong behaviour of the ftpd when the OOB data received X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Leuta List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 22:20:16 -0000 The following reply was made to PR bin/52072; it has been noted by GNATS. From: Nick Leuta To: freebsd-gnats-submit@FreeBSD.org, alexs@ratmir.ru Cc: Subject: Re: bin/52072: Wrong behaviour of the ftpd when the OOB data received Date: Mon, 12 May 2003 02:12:57 +0400 There is another approach to the solution. I don't know what's better... This patch tries to fix a potential incomplite write() call - SIGURG signal may be received at a time of writing a data to a socket. Also I don't know the reasons for "sa.sa_flags = 0;", but it's possible that I simple don't know them... --- ftpd.ori/ftpd.c Tue Feb 11 17:10:48 2003 +++ ftpd/ftpd.c Mon May 12 01:42:35 2003 @@ -239,8 +239,7 @@ static void selecthost(union sockunion *); #endif static void ack(char *); -static void sigurg(int); -static void myoob(void); +static void myoob(int signo); static int checkuser(char *, char *, int, char **); static FILE *dataconn(char *, off_t, char *); static void dolog(struct sockaddr *); @@ -546,8 +545,8 @@ sa.sa_handler = SIG_DFL; (void)sigaction(SIGCHLD, &sa, NULL); - sa.sa_handler = sigurg; - sa.sa_flags = 0; /* don't restart syscalls for SIGURG */ + sa.sa_handler = myoob; + sa.sa_flags = SA_RESTART; (void)sigaction(SIGURG, &sa, NULL); sigfillset(&sa.sa_mask); /* block all signals in handler */ @@ -1991,8 +1990,8 @@ send_data(FILE *instr, FILE *outstr, off_t blksize, off_t filesize, int isreg) { int c, filefd, netfd; - char *buf; - off_t cnt; + char *buf, *bp; + off_t cnt = 0, len; transflag++; switch (type) { @@ -2069,16 +2068,23 @@ return (-1); } - while ((cnt = read(filefd, buf, (u_int)blksize)) > 0 && - write(netfd, buf, cnt) == cnt) - byte_count += cnt; + while ((len = read(filefd, buf, (u_int)blksize)) > 0) { + bp = buf; + do { + cnt = write(netfd, bp, len); + len -= cnt; + bp += cnt; + if (cnt > 0) byte_count += cnt; + if (recvurg) + goto got_oob; + } while (cnt > 0 && len > 0); + } transflag = 0; (void)free(buf); - if (cnt != 0) { - if (cnt < 0) - goto file_err; - goto data_err; - } + if (len < 0) + goto file_err; + if (cnt < 0) + goto data_err; reply(226, "Transfer complete."); return (0); default: @@ -2098,7 +2104,6 @@ return (-1); got_oob: - myoob(); recvurg = 0; transflag = 0; return (-1); @@ -2194,7 +2199,6 @@ return (-1); got_oob: - myoob(); recvurg = 0; transflag = 0; return (-1); @@ -2612,14 +2616,7 @@ } static void -sigurg(int signo) -{ - - recvurg = 1; -} - -static void -myoob(void) +myoob(int signo) { char *cp; @@ -2636,6 +2633,9 @@ tmpline[0] = '\0'; reply(426, "Transfer aborted. Data connection closed."); reply(226, "Abort successful"); + + recvurg = 1; + return; } if (strcmp(cp, "STAT\r\n") == 0) { tmpline[0] = '\0'; @@ -3022,7 +3022,6 @@ char nbuf[MAXPATHLEN]; if (recvurg) { - myoob(); recvurg = 0; transflag = 0; goto out; From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 15:57:05 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DAD937B40A; Sun, 11 May 2003 15:57:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F18343FBD; Sun, 11 May 2003 15:57:05 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BMv4Up024368; Sun, 11 May 2003 15:57:04 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BMv4ia024364; Sun, 11 May 2003 15:57:04 -0700 (PDT) Date: Sun, 11 May 2003 15:57:04 -0700 (PDT) From: Murray Stokely Message-Id: <200305112257.h4BMv4ia024364@freefall.freebsd.org> To: eba@upsylon.com, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: i386/48398: Belgian Keyboard Driver X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 22:57:05 -0000 Synopsis: Belgian Keyboard Driver State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Sun May 11 15:55:50 PDT 2003 State-Changed-Why: Can you try the patch provided in : http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/30341 Does this solve the problem for you? I am communicating with another Belgian user who has complained about this so I will try to commit a fix soon. Any input from you about the posted patch would be appreciated. Thanks. Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun May 11 15:55:50 PDT 2003 Responsible-Changed-Why: Can you try the patch provided in : http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/30341 Does this solve the problem for you? I am communicating with another Belgian user who has complained about this so I will try to commit a fix soon. Any input from you about the posted patch would be appreciated. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=48398 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 15:57:57 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A338737B401; Sun, 11 May 2003 15:57:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401FB43F93; Sun, 11 May 2003 15:57:57 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4BMvvUp024679; Sun, 11 May 2003 15:57:57 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4BMvvE1024675; Sun, 11 May 2003 15:57:57 -0700 (PDT) Date: Sun, 11 May 2003 15:57:57 -0700 (PDT) From: Murray Stokely Message-Id: <200305112257.h4BMvvE1024675@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: conf/30341: be keymap: wrong Capslock behaviour with some keys X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 May 2003 22:57:58 -0000 Synopsis: be keymap: wrong Capslock behaviour with some keys Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun May 11 15:57:20 PDT 2003 Responsible-Changed-Why: A Belgian friend is testing out this patch for me. Several Belgian users have complained about the keymap so I think this is probably right. I hope to commit something soon. http://www.freebsd.org/cgi/query-pr.cgi?pr=30341 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 16:05:43 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 126FB37B401 for ; Sun, 11 May 2003 16:05:43 -0700 (PDT) Received: from priv-edtnes27.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2443143F93 for ; Sun, 11 May 2003 16:05:42 -0700 (PDT) (envelope-from samuel@bcgreen.com) Received: from algh1188y43bi.bc.hsia.telus.net ([207.6.111.169]) by priv-edtnes27.telusplanet.netESMTP <20030511230541.LRGU9999.priv-edtnes27.telusplanet.net@algh1188y43bi.bc.hsia.telus.net>; Sun, 11 May 2003 17:05:41 -0600 Received: from bcgreen.com (me [127.0.0.1])h4BN5bFs019059; Sun, 11 May 2003 16:05:37 -0700 Message-ID: <3EBED741.9050000@bcgreen.com> Date: Sun, 11 May 2003 16:05:37 -0700 From: Stephen Samuel Organization: Just Another Radical User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030508 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robin Carey References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-bugs@freebsd.org cc: bugs@openbsd.org Subject: Re: /dev/random and /dev/urandom X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 May 2003 23:05:43 -0000 Robin Carey wrote: > I've been looking at the FreeBSD and OpenBSD source code for these > pseudo-devices; they both use MD5. > > But as I'm sure we all know, the security of MD5 is in doubt, and that's > according to the FreeBSD manual pages (I haven't checked OpenBSD). > According to the SSH Communications Security Website, MD5 should not be > used in "new" programs. > > So the point I am making is that a better cryptographic checksum like SHA1 > should be used instead. I'm going to answer this without looking at the code, and making some prsumptions... My guess is that the code uses MD5 to generate a 'randomized' value using bits from the internal entropy pool. If that's what it's doing, thenthe 'insecurity' of MD5 isn't an issue, because there's almost no (or almos no) value for an attacker to attempt to generate collisions. Fact of the matter is that they porbably don't have enough info to do something like that if they wanted to. To put it another way: Addition may be cryptographically insecure, but that doesn't mean that you can't use it to calculate a hash. -- Stephen Samuel +1(604)876-0426 samuel@bcgreen.com http://www.bcgreen.com/~samuel/ Powerful committed communication, reaching through fear, uncertainty and doubt to touch the jewel within each person and bring it to life. From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 16:17:48 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81B4B37B485 for ; Sun, 11 May 2003 16:17:45 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id AABD743FBF for ; Sun, 11 May 2003 16:17:44 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h4BNH8YP003118; Mon, 12 May 2003 01:17:14 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Stephen Samuel From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 11 May 2003 16:05:37 PDT." <3EBED741.9050000@bcgreen.com> Date: Mon, 12 May 2003 01:17:08 +0200 Message-ID: <3117.1052695028@critter.freebsd.dk> cc: freebsd-bugs@freebsd.org cc: Robin Carey cc: bugs@openbsd.org Subject: Re: /dev/random and /dev/urandom X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 11 May 2003 23:17:48 -0000 There is one current concern with MD5: over-ratio of collisions. What this means is that it may be a bit too easy to find a MD5 input which generates a given MD5 output. This has an impact where one uses MD5 in authentication schemes like: server client ----------------------------------------------------------- WHO ARE YOU ? (magic=234287234) Calculate MD5(password + 234287234) and send the result: abd344... Calculate MD5(password + 234287234) receive clients bid compare "they are identical, so the client knows the password" OK WELCOME! In such a setting an over-ratio of collisions will at the very least reduce the probabilities and In applications where MD5 is simply used as a bit-blender, this is of no concern. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 17:00:26 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E192537B401 for ; Sun, 11 May 2003 17:00:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8999743FE1 for ; Sun, 11 May 2003 17:00:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4C00QUp030384 for ; Sun, 11 May 2003 17:00:26 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4C00Pdo030383; Sun, 11 May 2003 17:00:25 -0700 (PDT) Date: Sun, 11 May 2003 17:00:25 -0700 (PDT) Message-Id: <200305120000.h4C00Pdo030383@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Heikki Suonsivu Subject: Re: kern/48849: Maxtor XT5000 causes panic in boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Heikki Suonsivu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 00:00:27 -0000 The following reply was made to PR kern/48849; it has been noted by GNATS. From: Heikki Suonsivu To: Heikki Suonsivu Cc: "Ted Mittelstaedt" , Subject: Re: kern/48849: Maxtor XT5000 causes panic in boot Date: Mon, 12 May 2003 02:58:30 +0300 I have to correct myself, after sup of 7th the problem is still there, I will see if the patch helps but it will take a week as I'm in middle of something time-consuming right now. Heikki Suonsivu writes: > > Ted Mittelstaedt writes: > > Please refer to PR kern/49110 and see if the patch there fixes this > > for you. > > If the patch has been included in the RELENG_4 some time ago, it has fixed > the problem, as after a sup couple of weeks ago the problem has > disappeared. > > > Ted Mittelstaedt tedm@toybox.placo.com > > -- > Heikki Suonsivu / Backbone Networks Europe Oy / EuroColocate > hsu@bbnetworks.net mobile +358-40-5519679 fax +358-9-455-2962 From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 21:10:07 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF1037B401 for ; Sun, 11 May 2003 21:10:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC74F43FBF for ; Sun, 11 May 2003 21:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4C4A6Up063640 for ; Sun, 11 May 2003 21:10:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4C4A6Bu063638; Sun, 11 May 2003 21:10:06 -0700 (PDT) Date: Sun, 11 May 2003 21:10:06 -0700 (PDT) Message-Id: <200305120410.h4C4A6Bu063638@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Ted Mittelstaedt" Subject: RE: kern/51016: kernel panic: ufsdirhash_lookup: bad offset in hash array X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ted Mittelstaedt List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 04:10:07 -0000 The following reply was made to PR kern/51016; it has been noted by GNATS. From: "Ted Mittelstaedt" To: "Valentin Nechayev" Cc: Subject: RE: kern/51016: kernel panic: ufsdirhash_lookup: bad offset in hash array Date: Sun, 11 May 2003 21:04:39 -0700 Hi Valentin, As previously stated I have run leafnode with no ill effects. Do you run leafnode or have you seen this same panic elsewhere? If not, could you please install leafnode and see if you can get it to panic your system so that we can get some confirmation that this is reproducible on different systems? Thanks!! Ted Mittelstaedt tedm@toybox.placo.com From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 21:10:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D01437B401 for ; Sun, 11 May 2003 21:10:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EE7743F75 for ; Sun, 11 May 2003 21:10:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4C4A9Up063674 for ; Sun, 11 May 2003 21:10:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4C4A95g063673; Sun, 11 May 2003 21:10:09 -0700 (PDT) Date: Sun, 11 May 2003 21:10:09 -0700 (PDT) Message-Id: <200305120410.h4C4A95g063673@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Ted Mittelstaedt" Subject: RE: kern/48849: Maxtor XT5000 causes panic in boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ted Mittelstaedt List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 04:10:09 -0000 The following reply was made to PR kern/48849; it has been noted by GNATS. From: "Ted Mittelstaedt" To: "Heikki Suonsivu" Cc: Subject: RE: kern/48849: Maxtor XT5000 causes panic in boot Date: Sun, 11 May 2003 21:09:05 -0700 Hi Heikki, If the patch had been included in the CVSUP source tree then there would be a notation to that effect on the original PR kern/49110 . Ted Mittelstaedt tedm@toybox.placo.com From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 23:00:29 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 140A537B401 for ; Sun, 11 May 2003 23:00:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE96743F85 for ; Sun, 11 May 2003 23:00:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4C60RUp071094 for ; Sun, 11 May 2003 23:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4C60RX5071093; Sun, 11 May 2003 23:00:27 -0700 (PDT) Date: Sun, 11 May 2003 23:00:27 -0700 (PDT) Message-Id: <200305120600.h4C60RX5071093@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Valentin Nechayev Subject: Re: kern/51016: kernel panic: ufsdirhash_lookup: bad offset in hash array X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Valentin Nechayev List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 06:00:29 -0000 The following reply was made to PR kern/51016; it has been noted by GNATS. From: Valentin Nechayev To: Ted Mittelstaedt Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/51016: kernel panic: ufsdirhash_lookup: bad offset in hash array Date: Mon, 12 May 2003 08:59:18 +0300 Sun, May 11, 2003 at 21:04:39, tedm wrote about "RE: kern/51016: kernel panic: ufsdirhash_lookup: bad offset in hash array": > As previously stated I have run leafnode with no ill effects. Do > you run leafnode or have you seen this same panic elsewhere? If not, > could you please install leafnode and see if you can get it to panic > your system so that we can get some confirmation that this is > reproducible on different systems? I don't use leafnode and don't want to use it (I prefer INN and mailnews gate). Sorry, but there are no reason for me to run it, and even whether I go to install it, configuration possibly will be quite different from one of PR initiator. The only thing I wanted to see is avoidness of "You are the only who sees this bug, so it doesn't exist". You are right in intention to get leafnode config and other important details. -netch- From owner-freebsd-bugs@FreeBSD.ORG Sun May 11 23:34:42 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49DCC37B401; Sun, 11 May 2003 23:34:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E0843F75; Sun, 11 May 2003 23:34:41 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from freefall.freebsd.org (grog@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4C6YfUp075638; Sun, 11 May 2003 23:34:41 -0700 (PDT) (envelope-from grog@freefall.freebsd.org) Received: (from grog@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4C6YfUU075634; Sun, 11 May 2003 23:34:41 -0700 (PDT) Date: Sun, 11 May 2003 23:34:41 -0700 (PDT) From: Greg Lehey Message-Id: <200305120634.h4C6YfUU075634@freefall.freebsd.org> To: l.ertl@univie.ac.at, grog@FreeBSD.org, freebsd-bugs@FreeBSD.org, grog@FreeBSD.org Subject: Re: bin/51138: [PATCH] re-enable growfs(8) to work on vinum volumes in -CURRENT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 06:34:42 -0000 Synopsis: [PATCH] re-enable growfs(8) to work on vinum volumes in -CURRENT State-Changed-From-To: open->closed State-Changed-By: grog State-Changed-When: Sun May 11 23:33:33 PDT 2003 State-Changed-Why: Fix committed. Responsible-Changed-From-To: freebsd-bugs->grog Responsible-Changed-By: grog Responsible-Changed-When: Sun May 11 23:33:33 PDT 2003 Responsible-Changed-Why: Fix committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=51138 From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 01:38:13 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DA5037B401 for ; Mon, 12 May 2003 01:38:13 -0700 (PDT) Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868F443FDD for ; Mon, 12 May 2003 01:38:11 -0700 (PDT) (envelope-from netch@segfault.kiev.ua) Received: (from netch@localhost) by segfault.kiev.ua (8) id h5C8c8dD068629; Mon, 12 May 2003 11:38:08 +0300 (EEST) (envelope-from netch) Date: Mon, 12 May 2003 11:38:07 +0300 From: Valentin Nechayev To: Poul-Henning Kamp Message-ID: <20030512083807.GL73391@netch.kiev.ua> References: <3EBED741.9050000@bcgreen.com> <3117.1052695028@critter.freebsd.dk.lucky.freebsd.bugs> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3117.1052695028@critter.freebsd.dk.lucky.freebsd.bugs> X-42: On cc: bugs@freebsd.org Subject: Re: /dev/random and /dev/urandom X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: netch@netch.kiev.ua List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 08:38:13 -0000 Sun, May 11, 2003 at 23:29:32, phk wrote about "Re: /dev/random and /dev/urandom": > There is one current concern with MD5: over-ratio of collisions. > > What this means is that it may be a bit too easy to find a > MD5 input which generates a given MD5 output. Sorry, I might forget cryptography news for a few last years. Do you say there is _real_ example of two different data streams producing identical MD5 output _of its full length_? Please show an URL if things are already on this way... -netch- From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 01:41:12 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11DE337B43A for ; Mon, 12 May 2003 01:41:12 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26AF043F3F for ; Mon, 12 May 2003 01:41:11 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h4C8f9YP007681; Mon, 12 May 2003 10:41:10 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: netch@netch.kiev.ua From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 12 May 2003 11:38:07 +0300." <20030512083807.GL73391@netch.kiev.ua> Date: Mon, 12 May 2003 10:41:09 +0200 Message-ID: <7680.1052728869@critter.freebsd.dk> cc: bugs@freebsd.org Subject: Re: /dev/random and /dev/urandom X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 May 2003 08:41:12 -0000 In message <20030512083807.GL73391@netch.kiev.ua>, Valentin Nechayev writes: > Sun, May 11, 2003 at 23:29:32, phk wrote about "Re: /dev/random and /dev/urandom": > >> There is one current concern with MD5: over-ratio of collisions. >> >> What this means is that it may be a bit too easy to find a >> MD5 input which generates a given MD5 output. > >Sorry, I might forget cryptography news for a few last years. >Do you say there is _real_ example of two different data streams producing >identical MD5 output _of its full length_? >Please show an URL if things are already on this way... No, but research has shown that this _may_ not be as hard to accomplish as previously expected. Appearantly this has got a lot of people jumping up and down, pointing fingers at MD5, which IMO is an overreaction. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 04:40:15 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96BF737B401 for ; Mon, 12 May 2003 04:40:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 411F143FAF for ; Mon, 12 May 2003 04:40:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CBeEUp013151 for ; Mon, 12 May 2003 04:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CBeEwi013150; Mon, 12 May 2003 04:40:14 -0700 (PDT) Date: Mon, 12 May 2003 04:40:14 -0700 (PDT) Message-Id: <200305121140.h4CBeEwi013150@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jacques Garrigue Subject: Re: bin/47538: tar buggy on memory disk partitions X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jacques Garrigue List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 11:40:15 -0000 The following reply was made to PR bin/47538; it has been noted by GNATS. From: Jacques Garrigue To: keramida@FreeBSD.ORG Cc: bug-followup@FreeBSD.ORG Subject: Re: bin/47538: tar buggy on memory disk partitions Date: Mon, 12 May 2003 16:24:13 +0900 Just a small followup to this PR, as this bug is definitely still present in 5.1-BETA (using GENERIC kernel). I did the same test on a different machine, with 256MB physical memory and a md of size 256M, and again obtained discrepancies when filling it with tar. If this problem cannot be solved before 5.1-RELEASE, I think it would be a good idea to mention it somewhere, as there seems to be lots of people around who used memfs for /tmp under 4.x, and may end up with corrupted data because of that. Cheers, Jacques Garrigue From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 04:51:04 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97D2137B401 for ; Mon, 12 May 2003 04:51:04 -0700 (PDT) Received: from poldi.LF.net (poldi.LF.net [212.9.190.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7CC643FAF for ; Mon, 12 May 2003 04:51:03 -0700 (PDT) (envelope-from mah@poldi.LF.net) Received: from mah by poldi.LF.net with local (Exim 4.10) id 19FBpe-000EHR-00 for freebsd-bugs@FreeBSD.org; Mon, 12 May 2003 13:51:02 +0200 Date: Mon, 12 May 2003 13:51:02 +0200 From: Martin Haller To: freebsd-bugs@FreeBSD.org Message-ID: <20030512115102.GG53797@poldi.LF.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: Martin Haller Subject: dump(1) read error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 11:51:04 -0000 Hi, one of our servers (4.7-RELEASE) has a problem while dump is backing up one partition: DUMP: 36.11% done, finished in 6:03 DUMP: 36.35% done, finished in 6:08 DUMP: 36.59% done, finished in 6:13 DUMP: 36.77% done, finished in 6:18 DUMP: DUMP: read error from /dev/da1s1e: Invalid argument: [block -1181365118]: count=10240 read error from /dev/da1s1e: Invalid argument: [block -1245853402]: count=9216 DUMP: DUMP: read error from /dev/da1s1e: Invalid argument: [sector -1181365118]: count=512 read error from /dev/da1s1e: Invalid argument: [sector -1245853402]: count=512 DUMP: DUMP: read error from /dev/da1s1e: Invalid argument: [sector -1181365117]: count=512 read error from /dev/da1s1e: Invalid argument: [sector -1245853401]: count=512 DUMP: read error from /dev/da1s1e: Invalid argument: [block -1245853416]: count=7168 The kernel emits the following messages: May 7 04:32:42 mail /kernel: dscheck(#da/0x2000c): negative b_blkno -1181365118 May 7 04:32:42 mail /kernel: dscheck(#da/0x2000c): negative b_blkno -1245853402 May 7 04:32:42 mail /kernel: dscheck(#da/0x2000c): negative b_blkno -1181365118 May 7 04:32:42 mail /kernel: dscheck(#da/0x2000c): negative b_blkno -1245853402 [..] The problem does NOT occour at the same sectors or blocks, and it happens sporadicly. Any Hints? Should I create a bug report? Thanks! -- MfG/Best regards, Martin Haller LF.net GmbH fon +49 711 90074-406 Ruppmannstr. 27 fax +49 711 90074-33 D-70565 Stuttgart From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 04:54:05 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B2CC37B401 for ; Mon, 12 May 2003 04:54:05 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4771043F85 for ; Mon, 12 May 2003 04:54:04 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19FBsV-000A6H-00 for freebsd-bugs@FreeBSD.org; Mon, 12 May 2003 13:53:59 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19FBsx-000B4G-00; ÐÎ, 12 ÍÁÊ 2003 13:54:27 +0200 Date: Mon, 12 May 2003 13:54:27 +0200 From: Kirill Ponomarew To: Martin Haller Message-ID: <20030512115427.GA42526@krion> Mail-Followup-To: Kirill Ponomarew , Martin Haller , freebsd-bugs@FreeBSD.org References: <20030512115102.GG53797@poldi.LF.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <20030512115102.GG53797@poldi.LF.net> X-PGP-Fingerprint: 58E7 B953 57A2 D9DD 4960 2A2D 402D 46E9 AEB4 26E5 X-NCC-Regid: de.oberon Sender: Kirill Ponomarew cc: freebsd-bugs@FreeBSD.org Subject: Re: dump(1) read error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 11:54:05 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, May 12, 2003 at 01:51:02PM +0200, Martin Haller wrote: > Hi, >=20 > one of our servers (4.7-RELEASE) has a problem while dump is backing > up one partition: >=20 > DUMP: 36.11% done, finished in 6:03 = =20 > DUMP: 36.35% done, finished in 6:08 = =20 > DUMP: 36.59% done, finished in 6:13 = =20 > DUMP: 36.77% done, finished in 6:18 = =20 > DUMP: DUMP: read error from /dev/da1s1e: Invalid argument: > [block -1181365118]: count=3D10240 > read error from /dev/da1s1e: Invalid argument: [block -1245853402]: > count=3D9216 > DUMP: DUMP: read error from /dev/da1s1e: Invalid argument: > [sector -1181365118]: count=3D512 > read error from /dev/da1s1e: Invalid argument: [sector -1245853402]: > count=3D512 > DUMP: DUMP: read error from /dev/da1s1e: Invalid argument: > [sector -1181365117]: count=3D512 > read error from /dev/da1s1e: Invalid argument: [sector -1245853401]: > count=3D512 > DUMP: read error from /dev/da1s1e: Invalid argument: [block > -1245853416]: count=3D7168 >=20 > The kernel emits the following messages: >=20 > May 7 04:32:42 mail /kernel: dscheck(#da/0x2000c): negative b_blkno Did somebody change files during the backup ?=20 Kirill --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+v4tzQC1G6a60JuURAuXMAJ9+hN4RgAfojR9nNNohtShP8HF7fwCcDwoB f4RmVw8r/SZTVhUfJBtEtys= =pSiQ -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 05:00:30 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0065D37B401 for ; Mon, 12 May 2003 05:00:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DB3A43FE0 for ; Mon, 12 May 2003 05:00:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CC0TUp013895 for ; Mon, 12 May 2003 05:00:29 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CC0TEE013893; Mon, 12 May 2003 05:00:29 -0700 (PDT) Date: Mon, 12 May 2003 05:00:29 -0700 (PDT) Message-Id: <200305121200.h4CC0TEE013893@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alex Semenyaka Subject: Re: bin/52072: Wrong behaviour of the ftpd when the OOB data received X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Semenyaka List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 12:00:30 -0000 The following reply was made to PR bin/52072; it has been noted by GNATS. From: Alex Semenyaka To: Nick Leuta Cc: freebsd-gnats-submit@FreeBSD.org, alexs@ratmir.ru Subject: Re: bin/52072: Wrong behaviour of the ftpd when the OOB data received Date: Mon, 12 May 2003 15:59:46 +0400 On Mon, May 12, 2003 at 02:12:57AM +0400, Nick Leuta wrote: > There is another approach to the solution. I don't know what's better... No, it is not another approach :) This should be applied _as_ _well_. I just forgot to check if syscalls have made restartable or not. Of course they should. > This patch tries to fix a potential incomplite write() call - SIGURG signal It does not. This will help only if we are already in the syscall but no data were transferred yet. If even the only byte is passed - the write() will be interrupted. Same situation with read(). I do not remember though how about sendfile()... should be the same there. SY, Alex From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 05:02:00 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C6937B401 for ; Mon, 12 May 2003 05:02:00 -0700 (PDT) Received: from poldi.LF.net (poldi.LF.net [212.9.190.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B307343F3F for ; Mon, 12 May 2003 05:01:59 -0700 (PDT) (envelope-from mah@poldi.LF.net) Received: from mah by poldi.LF.net with local (Exim 4.10) id 19FC0F-000EJ5-00; Mon, 12 May 2003 14:01:59 +0200 Date: Mon, 12 May 2003 14:01:59 +0200 From: Martin Haller To: Kirill Ponomarew , freebsd-bugs@FreeBSD.org Message-ID: <20030512120159.GH53797@poldi.LF.net> References: <20030512115102.GG53797@poldi.LF.net> <20030512115427.GA42526@krion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20030512115427.GA42526@krion> User-Agent: Mutt/1.4i Sender: Martin Haller Subject: Re: dump(1) read error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 12:02:00 -0000 Hi, On Mon, May 12, 2003, Kirill Ponomarew wrote: > > The kernel emits the following messages: > >=20 > > May 7 04:32:42 mail /kernel: dscheck(#da/0x2000c): negative b_blkno >=20 > Did somebody change files during the backup ?=20 Yes, it may be possible. Unfortunately, the partion can't be mounted readonly while the backup is running... So, this may be the reason?=20 --=20 MfG/Best regards, Martin Haller LF.net GmbH fon +49 711 90074-406 Ruppmannstr. 27 fax +49 711 90074-33 = =20 D-70565 Stuttgart From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 05:09:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD4937B401; Mon, 12 May 2003 05:09:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25CF243FDD; Mon, 12 May 2003 05:09:14 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CC9EUp017558; Mon, 12 May 2003 05:09:14 -0700 (PDT) (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CC9EQ3017554; Mon, 12 May 2003 05:09:14 -0700 (PDT) Date: Mon, 12 May 2003 05:09:14 -0700 (PDT) From: Maxim Konovalov Message-Id: <200305121209.h4CC9EQ3017554@freefall.freebsd.org> To: maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org Subject: Re: bin/52072: Wrong behaviour of the ftpd when the OOB data received X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 May 2003 12:09:14 -0000 Synopsis: Wrong behaviour of the ftpd when the OOB data received Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: maxim Responsible-Changed-When: Mon May 12 05:07:42 PDT 2003 Responsible-Changed-Why: Will take a look. http://www.freebsd.org/cgi/query-pr.cgi?pr=52072 From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 05:26:53 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3E2037B401 for ; Mon, 12 May 2003 05:26:53 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A50343FCB for ; Mon, 12 May 2003 05:26:53 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10) id 19FCOG-000AQw-00 for freebsd-bugs@FreeBSD.org; Mon, 12 May 2003 14:26:48 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.10) id 19FCOi-000B97-00; ÐÎ, 12 ÍÁÊ 2003 14:27:16 +0200 Date: Mon, 12 May 2003 14:27:16 +0200 From: Kirill Ponomarew To: Martin Haller Message-ID: <20030512122716.GB42608@krion> Mail-Followup-To: Kirill Ponomarew , Martin Haller , freebsd-bugs@FreeBSD.org References: <20030512115102.GG53797@poldi.LF.net> <20030512115427.GA42526@krion> <20030512120159.GH53797@poldi.LF.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xXmbgvnjoT4axfJE" Content-Disposition: inline In-Reply-To: <20030512120159.GH53797@poldi.LF.net> X-PGP-Fingerprint: 58E7 B953 57A2 D9DD 4960 2A2D 402D 46E9 AEB4 26E5 X-NCC-Regid: de.oberon Sender: Kirill Ponomarew cc: freebsd-bugs@FreeBSD.org Subject: Re: dump(1) read error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 12:26:54 -0000 --xXmbgvnjoT4axfJE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, May 12, 2003 at 02:01:59PM +0200, Martin Haller wrote: > > > May 7 04:32:42 mail /kernel: dscheck(#da/0x2000c): negative b_blkno > >=20 > > Did somebody change files during the backup ?=20 >=20 > Yes, it may be possible. Unfortunately, the partion can't be mounted > readonly while the backup is running... >=20 > So, this may be the reason?=20 The solution would be using snapshot, but it's available only under 5-x. Try to use tar(1) Kirill --xXmbgvnjoT4axfJE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+v5MkQC1G6a60JuURAqohAJ9MWdaxUgE+MLLeBecNtjDf56MISgCg7ilS c9ZkGWSj9U+ZAwizkw1kSd8= =GRwi -----END PGP SIGNATURE----- --xXmbgvnjoT4axfJE-- From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 05:30:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87B0837B401 for ; Mon, 12 May 2003 05:30:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5403644005 for ; Mon, 12 May 2003 05:30:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CCUEUp018636 for ; Mon, 12 May 2003 05:30:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CCUECn018635; Mon, 12 May 2003 05:30:14 -0700 (PDT) Resent-Date: Mon, 12 May 2003 05:30:14 -0700 (PDT) Resent-Message-Id: <200305121230.h4CCUECn018635@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Sivachenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7049D37B401 for ; Mon, 12 May 2003 05:26:50 -0700 (PDT) Received: from tear.demos.su (tear.demos.su [194.87.2.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF5E43FE1 for ; Mon, 12 May 2003 05:26:49 -0700 (PDT) (envelope-from mitya@tear.demos.su) Received: from tear.demos.su (localhost [127.0.0.1]) by tear.demos.su (8.12.9/8.12.9) with ESMTP id h4CCQi7l000631 for ; Mon, 12 May 2003 16:26:44 +0400 (MSD) (envelope-from mitya@tear.demos.su) Received: (from mitya@localhost) by tear.demos.su (8.12.9/8.12.9/Submit) id h4CCQhpg000630; Mon, 12 May 2003 16:26:43 +0400 (MSD) Message-Id: <200305121226.h4CCQhpg000630@tear.demos.su> Date: Mon, 12 May 2003 16:26:43 +0400 (MSD) From: Dmitry Sivachenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/52110: FS corruption when using unionfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 May 2003 12:30:19 -0000 >Number: 52110 >Category: kern >Synopsis: FS corruption when using unionfs >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 May 12 05:30:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD tear.demos.su 5.1-BETA FreeBSD 5.1-BETA #0: Mon May 12 15:23:41 MSD 2003 mitya@tear.demos.su:/usr/obj/usr/src/sys/TEAR i386 >Description: See how-to-repeat. >How-To-Repeat: {tear}/home/mitya# mount_unionfs -b /usr/ports /mnt {tear}/home/mitya# rmdir /mnt/misc Thus, non-empty directory was removed. Bug #1. {tear}/home/mitya# umount /mnt {tear}/home/mitya# ls -laW /mnt ls: misc: Bad file descriptor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ total 2 drwxr-xr-x 2 root wheel 512 12 ÍÁÊ 16:24 . w--------- 0 root wheel 0 1 ÑÎ× 1970 .. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Whiteout DOT-DOT directory appeared. Filesystem corruption. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 06:40:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 730D437B404 for ; Mon, 12 May 2003 06:40:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A49D143FE9 for ; Mon, 12 May 2003 06:40:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CDe9Up047917 for ; Mon, 12 May 2003 06:40:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CDe9mt047915; Mon, 12 May 2003 06:40:09 -0700 (PDT) Date: Mon, 12 May 2003 06:40:09 -0700 (PDT) Message-Id: <200305121340.h4CDe9mt047915@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Sergey Akifyev Subject: Re: kern/51958: update for urio driver [PATCH] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Akifyev List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 13:40:10 -0000 The following reply was made to PR kern/51958; it has been noted by GNATS. From: Sergey Akifyev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/51958: update for urio driver [PATCH] Date: 12 May 2003 13:36:11 +0000 --=-7YCBWw1li8Ql/q4ZtJeP Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-05-08 at 09:45, Sergey Akifyev wrote: > Just apply the patch. I think I forgot to include the patch :b So, here it is: -----------% cut %----------- --- urio.c.orig Thu May 8 11:50:28 2003 +++ urio.c Thu May 8 12:16:35 2003 @@ -156,6 +156,8 @@ usbd_device_handle sc_udev; usbd_interface_handle sc_iface; =20 + int sc_mpio; + int sc_opened; usbd_pipe_handle sc_pipeh_in; usbd_pipe_handle sc_pipeh_out; @@ -183,16 +185,21 @@ return UMATCH_NONE; =20 dd =3D usbd_get_device_descriptor(uaa->device); + if (!dd) return UMATCH_NONE; =20 - if (dd && - ((UGETW(dd->idVendor) =3D=3D USB_VENDOR_DIAMOND && - UGETW(dd->idProduct) =3D=3D USB_PRODUCT_DIAMOND_RIO500USB) || - (UGETW(dd->idVendor) =3D=3D USB_VENDOR_DIAMOND2 && - (UGETW(dd->idProduct) =3D=3D USB_PRODUCT_DIAMOND2_RIO600USB || - UGETW(dd->idProduct) =3D=3D USB_PRODUCT_DIAMOND2_RIO800USB)))) + if (UGETW(dd->idVendor) =3D=3D USB_VENDOR_DIGITALWAY && + UGETW(dd->idProduct) =3D=3D USB_PRODUCT_DIGITALWAY_MPIO) { return UMATCH_VENDOR_PRODUCT; - else - return UMATCH_NONE; + } + + if (((UGETW(dd->idVendor) =3D=3D USB_VENDOR_DIAMOND && + UGETW(dd->idProduct) =3D=3D USB_PRODUCT_DIAMOND_RIO500USB) || + (UGETW(dd->idVendor) =3D=3D USB_VENDOR_DIAMOND2 && + (UGETW(dd->idProduct) =3D=3D USB_PRODUCT_DIAMOND2_RIO600USB || + UGETW(dd->idProduct) =3D=3D USB_PRODUCT_DIAMOND2_RIO800USB)))) + return UMATCH_VENDOR_PRODUCT; + + return UMATCH_NONE; } =20 USB_ATTACH(urio) @@ -201,6 +208,7 @@ char devinfo[1024]; usbd_device_handle udev; usbd_interface_handle iface; + usb_device_descriptor_t *dd; u_int8_t epcount; #if defined(__NetBSD__) || defined(__OpenBSD__) u_int8_t niface; @@ -239,6 +247,11 @@ } sc->sc_iface =3D iface; #endif + dd =3D usbd_get_device_descriptor(uaa->device); + if (!dd) USB_ATTACH_ERROR_RETURN; + + sc->sc_mpio =3D (UGETW(dd->idVendor) =3D=3D USB_VENDOR_DIGITALWAY); +=09 sc->sc_opened =3D 0; sc->sc_pipeh_in =3D 0; sc->sc_pipeh_out =3D 0; @@ -262,6 +275,10 @@ ermsg =3D "interface endpoint"; goto nobulk; } + + if (sc->sc_mpio && + UE_GET_XFERTYPE(edesc->bmAttributes) !=3D UE_BULK) + continue; =09 d =3D RIO_UE_GET_DIR(edesc->bEndpointAddress); if (d !=3D RIO_NODIR) @@ -313,7 +330,6 @@ if ((flag & (FWRITE|FREAD)) !=3D (FWRITE|FREAD)) return EACCES; =20 - sc->sc_opened =3D 1; sc->sc_pipeh_in =3D 0; sc->sc_pipeh_out =3D 0; if (usbd_open_pipe(sc->sc_iface,=20 @@ -332,6 +348,7 @@ sc->sc_pipeh_out =3D 0; return EIO; }; + sc->sc_opened =3D 1; return 0; } =20 @@ -517,6 +534,8 @@ usbd_status r; =20 USB_GET_SC(urio, unit, sc); + + if (sc->sc_mpio) return ENXIO; =20 switch (cmd) { case RIO_RECV_COMMAND: --- usbdevs.orig Thu May 8 11:51:36 2003 +++ usbdevs Thu May 8 12:07:59 2003 @@ -349,6 +349,7 @@ vendor ENTREGA 0x1645 Entrega vendor ACTIONTEC 0x1668 Actiontec Electronics vendor DLINK 0x2001 D-Link +vendor DIGITALWAY 0x2735 Digit@lway vendor DAISY 0x3579 Daisy Technology vendor INTEL 0x8086 Intel vendor HP2 0xf003 Hewlett Packard @@ -542,6 +543,9 @@ product DIGI ACCELEPORT2 0x0002 AccelePort USB 2 product DIGI ACCELEPORT4 0x0004 AccelePort USB 4 product DIGI ACCELEPORT8 0x0008 AccelePort USB 8 + +/* Digit@lway products */ +product DIGITALWAY MPIO 0x0001 MPIO MP3 Players =20 /* D-Link products */ /*product DLINK DSBS25 0x0100 DSB-S25 serial adapter*/ -----------% cut %----------- --=20 regards, Sergey Akifyev JSC Gascom PGP key available from: ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt --=-7YCBWw1li8Ql/q4ZtJeP Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+v6NKbu06QwmNwNsRAkxJAJ9Oe6TVDO6VB3b+GnI+XIYZ3KYkcQCfVAj8 Edfzxb8EXkI0qAPJi4jrN5E= =/mKY -----END PGP SIGNATURE----- --=-7YCBWw1li8Ql/q4ZtJeP-- From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 07:50:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A18CC37B401 for ; Mon, 12 May 2003 07:50:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43A1943FE1 for ; Mon, 12 May 2003 07:50:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CEoIUp015237 for ; Mon, 12 May 2003 07:50:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CEoI6S015236; Mon, 12 May 2003 07:50:18 -0700 (PDT) Date: Mon, 12 May 2003 07:50:18 -0700 (PDT) Message-Id: <200305121450.h4CEoI6S015236@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jilles Tjoelker Subject: Re: kern/51964: panic: race condition with realitexpire() called for zombie X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jilles Tjoelker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 14:50:19 -0000 The following reply was made to PR kern/51964; it has been noted by GNATS. From: Jilles Tjoelker To: Tor.Egge@cvsup.no.freebsd.org Cc: FreeBSD-gnats-submit@freebsd.org, svdb@stack.nl, unix@stack.nl Subject: Re: kern/51964: panic: race condition with realitexpire() called for zombie Date: Mon, 12 May 2003 16:43:25 +0200 On Sat, May 10, 2003 at 05:07:56PM +0000, Tor.Egge@cvsup.no.freebsd.org wrote: > The enclosed patch should fix the problem if your source is newer than > "2003/05/01 14:16:38 PDT" (the struct proc mutex must be persistent). > If callout_pending() is true then callout_reset() has been called. > If callout_active() is false then callout_stop() has been called. I have upgraded the system and applied the patch. Brief testing indicates I can run the itimer program for more than 15 minutes without a crash. > --------------------------- > Index: sys/kern/kern_time.c > =================================================================== > RCS file: /home/ncvs/src/sys/kern/kern_time.c,v > retrieving revision 1.101 > diff -u -r1.101 kern_time.c > --- sys/kern/kern_time.c 26 Feb 2003 17:16:38 -0000 1.101 > +++ sys/kern/kern_time.c 10 May 2003 16:44:41 -0000 > @@ -527,6 +527,12 @@ > > p = (struct proc *)arg; > PROC_LOCK(p); > + /* Check for callout being active */ > + if (callout_pending(&p->p_itcallout) || > + !callout_active(&p->p_itcallout)) { > + PROC_UNLOCK(p); > + return; > + } > psignal(p, SIGALRM); > if (!timevalisset(&p->p_realtimer.it_interval)) { > timevalclear(&p->p_realtimer.it_value); > --------------------------- From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 08:30:18 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E2137B401 for ; Mon, 12 May 2003 08:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDFEA43F93 for ; Mon, 12 May 2003 08:30:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CFUFUp020360 for ; Mon, 12 May 2003 08:30:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CFUF20020359; Mon, 12 May 2003 08:30:15 -0700 (PDT) Resent-Date: Mon, 12 May 2003 08:30:15 -0700 (PDT) Resent-Message-Id: <200305121530.h4CFUF20020359@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "David O'Brien" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB83837B401 for ; Mon, 12 May 2003 08:22:09 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55FEA43FBF for ; Mon, 12 May 2003 08:22:09 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h4CFM2m2019921 for ; Mon, 12 May 2003 08:22:02 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h4CFM2an019920; Mon, 12 May 2003 08:22:02 -0700 (PDT) Message-Id: <200305121522.h4CFM2an019920@dragon.nuxi.com> Date: Mon, 12 May 2003 08:22:02 -0700 (PDT) From: "David O'Brien" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/52122: make release does not use proper binaries in release.9 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David O'Brien List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 15:30:19 -0000 >Number: 52122 >Category: misc >Synopsis: make release does not use proper binaries in release.9 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 12 08:30:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: David O'Brien >Release: FreeBSD 5.0-CURRENT i386 >Organization: Alpha re-builders >Environment: System: FreeBSD dragon.nuxi.com 5.0-CURRENT FreeBSD 5.0-CURRENT #364: Sat Apr 26 08:57:30 PDT 2003 rootk@dragon.nuxi.com:/FBSD/src/sys/i386/compile/DRAGON i386 Alpha, FreeBSD 5.1-beta >Description: 'make release' populates the chroot area with potentually non-latest bits (acceptable), and those bits are not refreshed as part of the release world build w/in the chroot area. This means that the release.9 target is using disklabel & friends from the host system and not those matching the 'cvs up' tag(date). Thus if one of these tools is broken and is later fixed, 'make rerelease' will not get the fixes. >How-To-Repeat: difficult -- review the Alpha 5.1-BETA re-alpha thread. >Fix: add 'make -DNOGAMES -DNOHTML -DNOINFO -DNOMAN -DNOPROFILE installworld' to {CHROOT}/mk. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 11:00:28 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3D5637B407 for ; Mon, 12 May 2003 11:00:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1711A43FAF for ; Mon, 12 May 2003 11:00:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CI0RUp033743 for ; Mon, 12 May 2003 11:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CI0RcB033732; Mon, 12 May 2003 11:00:27 -0700 (PDT) Date: Mon, 12 May 2003 11:00:27 -0700 (PDT) Message-Id: <200305121800.h4CI0RcB033732@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mikhail Teterin Subject: Re: i386/51210: gcc compiler bug with floating point X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mikhail Teterin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 18:00:29 -0000 The following reply was made to PR i386/51210; it has been noted by GNATS. From: Mikhail Teterin To: freebsd-gnats-submit@FreeBSD.org, ura@euro-bill.net Cc: Subject: Re: i386/51210: gcc compiler bug with floating point Date: Mon, 12 May 2003 13:51:19 -0400 This seems like a duplicate of PR bin/43299: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=bin/43299 -mi From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 11:00:31 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 933F837B401 for ; Mon, 12 May 2003 11:00:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31DC843F93 for ; Mon, 12 May 2003 11:00:31 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CI0VUp033787 for ; Mon, 12 May 2003 11:00:31 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CI0SLD033764 for freebsd-bugs@freebsd.org; Mon, 12 May 2003 11:00:28 -0700 (PDT) Date: Mon, 12 May 2003 11:00:28 -0700 (PDT) Message-Id: <200305121800.h4CI0SLD033764@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, 12 May 2003 18:00:32 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/04/09] pending/50751gnats-admin Re: ports/50728: Update: update of multim o [2003/04/30] pending/51648gnats-admin Re: mod_perl2 port can't make package on o [2003/05/01] pending/51661gnats-admin Re: make www/rt3 be compatible with www/p o [2003/05/01] pending/51679gnats-admin Re: wrong dependency on the linux-quake3a o [2003/05/05] pending/51820gnats-admin security/cyrus-sasl?: Group readable file o [2003/05/07] pending/51930gnats-admin Re: fix build on 4.x for net/p5-Net-RawSo o [2003/05/07] pending/51943gnats-admin Re: fix build on 4.x for net/p5-Net-RawSo o [2003/05/08] pending/51981gnats-admin Re: PR: docs/37221 && docs/51886: mount_n o [2003/05/08] pending/51988gnats-admin Re: PR: docs/37221 && docs/51886: mount_n o [2003/05/11] pending/52063gnats-admin Re: Update: databases/p5-DBD-ODBC o [2003/05/12] pending/52101gnats-admin Re: devel/sdl12 build failure on 4.8-S o [2003/05/12] pending/52102gnats-admin Re: devel/sdl12 build failure on 4.8-S o [2003/05/12] pending/52103gnats-admin Re: devel/sdl12 build failure on 4.8-S o [2003/05/12] pending/52104gnats-admin Re: devel/sdl12 build failure on 4.8-S o [2003/05/12] pending/52114gnats-admin Re: devel/sdl12 build failure on 4.8-S o [2003/05/12] pending/52115gnats-admin Re: devel/sdl12 build failure on 4.8-S 16 problems total. Non-critical problems From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 11:01:09 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E1CE37B401 for ; Mon, 12 May 2003 11:01:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 476B443FBD for ; Mon, 12 May 2003 11:00:38 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CI0cUp033914 for ; Mon, 12 May 2003 11:00:38 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CI0Vrr033798 for freebsd-bugs@freebsd.org; Mon, 12 May 2003 11:00:31 -0700 (PDT) Date: Mon, 12 May 2003 11:00:31 -0700 (PDT) Message-Id: <200305121800.h4CI0Vrr033798@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, 12 May 2003 18:01:09 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch f [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde p [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG f [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/05/09] misc/18466 jwd install via nfs or ftp media silently tru o [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig f [2000/05/29] kern/18874 peter 32bit NFS servers export wrong negative v o [2000/06/13] kern/19247 uthread_sigaction.c does not do anything o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A f [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off f [2000/11/01] kern/22494 silby Fatal trap 12: page fault while in kernel f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer f [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 fenner lacks many ISO C99 features (NAN f [2000/11/27] i386/23145 brian pppoe-test-program panics the server f [2000/11/29] kern/23173 read hangs in linux emulation a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to o [2001/04/13] kern/26549 IPsec policies for more than one pair of f [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm f [2001/05/03] kern/27059 groudier (symbios) SCSI subsystem hangs under heav a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number f [2001/05/11] kern/27275 kernel bug ? f [2001/06/27] kern/28465 Enabling softupdates on a clean but activ f [2001/06/27] kern/28466 When soft updates is enabled, cpl is not f [2001/07/04] kern/28703 Kernel reboot during tape backup of nfs m o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/15] ports/28995 max deMime produces blank line in header part o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause o [2001/08/18] kern/29844 standards [PATCH] setpgrp does not behave as manual o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var f [2001/09/09] i386/30458 Workstation sometimes hangs when connecte a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/27] bin/30869 dump does not dump all files of a filesys f [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard don´t work an o [2001/09/30] ports/30935 taoka pips sc880 - needs to have syvr4 support o [2001/10/04] kern/31042 murray Device name conflict o [2001/10/14] misc/31266 cjc System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe fix crunchgen to work with more contrib-k o [2001/10/17] conf/31327 Fixes and improvements for rc.diskless* s a [2001/10/31] i386/31671 doc 4.4 installer hangs at " Mounting root fr f [2001/11/02] kern/31710 silby kernel reboots; looks like an unintended o [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi f [2001/11/23] i386/32237 4.4-RELEASE keyboard doesnt work after bo f [2001/11/30] kern/32418 silby kernel table full o [2001/12/11] kern/32713 usb mouse detaches from hub and doesnt re f [2001/12/14] i386/32830 FreeBSD 4.4 install fails on Thinkpad 750 f [2001/12/14] kern/32831 sos HP Colorado IDE tape drive get wedged eas a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea p [2001/12/27] gnu/33262 mp gdb does not handle pending signals corre o [2002/01/07] bin/33670 dwmalone default inetd install allows for unlimite o [2002/01/16] kern/33951 pthread_cancel is ignored f [2002/01/17] misc/33997 Reboot Fails on Server f [2002/01/17] i386/34018 response to request from ipv6 client does o [2002/01/18] bin/34028 brian userland ppp o [2002/01/19] kern/34067 n_hibma Reproducable crash on usb ugen o [2002/01/19] kern/34071 pcn-driver is sort-of-broken in 4.5RC2 (a f [2002/01/21] i386/34144 installation,mounting root from ufs:/dev/ o [2002/01/25] bin/34274 green 4.5-RC Interoperability issue: sshd o [2002/01/30] kern/34470 bde Modem gets sio1 interrupt-level buffer o f [2002/02/07] kern/34711 frequent system stall under moderate scsi o [2002/02/18] i386/35096 Network card dies copying files > 200MB w f [2002/02/26] kern/35354 4.4/4.5 FreeBSD causes hard lock after 20 o [2002/03/01] kern/35466 xe driver can not read CIS tuples o [2002/03/06] i386/35615 sound ES1978 Maestro 2E sound card locks up mac o [2002/03/09] i386/35726 Won't let me use ifconfig on the interfac o [2002/03/15] i386/35950 ACPI missing prevents install from floppi o [2002/03/19] kern/36095 cd9660_vfsops.c: cd9660_vget_internal() k o [2002/03/26] i386/36342 rl/dc(smc) + ppppoe = major bug ! o [2002/03/27] ports/36404 security-officerAcrobat Reader seems to link against zlib o [2002/03/29] kern/36504 crash/panic vm_object_allocate under file o [2002/03/30] kern/36549 sym driver fails on Tekram DC-390U in 486 o [2002/04/07] i386/36850 Page Fault using ppp with USB Modem p [2002/04/10] ports/36964 keramida cvsupit from www.freebsd.org is out of da o [2002/04/12] kern/37015 Kernel panic in tty_subr.c while using pp o [2002/04/14] kern/37056 usb mouse with bios legacy support on han o [2002/04/14] kern/37064 System hangs when removing wire of NIC D- o [2002/04/19] kern/37257 SMP 4.5 freezes o [2002/05/12] i386/38016 i386_get_ldt range checking bug o [2002/05/12] i386/38021 i386_set_ldt can be cheated o [2002/05/13] bin/38058 brian ppp alters IP header length field 40 -> 4 o [2002/05/14] kern/38070 4.6-PRERELEASE panics on resume on Fujits s [2002/05/15] kern/38107 Panic on nullfs a [2002/05/23] i386/38459 mbr Intel SB82558B NIC won't initialize prope o [2002/05/23] i386/38484 probe freeze o [2002/05/24] conf/38518 combination of pr-27087 and pr-36911 (2) a [2002/05/26] gnu/38594 Fortan program don't link post gcc-3.1 o [2002/05/28] bin/38676 change request for pw command o [2002/05/29] i386/38698 Kernel panics when filesystem with snapsh o [2002/05/30] misc/38748 FreeBSD 4.5 Keyboard problem cannot insta f [2002/06/02] kern/38840 when i pass data over my dialup connectio o [2002/06/03] kern/38848 kernel panic when removing memory stick f o [2002/06/03] misc/38867 Boot "Read error" with offboard Promise u o [2002/06/03] kern/38872 nfs code ignores possibility of MGET(M_WA o [2002/06/04] kern/38909 kernel panic in lockmgr...with invalid pi o [2002/06/06] i386/38944 problems with ed-driver and dlink dfe-650 o [2002/06/07] ports/39008 dwhite py-kqueue wrapper broken with python 2.2 o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition o [2002/06/11] ports/39152 dima acroread4 dumps core with linux7 o [2002/06/13] i386/39234 SMP 4.6-RC freezes during boot (Fujitsu-S o [2002/06/15] misc/39341 ppp + USB modem problem o [2002/06/19] kern/39524 smbfs with nge NIC causes kernel panic o [2002/06/19] kern/39553 FreeBSD-4.6 halt on SMP machine o [2002/06/20] i386/39586 "BTX halted" hile attempting 4.6 install o [2002/06/29] kern/40003 Panic on boot w/4.6 and 4.6-stable from 6 f [2002/07/01] i386/40099 Jul 1 19:39:17 server /kernel: pid 77933 o [2002/07/05] bin/40215 wpaul NIS host search not terminate f [2002/07/12] kern/40481 Kernel fault on detecting Mylex eXtreme R f [2002/07/13] misc/40542 FreeBSD 4.6 Fatal Traps o [2002/07/14] i386/40564 SMP kernel panic on Intel SE7500CW2 o [2002/07/14] misc/40575 Kern.flp boot floppy error o [2002/07/18] kern/40723 Disabling multicast on vlan interface cau f [2002/07/22] kern/40893 www.vivirasturias.com/dmesg f [2002/07/24] i386/40965 Random root access to non-root users from o [2002/07/27] i386/41052 Fresh install on a Compaq ARMADA E500 say o [2002/07/31] i386/41212 Corrupted CRC received at random times wh o [2002/08/05] bin/41350 vnconfig: apparent off-by-one bug o [2002/08/07] kern/41402 kernal panics f [2002/08/07] kern/41417 luigi 3Com xl0 drivers generate a kernel panic o [2002/08/07] misc/41425 adding new cpu types to bsd.cpu.mk f [2002/08/08] i386/41437 qa sysinstall 4.6 RELEASE - hang f [2002/08/09] kern/41494 static routes set with interface address o [2002/08/10] ports/41513 tobez lang/perl5.8 - "make test" destroys perl o [2002/08/13] i386/41636 Kernel panic on Intel SE7500CW2 - SMP ker o [2002/08/13] bin/41647 ifconfig doesn't accept lladdr along with o [2002/08/14] i386/41663 support of promise fasttrack 100 tx2 unde o [2002/08/16] misc/41717 Memory Leak in FreeBSD o [2002/08/16] i386/41723 Copying files to filesystem causes "integ a [2002/08/18] kern/41765 rwatson UDP socket remains connected after error o [2002/08/19] misc/41792 lseek after ftruncate fails f [2002/08/21] i386/41860 qa sysinstall rel. 4.5 and 4.6 hangs o [2002/08/22] java/41913 java JniHandler and ChannelUn Errors o [2002/08/26] kern/42030 panic when zebra works on detaching tun i o [2002/08/26] i386/42046 System crashes with f [2002/08/28] i386/42124 dual xeon problem on SE7500CW2 o [2002/08/29] i386/42173 Sony VAIO FXA 53 (or FXA 679 in Mexico) w o [2002/08/30] kern/42198 Kernel panics or system hangs up with big o [2002/08/30] misc/42221 Signal 11 core dumped when fetchin index o [2002/08/30] kern/42235 system panics with "worklist_remove: item o [2002/08/31] kern/42277 mckusick Several kernel panics per day with panics f [2002/09/04] i386/42406 Compatibility of USB equipments o [2002/09/04] kern/42434 another softupdates based kernel panic: h f [2002/09/07] i386/42538 4.7 BROKEN (SED FUNCTION) o [2002/09/08] kern/42563 ATA Tagged Queuing wedges -STABLE p [2002/09/09] kern/42580 kernel crash when starting ISC 3.2 X11 bi o [2002/09/09] kern/42597 kernel panic, xl and bpf related p [2002/09/14] bin/42772 usr.bin/make: patch to stop a fork bomb o [2002/09/14] bin/42789 cp -p may report wrong exit status o [2002/09/15] kern/42796 NCR/SYM 53C825 driver detects scsi cdrom o [2002/09/18] ports/42921 nakai archivers/rpm/work/rpm-3.0.6/lib/rpmlead. o [2002/09/18] kern/42937 panic when ARP cache uses up all mbufs o [2002/09/24] i386/43351 X-Server crashes on i810 o [2002/09/26] kern/43396 silby repeatable kernel panic in if_xl.c:xl_new o [2002/09/26] i386/43412 Why my freebsd 4.6.2 auto reboot every on o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp f [2002/09/28] i386/43461 Durring Install of 4.6 on ASR-2005S/48MB o [2002/09/29] kern/43480 panic: CPU class not configured, Athlon M o [2002/09/29] i386/43491 microuptime () went backwards o [2002/10/02] misc/43576 imp Problem with wi driver and Lucent Orinoco o [2002/10/02] kern/43614 Installation Hangs at "md1: Malloc disk" o [2002/10/03] kern/43625 Wi(4) driver hangs after long data transf o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/06] kern/43738 Memory corruption in -stable with agp mod o [2002/10/06] misc/43751 FreeBSD4.6R panic during installation o [2002/10/11] misc/43954 nfs-blocked process can't return or be in o [2002/10/12] i386/43978 Kernel Panics in 4.7-STABLE with 486 CPUs o [2002/10/14] kern/44054 kernel panic o [2002/10/17] kern/44198 Toshiba PDR-M25 camera/umass o [2002/10/21] kern/44336 NFSv3 client broken - security problem wi o [2002/10/25] misc/44471 4.6 install writes MBR even when specifie o [2002/10/28] kern/44569 Kernel crash o [2002/10/30] kern/44744 VN devices can hang system FreeBSD v4.5 o [2002/11/01] bin/44808 opiepasswd makes bad seed for existing us o [2002/11/04] ports/44868 fanf sysutils/cfengine2: cfservd dies fails if o [2002/11/04] kern/44884 pcic is broken in current o [2002/11/05] kern/44950 SMP kernel crash in vm_page_free: freeing o [2002/11/07] kern/45032 Panic right after boot with FreeBSD-STABL o [2002/11/09] kern/45170 kernel panics when trying to write to ufs o [2002/11/17] i386/45383 Failed installation FreeBSD 4.7-RELEASE a o [2002/11/20] kern/45535 nfs client panic o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error o [2002/11/22] kern/45588 netscape 4.79 crashes system o [2002/11/24] kern/45698 emoore Freebsd 5.0 DP2 can not find Integrated H o [2002/11/28] bin/45824 phk malloc() overflow bug o [2002/12/02] kern/45910 emoore unable to use amr device o [2002/12/08] i386/46113 busspace bug o [2002/12/12] bin/46207 OpenSSL in base system should be updated o [2002/12/19] kern/46376 ACPI module fails to load in a IBM e-seri o [2002/12/20] kern/46392 kernel, vinum, umount, changing user mode o [2002/12/21] i386/46455 trouble with VIA EPIA 5000 system- WRITE o [2002/12/23] kern/46490 silby xl driver generates lots of interrupts wi o [2002/12/23] i386/46506 Crash Before Initialization of Printer? o o [2002/12/26] kern/46537 amr(4) hangs system on -CURRENT or make p o [2003/01/02] kern/46696 ep0 hard lockup during -CURRENT install o [2003/01/08] kern/46865 kernel panic on SuperMicro 6012-8P box o [2003/01/08] bin/46866 NIS-based getpwent() falsely returns NULL f [2003/01/14] bin/47044 gshapiro Sendmail "Can't assign requested addresse o [2003/01/17] kern/47167 5.0 RC 3 (and 2) has 1 second uptime on T o [2003/01/21] i386/47295 kernel panic during FreeBSD 5.0 installat o [2003/01/22] bin/47384 qa sysinstall ignores intended destination d o [2003/01/24] i386/47428 Installing 4.7 on pst0 device fails o [2003/01/24] i386/47429 5.0-REL will not install on pst device o [2003/01/24] java/47447 java linux-sun-jdk1.4.1: java command can't fi f [2003/01/25] i386/47474 ftp11.freebsd.org is missing doc for 5.0- o [2003/01/26] kern/47529 ipfw natd/ipfw lose TCP packets for firewalled o [2003/01/27] bin/47538 tar buggy on memory disk partitions o [2003/01/27] kern/47544 iir does not detect direct access drives o [2003/02/03] kern/47874 NFS server crashes when given mount daemo o [2003/02/05] i386/47989 5.0-RELEASE install CD kernel panic o [2003/02/06] kern/48028 panicstr: union: missing upper layer in w o [2003/02/06] kern/48029 Fatal trap 12: page fault while in kernel o [2003/02/07] kern/48039 Fatal trap 12: page fault while in kernel o [2003/02/08] kern/48092 Fatal trap 12: page fault while in kernel o [2003/02/08] kern/48100 Fatal panic in vm_map_lookup_entry ... o [2003/02/09] i386/48123 major problem with freeBSD filesystem and o [2003/02/10] kern/48166 panic: pmap_new_proc: u_map allocation fa o [2003/02/14] i386/48274 FreeBSD 4.7-RELEASE doesn't work on Toshi o [2003/02/16] bin/48341 qa Sysinstall deletes mbr although it should o [2003/02/17] kern/48369 ext2fs no-go in FreeBSD 5 (regression ove o [2003/02/17] kern/48379 the keyboard is dead after X11R6 started o [2003/02/18] ports/48449 chuckr octave-2.1.30 needs readline-4.2 in stabl o [2003/02/24] kern/48650 Onboard fxp not functioning on Intel i815 o [2003/02/25] kern/48667 FreeBSD hangs o [2003/02/25] ports/48669 ports-bugs [patch] upgrade port/www/mod_webapp-apach o [2003/02/25] ports/48678 chuckr lang/moscow_ml port broken on 5.0 o [2003/02/25] kern/48691 kernel panics on ASUS A7N266-VM Motherboa o [2003/03/01] kern/48808 uhid(4)-related repeatable kernel panic i o [2003/03/02] kern/48849 Maxtor XT5000 causes panic in boot o [2003/03/09] kern/49059 mbr 3Com OfficeConnect 10/100 not detected o [2003/03/10] kern/49079 panic: bwrite: buffer is not busy o [2003/03/11] kern/49110 UHCI driver panic while booting if any US o [2003/03/13] i386/49978 installation problem on Acer Altos G300 o [2003/03/17] ports/50082 lioux net/dctc-gui-qt (0.0.3) does not build on o [2003/03/20] kern/50148 Incorrect applied default ACLs o [2003/03/23] kern/50216 ipfw kernel panic on 5.0-current when use ipfw f [2003/03/23] kern/50229 FreeBSD detects laptop drive geometries i o [2003/03/28] kern/50393 union_lookup returning . (0xba8ade90) not o [2003/04/07] kern/50691 EOT detection in sa driver prevents mutli o [2003/04/08] ports/50736 wjv ports/mail/mailman /var/cron/tabs/mailman o [2003/04/09] kern/50747 3Com 3CSOHO100B-TX (OfficeConnect 10/100) a [2003/04/10] ports/50798 ports-bugs audio/faad does not build o [2003/04/10] ports/50802 sheldonh Multi-fixes for news/straw. o [2003/04/11] kern/50833 panicstr: ffs_valloc: dup alloc o [2003/04/14] ports/50954 anholt XFree86 4.0 core dump ati rage mobility o [2003/04/15] ports/50999 ports-bugs SSL with (mail/)dovecot simply doesn't wo o [2003/04/15] kern/51001 panic: ufs_dirbad: bad dir o [2003/04/15] kern/51015 kernel panic while using dirhash at ~3000 o [2003/04/15] kern/51016 kernel panic: ufsdirhash_lookup: bad offs o [2003/04/16] ports/51080 ports-bugs Fixes for Kerberos support in Postgresql o [2003/04/18] i386/51129 ACPI problem, booting from install cd fai o [2003/04/21] i386/51210 gcc compiler bug with floating point o [2003/04/24] i386/51338 random system hangs; system hangs because a [2003/04/26] ports/51441 ports-bugs graphic/pornview won't compile o [2003/04/27] ports/51481 nakai icewm-1.2.7 port fails on libintl.h o [2003/04/28] kern/51485 ipfw "Fatal trap 12" from bridge code with ipf o [2003/04/28] bin/51535 uthreads bug: new opened files may get st o [2003/04/29] kern/51555 Kernel panic in ifconfig when setting IP o [2003/04/29] kern/51584 panicstr: ffs_valloc: dup alloc o [2003/04/29] kern/51585 panic("ufs_dirbad: bad dir") o [2003/04/30] bin/51628 ypmatch doesn't match keys in legacy NIS o [2003/05/03] kern/51742 ffs_vfree: freeing free inode o [2003/05/05] alpha/51824 alpha Booting 5.0-RELEASE install cd with IDE H 278 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable a [1997/04/01] bin/3170 sheldonh vi freaks and dump core if user doesn't e o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1998/01/27] kern/5587 des session id gets dropped o [1998/02/28] kern/5877 kbyanc sb_cc counts control data as well as data a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 a [1998/05/06] bin/6536 peter pppd doesn't restore drainwait for tty s [1998/06/23] bin/7033 gad Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio f [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/13] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/03/02] bin/10353 jon ypserv gets segmentation violation o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/16] bin/10633 fenner [patch] tcpslice timezone problem and upd a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec a [1999/04/08] misc/11024 mtm getpwnam(3) uses incorrect #define to lim o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/28] kern/11922 deischen missing reentrant interfaces for getpwnam o [1999/07/07] kern/12551 ASIC output is shifted following a short o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 rwatson RLIMIT_NPROC works unadequately for jails s [1999/10/04] i386/14135 doc lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 NFS client appears to lose data o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie s [1999/11/12] kern/14848 murray Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 bad trap in mprotect o [2000/01/01] kern/15825 Softupdates gets behind, runs the system o [2000/01/02] i386/15845 imp Driver for RealTek 8029 f [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/23] conf/16948 qa Sysinstall/disklabel: bad partition table o [2000/02/25] misc/16991 jhb booting install disk and USB s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 mbr 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/10] kern/17905 4.0-SNAP keep on crashing every 3 days o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia s [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex f [2000/04/28] kern/18285 the system froze when use scon -s 50 o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/29] conf/20282 qa sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons p [2000/08/02] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] misc/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] kern/20609 panic: vm_fault: fault on nofault entry, o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 mp gdb does not recognise old executables. f [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes a [2000/09/15] kern/21304 mbr dc0 watchdog timeouts on NetGear FA310TX a [2000/09/18] bin/21375 mbr [PATCH] dhclient runs away on interface r s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites p [2000/09/20] gnu/21433 g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] kern/21463 emulation Linux compatability mode should not allow f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/05] kern/21771 murray Fix for sppp and Cronyx drivers update a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/19] kern/22142 cjc securelevel does not affect mount f [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/11/05] bin/22614 billf pam_ssh dumps core f [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet f [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/18] kern/22943 emulation Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/25] bin/23098 ambrisko If installing on a serial console, enable o [2000/12/04] bin/23269 green OpenSSH TIS Authentication support has br o [2000/12/07] bin/23352 [SECURITY] buffer overflow in opieftpd o [2000/12/08] kern/23400 rwatson IPsec transport mode precludes filtering o [2000/12/12] kern/23515 get error in messages system log "Dec 11 o [2000/12/13] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/14] misc/23561 emulation Linux compatibility mode does not support o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2001/01/02] kern/24032 markm rndcontrol and pccardd use of interupt ha o [2001/01/03] kern/24059 n_hibma USB support broken in SMP kernel o [2001/01/04] kern/24070 n_hibma uhci USB driver disables port on reatachi o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be f [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/06] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 dumpon should check its argument more o [2001/01/16] misc/24391 cannot kill amd after interface disappear o [2001/01/19] bin/24461 pirzyk Being able to increase the YP timeout wit o [2001/01/19] bin/24472 libc_r does not honor SO_SNDTIMEO/SO_RCVT s [2001/01/23] misc/24590 standards timezone function not compatible witn Sin o [2001/01/25] kern/24629 ng_socket failes to declare connected dat o [2001/01/25] bin/24632 libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 pthread_rwlock_rdlock can deadlock o [2001/01/28] bin/24691 map-mbone segfaults at getsockname o [2001/02/09] kern/24982 iedowse stack gap usage o [2001/02/10] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x o [2001/02/12] kern/25038 murray dhcp client could not set hostname on boo o [2001/02/13] kern/25067 adrian able to mount a pathname > 80 char. but u f [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/19] kern/25213 peter Bus abstraction interface doesn't allow p o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca s [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/28] bin/25461 qa sysinstall's fdisk and disklabel don't wo o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/05] bin/25542 standards /bin/sh: null char in quoted string o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 qa Security hole in anonymous FTP setup scri o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/22] kern/25986 silby Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 alfred mountd breaks IRIX automounter a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/12] kern/26506 phk sendto() syscall returns EINVAL in jail e o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a f [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( o [2001/04/23] ports/26797 assar arla-0.34.6 causes kernel panic/page faul o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/25] bin/26869 sheldonh vi(1) crashes in viewing a file with long o [2001/04/27] misc/26897 qa 4.3R sysinstall fails to create swap part o [2001/04/30] bin/26996 green sshd fails when / mounted read-only o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding f [2001/05/09] kern/27242 SIGHUP propagation failure to processes o f [2001/05/10] i386/27247 Panic on install - "page fault syncing di a [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] misc/27498 grog vinum crashed after 'vinum dumpconfig' o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/29] i386/27729 qa the ls120 device "afd" does not show up u a [2001/06/05] misc/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/09] bin/27988 [PATCH] let pam_ssh.so explicitly start s o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/12] ports/28102 assar Recent changes to 4.3-STABLE break arla-0 o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/16] bin/28221 eric dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent o [2001/06/24] ports/28398 ports-bugs ja-dvips cannot find tex.pro o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy f [2001/06/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] kern/28856 imp 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green multi-user with star o [2001/09/15] misc/30590 /etc/hosts.equiv and ~/.rhosts interactio o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename o [2001/09/24] kern/30798 contigfree() doesn't o [2001/09/25] kern/30820 sound PCM sound fails o [2001/09/25] ports/30823 ports-bugs New port: KinterbasDB, Python module to a o [2001/09/26] bin/30837 qa Sysinstall doesn't set the schg flag on t o [2001/09/30] ports/30947 ports-bugs mail/mahogany fails to build, conflicts w o [2001/09/30] kern/30948 ls'ing mounted brand new floppy locks up o [2001/09/30] kern/30952 silby kernel panics with 3C905[BC] cards / xl d o [2001/10/01] kern/30958 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 client modification time resolution i f [2001/10/02] i386/30991 pcm in PNP-OS mode vs. non-PNP-OS mode po o [2001/10/02] bin/30993 xxgdb cannot open source file o [2001/10/04] bin/31045 routed dumps core o [2001/10/04] kern/31047 Linux programs do not dump core in linux f [2001/10/06] kern/31085 kernel panic on tftp only pxeboot f [2001/10/07] kern/31102 lge + Pentium III data transmission probl o [2001/10/10] ports/31191 ports-bugs netsaint - plugins sometimes not found o [2001/10/11] ports/31216 znerd New port: devel/plist-builder o [2001/10/18] misc/31363 qa sysinstall "partition editor" silently co o [2001/10/21] kern/31398 cg newpcm does not play back the tail of sou f [2001/10/24] i386/31481 FreeBSD does Not find disk drives with Co f [2001/10/25] kern/31492 Panic in sysctl_remove_oid. o [2001/10/25] ports/31494 ache mod_perl fixes for apache13 port o [2001/10/26] ports/31511 obrien g++30 produces binaries which SIGBUS when o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. o [2001/10/31] kern/31659 n_hibma USB controller driver will die after some o [2001/10/31] bin/31661 pthread_kill signal handler doesn't get s f [2001/10/31] bin/31678 A bug in handling an error reading a CD-R f [2001/11/01] bin/31692 2872-or-less-byte ftp binary transfer fro o [2001/11/03] kern/31746 failed connect(2) seems to cause problems f [2001/11/05] kern/31768 darrenr Use of fastroute in IPFilter reboots the o [2001/11/05] i386/31771 brian PPP compares CHAP81 response case sensiti o [2001/11/05] kern/31790 problem with NFS and jail() o [2001/11/07] ports/31819 jmz ports/ispell install doesn't work o [2001/11/07] bin/31835 mbr dhclient doesn't close FD's before spawni a [2001/11/07] bin/31837 jhb sysinstall change mountpoint f [2001/11/07] i386/31845 Toshiba Satellite 2105CDS won't boot Free o [2001/11/09] ports/31893 des gnats-3.113.1 conflicts with /usr/bin/sen o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/14] kern/31979 Setup and boot locks Compaq Armada E500 l f [2001/11/17] java/32063 znerd patch for /usr/ports/java/linux-jdk about o [2001/11/17] bin/32072 setuid w/o immutable flag o [2001/11/18] kern/32098 semctl() does not propagate permissions o [2001/11/19] kern/32118 mbr 21143 with dc driver will not select 10ba o [2001/11/19] ports/32121 anholt xf86cfg 4.1.0 writes bad "Chipset" value o [2001/11/20] kern/32124 imp Cannot set 128 bit wep key on prism2 (wi0 o [2001/11/22] bin/32205 brian PPP login fails in LCP negotiation on opt o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/23] ports/32234 tobez Perl ports not $LOCALBASE clean f [2001/11/24] bin/32261 dump creates a dump file much larger than o [2001/11/26] bin/32295 pthread dont dequeue signals o [2001/11/27] kern/32338 Network to disk write performance low und o [2001/11/28] kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2( o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/06] kern/32556 sound system crashes when unloading sound modul o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/10] kern/32668 peter NFS directory removal problems manifested f [2001/12/10] bin/32686 wosch locate command dumps a core file with bro o [2001/12/11] ports/32700 assar inode changes for large o [2001/12/11] kern/32716 system hangs when running vid (usb webcam o [2001/12/11] bin/32717 brian ppp(8) change mss to wrong size p [2001/12/12] bin/32759 jmallett [PATCH] make(1) System V include behaviou s [2001/12/12] misc/32760 Please MFC /usr/include/malloc.h to -STAB f [2001/12/12] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 Problem with IPX and netgraph(4) o [2001/12/13] kern/32809 yet another panic while syncing disks aft f [2001/12/21] kern/33074 joe USB printer support does not detect print o [2001/12/21] ports/33080 ume grkrellmvolume interferes with the abilit o [2001/12/22] kern/33085 jlemon Samba's NMBD cannot find alias interface o [2001/12/24] kern/33138 pnp problem in 4.3, 4.4, 4.5 o [2001/12/24] bin/33155 green [PATCH] sshd can leave hanging processes o [2001/12/26] kern/33201 net/net_osdep.c:if_name is broken f [2001/12/26] misc/33213 ume rarpd fails to init IPv6 enabled interfac o [2001/12/30] kern/33344 memory leak in device resource config loa o [2001/12/30] kern/33346 jhb Kernel panic with SMP kernel o [2001/12/30] misc/33370 Post configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system o [2002/01/03] bin/33515 amd incorrectly handles multi-homed nfs s o [2002/01/04] kern/33532 sound Playing audio on some soundcards with pcm o [2002/01/04] kern/33535 invalid kernel diagnostic while writing d f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories f [2002/01/07] kern/33653 DSL PPPoE connection error on 4.5-PRERELE o [2002/01/07] misc/33672 sheldonh telnetd and mount_mfs signal handlers cal p [2002/01/09] misc/33723 select(2) implementation in threaded (-lc o [2002/01/09] kern/33738 argv == NULL is not handled correctly by o [2002/01/13] kern/33833 Correct kernel config for 4.4-RELEASE is o [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/15] ports/33927 ports-bugs ja-dvipdfm port requires texmf/dvips/base o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han o [2002/01/16] kern/33940 quotactl allows compromise gid-quotas o [2002/01/16] kern/33974 sound Can not record anything with emu10k1 on 4 o [2002/01/17] i386/33986 sound SMP and audio causes hard lockups (random o [2002/01/17] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] kern/34020 programs fail that poll(2) on fifos o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w f [2002/01/19] misc/34073 3com 3c980c runs "bursty" / freezes-unfre f [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/23] kern/34205 joe detect USB memory device, But can not use f [2002/01/24] kern/34228 Dual processor machine hangs at reboot o [2002/01/24] gnu/34246 joe CVS doesn't rebuild CVSROOT/options o [2002/01/25] i386/34267 semenu FreeBSD hangs and reboots when overloaded o [2002/01/25] bin/34269 tcpdump -v incorectly identifies packets o [2002/01/25] misc/34270 man -k could be used to execute any comma f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/02/01] i386/34536 accept() blocks other threads o [2002/02/01] kern/34544 Kernel crash on fclose() of /dev/kbd1 whe o [2002/02/02] misc/34568 turning printer on and off hangs the comp o [2002/02/03] kern/34582 wpaul Support for D-Link DFE-690TXD Cardbus PC o [2002/02/04] kern/34619 TCP - FINs with different sequence number p [2002/02/06] bin/34682 fenner scanf/sscanf doesn't understand %lld o [2002/02/08] ports/34730 lioux new port qmail-scanner - a virus-scanning o [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/10] kern/34801 darrenr TCP window size bug (afflicting IP Filter o [2002/02/10] bin/34811 sh: "jobs" is not pipeable f [2002/02/11] misc/34842 VmWare port + NIS causes "broadcast storm f [2002/02/13] i386/34902 FTP session causes server reboot o [2002/02/17] kern/35061 After printing to HP Deskjet 656c USB pri o [2002/02/18] kern/35081 zebra routing problem - kernel bug??? o [2002/02/19] misc/35116 keyinfo reports root's keyinfo o [2002/02/20] kern/35136 luigi VLAN & bridging & MTU o [2002/02/22] bin/35214 obrien dump program hangs while exiting f [2002/02/23] kern/35248 panic: ffs_valloc: dup alloc f [2002/02/23] misc/35267 after cvsup src-all for 4.5, /stand/sysin o [2002/02/25] bin/35307 standard include files are not standard c o [2002/02/25] bin/35309 umount -f does not work for ufs floppy o [2002/02/25] misc/35310 SSHing with expired password does not bri o [2002/02/25] java/35320 java linux-jdk-1.4 JVM fails when running Tomc o [2002/02/25] bin/35329 Linking against libc_r.* provokes nasty l o [2002/02/26] misc/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 emu10k1: no posibility to record sound. K o [2002/02/26] ports/35353 green cfs strips eighth bit of file name on "ou o [2002/02/27] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/02/28] kern/35442 Problem transmitting runts in if_sis driv o [2002/03/01] alpha/35455 alpha Unable to compile ISA NIC devices into ke f [2002/03/01] kern/35461 trap 12 when booting with Maxtor 160G dis o [2002/03/03] misc/35506 innetgr() doesn't match wildcard fields i o [2002/03/03] kern/35511 sis(4) multicast filtering doesn't pass s o [2002/03/07] bin/35622 sigaltstack is missing in libc_r o [2002/03/07] kern/35631 SKIP and IPSEC together cause kernel pani o [2002/03/07] kern/35645 Layer 2 switching using default router of o [2002/03/07] misc/35662 send-pr and/or web pr query system screws o [2002/03/08] kern/35669 NFSROOT breaks without a gateway s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for f [2002/03/08] kern/35691 mbr Realtek NIC driver does not work with Rea o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/10] i386/35742 USB 2.0 attached device cannot be fdisk'd o [2002/03/10] kern/35756 USB reattach of Sony DSC-S75 fails, USB s o [2002/03/11] misc/35774 [SECURITY] Suboptimal auditing possibilit o [2002/03/12] bin/35842 rm -f nonexistent file successful but rm o [2002/03/13] bin/35843 maxim [PATCH] MD5 auth implemented in routed is o [2002/03/13] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/13] conf/35880 rc files could be a bit more jail friendl p [2002/03/15] bin/35921 jon Wrong path reduction of dot-dot paths in o [2002/03/15] bin/35925 fixit floppy cannot be mounted on USB dri a [2002/03/16] kern/35985 re swap double mount o [2002/03/16] kern/35986 Wrong bpf-header preceading packet when u f [2002/03/16] kern/35989 720KB floppies unusable o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free p [2002/03/17] kern/36038 bp sendfile(2) on smbfs fails, exposes kerne o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup o [2002/03/20] kern/36147 bogus irq 7 message being issued f [2002/03/21] kern/36160 Kernel halts while trying to detect CD-C6 o [2002/03/21] bin/36167 _THREAD_SAFE & _REENTRANT used inconsiste o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/22] kern/36219 poll() behaves erratic on BPF file descri o [2002/03/22] kern/36220 panic: sched_sync: fsync failded vp 0xcf4 o [2002/03/26] kern/36329 reference of unexistent object o [2002/03/28] kern/36415 roger the bktr driver incorrectly handles the s a [2002/03/28] i386/36451 roger (sys/dev/bktr) Japan IF frequency is inco o [2002/03/29] kern/36482 Multiport starfire card (sf/ukphy) doesn' o [2002/03/29] conf/36508 installation floppy bug (See description) o [2002/03/29] i386/36517 sis driver can't map ports/memory for Net o [2002/03/29] kern/36522 stat outside procs in procfs succeeds fro o [2002/03/31] kern/36566 System reboot with dead smb mount and umo f [2002/04/01] kern/36610 acd0: MODE_SENSE_BIG command timeout - re o [2002/04/01] i386/36647 There is no suitable driver for SURECOM E f [2002/04/03] kern/36708 panic: ufs_dirbad: bad dir during pkg_inf f [2002/04/03] i386/36718 install boot before sysinstall halts ata1 o [2002/04/04] i386/36761 Symbol problems dependant on boot method, o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo f [2002/04/05] kern/36790 kernel panic in biodone() on boot p [2002/04/05] ports/36804 pat portupgrade of apache13+modssl causes cer o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/07] kern/36858 murray The USB flash drive "Apacer HandyDrive" c o [2002/04/07] bin/36867 games/fortune: add FORTUNE_PATH env var, o [2002/04/08] ports/36879 mbr emulators/vmware2 freezes and reboots sys o [2002/04/08] conf/36911 installation floppies miss autoload file o [2002/04/09] bin/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/09] i386/36943 reboot hangs on Tyan Thunder K7 with SMP o [2002/04/09] kern/36953 des linux emulation does not work well on SMP o [2002/04/11] i386/36991 Installing gnome from packages over the n o [2002/04/11] misc/36999 2 Default Routes Created o [2002/04/11] ports/37006 dirk cdrecord does not work with Teac USB CDRW o [2002/04/13] kern/37035 trhodes [PATCH] msdosfs_readdir() freezes after f o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun f [2002/04/16] ports/37142 dirk [Patch] devel/pth (use libtool and load s o [2002/04/16] bin/37159 ru more then one natd use running use the sa p [2002/04/16] kern/37171 tjr smbfs non-functional in -STABLE o [2002/04/17] ports/37180 dirk [New Port] php-dev (apache 1.3 / 2.0 modu o [2002/04/18] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/19] ports/37262 ports-bugs gphoto2 fails to find supported USB digit o [2002/04/19] kern/37270 jeff nullfs broken by locking changes in -curr o [2002/04/21] kern/37326 roger smbus/bktr crash when omitting "device ii o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/22] ports/37361 ports-bugs installing gcc30 port breaks devel/gettex o [2002/04/23] alpha/37382 alpha de0 (tulip) DEC-21140A card stays in OACT o [2002/04/23] alpha/37385 alpha xl0 network card (509B) fails on heavy tr o [2002/04/23] misc/37399 rsh does not work from Win 2k to freeBSD o [2002/04/24] kern/37436 accept dead loop when out of file descrip o [2002/04/24] kern/37441 ISA PNP parse problem o [2002/04/24] kern/37443 incorrect move pointer in environment str o [2002/04/25] bin/37468 ports-bugs mpeg_play compiled on current/DP1 does no o [2002/04/26] i386/37482 Weird behaviour under relatively slow loa o [2002/04/27] kern/37502 NFS client ignores mtime.tv_usec for open o [2002/04/28] i386/37523 lock for bios16 call and vm86call p [2002/04/29] kern/37573 maxim kernel crashes when changing dummynet pip o [2002/04/29] misc/37585 System hangs on install at probing device o [2002/04/30] misc/37586 newfs failing in 5.0-DP1 initial install o [2002/04/30] kern/37589 Kernel panics upon resume from zzz on my o [2002/05/01] kern/37635 USB ufm driver using major 200, although a [2002/05/01] kern/37656 robert Linux emulator 'Invalid Argument' error i o [2002/05/03] ports/37708 ache mod_proxy broken in apache 1.3.24 o [2002/05/03] misc/37710 murray LAN interface in wrong state after attemp o [2002/05/04] i386/37734 sys/i386/boot/dosboot needs to be replace f [2002/05/05] misc/37775 netsmb/smb_subr.c needs opt_global.h in S o [2002/05/08] misc/37863 Configuration of X corrupts screen, and i o [2002/05/09] kern/37889 kernel panic when writing to a FAT32 part o [2002/05/12] ports/37995 trevor lilypond port will not build due to bison o [2002/05/12] kern/37998 panic: vinvalbuf: dirty bufs o [2002/05/12] kern/38011 Fatal Trap 12 using Xircom CE2 in IBM 760 a [2002/05/12] ports/38018 znerd ports/www/jakarta-tomcat4: make passing o a [2002/05/12] ports/38020 znerd ports/www/jakarta-tomcat4: stop tomcat vi o [2002/05/13] kern/38024 kernel panic with devices 'sio' removed f o [2002/05/14] kern/38095 bp vlan not supported with fxp o [2002/05/16] i386/38151 Installation of 5.0DP1 panics very early f [2002/05/16] kern/38166 gad ipv6_gateway_enable="YES" breaks lpd o [2002/05/17] kern/38210 SIOCGIFCONF truncates interface list. o [2002/05/17] ports/38212 knu XFree86-4 and portupgrade get dependencie o [2002/05/18] misc/38241 mount_cd9660 doesn't mount/read multisess o [2002/05/21] ports/38375 dirk The port lang./php4 can't be used as CGI o [2002/05/22] kern/38438 System crashes when starting XFree4 o [2002/05/23] misc/38460 ports-bugs core dumps with ghostscript o [2002/05/24] kern/38495 soreceive fails to maintain invariant on s [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 the procces compiled whith pthread stoppe o [2002/05/25] kern/38554 changing interface ipaddress doesn't seem o [2002/05/25] kern/38562 bridge_cfg=*dc0* ; kldload if_dc => panic o [2002/05/26] misc/38582 qa sysinstall sets newfs flag after changing o [2002/05/27] ports/38602 ports-bugs x11-wm/tvtwm is confused about PREFIX o [2002/05/27] bin/38609 qa Sysinstall should know the size of the va o [2002/05/27] kern/38632 Loss of connection with wi cards o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid o [2002/05/30] kern/38736 kernel panic during memory stick removal o [2002/05/30] kern/38752 rn_walktree_from not halting at the right o [2002/05/31] kern/38763 GENERIC kernel doesn't boot o [2002/05/31] bin/38765 peter CVS Daemon Vulnerability in 1.11.1p1 a [2002/05/31] bin/38778 mbr dhclient infinite loop on ro /etc/resolv. o [2002/06/01] kern/38794 sound ESS Solo driver truncates output o [2002/06/01] kern/38795 kldunload of snd_ess, snd_sb16, snd_sb8 p f [2002/06/02] misc/38835 qa sysinstall always installs crypto o [2002/06/04] kern/38883 'kldload bktr' stuck in state swwrt, exer o [2002/06/04] kern/38894 Dell PowerEdge 4600 PCI Bus scan problems o [2002/06/04] kern/38906 calcru: negative time of o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/07] kern/38983 Kernel fails to access disk o [2002/06/08] ports/39054 portmgr [PATCH] Support USE_OPENSSL=yes in bsd.po f [2002/06/10] misc/39104 The disc in your drive looks more like an o [2002/06/11] ports/39148 cy screen consumes 100% when run o [2002/06/11] ports/39149 ume ports/mail/cyrus-imapd: cyradm causes per o [2002/06/11] ports/39151 dima acroread4 install fails o [2002/06/11] kern/39185 core dump binary in single user mode o [2002/06/12] kern/39199 CASIO QV-4000 not recognized by /sys/dev/ o [2002/06/13] kern/39233 NonConforming IPsec implementation from F o [2002/06/13] kern/39235 not writing correct data to TI1420 PCCARD o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/13] kern/39260 pcm0 locks on boot, Compaq Presario 1920 o [2002/06/15] kern/39329 '..' at mountpoint is subject to the perm o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() o [2002/06/16] kern/39388 groudier ncr/sym drivers fail with 53c810 and more p [2002/06/16] kern/39396 cjc firewall security loophole o [2002/06/17] kern/39447 4.5R &4.6R Kernels fail to boot w/ AHA294 o [2002/06/18] ports/39479 cy Binary version of screen-3.9.11_1 in port o [2002/06/19] i386/39507 FreeBSD can't boot: BTX halted problem o [2002/06/19] i386/39536 FreeBSD default bootloader does not load o [2002/06/20] i386/39604 Install failure on HP Pavilion 310n - Una o [2002/06/21] ports/39623 dirk [New Ports] Development versions of PHP, o [2002/06/21] i386/39633 Errors reported in schistory.c in syscons s [2002/06/22] ports/39660 portmgr add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DI o [2002/06/23] ports/39760 jedgar ports/math/rcalc is too old and contains o [2002/06/24] conf/39763 Can't get a correct MAC address for MELCO o [2002/06/24] ports/39788 mharo building proftpd in ports ignores WITH_MY o [2002/06/24] i386/39802 iBCS2 emulation fork process core dumps o [2002/06/24] kern/39805 4.6R install panics with umass0 device co o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi o [2002/06/25] ports/39859 nbm ports/www/publicfile confused file name i f [2002/06/26] conf/39887 matusita /stand/sysinstall doesn't set sendmail_en o [2002/06/26] bin/39896 netmask 0xffffff00 no longer works in /et o [2002/06/26] bin/39906 johan cleaning sbin/newfs code from warnings o [2002/06/27] bin/39918 Userland PPP - CHAP and PAP are swaped o [2002/06/27] bin/39922 [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 wi0 timeouts and hangs the system while s o [2002/06/27] kern/39937 ipstealth issue o [2002/06/27] bin/39940 /usr/sbin/periodic sends thousands of ema o [2002/06/29] misc/40001 grog vinum showing -2 drives after removing se o [2002/06/30] kern/40044 SMP kernel fails to boot on DELL 610 o [2002/07/01] i386/40073 Xircom Realport Ether doesn't work in Tos o [2002/07/02] kern/40122 Device pcm stopps booting Kernel 4.6 o [2002/07/02] misc/40126 dougb bind8 port puts nslookup in the wrong pla o [2002/07/02] i386/40132 Enabling the joystick interface on es137x o [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/03] ports/40167 bp mars_nwe does not report disk full errors o [2002/07/04] kern/40176 panic: lockmgr: locking against myself -- o [2002/07/04] misc/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] ports/40216 anholt [xmh] xmh is unstable o [2002/07/05] ports/40218 anholt [xmh] mail list does not refresh automati o [2002/07/05] bin/40219 [apm] apm breaks removable media o [2002/07/05] ports/40223 anholt [xmh] Deleted mail does not appears in sc o [2002/07/05] bin/40227 CVS client doesn't upload new files creat o [2002/07/06] misc/40260 sysinstall hangs up detecting devices (No o [2002/07/06] bin/40261 sshd allows PasswordAuthentication even t f [2002/07/06] i386/40274 "fxp: device timeout" errors during heavy o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm o [2002/07/09] kern/40394 if_tap driver hard coded permission check f [2002/07/10] ports/40428 kde KDE3 trashes Xresources data o [2002/07/11] bin/40466 pax may not handle correctly some tar arc o [2002/07/11] bin/40471 des chpass(1) -a option broken in CURRENT o [2002/07/14] kern/40558 UDP6 sockets do not receive responses of o [2002/07/14] kern/40561 jlemon TTCP does not work with IPv6 o [2002/07/14] kern/40574 NeoMagic soundcard detection on Gateway S o [2002/07/15] ports/40610 jmz Latex build "cannot find Hyphenation patt a [2002/07/16] bin/40654 jhb patch: sysinstall: infinite loop a [2002/07/16] bin/40655 jhb patch: sysinstall assigns partition a to o [2002/07/16] bin/40656 qa patch: sysinstall: scripted deletion of s o [2002/07/16] ports/40672 sobomax wsoundserver defaults to using esound and o [2002/07/19] kern/40766 NEWCARD freeses system while card inserti o [2002/07/19] kern/40787 page fault while in kernel mode o [2002/07/19] kern/40792 signals lead to data loss on device ugen o [2002/07/22] ports/40886 ache pkpkg_delete apache-1.3.26_3 does not w o [2002/07/22] kern/40895 wierd kernel / device driver bug o [2002/07/22] kern/40903 Busy_count is < 0 message keeps counting o [2002/07/23] misc/40941 robert syslogd "!prog" fails for progs with non- o [2002/07/23] i386/40945 FreeBSD can not support IBM ServeRAID4Lx o [2002/07/25] i386/40972 Stallion Multiport Serial Driver . o [2002/07/26] kern/41007 overfull traffic on third and fourth adap o [2002/07/26] i386/41020 Installation was successful only after I f [2002/07/27] conf/41054 Sendmail assumptions in startup scripts m o [2002/07/29] kern/41125 adrian squid-2.4.STABLE7 loop on poll() - SMP ke o [2002/07/29] ports/41128 greid recv_addr init wrong and 512 byte udp pac o [2002/07/29] i386/41138 silby vr0 locks up on one hub, OK on another o [2002/07/31] kern/41216 Get "NFS append race" error o [2002/08/01] misc/41242 periodic scripts make unwarrented assumpt o [2002/08/03] bin/41297 mp {t,}csh backquote/braces expansion bug f [2002/08/04] bin/41327 jon skey decrementing but not authorizing wit o [2002/08/04] misc/41331 Pthread library open sets O_NONBLOCK flag f [2002/08/06] kern/41374 panic: Removing other than first element o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/07] bin/41435 mbr dhclient writes lease file that it can't f [2002/08/10] kern/41525 SiS 630 Modem and Soundcard on FreeBSD 4. f [2002/08/11] misc/41557 periodic daily -> 500.ipfwdenied -> syste o [2002/08/11] i386/41569 silo overflow o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie o [2002/08/16] kern/41720 if_nge_load=YES make system not bootable o [2002/08/16] kern/41740 grog vinum issues: page fault while rebuilding f [2002/08/16] i386/41741 Cron calling periodic spawns hundreds of o [2002/08/18] i386/41757 qa sysinstall 4.6.x unstable o [2002/08/18] ports/41767 obrien make clean causes infinite loop o [2002/08/19] i386/41776 mrouted doesn't route multicast packets o [2002/08/19] bin/41777 /etc/periodic/daily/100.clean-disks remov o [2002/08/20] docs/41824 murray LANG is not documented in setlocale(3) o [2002/08/21] kern/41850 sysinstall fails to create root filesyste f [2002/08/21] docs/41865 trhodes [PATCH] XFree86 section should document - o [2002/08/22] kern/41881 julian ng_device was not MFCed for 2 months o [2002/08/22] bin/41908 make: $? not always set o [2002/08/23] i386/41930 declaration clash for ffs() and ${CXX} o [2002/08/23] conf/41935 PPPoE problem with 3com device - 3c12 s [2002/08/23] ports/41945 alane bsd.port.mk: does not run ACLOCAL o [2002/08/24] ports/41966 edwin audio/play: sblive, can cause "Device bu o [2002/08/24] i386/41979 top(1) reports zero CPU utilization o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, o [2002/08/26] misc/42029 add rdist flags to /etc/periodic/daily/32 o [2002/08/27] misc/42062 2 computers with the same network interfa o [2002/08/27] kern/42089 ntp_gettime returns time in wrong scale o [2002/08/27] bin/42093 ypbind hangs on NIC with the lowest scope o [2002/08/28] misc/42115 luigi PicoBSD: fix build script for 4.6-STABLE o [2002/08/28] ports/42118 petef mail/isoqlog fails to compile due to auto o [2002/08/28] kern/42120 arp(8) fails due to ioctl SIOCGIFNETMASK o [2002/08/29] misc/42172 ftp and fetch client needs an active comm o [2002/08/30] ports/42186 demon devel/autoconf and devel/p5-File-Tools ar o [2002/08/30] kern/42216 simultaneous multiple server network fail o [2002/09/02] bin/42318 ipfw NATD redirect limitations o [2002/09/02] kern/42352 Impossible to set RCV timeout on a socket p [2002/09/02] bin/42356 uudecode -o doesn't work if piped o [2002/09/03] bin/42397 dlclose for a module loaded with RTLD_GLO o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/05] kern/42457 Hack to allow Linux Matlab to exit o [2002/09/05] i386/42463 4.6 and 4.6.2 fail to boot on Sony CD-ROM o [2002/09/06] bin/42484 ps: uprocp documented but not implemented o [2002/09/06] i386/42495 Drive Timeout - New Dell GX260 o [2002/09/07] ports/42516 openoffice OpenOffice.org generate wrong WM_LOCALE_N o [2002/09/07] i386/42539 Fatal Trap 12 resulting from Conner Perip o [2002/09/08] ports/42556 nakai archivers/rpm linked statically o [2002/09/08] kern/42564 record bug with emu10k1 driver o [2002/09/08] kern/42578 Using PCI serial cards (puc) in SMP machi o [2002/09/09] ports/42612 ports-bugs gphoto2 2.1 core dumps on DC290 o [2002/09/09] kern/42617 rename(2) IEEE Std 1003.1-2001 Violation o [2002/09/09] kern/42621 Dell Inspiron 5000e hangs when using Orin o [2002/09/10] misc/42623 luigi net.inet.ip.fw.autoinc_step not present a o [2002/09/10] kern/42629 panic in nfs_get o [2002/09/10] kern/42638 CS4326/4327 (MSS) buggy output playing 11 o [2002/09/10] ports/42643 fanf new mainstream version from sysutils/cfen f [2002/09/10] ports/42647 ports-bugs port pybliographger does not configure o [2002/09/11] kern/42652 error deleting r/o (by windows) files on o [2002/09/11] bin/42658 recompile /usr/src/libexec/telnetd and lo o [2002/09/12] ports/42713 wjv biology/emboss : problems building EMBASS a [2002/09/12] kern/42714 mbr dc ethernet driver is broken o [2002/09/13] gnu/42726 cvs -R pserver & val-tags: story continue o [2002/09/13] kern/42727 [PATCH] Wrong MTU in need-frag ICMP using o [2002/09/13] ports/42729 obrien bash manpage has /bin/bash as location fo o [2002/09/13] misc/42748 USB on hardware list does not work o [2002/09/13] i386/42750 Fdisk makes no difference between FAT32, o [2002/09/13] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/09/14] misc/42767 User PPP fails if processor usage is cons a [2002/09/14] ports/42777 openoffice OpenOffice install fails o [2002/09/14] ports/42783 steve open-motif port doesn't compile o [2002/09/14] i386/42784 pcmcia 16bit network card removal locks a o [2002/09/14] i386/42794 Asks for "ew Password" then unexpectably o [2002/09/15] misc/42801 FreeBSD freezes when opening cuaa0 with a o [2002/09/15] kern/42805 System lockup o [2002/09/15] i386/42806 VLANs do not work with fxp + catalyst as o [2002/09/16] kern/42847 panic: backgroundwritedone: lost buffer o [2002/09/16] misc/42849 MBR is scribbled on by by freebsd o [2002/09/19] ports/42964 billf /usr/ports/net/mtr: I don't want mtr-gtk o [2002/09/20] kern/42983 wi0 sporadically freezes the system for 1 o [2002/09/20] ports/43036 alane python-doc packages aren't found by pydoc o [2002/09/20] kern/43151 Panic 20 seconds after resume o [2002/09/21] kern/43175 uvisor.c table error f [2002/09/21] bin/43209 download of bin.cp is only 239717 and not o [2002/09/21] i386/43222 setrootbyname panic in 4.6 o [2002/09/21] bin/43223 pirzyk getnetby{name|addr} broken for DNS lookup o [2002/09/23] bin/43299 march=pentium4 miscompiles msun/src/e_pow o [2002/09/23] ports/43301 steve mwm confused by mouse events following up o [2002/09/23] kern/43314 kernel panic "clist reservation botch" o [2002/09/24] bin/43337 fetch: -s fails if -4 or possibly other o o [2002/09/25] kern/43352 luigi ipfw aborts processing file/pipe when del o [2002/09/25] i386/43366 Cannot format media in USB floppy devices o [2002/09/26] ports/43408 ports-bugs graphics/mpeg2play does not install docum o [2002/09/28] ports/43454 www Packages hard to find, often missing o [2002/09/28] kern/43462 copying files from olympus C-4040 digital o [2002/09/29] kern/43475 grog Starting Vinum again while active corrupt o [2002/09/29] bin/43501 getpwnam, getpwuid fail when linking agai o [2002/09/30] bin/43505 ssh session "crash" if you are typing sec p [2002/10/01] alpha/43567 alpha strtod() core dumps o [2002/10/02] bin/43592 mktime rejects dates at the start of dayl o [2002/10/02] kern/43599 Balloc did not check mallocated pointer i a [2002/10/02] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/03] bin/43635 filesystem damage not detected by fsck o [2002/10/04] alpha/43653 alpha rl(8) driver causes unaligned access trap o [2002/10/04] misc/43674 Able to bypass expired password o [2002/10/05] ports/43714 dirk problem with installing php4-4.2.3 o [2002/10/07] docs/43776 doc /etc/sshd_config settings overridden by P o [2002/10/07] ports/43796 ports-bugs x11-toolkits/xview does not build on 5.0 o [2002/10/07] kern/43808 usb kernel panics o [2002/10/08] i386/43814 release 4.6 & 4.6.2 does not see the hard o [2002/10/08] standards/43837wollman PKST (pakistan daylight time) changed fro o [2002/10/08] ports/43843 dirk php4 4.2.3 does not make all install suce o [2002/10/08] ports/43847 ports-bugs new ports: babytrans,gsfv,mmail,tetradraw o [2002/10/08] ports/43849 dirk mod_php4 problem o [2002/10/09] conf/43851 Colorado backup unit o [2002/10/09] i386/43852 4.7-RC "device timeout" problem a [2002/10/09] kern/43885 ken USB CDROM does not work with vmware 2.x o [2002/10/10] kern/43887 abnormal CPU useage when use pthread_mute o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/11] bin/43930 ldconfig calls bcopy with wrong size o [2002/10/11] kern/43953 Backport of BMC5703 drivers o [2002/10/12] misc/43976 Binary upgrade to 4.7R fails if package ' o [2002/10/12] kern/43984 rp driver does not support multiple PCI c o [2002/10/12] bin/43993 /usr/sbin/usbd does not handle an usb eve o [2002/10/13] kern/44011 [PATCH] PT_CONTINUE, PT_KILL and PT_DETAC o [2002/10/13] kern/44030 VNode/Swap troubles f [2002/10/14] kern/44063 sos ATA Tags (TQ) problems on 4.7-STABLE o [2002/10/14] kern/44064 Linux IPC emulation fails for recent prog o [2002/10/15] kern/44087 fatal kernel trap when ifconfig a inet6 i o [2002/10/15] ports/44101 trevor Netscape 7 port fetches unspecified compo o [2002/10/15] kern/44126 lnc network hungup at large traffics on V o [2002/10/15] kern/44128 Machines hangs during boot, if ACPI is en o [2002/10/16] kern/44130 Enabled apm hangs up FreeBSD kernel on i8 o [2002/10/16] alpha/44147 alpha kdebase 3.0.4 will not build s [2002/10/16] misc/44148 installworld in 4.7-STABLE does not insta o [2002/10/17] ports/44169 ports-bugs linux_base-7.1_1 port has bogus protectio o [2002/10/17] i386/44178 kldload of snd_emu10k1 locks system o [2002/10/17] misc/44185 Problem adding route with -interface opti o [2002/10/17] ports/44192 edwin joe o [2002/10/18] kern/44202 -stable rp driver does not work with mult o [2002/10/18] bin/44256 gshapiro /etc/mail/Makefile doesn't build submit.c o [2002/10/19] conf/44263 Intel AnyPoint II Wireless Card Unrecogni p [2002/10/19] misc/44268 ache [PATCH] FreeBSD is missing lt_LT.ISO8859- o [2002/10/19] ports/44274 dirk www/mod_php4 and lang/php4 doesn't build o [2002/10/19] ports/44295 ports-bugs New port: MLton, an optimizing Standard M o [2002/10/21] kern/44355 After deletion of an IPv6 alias, the rout o [2002/10/23] kern/44417 luigi ipfw layer2 rules are not checked for eth o [2002/10/24] ports/44440 sobomax www/viewml won't compile if qt3 installed o [2002/10/25] ports/44457 edwin [NEW PORT] devel/mingw32-binutils: new ve o [2002/10/25] ports/44458 edwin [NEW PORT] devel/mingw32-bin-msvcrt: new o [2002/10/25] ports/44459 edwin [NEW PORT] devel/mingw32-gcc: new version o [2002/10/26] i386/44497 NIC Lags? s [2002/10/26] bin/44504 mp tcsh-6.12.00's "source" command ignore co o [2002/10/26] kern/44512 pcm driver generates static half the time o [2002/10/26] kern/44514 X11 mouse pointer disappears upon suspend o [2002/10/27] bin/44518 ftpd does not show OPIE OTP challenge o [2002/10/27] bin/44519 ftpd.conf(5) contains references to ftpd( o [2002/10/27] kern/44542 Locking issues with pcm o [2002/10/27] kern/44543 Duplicate lock of type 'inp' when startin o [2002/10/27] kern/44544 Can't kldunload snd_emu10k1.ko o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end o [2002/10/28] bin/44567 ipfstat does not show IPv6 accounting inf o [2002/10/28] bin/44570 ftp behind VPN server fails host name loo o [2002/10/28] misc/44578 getnetgrent fails to read NIS netgroup ma o [2002/10/29] kern/44585 bug in lockmgr o [2002/10/30] i386/44745 Program written in C++ can hang system (s o [2002/10/30] bin/44750 usr.bin/make: parens in compound conditio o [2002/10/30] ports/44759 ports-bugs ghostscript-gnu-7.05_3 produces incorrect f [2002/10/31] ports/44799 dirk mysql323-server (3.23.53) fails to build o [2002/10/31] ports/44802 will games/xkobo broken on -current o [2002/11/02] ports/44835 knu portupgrade vs. docproj dependencies o [2002/11/03] kern/44853 Panic on resume o [2002/11/03] kern/44867 Frequent hard hangs on ASUS P4T-E/P4S-533 o [2002/11/05] kern/44936 ng_pppoe: relay session identifier does n o [2002/11/06] bin/44995 /usr/bin/limits thinks sbsize is number, o [2002/11/06] kern/45013 locking warnings in CURRENT o [2002/11/06] kern/45014 VLAN tag on frames received via em(4) are o [2002/11/06] kern/45023 flexlm does not run with linux-base-7, st o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/11] ports/45210 ports-bugs Broken Linux ABI Emulation in FreeBSD 4.7 o [2002/11/12] ports/45234 ports-bugs timidity++ portupgrade problem, removes s o [2002/11/13] bin/45272 dump/restore problem o [2002/11/14] docs/45303 doc Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/15] kern/45324 Re: 4.7 kernel does not find aha1 o [2002/11/16] kern/45353 silby Trivial local DoS via file table exhausti o [2002/11/17] kern/45373 softupdate / fs damaged after loss of pow o [2002/11/18] bin/45397 nectar Telnet dumps core when MAKE_KERBEROS5=yes o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/18] ports/45417 jim everybuddy installs modules in wrong plac o [2002/11/19] bin/45478 tjr /bin/sh coredump o [2002/11/19] bin/45484 paul pkg_update(1) does not correctly re-regis f [2002/11/19] ports/45490 ports-bugs tightvnc leaks connections o [2002/11/19] ports/45495 portmgr Fix port bsd.port.mk to build when there o [2002/11/20] i386/45525 Dell Inspiron 7000 does not recognize PC- o [2002/11/20] bin/45529 hexdump core-dumps with certain args [PAT o [2002/11/20] ports/45531 ports-bugs Upgrade port hyperlatex-2.5 to 2.6 o [2002/11/21] i386/45558 mdconfig and msdosfs make fs writes hang o [2002/11/21] i386/45565 qa sysinstall: write error, filesystem full o [2002/11/21] kern/45579 Panic from USB stack after device detach o [2002/11/24] bin/45669 des pam_ssh fails in presence of SIGCHLD hand o [2002/11/24] kern/45673 sound PC98 internal CS4231A is mis-detected to o [2002/11/24] kern/45679 sound Cannot record except 8bit-mono with CS423 o [2002/11/24] kern/45682 sound Sometime failed to record/play with CS423 o [2002/11/25] kern/45713 emoore If you use the amr driver, it is impossib o [2002/11/25] bin/45721 darrenr ipfilter's flags and icmp-type processing o [2002/11/25] bin/45723 ls(1)'s wrong behaviour with not searchab o [2002/11/25] kern/45733 file descriptor flags and socket flags ou o [2002/11/26] gnu/45744 /usr/bin/makeinfo sometimes segfaults o [2002/11/26] bin/45754 vnconfig(8) fails to return correct exit o [2002/11/26] ports/45757 trevor mail/xc-mail: update to current (2.2) & c o [2002/11/26] conf/45766 rcNG broke non-system sshd startup o [2002/11/26] misc/45772 Kernel does not compile with IPFILTER opt o [2002/11/26] i386/45773 Softboot causes autoconf failure on Broad o [2002/11/26] kern/45777 crashdump issue with too-small dumpdev o [2002/11/27] conf/45792 Compaq WL200 entry in etc/defaults/pccard o [2002/11/27] ports/45805 ports-bugs security/sfs does not build on Alpha o [2002/11/29] docs/45833 trhodes nsmb.conf man page o [2002/11/30] ports/45894 sobomax wxgtk-2.2.9 conflicts with /usr/ports/dev o [2002/12/02] kern/45913 WaveLan driver problems with latest -CURR o [2002/12/03] kern/45966 TCPDEBUG kernel option broken by changes o [2002/12/03] ports/45972 tobez Perl system() calls will hang if the proc o [2002/12/03] ports/45976 ports-bugs librdiff is old version with serious memo o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 Telnet fails to properly handle SIGPIPE o o [2002/12/05] ports/46008 kiri [PATCH] Update mail/mew2 to Mew 2.3 o [2002/12/05] ports/46013 dbaker misc/dnetc: fix install error o [2002/12/05] i386/46017 smb mounts break /etc/periodic/weekly/310 f [2002/12/06] ports/46029 ijliao centericq 4.7.8_5 fails to build o [2002/12/06] ports/46030 mharo ProFTPD 1.2.6 fails to build o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep o [2002/12/06] ports/46039 ports-bugs adzapper install fails out of the box o [2002/12/08] i386/46100 Random panic. o [2002/12/09] ports/46149 trevor Celestia build fix o [2002/12/09] java/46151 java Sound Capture works only one time o [2002/12/09] kern/46152 Panic in adw dumping to tape o [2002/12/10] ports/46164 ports-bugs incorrect work of pkg_add f [2002/12/10] ports/46167 ports-bugs New port: sysutils/gkleds o [2002/12/10] bin/46175 Evolution reports "Generic error" creatin o [2002/12/10] kern/46176 umass causes kernel panic if device remov f [2002/12/11] ports/46180 ports-bugs lang/squeak3 creates $PREFIX/bin/squeak s o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/11] www/46195 www man page kadmind(8) not found at www.Free o [2002/12/12] i386/46223 PC-CARD presence makes kernel panic o [2002/12/12] kern/46226 5.0-RC1 ipfilter module [ipl.ko] fails to o [2002/12/13] kern/46239 posix semaphore implementation errors o [2002/12/13] misc/46245 AC'97 is not supported on ABIT BW7 o [2002/12/13] bin/46249 [PATCH] /usr/bin/cmp -x ignored on specia o [2002/12/15] java/46269 java ports/java: jdk 1.3.1 p7 fails to build w f [2002/12/15] ports/46278 edwin New Port: games/vegastrike o [2002/12/15] docs/46286 doc there's an omission and an error in the n o [2002/12/17] ports/46322 tobez lang/perl5 - string '0' (zero) is not con o [2002/12/17] ports/46329 chuckr gnuplot compiled with -march=pentiumpro o o [2002/12/17] ports/46338 ports-bugs cyrus-sasl-1.5.27_7 mysql_verify_password o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 USB controller cannot be initialized on I o [2002/12/19] ports/46380 dirk mod_php4-4.2.3 file_exists() always retur o [2002/12/19] ports/46381 sumikawa racoon coredumps when talking to win2k o [2002/12/20] ports/46399 ports-bugs lib o [2002/12/20] conf/46401 dougb [PATCH] /etc/rc.d/named doesn't create ch o [2002/12/20] kern/46405 [PATCH] Bad VLAN handling on NIC's with V o [2002/12/21] ports/46443 ports-bugs lang/jgnat compilation failure f [2002/12/21] i386/46446 make(1) core dumps on buildworld o [2002/12/22] i386/46484 System panics upon configuration of bge N o [2002/12/23] ports/46507 ports-bugs Failure to Build Postfix-Current due to S o [2002/12/24] kern/46521 bktr(4)'s yuv422_prog is broken. o [2002/12/25] ports/46530 ports-bugs GtkAda2 links against unexistent libgthre o [2002/12/25] bin/46533 Inadequate validity checking on args to t o [2002/12/26] kern/46551 cbb driver hangs on Sony Vaio o [2002/12/26] i386/46553 System freezes after awakening from hiber o [2002/12/26] ports/46554 tobez fix a regex bug dealing with utf8 strings o [2002/12/27] kern/46557 ipfw ipfw pipe show fails with lots of queues o [2002/12/28] misc/46575 KERBEROS IV and KERBEROS V makes PicoBSD o [2002/12/28] kern/46576 FreeBSD 4.6 broke linux emulation install o [2002/12/29] kern/46618 USB (UHCI/ICH3) PALM connect/disconnect/c o [2002/12/29] kern/46619 Installation hangs on IBM Thinkpad T23 o [2002/12/29] kern/46626 Fatal error during compilation of 4.7-REL o [2002/12/31] i386/46646 snd_emu10k1.ko halting the system a [2002/12/31] kern/46647 silby Failure to initialize MII on 3Com NIC res o [2003/01/01] bin/46676 ru [PATCH] bsd.dep.mk restricts domain of ta o [2003/01/02] misc/46694 Getting DUP packets when in Promiscous mo o [2003/01/03] kern/46736 ISA audio CS4232 (HP Omnibook 5000C) work o [2003/01/03] ports/46741 ports-bugs PVM-POV fails trying to locate file/folde o [2003/01/04] kern/46752 bge(4) does not support Broadcom BCM5702C o [2003/01/04] bin/46761 buffer overflow by strcpy() in natd's arg o [2003/01/05] ports/46788 dirk www/mod_php4 could not be build with `mcv o [2003/01/05] ports/46792 ports-bugs Apache 1.3.27+mod_ssl/2.8.12 segfaults if o [2003/01/07] kern/46834 GENERIC kernel doesn't compile on Alpha a s [2003/01/07] ports/46846 lioux livecd: Running fails due to old patches o [2003/01/08] kern/46872 Make sound work on TV-cards with MSDP3415 o [2003/01/08] kern/46881 ether_input casts m_hdr to mbuf and cause o [2003/01/09] kern/46889 imp ax88790 support for ed(4) o [2003/01/09] misc/46902 Error with mount_smbfs and 15 Char Netbio o [2003/01/10] kern/46957 alfred [Patch] Bogus return value (-1==ERESTART) f [2003/01/10] ports/46964 ports-bugs Failure when running "make install" on ex o [2003/01/11] ports/46985 sobomax port x11-toolkits/py-wxPython broken on - f [2003/01/11] ports/46986 ports-bugs multimedia/mplayer-skins - interactive di o [2003/01/12] kern/47005 OHCI USB not noticing device detachments o [2003/01/14] ports/47061 ports-bugs Conflicting system headers by build of gr o [2003/01/14] ports/47089 ports-bugs multimedia/xmms - core dump (sig 10) whil o [2003/01/15] ports/47107 nbm sip port doesn't build o [2003/01/16] kern/47152 pseudo-device ef in kernel does not creat o [2003/01/16] ports/47153 znerd java/java-tutorial - checksum mismatch (n o [2003/01/17] ports/47158 ports-bugs new port ports/editors/ooodict-ru_RU o [2003/01/17] ports/47177 ports-bugs Have biology/molden build and install the o [2003/01/19] ports/47212 lioux Port `multimedia/libdvdread' could not be o [2003/01/19] i386/47236 Console missing during bootup on Sony Pic o [2003/01/19] i386/47243 Onboard CMedia CMI8738 playback noise o [2003/01/20] ports/47245 znerd daemonctl scribbles over log file when si f [2003/01/20] kern/47255 5.0-RELEASE install boot floppies hang wi o [2003/01/20] ports/47273 portmgr Ports tree references wrong crypto librar o [2003/01/20] kern/47279 IBM 370 hangs on reboot o [2003/01/20] kern/47280 APCI functions crash / corrupt / fail to o [2003/01/20] ports/47285 lioux libmpeg2 fails to build on Alpha o [2003/01/20] kern/47286 device probing not verbose when using boo o [2003/01/21] ports/47298 ports-bugs pkg_update removes installed package even o [2003/01/21] ports/47303 wjv Update biology/p5-bioperl to latest relea o [2003/01/22] kern/47352 pcm/ac'97, dsp device busy o [2003/01/23] ports/47402 ports-bugs New Port: net/sysmon o [2003/01/23] ports/47405 ports-bugs scribius could not save russian letters a o [2003/01/23] i386/47412 fdisk core dumps (gdb) with gbde disc o [2003/01/23] ports/47419 kuriyama gnupg build failure... o [2003/01/24] i386/47449 Thinkpad 755CD floppy boot fails o [2003/01/24] kern/47451 5.0 GENERIC(sysinstall CD) locks during b o [2003/01/24] kern/47452 df(1) reports filesystem empty when it is o [2003/01/25] kern/47453 Leadtek Winfast TV 2000 card identificati f [2003/01/25] bin/47496 amd cannot mount 5.0-RELEASE nfs-exports o [2003/01/26] kern/47512 bash in gdb triggers kernel panic o [2003/01/26] ports/47513 jkh net/cvsupit, add entry for src-sys-crypto o [2003/01/26] kern/47531 mutex_d panics SMP kernel o [2003/01/28] kern/47586 [PATCH] fix information-leak (mounts) in o [2003/01/28] bin/47607 quota(1) misreports nfs quotas >= 4 GB o [2003/01/29] kern/47628 msdosfs file corruption fix o [2003/01/29] i386/47647 init died with signal 6 o [2003/01/29] kern/47648 creating alias on ethernet interface caus o [2003/01/30] ports/47700 ports-bugs New port: XawPlus, a 3D replacement for X o [2003/01/31] ports/47713 lioux multimedia/ffmpeg - "make deinstall reins o [2003/01/31] ports/47734 ports-bugs [NON-MAINTAINER] devel/doc++: update from o [2003/01/31] ports/47768 ports-bugs print/ghostscript-afpl gv (3.5.8_1) can't o [2003/02/01] kern/47786 imp patch for BUFFALO LPC3-CLX 10/100Base-T P f [2003/02/01] i386/47787 markm new 5.0 system without perl fails buildwo f [2003/02/02] ports/47807 knu ruby-bdb1 fails to install o [2003/02/02] ports/47809 ports-bugs New port: Ukrainian accounting system. o [2003/02/02] i386/47813 pseudo-device gre doesn't appear to work o [2003/02/02] ports/47829 ports-bugs New port: python bindings for gtkextra o [2003/02/03] ports/47842 cy security/tripwire fails to build under CU o [2003/02/03] ports/47843 sobomax [PATCH] archivers/libcabinet: make more f o [2003/02/03] ports/47846 knu portupgrade doesn't see any packages on s o [2003/02/03] kern/47871 Kernel panic in unpredictable moments o [2003/02/03] ports/47873 ports-bugs o [2003/02/25] ports/48681 kde `x11/kdebase3' could not be build on rece o [2003/02/26] kern/48715 thomas atacontrol detach panics system when ATAP o [2003/02/26] bin/48730 burncd does not handle signals and causes o [2003/02/26] ports/48737 znerd java/jdk13-doc - 5572 files missing from o [2003/02/27] kern/48741 ipnat corrupts packets on gre interface w o [2003/02/27] kern/48752 freeze when installing 5.0 Release f [2003/02/27] kern/48753 freeze of 5.0-RELEASE related to NFS o [2003/02/27] kern/48755 5.0-p2 kernel panic probably filesystem r o [2003/02/27] kern/48758 kldunload if_{nic} can cause kernel panic o [2003/02/28] kern/48777 vidcontrol modes not restored on vt switc o [2003/03/01] ports/48803 kde KDE 3.1 (kxkb) break XKB configuration an o [2003/03/01] ports/48805 kde `Segmentation fault' for games/nethack34- o [2003/03/02] ports/48829 dirk [New Ports] php-dev (development versions o [2003/03/02] ports/48841 ports-bugs tls on postfix does not work (smtp and sm o [2003/03/02] ports/48852 kris sysutils/pstree can go into infinite loop o [2003/03/02] bin/48856 Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/02] bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unr o [2003/03/03] misc/48881 [PATCH] The influence of /etc/start_ifnam o [2003/03/05] kern/48952 uscanner0 hangs o [2003/03/05] bin/48958 standards The type 'bool' has different sizes for C o [2003/03/06] i386/48982 5.0 buildworld fails after openssl -DOVER f [2003/03/06] kern/48986 sos 5.0-R/4.7R system hangs on HighPoint RAID o [2003/03/07] kern/48996 Fatal trap 12 with incoming traffic from o [2003/03/08] kern/49040 problem mounting root; ffs_mountroot can' f [2003/03/09] bin/49048 [patch] ctm(1) does not check parent dire o [2003/03/09] ports/49051 ports-bugs port for x11-toolkits/flvw won't build o [2003/03/09] ports/49056 trevor Festival fixes for newer GCCs [PATCH] o [2003/03/10] bin/49087 Signals lost in programs linked with libc o [2003/03/11] kern/49102 julian Resident set size calculation broken in 5 o [2003/03/11] i386/49116 ACPI module disables /dev/psm0 detection o [2003/03/12] ports/49966 des portupgrade -R for linux-opera breaks ins o [2003/03/13] misc/49984 openSSH crashes while password based auth o [2003/03/13] ports/49995 phantom Native JDK1.4.1 build fails if WRKDIRPREF o [2003/03/14] ports/49998 tg textproc/rman(rman-3.0.9) segmentation fa o [2003/03/15] ports/50030 kuriyama [Update Port] textproc/dsssl-docbook-modu o [2003/03/15] ports/50042 mbr ports/www/mod_frontpage causes Bad System o [2003/03/16] ia64/50059 kan GCC bug tracker (tracks GCC PR 10116) o [2003/03/16] ports/50062 knu portupgrade does not process directives f o [2003/03/17] ports/50083 lioux qpopper 4.0.5 tarball file permissions do o [2003/03/18] ports/50093 kde x11-toolkits/qt31 port lacks of configura o [2003/03/18] i386/50099 jhb [PATCH] AP initialization fails on some S o [2003/03/18] ports/50104 ports-bugs Zope package does not set sticky bit on v o [2003/03/20] kern/50149 Using Alcatel SpeedTouch results in "usb0 o [2003/03/21] ports/50162 adrian update ports www/squid to 2.5-stable2 o [2003/03/25] kern/50298 unlimited usage of AGP memory make system o [2003/03/25] ports/50305 ports-bugs multimedia/xmms-avi fails to build on CUR o [2003/03/27] kern/50348 On usb.ko unload usb and usbN devices are p [2003/03/28] bin/50384 robert pkg_version -v core-dumps when no package o [2003/03/28] ports/50402 knu glib20 port: pthread_getschedparam is mis o [2003/03/29] ports/50417 phoenix Phoenix does not respect /usr/X11R6/lib/b o [2003/03/29] ports/50418 phoenix Phoenix file "unix.js" links to old versi o [2003/03/29] kern/50422 if_nge broken in FreeBSD 5p6 - nge0: watc o [2003/04/01] standards/50523standards Deprecate , add f [2003/05/01] ports/51676 dinoex o [2003/05/02] kern/51685 Unbounded inode allocation causes kernel f [2003/05/02] ports/51688 ports-bugs UPDATE textproc/p5-Text-Reform o [2003/05/02] ports/51711 ports-bugs /usr/ports/emulators/linux_base will not o [2003/05/02] ports/51714 ports-bugs emulators/linux_base port fails to instal o [2003/05/03] ports/51717 ports-bugs mail/pear-mailparse: fix build + fix PEAR f [2003/05/04] bin/51767 mtm /etc/rc.d/virecover in wrong order o [2003/05/05] ports/51789 ports-bugs high security hole in old dcgui/dclib por o [2003/05/05] ports/51807 ports-bugs g++295 can't parse header file f [2003/05/05] ports/51813 ports-bugs wrong mod_perl dependencies o [2003/05/05] bin/51827 getaddrinfo() is broken with numeric serv o [2003/05/06] ports/51837 murray [Unbreak Port] print/hugelatex (fix PLIST o [2003/05/06] ports/51842 skv add missing dependency textproc/p5-XML-DB o [2003/05/06] bin/51892 can't ssh after su to different local use a [2003/05/06] ports/51906 portmgr tcl/tk 8.4 categories o [2003/05/06] ports/51913 ports-bugs [math/gnuplot+] cannot build on alpha o [2003/05/07] bin/51927 routed(8) fails to use multicast with IFF o [2003/05/07] ports/51941 ports-bugs Compiling error in /usr/ports/japanese/gn o [2003/05/07] ports/51945 ports-bugs [Update/New Ports] PHP4 4.3.2 o [2003/05/07] ports/51946 jedgar grub port looking for /dev/rfd0 o [2003/05/07] bin/51949 thread in accept cannot be cancelled o [2003/05/08] ports/51953 ports-bugs NEW PORT: games/zoom o [2003/05/08] kern/51964 panic: race condition with realitexpire() o [2003/05/08] kern/51982 sio1: interrupt-level buffer overflows o [2003/05/09] ports/51996 sobomax devel/sdl12: Fix build for older FreeBSD o [2003/05/09] ports/51997 ports-bugs (update) www/p5-FastCGI to 0.67 o [2003/05/09] kern/52002 the Fiber Channel isp driver does not wor o [2003/05/09] ports/52014 ports-bugs superlu port doesn't build correctly o [2003/05/09] ports/52019 ports-bugs enhancement to math/spooles o [2003/05/11] ports/52064 ports-bugs ns2 (ports/net/ns) was broken o [2003/05/11] ports/52065 ports-bugs port of ns2(ports/net/ns) was broken o [2003/05/11] ports/52067 anholt Machine reboots when loading X after cold o [2003/05/11] ports/52068 openoffice portupgrade of openoffice.org-1.0.3 stall f [2003/05/11] ports/52069 gnome sawfish-2 (rep) hangs (?) under gnome-2 o [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM o [2003/05/11] ports/52081 kde devel/doxygen doesn't make, latex error. o [2003/05/11] ports/52087 openoffice error while building japanese/openoffice o [2003/05/12] ports/52093 sobomax devel/sdl12 build failure on 4.8-S o [2003/05/12] ports/52094 ports-bugs mail/pflogstats thinks it needs perl 5.6 o [2003/05/12] ports/52098 ports-bugs security/fuzz: privilege escalation bug o [2003/05/12] ports/52107 ports-bugs www/rt3 &% postgresql missing dependency o [2003/05/12] kern/52110 FS corruption when using unionfs o [2003/05/12] ports/52121 ports-bugs pf4freebsd port OpenBSD's pf ported o [2003/05/12] misc/52122 make release does not use proper binaries o [2003/05/12] ports/52123 ports-bugs pf4freebsd authpf authentification shell 1269 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 standards Distributed libm (msun) has non-standard s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po o [1997/01/10] bin/2442 setusershell()/endusershell() missing a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d s [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV s [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/07/18] bin/4116 Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 jmallett find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts f [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 jkoshy Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/10] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul f [1998/03/06] i386/5932 perfmon kernel code should check for non- f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl p [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/18] conf/6346 joe Kernel version strings need to relate to s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD o [1998/06/22] ports/7023 portmgr bsd.port.(%|subdir.).mk patches for size a [1998/07/01] bin/7136 markm kerberized telnetd doesn't use gettytab % s [1998/07/10] misc/7232 qa Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). f [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/22] kern/7722 Changes to acct format s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/19] kern/8376 tjr CLOCK_VIRTUAL not implemented o [1998/10/27] i386/8474 repquota does not pick up NIS information a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/27] i386/8867 qa /stand/sysinstall core dumps (signal 11) a [1998/12/18] bin/9123 pax can't read tar archives that contain f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy a [1999/01/05] bin/9333 jkoshy timestamp dump's progress o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts f [1999/01/25] kern/9679 fix for uninterruptible open in portal fi a [1999/01/28] bin/9770 jmallett An openpty(3) auxiliary program o [1999/01/29] i386/9777 cg Generic AD1816 sound suport in Luigi's pc o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames f [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/19] gnu/10670 peter cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/04/11] bin/11085 Per-host configuration for syslog.conf p [1999/04/11] bin/11092 johan readlink(1) from OpenBSD f [1999/04/13] bin/11114 tjr make(1) does not work as documented with o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 f [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM f [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 fanf [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 p [1999/06/16] bin/12244 fjoe realpath() fails when there is no permiss o [1999/06/21] conf/12324 qa Sysinstall's fdisk partition editor is mi o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics o [1999/07/25] bin/12801 nvi infinite recursion with options "left o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 cy pkg_delete doesn't handle absolute pathna f [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/06] ports/19051 asami New target for bsd.port.mk : fetchdepends o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel f [2000/06/15] gnu/19327 Fix to build 'a.out' binary. o [2000/06/19] misc/19391 emulation Evilness with Linux Terminus, causes X to o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup s [2000/06/28] conf/19573 des Dot Files for Optional Shells f [2000/06/29] ports/19591 ports-bugs ssh2 port ignores 'ignorenologin' from lo o [2000/06/30] ports/19594 trevor update port: qrash o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/07] kern/19756 Inability to use linux extended partition f [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 ambrisko Run Fit it floppy from serial port o [2000/07/12] kern/19871 alfred select on named pipes always returns 'ava o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/20] bin/20054 yar ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] ports/20270 ade libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 des ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide f [2000/08/02] bin/20371 mbr dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/09] bin/20501 mjacob extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 standards sysconf(3) manpage doesn't mention posix. o [2000/08/10] kern/20529 wpaul gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 peter top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an f [2000/08/24] misc/20830 kernel link problems with Olicom token ri f [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/26] bin/20881 There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/29] kern/20927 ume dmesg output: looutput: mbuf allocation f o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] docs/21024 bde pow() ERANGE bug o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/24] bin/21519 standards sys/dir.h should be deprecated some more f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] bin/21766 [PATCH] add -s (skip) flag to head(1) o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy a [2000/10/06] kern/21807 [patches] Make System attribute correspon o [2000/10/07] docs/21826 wollman ARP proxy feature lacks documentation o [2000/10/09] kern/21859 Allow the syncer to be slowed down o [2000/10/09] ports/21885 portmgr bsd.port.mk: test for old layout is too o [2000/10/14] conf/21994 qa Config of Anonftp (at install) always cre o [2000/10/16] bin/22033 iedowse [PATCH] to pw(8) to allow encrypted passw o [2000/10/16] bin/22034 nfsstat lacks useful features found in So f [2000/10/18] misc/22073 xonsole: couldn't open console f [2000/10/18] conf/22102 Local scripts get run before securelevel o [2000/10/21] bin/22182 vi options noprint/print/octal broken f [2000/10/21] misc/22190 A threaded read(2) from a socketpair(2) f o [2000/10/21] bin/22198 inet_ntop may set errno to ENOSPC and nee o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m s [2000/10/27] bin/22351 green sed(1) fails with backslash on buffer bou o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) o [2000/11/02] ports/22550 cy Patch for conserver for log file rotation o [2000/11/04] bin/22612 schweikh crontab -e failures a [2000/11/08] misc/22696 luigi picobsd build with router configuration c o [2000/11/08] ports/22698 portmgr Ports' rc.d files should use rc.conf o [2000/11/09] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/14] docs/22861 dd newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/23] conf/23063 ru [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser f [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/27] misc/23148 getopt(3) works non-intuitively? o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/05] kern/23304 standards POSIX clock_gettime, clock_getres return o [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B f [2000/12/07] misc/23362 fenner tcpdump wrong on sppp CISCO_HDLC encoded a [2000/12/09] conf/23402 qa sysinstall upgrade ought to check partiti p [2000/12/11] bin/23472 mp gdb weirdness on programs compiled with - o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/15] i386/23562 telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois f [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] ports/23822 trevor mtree entries for German X11 man pages a [2000/12/28] bin/23912 sheldonh underflow of cnt in vs_paint() by O_NUMBE o [2001/01/04] bin/24066 mp gdb can't detach from programs linked wit p [2001/01/07] misc/24132 mp gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 sound emu10k1 has trouble playing non-44.1KHz s o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/12] ports/24299 ports-bugs Configure the synaptics touchpad. o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/18] bin/24435 qa Changing slice type causes Auto-partition o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us o [2001/01/21] misc/24513 peter new options for pppd p [2001/01/21] conf/24515 dougb Fix for find(1) warning in /etc/rc o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/23] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] bin/24757 yar ftpd not RFC compliant o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/03] kern/24827 yokota Erratic Intellimouse Explorer in 4.1 and f [2001/02/04] gnu/24844 gdb does not support Linux threads a [2001/02/05] docs/24869 keramida Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] misc/24907 qa Options screen at MenuMedia menu problem o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24983 nobutaka Emacs ports have misleading names o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu p [2001/02/11] docs/25016 ru symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 o [2001/02/13] bin/25070 gad newsyslog(8) should send signals only onc o [2001/02/13] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/27] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] bin/25462 daemon(3) fails if called by a session le f [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) p [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery f [2001/03/04] conf/25527 jdp `man ldconfig' does not reflect its behav o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 anholt XFree86-4 port installs manual pages with o [2001/03/07] bin/25598 patch to let ftpd output message when cha s [2001/03/09] bin/25627 Cannot append hash after .elif in Makefil o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon f [2001/03/13] kern/25777 atime not updated on exec a [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num f [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v a [2001/03/22] docs/26006 jeff Changing zone(9) man page p [2001/03/22] kern/26016 iedowse VMWare is crash on SMP machine f [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/28] ports/26192 ports-bugs apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 chris *printf(3) etc should gain format string o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow a [2001/04/04] kern/26348 hm [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su f [2001/04/06] kern/26385 VMWare reboots entire system after starti o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 dougb incomplete named sandbox information a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 ipfw Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 ambrisko "lnc" problem with shared memory mode wit o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who p [2001/04/17] misc/26646 srand() provides only 8-bit table f [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/22] kern/26787 dd sysctl change request f [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in a [2001/04/25] bin/26854 sound Better fix for ESS Technology Maestro-2E o [2001/04/26] misc/26879 darrenr mkfilter not installed, yet referred to v o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] bin/26919 qa sysinstall' fdisk can ONLY set bootable f o [2001/04/29] docs/26943 doc [patch] description of :C modifier is mis o [2001/04/30] i386/26994 obrien AMD Athlon Thunderbird not known to ident o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] misc/27039 new syscons screensaver f [2001/05/02] misc/27041 modify src/release/Makefile to make anoth o [2001/05/04] java/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] java/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs f [2001/05/07] bin/27188 jon fix of rsh non-interactive mode behaviour o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/08] i386/27216 qa Can not get to shell prompt from serial c o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r o [2001/05/13] i386/27306 mp hw watchpoints work unreliable under gdb o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] bin/27483 qa make sysinstall ask for the keymap at ins o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken f [2001/05/31] gnu/27803 Enhancement to sort(1) o [2001/06/01] misc/27829 pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc f [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/06] docs/27921 markm manpage skey(1) should be skey(7) o [2001/06/07] alpha/27930 NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr o [2001/06/13] ports/28121 netchild New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 harti ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] misc/28255 picobsd documentation still references ol s [2001/06/18] kern/28260 standards UIO_MAXIOV needs to be made public o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/21] ports/28332 dwcjr Gimp manual port 1-2 years out of date, m o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction p [2001/06/27] misc/28455 GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/30] docs/28555 trhodes [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/07] ports/28803 cy ports/comms/conserver does not support ## o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 mbr Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz a [2001/07/13] docs/28949 phk the mknod(8) man page stills refers to bl o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma o [2001/07/14] i386/28975 mjacob RocketPort problems o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/15] bin/28988 We need more simple message digesting too o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy f [2001/07/18] bin/29071 relay patch for rwhod o [2001/07/19] misc/29077 imp At loading notebook pccardd not correctly f [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/25] ports/29223 portmgr cyrus-imapd and postfix master.8 manpage o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not s [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p f [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar f [2001/07/29] kern/29318 mjacob Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/31] kern/29355 mux [patch] lchflags support f [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] bin/29363 gad [PATCH] newsyslog can support time as ext f [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes f [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 o [2001/08/09] bin/29581 nectar proposed gethostbyXXXX_r() implementation o [2001/08/11] kern/29621 n_hibma Missing man page for ulpt f [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/14] kern/29698 linux ipcs doesn'work o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a a [2001/08/17] docs/29807 trhodes [PATCH] XFREE86_VERSION is undocumented f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm f [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/20] misc/29893 qa suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 markm pam_unix patch, which uses loginclass pas o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29929 ports-bugs wginstall.pl script chokes on calculated o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/24] kern/30052 mbr dc(4) driver queues outgoing pkts indefin o [2001/08/27] ports/30148 ade devel/libtool: shared libs with compaq-cc f [2001/08/28] kern/30160 Kernel panic when flash disk is removed a f [2001/08/28] kern/30179 FreeBSD 5.0 install hangs: deviceTry: mak o [2001/08/29] misc/30186 getaddrinfo does not handle incorrect ser o [2001/08/29] kern/30200 yokota Bug in psm in 4.4-RC o [2001/08/29] ports/30201 msmith editors/wordperfect in ports is not usabl f [2001/08/29] i386/30206 PS/2 server 85 can't boot kern.flp o [2001/08/29] misc/30213 Fatal Errors of Server Programe f [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/03] ports/30298 chuckr [PATCH] a2ps-4.13 can't cope with ENOMEM o [2001/09/03] conf/30301 Default printcap "mx" config too small o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/05] conf/30341 murray be keymap: wrong Capslock behaviour with o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen o [2001/09/07] misc/30412 rtdl/dlopen() fails to merge common varia o [2001/09/07] kern/30422 WDT hardware watchdog driver & daemon o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/08] docs/30442 trhodes remove broken referemce to gettime(9) fro o [2001/09/08] docs/30443 keramida remove broken reference to kerberos(1) fr o [2001/09/09] i386/30461 sound no audio cd with cmi8330 o [2001/09/09] bin/30464 pthread mutex attributes -- pshared f [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/10] ports/30499 ade libtool-1.4.1 port diffs o [2001/09/11] misc/30517 using sysinstall with install.cfg has no o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall o [2001/09/13] kern/30570 boot loader don't reacts on USB keyboard o [2001/09/14] ports/30573 nakai /usr/X11R6/bin/xfce_setup does not create o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri p [2001/09/17] kern/30634 kbyanc kevent.data value incorrect for UDP socke o [2001/09/17] bin/30639 murray apmd crashes on SIGHUP (under certain con o [2001/09/17] bin/30640 murray apmd does not terminate properly on SIGTE o [2001/09/18] bin/30654 gad Added ability for newsyslog to archive lo f [2001/09/18] bin/30661 alfred FreeBSD-current fails to do partial NFS f a [2001/09/20] bin/30685 cjc Patch for usr.bin/hexdump o [2001/09/20] i386/30700 sound Applications cannot synchronize sound usi o [2001/09/22] ports/30732 obrien bash2 - pkg-plist fix and sample files ad a [2001/09/22] bin/30737 murray sysinstall leaks file descriptors on rest o [2001/09/23] ports/30754 nakai x11/dgs port overwrites a number of files o [2001/09/23] ports/30777 portmgr add a 'make pkg-plist' make target in por f [2001/09/24] ports/30788 sobomax compile works, install fails of graphics/ o [2001/09/24] kern/30794 sound ESS Solo-1 does not work after suspend/re o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/26] ports/30848 roam courier imapd won't compile with vpopmail o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica o [2001/09/26] misc/30857 intr_machdep.c allows access out of array f [2001/09/26] i386/30860 While install after "Mounting root from u o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro f [2001/09/27] ports/30870 ports-bugs httpd in free(): warning: recursive call o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/09/30] ports/30929 brian [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30936 taoka pips-sc880 installed script contains inco o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/09/30] kern/30951 Optimize page queue scan on miss of speci o [2001/10/01] alpha/30970 alpha Ensoniq 1371 (Creative chipset) does not o [2001/10/04] bin/31034 dwmalone regularly add original address logging fo o [2001/10/04] kern/31048 linprocfs:/proc/meminfo cannot handle mul p [2001/10/04] bin/31052 fenner Traceroute needs update f [2001/10/07] misc/31097 main thread will accept() failure when so o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/09] docs/31164 doc man page for strftime is incorrect o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/14] docs/31264 jdp cvsup(1) "base" option and keyword descri o [2001/10/15] misc/31297 yokota New screen blanker module for syscons o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T o [2001/10/19] misc/31380 NFS rootfs mount failure message too cryp o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/21] i386/31427 minor incorrect code in sys/i386/i386/pma o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/22] kern/31445 sound cat sound.au > /dev/audio fails for sound a [2001/10/23] kern/31455 n_hibma [PATCH] ohci driver probrem when send dat o [2001/10/23] kern/31456 Register number definition for AMD PCnet f [2001/10/25] kern/31490 Panic in sysctl_sysctl_next_ls on empy no o [2001/10/26] kern/31521 cg pcm0 plays too fast on Intel 82801BA (ICH f [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/29] bin/31588 change request to allow mount(1) to set t o [2001/10/29] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] ports/31630 jmz Port se-ispell install the dictionary in o [2001/10/30] kern/31647 socket calls can return undocumented EINV o [2001/11/01] i386/31686 Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde f [2001/11/02] i386/31716 FreeBSD uses broken tsc timecounter by de o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/09] misc/31890 new syscons font o [2001/11/10] bin/31906 No method available to unwind atexit(3) s o [2001/11/11] ports/31910 greid comms/sms_client o [2001/11/12] bin/31933 pw can interpret numeric name as userid d a [2001/11/12] ports/31943 dirk mysql323-server port hostname look up fai f [2001/11/13] kern/31971 microuptime() went backwards when apm is o [2001/11/14] misc/31981 (mis)feature in getnetent parsing -- comm o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator s [2001/11/15] i386/32014 ppi locks up system during boot o [2001/11/15] docs/32020 doc loader.8 manpage missing tunables o [2001/11/16] ports/32039 greid UPDATE devel/asmutils 0.14 -> 0.15 o [2001/11/16] docs/32054 doc inconsistency between index.3 and rindex. o [2001/11/17] conf/32067 Problems with spanish keyboard in console o [2001/11/18] bin/32092 crypt pickups the wrong password format o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc o [2001/11/20] standards/32126standards getopt(3) not Unix-98 conformant f [2001/11/20] misc/32144 murray unattended install with sysinstall doesn' o [2001/11/20] ports/32145 jmz XFree86 doesn't ldconfig itself o [2001/11/22] ports/32202 kbyanc ports/devel/py-htmlkit distribution does f [2001/11/23] misc/32210 System hangs while kernel waiting for SCS o [2001/11/23] ports/32232 dirk Update and bugfix port: www/mod_php4 o [2001/11/24] i386/32251 bugfix and new feature for apmd o [2001/11/26] conf/32288 After install: /etc/rc complains if crypt f [2001/11/26] ports/32317 petef Request for linux-qt port a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated f [2001/11/30] misc/32400 rwhod - option to specify hostname o [2001/11/30] ports/32405 dirk Japanese encoding translation support for a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/01] bin/32433 Cannot specify files beginning with + on o [2001/12/02] ports/32444 dirk www/mod_php4: ctype support o [2001/12/03] misc/32480 Missing graphic characters in syscons fon o [2001/12/04] bin/32501 quot(8) is stupid regarding the filesyste o [2001/12/04] ports/32508 ports-bugs www/flashplugin-mozilla has malloc bug o [2001/12/04] ports/32517 green Update port: emulators/snes9x to 1.39 o [2001/12/08] ports/32604 portmgr Many ports which depends on apache don't f [2001/12/08] misc/32605 nsouch SMBus driver broken o [2001/12/09] kern/32652 joe A new ioctl to uscanner s [2001/12/09] ports/32653 joe Added patches to improve USB scanner supp f [2001/12/09] bin/32657 sed file handing is non-standard o [2001/12/09] kern/32659 VM and VNODE leak with vm.swap_idle_enabl o [2001/12/09] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/09] docs/32662 dd arp(8) uses "this host" with two differen o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] kern/32671 imp Patch to generate usbdevs.h automatically o [2001/12/10] kern/32677 pciconf -l opens /dev/pci for read/write o [2001/12/10] misc/32680 [PATCH] Allows users to start jails by ho o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 roger bktr driver missing tuner for eeprom dete o [2001/12/14] bin/32828 phk w incorrectly handles stale utmp slots wi p [2001/12/16] kern/32912 mp options misssing TCBHASHSIZE o [2001/12/17] ports/32936 mharo ports/security/keyprint only supports S/K o [2001/12/18] conf/32976 assar Kerberos5 config files not installed by d o [2001/12/18] docs/32979 assar manpages are not installed for k5admin an s [2001/12/18] ports/32999 arved New ports: devel/ORBacus4 o [2001/12/19] kern/33004 n_hibma Patch for USB (uhci) o [2001/12/19] misc/33007 n_hibma umass device timeout after successive use o [2001/12/19] misc/33013 cg mixer does not have treble/bass for Sound o [2001/12/19] conf/33018 Patch for RC (add multiple SSHD configura o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/22] i386/33097 sound Crystal 4237b mixer problems o [2001/12/23] kern/33117 empty struct md_coredump in pcb.h and use o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt s [2001/12/23] bin/33133 keyinit outputs wrong next login password o [2001/12/25] gnu/33182 mp gdb seg faults when given handle SIGALRM o [2001/12/26] kern/33203 "got bad cookie" errors on NFS client o [2001/12/29] ports/33320 dima print/acroread4 does not install the Nets o [2001/12/31] conf/33395 imp better way to use more than one pccard ne o [2002/01/03] misc/33523 green XV application cannnot be transfered thro o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . o [2002/01/07] docs/33645 assar k5list(1) contains many incorrect "klist" a [2002/01/07] bin/33661 PAP AuthAck/AuthNak parsing problem in pp o [2002/01/08] kern/33696 phk panic: Driver mistake: repeat make_dev("a o [2002/01/08] kern/33707 sound ICH (82801AA) cannot be used for mono rec o [2002/01/09] docs/33724 chern a very minor documentation error o [2002/01/09] misc/33736 yokota Scroll-lock on the console prevents shutd o [2002/01/09] conf/33753 Intel ICH2 and NVidia device ID updates o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/10] misc/33778 joe crunchgen enhancements f [2002/01/11] kern/33804 ipfw ipfw bug/problem o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 tjr strptime(3) is misleading o [2002/01/13] docs/33852 doc split(1) man page implies that input file o [2002/01/13] misc/33866 Last Hr, Last ... may be incorrect on mac o [2002/01/14] docs/33877 doc Documentet behaviour of SF_flags for non- o [2002/01/14] misc/33906 ports-bugs [PATCH] tic program as a port for easier o [2002/01/14] ports/33911 dirk php disabled gdbm by default, add option o [2002/01/15] ports/33916 ade Upgrade port devel/libtool o [2002/01/15] conf/33920 imp Can't use `Panasonic KXL-CB10AN' (CD-R/RW o [2002/01/15] misc/33926 doc Search function on website can not access o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bmah Messages at the serial IO port device pro f [2002/01/16] misc/33965 Programmable keys of the keyboard (Olidat o [2002/01/16] conf/33967 Alternative Italian keymap o [2002/01/17] ports/33980 benno Can't use sgmltools-lite-3.0.0 port o [2002/01/17] i386/34010 keyinit takes passwords less than 10 char o [2002/01/18] misc/34019 green sftp core dumped o [2002/01/19] misc/34062 bsd.kmod.mk fails due to bug in make with f [2002/01/21] bin/34111 rlogin not finished o [2002/01/21] kern/34120 sound optimized fm801 pcm driver o [2002/01/21] bin/34146 newfs defaults and vfs.usermount=1 tug at o [2002/01/22] misc/34171 ftpd indiscrete about unprivileged user a o [2002/01/23] misc/34195 iedowse setting the action for SIGCHLD to SIG_IGN o [2002/01/23] bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o [2002/01/24] alpha/34232 alpha rpc.statd throws alignment errors o [2002/01/24] ports/34238 dirk fix for port/www/mod_php4 zziplib extensi o [2002/01/24] docs/34239 trhodes tunefs(8) man page doesn't describe argum f [2002/01/24] misc/34247 auto mount smbfs in /etc/fstab AFTER netw f [2002/01/26] misc/34307 accept() fails after ECONNABORTED o [2002/01/26] misc/34309 gad lpd does not garantie that controlfiles b a [2002/01/26] conf/34316 sheldonh Uncomment kserver-adm to /etc/services o [2002/01/27] conf/34355 [PATCH] rc.conf comment misleading (firew o [2002/01/28] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] misc/34401 green ssh & kerberos IV don't work together o [2002/01/29] ports/34404 ports-bugs NEW PORT: devel/mingw-expat2 f [2002/01/29] misc/34412 tftp will still try and receive traffic e o [2002/01/30] ports/34442 ports-bugs xt, xalan-j, saxon should have the same C o [2002/01/31] conf/34494 n_hibma usb configuration problem - usb does not o [2002/01/31] bin/34497 calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. o [2002/01/31] bin/34519 pkg_check(8) does not return exit code >0 o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d o [2002/02/02] ports/34550 ports-bugs ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports-bugs graphics/blender port is broke o [2002/02/03] kern/34591 ICMP bandwidth limiting does not indicate o [2002/02/03] ports/34597 eivind [PATCH] Update ports/mail/isync to 0.8 s [2002/02/04] misc/34621 billf i have a patch for (lol) /usr/games/fish o [2002/02/04] bin/34628 jkh pkg-routines ignore the recorded md5 chec o [2002/02/06] ports/34659 reg Proposed change to Mozilla port's Makefil o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". f [2002/02/06] misc/34673 Second call to select() waits ~100ms befo o [2002/02/06] bin/34676 mbr dhclient always in -q quiet mode (PATCH E o [2002/02/07] gnu/34709 [patch] Inaccurate GDB documentation o [2002/02/07] ports/34714 ache unzip(1) breaks filenames in non-ASCII ch f [2002/02/07] bin/34728 murray DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 sheldonh treat smbfs as network file system in /et o [2002/02/08] kern/34747 joe Please add USB floppy entry o [2002/02/09] misc/34759 ports-bugs Phantasia does not accept [enter] key o [2002/02/09] conf/34776 rc.diskless1 creates insufficiently sized o [2002/02/10] misc/34788 dwmalone dmesg issues with console output o [2002/02/10] kern/34789 joe PNY brand USB flash readers need 10 byte o [2002/02/10] ports/34796 jmz wrong path in /etc/XF86Config (purely cos o [2002/02/11] kern/34820 FreeBSD should be able to beep after shut o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to o [2002/02/11] bin/34834 "fix" of du(1) and -h o [2002/02/11] ports/34841 dirk Adding cyrus to mod_php o [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/11] misc/34850 scp cannot talk to ssh2 sites that have S o [2002/02/11] kern/34854 /src/sys/dev/sound doesn't work correctly o [2002/02/12] bin/34874 Netstat output to small o [2002/02/12] ports/34878 chern sysinstall o [2002/02/12] kern/34880 Impossibility of grouping IP into a pipe f [2002/02/14] misc/34935 New locale (Cyrillic Windows Codepage 125 o [2002/02/14] kern/34942 Attempt to play -> "pcm0: play interrupt o [2002/02/14] kern/34952 Mouse cursor invisible with USB mice and o [2002/02/15] bin/34955 doc [PATCH] ps(1) is out of touch with realit o [2002/02/15] kern/34963 identify procs belonging to the same jail o [2002/02/15] kern/34965 4.4, 4.5 freeze at boot time on ASUS P2B a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/16] bin/35018 brian enhancing daily/460.status-mail-rejects o [2002/02/17] kern/35064 ACPI not work with Epox 8KHA+ motherboard s [2002/02/17] bin/35070 math(3) references section "3m", etc. o [2002/02/18] i386/35078 Uninitialized pointer dereference in func o [2002/02/18] bin/35099 sobomax ldd in -STABLE fails on libc. o [2002/02/18] i386/35101 chern cvusupit and other packages won't extract o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode o [2002/02/19] ports/35117 ports-bugs Undefined symbol "ldap_get_dn" when tryin f [2002/02/19] i386/35124 No mouse with FreeBSD 4.5 with ECS K7S5a f [2002/02/20] bin/35148 ppp/nat-problems after cvs update 4.3 -> o [2002/02/21] misc/35172 Please update am-utils(amd) into newer ve o [2002/02/21] kern/35175 ptrace(PT_DETACH, ....) doesn't do signal o [2002/02/21] i386/35182 APMD does not set close on exec for /dev/ o [2002/02/22] ports/35204 dirk www/mod_php4 with xslt is not LOCALBASE c o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/23] kern/35234 World access to /dev/pass? (for scanner) o [2002/02/23] conf/35242 Change to etc/periodic/weekly/330.catman f [2002/02/23] misc/35245 brian unwanted stealth behaviour (inbound icmp o [2002/02/23] conf/35262 Generation of boot block for headless ope o [2002/02/23] kern/35269 possible panics with 4:1 filesystem ratio o [2002/02/24] kern/35289 Brooktree device doesnt properly signal a o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di s [2002/02/25] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/27] ports/35372 ports-bugs pgp6 ports fails to compile on alpha plat o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] misc/35381 incorrect floating-point display of large o [2002/02/28] misc/35400 sysinstall could improve manipulation of o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy f [2002/03/01] conf/35457 dual boot problem from 2 different SCSI d s [2002/03/01] ports/35459 ports-bugs portupgrade doesn't clean up dependencies f [2002/03/02] ports/35481 edwin New port: console text editor looks like o [2002/03/03] ports/35522 kuriyama xhtml port uses SGMLDECL in catalog chain f [2002/03/03] i386/35526 No mouse recognized in Compaq Presario la o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 Enhanced periodic scripts o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/05] ports/35580 ports-bugs Startup script in /usr/local/etc/rc.d is f [2002/03/06] i386/35599 murray install o [2002/03/06] docs/35602 doc dump(8)/restore(8) pages don't explain "a o [2002/03/06] docs/35607 doc dump(1) page needs discussion of scary er o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] kern/35635 sheldonh [patch] missing dep in libiconv prevents o [2002/03/07] ports/35638 markm tn3270 dumps core unconditionally o [2002/03/07] ports/35639 max executable name conflicts: ploticus and s o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] docs/35647 doc www; combine query-by-number and multi-fi o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/07] docs/35649 doc mount_smbfs(8) page: "See ./examples/dot. o [2002/03/07] docs/35652 trhodes bsd.README seriously obsolete o [2002/03/08] bin/35671 wrong comments in rc.diskless1 o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/08] docs/35696 trhodes mount_smbfs(8) references a nonexistent n o [2002/03/08] kern/35699 trhodes [PATCH] msdosfs: differrent masks for dir o [2002/03/09] docs/35711 keramida the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/09] misc/35727 man(1) program should not display (old) d o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/11] misc/35764 nakai Icewm does not display APM status properl o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/12] bin/35838 Change to size of WID_IF in usr.bin/netst o [2002/03/13] kern/35846 timeout in wi_cmd 11, machine hangs for a o [2002/03/13] misc/35865 pam_krb5 crashes in pam_sm_setcred() o [2002/03/13] kern/35876 bus_dmamem_free does not call contigfree o [2002/03/13] ports/35882 ports-bugs Perl Expect module send_slow hangs on EOF o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f o [2002/03/14] bin/35894 bbraun popen.c in cron won't build without LOGIN o [2002/03/14] ports/35897 ports-bugs upgrading the linux_base port runs into t o [2002/03/14] kern/35900 Changing RealTek 8139 MAC address fails o [2002/03/15] docs/35941 doc cd(4) manual doesn't mention "target" use o [2002/03/15] docs/35943 doc at(1) config files are misplaced in /var/ p [2002/03/15] docs/35951 trhodes disklabel(8) manual confuses partitions a o [2002/03/15] docs/35953 doc hosts.equiv(5) manual is confusing or wro f [2002/03/17] bin/36000 contrib/amd uses mktemp o [2002/03/17] ports/36020 jmz Update port: print/musixtex T.98 -> T.104 o [2002/03/17] java/36024 sobomax port update: OpenJIT 1.1.16 for JDK 1.3.1 f [2002/03/17] ports/36034 edwin new port databases/pg-crypto s [2002/03/18] standards/36076standards Implementation of POSIX fuser command o [2002/03/18] ports/36079 portmgr [PATCH] Support USE_LESSTIF=yes o [2002/03/19] misc/36110 dmesg output corrupt if /dev/console is b o [2002/03/19] ports/36112 portmgr [PATCH] New feature for whole ports tree: o [2002/03/19] ports/36113 dirk Add gdbm, BerkeleyDB2, BerkeleyDB3, libio o [2002/03/19] conf/36118 re 4.5 Upgrade says it won't touch /usr/src, o [2002/03/20] bin/36136 savecore -z option does not work o [2002/03/20] misc/36143 Dynamic (non linear) mouse acceleration a o [2002/03/20] misc/36154 doc Getting USB mouse to work: usbd and mouse o [2002/03/21] misc/36165 boehm-gc BUS error with gdb o [2002/03/21] kern/36170 an(4) does an_init() even if interface is f [2002/03/22] ports/36202 wosch update to sysutils/socket: NetBSD IPv6 pa o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/26] alpha/36327 alpha trap within cvt() while attempting to pri o [2002/03/26] misc/36359 fxp driver and Intel Pro/100 S NIC (0002B o [2002/03/27] misc/36368 sshd error: session_close_by_channel: ki o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] kern/36381 ata + hw.ata.wc=1: high CPU load for larg o [2002/03/27] misc/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] misc/36392 cron starts before vi recover, and vi rec o [2002/03/28] kern/36425 bump up SYS_NMLN in sys/utsname.h o [2002/03/28] bin/36431 src/secure/lib/libtelnet fails in CURRENT o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo a [2002/03/28] docs/36447 trhodes chown(8) manual misdescribes handling of o [2002/03/28] docs/36449 doc symlink(7) manual doesn't mention trailin o [2002/03/28] docs/36459 doc tftp(1) manual's "get" syntax/description o [2002/03/28] gnu/36460 cu(1) program does not work very well. f [2002/03/29] bin/36477 gshapiro mailwrapper doesn't handle rmail calls o [2002/03/29] bin/36501 /usr/bin/calendar can't handle recurring o [2002/03/29] ports/36503 ports-bugs several files conflict in ports/databases o [2002/03/30] misc/36536 Apparent mother board incompatability o [2002/03/30] ports/36545 jmz mwrite is an absolute symbolic link to /u o [2002/03/30] bin/36553 gad Two new features in newsyslog(8) o [2002/03/30] misc/36556 patch: regular expressions for tcpwrapper o [2002/03/30] ports/36557 perky Fix port: security/py-amkCrypto (to refle o [2002/03/30] ports/36560 rse bug fix for the eperl package o [2002/03/31] kern/36569 umass fails when RiteLink Pocket Disk is o [2002/03/31] ports/36587 des news/inn{-stable} do not install when --e o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/01] docs/36628 doc header an footer of openssl manpages are o [2002/04/01] docs/36629 OpenSSL manpages should be reachable with o [2002/04/01] misc/36646 dwmalone [PATCH] Top does not work correctly in a p [2002/04/02] kern/36682 joe USB isochroneous transfer doesn't report o [2002/04/03] kern/36692 murray Patch for E-Tech ISA PnP modem support o [2002/04/03] docs/36723 chern IPSec section is unintelligible o [2002/04/03] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an f [2002/04/03] docs/36726 trhodes Handbook lacks information about hardware o [2002/04/03] docs/36727 trhodes Mail chapter of Handbook is incomplete o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 EnhancementRequest binary which ought to o [2002/04/04] ports/36766 ade Incompatibility between autoconf, automak o [2002/04/05] bin/36786 make ps use 24-hour time by default o [2002/04/05] ports/36795 kuriyama DocBook DSSSL stylesheets should install o [2002/04/06] ports/36832 kuriyama apache13-* coredumps when using XML::Pars o [2002/04/07] ports/36841 ports-bugs use of .MAKEFLAGS target in Makefile.loca o [2002/04/07] ports/36849 cy FVWM-Themes fails to switch themes o [2002/04/08] bin/36884 add support id_rsa (OpenSSH/RSA2) authent o [2002/04/08] java/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] bin/36902 [patch] proposed new format code %N for s o [2002/04/08] ports/36913 seanc New port: devel/ruby-rbprof o [2002/04/08] misc/36916 DOS active partition flag lost in libdisk f [2002/04/09] misc/36923 fdesc file system (partially) crashes Fre o [2002/04/09] ports/36933 portmgr [PATHCES] New feature for pkg_create and o [2002/04/09] java/36951 glewis Java (aka 1.3.1-p6-root-020405-00:26) cor o [2002/04/09] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 calendar doesn't effect -t option. o [2002/04/10] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/11] conf/36990 pccard I/O DATA PCET10-CL worked o [2002/04/11] bin/37013 ls directory name output trailing slash d o [2002/04/13] misc/37034 Fixed maximum character length in EUC o [2002/04/13] misc/37047 brian daily_status_mailq_shorten doesn't produc o [2002/04/14] misc/37073 Few new tips for FreeBSD-tips fortune o [2002/04/14] bin/37074 bp [PATCH] Typographical error in output of o [2002/04/14] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc o [2002/04/15] ports/37128 ports-bugs New port: www/sarg, formerly known as www o [2002/04/16] i386/37137 FreeBSD install doesn't recognize version o [2002/04/16] misc/37160 qa /stand/sysinstall coredumps when trying t o [2002/04/16] misc/37161 ext2 linux file system, error handling la o [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic o [2002/04/17] ports/37187 mita ports/japanese/vfghostscript font-2.6.2 f p [2002/04/18] docs/37221 trhodes obsolete reference to seqpacket in mount_ o [2002/04/18] ports/37226 mita ports/japanese/vfghostscript5 doesn't fin o [2002/04/19] misc/37244 ports-bugs c2lib port includes vector.h which appare o [2002/04/20] misc/37301 4.5 rc.firewall type simple does not pass o [2002/04/22] ports/37362 ports-bugs The Ted port is incompatible with FreeBSD o [2002/04/23] ports/37366 kde kdeutils-3.0: kdepasswd truncates passwor f [2002/04/23] kern/37374 joe [PATCH] closing ums0 blocks with wmesg uh o [2002/04/23] i386/37379 /dev/MAKEDEV entry for RocketPort is brok o [2002/04/23] misc/37380 jhb boot0 partition list is outdated (patch i o [2002/04/23] misc/37387 bsdmainutils/calendar Hungarian addon fil o [2002/04/23] conf/37395 peter even with NO_SENDMAIL=true, /usr/sbin/sen f [2002/04/23] conf/37404 delayed mouse response to draw box or hig o [2002/04/23] kern/37405 Support for Mitsumi USB Mouse with Memory o [2002/04/24] kern/37417 Treat CT5880 revision4 ( PCM chip ) o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/24] misc/37425 df gives wrong ouput > 1TB o [2002/04/24] misc/37434 mbr dhclient generates pointless log messages o [2002/04/24] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/24] bin/37442 [PATCH] sleep.c to support time multiplie p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/25] ports/37462 jmz dvips is no more available separately fro o [2002/04/26] kern/37486 Bug in network stack in sending broadcast o [2002/04/27] docs/37504 blackend The word PC Card should be used instead o o [2002/04/27] ports/37518 grog gmat port CATALOG needs updating o [2002/04/28] kern/37526 Addtron card not being recognized by driv o [2002/04/29] kern/37554 [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 vnode flags appear to be changed in non-s o [2002/04/29] misc/37562 jdp Incorrect information in /usr/share/examp o [2002/04/29] misc/37569 [PATCH] Extend fstab(5) format to allow f f [2002/04/29] bin/37572 des libfetch(3)/fetch(1): requested feature: o [2002/04/29] ports/37574 taoka ports/print/pips-sc20 file not found on m o [2002/04/30] ports/37596 shige EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports-bugs aureal-kmod-1.5_3 fails to build o [2002/04/30] kern/37600 [Partial PATCH] t4dwave drive doesn't rec o [2002/04/30] conf/37611 phk proposed /etc/rc.jails for jail(8) manage o [2002/05/01] bin/37650 Add skipPCCARD variable to sysinstall s [2002/05/01] ports/37654 arved Update textproc/xml4j to 4.0.1 o [2002/05/01] kern/37657 /dev/dsp and /dev/audio skip the first 32 o [2002/05/02] bin/37672 pw(8) prints warnings after successful NI o [2002/05/02] kern/37675 grog Page fault when newfs'ing a vinum volume o [2002/05/02] bin/37676 libc_r: msgsnd(), msgrcv(), pread(), pwri f [2002/05/02] kern/37677 off by 1 in $FreeBSD: src/sys/kern/subr_d o [2002/05/03] ports/37711 znerd New port: Beacon-agent 0.6.3 (Multicast B o [2002/05/03] ports/37712 znerd New port: Beacon server v0.8.9 (Beacon mu o [2002/05/03] ports/37713 seanc AIM Transport doesn't work correctly with o [2002/05/03] bin/37715 "pkg_info -g package_name_version" fail o [2002/05/03] docs/37719 doc Detail VOP_ naming in a relevant man-page o [2002/05/03] misc/37732 usbd start in wrong place in /etc/rc in 4 o [2002/05/04] bin/37733 su(1) does not behave the way it is descr o [2002/05/04] kern/37761 process exits but socket is still ESTABLI s [2002/05/05] ports/37771 znerd New Port: audio/jmax o [2002/05/06] i386/37800 tools\fbsdboot.exe no longer works with c s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/07] bin/37844 ru [PATCH] make knob to not install progs wi o [2002/05/08] ports/37855 ports-bugs wrong font name in jre/lib/font.propertie o [2002/05/09] ports/37904 znerd New Port: database/isql-viewer (a JDBC 2. o [2002/05/09] conf/37909 make distribution DESTDIR=/path -DNO_MAKE o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et o [2002/05/09] ports/37917 adrian [PATCH] squid24 does not support local_st o [2002/05/10] ports/37927 ports-bugs port to install linux Lahey Fortran 95 v6 o [2002/05/10] ports/37942 kde KDE 3.0 konsole terminal keyboard table u o [2002/05/11] ports/37962 markm ports/lang/gcl does not build o [2002/05/12] i386/37999 qa In /stand/sysinstall, 's' selects Options o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li o [2002/05/13] ports/38034 ports-bugs compaq-cc (under linux-emu) installes man o [2002/05/13] i386/38055 qa In Install, Groups (creation) item should o [2002/05/13] i386/38056 qa In Install, User (creation)'s "Member gro o [2002/05/13] misc/38057 "install" document doesn't display correc o [2002/05/13] docs/38061 ume Typos in man pages for faith & faithd o [2002/05/14] ports/38086 rse eperl does not build CFLAGS recursive err o [2002/05/14] ports/38090 jkoshy devel/m4 port PREFIX vs LOCALBASE o [2002/05/15] ports/38125 ports-bugs ApacheCylical Link error/bug in Virtualse o [2002/05/16] docs/38148 trhodes In manpages "timezone" should be "time zo o [2002/05/16] kern/38156 quotacheck chokes on user -2 o [2002/05/17] bin/38168 installing curses programs and terminfo d f [2002/05/17] kern/38208 Digital camera Minolta Dimage E203 refuse o [2002/05/18] docs/38225 doc change "CDROM" to "CD-ROM" o [2002/05/18] ports/38238 dirk Adding cyrus imap support to php4/mod_php o [2002/05/18] ports/38243 www Ports search for 'IMP' vs look in Mail ca o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/18] ports/38270 openoffice New Port Open office for Linux(1.0.0) o [2002/05/19] i386/38299 Add VT8233A to pci/viapm.c SMBus driver. o [2002/05/19] ports/38301 kiri upgrade www/w3-4 to 4.0.47 p [2002/05/19] bin/38303 billf tftpd -c patch o [2002/05/20] ports/38324 chuckr print/transfig should default to LaTeX 2e o [2002/05/20] misc/38347 new library function abs2rel and rel2abs. o [2002/05/20] ports/38351 dirk mod_php4(WITH_APACHE2) +apache2(WITH_THRE o [2002/05/21] kern/38372 patch for puc(4) to support parallel port o [2002/05/21] bin/38388 request to add "openssl starttls" command o [2002/05/22] ports/38406 obrien incorrect .so in g++31.1 man page o [2002/05/22] ports/38408 wjv zope-zmysqlda does not run o [2002/05/22] kern/38419 add name "CanoScanN676U" in uscanner o [2002/05/22] docs/38426 doc extra manpage .Xr to locate relevant sysc o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/22] kern/38445 Centralized ptrace() permission checking o [2002/05/23] misc/38452 Logitech USB iFeel: device_probe_and_atta f [2002/05/23] kern/38458 There is no a file iicbb_if.c on source t o [2002/05/23] bin/38467 less can dump core, FPU exception o [2002/05/23] misc/38468 Write drivers for Intel PRO/Wireless 2011 o [2002/05/23] i386/38477 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38478 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38480 qa sysinstall should prompt for normal users s [2002/05/24] www/38500 www gnats web form is overenthusiastic about f [2002/05/24] ports/38516 edwin ICQv7 transport for the Jabber Server o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 f [2002/05/25] ports/38539 edwin New port: devel/libcfg+ o [2002/05/25] docs/38540 rpratt sysinstall application name should be Sys o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/26] kern/38575 NoName USB Flash drive not working o [2002/05/26] misc/38583 qa sysinstall installs crypto sources when / o [2002/05/26] ports/38593 portmgr Third level ports o [2002/05/26] i386/38596 freebsd 4.6rc2 can't support ati videocar o [2002/05/27] bin/38610 qa Sysinstall should be able to mount ISO im o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] ports/38621 mita Update port: print/ghostscript-gnu-commfo o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/27] docs/38647 doc cvsupit built-in instructions are slightl o [2002/05/28] kern/38657 fujitsu c4110 lifebook crashes on resume o [2002/05/28] ia64/38677 ia64 savecore fault when 1M buffer is allocate o [2002/05/29] misc/38727 mptable should complain about garbage arg o [2002/05/29] kern/38730 Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 Diskless booting fails with some DHCP ser o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/01] ports/38800 ports-bugs update www/roxen to Roxen WebServer 2.2.2 o [2002/06/02] docs/38810 blackend Minor change in section 2.13.5 of the Han o [2002/06/02] i386/38826 RFE: BootMgr should provide more identify o [2002/06/02] kern/38828 DPT PM2012B/90 doesn't work o [2002/06/02] conf/38829 bootblock recompile instructions in handb p [2002/06/03] docs/38850 keramida handbook/kernelopts/ should be in Develop o [2002/06/03] ports/38853 portmgr net/ethereal: configure fails o [2002/06/03] misc/38854 Resetting the sysinstall during setup cau o [2002/06/03] ports/38861 ports-bugs www/auth_ldap compiles-installs but fails o [2002/06/03] misc/38870 kernel-panic when coping data from a NFS- o [2002/06/03] ports/38876 tegge devel/linuxthreads: pkg-plist ignores NOP o [2002/06/05] bin/38931 Cleanup for WARNS=4 of src/games/fortune/ o [2002/06/05] misc/38937 delay between tracks in digital audio dum o [2002/06/05] bin/38940 Change: an option to *stat to allow supre a [2002/06/06] misc/38965 kde [PATCH] kapptemplate fails on FreeBSD o [2002/06/06] kern/38967 4/22/02 pcm driver merge appears to break o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/07] kern/38986 trhodes a change to msdosfs permissions behaviour o [2002/06/07] ports/38989 assar Fix to BROKEN arla port (arla-0.35.6) f [2002/06/08] i386/39023 Keystrokes yield extended ASCII p [2002/06/08] docs/39044 tjr The man page for rot13(6) never mentions o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/09] java/39080 sobomax java/javavmwrapper: Functionality enhance o [2002/06/10] ports/39095 mharo ports/net/nttcp and ports/net/ttcp appear o [2002/06/10] ports/39102 trevor new category requested: finance o [2002/06/10] ports/39103 trevor new virtual category requested: accessib p [2002/06/10] bin/39116 tjr /usr/bin/printf o [2002/06/10] docs/39129 doc handbook; type WRT simulating postscript o [2002/06/11] ports/39182 ports-bugs netsaint-plugins util.c functions don't q o [2002/06/12] docs/39190 blackend Missing quote tags in releng-packages art o [2002/06/12] conf/39192 [PATCH] Save pcm mixer settings during re a [2002/06/12] ports/39193 edwin [maintainer-update] net/papaya update to o [2002/06/12] bin/39198 sh aborts on variables with periods o [2002/06/12] misc/39201 ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/12] bin/39206 core dump bug in sshd o [2002/06/12] docs/39213 doc No rc(4) man page o [2002/06/12] docs/39214 doc No my(4) man page f [2002/06/13] misc/39229 instruction pointer = 0x8:0xc00eaf13 o [2002/06/13] standards/39256standards [v]snprintf aren't POSIX-conformant for s o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin o [2002/06/14] bin/39311 rwatson you can't enable inetd in sysinstall with o [2002/06/15] ports/39342 sobomax Add automatic truetype support to Mozilla o [2002/06/15] misc/39347 use of /usr/bin/* utils in /etc/rc.diskle o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/16] misc/39360 If linux emu is added as a dependency (an o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2002/06/17] misc/39425 Auto mounted directory was not found at b o [2002/06/17] misc/39439 tcopy will not duplicate tapes with block o [2002/06/18] bin/39463 mtm [PATCH] Add several options to fingerd o [2002/06/18] misc/39466 find -xdev hangs on dead NFS mounts (/etc o [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i o [2002/06/18] ports/39487 mharo portlint doesn't accept MASTER_SITE/DISTF o [2002/06/19] conf/39505 automate BUILDNAME variable for releases o [2002/06/19] kern/39527 dwmalone getcwd() and unreadable parent directory o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/19] docs/39532 doc 'find' man page should a [2002/06/19] ports/39544 ports-bugs mayavi port disfunctional o [2002/06/20] i386/39574 qa Error mounting /dev/acd0c on /dist: No su o [2002/06/20] bin/39576 [PATCH] tail -f for multiple files p [2002/06/20] bin/39578 add more russian holydays o [2002/06/20] conf/39580 insecure default settings o [2002/06/20] i386/39584 ln -f fails to unlink o [2002/06/20] ports/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] ports/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli a [2002/06/20] ports/39608 ports-bugs upgrade games/cgoban to 1.9.13 o [2002/06/21] ports/39619 ports-bugs flashplugin-mozilla crashes and doesnt pl o [2002/06/21] ports/39620 ports-bugs flashplugin-mozilla crashes when viewing f [2002/06/21] ports/39621 ports-bugs isc-dhcpd server can't get all network in o [2002/06/21] ports/39634 jim Port pclock unaligned access on alpha o [2002/06/22] bin/39676 obrien lukemftpd manual pages fix + examples o [2002/06/22] kern/39681 hidden kernel boot tunables added to sysc o [2002/06/24] misc/39772 imp pccardd is slow to install a PCCARD. o [2002/06/24] ports/39777 des New port: security/libsectok o [2002/06/24] ports/39778 des New port: security/sectok o [2002/06/24] ports/39799 dirk mod_php4, among other ports, maintains no o [2002/06/24] bin/39818 johan cleaning sbin/atm code from warnings o [2002/06/24] bin/39819 tjr cleaning bin/sh code from warnings o [2002/06/24] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/25] misc/39864 robert hostname instead of IP in w -n output o [2002/06/25] bin/39866 johan cleaning sbin/fsdb code from warnings o [2002/06/25] bin/39867 johan cleaning sbin/mount_cd9660 and sbin/mount o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/26] bin/39905 johan cleaning sbin/restore code from warnings o [2002/06/26] misc/39911 New Netgear MA401 pccard does not work wi o [2002/06/28] ports/39946 ports-bugs Shift-Tab navigation doesn't work in tk-8 o [2002/06/28] conf/39976 vi recovery halting boot process o [2002/06/28] kern/39977 luigi Device polling support for em(4) driver o [2002/06/29] ports/40002 wjv py-4suite: XSLT import error o [2002/06/29] ports/40004 trevor ports/audio/festlex-ogi has a checksum er o [2002/06/29] kern/40017 [patch] allows config(8) to specify confi o [2002/06/29] kern/40021 [patch] use ld(1) to build kernel with li o [2002/06/30] misc/40057 bugbusters send-pr -a flag does not work with -f o [2002/06/30] kern/40058 lockup on 5.0 DP1 - Xircom X3201 (RealPor o [2002/07/01] ports/40069 dirk mod_php4 doesn't compile with apache2 (& o [2002/07/01] misc/40081 noise in sound output with built-in CMedi o [2002/07/02] ports/40107 trevor ports/audio/festogi-spanish has a checksu o [2002/07/02] ports/40110 dirk add mnoGoSearch extensions to www/mod_php o [2002/07/02] ports/40121 ache standard Apache port creates sbin link o [2002/07/02] ports/40124 kris Patch to wdm to allow long passwords o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/03] ports/40140 trevor ports/audio/festvox-abc has a checksum er o [2002/07/03] ports/40163 cy screen w/o suid and locale o [2002/07/03] misc/40169 problem in latest 4.6-stable o [2002/07/04] docs/40196 doc man find does not describe -follow s [2002/07/04] misc/40197 sos BurnCD doesn't "just work" at 4.6-p1 o [2002/07/04] misc/40211 No sound on Compaq Presario 700 f [2002/07/06] misc/40273 dougb some more fortunes o [2002/07/06] misc/40280 I add uscanner entory o [2002/07/07] ports/40284 mi ports/x11/djvuplugin tarball no longer ex o [2002/07/07] misc/40298 using swapfile as /tmp o [2002/07/08] misc/40325 UID changes not reflected in viewed file/ o [2002/07/08] kern/40369 rman_reserve_resource - when "count > (en o [2002/07/09] misc/40378 standards stdlib.h gives needless warnings with -an o [2002/07/09] conf/40391 sysinstall with PCCARD<->ISA bridge gets f [2002/07/09] ports/40396 ports-bugs New port: Logging daemon for Linksys BEFS o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/10] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/11] ports/40452 wollman ports/www/mod_auth_kerb mastersite doesn' o [2002/07/12] ports/40511 sumikawa update for net/zebra (no-ipv6 option) f [2002/07/12] i386/40512 release i386 4.5 packages gnome/gnomeprin o [2002/07/12] ports/40514 ports-bugs New port: graphics/linux-ac3d easy to use o [2002/07/12] kern/40516 ti driver has no buadrate set o [2002/07/13] ports/40525 ports-bugs [new port] mail/mew2-xemacs-devel-mule f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/14] conf/40548 list of /etc/defaults/make.conf undocumme o [2002/07/14] misc/40552 alternate syscons font for iso-07 encodin o [2002/07/14] ports/40555 steve x11-toolkits/open-motif requires mkhtmlin o [2002/07/14] kern/40563 gif driver can clobber route/arp table f [2002/07/14] bin/40570 mbr dhclient freeze the whole thing o [2002/07/14] bin/40572 vipw prints silly message if $EDITOR fail o [2002/07/14] misc/40577 post-October 2001 Dell Inspiron 2500's (a o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend o [2002/07/15] bin/40617 brian /usr/sbin/ppp is not able to bind the nat f [2002/07/15] misc/40632 psm0 busy: o [2002/07/16] misc/40657 Logitech iFeel usb mouse will not attach o [2002/07/16] ports/40659 dirk php3 and GD problem p [2002/07/16] standards/40669standards command command does not support `-p' opt o [2002/07/16] misc/40671 pthread_cancel doesn't remove thread from o [2002/07/17] ports/40689 keith ports/chinese/dia file not found on maste f [2002/07/17] misc/40693 the system reboot alone with no reason a [2002/07/17] ports/40699 portmgr allow exclude patterns in `make search` o [2002/07/17] www/40704 www Incorrect CGI settings in http://www.fi.F o [2002/07/17] ports/40705 ports-bugs Upgrade of gnome-commander to 0.9.8 o [2002/07/17] kern/40711 sound CT5880-C sometimes fails to output sound o [2002/07/18] ports/40742 kuriyama DSSSL Modular stylesheets not added to sg o [2002/07/18] kern/40745 Inconsistency between net/if.c and struct o [2002/07/18] ports/40756 ports-bugs insecure default options o [2002/07/19] kern/40763 [UPDATED PATCH] Introduction of non-stric o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/19] ports/40789 ports-bugs New port: graphics/gocr OCR (Optical Char o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/21] conf/40855 psuedo-device bpf need note in LINT and G o [2002/07/21] ports/40866 ports-bugs sml-nj port CM autoloading compilation pr o [2002/07/21] ports/40870 ports-bugs New port: graphics/animabob Interactive 3 a [2002/07/22] ports/40904 ports-bugs new port: www/tclcurl o [2002/07/22] ports/40915 billf Fix pkg-plist for net/ethereal o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] ports/40925 ports-bugs [new port] www/ljdeps - metaport for Live o [2002/07/23] kern/40926 After Upgrading or Clean Installing 4.6, o [2002/07/23] kern/40927 sound dies with pcm:play:0 play interrupt o [2002/07/23] kern/40933 make depend fails when building kernel fr o [2002/07/24] i386/40946 Possible way to cause a system to hang us o [2002/07/24] kern/40948 USB HP CDW8200 does not work o [2002/07/24] i386/40957 rarpd on laptops doesn't find interfaces, o [2002/07/24] bin/40958 apm on Acer TravelMate 351 could not resu o [2002/07/25] ports/40975 knu Uncatched coredump of pkg_info while pkgd o [2002/07/25] bin/40980 du(1)'s -h and -k options interact confus o [2002/07/26] bin/41012 brian /etc/periodic/daily/440.status-mailq assu o [2002/07/27] ports/41036 adamw New port: x11-wm/wmDeskGuide, a dockbar p o [2002/07/27] ports/41042 trevor Change print/acroread5 ln's command to -s o [2002/07/27] bin/41060 ready to import gzip 1.3.3 o [2002/07/27] bin/41070 added .warning in make(1) + two fixes o [2002/07/27] bin/41071 make NO to NO_ transition patch o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/07/29] misc/41107 file(1) command shows incorrect data (sig o [2002/07/29] docs/41110 doc "apropos linux" doesn't find brandelf o [2002/07/29] ports/41131 dirk adding some more configuration parameters o [2002/07/30] ports/41156 dirk Port Update: www/mod_php4: Patch to scrip o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat o [2002/07/30] docs/41167 ports-bugs adventure.6 man-page, add section AUTHORS o [2002/07/30] misc/41179 LD_LIBRARY_PATH security checks o [2002/07/30] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] misc/41202 Upgrade to 4.6.1-RELEASE-p3 breaks remote o [2002/07/31] ports/41209 gnome www/mozilla browser serializes DNS lookup o [2002/07/31] misc/41213 top(1) blocks if NIS-related entries in p o [2002/07/31] misc/41215 console revert back to kbd0 (AT) after KV o [2002/07/31] kern/41220 [PATCH] Minor sk driver enhancements o [2002/07/31] ports/41224 dburr update port: textproc/yodl o [2002/08/01] misc/41238 problems with FreeBSD installation on a d o [2002/08/01] conf/41241 qa sysinstall build uses kbdcontrol keymaps o [2002/08/01] misc/41243 USB, getting full desc failed, HID device o [2002/08/02] ports/41259 ports-bugs Info directory change for various GNU Ema o [2002/08/02] docs/41263 doc [PATCH] Clarifications and minor grammer o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. a [2002/08/03] ports/41282 ports-bugs New_Ports japanese/stevie-* o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] misc/41309 brian security check scripts do not delete temp o [2002/08/04] bin/41310 Added ,,-d'' option to truss(1) for chang o [2002/08/04] www/41312 cvs RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/04] kern/41317 trhodes reflect kernel building user for sudo-ers o [2002/08/04] ports/41320 ports-bugs New port : security/libprelude (part of P o [2002/08/04] ports/41321 ports-bugs New port : security/prelude-manager (part o [2002/08/04] ports/41324 ports-bugs New port : security/prelude-lml (part of o [2002/08/04] ports/41325 ports-bugs New port : security/prelude-nids (part of o [2002/08/04] misc/41328 ssh logins in 4.6.1 no longer give incomi o [2002/08/04] i386/41337 Compaq 900T syncs too high or incorrectly o [2002/08/05] i386/41364 imp pccard: NewMedia "Bus Toaster" SCSI card f [2002/08/06] misc/41379 Cannot browse directory tree on FreeBSD m o [2002/08/07] misc/41397 no copyright or license on lib/libc/gen/s f [2002/08/07] i386/41398 Illegal instruction Core Dumped o [2002/08/07] ports/41400 benno sgmltools-lite update to 3.0.3 o [2002/08/07] kern/41415 Some USB scanner cannot talk to uscanner o [2002/08/07] docs/41423 doc Update FAQ: attrib command for windows du o [2002/08/07] ports/41434 ports-bugs New port: www/light: another Mozilla-base o [2002/08/08] ports/41444 portmgr ports system fails to check for non-base o [2002/08/08] docs/41449 ceri [PATCH] Missing word in DNS info in Handb s [2002/08/08] ports/41452 wjv games/newkind does not compile due to all o [2002/08/08] ports/41461 ports-bugs New port: graphics/irit Solid modelling s o [2002/08/09] ports/41464 ports-bugs New port Cybercalendar 1.8.2: web based c o [2002/08/09] ports/41468 kuriyama xhtml port needs to be updated for XHTML o [2002/08/09] kern/41489 nge(4) works as a module, but fails when f [2002/08/09] misc/41490 C-Media 8738 sound card static o [2002/08/09] i386/41495 panic: timeout table full when installing o [2002/08/09] ports/41510 ports-bugs New port: graphics/i3d 3D modeling progra o [2002/08/10] misc/41515 jhb boot0cfg corrupts slice table o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support o [2002/08/11] kern/41555 Add support of VScom titan PCI-800L f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd f [2002/08/11] ports/41562 mph New port: inform-glk o [2002/08/11] misc/41566 obrien file(1) out of date p [2002/08/12] standards/41576standards POSIX compliance of ln(1) o [2002/08/12] ports/41579 ports-bugs New port: Small LDAP-to-KAB (KDE Address o [2002/08/12] docs/41580 doc usb(4) manpage: Structures' fields aren't a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/12] ports/41601 ports-bugs New port: graphics/gltt TrueType fonts re o [2002/08/13] kern/41631 PATCH to add sysctl knob to disable clone o [2002/08/14] misc/41674 iostat column formatting overlaps f [2002/08/16] misc/41711 setup uses a to small disk o [2002/08/17] i386/41743 No sound from SiS630s controller o [2002/08/17] misc/41744 qa Cannot stop comat22 from being extracted o [2002/08/17] ports/41755 max Wrong letters in Canna iroha dictionary o o [2002/08/18] docs/41761 doc Update for /ru/internal/ part of site o [2002/08/18] misc/41771 '/etc/ttys' and X p [2002/08/18] conf/41772 dougb can't disable keybell o [2002/08/19] ports/41773 ports-bugs new port: x11-servers/Mozdev-PrintServer o [2002/08/19] ports/41784 ports-bugs vmware2 causes panic on recent -current o [2002/08/19] docs/41787 doc man page for route (Section 8) missing de o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/19] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] kern/41812 patch to detect/function AMD768 SMBus o [2002/08/20] misc/41817 pw groupshow doesn't include the login gr o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) o [2002/08/20] ports/41829 ports-bugs New port: mail/squirrelmail-devel o [2002/08/20] ports/41836 ports-bugs new port - virus filtering tool for qmail o [2002/08/21] ports/41839 ade devel/libtool 1.3.4 port patch files inco o [2002/08/21] conf/41855 improvment of /etc/rc.diskless2 script o [2002/08/21] kern/41856 VESA splash screen problems on ThinkPad 2 o [2002/08/21] docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/22] bin/41902 [PATCH] Add queue depth to systat -v disk o [2002/08/22] ports/41904 brian net/pppoa: Fix Makefile to fetch correct o [2002/08/22] ports/41916 ports-bugs New Port: mail/dsbl-testers o [2002/08/22] docs/41919 doc MINI kernel for bootfloppy (Handbook p.34 o [2002/08/23] misc/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] misc/41949 qa sysinstall sorts /etc/rc.conf during netb o [2002/08/24] ports/41971 ports-bugs New Port: sysutils/ipfw-manager o [2002/08/25] ports/42018 ports-bugs pkg_info with PKG_PATH searches through t o [2002/08/25] i386/42022 qa sysinstall in non-interactive mode prompt a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/08/27] kern/42065 kern.ps_showallprocs has no effect on /pr o [2002/08/27] ports/42072 ports-bugs New port: mail/wmymail: Report new mail i o [2002/08/27] ports/42073 ports-bugs New port: x11/wmxss o [2002/08/27] misc/42084 luigi PicoBSD's 'netstat -i' reports negative I f [2002/08/27] ports/42110 ports-bugs New port: The ACE ORB 1.2.1 o [2002/08/28] ports/42113 ports-bugs New port: lgeneral-data, data files requi o [2002/08/28] ports/42134 ports-bugs linux-gtk PORTREVISION contaminates other o [2002/08/28] gnu/42154 [patch] gnu: libobjc redefines MIN and MA o [2002/08/29] i386/42162 qa Installation (sysinstall) crashes, md0c f o [2002/08/29] misc/42167 du uses linear search for duplicate inode o [2002/08/29] docs/42182 trhodes Making Dedicated Mode disks doc out of da o [2002/08/30] ports/42197 obrien [patch] make ports/editors GNOMENG aware o [2002/08/30] docs/42210 gioria doc/en_US.ISO8859-1/articles/releng/branc f [2002/08/30] bin/42213 moused(8) seems to delay some mouse event o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/08/30] ports/42218 ports-bugs [PATCH] Cleanup mail/ezmlm-web and bump P o [2002/08/31] kern/42274 jlemon Convert defined variable into tuneable as a [2002/08/31] bin/42275 roam [patch] sftp coredump if file specified b o [2002/08/31] ports/42280 ports-bugs New port: florist (Ada-POSIX bindings) o [2002/09/01] ports/42281 ports-bugs lang/rexx-imc - addition of UPPER patch o [2002/09/01] ports/42295 perky New port: Webware for Python (Web applica o [2002/09/01] ports/42296 ports-bugs New port: mod_webkit (adapter between Web o [2002/09/02] misc/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/02] bin/42338 pccard_ether should run ipf -y if ipfilte o [2002/09/02] ports/42347 trevor Patch to bring x11-wm/openbox port up to o [2002/09/03] ports/42360 ports-bugs NEW PORT: mail/aileron, WINGs mail client o [2002/09/03] ports/42371 ports-bugs libncurses.so.4 missing from ports/emulat o [2002/09/03] misc/42373 mtm Update to rc scripts to make interface al o [2002/09/03] ports/42378 ports-bugs New port: science/at Acoustic ToolBox o [2002/09/03] bin/42385 harti clean libatm code from warnings o [2002/09/03] bin/42386 cleaning code from warnings in libkvm o [2002/09/03] bin/42387 cleaning code of librpcsvc from warnings o [2002/09/03] bin/42388 cleaning code from warnings in libm o [2002/09/03] www/42389 www FreeBSD web site navigation bar not worki p [2002/09/04] kern/42404 TIOCSCTTY not implemented in linuxulator o [2002/09/04] misc/42410 cvsup and cvsup-without-gui packages don' o [2002/09/04] misc/42414 Booting SMP with 2 Xeon CPUs on Intel SE7 o [2002/09/04] bin/42419 syslog enhancement for the nologin shell o [2002/09/04] ports/42420 dirk mnoGoSearch support added to www/mod_php4 o [2002/09/04] misc/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] ports/42427 motoyuki New port apache13-modssl+ipv6 o [2002/09/04] misc/42429 hash_action called with HASH_DELETE does o [2002/09/04] bin/42430 Add -m option to du(1) for compatibility o [2002/09/05] i386/42439 i386/apm: battery time reported incorrect o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/05] misc/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re o [2002/09/05] kern/42466 linux: 'ipc' typ=258 not implemented o [2002/09/05] misc/42467 netstat -s does not include fabricated pk o [2002/09/05] misc/42468 mount_smbfs incorrectly handled configura o [2002/09/06] misc/42469 After mounting by mount_smbfs directories f [2002/09/06] misc/42470 When install packages FreeBSD read very s o [2002/09/06] ports/42483 cy misc/screen problem with editors/vim-lite o [2002/09/06] conf/42497 rc.network lacks IKE daemon startup o [2002/09/07] ports/42503 kde kuser tries to create the wrong Mailbox o [2002/09/07] ports/42509 ports-bugs Update port: security/saint to 3.5.6 o [2002/09/08] misc/42558 www http://www.freebsd.org/search produces in o [2002/09/09] bin/42609 pkg_info -qg doesn't handle missing files o [2002/09/10] i386/42641 Pam SSH authentication don't work o [2002/09/10] ports/42642 fanf cfexecd needs symlink, cfexecd, cfservd a o [2002/09/10] ports/42649 marcel linux_kdump port for source dirs != /usr/ o [2002/09/11] bin/42655 added new command 'checkpoint' to show an o [2002/09/11] misc/42663 pw useradd assigns unique UID's to multip o [2002/09/11] ports/42668 grog port instant-workstation should be update o [2002/09/12] ports/42696 ports-bugs New port: security/libsectok_pcsc: Smartc o [2002/09/12] ports/42708 wjv update biology/emboss to EMBOSS-2.5.1 o [2002/09/13] bin/42725 dwmalone Patch for calendar to support Hungarian n o [2002/09/13] kern/42728 many problems in src/usr.sbin/ppp/* afte o [2002/09/13] bin/42732 Seg fault in mount_nfs o [2002/09/13] misc/42761 No 'pscr' key defined in pl_PL.ISO8859-2. o [2002/09/14] i386/42766 Proposal to perform reboot via jump to BI o [2002/09/14] kern/42769 Boot stalls if the system has a serial co o [2002/09/14] ports/42790 ports-bugs New Port - www/suphp : A pretty PHP wrapp o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/15] conf/42807 /etc/netstart doesn't run /etc/defaults/p o [2002/09/15] kern/42816 file: table is full message o [2002/09/16] ports/42839 roam New Port: Weedns o [2002/09/16] ports/42840 dirk lang/php4 and www/mod_php4 need a newer m o [2002/09/16] kern/42858 Support for Netgear FA-511 pccard. f [2002/09/17] i386/42865 signal 11 caught repeatable during instal o [2002/09/18] misc/42934 installation procedure on install floppie o [2002/09/19] misc/42956 dlclose gives "invalid shared object hand o [2002/09/19] kern/42967 Sony MemoryStick problems with umass driv o [2002/09/19] bin/42974 [patch] ISO 8601 date format option o [2002/09/19] kern/42977 FreeBSD installer doesn't probe past EISA o [2002/09/20] ports/42985 tobez Perl5 port doesn't build automatically on o [2002/09/20] ports/42986 ports-bugs New Port: libwhisker HTTP testing library o [2002/09/20] bin/43139 /sbin/route -host option doesn't always s o [2002/09/20] ports/43142 ports-bugs New port: AlsaPlayer is an audio player w o [2002/09/21] kern/43154 tunwrite() does not allocate clusters for o [2002/09/21] conf/43167 Ability to have vnode based file systems o [2002/09/21] misc/43169 caps-lock led doesn't work a [2002/09/21] ports/43171 ports-bugs Port misc/upclient setgid kmem o [2002/09/21] misc/43177 markm Updates and additions to src/games/quiz/d o [2002/09/22] misc/43262 command 'shutdown -r' (also reboot) cause o [2002/09/22] ports/43273 portmgr [patch] make bsd.port.mk checksum check a f [2002/09/23] ports/43282 dirk SONY CD-RW CRX10U don't work with FreeBSD o [2002/09/23] ports/43313 ports-bugs New Port: nikto web and CGI vulnerability o [2002/09/24] ports/43324 kde kdebase: kdm config file overwritten when p [2002/09/24] kern/43348 cjc PATCH: make tcp.log_in_vain distinguish S o [2002/09/25] kern/43355 idad driver will work if logical drives d o [2002/09/25] bin/43367 incorrect report from 'who' after 'shutdo o [2002/09/25] misc/43368 pkg_create fails if target directory does o [2002/09/25] bin/43372 Broken struct ufs_args in ufsmount.h o [2002/09/26] ports/43394 ports-bugs New port yptransitd, an nss_ldap replacem p [2002/09/26] docs/43410 bmah hardware-i386.html doesn't even mention p o [2002/09/27] docs/43416 doc pw(8) -u uidmin,uidmax feature is out of o [2002/09/27] kern/43426 mlockall and munlockall system calls are o [2002/09/29] misc/43470 Solid State / x109 article out of date. o [2002/09/29] bin/43471 `ls -l` shows wrong size for big files (> o [2002/09/29] misc/43474 dhcp.* values not set in kenv by bootp cl o [2002/09/29] misc/43476 rc.* uses kenv - which is in /usr/bin o [2002/09/29] misc/43483 installation: missing '\n' (newline) in d o [2002/09/29] ports/43484 assar Update port net/arla to 0.35.9 o [2002/09/29] misc/43492 fsck hard to 'switch' off in diskless or o [2002/09/29] misc/43494 wish: resolv.conf created (again) later i o [2002/09/29] misc/43495 awk - rc/diskless references by full path o [2002/09/29] misc/43496 touch - rc/diskless references by full pa o [2002/09/29] misc/43497 mount -t nfs -> crunchgen incompatible o [2002/09/29] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] www/43530 www [PATCH] Add also HTTP_X_FORWARDED_FOR hea o [2002/09/30] ports/43537 mharo portlint 2.3.3 does not handle URLs that o [2002/09/30] misc/43539 Cannot mout floppy on Compaq Proliant ML3 a [2002/09/30] ports/43540 arved Update Port net/cnet 1.7.7 -> 2.0.3 o [2002/09/30] misc/43543 cdboot does not handle 'relaxed' ISO9660 f [2002/09/30] misc/43547 ppp will not connect to att worldnet over o [2002/10/01] alpha/43561 jhb kern_shutdown.c uses time_t as 'long int' o [2002/10/01] ports/43565 znerd jakarta-tomcat41 port breaks upgrades o [2002/10/01] docs/43569 doc src/share/examples/worm/README out-of-dat o [2002/10/02] kern/43577 [PATCH] New kernel option SHUTDOWN_BEEP o [2002/10/02] bin/43582 passwd(1) fails on nonexistent users o [2002/10/02] bin/43596 pkg_add does not propogate 'remote' to de o [2002/10/02] java/43602 glewis jdk13 does not honor WRKDIRPREFIX o [2002/10/02] kern/43610 static-ize some symbols in digi driver o [2002/10/02] kern/43611 static-ize some symbols in sys/crypto o [2002/10/02] kern/43613 static-ize symbol in smbfs code o [2002/10/02] kern/43616 static-ize some functions in sys/net/zlib o [2002/10/03] kern/43623 grog vinum: 'readpol prefer' option broken [pa o [2002/10/03] ports/43641 znerd Port www/orion should log to /var/log o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/04] ports/43656 ports-bugs New version of subversion r3200 (0.34.2) o [2002/10/04] ports/43667 ume RC_NG script for mail/cyrus_imapd o [2002/10/04] ports/43668 ume RC_NG script for mail/cyrus_imapd2 o [2002/10/04] ports/43669 dirk RC_NG script for databases/mysql323-{serv o [2002/10/04] ports/43670 ports-bugs RC_NG script for net/openldap12 o [2002/10/04] ports/43671 ports-bugs RC_NG script for net/openldap20 o [2002/10/04] ports/43673 ume RC_NG script for security/cyrus_sasl2 o [2002/10/04] bin/43675 tjr uniq prints last, not first of the identi f [2002/10/04] ports/43679 znerd Error starting jakarta-tomcat41 o [2002/10/05] kern/43716 puc driver does not recognize Lava Dual-6 o [2002/10/05] ports/43718 ports-bugs New port: x11-wm/icebgset (set IceWM back p [2002/10/06] bin/43752 des [PATCH] find -not is not o [2002/10/07] ports/43764 ports-bugs New port: audio/wavemagic - An audio play o [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/07] conf/43800 Belkin 10/100 Base-TX PCMCIA card not rec o [2002/10/07] ports/43804 ports-bugs new port: sysutils/getopt (Frodo Looijaar o [2002/10/07] conf/43805 Asante' FriendlyNet AeroLAN AL1011 802.11 o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] bin/43823 [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src a [2002/10/08] bin/43826 mbr dhclient on 'no carrier' interfaces takes o [2002/10/09] bin/43857 hm conflicting types in /usr/src/usr.sbin/i4 o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page f [2002/10/09] docs/43864 doc Minor documentation to add o [2002/10/09] ports/43880 ports-bugs Names of Emacs ports are misleading o [2002/10/10] misc/43886 markm local exploitable overflow in rogue o [2002/10/10] ports/43892 ports-bugs Enable use of keynote with security/isakm o [2002/10/10] i386/43896 Missing "syscall fstat64" in linux emulat o [2002/10/10] docs/43899 doc incorrect info in man page for fetch (8) o [2002/10/10] misc/43905 kqueues: EV_SET(kevp++, ...) is non-int o [2002/10/10] ports/43909 kde kscd should no longer default to rmatcd0c o [2002/10/10] ports/43911 grog instant-workstation depend annoyance o [2002/10/11] kern/43916 Olicom OC-2220 (PC-card) hangs on ifconfi o [2002/10/11] java/43929 java linux-ibm-jdk core dumps without System.e o [2002/10/11] conf/43931 imp New pccard entry for Netgear CF Wireless o [2002/10/11] bin/43938 ntpd binds to local aliases o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/11] ports/43942 ports-bugs New port submission: security/hydra o [2002/10/11] java/43947 znerd Checkstyle port should install checkstyle a [2002/10/11] ports/43956 ports-bugs New port: x11-wm/ion-devel o [2002/10/12] misc/43979 After a binary upgrade, kernel with ipf f o [2002/10/12] docs/43980 darrenr ipf(5) missing "gre" keyword o [2002/10/12] misc/43989 missing tabs in calendarfiles o [2002/10/12] bin/43994 sshd gives fatal while logging off o [2002/10/13] ports/43997 ports-bugs New port: www/apache13-modsnmp: apache-1. o [2002/10/13] ports/44019 ache Fixes for ftp/wu-ftpd-2.6.2 o [2002/10/13] ports/44028 ports-bugs courier "make install" fails o [2002/10/13] docs/44034 trhodes Multiple sysctl variables are not documen a [2002/10/14] java/44039 znerd Request for port: CruiseControl a [2002/10/14] java/44041 znerd Generate bsd.java.mk from an XML file o [2002/10/14] misc/44044 4.7-R Freezes half the times snd.ko is lo o [2002/10/14] conf/44050 CVSUPIT package when installed from /stan o [2002/10/14] misc/44058 /dev/ch* is created without group write p o [2002/10/14] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/15] conf/44090 pppoa authentication failure? on FreeBSD p [2002/10/15] ports/44095 mjacob Fix Installation of Manpages, portlint sy o [2002/10/15] kern/44098 RealTec-based NIC initialization problem o [2002/10/15] ports/44099 mharo portlint-2.3.3 give false errors on URLs p [2002/10/15] kern/44121 [PATCH] bogus cast removal in hea driver o [2002/10/15] misc/44122 tun0 gets a second ip adress after a disc o [2002/10/15] i386/44127 About usb flash boot disk! o [2002/10/16] bin/44137 "make most" fails on rmail (RELENG_4) o [2002/10/16] misc/44150 Diskless kernel may crash, depends on the o [2002/10/16] ports/44151 ade Update libtool to 1.4.3 o [2002/10/17] conf/44170 Add ability to run multiple pppoed(8) on o [2002/10/17] www/44181 www www "Release Information" organization o [2002/10/17] bin/44188 cannot install FreeBSD 4.0-4.6 to Compaq o [2002/10/17] bin/44200 ftp site keeps sockets open. o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R o [2002/10/18] kern/44215 PUC driver support for Moxa C320 Intellio o [2002/10/18] kern/44218 Init dies during boot after upgrade from o [2002/10/18] java/44219 java Update port: textproc/cocoon to 2.0.3 o [2002/10/18] ports/44225 green Update port: emulators/snes9x to 1.39 (fi o [2002/10/18] bin/44238 luigi [PATCH] syntax-check option for ipfw2 o [2002/10/18] ports/44241 fanf Update: sysutils/cfengine2 o [2002/10/18] java/44251 java Create stylebook port o [2002/10/18] ports/44252 anholt XFree86-Servers port removes/overwrites c o [2002/10/19] ports/44258 obrien pkg_update ate my Muttrc o [2002/10/19] kern/44260 LINT does not list pseudo-device tap o [2002/10/19] i386/44262 Problems with nrp driver o [2002/10/19] misc/44265 pkg_update does not preserve +REQUIRED_BY o [2002/10/19] kern/44267 One more modem PNP id for /usr/src/sys/is o [2002/10/19] ports/44270 ports-bugs New port: net/bind9-sdb-ldap o [2002/10/19] ports/44273 dwcjr improved samba start script o [2002/10/19] java/44275 java New Port: netbeans-ide o [2002/10/19] bin/44277 devinfo is not C++ safe o [2002/10/19] conf/44282 /etc/rc.d/sysctl script works incorrectly o [2002/10/19] misc/44286 /etc/defaults/rc.conf uses the obsolete n o [2002/10/19] kern/44293 thomas Unable to access audio CD under Linux emu o [2002/10/20] ports/44305 ports-bugs New port: java/xdoclet (an extended Javad o [2002/10/20] misc/44307 UTF-8 locales support o [2002/10/20] bin/44310 make ppp(8) add clients MAC address to al o [2002/10/20] ports/44319 ports-bugs update port of mail/minimalist to the lat f [2002/10/21] ports/44327 ports-bugs databases/posgtresql7 port doesn't automa o [2002/10/21] bin/44329 wish for systat o [2002/10/21] kern/44333 [PATCH] make A4-tech RFSW-35 mouse's whee a [2002/10/21] java/44335 znerd devel/jakarta-ant does not install man pa o [2002/10/21] docs/44337 doc [PATCH] netstat(1) manual references none o [2002/10/21] bin/44343 [PATCH] sbin/fsdb.c o [2002/10/21] kern/44365 introduce ulong and unchar types o [2002/10/21] kern/44372 some kernel options prevent NTP clock syn o [2002/10/22] ports/44378 dirk Can't compile mod_php4 for apache2 o [2002/10/22] misc/44379 libutil: property.c, properties_read() ba o [2002/10/22] java/44380 java patch for java-commapi-freebsd o [2002/10/22] ports/44393 green Bug in emulators/snes9x -- superfluous "& o [2002/10/22] standards/44394alfred restrict qualifiers missing from sys/sock o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/23] standards/44425standards getcwd() succeeds even if current dir has o [2002/10/24] ports/44430 ports-bugs New port: xalan-c v. 1.4 (XSLT engine and o [2002/10/24] java/44432 znerd Ant-based port installs should use Jikes o [2002/10/24] docs/44435 doc sysctl manpage: add example for tcsh o [2002/10/24] i386/44438 Realtek NIC hangs after resume from acpi o [2002/10/24] kern/44439 puc doesn't find all 4 ports on SIIG Cybe o [2002/10/24] kern/44450 USB support FAILURE for device that was s a [2002/10/25] ports/44464 ports-bugs Ports addition f [2002/10/25] misc/44470 mouse freezed! o [2002/10/26] misc/44500 AC1001 Gigabit NIC Worked o [2002/10/28] ports/44565 ports-bugs NEW PORT: devel/libds (Useful data struct o [2002/10/28] i386/44580 NFS updates file access time when file is o [2002/10/29] misc/44587 dev/dpt/dpt.h is missing defines required f [2002/10/29] ports/44589 trevor [patch] Unbreak audio/csound by updating o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/10/29] ports/44712 tg python port doesn't install symlink as 'p o [2002/10/29] ports/44715 bp novell ncp client does not install f [2002/10/29] conf/44717 dougb update login.conf and unify login capabil o [2002/10/30] misc/44747 strange echoes in sound when using PLIP o o [2002/10/30] i386/44762 sound (ie, not system beeps) stop working f [2002/10/30] ports/44768 ports-bugs [Port Fix]: games/xblackjack-2.2 o [2002/10/31] ports/44796 dirk www/mod_php4: Add support for Oracle7 o [2002/10/31] conf/44800 RC_NG for local rc scripts o [2002/11/01] ports/44816 ports-bugs new port ngircd o [2002/11/02] ports/44831 dirk PORTS Uprade: mod_php4-4.2.3_1 o [2002/11/02] ports/44836 ports-bugs New port: hunch - Scan httpd log files, f o [2002/11/03] ports/44854 ports-bugs [PATCH] add xaw3d build option to games/x o [2002/11/03] ports/44858 dirk build of mod_php4 fails at iconv o [2002/11/03] ports/44861 markp several games ports are missing their sco o [2002/11/04] kern/44872 dgb driver update o [2002/11/04] ports/44877 portmgr shorter names for REINPLACE_CMD, USE_REIN o [2002/11/04] misc/44894 as a local non-root user and remote it's o [2002/11/04] ports/44909 ports-bugs New port: Krusader 1.11, a two window fil o [2002/11/04] misc/44915 'choose installation media' choose CD-ROM o [2002/11/04] java/44922 java JVM crash o [2002/11/05] ports/44932 ports-bugs New port: xtr o [2002/11/05] ports/44949 ports-bugs New port Squid Access Report Generator o [2002/11/05] ports/44953 ports-bugs make install of apsfilter-7.2.3 fails wit o [2002/11/05] gnu/44984 Send-pr can use environmental variable $F o [2002/11/06] docs/45011 trhodes style(9): '->' and '.' don't require spac o [2002/11/07] misc/45026 Can't set next password change date on NI o [2002/11/07] ports/45127 taoka correct fetch for x11/xco o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/08] ports/45148 jhb fix fetch and build for x11/eweather and o [2002/11/09] bin/45156 sshd won't display last login information o [2002/11/09] ports/45166 ports-bugs New port: emulator/fceu o [2002/11/09] www/45169 www suggested update for ports index page on o [2002/11/09] ports/45180 ports-bugs New port (split out from old port): net/s o [2002/11/09] kern/45182 fm801.c does not recognize a FM801 based o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/10] ports/45205 dirk [PATCH] www/mod_php4: Fix OpenSSL use for o [2002/11/11] docs/45214 brueffer [PATCH] Fix sorting in Additional Contrib o [2002/11/11] docs/45215 brueffer [PATCH] Fix sorting in Additional Contrib o [2002/11/11] ports/45216 joerg devel/bcc port is incomplete o [2002/11/11] misc/45222 daily rejected mail hosts report too long o [2002/11/11] conf/45226 Fix for rc.network, ppp-user annoyance o [2002/11/11] ports/45227 ports-bugs problems building/installing db3 and open o [2002/11/11] bin/45229 restore(8) -i: ls reports mising files as p [2002/11/12] alpha/45240 alpha pstat -f column headings misaligned on Al o [2002/11/12] gnu/45246 tar --listed-incremental fails for Solari o [2002/11/12] ports/45247 ports-bugs New port: www/scoop collaborative media o [2002/11/12] misc/45254 qa Sysinstall installs things it should not a [2002/11/13] bin/45269 dougb heap documentation o [2002/11/13] misc/45273 contrib/smbfs: error in examples/dot.nsmb o [2002/11/13] ports/45275 ports-bugs New port for "Simplicity for Java" a Java o [2002/11/14] kern/45285 Support for yet another PCI multiport car o [2002/11/14] ports/45289 mita ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45291 kevent(2) ignores timeout if nevents == 0 o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/14] docs/45294 doc LINT notes are murky re PQ_CACHESIZE sett o [2002/11/14] ports/45301 anders [UPDATE] Update security/fpm to use GNOME o [2002/11/15] ports/45316 ports-bugs new-port: game, train control simulation o [2002/11/15] ports/45323 dirk No zip support option in www/mod_php4 o [2002/11/15] ports/45329 ports-bugs New port: xnodecor (x11 utility on Overri o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/16] ports/45343 torstenb Metamail 2.7 incorrectly patched [PATCH] o [2002/11/16] ports/45357 jmz PATCH: textproc/ispell - added bulgarian o [2002/11/16] ports/45360 portmgr [patch] add SITE_PERL / ARCH_PERL variabl o [2002/11/17] docs/45371 doc man page for exports lacks information on o [2002/11/18] ports/45394 wjv update biology/emboss from 2.4.1 to 2.5.1 o [2002/11/18] ports/45414 portmgr make update in /usr/ports missing default o [2002/11/18] ports/45462 ports-bugs Latest version of XML::Twig. o [2002/11/19] ports/45469 alane [patch] bsd.ports.mk: automatic USE_PERL5 o [2002/11/19] bin/45486 Support for human readble (-h/-H) output o [2002/11/19] ports/45491 ports-bugs New Port: apache-soap (Apache SOAP Toolki o [2002/11/19] ports/45496 ports-bugs [New Port] www/mod_layout2 : mod_layout A o [2002/11/19] ports/45502 ports-bugs [New Port] www/mod_accounting : An Apache o [2002/11/20] ports/45522 ports-bugs new port database/WWWdb-0.8.2 f [2002/11/20] ports/45526 edwin New port: math/maxima -- symbolic compute o [2002/11/20] ports/45534 trevor x11-wm/openbox: Update to 2.2.1 (testing) s [2002/11/20] bin/45547 sos a patch to make burncd handle .wav files. o [2002/11/20] ports/45548 wjv Port upgate: textproc/py-csv to 1.0 o [2002/11/21] www/45560 www russian FAQ trouble on www.FreeBSD.org o [2002/11/21] ports/45576 ports-bugs port lcms fails test after build on curre a [2002/11/22] bin/45584 tjr read builtin function of sh does not read o [2002/11/22] ports/45596 dwcjr net/samba v2.2.7 fetch error - maybe a fi f [2002/11/22] ports/45607 edwin New port: french/grisbi, a french finance o [2002/11/22] conf/45608 qa Install should config all ether devices, o [2002/11/22] ports/45612 marcel port devel/linux_kdump does not compile s [2002/11/22] ports/45613 portmgr make update doesn't o [2002/11/23] bin/45659 portmap can not be bound to only loopback f [2002/11/24] ports/45681 sada Update port: chinese/chitex o [2002/11/24] kern/45684 systat -vmstat reports "alternate system o [2002/11/24] i386/45692 ACPI error on Acer motherboard o [2002/11/24] ports/45693 ports-bugs New port: net/gkrellmmultiping2 f [2002/11/24] ports/45695 ports-bugs pnet upgrade 0.4.4 -> 0.4.8 f [2002/11/24] ports/45696 ports-bugs new port, lang/pnetlib o [2002/11/24] bin/45701 markm spelling error in rogue o [2002/11/25] misc/45704 [PATCH] request to change cp866b to cp866 o [2002/11/25] ports/45712 sobomax [UPDATE] games/teg to 0.11.0 o [2002/11/25] ports/45714 ports-bugs New Port: KMyIRC o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/25] standards/45738tjr sh "unset" built-in violates IEEE Std 100 o [2002/11/26] bin/45749 [PATCH] rm -f in MS-DOS directory o [2002/11/26] kern/45753 linux-sun-jdk1.4.1 calls SIOCGIFCONF ioct o [2002/11/26] ports/45771 ports-bugs OffiX printer doesn't find printer o [2002/11/26] ports/45782 ports-bugs [patch] fix fetch and update version for o [2002/11/26] kern/45785 emulation Linux WineX seems to require a few new li o [2002/11/27] kern/45793 Invalid media subtype aliases in if_media o [2002/11/27] ports/45801 billf ports/textproc7word2x is gone f [2002/11/27] ports/45812 ports-bugs New port for print/mup o [2002/11/28] bin/45817 [PATCH] Fortune files are needlessly rand o [2002/11/28] misc/45830 KDC has problems when listening to IPv6 a o [2002/11/29] misc/45839 [PATCH] Remove some duplicate fortunes o [2002/11/29] ports/45843 dbaker sysutils/3dm - needs to detect and create p [2002/11/30] misc/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/11/30] ports/45886 ports-bugs New ports: japanese/trr* o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code o [2002/12/01] ports/45899 brian Packaging list for vlc-0.4.4 is incomplet o [2002/12/01] ports/45909 ports-bugs New port: Python DBI Sybase module o [2002/12/02] ports/45911 ports-bugs GEOM-related problem sysutils/diskcheckd o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/03] ports/45963 anders the port looks for majordomo.cf in /etc o [2002/12/03] ports/45965 ports-bugs new port: sysutils/fonteditfs o [2002/12/03] bin/45967 telnetd does not set SO_DEBUG for -debug o [2002/12/03] kern/45968 des linprocfs is missing maps o [2002/12/03] ports/45977 dbaker New version of FreeBSD dnet client releas o [2002/12/05] ports/46005 ports-bugs New port: ginsu - a client for the gale s o [2002/12/05] kern/46014 thomas atapi-cam: cd0c errors o [2002/12/06] ports/46024 ports-bugs palm/plucker-1.2 doesn't work with python a [2002/12/06] ports/46032 gnome net/gabber doesn't work on -CURRENT o [2002/12/06] ports/46034 ports-bugs new ports: mantis o [2002/12/06] ports/46040 ports-bugs request to repo copy www/dansguardian to o [2002/12/06] ports/46041 ports-bugs port update: www/dansguardian to version o [2002/12/06] ports/46042 ports-bugs port update: www/dansguardian-devel to v o [2002/12/07] conf/46062 Remove skel from BSD.root.dist. o [2002/12/07] ports/46063 ports-bugs New port: USB FM Radio Control utility o [2002/12/07] ports/46065 ports-bugs [patch] fix fetch for devel/libvanessa_* o [2002/12/07] ports/46070 ports-bugs [patch] fix fetch and update version for o [2002/12/07] ports/46077 ports-bugs [patch] fix fetch for devel/gsnes9x o [2002/12/07] kern/46080 ipfw [PATCH] logamount in ipfw2 does not defau o [2002/12/07] ports/46089 ports-bugs multimedia/xmms Vorbis plugin built incor o [2002/12/08] ports/46092 tg ports/print/acroread on i386 needs Linux o [2002/12/08] bin/46107 killall(1) can prematurely kill itself o [2002/12/08] bin/46110 why does fsck work with / mounted r/o but o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p o [2002/12/09] bin/46123 fenner PATCH: tcpdump needs -a flag if netmask i o [2002/12/09] kern/46157 dnetc crashes DP2-SMP system o [2002/12/10] kern/46159 ipfw ipfw dynamic rules lifetime feature o [2002/12/10] misc/46163 gad lpc problem. Only root can modify despit o [2002/12/10] ports/46172 ports-bugs linux_base-7.1_2 install problem w/linpro o [2002/12/10] kern/46174 bootp_subr.c patch o [2002/12/11] docs/46181 doc "make fetch-recursive" target description f [2002/12/11] ports/46185 adamw building /usr/ports/x11-wm/qnxstyle faile o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/11] docs/46200 doc fix for ru_RU.KOI8-R/books/porters-handbo o [2002/12/11] ports/46202 ports-bugs hackedbox make install failure (nle/et_EE o [2002/12/11] bin/46203 [patch] make(1) missing trailing '\0' and f [2002/12/12] i386/46222 CPU speed incorrectly reported o [2002/12/13] conf/46235 rwatson Sysinstall NTP servers for Finland requir o [2002/12/13] i386/46238 [code] Driver for the PCL-724 ISA card o [2002/12/13] kern/46250 Sound driver not working correctly on SON o [2002/12/14] ports/46256 lioux update rxvt-devel to 2.7.9 o [2002/12/14] i386/46258 PLT code causes skewed return hint stack p [2002/12/15] docs/46271 trhodes Omission in ldconfig(8) manpage o [2002/12/16] ports/46288 edwin OpenLDAP port update o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2002/12/16] ports/46317 obrien ports/editors/vim/files/patch-02 is stale o [2002/12/17] ports/46325 ports-bugs new port: net/luasocket - IP library for o [2002/12/17] ports/46327 ports-bugs obsolete version of the Computer Modern f o [2002/12/17] misc/46328 gad patch for lpd o [2002/12/18] bin/46362 mount_smbfs doesn't check if something is o [2002/12/18] kern/46368 MAXDEP in isa/pnpparse.c is too small o [2002/12/19] bin/46379 customize home-directory permissions in p o [2002/12/19] misc/46382 ps(1) could use a "repeat" mode o [2002/12/20] ports/46394 ports-bugs New port: special purpose database applic o [2002/12/20] misc/46409 Certain periodic scripts check broken NFS o [2002/12/20] ports/46410 ports-bugs New port: SGL - incomplete STL implementa o [2002/12/20] kern/46413 imp ufm.ko does not function without a MAKEDE o [2002/12/20] ports/46414 adrian squid man page gives wrong location of co f [2002/12/20] ports/46417 mph bidwatcher port broken as of Dec. 17 2002 o [2002/12/21] standards/46441tjr /bin/sh does not do parameter expansion i o [2002/12/21] ports/46442 ports-bugs New port: Ada thin binding to SDL and Ope o [2002/12/21] ports/46448 ports-bugs New port: adabooch is a Booch implementat o [2002/12/21] i386/46453 [INTERLATIONALIZATION] cons25l2, ISO8859- o [2002/12/21] ports/46457 ports-bugs Update x11/temperature.app to 1.4 and use o [2002/12/22] ports/46478 jmz Fix build on -current for graphics/pixmap p [2002/12/22] ports/46483 trevor [patch] Fix gcc295 on current/i386 o [2002/12/23] ports/46487 ports-bugs New port: cbind - Translator for "thin" A o [2002/12/23] kern/46488 usb driver do not send detach events on S o [2002/12/23] standards/46504standards Warnings in headers o [2002/12/23] ports/46505 ports-bugs New port: adabindx - an Ada-binding to th o [2002/12/23] ports/46510 ports-bugs sshd does not correctly store the remote o [2002/12/24] ports/46520 ports-bugs stability issues re - mplayer and audio o o [2002/12/25] ports/46522 sobomax xtraceroute-0.9.0 fails with "OpenGL not o [2002/12/25] ports/46527 ports-bugs bento-fix: sysutils/bubblemon o [2002/12/26] ports/46552 ports-bugs new port: smtpmap-0.8 o [2002/12/27] misc/46555 enhancements for libradius o [2002/12/27] kern/46564 ipfw IPFilter and IPFW processing order is not o [2002/12/27] ports/46568 znerd New Port: eclipse-2.0.2 o [2002/12/27] ports/46570 jhb E-Fancylauncher core dump as receiving mo o [2002/12/28] ports/46602 ports-bugs new port devel/tkinspect o [2002/12/28] ports/46608 ports-bugs [NEW PORT] latest development track of ep f [2002/12/29] ports/46615 ports-bugs new-port: mail/sympa - an electronic mail o [2002/12/30] ports/46630 ports-bugs update of ports/net/lam o [2002/12/30] conf/46645 [PATCH] rc.shutdown state table saving ha o [2002/12/31] kern/46652 DEBUG_VFS_LOCKS never checks locks for ** o [2002/12/31] ports/46655 dwcjr net/samba beauty fix o [2002/12/31] ports/46656 ports-bugs Fix comm/hylafax pkg-plist o [2002/12/31] kern/46661 [patch] compat linux error message for ob o [2003/01/01] ports/46667 ports-bugs New Port: gpkgdep 0.0, a graphical packag o [2003/01/01] misc/46670 5.0-RC2 install leaves CD drawer locked. o [2003/01/01] bin/46672 dump(8) program gives unnecessary -L warn o [2003/01/01] kern/46677 Wrong vendor and device defines in ng_ubt o [2003/01/02] ports/46688 ports-bugs mail/tkrat2 Updated to 2.1.1 o [2003/01/02] ports/46706 ports-bugs New Port: irc/dancer o [2003/01/02] ports/46707 ports-bugs [NEW PORT} audio/asmix mixer for afterste o [2003/01/02] ports/46708 ports-bugs [NEW PORT} audio/asmixer Another mixer fo o [2003/01/02] docs/46709 doc tables in terminfo.5 are broken o [2003/01/03] ports/46714 ache fix www/mnogosearch to adhere to ${APACHE o [2003/01/03] ports/46728 ports-bugs [UPDATE] textproc/xml2rfc o [2003/01/03] ports/46731 ports-bugs New port: SGI's Open Inventor o [2003/01/03] kern/46734 joystick driver doesn't allow for anythin f [2003/01/03] ports/46738 edwin new port: www/templeet o [2003/01/03] conf/46746 No way to set link addresses through rc.c o [2003/01/04] ports/46754 ports-bugs [PATCH] pdftohtml add Plain-Text output o [2003/01/04] ports/46756 ports-bugs new port: net/fpl o [2003/01/04] ports/46757 chuckr gnuplot info fix o [2003/01/04] misc/46758 moused enhancements o [2003/01/04] ports/46766 ports-bugs New port: kix-kmod : Syscons screen saver o [2003/01/04] kern/46773 sos I want IDE HD go into standby mode. o [2003/01/04] ports/46774 ports-bugs New port: comms/lirc: Linux Infared Remot o [2003/01/05] ports/46783 ports-bugs ports/audio DAP update o [2003/01/05] bin/46785 ipfw [patch] add sets information to ipfw2 -h o [2003/01/05] docs/46787 keramida compress(1) manpage missing BUGS; other c o [2003/01/05] kern/46790 [PATCH] new ATM driver o [2003/01/05] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/06] ports/46798 dirk zziplib addition to mod_php4 o [2003/01/06] ports/46803 sobomax Unbreak emulators/basiliskII on 5.0 o [2003/01/06] ports/46805 sobomax Update of games/teg o [2003/01/06] ports/46810 edwin [Patch] pkg_tree additional switches o [2003/01/06] ports/46811 ports-bugs palm/pose fails to build o [2003/01/07] bin/46830 Make pkg_add respect prefix for dependanc o [2003/01/07] ports/46847 ports-bugs new port: multimedia/nxtvepg (electronic o [2003/01/07] ports/46853 ports-bugs pure-ftp uses /etc for config f [2003/01/08] ports/46868 ports-bugs [New Port] security/privman : cool lib fo o [2003/01/08] ports/46874 ports-bugs make of gnotepad+ fails with missing conf o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] ports/46893 ports-bugs make error in /usr/ports/print/xpp o [2003/01/09] www/46895 www non-actual link o [2003/01/09] www/46896 www updating document http://www.freebsd.org/ o [2003/01/09] ports/46904 ports-bugs new port: mail/vqregister o [2003/01/09] bin/46905 FreeBSD 5.x cannot be installed from mult o [2003/01/09] i386/46912 johan chflags nonodump fails o [2003/01/09] conf/46913 ipf denied packets of security run output o [2003/01/09] docs/46918 trhodes ipsec(4) does not reference the IPSEC RFC o [2003/01/09] docs/46919 doc setkey(8) references the wrong RFC for ES o [2003/01/10] bin/46925 sysctl -a goes into an infinite loop... o [2003/01/10] ports/46945 chuckr Update port: math/gnuplot to 3.7.3 o [2003/01/10] ports/46948 chuckr Update port: print/transfig to 3.2.4 o [2003/01/10] kern/46961 bridging between vlan-interfaces on same o [2003/01/11] kern/46973 syscons virtual terminals switching featu o [2003/01/11] kern/46978 Creative SoundBlaster 16 does not work wh o [2003/01/11] kern/46983 Support for AGP on Apollo Pro 133A o [2003/01/11] ports/46984 ports-bugs [New Ports] PHP 5 - Zend Engine 2 (CLI & o [2003/01/12] ports/46991 markp new port: dump MSRPC information o [2003/01/12] misc/46998 [patch] Support PicoBSD source in other l o [2003/01/12] ports/47002 roam New port: vodmr - ODMR/ATRN server for vp o [2003/01/13] ports/47017 ports-bugs update games/zangband to 2.7.2 o [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/13] ports/47026 ports-bugs New port: a small assembly to HTML conver o [2003/01/13] ports/47027 ports-bugs port submission (SARG, squid report gener o [2003/01/13] ports/47028 ports-bugs I'm submitting port of www/sarg-devel, SA o [2003/01/13] misc/47029 Static and popping with Hercules GameThea o [2003/01/13] ports/47036 portmgr bsd.port.mk has bad comments WRT dependen o [2003/01/14] ports/47039 ports-bugs [BENTO FIX] devel/cxref o [2003/01/14] ports/47042 ports-bugs Some dependencies of port are built befor a [2003/01/14] ports/47053 jkoshy Port netpipe broken a [2003/01/14] ports/47068 arved Update port: devel/bison to 1.875 o [2003/01/14] docs/47085 doc boot(8) manpage is incomplete according t o [2003/01/14] ports/47087 mharo [patch] Add WITH_SHELL_SETS_HOME knob to o [2003/01/15] ports/47098 ports-bugs New port: Senken, a city simulation game o [2003/01/15] ports/47112 ports-bugs web2ldap compile abends with `LDAP_FILT_M o [2003/01/15] bin/47120 ipfw [patch] Sanity check in ipfw(8) o [2003/01/15] ports/47128 ports-bugs New port: hybserv (irc services for ircd- o [2003/01/16] ports/47138 ports-bugs ports/latex cannot be installed a [2003/01/16] bin/47145 Port conflict Checking for PKG_INSTALL to o [2003/01/16] bin/47149 ru make -C documented but not working o [2003/01/16] ports/47151 glewis New port: java/jmp. A Java Memory Profile o [2003/01/16] ports/47156 ports-bugs new port: ftp/tftp-hpa: Advanced TFTP ser o [2003/01/17] ports/47161 ports-bugs New Port: audio/xmms-kj Add K-JoefolSkinS o [2003/01/17] ports/47166 ports-bugs Tktable port o [2003/01/17] kern/47168 st_*timespec tv_nsec zero on file creatio o [2003/01/17] ports/47173 dirk Patch to the mod_php4 to add mnoGoSearch o [2003/01/17] ports/47183 ports-bugs fetchyahoo porte problem (one line)> o [2003/01/18] misc/47187 [patch] fix printf specifier in src/sys/b o [2003/01/18] ports/47189 ports-bugs New port: x11/chameleon o [2003/01/18] ports/47192 adamw New port o [2003/01/18] ports/47197 ports-bugs multimedia/xmms cdaudio plugin issues ill o [2003/01/18] kern/47200 USB port is disabled when Kodak DX4900 is o [2003/01/18] ports/47203 kris upgrade of automake to try on the cluster o [2003/01/18] conf/47204 base + XFree86 install fails -- crypto di o [2003/01/18] ports/47206 edwin [repocopy waiting] repocopy request for p o [2003/01/18] ports/47207 ports-bugs maintainer-update: print/pfaedit to 20030 f [2003/01/18] ports/47208 ports-bugs New Port; ksetisaver o [2003/01/19] ports/47216 ports-bugs daily_clean_hoststat_enable causes errors o [2003/01/19] ports/47218 ports-bugs PostgreSQL client has problems when libbi o [2003/01/19] ports/47220 ports-bugs New port: games/gnmm (GNOME Nine mens' mo o [2003/01/19] i386/47223 [PATCH] pcvt(4), ESC sequences do not cha o [2003/01/19] bin/47235 top reports inaccurate cpu usage s [2003/01/19] bin/47237 des HTTP_PROXY with libfetch stalls at 99% o [2003/01/19] ports/47238 portmgr request for new virtual category: scheme o [2003/01/19] ports/47240 ports-bugs [patch] avifile WITH_AC3PASSTHROUGH=yes b o [2003/01/20] ports/47250 ports-bugs Update of audio/cd2mp3 from ver 0.81 to 0 o [2003/01/20] ports/47257 ports-bugs [update port] irc/ezbounce o [2003/01/20] ports/47268 ports-bugs Update openbox port to 2.2.3 o [2003/01/20] kern/47274 umodem update to support motorola v66 pho o [2003/01/20] ports/47275 ports-bugs devel/sdcc v2.3.0 fails to configure/buil o [2003/01/21] ports/47296 ports-bugs [New Port] irc/eggdrop f [2003/01/21] ports/47310 ports-bugs Old e-mail o [2003/01/21] kern/47311 [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] misc/47314 Install requires a swap partition. f [2003/01/21] ports/47334 nakai Update port: x11-wm/icewm to 1.2.6 (fix p o [2003/01/21] kern/47349 Fake a sound ioctl (plus linux hook) o [2003/01/21] bin/47350 rc.network supports only one ppp profile o [2003/01/22] kern/47359 panic after kldunload snp o [2003/01/22] i386/47376 [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd ch o [2003/01/22] ports/47379 ports-bugs patch for elm port o [2003/01/22] ports/47380 ports-bugs xcircuit port has old version o [2003/01/22] ports/47381 ports-bugs ownership wrong if build as one user, ins o [2003/01/22] bin/47387 [PATCH] gprof -K still requires "a.out" a o [2003/01/23] ports/47403 ports-bugs kavmilter port patch to new version o [2003/01/23] ports/47406 ports-bugs [Patch] Remove {PERL} from ports@'s ports o [2003/01/23] ports/47407 arved Unbreak/Update Port: multimedia/xmms-avi o [2003/01/23] ports/47420 ports-bugs cad/xcircuit: ownership is of user who bu o [2003/01/24] conf/47430 mtm wrong order of arguments of ldconfig in / o [2003/01/24] ports/47442 dwcjr ports/net/samba-devel update to 3.0a21 o [2003/01/24] ports/47446 ports-bugs nslookup crash in SetDefaultServer (patch o [2003/01/24] java/47448 java linux-blackdown-jdk-1.4.1: syscall mmap2 o [2003/01/25] ports/47472 ports-bugs new port: games/xcheckers (checkers game) o [2003/01/25] ports/47473 ports-bugs Exitstatus passing in vgetty for external o [2003/01/26] ports/47516 anders unbreak comms/gnokii for -current o [2003/01/26] ports/47520 ports-bugs New port: net/roadrunner - a BEEP library o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] ports/47542 ports-bugs [PATCH] Keynote2 support configuration op o [2003/01/27] ports/47545 ports-bugs New port: jpegoptim is an command-line jp o [2003/01/27] ports/47548 ports-bugs mldonkey does not install p [2003/01/27] conf/47556 murray Norwegian dvorak keymap o [2003/01/27] advocacy/47559advocacy New FreeBSD PR campaign has been started. o [2003/01/27] bin/47560 tar 'z' option gzip'd output has extra ga o [2003/01/27] bin/47566 Suggested patch: vinum status verificatio o [2003/01/27] ports/47571 ports-bugs new port: gnotime tracker o [2003/01/27] ports/47573 ports-bugs [PATCH] linux_base-7.1_2 port does not in o [2003/01/27] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/27] misc/47576 [PATCH] factor(6)ing of negative numbers o [2003/01/28] ports/47590 ports-bugs port update: dclib 0.1.11 -> 0.2.3 o [2003/01/28] ports/47591 ports-bugs port update: dcgui 0.1.11 -> 0.2.3 a [2003/01/28] ports/47593 nork Update port: www/elinks o [2003/01/28] docs/47594 doc [PATH] passwd(5) incorrectly states allow o [2003/01/28] bin/47596 daily security run complains if timezone o [2003/01/28] misc/47601 ru Additional subdir targets o [2003/01/28] ports/47614 dburr databases/p5-ApacheDBILogConfig 0.01 -> 0 o [2003/01/28] ports/47622 ports-bugs New Port: misc/gkrellshoot2 o [2003/01/29] ports/47640 wjv ports/p5-bioperl-devel is obsolete o [2003/01/29] ports/47649 ports-bugs New port: audio/eTktab - guitar tabulatur o [2003/01/29] ports/47651 ports-bugs unPERLify ports/audio o [2003/01/29] ports/47652 ports-bugs unPERLify ports/astro o [2003/01/29] ports/47653 ports-bugs unPERLify ports/cad o [2003/01/29] ports/47654 ports-bugs unPERLify ports/biology o [2003/01/29] ports/47656 ports-bugs unPERLify ports/comms o [2003/01/29] kern/47664 change in ip_output.c in 4.7-STABLE seems o [2003/01/30] i386/47669 imp absence of ufm* entry in MAKEDEV script o [2003/01/30] kern/47675 usb/umass problems o [2003/01/30] ports/47686 ports-bugs New Port: kwin-flatcurve o [2003/01/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/30] docs/47705 doc wc(1) manpage has poor explanations. o [2003/01/31] ports/47717 ports-bugs New port: graphics/hpoj, HP OfficeJet dri o [2003/01/31] kern/47731 reboot goes panic each time o [2003/02/01] kern/47791 imp Idea for what to do on insert o [2003/02/01] docs/47792 mheinen www/news/news.xml translated to .de o [2003/02/02] bin/47815 stty -all should work. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/02/02] docs/47824 doc auto-create plist chapter should mention o [2003/02/02] ports/47830 ports-bugs new port comms/qtpcr o [2003/02/02] ports/47834 dirk mysql-server-3.23.55 upgrade should be mo o [2003/02/03] sparc64/47845sparc 4 second daily clock drift o [2003/02/03] ports/47851 mharo Upgrade for Analog to 5.31 o [2003/02/03] ports/47856 ports-bugs new port: sysutils/gkrellmgas2 o [2003/02/03] ports/47861 markp Maintainer update: x11-toolkits/flvw (bui o [2003/02/03] ports/47862 ports-bugs Maintainer update: databases/mysql-gui (b o [2003/02/04] ports/47904 ports-bugs drweb - cron example don't work o [2003/02/04] misc/47906 options screen not return previous screen o [2003/02/04] misc/47908 /stand/sysinstall can't display document o [2003/02/04] ports/47913 ume idled.8 man page conflict in ports mail/c o [2003/02/04] ports/47917 ports-bugs New port: audio/gkrellmss2 o [2003/02/04] kern/47935 panic on disk full o [2003/02/05] ports/47956 sobomax [PATCH] comms/mserver a [2003/02/05] ports/47957 seanc ruby-snmp is broken o [2003/02/05] ports/47981 ports-bugs new port: net/wmnetload (a network load m f [2003/02/05] kern/47982 Minix file-system offered o [2003/02/05] ports/47990 ports-bugs Patch so loadpath.UNIX is correct o [2003/02/05] docs/47991 doc Handbook section on upgrading kernel says o [2003/02/05] ports/47992 gnome gtk12 apps don't pick up correct locale r o [2003/02/06] ports/47995 ports-bugs New port: Showing moving blobs o [2003/02/06] ports/47996 sobomax [patch] graphics/svgalib shouldn't called o [2003/02/06] i386/48014 moused fails to correctly identify usb mo o [2003/02/06] bin/48015 ipfw make ipfw2 work with iplen ranges o [2003/02/06] docs/48018 doc telnetd(8) manpage appears incorrect rega o [2003/02/06] ports/48021 ports-bugs New Port: www/photo_gallery o [2003/02/06] ports/48026 trevor update port: x11-wm/openbox f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/07] ports/48052 obrien Upgrading vim blows away locally-added pl a [2003/02/07] ports/48059 roam Nitpicks for the comms/qpage port o [2003/02/07] kern/48081 Enabling mutex profiling panics the kerne o [2003/02/08] ports/48093 kde kde3 FreeBSD port fails to configure Xine o [2003/02/08] ports/48097 ports-bugs Manual for camediaplay(1) falsely describ o [2003/02/08] docs/48101 doc There's no documentation on the fixit dis o [2003/02/08] conf/48105 /etc/disktab has incomplete duplication o o [2003/02/09] misc/48110 change CVSROOT/log_accum.pl to not send m o [2003/02/09] bin/48114 gethostname(3) can leave the wrong errno o [2003/02/09] ports/48115 ports-bugs Update port: math/abs o [2003/02/09] ports/48124 dbaker [PATCH] updates ports/misc/proxyper to ve o [2003/02/09] ports/48127 ports-bugs New port: security/hostsentry, Login anom o [2003/02/10] misc/48133 improvied vi recovery notification o [2003/02/10] ports/48139 trevor [patch] audio/opmixer: endl->std::endl (b o [2003/02/10] ports/48140 andreas Update Port: print/apsfilter (conditional o [2003/02/10] ports/48150 kris Update port: x11/wdm to 1.22 o [2003/02/11] kern/48172 ipfw ipfw does not log size and flags o [2003/02/11] conf/48195 /var/db/mounttab error on diskless boot o [2003/02/12] docs/48210 doc make -q only does what the manpage says i o [2003/02/12] ports/48214 trevor Update port: audio/festogi-spanish to 2.0 o [2003/02/12] kern/48216 mike Linux uname returns wrong hostname inside o [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/12] ports/48221 mharo portlint: bogus warnings about DISTFILES o [2003/02/12] docs/48223 keramida friendlier output when gnats database is o [2003/02/13] ports/48235 ports-bugs New Port: anomy mail sanitizer - removing o [2003/02/13] ports/48239 anders [UPDATE] security/pam-mysql update to 0.5 o [2003/02/13] ports/48246 ports-bugs unPERLify ports/databases o [2003/02/13] ports/48247 ports-bugs unPERLify ports/deskutils o [2003/02/13] ports/48248 ports-bugs unPERLify ports/editors o [2003/02/13] ports/48249 nork unPERLify ports/emulators o [2003/02/13] ports/48253 ports-bugs unPERLify ports/devel o [2003/02/13] ports/48257 ports-bugs New Port: portdowngrade: a tool to set a o [2003/02/14] ports/48273 ports-bugs FlightGear can only be run once between b o [2003/02/14] ports/48281 obrien Patch editors/vim to use fetch instead of o [2003/02/14] i386/48283 sound (pcm/sbc) broken with acpi o [2003/02/14] ports/48292 ports-bugs new port: print/epsonepl "Printer filter o [2003/02/15] bin/48309 pppoe connections fail to establish if th o [2003/02/15] bin/48313 [patch] make yacc(1) use getopt(3) o [2003/02/16] bin/48342 [PATCH] usbd dynamic device list. o [2003/02/16] ports/48350 ports-bugs [gimp-print] build error f [2003/02/16] ports/48352 roam JavaCC port updated for new distfiles. o [2003/02/17] ports/48362 ports-bugs New port: lft-2.0 LFT Alternative tracero o [2003/02/17] ports/48377 portmgr Randomizing MASTER_SITES o [2003/02/17] ports/48382 ports-bugs /usr/ports/net/cflowd compile errors, wil o [2003/02/17] ports/48388 ports-bugs ftp/lukemftpd: Maintainer does not exist o [2003/02/17] ports/48397 jmz malformed make file in /usr/ports/comms/m a [2003/02/17] i386/48398 murray Belgian Keyboard Driver o [2003/02/17] bin/48399 Can't put URL in GECOS phone field o [2003/02/17] ports/48404 ports-bugs gnuchess doesn't install the gnuchessx al o [2003/02/17] docs/48407 doc PPP section needs a cleanup. o [2003/02/17] ports/48411 ports-bugs New port: databases/p5-SQL-Abstract o [2003/02/18] ports/48418 ports-bugs mail/teapop: 2 problems o [2003/02/18] ports/48422 ports-bugs New POrt: webstats o [2003/02/18] ports/48426 sobomax [PATCH] digger-vgl does not support conso o [2003/02/18] ports/48434 obrien shells/bash2: process substitution broken o [2003/02/18] bin/48443 /usr/sbin/periodic executes too many file o [2003/02/18] misc/48444 change to count connection attempts inste o [2003/02/18] ports/48448 ports-bugs New port: orca text data grapher (uses rr o [2003/02/19] ports/48458 ports-bugs [patch] www/mgstat: tarball rerolled o [2003/02/19] ports/48459 ports-bugs upgrade www/plone to 1.0.1 o [2003/02/19] kern/48468 imp puc driver for Nm9845 o [2003/02/19] ports/48470 nork [PATCH www/flashpluginwrapper] add helper o [2003/02/19] kern/48471 Private IPC for every jail. [PATCH] o [2003/02/19] ports/48474 glewis Update port: java/jmp to 0.27 o [2003/02/20] bin/48489 ru [PATCH] update information arp(4): descri o [2003/02/20] kern/48494 BP6 ACPI errors - AML incorrect o [2003/02/20] ports/48505 ports-bugs [bento fix]: ftp/ftptool patch o [2003/02/20] i386/48516 add support of Dell PS/2 mouse port o [2003/02/21] bin/48525 [PATCH] pkg_add under 5.0-RELEASE o [2003/02/21] ports/48534 oliver update-port: mail/vqadmin o [2003/02/21] ports/48541 dirk mod_php4 does not uninstall itself correc o [2003/02/21] ports/48552 ports-bugs new port: sysutils/ganglia-webfrontend: G o [2003/02/22] ports/48561 ports-bugs [new ports] : sysutils/memgrep : Utility o [2003/02/22] ports/48564 ports-bugs [new port] net/zonemaster : a tool for zo o [2003/02/22] conf/48566 [PATCH] /etc/defaults/make.conf stales af o [2003/02/22] conf/48569 make.conf misses comments on some options o [2003/02/22] ports/48573 billf update-port: irc/muh o [2003/02/22] www/48575 www 0.28. o [2003/03/26] bin/50328 ctm_smail doesn't handle large deltas wel o [2003/03/26] bin/50331 Changing uid with pw causes duplicate use o [2003/03/27] docs/50349 doc make release fails with NO_OPENSSH and ! o [2003/03/27] bin/50365 [PATCH] rc.sysctl cannot handle values co o [2003/03/27] misc/50370 NLSOWN set to ${SHAREGRP} in o [2003/03/28] docs/50390 doc no man page for suser_xxx() o [2003/03/28] docs/50391 doc Incorrect information in a man o [2003/03/28] ports/50397 ports-bugs [PATCH] databases/postgresql[-odbc|7|72] o [2003/03/28] ports/50405 ports-bugs New port: x11-wm/fluxspace o [2003/03/28] ports/50411 ports-bugs Revised [UPDATE] sysutils/fastresolve fro o [2003/03/28] ports/50413 mharo [UPDATE] www/analog from 5.24,1 to 5.32,1 o [2003/03/28] ports/50415 ports-bugs New port: irc/onis o [2003/03/29] ports/50419 ports-bugs NEW PORT! misc/ekg o [2003/03/29] ports/50423 ports-bugs New port: www/phpftp o [2003/03/29] kern/50428 [PATCH] typo in aic7xxx_pci.c o [2003/03/29] ports/50442 greid [patch] fix checksum for mail/spambnc o [2003/03/29] ports/50443 ports-bugs New port for libirman 0.4.2 o [2003/03/29] ports/50444 portmgr Suggestion for new category: "dns" o [2003/03/30] ports/50454 ports-bugs cricket port update to 1.4.0.p2 o [2003/03/30] ports/50455 ports-bugs apache13-modssl/Makefile new options and o [2003/03/30] bin/50461 ctm cannot handle the large files current o [2003/03/30] docs/50463 doc netstat(1) points to mbuf(9) which doesn' o [2003/03/30] ports/50466 grog The benchmarks/rawio port does not seem t f [2003/03/30] ports/50467 edwin Fix for port net/citadel o [2003/03/30] docs/50469 doc "mount_msdos -W" issue in handbook o [2003/03/31] ports/50470 ports-bugs SNMP_Session.pm conflict in net/mrtg net/ o [2003/03/31] bin/50471 telnet-bang crashes o [2003/03/31] ports/50473 ports-bugs amavis-perl is no longer supported (super o [2003/03/31] ports/50475 ports-bugs Port of rubber. o [2003/03/31] ports/50476 ports-bugs New port: math/libmath++ o [2003/03/31] conf/50477 gshapiro RELENG_4: src/etc/Makefile does not check o [2003/03/31] ports/50478 ports-bugs New port: games/monopd o [2003/03/31] ports/50479 portmgr Request for approval to commit bsd.gnuste o [2003/03/31] ports/50481 ports-bugs [patch] update java/bluej -> 1.2.2 o [2003/03/31] ports/50484 ports-bugs Lots of warnings when compiling hping o [2003/03/31] docs/50503 hmp Upgate to the agp(4) manual page o [2003/03/31] ports/50514 ports-bugs TCH] Added tractorgen(6) manpage and othe o [2003/04/01] ports/50521 mich New port: net/remarp o [2003/04/01] kern/50526 Update to #! line termination o [2003/04/02] ports/50536 mich New port: net/ttlscan o [2003/04/02] ports/50548 ports-bugs print/ghostscript-gnu missing "standard" o [2003/04/02] ports/50553 ports-bugs [update] games/hlserver-psychostats to 1. o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile f [2003/04/03] ports/50572 portmgr Simlifying the work with Debian packages o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/03] ports/50578 ports-bugs pktrace has been renamed to mftrace by th o [2003/04/03] ports/50586 ports-bugs JDEE port needs updates o [2003/04/04] ports/50607 ports-bugs New port: puff (text editor) (very easy o [2003/04/04] ports/50608 ports-bugs Update port: www/p5-Apache-AuthCookie o [2003/04/04] ports/50609 ports-bugs New port: russian/muttprint (pretty print o [2003/04/04] bin/50613 [PATCH] pppd(8) incorrect CBCP response f o [2003/04/04] ports/50616 ports-bugs UPDATE-PORT: devel/linux-sdl12 update to o [2003/04/05] ports/50628 ports-bugs [PATCH] waimea port has missing run-depen o [2003/04/05] kern/50633 problems mounting SanDisk compact flash r o [2003/04/06] kern/50644 [PATCH] Update xe driver: multicast, hard o [2003/04/06] ports/50645 ports-bugs New port: benchmarks/scimark2 - a Java b o [2003/04/06] ports/50646 ports-bugs New port: benchmarks/scimark2c - an ANSI o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [2003/04/07] ports/50662 ume sysutils/gkrellm2 interaction with Metaci o [2003/04/07] ports/50663 ume sysutils/gkrellm2 - it is not possible to o [2003/04/07] ports/50672 ports-bugs New port submission f [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/07] kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always re o [2003/04/07] ports/50692 ports-bugs Update port of ScrollZ to 1.9 o [2003/04/08] ports/50708 jedgar update sysutils/roottail to 0.2 o [2003/04/08] ports/50710 ports-bugs New port: misc/pxclient o [2003/04/08] ports/50714 ports-bugs Checksum mismatch for ghostscript/hpdj-2. o [2003/04/08] ports/50723 ports-bugs astro/setiathome request: use linux versi o [2003/04/08] ports/50724 ports-bugs [PATCH] pkg_fetch saves full filename o [2003/04/08] ports/50725 ports-bugs new port: russian/koi2koi o [2003/04/08] ports/50728 ports-bugs Update: update of multimedia/vlc to versi o [2003/04/08] java/50729 java java/jdk14: broken java.net.NetworkInterf o [2003/04/08] conf/50732 murray [PATCH] A french dvorak-like layout for S p [2003/04/08] docs/50735 brueffer Small diff to the developers handbook & o o [2003/04/09] bin/50749 ipfw ipfw2 incorrectly parses ports and port r o [2003/04/09] ports/50754 ports-bugs New port: security/hmap - web server fing o [2003/04/09] ports/50763 ports-bugs New-port: games/linux_nwnclient games/li o [2003/04/09] ports/50767 ports-bugs New port: ldap2dns - maintain DNS zones i o [2003/04/10] ports/50772 mich New port: net/wping o [2003/04/10] docs/50773 doc NFS problems by jumbo frames to mention i o [2003/04/10] ports/50775 ports-bugs axel port failes to build o [2003/04/10] ports/50777 ports-bugs New port: lxsplit-0.1.1 f [2003/04/10] ports/50779 edwin Maintainer Update: net/libdnet o [2003/04/10] ports/50782 ports-bugs python port installs files not in pkg-pli o [2003/04/10] ports/50788 ports-bugs gnump3d - install problem - adamw asked m o [2003/04/10] sparc64/50789sparc PCI Bus number reported by /dev/pci is wr o [2003/04/10] ports/50794 ports-bugs New port graphics/pho (version 0.9.1) o [2003/04/10] ports/50799 ports-bugs Lisp Packages install directory should no o [2003/04/11] ports/50810 ports-bugs Update port: lang/cmucl (docs installed a o [2003/04/11] ports/50811 dirk make building mod_php4 without MySQL more o [2003/04/11] ports/50813 wjv New port: japanese/mailman o [2003/04/11] ports/50819 ports-bugs New port: chinese/kon2 o [2003/04/11] ports/50820 ports-bugs New port: chinese/ntuttf f [2003/04/11] ports/50822 ports-bugs [PATCH] graphics/netpbm doesn't install i o [2003/04/11] ports/50828 ports-bugs New port: mod_jk for apache2 o [2003/04/11] ports/50835 dirk cdrtools port uses the config path "/etc/ o [2003/04/11] ports/50840 ports-bugs mail/squirrelmail - Port Docs in wrong lo o [2003/04/12] ports/50850 ports-bugs -march=pca56 blows up nethack34-nox11 o [2003/04/12] ports/50858 ports-bugs compile of ecasound-2.2.2 fails with unde o [2003/04/12] ports/50863 trevor Update audio/csound-manual o [2003/04/12] ports/50864 trevor Update audio/festlex-ogi o [2003/04/12] ports/50866 lioux [PATCH] Introduce patch to qmail-1.03 to o [2003/04/12] alpha/50868 alpha fd0 floppy device is not mapped into /dev o [2003/04/12] ports/50869 trevor Update audio/festvox-abc o [2003/04/12] ports/50880 ports-bugs Request for (optional) addition of tcplim o [2003/04/12] ports/50881 ports-bugs New port: mail/scmail - mail filter in sc o [2003/04/12] ports/50888 ports-bugs Updated fetchyahoo port, like fetchmail f o [2003/04/12] ports/50891 phantom [PATCH] java/jdk14 port don't build on so o [2003/04/13] ports/50898 ports-bugs abcde netbsd patch merge and cddb proto a o [2003/04/13] ports/50901 ports-bugs New port: gqradio - a GTK based FM tuner o [2003/04/13] ports/50910 oliver update-port: mail/sqwebmail o [2003/04/13] ports/50914 ports-bugs Port update: editors/fte o [2003/04/13] kern/50923 rfork(RFPROC|RFMEM, ...) fails unconditio p [2003/04/13] bin/50924 "vmstat -f" says "unimplemented" but data o [2003/04/14] i386/50929 AMD K6-2+ processor is identified incorre o [2003/04/14] ports/50930 lioux Update net/silc-client o [2003/04/14] ports/50931 lioux Update net/silc-server o [2003/04/14] ports/50932 lioux Update net/silc-doc o [2003/04/14] ports/50940 greid Update mail/spambnc o [2003/04/14] ports/50944 ports-bugs Update port www/mod_fastcgi : version has o [2003/04/14] misc/50945 ru BUG: NOINSTALLLIB isn't honored in all Ma o [2003/04/14] kern/50948 BUG: @0 does not insert at the beginning o [2003/04/14] bin/50949 BUG: mtree doesn't honor the -P when chec o [2003/04/14] bin/50955 [PATCH] natd / libalias support for multi o [2003/04/14] conf/50956 daily_status_disks_df_flags in /etc/defau o [2003/04/14] ports/50957 ports-bugs [PATCH]: unbreak port converters/dumpasn1 o [2003/04/14] ports/50960 trevor Update port: x11-wm/openbox 1.2.4 -> 2.2. o [2003/04/14] ports/50965 ports-bugs www/linux-flashplugin update to 6.0r79 o [2003/04/14] ports/50967 ports-bugs [patch] ftp/ftptool patch the file lex.c o [2003/04/15] ports/50970 anholt KDE-3.1.1a - R128(0) Idle timed out, rese o [2003/04/15] bin/50971 du(1) doesn't understand UF_NODUMP flag o [2003/04/15] ports/50972 ports-bugs Update devel/liboop: fix distinfo - bento p [2003/04/15] misc/50979 [PATCH] Some spelling corrections in sbin o [2003/04/15] bin/50988 [Patch] find -size -- express argument in o [2003/04/15] ports/50989 ports-bugs Update cad/slffea: fix distinfo - bento e o [2003/04/15] ports/50992 ports-bugs ports-bug: devel/kprof o [2003/04/15] ports/50996 openoffice editors/ooodict-hu_HU port can moved to h o [2003/04/15] ports/50997 ports-bugs [patch] x11-toolkits/slingshot o [2003/04/15] ports/51002 ports-bugs new feature for net/trafshow o [2003/04/15] ports/51005 ports-bugs New port of native window decoration for o [2003/04/15] docs/51006 doc [PATCH] divert(4) and ipfw(8) manpages ar o [2003/04/15] ports/51008 ports-bugs making sysutils/eject understand cdrom ar o [2003/04/15] kern/51009 Buggy aue driver fixed. o [2003/04/15] ports/51011 ports-bugs port update o [2003/04/15] ports/51013 ports-bugs New Port: avidemux2 o [2003/04/16] ports/51017 ports-bugs New Port: xvmixer an Open Look-based audi o [2003/04/16] ports/51024 ports-bugs fix-bento/update port: french/spip o [2003/04/16] i386/51027 can't load device apm in o [2003/04/16] ports/51036 ports-bugs New port: sysutils/clockspeed-conf - Supe o [2003/04/16] ports/51037 ports-bugs wrong lib dependency (ldap) in x11/kdelib o [2003/04/16] ports/51042 mich New port: devel/doctorj o [2003/04/16] bin/51070 add -p option to pom [PATCH] o [2003/04/16] ports/51071 ports-bugs New port: net/pear-Net_URL - Easy parsing o [2003/04/16] kern/51074 joe pointer arithmatic error in ugen.c o [2003/04/16] ports/51076 ports-bugs [patch] x11-toolkits/xview-clients now bu o [2003/04/16] ports/51077 ports-bugs update net/ntop to 2.2 o [2003/04/17] kern/51082 FEATURE: More descriptive message on drop o [2003/04/17] ports/51086 mich New port: security/vida o [2003/04/17] ports/51087 ports-bugs spamass-milter can not be built with send o [2003/04/17] bin/51091 [FEATURE] Add -A (print ASCII) flag to tc o [2003/04/17] ports/51097 tobez New port databases/p5-DBD-PgSPI o [2003/04/17] ports/51098 ports-bugs New port: Perl5 module to read and write o [2003/04/17] ports/51108 ports-bugs devel/pear-HTML_Common: upgrading to 1.1. o [2003/04/17] kern/51111 ipf doesn't allow outbound IPv6 packets u o [2003/04/17] ports/51117 ports-bugs New port: Freecraft RTS game o [2003/04/17] ports/51118 ports-bugs New Port: graphics/xvgr Open Look-based d o [2003/04/17] kern/51120 MSGBUF_SIZE doesn't work in makefiles o [2003/04/17] ports/51122 ports-bugs New port: textproc/xhtml-1.1 o [2003/04/18] ports/51124 ports-bugs new port: games/oilwar: Evil army wants y o [2003/04/18] ports/51130 ports-bugs databases/freetds overwrites config file a [2003/04/18] docs/51133 murray RSH environmental variable not described o [2003/04/18] kern/51137 config(8) should check if a scheduler is o [2003/04/18] ports/51147 ports-bugs Update of graphics/jhead port to 2.0 o [2003/04/18] bin/51148 Control the cache size for pwd_mkdb to sp o [2003/04/19] ports/51150 ache ports/apache13 MASTER_SITES incorrect/out o [2003/04/19] bin/51151 du hardlinkmatching is slow - fix include o [2003/04/19] ports/51152 portmgr bsd.port.mk: generic SHEBANG_FILES o [2003/04/19] ports/51158 ports-bugs New port: sysutils/reoback o [2003/04/19] ports/51161 ports-bugs upgrade math/R to 1.7.0 o [2003/04/19] ports/51162 ports-bugs new port: misc/gkrellm-helium, Prague the o [2003/04/19] bin/51165 Login does not honor .hushlogin o [2003/04/19] misc/51167 dougb [PATCH] Makefile for /etc/namedb. o [2003/04/20] kern/51182 ipfw ipfw2. -d list shows couters for dynamic o [2003/04/20] ports/51185 ports-bugs New port: chinese/stardict2 o [2003/04/20] kern/51186 pointer arithmatic error in ugen.c o [2003/04/20] docs/51187 doc logger(1) -A clarification o [2003/04/20] ports/51188 ports-bugs Update audio/snack: Fix md5 and make pack o [2003/04/20] ports/51190 ports-bugs New port: emulators/extract-xiso o [2003/04/20] ports/51192 mharo portlint has wrong #! line o [2003/04/20] ports/51197 ports-bugs New Port: rendezvous (Apple's ZeroConf im o [2003/04/20] ports/51199 ports-bugs upgrade to version 5.9.0 o [2003/04/21] bin/51205 openssl in base system is not compiled th o [2003/04/21] ports/51214 ports-bugs New port: www/zope-localizer o [2003/04/21] ports/51215 ports-bugs New port: www/zope-translationservice o [2003/04/21] ports/51225 ports-bugs Update port: graphics/qglviewer to 1.4 o [2003/04/21] ports/51227 ports-bugs Update port: graphics/tulip to 1.2.3 o [2003/04/21] ports/51229 ports-bugs Update port: lang/onyx to 4.4.3 o [2003/04/21] ports/51231 ports-bugs Update port: lang/yabasic to 2.722 o [2003/04/21] ports/51234 ports-bugs Update port: misc/wmwork to 0.2.3 (fix po o [2003/04/21] ports/51235 ports-bugs Update port: print/scribus to 0.9.9 o [2003/04/21] ports/51238 ports-bugs Update port: textproc/redland to 0.9.12 o [2003/04/21] ports/51240 ports-bugs Update port: x11/xautomation to 0.92 o [2003/04/21] conf/51256 chkgrp should make sure the file is newli o [2003/04/21] ports/51258 ports-bugs [UPDATE] Meta-CVS 1.0.6 o [2003/04/21] ports/51259 ports-bugs update cmucl to 18e o [2003/04/21] ports/51260 ports-bugs update to 18e o [2003/04/21] ports/51264 ports-bugs new port: mail/mls o [2003/04/22] ports/51272 ports-bugs Update net/ifstat: 0.5 -> 1.0 o [2003/04/22] ports/51275 ports-bugs textproc/latex2html PLIST is missing some f [2003/04/22] ports/51277 ports-bugs [maintainer update] openldap21, user and o [2003/04/22] ports/51290 nbm Update devel/sip: patchout license confir o [2003/04/22] standards/51292standards [PATCH] add ecvt()/fcvt()/gcvt() function o [2003/04/22] docs/51295 doc [patch] Bring kame(4) better in sync with o [2003/04/22] bin/51296 calendar wrong for dates based on day+-nu o [2003/04/23] ports/51306 ports-bugs Update port: net/dictd-database o [2003/04/23] ports/51313 ports-bugs new port x11-toolkits/SoXt (SUPERCEEDS po o [2003/04/23] ports/51320 ports-bugs NEW PORT: sysutils/adtool o [2003/04/23] ports/51321 ports-bugs Patch to update port dclib 0.1.11 -> 0.2. o [2003/04/23] ports/51323 ports-bugs Patch to update port dcgui 0.1.11 -> 0.2. o [2003/04/24] ports/51337 ports-bugs Update converters/konwert: Fix make packa f [2003/04/24] ports/51343 ports-bugs New port: Krusader, a two window file man o [2003/04/24] ports/51349 ports-bugs New port: sysutils/xps o [2003/04/24] ports/51351 ports-bugs new port x11-toolkits/SoXt 1.1.0 (SUPERCE o [2003/04/24] ports/51367 ports-bugs Update port: ftp/ftpq to 1.06 o [2003/04/24] ports/51368 ports-bugs Update port: ftp/hsftp 1.12 o [2003/04/24] ports/51369 ports-bugs Update port: ftp/mget o [2003/04/24] ports/51371 ports-bugs Update port: graphics/gts to 0.7.1 o [2003/04/24] ports/51372 ports-bugs Update port: graphics/qslim o [2003/04/24] ports/51373 ports-bugs Update port: graphics/qtutils o [2003/04/24] ports/51375 ports-bugs Update port: math/plplot to 5.2.1 o [2003/04/24] ports/51378 ports-bugs Update port: misc/argparse o [2003/04/24] ports/51380 ports-bugs Update port: misc/goldstr o [2003/04/24] ports/51381 ports-bugs Update port: multimedia/recmpeg o [2003/04/24] ports/51382 ports-bugs Update port: net/serveez o [2003/04/24] ports/51383 ports-bugs Update port: print/catdvi o [2003/04/24] ports/51384 ports-bugs Update port: print/pnm2ppa a [2003/04/24] ports/51385 portmgr Confusing message when installing newer v o [2003/04/24] ports/51386 ports-bugs Update port: sysutils/slmon to 0.5.12 o [2003/04/24] ports/51387 ports-bugs Update port: www/cadaver o [2003/04/24] ports/51388 ports-bugs Update port: www/httperf o [2003/04/24] kern/51389 smbfs fails to work on SMP kernels. o [2003/04/24] ports/51393 ports-bugs update request: lang/sml-mode.el to 3.9.5 o [2003/04/24] ports/51395 ports-bugs [PATCH] Update xdiskusage to 1.45 p [2003/04/24] docs/51399 blackend XFree86 section of handbook needs some up f [2003/04/24] ports/51400 ports-bugs new port:biology/lsysexp o [2003/04/24] ports/51402 ports-bugs New port for LDAP Directory Administrator o [2003/04/24] ports/51404 ports-bugs [patch] fix WWW for www/css-mode.el o [2003/04/25] ports/51406 ports-bugs Add linprocfs mount check to emulators/li o [2003/04/25] ports/51415 kevlo Port textproc/xerces-j should be updated o [2003/04/25] ports/51419 ports-bugs [PATCH] openldap21 port won't compile wit o [2003/04/25] ports/51424 ports-bugs www/httrack should be updated to lastest o [2003/04/25] ports/51427 ports-bugs Update port: devel/rlwrap to 0.15 o [2003/04/26] ports/51446 trevor Update port: audio/fest* to last versions o [2003/04/26] ports/51447 ports-bugs x11/nvidia-driver: adding support for 5.0 o [2003/04/26] ports/51449 ports-bugs Update sysutils/durep: 0.8 -> 0.8.1 o [2003/04/27] ports/51456 ports-bugs adding new port: opencm o [2003/04/27] ports/51467 tobez NEW PORT devel/p5-Locale-Maketext-Gettext o [2003/04/27] ports/51468 ports-bugs [patch][non-maintainer update] canonical o [2003/04/27] ports/51469 ports-bugs New port: net/packit: a network auditing o [2003/04/27] ports/51474 ports-bugs p5-CGI-SpeedyCGI broken on current 1386 o [2003/04/27] ports/51475 ports-bugs japanese/kappa20: does not handle italic o [2003/04/27] ports/51477 ports-bugs net/pear-Net_SMTP: upgrading to 1.2.1. o [2003/04/27] ports/51478 ports-bugs sysutils/pear-Log: upgrading to 1.6.5 o [2003/04/27] docs/51480 doc Multiple undefined references in the Free o [2003/04/27] ports/51482 ports-bugs IMCom port upgrade (supersedes ports/5077 o [2003/04/27] ports/51484 ports-bugs undefined reference in libobjc.so o [2003/04/28] bin/51488 Compat patch: more(1) allowed filename to o [2003/04/28] ports/51489 ports-bugs Update net/gnunet: 0.5.1a -> 0.5.3 o [2003/04/28] bin/51493 ls usage is missing a few options o [2003/04/28] misc/51504 ache New file: src/share/mklocale/zh_CN.GBK.sr o [2003/04/28] misc/51506 ache zh_CN.eucCN is also zh_CN.GB2312 o [2003/04/28] ports/51511 ports-bugs Update port: devel/e4graph to 1.0a7 o [2003/04/28] ports/51512 ports-bugs Update port: graphics/fractorama to 1.6.5 o [2003/04/28] bin/51519 gad newsyslog handles bzip2-compressed files o [2003/04/28] ports/51520 ports-bugs Update security/nmap to 3.27 o [2003/04/28] ports/51536 ports-bugs rmagic 2.21/FreeBSD 4.8-STABLE failing to o [2003/04/28] ports/51540 ports-bugs [update orphaned port] : audio/darkice o [2003/04/28] ports/51543 ports-bugs New port: py-sybase 0.36 (Sybase DB modul o [2003/04/28] ports/51545 ports-bugs [update orphaned port]: audio/mixer.app o [2003/04/28] ports/51547 anders [non maintainer update]: www/pound -> 1.4 o [2003/04/28] ports/51551 tobez UPDATE devel/p5-File-DirSync o [2003/04/29] ports/51553 tobez UPDATE textproc/p5-Text-Autoformat o [2003/04/29] ports/51554 ports-bugs p5-File-Spec is too picky o [2003/04/29] ports/51557 tobez UPDATE audio/p5-MP3-Info o [2003/04/29] ports/51558 tobez UPDATE chinese/p5-Date-Chinese o [2003/04/29] ports/51560 ports-bugs UPDATE converters/p5-Convert-BER o [2003/04/29] ports/51563 tobez UPDATE converters/p5-Convert-UUlib o [2003/04/29] ports/51564 tobez o [2003/04/29] ports/51567 tobez UPDATE converters/p5-Unicode-Map8 o [2003/04/29] ports/51568 tobez UPDATE converters/p5-Unicode-String p [2003/04/29] bin/51571 murray Add dragon screensaver to sysinstall menu o [2003/04/29] ports/51572 dburr UPDATE databases/p5-ApacheDBILogConfig o [2003/04/29] ports/51574 ports-bugs security/gpgme: Conditionally add support o [2003/04/29] ports/51575 tobez UPDATE databases/p5-CDB_File o [2003/04/29] ports/51581 ports-bugs UPDATE databases/p5-DBD-ODBC o [2003/04/29] ports/51582 ports-bugs Update net/kopete: 0.6.1a -> 0.6.2 o [2003/04/29] bin/51587 syslogd prints corrupted timestamp in cer o [2003/04/29] ports/51588 portmgr SITE_PERL defined too late in bsd.port.mk o [2003/04/29] ports/51590 brian port update for multimedia/vlc o [2003/04/29] www/51607 ceri query-pr.cgi formats some links incorrect o [2003/04/29] docs/51608 phantom [PATCH] Add Internet Archive Wayback Mach a [2003/04/29] ports/51609 portmgr [PATCH] use su(1) when installing ports a o [2003/04/29] ports/51610 ports-bugs rmagic.sample (config file) & sample.dat o [2003/04/30] ports/51616 ports-bugs update libfwbuilder to 0.10.13 o [2003/04/30] ports/51617 ports-bugs update fwbuilder to 1.0.9 f [2003/04/30] ports/51618 ports-bugs Maintainer update: hungarian/ispell to ve o [2003/04/30] bin/51619 [PATCH] newfs: wipe UFS1 superblock befor o [2003/04/30] ports/51624 ports-bugs NEW port: pixilate o [2003/04/30] ports/51630 ports-bugs [new port]: net/haproxy (HTTP load balanc o [2003/04/30] ports/51631 ports-bugs New port: hungarian/complexjogtar - Hunga o [2003/04/30] ports/51632 anholt luit from x11/XFree86-4-clients is unusab o [2003/04/30] ports/51634 ports-bugs Updated mod_webapp version o [2003/04/30] ports/51635 ports-bugs [update orphaned port]: devel/trio 1.9 - o [2003/04/30] ports/51638 patrick New Port:: HamLib Shared libraries for Am o [2003/04/30] ports/51640 ports-bugs [PATCH] update of port net/openldap20 to o [2003/04/30] ports/51646 ports-bugs mod_perl2 port can't make package on 4.8 o [2003/04/30] ports/51647 ports-bugs NEW PORT: pglod - inserts web logs into a o [2003/05/01] ports/51651 kde KDE 3.1.1a: KProcess' stdout redirection o [2003/05/01] ports/51652 tobez devel/p5-Params-Validate does not really o [2003/05/01] ports/51653 ports-bugs Make www/p5-HTML-Mason depend on mod_perl o [2003/05/01] bin/51655 savecore needs ${dumpdev} as an argument o [2003/05/01] ports/51656 ports-bugs www/p5-Apache-Session depends on mod_perl o [2003/05/01] ports/51659 ports-bugs make www/rt3 be compatible with www/p5-Fa o [2003/05/01] java/51662 java Fix port: jakarta-commons-logging a [2003/05/01] ports/51663 roam [PATCH] vpopmail-stable fix for using vmo o [2003/05/01] ports/51668 ports-bugs Update port: audio/libcdaudio to 0.99.9 o [2003/05/01] ports/51672 ports-bugs Update port: mail/asmail to 1.5 o [2003/05/01] ports/51674 ports-bugs Update port: x11/xdialog to 2.1.1 o [2003/05/01] kern/51675 njl Quirks for i-Bead MP3 player/USB key o [2003/05/01] ports/51678 arved x11/wmdrawer uses transparent icon now o [2003/05/02] ports/51684 ports-bugs Update misc/wmwork: 0.2.2 -> 0.2.4 o [2003/05/02] ports/51690 blackend Update devel/linux-runrev: 1.1.1 -> 2.0-B o [2003/05/02] ports/51692 ports-bugs Patch to enable USB scanner autodetection o [2003/05/02] ports/51693 ports-bugs [PATCH] Unbreak w11-fm/fvwm2-devel o [2003/05/02] ports/51694 ports-bugs net/lft update to 2.1 o [2003/05/02] ports/51697 ports-bugs [New Port] sysutils/gtk-send-pr (GTK2 pro o [2003/05/02] ports/51698 ports-bugs Update port: audio/vorbisgain to 0.32 o [2003/05/02] ports/51699 ports-bugs Update port: audio/wmsmixer to 0.5.1 o [2003/05/02] ports/51701 ports-bugs Update port: textproc/cwtext to 0.93 o [2003/05/02] ports/51702 ports-bugs Update port: textproc/dictfmt to 1.9.9 o [2003/05/02] ports/51703 ports-bugs Update port: textproc/xmlppm to 0.97 o [2003/05/02] ports/51704 ports-bugs Update port: www/cgic to 2.02 o [2003/05/02] ports/51705 ports-bugs Update port: www/dillo to 0.7.2 o [2003/05/02] ports/51706 ports-bugs Update port: x11/xvattr to 1.3 o [2003/05/02] ports/51710 ports-bugs Please import Config::IniFile 2.37 o [2003/05/03] ports/51722 ports-bugs New port: libukcprog - generally useful l o [2003/05/03] ports/51723 ports-bugs New port: libstatgrab - a useful interfac p [2003/05/03] docs/51724 keramida Duplicate "from" in cut(1) o [2003/05/03] misc/51729 ache A patch that can make freebsd support zh_ o [2003/05/03] ports/51731 greid Update Port: emulators/freesci o [2003/05/03] gnu/51733 ru [PATCH] Obsolete freebsd local hack to in o [2003/05/03] ports/51734 ports-bugs Update devel/elf: 0.5.2 -> 0.5.3 o [2003/05/03] ports/51737 ports-bugs multimedia/mplayer does not autodetect li o [2003/05/03] ports/51741 ports-bugs Update port (maintainer): biology/treevie o [2003/05/04] ports/51745 ports-bugs Update net/tcpreplay: 1.3.2 -> 1.3.3 o [2003/05/04] bin/51750 ipfw ipfw2.c typos o [2003/05/04] ports/51754 anders [PATCH] update of ports mail/imap-uw and o [2003/05/04] ports/51757 ports-bugs Maintainer update: isc-dhcp3 splitted to o [2003/05/04] ports/51759 ports-bugs Maintainer update: astro/setiathome (manu o [2003/05/04] ports/51760 ports-bugs Change-request: mail/tmda (ACTION_AUTO_RE o [2003/05/04] ports/51761 ports-bugs Maintainer update: mail/elm+ME (2.4.99f) o [2003/05/04] ports/51765 ports-bugs Update graphics/gwenview: 0.15.0.p1 -> 0. o [2003/05/04] ports/51768 ports-bugs [new port]: net/libnss_mysql (NSS module o [2003/05/04] ports/51772 dirk Upgrade to version 0.52 of port net/nsc o [2003/05/04] ports/51776 ports-bugs Update port: x11-toolkits/gtkglext to 0.9 o [2003/05/04] ports/51777 ports-bugs Update port: x11-toolkits/gtkglextmm to 0 o [2003/05/05] ports/51780 ports-bugs UPDATE devel/p5-Class-Factory-Util o [2003/05/05] ports/51781 ports-bugs NEW PORTS devel/p5-DateTime-LeapSecond o [2003/05/05] ports/51782 ports-bugs NEW PORT devel/p5-DateTime-TimeZone o [2003/05/05] ports/51783 ports-bugs NEW PORTS devel/p5-DateTime o [2003/05/05] ports/51787 ports-bugs (update) databases/p5-DBIx-Tree o [2003/05/05] ports/51791 ports-bugs Change-request: shell/pdksh (pdksh-5.2.14 o [2003/05/05] ports/51792 ports-bugs Maintainer update: textproc/gsed (4.0.7) o [2003/05/05] ports/51793 ports-bugs Maintainer update: devel/gengetopt (2.9) o [2003/05/05] ports/51796 ports-bugs (update) databases/p5-GraphViz-DBI o [2003/05/05] ports/51799 ports-bugs (update) devel/p5-AppConfig o [2003/05/05] ports/51801 ports-bugs (update) devel/p5-Cache-Cache o [2003/05/05] i386/51802 i386 agp driver for i875P chipset o [2003/05/05] ports/51803 ports-bugs (update) devel/p5-Class-Container o [2003/05/05] ports/51804 ports-bugs (update) devel/p5-Class-Date o [2003/05/05] ports/51805 ports-bugs (update) devel/p5-Class-Delegation o [2003/05/05] ports/51806 ports-bugs (update) devel/p5-Class-Factory o [2003/05/05] ports/51808 ports-bugs (update) devel/p5-Class-Fields o [2003/05/05] ports/51811 ports-bugs Update port sysutils/chgrep (maintainer): o [2003/05/05] ports/51812 ports-bugs Update of math/ntl port o [2003/05/05] ports/51819 ports-bugs New port: Provides a static mod_perl with o [2003/05/05] kern/51823 ADMtek 9511 Ethernet isn't probed o [2003/05/05] kern/51825 njl QUIRK: OTi USB Flash Memory keyring o [2003/05/05] ports/51826 ports-bugs Update: net/tik 0.89 -> 0.90 (add real pk o [2003/05/05] ports/51829 ports-bugs New version of autocd port o [2003/05/06] conf/51830 new entries in termcap o [2003/05/06] kern/51831 harti ATM/HARP BPF support o [2003/05/06] ports/51832 ports-bugs (update) devel/p5-Class-Inspector o [2003/05/06] ports/51834 ports-bugs (update) devel/p5-Class-MethodMaker o [2003/05/06] ports/51835 ports-bugs (update) devel/p5-Class-ObjectTemplate o [2003/05/06] ports/51836 ports-bugs (update) devel/p5-Class-ObjectTemplate-DB o [2003/05/06] ports/51838 ports-bugs (update) devel/p5-Config-General o [2003/05/06] ports/51839 ports-bugs (update) devel/p5-Config-IniFiles o [2003/05/06] ports/51840 ports-bugs (update) devel/p5-Data-Flow o [2003/05/06] ports/51843 ports-bugs (update) devel/p5-Data-Serializer o [2003/05/06] docs/51845 doc [PATCH] catch up getfsstat.2 and statfs.2 o [2003/05/06] ports/51848 ports-bugs (update) devel/p5-Data-TemporaryBag o [2003/05/06] ports/51849 ports-bugs (update) devel/p5-Data-UUID o [2003/05/06] ports/51851 ports-bugs (update) ports/devel/p5-Date-ICal o [2003/05/06] kern/51874 Apacer HandySteno should have DA_Q_NO_6_B o [2003/05/06] docs/51875 doc atkbd(4) adjustment o [2003/05/06] ports/51877 ports-bugs (update) devel/p5-Devel-ptkdb o [2003/05/06] ports/51880 ports-bugs (update) devel/p5-Filter o [2003/05/06] ports/51881 ports-bugs (update) devel/p5-Getopt-ArgvFile o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/06] docs/51897 doc Add example for disklable for md devices o [2003/05/06] ports/51898 greid Update net/ettercap: 0.6.7 -> 0.6.a o [2003/05/06] ports/51900 trevor [Update Port]: audio/fest* to last versio o [2003/05/06] misc/51909 Error in startrek fortune data base o [2003/05/06] conf/51910 ucom0 should be generated by MAKEDEV all o [2003/05/06] kern/51911 murray update networking fields in loader.conf o [2003/05/07] ports/51915 ports-bugs update for ports dcgui/dclib o [2003/05/07] ports/51916 mharo Analog update o [2003/05/07] ports/51918 ports-bugs isc-dhcp3 port package creates dhcp.lease o [2003/05/07] misc/51920 Collation for no_NO.ISO8859-1 o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/07] kern/51922 IPSEC_FILTERGIF support for FAST_IPSEC o [2003/05/07] ports/51923 ports-bugs Update port: math/oleo f [2003/05/07] ports/51926 ports-bugs [MAINTAINER] Update mail/offlineimap to 3 o [2003/05/07] ports/51931 jedgar update port irc/p5-IRC o [2003/05/07] ports/51944 ports-bugs Update misc/vifm: 0.1 -> 0.2 o [2003/05/07] ports/51947 mharo Analog port does not include anlgform.htm o [2003/05/07] ports/51948 mharo Analog port should be updated to 5.32 o [2003/05/07] ports/51951 smace Update net/tcpreplay: 1.3.2 -> 1.4.0 o [2003/05/08] misc/51955 pccard_ether textual errors o [2003/05/08] ports/51957 ejc [port update] devel/omniORB to 4.0.1 o [2003/05/08] kern/51958 update for urio driver [PATCH] o [2003/05/08] ports/51971 trevor Update port: biology/xdrawchem to 1.6.10 o [2003/05/08] ports/51975 ports-bugs New port: devel/cvstrac o [2003/05/08] ports/51980 ports-bugs port:game/xbaby change MASTER_SITES and d a [2003/05/08] ports/51985 portmgr [patch] bsd.port.mk: two fixes for "make o [2003/05/08] ports/51987 ports-bugs new port: archivers/linux-unace2 o [2003/05/08] ports/51989 keichii Update port: cad/iverilog o [2003/05/08] ports/51991 trevor Update port: security/mcrypt to 2.6.4 o [2003/05/09] ports/51995 ports-bugs New port: mod_jk2 for apache2 and tomcat4 o [2003/05/09] docs/51999 doc Missing MAN for ssh o [2003/05/09] docs/52000 doc [patch] Misc man page reference fixes o [2003/05/09] ports/52001 tg Update port: x11/xlockmore from version 5 o [2003/05/09] ports/52005 ports-bugs new port: VideoLAN server o [2003/05/09] ports/52006 ports-bugs rsync fails with protocol problems o [2003/05/09] ports/52008 ports-bugs Update port: lang/chicken to 1.9 (unbreak o [2003/05/09] ports/52009 petef Update ftp/bftpd: 1.0.23 -> 1.0.24 o [2003/05/09] ports/52013 ports-bugs Update port (maintainer): biology/crimap o [2003/05/09] ports/52015 ports-bugs New port: lang/harbour - A Clipper-compat o [2003/05/09] ports/52016 ports-bugs New port: lang/harbour - A Clipper-compat o [2003/05/09] ports/52017 ports-bugs update to print/gsfonts o [2003/05/09] ports/52018 ports-bugs update to cad/calculix o [2003/05/10] ports/52022 ports-bugs maintainer-update of security/nessus-* o [2003/05/10] ports/52023 ports-bugs maintainer-update of security/nessus-*-de o [2003/05/10] ports/52024 ports-bugs port multimedia/libdv fails to build o [2003/05/10] ports/52025 ports-bugs japanese/emacs21-emcws is updated to emcw o [2003/05/10] kern/52026 umass driver support for InSystem ISD200 o [2003/05/10] ports/52027 ports-bugs Update port: misc/bibletime from 1.2.1 to o [2003/05/10] ports/52028 ports-bugs Update port: misc/bibletime-doc from 1.2. o [2003/05/10] ports/52029 ports-bugs New ports: games/adonthell (free role pla o [2003/05/10] ports/52030 ports-bugs New port: misc/libutf UTF-8 character set o [2003/05/10] ports/52031 ports-bugs New port: misc/utftools UTF-aware wc, fmt o [2003/05/10] bin/52032 Telnet option contra telnet protocol o [2003/05/10] ports/52033 ports-bugs NEW port: math/superlu_mt o [2003/05/10] ports/52034 ports-bugs New port: net/bfilter o [2003/05/10] ports/52037 ports-bugs port multimedia/avifile fails to build (I o [2003/05/10] ports/52039 ports-bugs transcode port fails when importing files o [2003/05/10] ports/52040 ports-bugs Update port: lang/sisc to 1.7.9 o [2003/05/10] ports/52042 ports-bugs Update: audio/p5-MP3-Info 1.01 -> 1.02 o [2003/05/10] ports/52043 ports-bugs Update port: audio/gsi to 0.9.6 o [2003/05/10] ports/52044 ports-bugs Update port: audio/libsamplerate to 0.0.1 o [2003/05/10] ports/52045 ports-bugs Update port: audio/wmusic to 1.4.11 o [2003/05/10] ports/52046 ports-bugs Update port: audio/xhippo to 3.3 o [2003/05/10] ports/52048 ports-bugs Update port: editors/cooledit to 3.17.7 o [2003/05/10] ports/52049 ports-bugs Update port: editors/hte to 0.7.1 o [2003/05/10] ports/52050 ports-bugs Update port: editors/the to 3.1 o [2003/05/10] ports/52051 ports-bugs Update port: lang/smalltalk to 2.1.2 (fix o [2003/05/10] ports/52052 ports-bugs Update port: print/ghostscript-gnu-commfo o [2003/05/10] ports/52054 ports-bugs Update biology/p5-AcePerl 1.82 -> 1.83 o [2003/05/10] ports/52055 ports-bugs Update converters/p5-Convert-UUlib 0.213 o [2003/05/10] ports/52056 ports-bugs Update converters/p5-String-Multibyte 1.0 o [2003/05/10] ports/52057 ports-bugs Update converters/p5-Unicode-String 2.06 o [2003/05/10] ports/52058 ports-bugs Update: databases/p5-BerkeleyDB .19 -> .2 o [2003/05/10] ports/52059 ports-bugs Update: databases/p5-CDB_File 0.92 -> 0.9 o [2003/05/10] ports/52060 ports-bugs Update: databases/p5-DBD-ODBC o [2003/05/10] ports/52061 ports-bugs Update: databases/p5-DBD-Oracle 1.12 -> 1 o [2003/05/10] ports/52062 ports-bugs Update: databases/p5-DBD-Sybase o [2003/05/11] ports/52066 ports-bugs [MAINTAINER UPDATE] Update amavisd-new to o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/05/11] bin/52072 maxim Wrong behaviour of the ftpd when the OOB o [2003/05/11] ports/52073 ports-bugs New port: sysutils/krename o [2003/05/11] ports/52075 ports-bugs Update net/net-http (bento fix) o [2003/05/11] ports/52076 ports-bugs Update port: audio/abcde o [2003/05/11] ports/52078 ports-bugs mail/gmime: upgrading to 1.0.7. o [2003/05/11] ports/52082 ports-bugs bacon port has no its homepage o [2003/05/11] ports/52083 gnome [patch] make graphics/dia building again o [2003/05/11] ports/52084 ports-bugs New port: mail/gmime2 (version for glib-2 o [2003/05/11] www/52085 www Remove dead links from support.sgml o [2003/05/11] ports/52088 ports-bugs NEW port CAD/tochnog o [2003/05/11] ports/52090 ports-bugs new port:devel/tclxml o [2003/05/11] ports/52091 ports-bugs MASTER_SITE updates for devel/libgii and o [2003/05/12] ports/52092 ports-bugs New port: misc/bookcase o [2003/05/12] www/52095 ceri Remove 404s from hardware.raw o [2003/05/12] ports/52097 ports-bugs +COMMENT files in all newly made packages o [2003/05/12] www/52099 ceri Remove 404s from consulting.raw o [2003/05/12] ports/52100 ports-bugs Upgrade Analog to 5.32 (includes fixes) o [2003/05/12] www/52105 phantom Remove 404s from gallery.xml o [2003/05/12] ports/52106 ports-bugs New port: java/javaws: Java Web Start 1.2 o [2003/05/12] docs/52108 doc Remove pkg-comment info o [2003/05/12] ports/52109 ports-bugs Add MASTER_SITE_PACKETSTORM as additional o [2003/05/12] ports/52111 ports-bugs New port: p5-Array-Window splits arrays i o [2003/05/12] ports/52112 ports-bugs New port: p5-Chart-Math-Axis calculates v o [2003/05/12] ports/52113 ports-bugs mpg123 fails to play o [2003/05/12] ports/52116 ports-bugs [patch] print/cpp2latex s/getopt/unistd/ o [2003/05/12] ports/52117 ports-bugs [MAINTAINER] databases/gigabase: update f o [2003/05/12] ports/52118 ports-bugs [MAINTAINER] database/fastdb: update from o [2003/05/12] ports/52119 ports-bugs [MAINTAINER] Update net/ipsvd to 0.4.1 o [2003/05/12] ports/52120 ports-bugs New port: p5-Config-Tiny reads ini-files o [2003/05/12] ports/52124 ports-bugs [patch] net/tcpview: Chase AF_{NS/NETBIOS o [2003/05/12] ports/52125 ports-bugs New port: The devel branch of the ion win o [2003/05/12] ports/52126 ports-bugs Update: games/foobillard to 2.6 o [2003/05/12] ports/52127 ports-bugs Update port: emulators/dosbox - 0.55 > 0. 2838 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 11:10:08 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D0037B401 for ; Mon, 12 May 2003 11:10:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B489043FBD for ; Mon, 12 May 2003 11:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CIA7Up039996 for ; Mon, 12 May 2003 11:10:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CIA7rU039995; Mon, 12 May 2003 11:10:07 -0700 (PDT) Resent-Date: Mon, 12 May 2003 11:10:07 -0700 (PDT) Resent-Message-Id: <200305121810.h4CIA7rU039995@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, Mike Hogsett Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD8D37B405 for ; Mon, 12 May 2003 11:00:28 -0700 (PDT) Received: from quarter.csl.sri.com (mx0.csl.sri.com [130.107.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD1543F75 for ; Mon, 12 May 2003 11:00:27 -0700 (PDT) (envelope-from hogsett@csl.sri.com) Received: from beast.csl.sri.com (beast.csl.sri.com [130.107.2.57]) by quarter.csl.sri.com (8.12.9/8.12.9) with ESMTP id h4CI0RCG002875 for ; Mon, 12 May 2003 11:00:27 -0700 Received: from beast.csl.sri.com (localhost [127.0.0.1]) by beast.csl.sri.com (8.12.8p1/8.12.6) with ESMTP id h4CI0Q0n055185 for ; Mon, 12 May 2003 11:00:26 -0700 (PDT) (envelope-from hogsett@beast.csl.sri.com) Received: (from hogsett@localhost) by beast.csl.sri.com (8.12.8p1/8.12.6/Submit) id h4CI0OG8055184; Mon, 12 May 2003 11:00:24 -0700 (PDT) (envelope-from hogsett) Message-Id: <200305121800.h4CI0OG8055184@beast.csl.sri.com> Date: Mon, 12 May 2003 11:00:24 -0700 (PDT) From: Mike Hogsett To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/52128: Unable to floppy install on Toshiba Libretto 70 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mike Hogsett List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 18:10:09 -0000 >Number: 52128 >Category: kern >Synopsis: Unable to floppy install on Toshiba Libretto 70 >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 May 12 11:10:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mike Hogsett >Release: FreeBSD 5.1-BETA i386 >Organization: SRI International >Environment: System: FreeBSD beast.csl.sri.com 4.8-RELEASE FreeBSD 4.8-RELEASE #6: Tue Apr 1 16:08:43 PST 2003 hogsett@beast.csl.sri.com:/usr/obj/usr/src/sys/BEAST i386 Actual target is a Libretto 70. It has no OS installed now, although previously it has had FreeBSD 4.8 installed. >Description: Previous FreeBSD 4.x versions of the kern.flp and mfsroot.flp would be loaded into memory before the kernel loads. This worked great for the difficult to support PCMCIA floppy drive on the Libretto. Installing 5.1-BETA (and probably 5.0-RELEASE) will require the drivers.flp disk to be loaded before continuing with sysinstall so that the PCMCIA floppy and network card can be used for install. This is not possible since at the point where the user is presented with the ability to insert the drivers.flp disk there are no drivers loaded to support the PCMCIA floppy drive present in the Libretto 70. So we have a situation where I need the drivers.flp disk to be able to use the floppy to load the drivers.flp disk... >How-To-Repeat: Attempt to install FreeBSD 5.1-BETA (or perhaps 5.0-RELEASE) on a Libretto 70. >Fix: I am not certain, but it would seem that one of the following approaches may work: 1) Build a unique kern.flp disk that contains the floppy driver support for the Libretto's PCMCIA floppy drive. 2) Prompt the user for the drivers.flp disk before the kernel loads (like the user is prompted for the mfsroot.flp disk now). I am unfamiliar with the low level process of loading and booting the sysinstall program and its support files for installing FreeBSD, so there may be a solution to this problem that I am not aware of. I am willing to test various strategies to solve this. I think that the solution should assume that the user installing on the Libretto 70 has no other systems available. The user should be able to install FreeBSD 5.x on a Libretto 70 with only the floppy images, their PCMCIA floppy drive, and a supported PCMCIA network card (as is the case for a 4.x install on the same hardware). >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 11:10:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C33B37B401 for ; Mon, 12 May 2003 11:10:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C722643FA3 for ; Mon, 12 May 2003 11:10:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CIA9Up040007 for ; Mon, 12 May 2003 11:10:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CIA9gI040006; Mon, 12 May 2003 11:10:09 -0700 (PDT) Date: Mon, 12 May 2003 11:10:09 -0700 (PDT) Message-Id: <200305121810.h4CIA9gI040006@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mikhail Teterin Subject: Re: bin/43299: march=pentium4 miscompiles msun/src/e_pow.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mikhail Teterin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 18:10:10 -0000 The following reply was made to PR bin/43299; it has been noted by GNATS. From: Mikhail Teterin To: freebsd-gnats-submit@FreeBSD.org, mi@aldan.algebra.com Cc: das@FreeBSD.org, ura@euro-bill.net, re@FreeBSD.org Subject: Re: bin/43299: march=pentium4 miscompiles msun/src/e_pow.c Date: Mon, 12 May 2003 14:02:49 -0400 My most recent encounter with this bug is the failure of the selftest of ports/graphics/lcms. I recompiled the libm (lib/msun) with -march=pentium3 and reinstalled it. After that the lcms passed its own self-test. Note, that lcms did NOT require recompiling -- using the pentium3 version of libm it had no problems. Linux, where most of the gcc's development is going on, does not appear to suffer. gallatin says, icc does not have this problem. Could it be, that our own i387 implementation of some of the functions fail on pentium4 and its SSE2? May be, the -march setting should be forced down to pentium3 in the lib/msun subdirectory in case CPUTYPE is set to p4 -- for the time being? -mi P.S. The i386/51210 appears to document the same bug: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=i386/51210 From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 12:53:08 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5603C37B401; Mon, 12 May 2003 12:53:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D6543F93; Mon, 12 May 2003 12:53:07 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CJr7Up047905; Mon, 12 May 2003 12:53:07 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CJr6dS047901; Mon, 12 May 2003 12:53:06 -0700 (PDT) Date: Mon, 12 May 2003 12:53:06 -0700 (PDT) From: Martin Blapp Message-Id: <200305121953.h4CJr6dS047901@freefall.freebsd.org> To: Boris.Bogachov.bvb@telan.mk.ua, mbr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/50747: 3Com 3CSOHO100B-TX (OfficeConnect 10/100) NIC not detected X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 12 May 2003 19:53:08 -0000 Synopsis: 3Com 3CSOHO100B-TX (OfficeConnect 10/100) NIC not detected State-Changed-From-To: open->closed State-Changed-By: mbr State-Changed-When: Mon May 12 12:51:51 PDT 2003 State-Changed-Why: Dublicate of PR 49059. http://www.freebsd.org/cgi/query-pr.cgi?pr=50747 From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 21:40:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF4D837B404 for ; Mon, 12 May 2003 21:40:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 537D243F3F for ; Mon, 12 May 2003 21:40:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4D4eCUp006369 for ; Mon, 12 May 2003 21:40:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4D4eBYM006368; Mon, 12 May 2003 21:40:12 -0700 (PDT) Date: Mon, 12 May 2003 21:40:12 -0700 (PDT) Message-Id: <200305130440.h4D4eBYM006368@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein Subject: Re: kern/33833: Correct kernel config for 4.4-RELEASE is incorrectfor 4.5-RC1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 04:40:13 -0000 The following reply was made to PR kern/33833; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: maxim@freebsd.org, luigi@freebsd.org, ru@freebsd.org Subject: Re: kern/33833: Correct kernel config for 4.4-RELEASE is incorrect for 4.5-RC1 Date: Tue, 13 May 2003 12:29:52 +0800 Are there any plans to deal with this PR and related http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/37261 ? Eugene Grosbein From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 21:40:18 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 940C837B42B for ; Mon, 12 May 2003 21:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 750AC43F75 for ; Mon, 12 May 2003 21:40:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4D4eEUp006380 for ; Mon, 12 May 2003 21:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4D4eEEO006379; Mon, 12 May 2003 21:40:14 -0700 (PDT) Date: Mon, 12 May 2003 21:40:14 -0700 (PDT) Message-Id: <200305130440.h4D4eEEO006379@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein Subject: Re: bin/45754: vnconfig(8) fails to return correct exit status X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 04:40:18 -0000 The following reply was made to PR bin/45754; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: stable@freebsd.org Subject: Re: bin/45754: vnconfig(8) fails to return correct exit status Date: Tue, 13 May 2003 12:34:58 +0800 Hi! Is there anyone interested in fixing vnconfig(8)? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=bin/45754 Eugene Grosbein From owner-freebsd-bugs@FreeBSD.ORG Tue May 13 00:10:07 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C71837B401 for ; Tue, 13 May 2003 00:10:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE7943F75 for ; Tue, 13 May 2003 00:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4D7A6Up031264 for ; Tue, 13 May 2003 00:10:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4D7A6nH031263; Tue, 13 May 2003 00:10:06 -0700 (PDT) Date: Tue, 13 May 2003 00:10:06 -0700 (PDT) Message-Id: <200305130710.h4D7A6nH031263@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Lars =?iso-8859-1?Q?K=F6ller?= Subject: Re: bin/51586: rsh/rshd connect problem (select: protocol failurein circuit setup) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars =?iso-8859-1?Q?K=F6ller?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 07:10:07 -0000 The following reply was made to PR bin/51586; it has been noted by GNATS. From: Lars =?iso-8859-1?Q?K=F6ller?= To: freebsd-gnats-submit@FreeBSD.org Cc: Lars.Koeller@uni-bielefeld.de, ianf@za.uu.net, silby@silby.com, Jeffrey Hsu , mark tinguely Subject: Re: bin/51586: rsh/rshd connect problem (select: protocol failure in circuit setup) Date: Tue, 13 May 2003 09:07:02 +0200 -------- Hello, as extensive test have shown, the problem didn't occur with the second = intel LAN interface on the board. The fxp driver works well without any = problems. You can easily verift that there is a problem when telnet-ing to the = questionable machine: 75361 : telnet vscan1 622 Trying 129.70.4.44... telnet: connect to address 129.70.4.44: Connection refused telnet: Unable to connect to remote host 75362 : telnet vscan1 623 Trying 129.70.4.44... -- Hanging -- 75363 : telnet vscan1 624 Trying 129.70.4.44... telnet: connect to address 129.70.4.44: Connection refused It is clear, thar on these ports NO SERVICE IS enabled! So it seems the problem is located in the em driver or firmware or board = which is a = MSI: MS-9129 An update to the newest driver provided by intel didn't change anything: em0: port 0xc000= -0xc03f mem 0xe2000000-0xe201ffff irq 10 at device 5.0 on pci2 em0: Speed:100 Mbps Duplex:Full irq 10 is used exclusivly. Even the em driver was used in 100MBit full duplex on the same = switchport as the fxp0 LAN port. If I can find some time I will try to upgrade the firmware/BIOS. Best regards Lars -- = E-Mail: Lars.Koeller@Uni-Bielefeld.DE \ Lars K=F6ller lkoeller@FreeBSD.org \ CC University of PGP: http://www.uk.pgp.net/pgpnet/wwwkeys.html \ Bielefeld, Germany = Key-ID: A430D499 \ Tel: +49 521 106 4964 ----------- FreeBSD, what else? ---- http://www.freebsd.org -------------= From owner-freebsd-bugs@FreeBSD.ORG Tue May 13 02:23:00 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 688A037B401; Tue, 13 May 2003 02:23:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0452F43FAF; Tue, 13 May 2003 02:23:00 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4D9MxUp063363; Tue, 13 May 2003 02:22:59 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4D9MxeV063359; Tue, 13 May 2003 02:22:59 -0700 (PDT) Date: Tue, 13 May 2003 02:22:59 -0700 (PDT) From: Doug Barton Message-Id: <200305130922.h4D9MxeV063359@freefall.freebsd.org> To: l.ertl@univie.ac.at, dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org, dougb@FreeBSD.org Subject: Re: bin/51619: [PATCH] newfs: wipe UFS1 superblock before writing UFS2 superblock X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 May 2003 09:23:00 -0000 Synopsis: [PATCH] newfs: wipe UFS1 superblock before writing UFS2 superblock State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Tue May 13 02:21:56 PDT 2003 State-Changed-Why: After discussion with Kirk, and an improved patch from Lars, the fix was committed. Responsible-Changed-From-To: freebsd-bugs->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Tue May 13 02:21:56 PDT 2003 Responsible-Changed-Why: I helped test the patch, and did the commit. http://www.freebsd.org/cgi/query-pr.cgi?pr=51619 From owner-freebsd-bugs@FreeBSD.ORG Tue May 13 09:10:09 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C74BB37B401 for ; Tue, 13 May 2003 09:10:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A2243FBD for ; Tue, 13 May 2003 09:10:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4DGA8Up007878 for ; Tue, 13 May 2003 09:10:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4DGA8vx007871; Tue, 13 May 2003 09:10:08 -0700 (PDT) Date: Tue, 13 May 2003 09:10:08 -0700 (PDT) Message-Id: <200305131610.h4DGA8vx007871@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mikhail Teterin Subject: Re: bin/43299: march=pentium4 miscompiles msun/src/e_pow.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mikhail Teterin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 16:10:10 -0000 The following reply was made to PR bin/43299; it has been noted by GNATS. From: Mikhail Teterin To: freebsd-gnats-submit@FreeBSD.org Cc: bde@FreeBSD.org Subject: Re: bin/43299: march=pentium4 miscompiles msun/src/e_pow.c Date: Mon, 12 May 2003 14:26:35 -0400 The problem with our libm (msun) vs. gcc-3 is reproduceable on Linux: (Note, FreeBSD's /usr is mounted as /misha on the Linux machine) mteterin@nylinux:lib/msun/src (982) cc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit Thread model: posix gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) mteterin@nylinux:lib/msun/src (983) cc -O -march=pentium3 -I- -I. -I/misha/src/include -I/misha/src/sys -I/misha/obj/misha/src/i386/usr/include e_pow.c t.c e_sqrt.c -D__generic___ieee754_sqrt=__ieee754_sqrt mteterin@nylinux:lib/msun/src (984) ./a.out 2^2.1 is 4.28709 mteterin@nylinux:lib/msun/src (985) cc -O -march=pentium4 -I- -I. -I/misha/src/include -I/misha/src/sys -I/misha/obj/misha/src/i386/usr/include e_pow.c t.c e_sqrt.c -D__generic___ieee754_sqrt=__ieee754_sqrt mteterin@nylinux:lib/msun/src (986) ./a.out 2^2.1 is 0 As can be seen above, using pentium3 produces the correct result, while pentium4 produces the incorrect 0. We can, pretty much, rule out a kernel problem in handling MMX/SSE. Which is it -- our __ieee754_pow or the gcc? -mi From owner-freebsd-bugs@FreeBSD.ORG Tue May 13 11:04:19 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E2B37B401 for ; Tue, 13 May 2003 11:04:19 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0753943F3F for ; Tue, 13 May 2003 11:04:19 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h4DI4IhO005223; Tue, 13 May 2003 11:04:18 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h4DI4HS6005222; Tue, 13 May 2003 11:04:17 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Tue, 13 May 2003 11:04:17 -0700 From: David Schultz To: Mikhail Teterin Message-ID: <20030513180417.GA4917@HAL9000.homeunix.com> Mail-Followup-To: Mikhail Teterin , freebsd-bugs@freebsd.org References: <200305131610.h4DGA8vx007871@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305131610.h4DGA8vx007871@freefall.freebsd.org> cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/43299: march=pentium4 miscompiles msun/src/e_pow.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 18:04:20 -0000 On Tue, May 13, 2003, Mikhail Teterin wrote: > The following reply was made to PR bin/43299; it has been noted by GNATS. > > From: Mikhail Teterin > To: freebsd-gnats-submit@FreeBSD.org > Cc: bde@FreeBSD.org > Subject: Re: bin/43299: march=pentium4 miscompiles msun/src/e_pow.c > Date: Mon, 12 May 2003 14:26:35 -0400 > > The problem with our libm (msun) vs. gcc-3 is reproduceable on Linux: > > (Note, FreeBSD's /usr is mounted as /misha on the Linux machine) > > mteterin@nylinux:lib/msun/src (982) cc -v > Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs > Configured with: ../configure --prefix=/usr --mandir=/usr/share/man > --infodir=/usr/share/info --enable-shared --enable-threads=posix > --disable-checking --host=i386-redhat-linux --with-system-zlib > --enable-__cxa_atexit > Thread model: posix > gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) > mteterin@nylinux:lib/msun/src (983) cc -O -march=pentium3 -I- -I. > -I/misha/src/include -I/misha/src/sys -I/misha/obj/misha/src/i386/usr/include > e_pow.c t.c e_sqrt.c -D__generic___ieee754_sqrt=__ieee754_sqrt > mteterin@nylinux:lib/msun/src (984) ./a.out > 2^2.1 is 4.28709 > mteterin@nylinux:lib/msun/src (985) cc -O -march=pentium4 -I- -I. > -I/misha/src/include -I/misha/src/sys -I/misha/obj/misha/src/i386/usr/include > e_pow.c t.c e_sqrt.c -D__generic___ieee754_sqrt=__ieee754_sqrt > mteterin@nylinux:lib/msun/src (986) ./a.out > 2^2.1 is 0 > > As can be seen above, using pentium3 produces the correct result, while > pentium4 produces the incorrect 0. We can, pretty much, rule out a kernel > problem in handling MMX/SSE. Which is it -- our __ieee754_pow or the gcc? gcc is using SSE instructions in the Pentium 4 case: [...] - fxch %st(1) - fstpl -56(%ebp) - movl -56(%ebp), %ecx - movl %ecx, -56(%ebp) - movl %edi, -52(%ebp) - fldl -56(%ebp) + movd %edi, %xmm0 + movsd %xmm0, -64(%ebp) + fldl -64(%ebp) [...] It's possible that gcc screwed something up wrt alignment or has some sort of bug in the generation of SSE instructions. __ieee754_pow() looks okay in that it doesn't seem to do anything naughty with type punning, use uninitialized values, etc. It might be useful to construct a simpler test case so the specific offending assembly can be identified. Given that most of the __ieee754_pow() code is special cases about NaNs and infinities, it shouldn't be too hard to iteratively pare it down to the line(s) that cause the discrepancy between the p3 and p4. From owner-freebsd-bugs@FreeBSD.ORG Tue May 13 11:40:07 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 163A837B404 for ; Tue, 13 May 2003 11:40:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E82E843FBF for ; Tue, 13 May 2003 11:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4DIe5Up022023 for ; Tue, 13 May 2003 11:40:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4DIe5Sx022022; Tue, 13 May 2003 11:40:05 -0700 (PDT) Resent-Date: Tue, 13 May 2003 11:40:05 -0700 (PDT) Resent-Message-Id: <200305131840.h4DIe5Sx022022@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 Nelson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B0937B401 for ; Tue, 13 May 2003 11:34:54 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4409F43F75 for ; Tue, 13 May 2003 11:34:54 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h4DIYreY097942; Tue, 13 May 2003 13:34:53 -0500 (CDT) (envelope-from dan) Message-Id: <200305131834.h4DIYreY097942@dan.emsphone.com> Date: Tue, 13 May 2003 13:34:53 -0500 (CDT) From: Dan Nelson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/52190: [Patch] decode more syscalls in truss X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 13 May 2003 18:40:07 -0000 >Number: 52190 >Category: bin >Synopsis: [Patch] decode more syscalls in truss >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 13 11:40:05 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dan Nelson >Release: FreeBSD 5.1-BETA i386 >Organization: The Allant Group >Environment: System: FreeBSD dan.emsphone.com 5.1-BETA FreeBSD 5.1-BETA #269: Tue May 13 09:30:33 CDT 2003 zsh@dan.emsphone.com:/usr/src/sys/i386/compile/DANSMP i386 >Description: >How-To-Repeat: >Fix: This adds the ability to decode struct timespec and timeval, and adds a bunch of syscalls that use them. As a bonus, describe recvfrom to its sockaddr can be printed. Index: syscall.h =================================================================== RCS file: /home/ncvs/src/usr.bin/truss/syscall.h,v retrieving revision 1.10 diff -u -p -r1.10 syscall.h --- syscall.h 4 Aug 2002 02:24:21 -0000 1.10 +++ syscall.h 13 May 2003 17:24:08 -0000 @@ -9,9 +9,14 @@ * write() arguments as such, even though they may *not* be * printable data. * Ptr -- pointer to some specific structure. Just print as hex for now. - * Quad -- a double-word value. e.g., lseek(int, offset_t, int) * Stat -- a pointer to a stat buffer. Currently unused. * Ioctl -- an ioctl command. Woefully limited. + * Quad -- a double-word value. e.g., lseek(int, offset_t, int) + * Signal -- a signal number. Prints the signal name (SIGxxx) + * Sockaddr -- a pointer to a struct sockaddr. Prints symbolic AF, and IP:Port + * StringArray -- a pointer to an array of string pointers. + * Timespec -- a pointer to a struct timespec. Prints both elements. + * Timeval -- a pointer to a struct timeval. Prints both elements. * * In addition, the pointer types (String, Ptr) may have OUT masked in -- * this means that the data is set on *return* from the system call -- or @@ -22,7 +27,7 @@ */ enum Argtype { None = 1, Hex, Octal, Int, String, Ptr, Stat, Ioctl, Quad, - Signal, Sockaddr, StringArray }; + Signal, Sockaddr, StringArray, Timespec, Timeval }; #define ARG_MASK 0xff #define OUT 0x100 Index: syscalls.c =================================================================== RCS file: /home/ncvs/src/usr.bin/truss/syscalls.c,v retrieving revision 1.28 diff -u -p -r1.28 syscalls.c --- syscalls.c 15 Apr 2003 06:12:12 -0000 1.28 +++ syscalls.c 13 May 2003 16:18:16 -0000 @@ -131,6 +131,12 @@ struct syscall syscalls[] = { { "kldnext", 0, 1, { { Int, 0 }}}, { "kldstat", 0, 2, { { Int, 0 }, { Ptr, 1 }}}, { "kldfirstmod", 0, 1, { { Int, 0 }}}, + { "nanosleep", 0, 1, { { Timespec, 0 }}}, + { "select", 1, 5, { { Int, 0 }, { Ptr, 1 }, { Ptr, 2 }, { Ptr, 3 }, { Timeval, 4 }}}, + { "poll", 1, 3, { { Ptr, 0 }, { Int, 1 }, { Int, 2 }}}, + { "gettimeofday", 1, 2, { { Timeval | OUT, 0 }, { Ptr, 1 }}}, + { "clock_gettime", 1, 2, { { Int, 0 }, { Timeval | OUT, 1 }}}, + { "recvfrom", 1, 6, { { Int, 0 }, { Ptr | OUT, 1 }, { Int, 2 }, { Int, 3 }, { Sockaddr | OUT, 4}, {Ptr | OUT, 5}}}, { 0, 0, 0, { { 0, 0 }}}, }; @@ -333,6 +339,24 @@ print_arg(int fd, struct syscall_args *s } } break; + case Timespec: + { + struct timespec ts; + if(get_struct(fd, (void *)args[sc->offset], &ts, sizeof(struct timespec)) != -1) + asprintf(&tmp, "{%d,%d}", ts.tv_sec, ts.tv_nsec); + else + asprintf(&tmp, "0x%lx", args[sc->offset]); + } + break; + case Timeval: + { + struct timeval tv; + if(get_struct(fd, (void *)args[sc->offset], &tv, sizeof(struct timeval)) != -1) + asprintf(&tmp, "{%d,%d}", tv.tv_sec, tv.tv_usec); + else + asprintf(&tmp, "0x%lx", args[sc->offset]); + } + break; case Signal: { long sig; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 13 13:30:20 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDBF137B401; Tue, 13 May 2003 13:30:20 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5702843FBF; Tue, 13 May 2003 13:30:19 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (250-217.customer.cloud9.net [168.100.250.217])h4DKUGh6048479 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Tue, 13 May 2003 16:30:17 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: David Schultz Date: Tue, 13 May 2003 16:30:12 -0400 User-Agent: KMail/1.5.1 References: <200305131610.h4DGA8vx007871@freefall.freebsd.org> <20030513180417.GA4917@HAL9000.homeunix.com> In-Reply-To: <20030513180417.GA4917@HAL9000.homeunix.com> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_UXVw+Srlan1UKc3" Message-Id: <200305131630.12451.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.21 (www . roaringpenguin . com / mimedefang) X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/43299: march=pentium4 miscompiles msun/src/e_pow.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 20:30:21 -0000 --Boundary-00=_UXVw+Srlan1UKc3 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tuesday 13 May 2003 02:04 pm, David Schultz wrote: = > As can be seen above, using pentium3 produces the correct result, while = > pentium4 produces the incorrect 0. We can, pretty much, rule out a kernel = > problem in handling MMX/SSE. Which is it -- our __ieee754_pow or the gcc? = = gcc is using SSE instructions in the Pentium 4 case: Are these SSE, which pentium3 also has, or the SSE2? = [...] = - fxch %st(1) = - fstpl -56(%ebp) = - movl -56(%ebp), %ecx = - movl %ecx, -56(%ebp) = - movl %edi, -52(%ebp) = - fldl -56(%ebp) = + movd %edi, %xmm0 = + movsd %xmm0, -64(%ebp) = + fldl -64(%ebp) = [...] = = It's possible that gcc screwed something up wrt alignment or has = some sort of bug in the generation of SSE instructions. It seems like the problem is inside the SET_HIGH_WORD(ax, ix) macro on line e_pow.c:214, which expands into into do { ieee_double_shape_type sh_u; sh_u.value = (ax); sh_u.parts.msw = (ix); (ax) = sh_u.value; } while (0); for whatever reason, if compiled for pentium4 with -O1, the line sh_u.value = (ax) is SKIPPED -- according to the debugger. ax ends up filled with junk, which screws everything up afterwards... I'm attaching the simple test file (the skipped line is 34 in it). If compiled for p3 or for p4 with -O0, the result is 0.5. When compiled for p4 with -O1, the result is junk. The junk is persistent -- I'm getting ``5.29463e-315'' on both FreeBSD (gcc version 3.2.2 20030205) and Linux (gcc version 3.2 20020903). But I don't know assembly-code. Could you look at it? Thanks! -mi --Boundary-00=_UXVw+Srlan1UKc3-- From owner-freebsd-bugs@FreeBSD.ORG Tue May 13 15:40:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE3E137B401 for ; Tue, 13 May 2003 15:40:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C2043FA3 for ; Tue, 13 May 2003 15:40:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4DMe9Up046489 for ; Tue, 13 May 2003 15:40:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4DMe9Uk046488; Tue, 13 May 2003 15:40:09 -0700 (PDT) Resent-Date: Tue, 13 May 2003 15:40:09 -0700 (PDT) Resent-Message-Id: <200305132240.h4DMe9Uk046488@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, Lolownia Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F7FB37B401 for ; Tue, 13 May 2003 15:36:37 -0700 (PDT) Received: from smtp.wp.pl (smtp.wp.pl [212.77.101.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74D8A43FAF for ; Tue, 13 May 2003 15:36:33 -0700 (PDT) (envelope-from creep2217@wp.pl) Received: (WP-SMTPD 31320 invoked from network); 13 May 2003 22:36:31 -0000 Received: from 183-mo3-1.acn.waw.pl ([62.121.104.183]) (envelope-sender ) by smtp.wp.pl (wp-smtpd) with SMTP for ; 13 May 2003 22:36:31 -0000 Received: by 183-mo3-1.acn.waw.pl (FreeLSD); Wed, 14 May 2003 00:36:36 +0200 Message-Id: <20030513223633.74D8A43FAF@mx1.FreeBSD.org> Date: Wed, 14 May 2003 00:36:36 +0200 From: Lolownia To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/52198: Kernel trap 12 when debugging fork() with ald [/usr/ports/devel/ald] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lolownia List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 22:40:11 -0000 >Number: 52198 >Category: kern >Synopsis: Kernel trap 12 when debugging fork() with ald [/usr/ports/devel/ald] >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 13 15:40:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lolownia >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD mistress 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Sun Apr 27 12:00:07 CEST 2003 root@mistress:/usr/src/sys/i386/compile/NIGDY i386 5.0 Release upgraded from cvsup. Almost GENERIC kernel: diff GENERIC OHBUGGER 25c25 < ident GENERIC --- > ident OHBUGGER 62,63c62,63 < #options DDB #Enable the kernel debugger < #options INVARIANTS #Enable calls of extra sanity checking --- > options DDB #Enable the kernel debugger > options INVARIANTS #Enable calls of extra sanity checking 65c65 < #options WITNESS #Enable checks to detect deadlocks and c ycles --- > options WITNESS #Enable checks to detect deadlocks and c ycles 142a143,146 > options SC_NORM_ATTR=(FG_WHITE|BG_BLACK) > options SC_NORM_REV_ATTR=(FG_BLACK|BG_LIGHTGREY) > options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK) > options SC_HISTORY_SIZE=800 235a240,241 > > device pcm Dmesg: Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-RELEASE-p7 #0: Mon May 12 19:56:02 CEST 2003 root@mistress:/usr/obj/usr/src/sys/OHBUGGER Preloaded elf kernel "/boot/bugger/kernel" at 0xc06e1000. Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 601366331 Hz CPU: Pentium III/Pentium III Xeon/Celeron (601.37-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x383f9ff real memory = 134217728 (128 MB) avail memory = 122982400 (117 MB) Initializing GEOMetry subsystem Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface Using $PIR table, 9 entries at 0xc00fde70 pcib0: at pcibus 0 on motherboard pci0: on pcib0 agp0: mem 0xd8000000-0xdbffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xc000-0xc01f irq 9 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ugen0: OmniVision OV511+ Camera, rev 1.00/1.00, addr 2 ulpt0: Hewlett-Packard DeskJet 840C, rev 1.00/1.00, addr 3, iclass 7/1 ulpt0: using bi-directional mode pci0: at device 7.3 (no driver attached) pci0: at device 11.0 (no driver attached) rl0: port 0xc400-0xc4ff mem 0xdf010000-0xdf0100ff irq 11 at device 13.0 on pci0 rl0: Realtek 8139B detected. Warning, this may be unstable in autoselect mode rl0: Ethernet address: 00:02:44:29:5e:d3 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pcm0: port 0xc800-0xc81f irq 5 at device 15.0 on pci0 atapci1: port 0xe000-0xe0ff,0xdc00-0xdc03,0xd800-0xd807,0xd400-0xd403,0xd000-0xd007 irq 11 at device 19.0 on pci0 ata2: at 0xd000 on atapci1 ata3: at 0xd800 on atapci1 orm0:
I have a macro= that will trap the exception, or you could change the type of the variab= le in question to an unsigned type.  The macro is as follows:
=
 
#define trapneg(arg) ((arg < 0)?arg=3D0:;)
 
Lucas

------=_NextPart_001_0001_01C31CAE.C21EC6F0-- From owner-freebsd-bugs@FreeBSD.ORG Sat May 17 22:42:02 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12DC837B401; Sat, 17 May 2003 22:42:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7CFA43FBD; Sat, 17 May 2003 22:42:01 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4I5g1Up092065; Sat, 17 May 2003 22:42:01 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4I5g14H092061; Sat, 17 May 2003 22:42:01 -0700 (PDT) Date: Sat, 17 May 2003 22:42:01 -0700 (PDT) From: Murray Stokely Message-Id: <200305180542.h4I5g14H092061@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: misc/28456: german keymap with dead keys X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 18 May 2003 05:42:02 -0000 Synopsis: german keymap with dead keys Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sat May 17 22:41:49 PDT 2003 Responsible-Changed-Why: I'll take a look at this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=28456 From owner-freebsd-bugs@FreeBSD.ORG Sat May 17 22:44:44 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C6D937B401; Sat, 17 May 2003 22:44:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB4A843FB1; Sat, 17 May 2003 22:44:43 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4I5ihUp092135; Sat, 17 May 2003 22:44:43 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4I5ihsI092131; Sat, 17 May 2003 22:44:43 -0700 (PDT) Date: Sat, 17 May 2003 22:44:43 -0700 (PDT) From: Murray Stokely Message-Id: <200305180544.h4I5ihsI092131@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: misc/42761: No 'pscr' key defined in pl_PL.ISO8859-2.kbd keymap. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-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, 18 May 2003 05:44:44 -0000 Synopsis: No 'pscr' key defined in pl_PL.ISO8859-2.kbd keymap. Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sat May 17 22:44:35 PDT 2003 Responsible-Changed-Why: I'll look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=42761