From owner-freebsd-bugs Sun Dec 23 0:10: 1 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 178C037B417; Sun, 23 Dec 2001 00:09:59 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBN89QM97517; Sun, 23 Dec 2001 00:09:26 -0800 (PST) (envelope-from mikeh) Date: Sun, 23 Dec 2001 00:09:26 -0800 (PST) From: Message-Id: <200112230809.fBN89QM97517@freefall.freebsd.org> To: mikeh@FreeBSD.org, freebsd-bugs@FreeBSD.org, mikeh@FreeBSD.org Subject: Re: bin/3284: [PATCH] symorder(1): -t option doesn´t work at all Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] symorder(1): -t option doesn´t work at all Responsible-Changed-From-To: freebsd-bugs->mikeh Responsible-Changed-By: mikeh Responsible-Changed-When: Sun Dec 23 00:09:08 PST 2001 Responsible-Changed-Why: I'll take a look at this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3284 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 0:10: 2 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71DD737B419; Sun, 23 Dec 2001 00:09:59 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBN80cs93352; Sun, 23 Dec 2001 00:00:38 -0800 (PST) (envelope-from mikeh) Date: Sun, 23 Dec 2001 00:00:38 -0800 (PST) From: Message-Id: <200112230800.fBN80cs93352@freefall.freebsd.org> To: mikeh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: bin/30258: aborting burncd using Ctrl-C screws up CD-R/RW drive Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: aborting burncd using Ctrl-C screws up CD-R/RW drive Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: mikeh Responsible-Changed-When: Sat Dec 22 23:59:52 PST 2001 Responsible-Changed-Why: sos is author of burncd http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30258 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 6: 0: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EE7C37B41B for ; Sun, 23 Dec 2001 06:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBNE02J58723; Sun, 23 Dec 2001 06:00:02 -0800 (PST) (envelope-from gnats) Received: from darkserver.dyndns.org (bzq-144-201.pop.bezeqint.net [212.179.144.201]) by hub.freebsd.org (Postfix) with ESMTP id E3F4337B417 for ; Sun, 23 Dec 2001 05:51:06 -0800 (PST) Received: by darkserver.dyndns.org (Postfix, from userid 1000) id 8EDC11CB565; Sun, 23 Dec 2001 15:51:01 +0200 (IST) Message-Id: <20011223135101.8EDC11CB565@darkserver.dyndns.org> Date: Sun, 23 Dec 2001 15:51:01 +0200 (IST) From: Uri Shaked Reply-To: Uri Shaked To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/33110: bug with mount - unable to unmount a floppy, strange device name appears after mounting. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33110 >Category: kern >Synopsis: bug with mount - unable to unmount a floppy, strange device name appears after mounting. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 23 06:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Uri Shaked >Release: FreeBSD 4.4-STABLE i386 >Organization: none >Environment: FreeBSD osh.homeip.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Wed Oct 17 13:37:07 IST 2001 uri@osh.homeip.net:/usr/src/sys/compile/OSH i386 >Description: After I mounted a msdos floppy on /mnt, read a file from it, and wrote another file to it, I tried to umount it, but I got the following error: bash-2.05# umount /mnt umount: /mnt: not currently mounted I typed 'mount', and saw: bash-2.05# mount /dev/ad0s1a on / (ufs, NFS exported, local) on F (msdos, mounted by news) ... In addition, df -h output was: bash-2.05# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1a 3.9G 2.1G 1.4G 60% / 1.4M 210K 1.2M 15% F ... I mounted this diskette using the following command: mount -t msdos /dev/fd0 /mnt >How-To-Repeat: I'm not sure whether I can reproduce the problem, but it was caused after typing the following command: mount -t msdos /dev/fd0 /mnt, reading a 120kb file from the diskette, and writing 80kb file on it. >Fix: none known >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 8: 0:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B39E837B417 for ; Sun, 23 Dec 2001 08:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBNG06v03917; Sun, 23 Dec 2001 08:00:06 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0DBD37B405 for ; Sun, 23 Dec 2001 07:55:20 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBNFtKE03521; Sun, 23 Dec 2001 07:55:20 -0800 (PST) (envelope-from nobody) Message-Id: <200112231555.fBNFtKE03521@freefall.freebsd.org> Date: Sun, 23 Dec 2001 07:55:20 -0800 (PST) From: "Jonathan S. Hardiman" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/33111: cannot find dependent file .... in .... Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33111 >Category: i386 >Synopsis: cannot find dependent file .... in .... >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 23 08:00:06 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jonathan S. Hardiman >Release: FreeBSD 4.4 Release >Organization: Hardiman Enterprises Worldwide >Environment: FreeBSD .vic.bigpond.net.au 4.4-RELEASE FreeBSD 4.4-RELEASE #0 Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/sys/src/compile/GENERIC i386 >Description: error received: "/usr/libexec/ld-elf.so.1: Shared object 'libg-wrap-runtime-guile.so.2' not found Where is this file supposed to be? it isn't in any of the packages that are downloaded as "dependencies". I have downloaded almost every package available through "stand/sysinstall" (all 11GB worth) and I have been unable to find it anywhere. >How-To-Repeat: Install FreeBSD 4.4-RELEASE w/ Gnome 1.4 then download GNUCASH through stand/sysinstall from Australian FTP Server (ftp.au.freebsd.org). >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 11:30:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B457137B416 for ; Sun, 23 Dec 2001 11:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBNJU0335666; Sun, 23 Dec 2001 11:30:00 -0800 (PST) (envelope-from gnats) Received: from serv1.ilse.nl (serv1.ilse.nl [195.18.92.131]) by hub.freebsd.org (Postfix) with ESMTP id AB01E37B416 for ; Sun, 23 Dec 2001 11:26:37 -0800 (PST) Received: (from marcolz@localhost) by crime.ncc1701.org (8.11.6/8.9.3) id fBNJHun02054; Sun, 23 Dec 2001 20:17:56 +0100 (CET) (envelope-from marcolz) Message-Id: <200112231917.fBNJHun02054@crime.ncc1701.org> Date: Sun, 23 Dec 2001 20:17:56 +0100 (CET) From: Marc Olzheim Reply-To: Marc Olzheim To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/33117: empty struct md_coredump in pcb.h and user.h violates strict ansi Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33117 >Category: kern >Synopsis: empty struct md_coredump in pcb.h and user.h violates strict ansi >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 23 11:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Marc Olzheim >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: ilse technology >Environment: System: FreeBSD crime.ncc1701.org 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sun Dec 23 03:24:54 CET 2001 root@crime.ncc1701.org:/usr/src/sys/compile/crime i386 >Description: In /usr/src/sys/i386/include/pcb.h and /usr/src/sys/sys/user.h an empty struct md_coredump is defined. ANSI C does not allow empty structs. >How-To-Repeat: compile with gcc -pedantic: #include #include >Fix: Put the struct inside a #if ! defined __STRICT_ANSI__: --- /usr/src/sys/i386/include/pcb.h Sun Sep 5 18:30:26 1999 +++ /usr/src/sys/i386/include/pcb.h Sun Sep 5 18:31:00 1999 @@ -86,8 +86,10 @@ * The pcb is augmented with machine-dependent additional data for * core dumps. For the i386: ??? */ +#if ! defined(__STRICT_ANSI__) struct md_coredump { }; +#endif #ifdef _KERNEL --- /usr/src/sys/sys/origuser.h Thu Oct 11 12:05:10 2001 +++ /usr/src/sys/sys/user.h Tue Nov 13 19:38:48 2001 @@ -106,7 +106,10 @@ * Remaining fields for a.out core dumps - not valid at other times! */ struct kinfo_proc u_kproc; /* proc + eproc */ + +#if !defined(__STRICT_ANSI__) /* no empty structs please */ struct md_coredump u_md; /* machine dependent glop */ +#endif }; #endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 11:38:32 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from serv1.ilse.nl (serv1.ilse.nl [195.18.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 0739437B416; Sun, 23 Dec 2001 11:38:29 -0800 (PST) Received: (from marcolz@localhost) by serv1.ilse.nl (8.11.6/8.10.2) id fBNJcSJ91800; Sun, 23 Dec 2001 20:38:28 +0100 (MET) Date: Sun, 23 Dec 2001 20:38:28 +0100 From: Marc Olzheim To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Marc Olzheim Subject: Re: kern/33117: empty struct md_coredump in pcb.h and user.h violates strict ansi Message-ID: <20011223203828.A91724@ilse.nl> References: <200112231917.fBNJHun02054@crime.ncc1701.org> <200112231930.fBNJU0J35662@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112231930.fBNJU0J35662@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Sun, Dec 23, 2001 at 11:30:00AM -0800 X-Operating-System: FreeBSD serv1.ilse.nl 3.3-RELEASE FreeBSD 3.3-RELEASE X-URL: http://www.ilse.nl/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Whoops, that last patch should of course be: --- /usr/src/sys/sys/user.h Thu Oct 11 12:05:10 2001 +++ /usr/src/sys/sys/user.h Tue Nov 13 19:38:48 2001 @@ -106,7 +106,10 @@ * Remaining fields for a.out core dumps - not valid at other times! */ struct kinfo_proc u_kproc; /* proc + eproc */ + +#if !defined(__STRICT_ANSI__) /* no empty structs please */ struct md_coredump u_md; /* machine dependent glop */ +#endif }; #endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 13:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7930837B41B for ; Sun, 23 Dec 2001 13:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBNLU1j53120; Sun, 23 Dec 2001 13:30:01 -0800 (PST) (envelope-from gnats) Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 136C437B405 for ; Sun, 23 Dec 2001 13:22:12 -0800 (PST) Received: (from jochem@localhost) by jochem.dyndns.org (8.11.6/8.11.6) id fBNLMqn42635; Sun, 23 Dec 2001 22:22:52 +0100 (CET) (envelope-from jochem) Message-Id: <200112232122.fBNLMqn42635@jochem.dyndns.org> Date: Sun, 23 Dec 2001 22:22:52 +0100 (CET) From: Jochem Kossen Reply-To: Jochem Kossen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: gnu/33120: send-pr -a doesn't include the attached file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33120 >Category: gnu >Synopsis: send-pr -a doesn't include the attached file >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 23 13:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD lisa.jochem.dyndns.org 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sun Dec 23 18:40:25 CET 2001 root@lisa.jochem.dyndns.org:/usr/obj/usr/src/sys/LISA i386 >Description: send-pr -a should include the attached file, but it does not do that. >How-To-Repeat: send-pr -a >Fix: --- patch_send-pr_fix-attached-files.diff begins here --- --- gnu/usr.bin/send-pr/send-pr.sh.orig Sun Dec 23 22:10:44 2001 +++ gnu/usr.bin/send-pr/send-pr.sh Sun Dec 23 22:16:33 2001 @@ -355,7 +355,7 @@ >How-To-Repeat: $HOW_TO_REPEAT_C >Fix: - + $ATTACHED_FILES $FIX_C __EOF__ --- patch_send-pr_fix-attached-files.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 13:42:47 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C227F37B416 for ; Sun, 23 Dec 2001 13:41:20 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBNLfK754270; Sun, 23 Dec 2001 13:41:20 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D07B37B416 for ; Sun, 23 Dec 2001 13:38:06 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBNLc6m53871; Sun, 23 Dec 2001 13:38:06 -0800 (PST) (envelope-from nobody) Message-Id: <200112232138.fBNLc6m53871@freefall.freebsd.org> Date: Sun, 23 Dec 2001 13:38:06 -0800 (PST) From: Anders Nor Berle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/33124: kthread_create doesnt mark kthreads as kthreads. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33124 >Category: kern >Synopsis: kthread_create doesnt mark kthreads as kthreads. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 23 13:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nor Berle >Release: RELENG_4_4 >Organization: Amphibic Online >Environment: FreeBSD goliath.amphibic.net 4.4-RELEASE-p2 FreeBSD 4.4-RELEASE-p2 #1: Sun Dec 23 21:46:44 CET 2001 debolaz@goliath.amphibic.net:/usr/src/sys/compile/GOLIATH i386 >Description: When kthread_create spawns a kernel thread, it doesnt mark it with the flag P_KTHREADP which at least according to its description, should be used to mark kernel threads. >How-To-Repeat: Spawn a kthread and check for P_KTHREADP in p->p_flag. >Fix: This is submitted through the web interface and probably wont apply correctly, but it shows how to fix it. diff --recursive --show-c-function --unified src.old/sys/kern/kern_kthread.c src/sys/kern/kern_kthread.c --- src.old/sys/kern/kern_kthread.c Fri Jun 15 11:37:55 2001 +++ src/sys/kern/kern_kthread.c Sun Dec 23 21:12:51 2001 @@ -83,7 +83,7 @@ kthread_create(void (*func)(void *), voi *newpp = p2; /* this is a non-swapped system process */ - p2->p_flag |= P_INMEM | P_SYSTEM; + p2->p_flag |= P_INMEM | P_SYSTEM | P_KTHREADP; p2->p_procsig->ps_flag |= PS_NOCLDWAIT; PHOLD(p2); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 14: 2:12 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from fort.comstar.ru (fort.comstar.ru [195.210.128.13]) by hub.freebsd.org (Postfix) with SMTP id E3F1137B41A for ; Sun, 23 Dec 2001 14:01:55 -0800 (PST) Received: (qmail 5735 invoked from network); 23 Dec 2001 22:01:49 -0000 Received: from d072.p8.col.ru (HELO snussnum) (212.248.4.72) by mx.comail.ru with SMTP; 23 Dec 2001 22:01:49 -0000 Message-ID: <2429920011202322121650@snussnum> X-EM-Version: 5, 0, 0, 18 X-EM-Registration: #01B0530810E603002D00 X-Priority: 3 X-MSMail-Priority: Normal From: "abs121314@mail.ru" To: freebsd-bugs@freebsd.org Subject: =?windows-1251?Q?=C8=ED=F2=E5=F0=E0=EA=F2=E8=E2=ED=FB=E5_=E8=E3=F0=EE=E2=FB=E5_=F0=EE=EB=E8=EA=E8!?= Date: Mon, 24 Dec 2001 01:01:21 +0300 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_01BC2B74.89D1CCC0" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_01BC2B74.89D1CCC0 Content-Type: multipart/alternative; boundary="----=_NextPart_84815C5ABAF209EF376268C8" ------=_NextPart_84815C5ABAF209EF376268C8 Content-type: text/plain; charset="windows-1251" ÈÍÂÅÑÒÈÖÈÎÍÍÎ - ÔÈÍÀÍÑÎÂÀß ÊÎÌÏÀÍÈß "ÑÎËÈÄ" ïðåäëàãàåò Âàì ñåðèþ èíòåðàêòèâíûõ ðîëèêîâ - óðîêîâ Èç íèõ Âû óçíàåòå êàê óñòðîåí áèðæåâîé ðûíîê öåííûõ áóìàã. -  èãðîâîé , èíòåðàêòèâíîé ôîðìå Âû íàó÷èòåñü íà íåì ðàáîòàòü - Âû ïîëó÷èòå óíèêàëüíóþ âîçìîæíîñòü ïîïðîáîâàòü ñâîè ñèëû íà Áèðæå öåííûõ áóìàã çà ñ÷åò ÈÔÊ "Ñîëèä" Íàæìèòå íà ýòó ññûëêó http://solidinvest.ru/download/lessons/lessons.html Ñ óâàæåíèåì, ÈÔÊ "ÑÎËÈÄ" ------=_NextPart_84815C5ABAF209EF376268C8 Content-Type: text/html; charset="windows-1251" Content-Transfer-Encoding: quoted-printable =C8=D4=CA "=D1=EE=EB=E8=E4"

=C8=CD=C2=C5=D1=D2=C8=D6=C8=CE=CD=CD=CE - =D4=C8= =CD=C0=CD=D1=CE=C2=C0=DF =CA=CE=CC=CF=C0=CD=C8=DF "=D1=CE=CB=C8=C4&qu= ot;=20

 
  =EF=F0=E5=E4=EB=E0=E3=E0=E5=F2 =C2=E0=EC =F1=E5=F0=E8= =FE =E8=ED=F2=E5=F0=E0=EA=F2=E8=E2=ED=FB=F5 =F0=EE=EB=E8=EA=EE=E2 - =F3=F0= =EE=EA=EE=E2
=C8=E7 =ED=E8=F5 =C2=FB =F3=E7=ED=E0=E5=F2=E5 =EA=E0=EA =F3=F1=F2=F0= =EE=E5=ED =E1=E8=F0=E6=E5=E2=EE=E9 =F0=FB=ED=EE=EA =F6=E5=ED=ED=FB=F5 =E1=F3= =EC=E0=E3=2E
- =C2 =E8=E3=F0=EE=E2=EE=E9 , =E8=ED=F2=E5=F0=E0=EA=F2=E8=E2=ED=EE=E9= =F4=EE=F0=EC=E5 =C2=FB =ED=E0=F3=F7=E8=F2=E5=F1=FC =ED=E0 =ED=E5=EC =F0=E0= =E1=EE=F2=E0=F2=FC
- =C2=FB =EF=EE=EB=F3=F7=E8=F2=E5 =F3=ED=E8=EA=E0=EB=FC=ED=F3=FE =E2= =EE=E7=EC=EE=E6=ED=EE=F1=F2=FC =EF=EE=EF=F0=EE=E1=EE=E2=E0=F2=FC =F1=E2=EE= =E8 =F1=E8=EB=FB =ED=E0 =C1=E8=F0=E6=E5 =F6=E5=ED=ED=FB=F5=20 =E1=F3=EC=E0=E3 =E7=E0 =F1=F7=E5=F2 =C8=D4=CA "=D1=EE=EB=E8=E4&= quot;
 
  =CD=E0=E6=EC=E8=F2=E5 =ED=E0 =FD=F2=F3 =F1=F1=FB=EB=EA= =F3 ht= tp://solidinvest=2Eru/download/lessons/lessons=2Ehtml  

=D1 =F3=E2=E0=E6=E5=ED=E8=E5=EC,
=C8=D4=CA "=D1=CE=CB=C8=C4"

------=_NextPart_84815C5ABAF209EF376268C8-- ------=_NextPart_000_01BC2B74.89D1CCC0 Content-Type: application/octet-stream; name="logo.gif" Content-Transfer-Encoding: base64 Content-Description: logo.gif Content-Disposition: attachment; filename="logo.gif" R0lGODlhzwBSANX/AAAAAMDAwHMiStbAwc60uMGfqMipsbmSn7CElOrf46Zzh51lfYA3WY1LaZZa dWIINGYOOW0ZQm8bRHAeRnMhSXMjSnYmTHcoTnkqUHwwVIU/YGkSPWsWQHEfSHMhSnIhSXQjS3Uk THQkTPXv8u3k6YWFfGRkXejo2cfHure3q6amm5WVjHR0bUREQDIyLyEhHxEREPj35/n46fj36Pf1 5/Xz5fTx5PPv4vLt4e/p3uzk2+nf19zPyuLU0AAAAAAAACH5BAEAAAEALAAAAADPAFIAAAb/wIBw SCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v9dYDkwum89dnK7HaxsWBDavp6vb17sZes/vb2k5BAoO Fg8QDxsREIsPHA4LkJEgGjR+lpeYSTsHCAsSGxsdISCkpaQfHKCqGxMLlZmwsXs3Bg0RtxMhIgK8 vb4CICLCwx+ussfIWzM7grcfAhUVv9PUvMWvydnZND09MUwzAw4XER0g1ejU19rsyDkOGgsGOzrY RDUHDBMdFNLp/73WtRuYKUeDBxE2MHBgIEcNIjQOcABI8ZdAghj70BCkAUPCBwsQDMihI4cBCBI+ iPBX8d/FjDD39CCAgNAGCBwYzOOYMNe5/5boXsYcamaGDh4HFkTI0EPIDR5vQmzw8BPoNKFEs2ap MeCGjCEyABHYUURGjgEKOkSgkC6agA9w4VL1h1WrXSo5FjRQcGDHKxkyBBHAoWfIUwUXJkjwwJLX hFsWMFyYfKEDh3Jvjd3dXCWHhkYSMiwYkGeHogkaDvAYM8TGJgeKn/GioAGBAR47cucecEABBlaa OQuHUoNHgQUZUkXQUABpgwqpLjgo0IOwjBkxdAxYoG/ChAsIchSeQf6rDBs9ajn4Nrx9E8ABuB1o 8BtBJRs8EDS4kCoDwx42DEEDUgxIIIEFDgwQIBI07GCAPe5FyMRZt301BA40ZZDIBiEcoP+ggPlp EAEHHCywmoQoRsHNDjcM8U0P1OFwDw8KMEAiBBmIpMMQxSGgQSoMjMZaikQm8U6OBOjw0AwIPMCA bT20CBhXBSiQXCLyDDlDDz5uwEEHChjQVJFkEuHZIhg4oEBzCkxgyHIKECDeEGf1dkEjcAxZQw/5 gDLJAS2WSaYNBFS5yAYSLHBUAQ7ctMEFDfRFhBgwuhlBgjsKUVw+l22ggDeClokDUgtY0MAMYa0x n3IaKDASRJuAkIgGBsgYQFh8FpiTAn6FWqQMNdzQwwDYhEXLAvxNkEED81Ry3Z4ENHBZbTy8wg0C Ni5VQGG+kjnsDgtqGqIEqUTaQ7E6EOD/QEIYHNDDQ/FxaaMDEHaLYgERNIAAHa+gmt4Cv0FQAQLV ghUIbBA8+e4QXCpQr70R8oCBBAlF+qqAaIn4gAQHJMltDscdwoBq/e7AHsQonofABiKAoEgHCxTQ qxD4HdDoA624C28AOjC6iMI0yHAyyikPwMEzIIQwAQcS1PYhnTwskAoHtREQ6DLqgkItt0SjuMO6 P1UAQgfkZqAAD+EalV8GOIn2NM/Rar1t1ynOUMADu/gi9tIY5DnjAb9tQMFo4TLjwAP00p2yDlJX 1Ys03k2g7wAnNxjtB4gm+JcOBtineMoSR+C4LxR00IGyIrGmx1mIgeLAuYZZ+LmEAxg4//ovpCTk d2s0ZrAxAjPPTqQBFkwAUO6XjoXNDPn9loFqOwtvF3lGhMOA6Md78MnzJwpBw3Y36cS19EPtEOUR MkS9gdgAVSDCBBBcIKQQYhjgAAcNPEz+QFsaMAAO0QOLDhBwgZQ0phqkoJj8akU/znlufzExXwH2 lYBwFQE/iMHM8QSgGPkNYGdzgiBMepAAA8QJbUj4Cn4IkZJ98MMlHABBXwIoQoLIAAc9IMEISECs JZgFRpDIADki4MIPnM50pjPi0irAKwvWcCA1SID5KhiFUfGmJhrIogYssBQtxoM7DGjA3J6IkfPY SgqAAUwO5tCNQg2gG3OowZ7YQAD9kf+RSEKb1BFiMLQ7+vGPgAykIAdJyBrO4AY7YGM32AAgJARL kXJwiBNogINKWlJ2RTikJS1ZL0puEgc2GB9EPmlJJ0qvBsxQQAMywABWsvICGhiTmQZQE1Yy4JYZ 8I+HApWEGZhQAcBcwAFoSLNOAFMBwhzSEGi0gGPGiZgB8GUznYnMMUpvS/PxQAQkQLZtGohqPZAd DtBCDglM4CaL+BK5JkAwO/bAAl66DAQaoEwi3KABibjMAw5wBAKQa0Q34UES3kkiL40oFQ7g5exu QAAGhEIAIkAFCC5ggchAYAICFUIOEIAKAYRgRA2IhAZQsgumAeoIN5AaNKIBgg8c4GH/7+gASydw AK7ZAC0W4EUFzDEABimAAzsFwQRUUgEKZGAAoiTaRpkWArFJAAMIIIBUpTrBMdVgZT6RgBh3QJIc pEcDEnCfmxAQQBogAALQ+Mk5IGCAI+AANr3wwAM5Z6UJVKUDGGjrEQbAigt0DAE7FRv+yDI7A2zs HBWQQIJwgMkA5MBWRvvAORQrSyLwoAEdgKgHHpDRIQyAiC39kjSEioHOXgiujqkpDuynNOP5ogMX IMARdGCLCSTUsQqIgDUkoABo2ksBG0DsBCpQrcbeAwES4EUI2JrUACAgAtIQAQcUEC4d/EgEeLVS ZoGRr0yd1rUcdEBSKPaBc2KPF3gl/0AfIwJUCfRUCBILKwcn8F7FnfUnS6svg54rjeVaEyJtkkYF bGurGwA3BBxUwA2M5osIKECZbwVvBT6wTsky6wAXkA1sZVsEHmSAbAvgFg0UkFxg4M+7XSMAK4R7 AWKR58UNguz6pNEBBvBgfL5kAC9auoGM+hICVNGqjAwMXfRGwAAfQy16vcOAOOVgQBhwLWz1GoAY HBK4IOBAD16sB9rKFzoIuAH1iGaDs05gF2OzQJgMwOZCOSCjbz3aOWp8m0WmhwHmEOoDqAsYHmhA FDI1gIW+xjJgTAAD9X0HeEEQRoLVgD0EwMB20ysEzhEAwx1QiW3YzOYC6KMXHXgeAf8MYEpf3aAA GPhSZhO7CpGFUwg7+OnRyhuBW+LyaDuNAFRthQNpvYWd9uCBUOEigHyx5h0pgQs76xmAAQxY2Rd4 tWEhENxRQAcU1Ka2R00BHWrvwLihug4tNfCBhJDo3IoQQUaFtmDukIsDi4g3iZbiKnjhQAEo+YQD 6mmDBSDKQBKAwDAD0GumGWgDCHCiDAYAAW/eYgBf4StAVXHuiq8CFKmQAAMISzf00HIBDgi5yB/B 8VuJASqDGHnIhfk/yx6gADD3EIRu+nKY23xHNrB5zA2gUCHwSeckCwwEVE70oq88AxEoueIAoZum 12OPM8CBbnRAD3pA6DxBG4IoaQD/oRnQYEkQosHWueZ1PQyAOnVoutpzQ3Wn7wB4hRQOuJ2AqrnH /e54z7ve9873vvv9GClAARcCD4UTpMC0RSgB4q/AgxScYJmO7wIKUpCMErQgACkAQAkyL4QWlCAA AAg9DFQA+tADoAUncAEMYOCCzJve8p8vAQBSwPkAWB70lG8BAAKQ+he8wAWPn73tLy/826OA9TAw gRF4IHsTUD4Anrf97G+Pe94DwAVCKP7lVwCAFwCA9NzX/QqkH/rLB0AFAGAB73Uf+s93/vMtQL0J kC/4FsBgCDAgvul3HwAWfH/42Ud7u3cC+dd/pmd+SWB5M2B/m8d/0ad5KRB/oLd5/4FXAi9wAifw AiqQAibQejzgeRk4e7WngCIIA7tngRj4Ap+nfTPAgi1gAjSAAgAgeEMgg7rHgNBXAiGYAgpYfSrg AgAQfJSngDAQe9hXhLZ3fyXQeuhHeSzgAthXAqOXAi7gfjm4hCcgg/UHg7oneJnXAi24ebInBFCo fj0ogieYfzK4eSYAhkpgeRHoeZlHe1U4gRy4ghR4Ai2gfgGAAgJFfZ5XArIngEJwe7PnebsXff1H fGzIiBxIfM9Xh0NgAso3fS9whYO4hAJIeSZgeeMHgW2YeY9neLV3AtPHhDDweC+Qecx3iTk4BPH3 AoJHfegHfTCgfixQgMLHeTwwe/+XqIlzKIovwAItwIoA+IbxF4EN+Hqg5wL294nO2AIooIhDcHsL yAIXiIaFyIjFCAAL6H6GeIClV37V94q094ErKIDXmI08uH+UBwM8qH/lV3tCQI/Tl38vgHoymIM8 wHo42HkFeIycF4sBkI+QiHknSHwoIHumJ4CCeHsukI/5uARS2AIxIIcOmI40oAL3J3ydp3wBsAJD aH44qI0ACADwOJB82IbVZ4gjGQCjJwQqWHol8IS4Z5MlGY8BmHklYAK7p30yKFDMJ4OP14sLaX5V aIGWd3k8OZPvN5NLKAQrcH+e9wIroIIHOZBVKYjmh4YXeHsE2IYIiASDmIO194Dpm5eLdliB8Hh8 s+iG9ieEwdiBvciUuzeVKHB8nziSLciXHXgC3GdaPOB9opd7qYh7Z5gCTyiIo8eCyXcCLPkCymcC v9h6KVCEzliTQciS1IiRfggAK5B6yud52MgCJEh5oph+lleFboiGsQeGU3kCPZiAJNmA7zeOMPCJ 4uh/t7iNt4l7rvd6u8h/vMmH2teSl6eH3Td+RsCTj/eKiNmVKeCUL3icKOB9LiB413l9s3iAWigE uSl8nfl5TwiYJtgCY+B5WuiSCDmVQrCG0nmZj3d7UDmW2kCNZhB5f2cJIrmf/vmfADocQQAAOw== ------=_NextPart_000_01BC2B74.89D1CCC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 14: 9: 9 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from tomts19-srv.bellnexxia.net (tomts19.bellnexxia.net [209.226.175.73]) by hub.freebsd.org (Postfix) with ESMTP id AD20537B419; Sun, 23 Dec 2001 14:09:05 -0800 (PST) Received: from khan.anarcat.dyndns.org ([65.94.189.35]) by tomts19-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011223220904.PVLG9690.tomts19-srv.bellnexxia.net@khan.anarcat.dyndns.org>; Sun, 23 Dec 2001 17:09:04 -0500 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 589581899; Sun, 23 Dec 2001 17:09:00 -0500 (EST) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 5235520ACD; Sun, 23 Dec 2001 17:08:50 -0500 (EST) Date: Sun, 23 Dec 2001 17:08:48 -0500 From: The Anarcat To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/33070: libdisk::Disk_Names() returns empty strings Message-ID: <20011223220847.GE34708@shall.anarcat.dyndns.org> References: <20011221220558.8DEB020ACD@shall.anarcat.dyndns.org> <200112212210.fBLMA1N83908@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QnBU6tTI9sljzm9u" Content-Disposition: inline In-Reply-To: <200112212210.fBLMA1N83908@freefall.freebsd.org> User-Agent: Mutt/1.3.24i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --QnBU6tTI9sljzm9u Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Note that this behaviors shows up only as non-root users since the problem is that the: if ((fd =3D open(disk, O_RDWR)) =3D=3D -1) fails...=20 Also note that the above patch is for -stable only. I'm not sure current suffers from these problems. a. --QnBU6tTI9sljzm9u Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjwmVdsACgkQttcWHAnWiGfUbgCgljOa03tBdpu5oXVm7BHR5SCZ wkUAni1JnGyIUZaZ1x3QgSCy6eYVr3B1 =7ADy -----END PGP SIGNATURE----- --QnBU6tTI9sljzm9u-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 14:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CD1037B417 for ; Sun, 23 Dec 2001 14:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBNMA1E60176; Sun, 23 Dec 2001 14:10:01 -0800 (PST) (envelope-from gnats) Date: Sun, 23 Dec 2001 14:10:01 -0800 (PST) Message-Id: <200112232210.fBNMA1E60176@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: The Anarcat Subject: Re: bin/33070: libdisk::Disk_Names() returns empty strings Reply-To: The Anarcat Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/33070; it has been noted by GNATS. From: The Anarcat To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/33070: libdisk::Disk_Names() returns empty strings Date: Sun, 23 Dec 2001 17:08:48 -0500 --QnBU6tTI9sljzm9u Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Note that this behaviors shows up only as non-root users since the problem is that the: if ((fd =3D open(disk, O_RDWR)) =3D=3D -1) fails...=20 Also note that the above patch is for -stable only. I'm not sure current suffers from these problems. a. --QnBU6tTI9sljzm9u Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjwmVdsACgkQttcWHAnWiGfUbgCgljOa03tBdpu5oXVm7BHR5SCZ wkUAni1JnGyIUZaZ1x3QgSCy6eYVr3B1 =7ADy -----END PGP SIGNATURE----- --QnBU6tTI9sljzm9u-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 15:50: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B010437B41A for ; Sun, 23 Dec 2001 15:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBNNo0M72930; Sun, 23 Dec 2001 15:50:00 -0800 (PST) (envelope-from gnats) Received: from sushi.sanyusan.se (h19n2fls34o835.telia.com [213.67.31.19]) by hub.freebsd.org (Postfix) with ESMTP id 3E94737B417 for ; Sun, 23 Dec 2001 15:42:39 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id fBNNfrD01088; Mon, 24 Dec 2001 00:41:53 +0100 (CET) (envelope-from anders) Message-Id: <200112232341.fBNNfrD01088@sushi.sanyusan.se> Date: Mon, 24 Dec 2001 00:41:53 +0100 (CET) From: Anders Andersson Reply-To: Anders Andersson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/33131: spelling fixes in comments Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33131 >Category: kern >Synopsis: spelling fixes in comments >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 23 15:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Anders Andersson >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD sushi.sanyusan.se 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Dec 22 19:54:47 CET 2001 toor@sushi.sanyusan.se:/usr/obj/usr/src/sys/SUSHI i386 >Description: Spelling fixes found in comments in sys/netsmb code when I was reading code. >How-To-Repeat: >Fix: --- netsmb.diff begins here --- Index: netsmb//netbios.h =================================================================== RCS file: /home/ncvs/src/sys/netsmb/netbios.h,v retrieving revision 1.1 diff -u -r1.1 netbios.h --- netsmb//netbios.h 10 Apr 2001 07:59:05 -0000 1.1 +++ netsmb//netbios.h 22 Dec 2001 15:16:15 -0000 @@ -89,7 +89,7 @@ #define NBNS_NMFLAG_BCAST 0x01 #define NBNS_NMFLAG_RA 0x08 /* recursion available */ #define NBNS_NMFLAG_RD 0x10 /* recursion desired */ -#define NBNS_NMFLAG_TC 0x20 /* truncation occured */ +#define NBNS_NMFLAG_TC 0x20 /* truncation occurred */ #define NBNS_NMFLAG_AA 0x40 /* authoritative answer */ /* Index: netsmb//smb.h =================================================================== RCS file: /home/ncvs/src/sys/netsmb/smb.h,v retrieving revision 1.2 diff -u -r1.2 smb.h --- netsmb//smb.h 21 Aug 2001 08:21:03 -0000 1.2 +++ netsmb//smb.h 22 Dec 2001 15:19:43 -0000 @@ -33,7 +33,7 @@ */ /* - * Common definintions and structures for SMB/CIFS protocol + * Common definitions and structures for SMB/CIFS protocol */ #ifndef _NETSMB_SMB_H_ @@ -97,7 +97,7 @@ * Security mode bits */ #define SMB_SM_USER 0x01 /* server in the user security mode */ -#define SMB_SM_ENCRYPT 0x02 /* use challenge/responce */ +#define SMB_SM_ENCRYPT 0x02 /* use challenge/response */ /* * NTLM capabilities @@ -336,7 +336,7 @@ #define ERRqfull 49 /* Print queue full */ #define ERRqtoobig 50 /* Print queue full - no space */ #define ERRinvpfid 52 /* Invalid print file FID */ -#define ERRsmbcmd 64 /* The server did not recognise the command */ +#define ERRsmbcmd 64 /* The server did not recognize the command */ #define ERRsrverror 65 /* The server encountered and internal error */ #define ERRfilespecs 67 /* The Fid and path name contains an invalid combination */ #define ERRbadpermits 69 /* Access mode invalid */ @@ -350,7 +350,7 @@ #define ERRtoomanyuids 90 /* Too many UIDs active on this session */ #define ERRbaduid 91 /* The UID is not known in this session */ #define ERRusempx 250 /* Temporarily unable to support Raw, use MPX mode */ -#define ERRusestd 251 /* Temporarily unable to support Raw, use stdandard r/w */ +#define ERRusestd 251 /* Temporarily unable to support Raw, use standard r/w */ #define ERRcontmpx 252 /* Continue in MPX mode */ #define ERRnosupport 65535 /* Invalid function */ Index: netsmb//smb_conn.h =================================================================== RCS file: /home/ncvs/src/sys/netsmb/smb_conn.h,v retrieving revision 1.3 diff -u -r1.3 smb_conn.h --- netsmb//smb_conn.h 2 Dec 2001 08:47:29 -0000 1.3 +++ netsmb//smb_conn.h 22 Dec 2001 15:27:53 -0000 @@ -78,8 +78,8 @@ #define SMBV_WIN95 0x0010 /* used to apply bugfixes for this OS */ #define SMBV_PRIVATE 0x0020 /* connection can be used only by creator */ #define SMBV_RECONNECTING 0x0040 /* conn is in the process of reconnection */ -#define SMBV_SINGLESHARE 0x0080 /* only one share connectin should be allowed */ -#define SMBV_CREATE 0x0100 /* lookup for create opeartion */ +#define SMBV_SINGLESHARE 0x0080 /* only one share connecting should be allowed */ +#define SMBV_CREATE 0x0100 /* lookup for create operation */ /*#define SMBV_FAILED 0x0200*/ /* last reconnect attempt has failed */ @@ -114,7 +114,7 @@ u_int16_t sv_rawmode; u_int32_t sv_maxraw; /* maximum raw-buffer size */ u_int32_t sv_skey; /* session key */ - u_int32_t sv_caps; /* capabilites SMB_CAP_ */ + u_int32_t sv_caps; /* capabilities SMB_CAP_ */ }; /* Index: netsmb//smb_rq.c =================================================================== RCS file: /home/ncvs/src/sys/netsmb/smb_rq.c,v retrieving revision 1.4 diff -u -r1.4 smb_rq.c --- netsmb//smb_rq.c 9 Dec 2001 17:48:08 -0000 1.4 +++ netsmb//smb_rq.c 22 Dec 2001 16:08:13 -0000 @@ -451,8 +451,8 @@ return 0; } /* - * Now we have to get all subseqent responses. The CIFS specification - * says that they can be misordered which is weird. + * Now we have to get all subsequent responses. The CIFS specification + * says that they can be disordered which is weird. * TODO: timo */ totpgot = totdgot = 0; @@ -479,7 +479,7 @@ (error = md_get_uint16le(mdp, &pdisp)) != 0) break; if (pcount != 0 && pdisp != totpgot) { - SMBERROR("Can't handle misordered parameters %d:%d\n", + SMBERROR("Can't handle disordered parameters %d:%d\n", pdisp, totpgot); error = EINVAL; break; @@ -489,7 +489,7 @@ (error = md_get_uint16le(mdp, &ddisp)) != 0) break; if (dcount != 0 && ddisp != totdgot) { - SMBERROR("Can't handle misordered data\n"); + SMBERROR("Can't handle disordered data\n"); error = EINVAL; break; } Index: netsmb//smb_rq.h =================================================================== RCS file: /home/ncvs/src/sys/netsmb/smb_rq.h,v retrieving revision 1.1 diff -u -r1.1 smb_rq.h --- netsmb//smb_rq.h 10 Apr 2001 07:59:06 -0000 1.1 +++ netsmb//smb_rq.h 22 Dec 2001 16:09:01 -0000 @@ -119,7 +119,7 @@ int t2_flags; /* SMBT2_ */ struct mbchain t2_tparam; /* parameters to transmit */ struct mbchain t2_tdata; /* data to transmit */ - struct mdchain t2_rparam; /* received paramters */ + struct mdchain t2_rparam; /* received parameters */ struct mdchain t2_rdata; /* received data */ struct smb_cred*t2_cred; struct smb_connobj *t2_source; Index: netsmb//smb_trantcp.c =================================================================== RCS file: /home/ncvs/src/sys/netsmb/smb_trantcp.c,v retrieving revision 1.4 diff -u -r1.4 smb_trantcp.c --- netsmb//smb_trantcp.c 2 Dec 2001 08:47:29 -0000 1.4 +++ netsmb//smb_trantcp.c 22 Dec 2001 17:07:28 -0000 @@ -132,7 +132,7 @@ if (timevalcmp(&rtv, &atv, >=)) { /* * An event of our interest may occur during locking a process. - * In order to avoid missing the event that occured during locking + * In order to avoid missing the event that occurred during locking * the process, test P_SELECT and rescan file descriptors if * necessary. */ --- netsmb.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 16:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10A2937B41C for ; Sun, 23 Dec 2001 16:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBO0K1679783; Sun, 23 Dec 2001 16:20:01 -0800 (PST) (envelope-from gnats) Received: from agena.meridian-enviro.com (thunder.meridian-enviro.com [207.109.234.227]) by hub.freebsd.org (Postfix) with ESMTP id 94EEF37B417 for ; Sun, 23 Dec 2001 16:15:23 -0800 (PST) Received: from delta.meridian-enviro.com (delta.meridian-enviro.com [10.10.10.43]) by agena.meridian-enviro.com (8.11.6/8.9.3) with ESMTP id fBO0FMF26853 for ; Sun, 23 Dec 2001 18:15:23 -0600 (CST) (envelope-from rand@meridian-enviro.com) Received: (from rand@localhost) by delta.meridian-enviro.com (8.11.6/8.11.6) id fBO0FMm86298; Sun, 23 Dec 2001 18:15:22 -0600 (CST) (envelope-from rand) Message-Id: <200112240015.fBO0FMm86298@delta.meridian-enviro.com> Date: Sun, 23 Dec 2001 18:15:22 -0600 (CST) From: "Douglas K. Rand" Reply-To: "Douglas K. Rand" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/33132: Patch to handle otherscreens similiar to allscreens Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33132 >Category: misc >Synopsis: Patch to handle otherscreens similiar to allscreens >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 23 16:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Douglas K. Rand >Release: FreeBSD 4.4-RELEASE i386 >Organization: Meridian Environmental Technology, Inc. >Environment: System: FreeBSD delta.meridian-enviro.com 4.4-RELEASE FreeBSD 4.4-RELEASE #10: Fri Oct 26 17:21:08 CDT 2001 bryanh@delta.meridian-enviro.com:/usr/obj/usr/src/sys/DELTA i386 >Description: The allscreens_flags is very nice for changing the default syscons mode. The one thing I dislike about it is that it clears the screen. This patch doesn't preserve the screen contents, it just introduces a new /etc/defaults/rc.conf knob called otherscreens_flags that affects all screens /except/ ttyv0. We use this in /etc/rc.local, but I thought others might enjoy it. The ttyv? devices other than ttyv0 are changed with the otherscreens_flags knob, this preserves the contents of the boot screen, which I find useful. I can then use the other screens at other modes, say 132x60. >How-To-Repeat: Have a boot problem, especially with a RC script, and try to debug it when allscreens_flags clears the screen on you. :) >Fix: Here is a patch to /etc/rc.syscons: --- rc.syscons.orig Sun Dec 23 18:01:52 2001 +++ rc.syscons Sun Dec 23 18:07:03 2001 @@ -180,12 +180,36 @@ done fi +# set this mode for all virtual screens except for ttyv0 +# +if [ -n "${otherscreens_flags}" ]; then + echo -n ' otherscreens' + for ttyv in /dev/ttyv*; do + case ${ttyv} in + /dev/ttyv0) + ;; + *) + vidcontrol ${otherscreens_flags} < ${ttyv} > ${ttyv} 2>&1 + ;; + esac + done +fi + # set this keyboard more for all virtual terminals # if [ -n "${allscreens_kbdflags}" ]; then echo -n ' allscreens_kbd' for ttyv in /dev/ttyv*; do kbdcontrol ${allscreens_kbdflags} < ${ttyv} > ${ttyv} 2>&1 + done +fi + +# set this keyboard more for all virtual terminals except for ttyv0 +# +if [ -n "${otherscreens_kbdflags}" ]; then + echo -n ' otherscreens_kbd' + for ttyv in /dev/ttyv*; do + kbdcontrol ${otherscreens_kbdflags} < ${ttyv} > ${ttyv} 2>&1 done fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 17: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D507037B419 for ; Sun, 23 Dec 2001 17:00:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBO100Z83173; Sun, 23 Dec 2001 17:00:00 -0800 (PST) (envelope-from gnats) Received: from raven.robbins.dropbear.id.au (030.c.010.mel.iprimus.net.au [210.50.202.30]) by hub.freebsd.org (Postfix) with ESMTP id 3081037B416 for ; Sun, 23 Dec 2001 16:50:30 -0800 (PST) Received: (from tim@localhost) by raven.robbins.dropbear.id.au (8.11.6/8.11.6) id fBO0kpM20550; Mon, 24 Dec 2001 11:46:51 +1100 (EST) (envelope-from tim) Message-Id: <200112240046.fBO0kpM20550@raven.robbins.dropbear.id.au> Date: Mon, 24 Dec 2001 11:46:51 +1100 (EST) From: "Tim J. Robbins" Reply-To: "Tim J. Robbins" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/33133: keyinit outputs wrong next login password Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33133 >Category: bin >Synopsis: keyinit outputs wrong next login password >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 Dec 23 17:00:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Tim J. Robbins >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD raven.robbins.dropbear.id.au 4.4-STABLE FreeBSD 4.4-STABLE #1: Thu Dec 20 19:34:48 EST 2001 root@raven.robbins.dropbear.id.au:/usr/obj/usr/src/sys/RAVEN i386 >Description: Bug is same as OpenBSD PR number 2050 (reported 4 months ago, still not fixed). http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full/2050 >How-To-Repeat: Setting up skey on an account for the first item, keyinit from 4.4-STABLE: $ keyinit Adding tim: Reminder - Only use this method if you are directly connected. If you are using telnet or rlogin exit with no password and use keyinit -s. Enter secret password: Again secret password: ID tim s/key is 99 ra54494 RAP PAT WOLF HILL MIST SILO Telnet'ing in: FreeBSD/i386 (raven.robbins.dropbear.id.au) (ttyp3) login: tim s/key 98 ra54494 Password: RAP PAT WOLF HILL MIST SILO Login incorrect login: Setting up skey on an account for the first time, patched keyinit: $ keyinit.new Adding tim: Reminder - Only use this method if you are directly connected. If you are using telnet or rlogin exit with no password and use keyinit -s. Enter secret password: Again secret password: ID tim s/key is 99 ra54671 TILL MITT GUS RON LONE TUG FreeBSD/i386 (raven.robbins.dropbear.id.au) (ttyp3) login: tim s/key 99 ra54671 Password: TILL MITT GUS RON LONE TUG Last login: Mon Dec 24 11:42:22 from localhost Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.4-STABLE (RAVEN) #1: Thu Dec 20 19:34:48 EST 2001 You have new mail. $ Why has nobody noticed this flaw before? >Fix: --- skeyinit.c.old Mon Dec 24 11:31:47 2001 +++ skeyinit.c Mon Dec 24 11:37:56 2001 @@ -176,15 +176,19 @@ if (skey.val == NULL) skey.val = (char *) malloc(16+1); - - btoa8(skey.val,key); - fprintf(skey.keyfile,"%s %04d %-16s %s %-21s\n",pp->pw_name,n, - seed,skey.val, tbuf); - fclose(skey.keyfile); printf("\nID %s s/key is %d %s\n",pp->pw_name,n,seed); printf("%s\n",btoe(buf,key)); #ifdef HEXIN printf("%s\n",put8(buf,key)); #endif + + /* XXX Because skeylogin uses n-1 */ + f(key); + n++; + + btoa8(skey.val,key); + fprintf(skey.keyfile,"%s %04d %-16s %s %-21s\n",pp->pw_name,n, + seed,skey.val, tbuf); + fclose(skey.keyfile); return 0; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 17:30: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85B0A37B416 for ; Sun, 23 Dec 2001 17:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBO1U2989260; Sun, 23 Dec 2001 17:30:02 -0800 (PST) (envelope-from gnats) Date: Sun, 23 Dec 2001 17:30:02 -0800 (PST) Message-Id: <200112240130.fBO1U2989260@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Mario Doria" Subject: Re: kern/33085: Samba's NMBD cannot find alias interface Reply-To: "Mario Doria" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/33085; it has been noted by GNATS. From: "Mario Doria" To: , Cc: Subject: Re: kern/33085: Samba's NMBD cannot find alias interface Date: Sun, 23 Dec 2001 19:23:35 -0600 Fix/Workaround: More information: The machine's ifconfig output: sdf-1# ifconfig fxp0: flags=8802 mtu 1500 ether 00:b0:d0:aa:82:cf media: Ethernet autoselect (none) status: no carrier fxp1: flags=8843 mtu 1500 inet 10.25.165.1 netmask 0xffffff00 broadcast 10.25.165.255 inet 10.25.165.2 netmask 0xffffffff broadcast 10.25.165.2 inet 10.25.165.3 netmask 0xffffffff broadcast 10.25.165.3 ether 00:02:b3:1b:49:71 media: Ethernet autoselect (100baseTX) status: active xl0: flags=8802 mtu 1500 options=3 ether 00:01:02:ed:26:dc media: Ethernet autoselect (100baseTX) status: active lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 On interface fxp1, there are three IP addresses assigned. nmbd is to work on 10.25.165.3. If I add the line: interfaces = 127.0.0.1/24 10.25.165.3/24 to smb.conf, the problem is sorted out. It broke on december 14, at 20:00:00 UTC. The files that were changed between december 14 @ 19:00:00 and december 14 @ 20:00:00 where: (I don't know how these work in the system, what I know is that if I use sources from december 14 @ 19:00:00, samba's nmbd will work fine. Afterwards its all funny. The following files where the ones changing between those two hours): Edit src/sys/dev/bge/if_bge.c Edit src/sys/dev/gx/if_gx.c Edit src/sys/dev/lge/if_lge.c Edit src/sys/dev/nge/if_nge.c Edit src/sys/dev/txp/if_txp.c Edit src/sys/kern/kern_descrip.c Edit src/sys/kern/kern_event.c Edit src/sys/net/if.c Edit src/sys/net/if.h Edit src/sys/net/if_ethersubr.c Edit src/sys/net/if_var.h Edit src/sys/netinet/in.c Edit src/sys/netinet/in.h Edit src/sys/netinet/tcp_syncache.c Edit src/sys/pci/if_ti.c Edit src/sys/pci/if_xl.c Edit src/sys/sys/event.h Edit src/sys/sys/sockio.h Edit src/sys/vm/vm_zone.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 23 20:20: 4 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from outmta021.topica.com (outmta021.topica.com [64.125.140.230]) by hub.freebsd.org (Postfix) with SMTP id 0803D37B41A for ; Sun, 23 Dec 2001 20:19:50 -0800 (PST) To: bugs@freebsd.org From: The Best Hair and Body Products Subject: Hair Lines, The Best Hair and Body Products Newsletter Date: Sun, 23 Dec 2001 20:12:48 -0800 Message-ID: <19184.800011951.526195673-1463792126-1009167407@topica.com> X-Topica-Id: <1009167181.svc004.7734.1000161> X-Topica-Loop: 800011951 Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org . Hair Lines The Best Hair and Body Products Newsletter Volume 1, Issue 2 ****************************************************************************** As the year draws to an end, we would like to thank each of you for your continued support and the privilege to serve you. May you be blessed with peace, good health, and prosperity in 2002!!!! Wishing you the best of this Winter season, Because you're so special, is the reason. Hope your days are full of fun, From the beginning until they are done. Wishing you an abundance of love, And all good gifts from above. Happy Holidays from the Staff and Management of The Best Hair and Body Products!!!! *************************************************************************** THIS IS MY OWN SPECIAL SECRET Recipe for Holiday "Cheer" *************************************************************************** I must confess I am shameless when it comes to Rum Balls. I can never eat just five or ten. I also love bitter chocolate so I roll my Rum Balls (or the ones I do not eat while making) in cocoa and ground chocolate depending on your taste. I actually mix the whole batch (single) in a food processor. I start with the vanilla wafers and then add the rest of the ingredients. Rum balls will taste best if aged for a week or two in an airtight tin. These little hummers make great gifts and travel well. Just be sure to wrap them tightly so they don't dry out (heaven forbid any vapors escape!) Rum Balls (I do not know where this recipe came from) Preparation Time: about 30 minutes Cooking Time: ZERO Minutes Serves: unknown Cal: unknown and after about 10 who cares ;) Amount Ingredients -------- ----------------------------- 3 T Cocoa 1 C (150g) Confectioners' Sugar 3 C (~330g) Vanilla Wafers, crushed 4 T Dark Corn Syrup 1/2 C (125ml) Dark Rum (more or less, depending on personal tastes) extra Cocoa and/or Ground Chocolate to roll the rum balls in Into a large bowl, sift together the cocoa and confectioners' sugar In a food processor or blender crush/crumble the vanilla wafers. Add the crushed vanilla wafers to the sugar mixture and combine. Add the remaining ingredients. Form the mixture into 1 inch (2.5 cm) balls with your hands. The balls should hold together easily and retain their shape. If the mixture is too dry to hold together or too wet to form balls, you can easily adjust the consistency by adding rum or sugar accordingly. Sprinkle the extra cocoa or ground chocolate on a flat surface and roll the balls in to coat. *************************************************************************** SPECIAL OF THE WEEK *************************************************************************** Can't get to the Spa? Then get to the Jar! ********************THE BEST CALMING FORMULA BATH CRYSTALS****************** 100% NATURAL AROMATHERAPY FORMULA As the yule tide rings in it brings with it certain anxieties and bothers that take us out of our normal routine. From unwanted guests to making sure everyone got that "right gift". While at times many of us wish we could "get away" for the holidays most of us can't due to family expectations and obligations. We've discovered the next best thing, in the privacy of your own home, in the sanctity of your bath, and at a fraction of the cost. The Best Calming Formula Bath Crystals. 100% natural aromatherapy formula blended with The Essential Oils of Lavender, Lemon, & Rosemary, in combination they help stimulate the body's immune system, normalize emotions & mood swings, help insomnia & depression, fatigue, memory loss, muscle pain & headaches, promote mental clarity & alertness. Sea Salt extracts impurities & toxins from the skin put there by air pollution and improper diet, while adding minerals to the skin. Special skin softeners are added to give the skin that soft luxurious feel. DIRECTIONS: Apply 2 or 3 handfuls into warm bath just before entering. Use hand to swirl around in bathtub to distribute evenly and enter bath, relax, and enjoy. Regularly $7.95 NOW $5.00. See it at http://click.topica.com/maaae9AaaQPjXa2Q8Iqb/ <<<<>>>><<<<>>><<<<>>>><<<<>>>><<<<>>>><<<<>>>><<<<>>>><<<<>>>><<<<>>>><<<< Weekly FUNNY!!!! >>>><<<<>>>><<<<>>>><<<<>>>><<<<>>>><<<<>>>><<<<>>>><<<<>>>><<<<>>>><<<<>>> A young man visited his sister who was married to a farmer in a poor district of the country. Since there were limited accommodations, he was required to sleep with his young nephew. When the young man came into the bedroom, he saw the little boy kneeling at the side of the bed with his head bowed. Thinking this was the child's religious upbringing, he decided to present a good example and kneeled at the other side of the bed with his head bowed. The child looked up and said, "Whatcha doin'?" "Why, the same thing you're doing", replied the uncle. "Ma's gonna be mad", said the boy. "The pot's on this side". \|||/ (@@) ooO_(_ )_Ooo________________________________ _____|_____|_____|_____|_____|_____|_____|_____| ___|____|_____|_____|_____|_____|_____|_____|____ _____|_____ Keep Smiling - - T |___ ==================================================================== Update your profile or unsubscribe here: http://topica.email-publisher.com/survey/?a2iVOJ.a2Q8Iq Delivered by Topica Email Publisher, http://topica.email-publisher.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 4:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D485537B405 for ; Mon, 24 Dec 2001 04:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOCe3E22489; Mon, 24 Dec 2001 04:40:03 -0800 (PST) (envelope-from gnats) Date: Mon, 24 Dec 2001 04:40:03 -0800 (PST) Message-Id: <200112241240.fBOCe3E22489@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Mario Doria" Subject: Re: kern/33085: Samba's NMBD cannot find alias interface Reply-To: "Mario Doria" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/33085; it has been noted by GNATS. From: "Mario Doria" To: , Cc: Subject: Re: kern/33085: Samba's NMBD cannot find alias interface Date: Mon, 24 Dec 2001 04:37:48 -0600 It seems that with recent changes, nmbd now notices that the broadcast address of an alias interface is the same address as the alias interface. Before december 14, it did not matter. For now, nmbd needs to be told in which IP address to listen (if it's a alias IP address) and also add the netmask accordingly. Example, with a machine with ip address 10.0.0.1, and two alias addresses (10.0.0.2 and 10.0.0.3), to make nmbd use IP 10.0.0.3, the line "interfaces = 127.0.0.1 10.0.0.3/24" will make it work. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 4:40:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EFAE37B416 for ; Mon, 24 Dec 2001 04:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOCe1n22483; Mon, 24 Dec 2001 04:40:01 -0800 (PST) (envelope-from gnats) Received: from raven.pani.co.uk (elfgate.demon.co.uk [62.49.6.5]) by hub.freebsd.org (Postfix) with ESMTP id 7927437B416 for ; Mon, 24 Dec 2001 04:34:01 -0800 (PST) Received: (from rv@localhost) by raven.pani.co.uk (8.11.6/8.11.6) id fBPCYxQ00553; Tue, 25 Dec 2001 12:34:59 GMT (envelope-from rv) Message-Id: <200112251234.fBPCYxQ00553@raven.pani.co.uk> Date: Tue, 25 Dec 2001 12:34:59 GMT From: Russell Vincent Reply-To: Russell Vincent To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/33143: Kernel panic in uhci_abort_xfer_end Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33143 >Category: kern >Synopsis: Kernel panic in uhci_abort_xfer_end >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 Dec 24 04:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Russell Vincent >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD raven.pani.co.uk 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #13: Mon Dec 24 11:06:48 GMT 2001 rv@raven.pani.co.uk:/usr/obj/usr/src/sys/RV i386 >Description: I am occasionally getting a kernel panic in uhci_abort_xfer_end. The only USB device I have is an Alcatel ADSL Speedtouch USB modem and am currently getting packet loss on my line which I suspect may be somehow causing the modem to cause the USB bus to lock up. Anyway, that is a different problem, but probably shouldn't cause a kernel panic, hence this report. The second (ffs related) panic may also be interesting. If you require any more information than what I have supplied here, please don't hesitate to ask. GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... IdlePTD at phsyical address 0x0046a000 initial pcb at physical address 0x003b5c60 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x32001003 fault code = supervisor read, page not present instruction pointer = 0x8:0x32001003 stack pointer = 0x10:0xc0372518 frame pointer = 0x10:0xc0372538 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = bio trap number = 12 panic: page fault syncing disks... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x30 fault code = supervisor read, page not present instruction pointer = 0x8:0xc029ccc8 stack pointer = 0x10:0xc0372304 frame pointer = 0x10:0xc037230c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = bio trap number = 12 panic: page fault Uptime: 1h20m3s dumping to dev #ad/1, offset 524448 dump ata0: resetting devices .. done 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 [CTRL-C to abort] [CTRL-C to abort] [CTRL-C to abort] 80 79 78 77 76 75 [CTRL-C to abort] 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 [CTRL-C to abort] [CTRL-C to abort] [CTRL-C to abort] 28 27 26 [CTRL-C to abort]! 25 24 23 22 21 [CTRL-C to abort] 20 19 [CTRL-C to abort] 18 17 [CTRL-C to abort] 16 [CTRL-C to abort] 15 14 [CTRL-C to abort] 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:473 473 if (dumping++) { (kgdb) where #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:473 #1 0xc0193b1b in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:313 #2 0xc0193ef0 in poweroff_wait (junk=0xc036994c, howto=-1070164881) at /usr/src/sys/kern/kern_shutdown.c:581 #3 0xc030a016 in trap_fatal (frame=0xc03722c4, eva=48) at /usr/src/sys/i386/i386/trap.c:956 #4 0xc0309ce9 in trap_pfault (frame=0xc03722c4, usermode=0, eva=48) at /usr/src/sys/i386/i386/trap.c:849 #5 0xc03098a7 in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = 16, tf_edi = 0, tf_esi = -1048494080, tf_ebp = -1070128372, tf_isp = -1070128400, tf_ebx = -1069938500, tf_edx = 6832256, tf_ecx = -838711680, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1071002424, tf_cs = 8, tf_eflags = 66050, tf_esp = -1048494080, tf_ss = -1048494080}) at /usr/src/sys/i386/i386/trap.c:448 #6 0xc029ccc8 in acquire_lock (lk=0xc03a08bc) at /usr/src/sys/ufs/ffs/ffs_softdep.c:271 #7 0xc02a0d2c in softdep_update_inodeblock (ip=0xc1814000, bp=0xc68bd6d0, waitfor=0) at /usr/src/sys/ufs/ffs/ffs_softdep.c:3775 #8 0xc029be11 in ffs_update (vp=0xce024680, waitfor=0) at /usr/src/sys/ufs/ffs/ffs_inode.c:106 #9 0xc02a5735 in ffs_fsync (ap=0xc03723b8) at /usr/src/sys/ufs/ffs/ffs_vnops.c:273 #10 0xc02a4067 in ffs_sync (mp=0xc1673400, waitfor=2, cred=0xc0e3c900, p=0xc03d1e60) at vnode_if.h:558 #11 0xc01c336b in sync (p=0xc03d1e60, uap=0x0) at /usr/src/sys/kern/vfs_syscalls.c:547 #12 0xc01938ce in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:234 #13 0xc0193ef0 in poweroff_wait (junk=0xc036994c, howto=-1070164881) at /usr/src/sys/kern/kern_shutdown.c:581 #14 0xc030a016 in trap_fatal (frame=0xc03724d8, eva=838864899) at /usr/src/sys/i386/i386/trap.c:956 #15 0xc0309ce9 in trap_pfault (frame=0xc03724d8, usermode=0, eva=838864899) at /usr/src/sys/i386/i386/trap.c:849 #16 0xc03098a7 in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = 16, tf_edi = 0, tf_esi = -1048360832, tf_ebp = -1070127816, tf_isp = -1070127868, tf_ebx = -1050855680, tf_edx = -1050887671, tf_ecx = -1048360772, tf_eax = 838864899, tf_trapno = 12, tf_err = 0, tf_eip = 838864899, tf_cs = 8, tf_eflags = 66118, tf_esp = -1070850452, tf_ss = -1050855936}) at /usr/src/sys/i386/i386/trap.c:448 #17 0x32001003 in ?? () #18 0xc02bc8ad in uhci_abort_xfer_end (v=0xc1834880) at /usr/src/sys/dev/usb/uhci.c:1634 #19 0xc019994d in softclock () at /usr/src/sys/kern/kern_timeout.c:131 >How-To-Repeat: Difficult to duplicate, but I seem to be able to do it occasionally by doing multiple downloads on my ADSL line, hence causing more packet loss, which eventually causes the modem lockup and sometimes the kernel panic. >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 6:30:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 942EF37B421 for ; Mon, 24 Dec 2001 06:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOEU2A49589; Mon, 24 Dec 2001 06:30:02 -0800 (PST) (envelope-from gnats) Received: from spitfire.303.krakow.pl (spitfire.303.krakow.pl [62.233.162.193]) by hub.freebsd.org (Postfix) with SMTP id 2885537B416 for ; Mon, 24 Dec 2001 06:26:19 -0800 (PST) Received: (qmail 50907 invoked by uid 0); 24 Dec 2001 14:26:11 -0000 Message-Id: <20011224142611.50906.qmail@spitfire.303.krakow.pl> Date: 24 Dec 2001 14:26:11 -0000 From: Jan Srzednicki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/33149: small change in /etc/periodic/*/999.local Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33149 >Category: conf >Synopsis: small change in /etc/periodic/*/999.local >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 24 06:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jan Srzednicki >Release: FreeBSD 4.4-STABLE i386 >Organization: MPS, Krakow, Poland >Environment: System: FreeBSD ikar.pl 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 25 18:07:30 CEST 2001 root@ikar.pl:/usr/obj/usr/src/sys/DEDAL i386 >Description: The /etc/periodic/*/999.local script will only allow to run a sh script. Suerly you can put other scripts in cron, but I think it would be nice to have such scripts run via periodic.conf (and receive daily reports from in one mail). >How-To-Repeat: Try to use anything other than a sh script in there. >Fix: Here's a simple diff: root@ikar:/etc/periodic/daily# diff -uN 999.local.old 999.local --- 999.local.old Wed Aug 1 22:38:03 2001 +++ 999.local Mon Dec 24 15:04:59 2001 @@ -20,8 +20,10 @@ echo '' case "$script" in /*) - if [ -f "$script" ] - then + if [ -x "$script" ]; then + echo "Running $script:" + $script || rc=3 + elif [ -f "$script" ]; then echo "Running $script:" sh $script || rc=3 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 6:50:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D5E037B417 for ; Mon, 24 Dec 2001 06:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOEo1s70486; Mon, 24 Dec 2001 06:50:01 -0800 (PST) (envelope-from gnats) Received: from melchior.cuivre.fr.eu.org (melchior.enst.fr [137.194.161.6]) by hub.freebsd.org (Postfix) with ESMTP id 4E00237B417 for ; Mon, 24 Dec 2001 06:49:12 -0800 (PST) Received: from melusine.cuivre.fr.eu.org (melusine.enst.fr [137.194.160.34]) by melchior.cuivre.fr.eu.org (Postfix) with ESMTP id 2BBD57A40 for ; Mon, 24 Dec 2001 15:49:10 +0100 (CET) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 8609460; Mon, 24 Dec 2001 15:49:10 +0100 (CET) Message-Id: <20011224144910.8609460@melusine.cuivre.fr.eu.org> Date: Mon, 24 Dec 2001 15:49:10 +0100 (CET) From: Thomas Quinot Reply-To: Thomas Quinot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/33151: sbin/sysctl: unreachable and duplicated code [patch included] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33151 >Category: bin >Synopsis: sbin/sysctl: unreachable and duplicated code [patch included] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 24 06:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD melusine.cuivre.fr.eu.org 4.4-STABLE FreeBSD 4.4-STABLE #3: Mon Dec 17 01:07:53 CET 2001 root@melusine.cuivre.fr.eu.org:/usr/obj/usr/src/sys/MELUSINE i386 >Description: * In parse(), when a value is given for a CTLTYPE_QUAD variable, newval and newsize erroneously fail to be set because of an early "break". * show_var() contains code that duplicates the functionality of the oidfmt() function. >How-To-Repeat: UTSL. >Fix: --- sysctl.c.dist Mon Dec 24 14:31:10 2001 +++ sysctl.c Mon Dec 24 15:39:37 2001 @@ -213,7 +213,6 @@ case CTLTYPE_STRING: break; case CTLTYPE_QUAD: - break; sscanf(newval, "%qd", &quadval); newval = &quadval; newsize = sizeof(quadval); @@ -425,16 +424,8 @@ return (0); } - qoid[1] = 4; - j = sizeof(buf); - i = sysctl(qoid, nlen + 2, buf, &j, 0, 0); - if (i || !j) - err(1, "sysctl fmt %d %d %d", i, j, errno); - - kind = *(u_int *)buf; - - fmt = (char *)(buf + sizeof(u_int)); - + fmt = buf; + oidfmt(oid, nlen, fmt, &kind); p = val; switch (*fmt) { case 'A': >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 6:50:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F132337B41D for ; Mon, 24 Dec 2001 06:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOEo0x70477; Mon, 24 Dec 2001 06:50:00 -0800 (PST) (envelope-from gnats) Received: from melchior.cuivre.fr.eu.org (melchior.enst.fr [137.194.161.6]) by hub.freebsd.org (Postfix) with ESMTP id 798D337B405 for ; Mon, 24 Dec 2001 06:42:53 -0800 (PST) Received: from melusine.cuivre.fr.eu.org (melusine.enst.fr [137.194.160.34]) by melchior.cuivre.fr.eu.org (Postfix) with ESMTP id EC7E97A3F for ; Mon, 24 Dec 2001 15:42:49 +0100 (CET) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id A91547B; Mon, 24 Dec 2001 15:42:48 +0100 (CET) Message-Id: <20011224144248.A91547B@melusine.cuivre.fr.eu.org> Date: Mon, 24 Dec 2001 15:42:48 +0100 (CET) From: Thomas Quinot Reply-To: Thomas Quinot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/33150: sbin/sysctl: allow setting dev_t values [patch included] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33150 >Category: bin >Synopsis: sbin/sysctl: allow setting dev_t values [patch included] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 24 06:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD melusine.cuivre.fr.eu.org 4.4-STABLE FreeBSD 4.4-STABLE #3: Mon Dec 17 01:07:53 CET 2001 root@melusine.cuivre.fr.eu.org:/usr/obj/usr/src/sys/MELUSINE i386 >Description: The enclosed patch adds a new functionality to sbin/sysctl: it allows setting of variables of type dev_t by indicating the name of a special file on the command line, eg: sysctl kern.dumpdev=/dev/ad1s1b (same effect as dumpon /dev/ad1s1b). This would come in handy for controlling any other sysctl variable that is supposed to designate a device. >How-To-Repeat: >Fix: --- sysctl.c.dist Mon Dec 24 15:39:37 2001 +++ sysctl.c Mon Dec 24 15:36:18 2001 @@ -49,6 +49,7 @@ #include #include #include +#include #include #include @@ -66,6 +67,8 @@ static int sysctl_all (int *oid, int len); static int name2oid(char *, int *); +static void set_T_dev_t (char *, void **, int *); + static void usage(void) { @@ -153,7 +156,7 @@ size_t newsize = 0; quad_t quadval; int mib[CTL_MAXNAME]; - char *cp, *bufp, buf[BUFSIZ]; + char *cp, *bufp, buf[BUFSIZ], fmt[BUFSIZ]; u_int kind; bufp = buf; @@ -171,7 +174,7 @@ if (len < 0) errx(1, "unknown oid '%s'", bufp); - if (oidfmt(mib, len, 0, &kind)) + if (oidfmt(mib, len, fmt, &kind)) err(1, "couldn't find format of oid '%s'", bufp); if (newval == NULL) { @@ -217,6 +220,12 @@ newval = &quadval; newsize = sizeof(quadval); break; + case CTLTYPE_OPAQUE: + if (strcmp(fmt, "T,dev_t") == 0) { + set_T_dev_t ((char*)newval, &newval, &newsize); + break; + } + /* FALLTHROUGH */ default: errx(1, "oid '%s' is type %d," " cannot set that", bufp, @@ -316,6 +325,27 @@ major(*d), minor(*d)); } return (0); +} + +static void +set_T_dev_t (char *path, void **val, int *size) +{ + static struct stat statb; + + if (strcmp(path, "none") && strcmp(path, "off")) { + int rc = stat (path, &statb); + if (rc) { + err(1, "cannot stat %s", path); + } + + if (!S_ISCHR(statb.st_mode)) { + errx(1, "must specify a device special file."); + } + } else { + statb.st_rdev = NODEV; + } + *val = (char*) &statb.st_rdev; + *size = sizeof statb.st_rdev; } /* >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 8:10: 8 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.6]) by hub.freebsd.org (Postfix) with ESMTP id B2D9837B41A for ; Mon, 24 Dec 2001 08:10:01 -0800 (PST) Received: from localhost (andy@localhost) by alpha.siliconlandmark.com (8.11.6/8.11.6) with ESMTP id fBOG9to96797 for ; Mon, 24 Dec 2001 11:09:56 -0500 (EST) (envelope-from andy@siliconlandmark.com) Date: Mon, 24 Dec 2001 11:09:50 -0500 (EST) From: Andre Guibert de Bruet To: freebsd-bugs@freebsd.org Subject: FreeBSD 4.4-STABLE FTPd NLIST issue Message-ID: <20011224104010.B96684-200000@alpha.siliconlandmark.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1261551892-1009210190=:96684" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1261551892-1009210190=:96684 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello, I was fiddling around with 4.4-STABLE's FTP daemon for a while when I came across strange behavior while using the NLIST command. Please see the attached log for more details. The test machine was cvsup'ed and recompiled on December 20th. If this command is run against another FreeBSD machine, I happen to get errors such as: 227 Entering Passive Mode (192,168,1,3,192,245) ftp: connect: Connection refused I'm not really familiar with the internals of the FTP protocol or the FreeBSD FTPd, but shouldn't issuing the NLIST command over and over return the same result? For the benefit of mailing list archive users, the log is also available on the web at http://siliconlandmark.com/staff/andre/ftpdnlistissue.txt Season's greetings! Andre > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/ > --0-1261551892-1009210190=:96684 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="ftpdnlistissue.txt" Content-Transfer-Encoding: BASE64 Content-ID: <20011224110950.E96684@alpha.siliconlandmark.com> Content-Description: NLIST issue log Content-Disposition: attachment; filename="ftpdnlistissue.txt" dXNlckBsb2NhbGhvc3QkIGZ0cCBsb2NhbGhvc3QNCkNvbm5lY3RlZCB0byBs b2NhbGhvc3QuDQoyMjAgbG9jYWxob3N0LmxvY2FsZG9tYWluIEZUUCBzZXJ2 ZXIgKFZlcnNpb24gNi4wMExTKSByZWFkeS4NCk5hbWUgKGxvY2FsaG9zdDp1 c2VyKTogdXNlcg0KMzMxIFBhc3N3b3JkIHJlcXVpcmVkIGZvciB1c2VyLg0K UGFzc3dvcmQ6DQoyMzAgVXNlciB1c2VyIGxvZ2dlZCBpbi4NClJlbW90ZSBz eXN0ZW0gdHlwZSBpcyBVTklYLg0KVXNpbmcgYmluYXJ5IG1vZGUgdG8gdHJh bnNmZXIgZmlsZXMuDQpmdHA+IG5saXN0IH5BQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQXsjQCEhIUB7fX1+fn17fXt9e317fXt9QCMjJCYl JiooQCkhX3t9QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBfUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBe3t7e3t7e3tBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQX5+fn5+fn5g fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+ fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+ fn5+fnt7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3sNCjUwMCAnTkxTVCB+QUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUF7I0AhISFAe319fn59 e317fXt9e317fUAjIyQmJSYqKEApIV97fUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQX1BQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQXt7e3t7e3t7QUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUF+fn5+fn5+YH5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+ fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+ fn5+fn5+fic6IGNvbW1hbmQgbm90IHVuZGVyc3Rvb2QuDQpmdHA+IG5saXN0 IH5BQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQXsjQCEhIUB7 fX1+fn17fXt9e317fXt9QCMjJCYlJiooQCkhX3t9QUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBfUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBe3t7e3t7e3tBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQX5+fn5+fn5gfn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+ fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+ fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fnt7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3sNCjIyOSBFbnRlcmluZyBFeHRlbmRlZCBQYXNzaXZlIE1vZGUgKHx8 fDQ5NDA5fCkNCndyb25nIHNlcnZlcjogcmV0dXJuIGNvZGUgbXVzdCBiZSAy MjcNCmZ0cD4gbmxpc3QgfkFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBeyNAISEhQHt9fX5+fXt9e317fXt9e31AIyMkJiUmKihAKSFfe31B QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUF9 QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUF7e3t7 e3t7e0FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFB QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBfn5+fn5+fmB+fn5+fn5+fn5+ fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+ fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7 e3t7e3t7e3t7e3t7e3t7e3t7ew0KMjI3IEVudGVyaW5nIFBhc3NpdmUgTW9k ZSAoMTI3LDAsMCwxLDE5MywyKQ0KXkMNCnJlY2VpdmUgYWJvcnRlZA0Kd2Fp dGluZyBmb3IgcmVtb3RlIHRvIGZpbmlzaCBhYm9ydC4NCmZ0cD4gYnllDQoy MjcgRW50ZXJpbmcgUGFzc2l2ZSBNb2RlICgxMjcsMCwwLDEsMTkzLDMpDQp1 c2VyQGxvY2FsaG9zdCQNCg== --0-1261551892-1009210190=:96684-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 9:28: 3 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mta0x15.coxmail.com (cm-fe1.coxmail.com [206.157.225.48]) by hub.freebsd.org (Postfix) with ESMTP id C8AEF37B41A for ; Mon, 24 Dec 2001 09:27:59 -0800 (PST) Received: from enterprise.muriel.penguinpowered.com ([209.249.174.31]) by mta0x15.coxmail.com (InterMail vK.4.03.04.01 201-232-130-101 license c271d808eeaddc9d652e7c0b1383e8cc) with ESMTP id <20011224172748.RIPV848.mta0x15@enterprise.muriel.penguinpowered.com>; Mon, 24 Dec 2001 12:27:48 -0500 Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.5.2.FreeBSD:20011224122751:189=_"; micalg=pgp-md5; protocol="application/pgp-signature" In-Reply-To: <20011224104010.B96684-200000@alpha.siliconlandmark.com> Date: Mon, 24 Dec 2001 12:27:51 -0500 (EST) Reply-To: Mike Heffner From: Mike Heffner To: Andre Guibert de Bruet Subject: Re: FreeBSD 4.4-STABLE FTPd NLIST issue Cc: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format --_=XFMail.1.5.2.FreeBSD:20011224122751:189=_ Content-Type: text/plain; charset=us-ascii This appears to be similar to the issue described in bin/10358. On 24-Dec-2001 Andre Guibert de Bruet wrote: | Hello, | | I was fiddling around with 4.4-STABLE's FTP daemon for a while when I | came | across strange behavior while using the NLIST command. Please see the | attached log for more details. The test machine was cvsup'ed and | recompiled on December 20th. If this command is run against another | FreeBSD machine, I happen to get errors such as: | | 227 Entering Passive Mode (192,168,1,3,192,245) | ftp: connect: Connection refused | | I'm not really familiar with the internals of the FTP protocol or the | FreeBSD FTPd, but shouldn't issuing the NLIST command over and over | return | the same result? | | For the benefit of mailing list archive users, the log is also available | on the web at http://siliconlandmark.com/staff/andre/ftpdnlistissue.txt | | Season's greetings! | Andre | |> Andre Guibert de Bruet | Enterprise Software Consultant > |> Silicon Landmark, LLC. | http://siliconlandmark.com/ > Mike -- Mike Heffner Fredericksburg, VA --_=XFMail.1.5.2.FreeBSD:20011224122751:189=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8J2WXFokZQs3sv5kRAq+BAKCG7XlCWPpFFsHw3QoKMyOQpaHUHgCeLdqo UyP489YE4niPzRNySB8DhOU= =yeqI -----END PGP SIGNATURE----- --_=XFMail.1.5.2.FreeBSD:20011224122751:189=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 10:50: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E10237B41B; Mon, 24 Dec 2001 10:50:02 -0800 (PST) Received: (from yar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOIjmQ03639; Mon, 24 Dec 2001 10:45:48 -0800 (PST) (envelope-from yar) Date: Mon, 24 Dec 2001 10:45:48 -0800 (PST) From: Message-Id: <200112241845.fBOIjmQ03639@freefall.freebsd.org> To: never@nevermind.kiev.ua, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: bin/32740: ftpd segfaults after get Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ftpd segfaults after get State-Changed-From-To: feedback->analyzed State-Changed-By: yar State-Changed-When: Mon Dec 24 10:37:30 PST 2001 State-Changed-Why: I've investigated such segfaults on my pretty busy FTP server. They result from bogus signal handling in the old BSD FTPD, when non-reentrant functions are called from signal handlers etc. I'm working on merging OpenBSD improvements to FTPD, which include proper signal handling. Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: yar Responsible-Changed-When: Mon Dec 24 10:37:30 PST 2001 Responsible-Changed-Why: I'm working on the solution. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32740 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 11: 0: 7 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8611D37B417 for ; Mon, 24 Dec 2001 11:00:04 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOJ04g04648 for freebsd-bugs@freebsd.org; Mon, 24 Dec 2001 11:00:04 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 24 Dec 2001 11:00:04 -0800 (PST) Message-Id: <200112241900.fBOJ04g04648@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 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/12/15] pending/32885gnats-adminRE: [PATCH] net/cvsup-mirror: cvsupd.sh d o [2001/12/15] pending/32894gnats-adminRe: mail/mutt broken since recent changes o [2001/12/17] pending/32942gnats-adminPostgreSQL port broken o [2001/12/17] pending/32943gnats-adminPostgreSQL port broken o [2001/12/18] pending/32978gnats-admin o [2001/12/18] pending/32987gnats-adminRe: wmcube-gdk is vulnerable to a local e o [2001/12/19] pending/33009gnats-adminRe: wmcube-gdk is vulnerable to a local e o [2001/12/19] pending/33019gnats-adminRe: wmcube-gdk is vulnerable to a local e o [2001/12/19] pending/33022gnats-adminRe: PORT UPDATE, PREFIX FIX : textproc/p5 o [2001/12/20] pending/33033gnats-adminRe: wmcube-gdk is vulnerable to a local e o [2001/12/20] pending/33034gnats-adminRe: wmcube-gdk is vulnerable to a local e o [2001/12/20] pending/33040gnats-adminRe. Problem Report misc/31297 o [2001/12/21] pending/33071gnats-admin o [2001/12/22] pending/33098gnats-adminRe: These ports are not user:group safe-- o [2001/12/22] pending/33105gnats-adminRe: These ports are not user:group safe-- o [2001/12/23] pending/33121gnats-adminRe: These ports are not user:group safe-- o [2001/12/23] pending/33123gnats-admin o [2001/12/23] pending/33125gnats-admin o [2001/12/24] pending/33138gnats-adminpnp problem in 4.3, 4.4, 4.5 o [2001/12/24] pending/33141gnats-adminRELNOTESng problem o [2001/12/24] pending/33142gnats-adminRe: make.conf(5) and share/examples/make. o [2001/12/24] pending/33144gnats-adminRe: make.conf(5) and share/examples/make. o [2001/12/24] pending/33154gnats-adminRe: These ports are not user:group safe-- 23 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/12/20] pending/33035gnats-adminUpdate port: x11-wm/fluxbox to 0.1.5 o [2001/12/20] pending/33036gnats-adminupdate port: x11-wm/fluxbox to 0.1.5 2 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 11: 3:42 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 293CB37B41D for ; Mon, 24 Dec 2001 11:00:09 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOJ05M04655 for freebsd-bugs@freebsd.org; Mon, 24 Dec 2001 11:00:05 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 24 Dec 2001 11:00:05 -0800 (PST) Message-Id: <200112241900.fBOJ05M04655@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 o [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/31] kern/11966 TCP copies send and receive socket buffer 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 f [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/10/30] kern/14614 dillon VM DoS attack (with exploit attached) f [1999/11/22] i386/15040 Installation problems with 3.x FreeBSD o [1999/12/05] kern/15281 Please fix handling Ross(?) host to PCI b o [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/15] kern/16740 mckusick The kernel panics with "ffs_clusteralloc: o [2000/02/18] i386/16802 An user math program have the system on K o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy f [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/04/04] bin/17791 mjacob Restore does not handle bad or missing ta f [2000/04/04] i386/17808 cannot swap /dev/.... f [2000/04/18] kern/18074 Fatal trap 12: page fault while in kernel f [2000/04/23] kern/18182 Remote serial gdb no longer works since m o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru s [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/05/29] bin/18887 Undefined symbol "_krb_err_txt" in telnet f [2000/06/09] kern/19162 4.0-STABLE panics w/ softupdates and quot o [2000/06/13] kern/19247 jasone uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom f [2000/06/23] kern/19480 System hang when use current (GENERIC) ke o [2000/07/01] conf/19629 dougb /etc/rc.sysctl can't set all syctls s [2000/07/05] kern/19722 rwatson FreeBSD box responds to broadcast IP 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/03] kern/20375 APM doesn't work properly! Suspend/resum 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 o [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 f [2000/09/13] bin/21253 mjacob dump/restore fail on any stream (tape/pip o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system o [2000/09/17] kern/21323 msmith Lock up at boot on Acer507DX with pci.c 1 f [2000/09/18] kern/21378 Accessing floppy under 4.1-STABLE (with D o [2000/09/19] kern/21397 Floppy drive doesn't work on Compaq ProLi f [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR f [2000/10/06] misc/21782 4.1.1 and ADAPTEC 29160N SCSI controller o [2000/10/06] kern/21783 When msgrcv() blocks, it blocks ALL threa o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel f [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [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 lacks many ISO C99 features (NAN f [2000/11/27] i386/23145 brian pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation o [2000/12/04] kern/23258 mckusick panic: softdep_lock: locking against myse f [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA f [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ a [2000/12/21] kern/23740 roam kernel DoS tha could be executed by any u o [2000/12/26] kern/23859 panicked on sofree o [2001/01/17] kern/24418 jasone read/write in thread library (-lc_r) does f [2001/01/18] kern/24433 NFSv3 service hangs when writing large am f [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca a [2001/02/02] kern/24811 Networking in FreeBSD 4.2-RELEASE doesn't f [2001/02/15] i386/25123 Heavy NFS traffic over virtual interface f [2001/02/19] kern/25215 RELENG_4 kernel crashes starting SCSI dis f [2001/02/20] kern/25235 OS Hungs up when using with a Battery of f [2001/02/23] i386/25328 4.x stable kernel crash: page fault f [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A 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 f [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w o [2001/03/30] kern/26224 VFS Panic/SMP/CFLOW(HEAVY network)/Heavy o [2001/04/02] bin/26305 mjacob Cannnot restore partions with FreeBSD 4.x f [2001/04/07] kern/26417 kernel crash using mpd-netgraph f [2001/04/12] kern/26510 kernel panic while booting on Intel STL2 o [2001/04/13] kern/26549 IPsec policies for more than one pair of o [2001/04/20] i386/26736 System freeze booting from (i386) 4.3 flo o [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm o [2001/05/02] ports/27036 sobomax All Ports using Mesa3 are required with - f [2001/05/02] i386/27042 4.3-RELEASE installation from CDROM fails f [2001/05/02] kern/27048 Bus support (I believe) broken in freeBSD 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 o [2001/05/11] kern/27275 kernel bug ? o [2001/05/11] kern/27278 ex0 panics system at boot with Ethernet c o [2001/05/17] conf/27408 rc.network hangs at rpc.umntall if stale o [2001/06/07] bin/27939 rlogin uses wrong IP address for remote h o [2001/06/08] kern/27985 Recent -STABLE crashes when accessing dc o [2001/06/09] kern/27987 New ATA Driver failure with VIA Southbrid a [2001/06/09] i386/27991 ssh 1 and 2 login with keys is not possib o [2001/06/09] bin/28002 ru SHARED=symlinks is broken o [2001/06/11] kern/28087 Fatal trap 12: page fault while in kernel f [2001/06/14] kern/28162 RELENG_4 (4.2, 4.3) Panics when system ha f [2001/06/14] kern/28163 in_pcballoc Panic in RELENG_4 with large o [2001/06/15] bin/28191 jdp rtld-elf ignores LD_LIBRARY_PATH o [2001/06/20] i386/28293 imp Dell Latitude CpxJ 750 hangs on install o [2001/06/25] kern/28402 kernel panic caused by softupdates (may b o [2001/06/25] kern/28418 XFree86 4.X panics FreeBSD 4.3-STABLE on o [2001/06/27] kern/28465 Enabling softupdates on a clean but activ o [2001/06/27] kern/28466 When soft updates is enabled, cpl is not o [2001/06/30] i386/28550 Boot: Fatal Trap 12: page fault while in f [2001/06/30] i386/28558 makedev return non-zero status after inst o [2001/07/02] kern/28630 Look like hung up a kernel after few minu f [2001/07/04] kern/28703 Kernel reboot during tape backup of nfs m o [2001/07/05] kern/28751 n_hibma USB Mouse doesn't seem to work! f [2001/07/09] kern/28844 Router/nameserver system crashes 2-3 time o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/14] kern/28974 PPPoE software fails when SOCK_RAW employ o [2001/07/15] ports/28995 max deMime produces blank line in header part o [2001/07/17] i386/29045 Heavy disk usage causes panic in ffs_blkf o [2001/07/19] i386/29096 freebsd 4.2/4.3 hangs after probing devic o [2001/07/21] kern/29121 msdos fs causes kernel panic when writing o [2001/07/22] kern/29150 Incomplete cleanup in the netgraph bridge o [2001/07/24] bin/29191 NFS file locking fails from Solaris 8 cli o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause o [2001/07/30] ports/29325 ports Dbview contains an error, because of whic o [2001/08/13] ports/29681 portmgr bsd.port.mk cannot handle some module's P o [2001/08/14] conf/29699 Setting NO_MAILWRAPPER results in a syst o [2001/08/15] kern/29741 ptrace(pid);ptrace(ppid) makes pid and pp o [2001/08/15] kern/29742 PCCARD Modems don't work on cardbus bridg o [2001/08/15] kern/29743 TI-1450 interrupt storm o [2001/08/18] kern/29844 setpgrp does not behave as manual says o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/08/28] kern/30164 Machine hangs on swap problems. f [2001/08/31] kern/30238 3Com 509-Combo ISA NIC don`t work o [2001/09/03] ports/30292 kde QT/KDE 1.x needs to be removed o [2001/09/03] kern/30300 -current hang caught and crash-dump'd. o [2001/09/04] kern/30307 dmesg output: looutput: mbuf allocation f o [2001/09/04] kern/30315 ifpw broken: curr_dyn_buckets cannot be c o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var o [2001/09/09] i386/30458 Workstation sometimes hangs when connecte a [2001/09/11] misc/30509 Server stops responding f [2001/09/12] i386/30527 does not like scsi on atrend 6260 dual PI f [2001/09/14] i386/30580 named crashes on 4.4-PRERELEASE o [2001/09/18] kern/30665 acpi_ec driver does not release its resou o [2001/09/19] i386/30670 4.3 and 4.4 mfsroot floppies reboot Dell o [2001/09/20] i386/30693 On new install bootup does endless usb0: f [2001/09/21] i386/30705 msmith Installation fails on system with Mylex A o [2001/09/23] kern/30771 Panic when mounting drive o [2001/09/24] kern/30781 msgrcv call blocks other pthread's jobs 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 o [2001/09/28] i386/30898 Inspiron 8100 keyboard unusable off mains o [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/01] i386/30961 On lsdev -> error & BTX halted =( o [2001/10/04] kern/31042 murray Device name conflict o [2001/10/12] kern/31233 Kernel panics after upgrading to 4.4-STAB o [2001/10/13] ports/31254 obrien I cannot compile Java src files using gcj o [2001/10/14] misc/31266 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 o [2001/10/20] kern/31391 n_hibma usb.h uses a variable name "class" which o [2001/10/24] kern/31468 Spontaneous crashes, possible related to o [2001/10/25] kern/31493 BTX halted with big disk and 4.4R f [2001/10/31] i386/31671 4.4 installer hangs at " Mounting root fr o [2001/11/02] kern/31710 kernel reboots; looks like an unintended o [2001/11/03] i386/31728 Install hangs on: (debug screens last wri o [2001/11/12] ports/31938 ports Broken cookie handling in lynx-ssl-2.8.4. o [2001/11/12] ports/31948 steve open-motif: having USE_MOTIF in /etc/make o [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi o [2001/11/20] i386/32127 Proliant 1600 kernel panics after SMP is o [2001/11/22] kern/32184 Kernel crashes in ufs code o [2001/11/23] i386/32237 4.4-RELEASE keyboard doesnt work after bo o [2001/11/30] kern/32418 kernel table full o [2001/12/04] ports/32506 ports mod_auth_pam doesn't works o [2001/12/07] conf/32583 jkh System becomes unusable after performing o [2001/12/09] ports/32664 obrien open-motif-devel-2.1.30 registers itself o [2001/12/10] kern/32681 des Reproducable PANIC in -stable and .curren o [2001/12/11] ports/32707 ports ghostscript-gnu fails during install o [2001/12/11] kern/32713 usb mouse detaches from hub and doesnt re o [2001/12/11] ports/32714 kde KDE build failure: Qt's uic core dumps a [2001/12/11] kern/32715 sos ATA-133 Promise Support not detecting car a [2001/12/12] bin/32740 yar ftpd segfaults after get o [2001/12/12] alpha/32757 alpha fatal kernel trap using generic kernel fo o [2001/12/14] i386/32830 FreeBSD 4.4 install fails on Thinkpad 750 o [2001/12/14] kern/32831 HP Colorado IDE tape drive get wedged eas o [2001/12/16] bin/32895 rebooting between Win98SE and 4.4-2001121 o [2001/12/17] ports/32952 ache Checksum mismatch for zip23.tar.gz o [2001/12/18] ports/32984 ports linux_base-7 fails to make o [2001/12/18] kern/32995 Kernel panic (fatal trap 12): page fault o [2001/12/19] ports/33024 sf XFree86-4-libraries builds without XdmAut o [2001/12/20] kern/33027 i4bing panics during boot o [2001/12/21] bin/33070 libdisk::Disk_Names() returns empty strin o [2001/12/22] i386/33089 GENERIC bloat causes 'make world' to brea o [2001/12/23] i386/33111 cannot find dependent file .... in .... 197 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1996/11/08] gnu/1981 ypserv handles null key incorrectly 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 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/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 s [1997/07/26] bin/4176 mjacob restore gets confused when run over pipe 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 o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 des restore doesn't correctly handle "sparse" o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's o [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected o [1998/01/27] kern/5587 des session id gets dropped o [1998/02/28] kern/5877 bmilekic sb_cc counts control data as well as data f [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 paul lnc driver does not work correctly with A a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/14] kern/6300 System locks up in SMP mode when accessin a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA s [1998/08/10] kern/7556 sl_compress_init() will fail if called an o [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 o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/11] kern/8657 dillon nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali 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/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw 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 s [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == 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 f [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/15] kern/10107 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible s [1999/03/02] bin/10353 ypserv gets segmentation violation f [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/09] bin/10510 Remote cvs botches commits on occassion f [1999/03/14] bin/10596 I can't find out where someone is logged 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/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/04/07] bin/11005 iedowse `umount -f' does not work if the NFS-serv s [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim s [1999/04/28] conf/11376 NFS mount may be happening too soon in /e 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 # s [1999/05/07] gnu/11562 tar verification doesn't work f [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend 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 f [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura o [1999/06/30] kern/12464 bp bad reference in struct vm_zone f [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/20] bin/12727 billf Game patches from NetBSD f [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro a [1999/08/15] kern/13150 mckusick panic: ufs_dirbad: bad dir f [1999/08/17] gnu/13200 The assembler chokes on very long operand o [1999/08/27] gnu/13427 gdb reports wrong info f [1999/08/28] gnu/13438 objc forward core dump using system cc f [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/13] kern/13740 jlemon wrong IP statistics 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 f [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi 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 f [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d s [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 dillon NFS client appears to lose data f [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" s [1999/10/20] bin/14444 enigma command can't decrypt files encryp f [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron f [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files 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 f [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > s [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested f [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol f [1999/12/01] kern/15204 systems panics when ktrace-ing f [1999/12/13] kern/15475 pppd(8) sets the Source Address field of s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c f [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt f [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system s [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s f [2000/01/04] i386/15879 System hangs while watching the tv and ap f [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/12] kern/16090 mdodd No buffer space available o [2000/01/17] bin/16155 cp -p does not preserve modification time f [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel f [2000/01/21] kern/16257 Kernel panic in sbdrop f [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/23] kern/16318 Fix for wrong interface when adding new r f [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection f [2000/01/25] bin/16353 rlogin encryption is broken on transmit s f [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P f [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 f [2000/02/28] bin/17056 rshd does improper home directory check s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm f [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting f [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/13] bin/17360 green [PATCH] Cleanup bug in pam_ssh o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed f [2000/03/17] gnu/17433 libobjc locks mutex before deallocating i o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 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 f [2000/03/28] kern/17634 Non-deterministic PnP sound device config 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 f [2000/04/02] i386/17761 disk label editor in 4.0 deleted 3.4 part o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/06] kern/17829 The dc driver is seriously broken f [2000/04/07] kern/17842 Erratic user time reports for long runnin o [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m f [2000/04/10] kern/17895 dwmalone stale unix domain connections f [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/11] i386/17926 yokota psm device problems with apm resume f [2000/04/11] kern/17936 panic: resource_list_alloc: resource entr o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 wpaul vr (MII-bus version in 4.0 ONLY) driver l 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 o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ 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 o [2000/04/28] kern/18285 the system froze when use scon -s 50 f [2000/04/30] kern/18316 close-together bt848/878 captures to file 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 f [2000/07/27] kern/20213 NFS and Linuxulator issues in PR kern/194 f [2000/07/27] kern/20217 darrenr IPF default block and inclusion in rc.net 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 a [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 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 dillon panic: vm_fault: fault on nofault entry, f [2000/08/15] kern/20632 stacking mount_null causes an error: moun o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] i386/20685 fbsd 4.1-stable crashed when compiling st 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 jasone libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 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 f [2000/09/08] kern/21131 Floppy causing cold boot in -STABLE f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. o [2000/09/11] bin/21208 tar does not support 2.5 GB file o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi a [2000/09/13] bin/21248 kris openssl dumps core with blank passwords o [2000/09/13] bin/21251 NIS problem - ypbind does loop in CLNT_BR o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault f [2000/09/14] kern/21270 Kernel compilation errors and dies when c o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes o [2000/09/15] bin/21292 ifconfig warn but does duplicate IP addre f [2000/09/15] i386/21297 kernel panic TRAP 18 during kern.flp inst o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX o [2000/09/15] kern/21305 roger bktr driver dosn't send signals in contin 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 f [2000/09/20] kern/21424 Blocking issue while regenerating aliases o [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 emulationLinux compatability mode should not allow o [2000/09/26] i386/21559 BTX loader sometime show registers f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB f [2000/09/28] i386/21624 trap in gusc_attach f [2000/09/28] kern/21631 4.1.1 Release and Stable don't detect my o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde f [2000/10/01] kern/21688 Kernel crash with Adaptec AAA-133 and ahc f [2000/10/02] misc/21701 qa Keymap selection menu broken on initial i 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 f [2000/10/06] kern/21791 Hang on FIN_WAIT_2 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/16] kern/22029 mckusick use of softdependencies leads to major fi o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group f [2000/10/23] kern/22265 Suspend only possible once after reboot o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m f [2000/10/26] i386/22315 Cannot reboot or power-off the machine o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker f [2000/11/04] i386/22606 Panic on boot: panic string "panic ahc0: o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/06] bin/22647 rmail calls sendmail with -G which upsets f [2000/11/07] kern/22677 (Was pr: misc/11525) similar behavior in o [2000/11/13] kern/22826 emulationMemory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int f [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/15] kern/22866 Packets send on INET6 sockets compatible f [2000/11/17] kern/22926 kernel 4.1-RELEASE, 4.1.1-RELEASE (floppy o [2000/11/18] kern/22943 emulationProblem 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 f [2000/11/18] kern/22951 failed drive causes panic with HPT370 RAI f [2000/11/19] i386/22969 4.1.1 stable kernel cannot find console f [2000/11/22] i386/23039 disklabel editor couldn't create partitio o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/24] misc/23069 jkh Compat22 does not work until you reboot o [2000/11/25] bin/23098 murray If installing on a serial console, enable f [2000/11/26] misc/23120 '|more' takes up to 100% system resources o [2000/11/26] ports/23125 mbr Successful emulation of StarOffice depend f [2000/11/29] i386/23188 PCI modem doesn't work with 4.1-RELEASE w f [2000/11/30] conf/23192 FTP REALLY slow on internal NIC aswel (12 a [2000/11/30] bin/23203 opie doesn't know that ssh connections ar o [2000/12/04] bin/23269 green OpenSSH TIS Authentication support has br f [2000/12/06] i386/23320 Can`t create a new thread for connect to o [2000/12/07] bin/23352 [SECURITY] buffer overflow in opieftpd o [2000/12/07] ports/23358 ports New port: java/jakarta-oro f [2000/12/07] misc/23364 gethostbyaddr takes longer or locks up an a [2000/12/07] misc/23376 tobez The version of CGI.pm bundled with perl i o [2000/12/08] kern/23400 IPsec transport mode precludes filtering o [2000/12/11] kern/23468 imp xe Driver causes kernel panic when Xircom f [2000/12/11] i386/23485 Freebsd Kernel: unknown Vr0 rx Error occ o [2000/12/11] bin/23489 tcsh fails to do file completion on non-E 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 f [2000/12/13] conf/23537 Post 4.2 RELEASE errata problem about pas o [2000/12/14] misc/23561 emulationLinux compatibility mode does not support f [2000/12/15] i386/23572 486/66 on Micronics motherboard will not o [2000/12/16] gnu/23593 obrien [patch] possible fix to awk(1) o [2000/12/18] ports/23638 kuriyama Add turbine-pool.jar to Cocoon CLASSPATH o [2000/12/19] gnu/23678 gdb won't exit if attached process disapp o [2000/12/22] kern/23771 bridge/firewall doesn't work as in bridge 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/04] gnu/24082 Use of seekp() in C++ programs causes seg f [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/06] kern/24100 imp Having a 3c589 PCMCIA/PCCARD inserted pre o [2001/01/06] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN f [2001/01/09] i386/24210 compaq dl360 hangs with smp kernel o [2001/01/10] conf/24238 First physical interface always has IPv6 o [2001/01/12] bin/24271 dumpon should check its argument more f [2001/01/14] kern/24335 Crash when returning from single user mod a [2001/01/16] bin/24377 schweikh make(1) does not correctly substitute in 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 o [2001/01/22] kern/24559 aio_suspend() had Bus error when using -l s [2001/01/23] misc/24590 timezone function not compatible witn Sin f [2001/01/23] kern/24593 NFS hang between stable and current boxes 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 jasone pthread_rwlock_rdlock can deadlock o [2001/01/28] bin/24691 map-mbone segfaults at getsockname o [2001/01/28] i386/24701 tempnam() possibly used unsafely by libg2 o [2001/01/29] ports/24711 portmgr ${MAKEFILE} causing trouble with ports o [2001/01/29] misc/24712 Getting message /usr/libexec/ld-elf.so.1: o [2001/01/29] bin/24721 libgcc_r problem - library precedence wit o [2001/01/30] i386/24737 Socks5 clients die with leaving zombie pr a [2001/01/31] ports/24753 ports Pipsecd may get a tun device with the IFH o [2001/02/01] ports/24778 portmgr "update" target not available in categori o [2001/02/06] gnu/24903 Patch to remove 32bit limit from tar o [2001/02/06] i386/24916 SCSI timeout errors with adv0 driver (Adv o [2001/02/09] kern/24982 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/25037 top doesn't show CPU states (shows zeroes o [2001/02/12] kern/25038 dhcp client could not set hostname on boo o [2001/02/13] kern/25067 adrian able to mount a pathname > 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ f [2001/02/16] kern/25136 Fatal trap 12: page fault while in kernel a [2001/02/19] kern/25201 imp pccard event and syscons beep duration de o [2001/02/19] kern/25213 peter Bus abstraction interface doesn't allow p f [2001/02/19] i386/25214 Installing 4.2, and after the initial set o [2001/02/20] bin/25244 termcap and printcap interference f [2001/02/21] kern/25245 mounting NFS to/from same host + activity 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 o [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/24] kern/25344 ipfilter and ppp insecure in 4.2-Stable f [2001/02/24] kern/25346 Some interrupts not delivered on Dell Wor o [2001/02/25] ports/25374 okazaki A new port math/atlas highly optimized BL o [2001/02/28] bin/25461 qa sysinstall's fdisk and disklabel don't wo f [2001/02/28] kern/25464 if_xl.so kld does not work with "options f [2001/03/01] kern/25476 [PATCH] The syscall oldgetkerninfo can re o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/04] ports/25522 portmgr FORBIDDEN ports doesn't return error for o [2001/03/05] bin/25542 /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/14] misc/25801 imp change IP-address on pccard (3Com) fails 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/18] i386/25889 FDISK lost a partition ! o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/20] kern/25949 msmith camcontrol doesn't find new drives or RAI o [2001/03/20] i386/25958 msmith Xfree86's savage and vesa drivers can pan o [2001/03/21] i386/25968 /usr/src/lib/libcrypt/../libutil/property o [2001/03/22] kern/25986 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/25] kern/26078 Jails cannot connect to the main server a o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem f [2001/03/27] kern/26161 Kernel Panic on Dual Processor System dur o [2001/03/28] kern/26171 emulationnot work Linux-emulator, but hi is work i o [2001/03/31] i386/26261 silo overflow problem in sio driver f [2001/04/01] conf/26275 darrenr ipfilter_enable in rc.conf does not load 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 mountd breaks IRIX automounter f [2001/04/04] kern/26356 Large copy of files to the machine causes f [2001/04/04] kern/26361 5.0-04022001-CURRENT kernel panic on kern f [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/06] kern/26384 dc driver hangs in dc_rxeof o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/09] ports/26464 mbr Citrix client no longer reads files in lo o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/11] kern/26501 imp Unsuported PCCARD freeze the kernel in is o [2001/04/12] kern/26506 sendto() syscall returns EINVAL in jail e a [2001/04/12] kern/26517 sos ATAPI DVD drive not recognized (solo mast 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 o [2001/04/16] kern/26613 ethernet vr0 hangs o [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/23] bin/26809 /etc not saved on upgrade o [2001/04/25] bin/26842 dd dump with h flag takes a very long time o [2001/04/25] ports/26848 sobomax jre port core dumps o [2001/04/25] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/27] ports/26891 dwcjr Star Office 5.2 doesn't run after install o [2001/04/27] kern/26896 Kernel panic during ktrace (vrele: negati o [2001/04/27] misc/26897 qa 4.3R sysinstall fails to create swap part f [2001/04/27] i386/26903 qa Cannot use DHCP from /stand/sysinstall ne o [2001/04/28] kern/26920 imp PCI autoconfiguration of USB, dc ether, a o [2001/04/29] kern/26953 adter the installation is over it's make o [2001/04/30] i386/26985 jkh floppy install 4.3 via FTP hangs o [2001/04/30] bin/26996 green sshd fails when / mounted read-only o [2001/05/01] kern/27020 FreeBSD 4.3RC compiled with an SMP kernel o [2001/05/02] kern/27044 remounting a r/w filesystem read-only cau o [2001/05/02] ports/27052 portmgr libtool port broken in 4.3 RELEASE o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding o [2001/05/04] kern/27087 FreeBSD 4.3-RELEASE does not recognize Gi a [2001/05/08] ports/27202 dougb mail/pine sucks rocks when saving over NF o [2001/05/09] bin/27230 nectar Users after NIS lines in /etc/passwd o [2001/05/09] kern/27237 Watchdog Timeouts under EXCESSIVE load o [2001/05/09] kern/27242 SIGHUP propagation failure to processes o o [2001/05/10] i386/27247 Panic on install - "page fault syncing di o [2001/05/10] kern/27262 process won't be terminated after CPUTIME a [2001/05/15] ports/27358 znerd Naming scheme for JDK ports (java) f [2001/05/16] misc/27384 SCSI Hardrive bios of COMPAQ Proliant is o [2001/05/16] misc/27400 4.3 install hangs because it is looking f o [2001/05/17] ports/27419 jhb E-FancyLauncer clones itself over and ove 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] bin/27593 sos burncd msinfo returns wrong info at more o [2001/05/23] docs/27605 doc Cross-document references () f [2001/05/24] bin/27630 mktime failure. o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/28] i386/27711 panic: ffs_write: type: 0xc39b2fc9 9 (0,5 f [2001/05/29] i386/27729 qa the ls120 device "afd" does not show up u o [2001/06/01] misc/27810 rpc.statd can loop o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and f [2001/06/04] misc/27880 select fails to return incoming connect o [2001/06/04] ports/27883 bp shares mounted by the smbfs-1.4.1 port ar o [2001/06/05] misc/27893 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/07] ports/27925 portmgr index is not updated when it html manpage o [2001/06/07] ports/27926 portmgr bsd.port.mk does not handle MLINKS with h o [2001/06/07] ports/27929 jmz make extract on x11/XFree86-4 port fails 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] kern/28100 Hang after device probe on EISA machine o [2001/06/12] ports/28102 assar Recent changes to 4.3-STABLE break arla-0 o [2001/06/12] kern/28112 Packet capture does not work well with -p 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/15] ports/28179 nbm vsftpd port creates a user without a warn o [2001/06/15] misc/28188 Cron is being started to early in /etc/rc o [2001/06/16] kern/28218 A peer of TCP socket cannot detect termin 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/17] i386/28231 /boot/loader can't load kernel on Xyberna o [2001/06/20] ports/28301 ports Isakmpd port hogs 99% of cpu capacity. o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent f [2001/06/22] misc/28339 roam Slow Disk performance on 4.3 (about half o [2001/06/23] misc/28374 Re: gdb output is wrong (same as #13427 ? o [2001/06/23] ports/28378 jedgar p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/23] bin/28381 Can't turn off telnet autologin o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/26] kern/28434 cs0's promiscuous mode does not work o [2001/06/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/27] ports/28458 ports Gnome-1.4's use of Xalf out of sync with o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist o [2001/06/28] kern/28497 dmesg corrupted buffer/output o [2001/06/28] kern/28498 /var/log/messages incorrect o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/06/30] i386/28536 writing to corrupted msdosfs causes kerne o [2001/06/30] bin/28552 EUC support of wcstombs(3) is broken for o [2001/07/01] i386/28592 Please support boot from ATA RAID-0 devic o [2001/07/02] misc/28629 ftpd REST command does not support restar o [2001/07/03] kern/28672 Erroneously mounting Audio-CDs as ISO cra o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/04] kern/28713 NEW IPFW FEATURE [PATCHES]: Dynamic rule o [2001/07/05] bin/28724 green ssh client won't do RhostsRSAAuthenticati o [2001/07/05] misc/28737 D-Link DFE530TX - vr0: Watchdog Timeouts; o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/06] bin/28773 [PATCH] Bug in pw, no $ in username 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] ports/28853 gnome textproc/scrollkeeper doesn't compile o [2001/07/09] kern/28856 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/13] bin/28935 dwmalone syslogd -u doesn't treat * as "all levels o [2001/07/15] i386/28985 Installing FreeBSD 4.3 on a Dell Optiplex 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 a [2001/09/17] ports/30638 ports SQL-Ledger port update o [2001/09/18] kern/30653 brooks KAME option MAX_GIF_NEST missing from /us o [2001/09/18] bin/30654 Added ability for newsyslog to archive lo f [2001/09/18] ports/30663 ports NEW PORT: devel/libCxClient o [2001/09/21] misc/30708 DHCP and multiple interfaces o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename o [2001/09/21] kern/30715 4.4-RELEASE cannot boot up with fxp NIC o o [2001/09/21] ports/30728 portmgr pkg_add causes install of multiple versio o [2001/09/22] kern/30744 UDMA ICRC error results in kernel panic o [2001/09/23] kern/30755 It is impossible to mount CD-ROM in some o [2001/09/23] ports/30767 jmz silly links break XFree-4 port if /usr/X1 o [2001/09/24] i386/30784 4.4 does not install KDE or Gnome+Sawfish o [2001/09/24] kern/30798 contigfree() doesn't o [2001/09/25] kern/30820 PCM sound fails o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/26] bin/30837 Sysinstall doesn't set the schg flag on t o [2001/09/27] gnu/30876 tar ignores complaints from gzip o [2001/09/30] ports/30947 ports 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 kernel panics with 3C905[BC] cards / xl d o [2001/10/01] kern/30958 QUOTA with 0 bytes in quota.user hangs up o [2001/10/01] bin/30959 newfs -i x dumps core for small values of o [2001/10/01] i386/30965 Cyclades Cyclom-Yep causes FreeBSD to han 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 o [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/31029 cjc syslogd remote logging back down o [2001/10/04] i386/31035 Smart Array & SMP hangs on Proliant 1600 o [2001/10/04] bin/31045 routed dumps core o [2001/10/04] kern/31046 Linux OpenGL programs do not work under t o [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/06] kern/31084 imp xe driver device probe fails in CIS tuple o [2001/10/06] kern/31085 kernel panic on tftp only pxeboot o [2001/10/07] kern/31102 lge + Pentium III data transmission probl o [2001/10/07] kern/31103 nfs read i/o error when nfs-mounting onto o [2001/10/07] ports/31113 portmgr bsd.ports.subdir.mk: remove NOCLEANDEPEND a [2001/10/08] kern/31130 cjc ipfw tee functionality causes malfunction a [2001/10/08] ports/31143 ports gd does not compile, uses nonexistent ftg o [2001/10/08] kern/31147 Kernel panics (double fault) in some "net o [2001/10/09] misc/31175 4.4 wikk not detect ethernet cards on HP o [2001/10/09] ports/31184 ports Latex2html problem o [2001/10/10] ports/31191 ports netsaint - plugins sometimes not found o [2001/10/10] kern/31203 Cardbus xl driver broken on -CURRENT o [2001/10/11] ports/31216 znerd New port: devel/plist-builder o [2001/10/12] kern/31238 `hpijs' process hangs unkillably in `devb o [2001/10/14] docs/31265 doc crontab(1) doesn't decribe format of allo o [2001/10/14] conf/31280 /etc/rc.network NFS server startup broken o [2001/10/15] bin/31306 sysinstall fails to create non-root parti o [2001/10/17] bin/31339 make's .if processing buggy o [2001/10/17] bin/31341 bind exits with core dump and signal 6 ev o [2001/10/18] ports/31352 ports Netsaint check_by_ssh: fcntl(0, F_SETFL, o [2001/10/18] misc/31363 sysinstall "partition editor" silently co o [2001/10/21] kern/31398 cg newpcm does not play back the tail of sou o [2001/10/21] ports/31414 ports gd won't compile on 4.3 f [2001/10/21] ports/31422 ache Does pkg_delete have to erase /usr/local/ o [2001/10/23] kern/31460 ATAPI CD-ROM makes system reboot with DVD o [2001/10/24] kern/31471 Specific IPFW's FWD rule crashes the kern o [2001/10/24] i386/31481 FreeBSD does Not find disk drives with Co o [2001/10/24] conf/31482 darrenr ipfilter /etc/rc.* bug fixes and manual p o [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/26] kern/31515 Use of USB Keyboard crashes 4.4 during in o [2001/10/26] ports/31527 dwcjr "reject_unknown_client" configuration pro a [2001/10/27] kern/31530 Fatal trap 12 when reading from DVD. o [2001/10/28] kern/31565 USB devices cripple SMBFS o [2001/10/28] ports/31567 ports tgif -print fails to create temp files o [2001/10/28] ports/31578 ports ports: patch for /usr/ports/java/linux-ib o [2001/10/29] kern/31586 netgraph bridges cause connectivity probs o [2001/10/29] kern/31597 pcm_addchan incorrectly adds vchans to PC o [2001/10/29] ports/31605 kde kmail cannot decrpyt/encrypt/verify gnupg o [2001/10/29] i386/31620 kernel panic at ACPI enable kernel o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. o [2001/10/31] kern/31659 USB controller driver will die after some o [2001/10/31] bin/31661 jasone pthread_kill signal handler doesn't get s o [2001/10/31] misc/31670 Wide-Ultra 10k SCSI 3 drive is not recogn o [2001/10/31] bin/31678 A bug in handling an error reading a CD-R o [2001/11/01] ports/31688 java JDK 1.3.1 Update for Sun's Java Communica o [2001/11/01] ports/31689 java JDK 1.3.1 update for FreeBSD/Java Commapi o [2001/11/01] bin/31692 2872-or-less-byte ftp binary transfer fro o [2001/11/01] ports/31699 ports The graphics/gd2 port conflicts with grap o [2001/11/03] ports/31729 kde QT2.3 will not build o [2001/11/03] misc/31736 DMA mode not possible switching to PIO mo o [2001/11/03] kern/31746 failed connect(2) seems to cause problems o [2001/11/04] ports/31767 ports Fix glide3 includes for DRI compile o [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/05] ports/31793 billf snmpd loops on udp.ipv6UdpTable.ipv6UdpEn o [2001/11/06] kern/31804 Clearing PME mode kills network performan o [2001/11/07] ports/31819 jmz ports/ispell install doesn't work o [2001/11/07] bin/31835 dhclient doesn't close FD's before spawni o [2001/11/07] bin/31837 sysinstall change mountpoint o [2001/11/07] kern/31839 ex0 panic if NIC not cabled a [2001/11/07] ports/31840 portmgr package naming inadequation (gnome vs gtk o [2001/11/07] i386/31845 Toshiba Satellite 2105CDS won't boot Free o [2001/11/08] i386/31850 panic: allocdirect_check o [2001/11/08] bin/31860 read wont timeout on sockets if using thr o [2001/11/08] misc/31864 system header file attempts to redefine a o [2001/11/09] ports/31892 dima KPilot port is history. KPilot is fully i o [2001/11/09] ports/31893 des gnats-3.113.1 conflicts with /usr/bin/sen o [2001/11/11] misc/31915 System lock-up o [2001/11/12] gnu/31929 GNU Tar shipped with FreeBSD handles rela o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/13] kern/31954 fenner rwhod does not see itself via xl0 o [2001/11/13] i386/31967 reboot/shutdown hangs on Sony VAIO 505 w/ o [2001/11/14] kern/31979 Setup and boot locks Compaq Armada E500 l o [2001/11/16] ports/32047 ports Existence of linux_base-62 appeares to be o [2001/11/17] ports/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 21143 with dc driver will not select 10ba o [2001/11/19] ports/32121 jmz xf86cfg 4.1.0 writes bad "Chipset" value o [2001/11/19] ports/32123 des send-pr aborts after editing if VISUAL=je o [2001/11/20] kern/32124 Cannot set 128 bit wep key on prism2 (wi0 a [2001/11/21] ports/32164 ports New port: p5-XML-SAX-Simple-0.01 o [2001/11/21] ports/32166 lioux Installing avifile emphasizes problems wi o [2001/11/21] bin/32175 ssh-keygen -p core dumps o [2001/11/22] misc/32194 Adaptec SCSI RAID 2100 fails by reboot o [2001/11/22] bin/32205 brian PPP login fails in LCP negotiation on opt o [2001/11/23] ports/32223 ports Port databases/mysql-jdbc-mm is quite out o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/23] ports/32234 portmgr Perl ports not $LOCALBASE clean o [2001/11/24] ports/32247 mi Port graphics/libfpx: build failed (could o [2001/11/24] kern/32256 System crash/reboot when deleting file on o [2001/11/24] bin/32261 dump creates a dump file much larger than o [2001/11/26] alpha/32289 alpha memory management fault o [2001/11/26] bin/32295 pthread dont dequeue signals o [2001/11/26] misc/32296 dwmalone brk() has illegal prototype o [2001/11/26] misc/32297 Scratchy sound, bad hiss with ALS4000 bas o [2001/11/27] kern/32331 system panic in quotaoff 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/28] gnu/32365 obrien gcc optimiser bug with -O -march=i686 o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/11/29] ports/32382 znerd 'ant' doesn't work if JAVA_HOME not set o [2001/11/29] ports/32383 sobomax 'javavm' doesn't work if more than 1 argu o [2001/12/01] bin/32432 /etc/rc.diskless2 borken in stable. o [2001/12/02] i386/32447 analyzed Data corruption when reading from ATAPI C o [2001/12/03] ports/32465 ports emulators/vmware2 doesn't build o [2001/12/03] ports/32471 ports amavis-perl only usable for sendmail o [2001/12/03] ports/32476 ports New port: oracle7-client o [2001/12/03] ports/32477 ports New port: p5-DBD-Oracle-1.12 o [2001/12/03] ports/32491 ports XF86 4.1.0 DPMS not functioning o [2001/12/04] ports/32524 kde Port build failed: x11-toolkits/qt23 o [2001/12/05] ports/32529 kde Konqueror 2.2.2 refuses to follow some li o [2001/12/05] ports/32539 gnome gnomedb-fe will not run. o [2001/12/06] kern/32556 system crashes when unloading sound modul o [2001/12/06] ports/32558 olgeni www/sitecopy is broken o [2001/12/06] docs/32564 doc [PATCH] MAKEDEV.8 (i386) - wd# is replace o [2001/12/07] ports/32589 dirk mod_php4 configure script fails o [2001/12/07] bin/32591 markm The memory block doubly freed in Heimdal o [2001/12/07] pending/32594keramida Re: New article: setting up a CVS reposit o [2001/12/08] kern/32600 luigi [PATCH] incorrect handling of parent rule o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/08] misc/32631 installing 4.4 "mounting root from ufs:/d f [2001/12/08] ports/32637 ports Can't make install ja-mozilla-jlp-0.9.6, o [2001/12/09] ports/32639 ports freeamp: preference AllowMultipleInstance o [2001/12/09] ports/32663 kde kdelibs2 port potentially conflicts with o [2001/12/10] kern/32668 NFS directory removal problems manifested o [2001/12/10] ports/32669 sobomax mpg123 can't play mono mp3 file after ste o [2001/12/10] ports/32670 sobomax mpg123: -b doesn't work o [2001/12/10] kern/32672 Invalid FFS node allocation algorithm on o [2001/12/10] bin/32686 locate command dumps a core file with bro o [2001/12/11] misc/32699 Tulip ether card EN2242 (if_dc.c) use wro 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 o [2001/12/12] ports/32753 ports althea port doesn't compile. o [2001/12/12] bin/32759 [PATCH] make(1) System V include behaviou o [2001/12/12] misc/32760 Please MFC /usr/include/malloc.h to -STAB o [2001/12/12] ports/32772 wjv Update port: p5-libxml f [2001/12/12] ports/32773 tobez Update port: p5-XML-Simple-1.06 o [2001/12/12] bin/32791 FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 Problem with IPX and netgraph(4) o [2001/12/13] ports/32800 dec gated dies on ppp interface up/down o [2001/12/13] ports/32805 ports The apache2 port overwrites configuration o [2001/12/13] kern/32806 Reproducible panic in ipfw o [2001/12/13] kern/32809 yet another panic while syncing disks aft o [2001/12/13] bin/32817 Base system includes outdated CGI module o [2001/12/14] kern/32827 small SO_RCVTIMEO values are taken to be o [2001/12/14] ports/32832 kde Kmail 1.3.2 / kde 2.2.1 / PGP 6.5.8 - kma o [2001/12/14] ports/32837 kuriyama Update port: p5-XML-DOM-1.35 o [2001/12/14] ports/32844 kde exiting konq term emulator causes crash o [2001/12/15] ports/32871 tobez Update port: p5-XML-Parser-encodings-1.02 o [2001/12/15] ports/32872 ports nethack3-gnome port, gtk library componen o [2001/12/16] ports/32896 vanilla o [2001/12/16] ports/32903 ports Kernel panic when returning from single m o [2001/12/16] ports/32922 trevor ports/devel/bin86 won't build with umask o [2001/12/16] misc/32924 raylink driver having problems receiving o [2001/12/18] ports/32963 ports New port: p5-Class-ISA-0.32 o [2001/12/18] ports/32965 ports New port: p5-Class-BlackHole-0.03 o [2001/12/18] ports/32966 ports New port: p5-Ima-DBI-0.26 o [2001/12/18] ports/32967 ports New port: p5-Class-WhiteHole-0.03 o [2001/12/18] ports/32968 ports New port: p5-Class-DBI-0.36 o [2001/12/18] ports/32970 ports New port: p5-XML-DBMS-1.01.3 o [2001/12/18] ports/32974 ports New port: p5-Math-SimpleVariable-0.03 o [2001/12/18] ports/32975 ports New port: p5-Math-LinearCombination-0.03 o [2001/12/18] bin/32989 fetch cannot display verbose proxy errors o [2001/12/18] i386/33000 ISDN connections appear non-working with o [2001/12/19] ports/33001 ports New port: p5-PodParser-1.18 o [2001/12/19] ports/33002 ports New port: p5-Pod-POM-0.11 o [2001/12/21] bin/33068 sheldonh /dev/nsmb* devices not created with make o [2001/12/21] kern/33074 USB printer support does not detect print o [2001/12/21] ports/33080 ume grkrellmvolume interferes with the abilit o [2001/12/21] ports/33082 ports audio/mxv fails to compile o [2001/12/22] kern/33085 Samba's NMBD cannot find alias interface o [2001/12/22] bin/33087 No automatic ipf setup for IPv6 o [2001/12/22] ports/33093 jdp cvsup SNAP_16_1e breaks by SIGILL during o [2001/12/23] kern/33110 bug with mount - unable to unmount a flop o [2001/12/23] gnu/33120 send-pr -a doesn't include the o [2001/12/24] kern/33143 Kernel panic in uhci_abort_xfer_end 837 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 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 o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp 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/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist 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/03] kern/2865 peter NFS client hangs on umount, ls, df when N 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) o [1997/03/31] gnu/3157 obrien Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] bin/3284 mikeh [PATCH] symorder(1): -t option doesn´t wo a [1997/05/08] gnu/3552 the -L option of tar does not work proper f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 jlemon nonworking t/tcp server side o [1997/07/18] bin/4116 davidn 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/07] kern/4243 file locking doesn't work for pipe o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 portmgr Recommendation re. Ports Collection 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 roberto 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/13] kern/4528 processes hang if the mount_portal proces o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/11/08] bin/4975 quotaon while server very busy causes loc 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 s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with f [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur 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/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported 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 o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT a [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/11] gnu/5982 no error exit code from tar on child fail f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl f [1998/03/30] bin/6176 running architextSearch (excite) under li o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i a [1998/04/16] misc/6320 mike Sometimes nohup isn't good enough. o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue 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/06] kern/6874 accounting prevents transition to multi u o [1998/06/22] bin/7023 portmgr bsd.port.(%|subdir.).mk patches for size s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 qa Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c s [1998/08/22] kern/7722 Changes to acct format o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/08] bin/7860 gad Extra option to pr(1). 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/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) f [1998/10/12] bin/8295 order of options in printcap causes some f [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 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 o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> f [1998/11/08] kern/8604 ps u gets confused about process start ti f [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/27] i386/8867 qa /stand/sysinstall core dumps (signal 11) o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul a [1998/12/18] bin/9123 kris pax can't read tar archives that contain o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() 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 o [1999/01/04] bin/9318 vgrind(1): no JAVA support a [1999/01/05] bin/9333 jkoshy timestamp dump's progress o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi f [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/28] kern/9748 error in queue handling of at_shutdown() a [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 cg Generic AD1816 sound suport in Luigi's pc o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/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/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/03/02] bin/10358 mikeh ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re f [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682 portmgr List mirror sites in MASTER_SITE_BACKUP - o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/05] ports/10965 ports lcc-3.6 unable to compile anything o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 a [1999/04/16] bin/11168 davidn pw(8) usermod does not recognize -w flag o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] bin/11248 Shuffle 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/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/05/28] bin/11914 wosch makewhatis during installworld uses /usr/ o [1999/05/29] bin/11929 symorder doesn't work on elf format objec f [1999/05/30] kern/11945 mjacob tape problems on -stable, mt bl(ocksize), o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide 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 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12263 hoek "more" problems with long filenames o [1999/06/18] bin/12280 LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/21] conf/12324 qa Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/28] conf/12432 dougb empty amd_flags causes start failure in r o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics o [1999/07/20] kern/12723 des Unnecessary use of magic numbers in F_[SG o [1999/07/25] bin/12801 nvi infinite recursion with options "left o [1999/07/28] kern/12855 mckusick panic:softdep_flushfiles:looping, caused o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, f [1999/08/04] kern/12966 wpaul receiver lockups in vr0 driver f [1999/08/05] bin/12982 keramida last does not support -y option. 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/09] bin/13043 minigzip -c option support. f [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/11] docs/13079 dwhite new man page describing timeradd() family o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system f [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/21] bin/13309 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/01] bin/18961 green sshd does not print before motd o [2000/06/02] bin/18967 ypserv not linked with tcp wrappers 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/04] conf/19001 Delayed fsck + mount of insignificant fil o [2000/06/06] ports/19051 asami New target for bsd.port.mk : fetchdepends f [2000/06/06] bin/19056 yacc in 3.4 and 4.0 reports "maximum tabl o [2000/06/06] bin/19057 offer of patch to uname that produces pre f [2000/06/06] kern/19063 VGA keyboard sometimes fails to work in b o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo f [2000/06/10] bin/19183 more(1) doesn't handle redraw correctly o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] bin/19239 login allows users to login remotely with o [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 portmgr Ports build mechanism doesn't check wheth o [2000/06/15] gnu/19327 Fix to build 'a.out' binary. f [2000/06/17] bin/19355 fstat gives signal 10 (SIGBUS) when outpu o [2000/06/19] misc/19391 emulationEvilness with Linux Terminus, causes X to o [2000/06/20] bin/19404 /usr/bin/error should be included in the o [2000/06/20] misc/19406 setenv() allocates memory which is not fr f [2000/06/20] i386/19410 spontaneous reboot when esd runs on a -ST f [2000/06/21] bin/19422 mikeh users can overflow argv to make ps segfau f [2000/06/22] conf/19442 can't install on diverse harddisks. o [2000/06/22] ports/19448 markm filename input broken o [2000/06/22] ports/19456 chuckr the sp port is hardwired to install it's o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup s [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/29] ports/19591 issei 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/02] ports/19650 asami python package causes segmentation fault o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails f [2000/07/05] kern/19706 Framing error on PC/NET 32 also used in o o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/06] gnu/19733 obrien GDB 4.18 is not GDB 4.18 o [2000/07/07] bin/19755 nologin not configurable o [2000/07/07] kern/19756 Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. f [2000/07/09] misc/19805 not installable on old-fashioned dx50 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] ports/19868 portmgr modify ports/Mk/bsd.port.mk to remove ALL 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/18] gnu/20004 FBSD4 gcc __attribute__(constructor) not o [2000/07/18] misc/20024 jake [PATCH] queue(3) concatenation macros o [2000/07/19] bin/20042 "rsh -t" doesn't timeout if rcmd(3) never o [2000/07/20] bin/20054 ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/23] docs/20121 jim Better user ppp documentation in man page o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] ports/20145 dburr improving the devel/SN port o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t 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] misc/20254 jhb BTX loader 1.00 can not recognize floppy o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/31] bin/20311 markm src/release/Makefile: broken CHECKSUM.MD5 o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 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 o [2000/08/02] bin/20371 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/03] kern/20393 dillon processes get stuck in vmwait instead of o [2000/08/04] bin/20402 ache 4.1R's ls conflicts with Emacs' dired mod o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 doc Can't make only cd0 under 4.1-STABLE o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/09] ports/20499 obrien [PATCH] conserver port doesn't like MD5 c 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 doc sysconf(3) manpage doesn't mention posix. s [2000/08/10] kern/20529 billf gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin a [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 patrick New port of cgoban2 o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove o [2000/08/20] docs/20738 doc correction and modification to clocks(7) o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE s [2000/08/22] conf/20774 dougb 'NFS access cache time=2' is not a daemon o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 davidn 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 o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri o [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/30] bin/20944 ru natd enhancements, default config file an f [2000/09/01] kern/20992 kern/tty_subr.c, b_to_q to a clist with n o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] bin/21024 pow() ERANGE bug o [2000/09/04] kern/21051 Updating 4.1-RELEASE to -current fails be o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] conf/21066 Proposed change in rc scripts o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21074 davidn chkgrp vs group(5) inconsistency f [2000/09/06] bin/21075 dwmalone top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/08] gnu/21128 a proposed patch for uucp package o [2000/09/09] bin/21142 [PATCH] avoid errors from "make objlink" o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm s [2000/09/10] bin/21178 ken voltag selector, and unload support for c f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt 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 f [2000/09/12] kern/21240 mbufs allocated to data is huge number in o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 mbr vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing f [2000/09/22] bin/21476 ftp in 4.1-STABLE fails on http:// URLs o [2000/09/22] misc/21494 mikeh ftpd can't handle /etc/chroot entries wit o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new a [2000/09/25] docs/21542 doc sigaction(2) man page is misleading f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q o [2000/09/28] ports/21621 portmgr Update port: devel/libtool to 1.3.5 o [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin o [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] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] docs/21712 dan core(5) manpage fails to mention kern.sug o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/02] ports/21719 nbm New Port: Courier Mail Suite o [2000/10/03] conf/21722 The mixer settings are lost on sysetm reb 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] ports/21765 portmgr I cat't make ports using pw_gid) != typeof(group->g o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change f [2000/10/30] misc/22434 problem with certain NIC's using rl on au o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) s [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2000/11/02] ports/22550 obrien Patch for conserver for log file rotation o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] bin/22612 crontab -e failures o [2000/11/06] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong f [2000/11/07] ports/22683 ports New port net/dnip-update 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 f [2000/11/14] conf/22859 darrenr rc.network should start ipf/ipnat AFTER p o [2000/11/14] bin/22860 [PATCH] adduser & friends with '$' in use 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/17] bin/22933 green Typographical error in ssh.1 f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/23] conf/23063 ru [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23081 Touchpad on NEC Versa laptop is unusable o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser f [2000/11/24] misc/23084 mount_nfs hangs self with some NFS server o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/26] kern/23123 IP options reveal IPstealth mode. Just t f [2000/11/27] i386/23141 ad1816 audio driver produces noise. 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 a [2000/12/02] ports/23232 ports gettext/xview port collision 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/04] ports/23287 portmgr allow system-local patches for ports o [2000/12/05] kern/23304 POSIX clock_gettime, clock_getres return f [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B f [2000/12/07] kern/23353 fcntl(F_GETLK) return l_pid equal to -1 f f [2000/12/07] misc/23362 fenner tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] misc/23366 mmap() non conforming o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB o [2000/12/09] conf/23402 sysinstall upgrade ought to check partiti o [2000/12/09] ports/23410 obrien [PATCH] FreeBSD throws away information o o [2000/12/11] bin/23472 gdb weirdness on programs compiled with - a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports f [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/14] ports/23560 portmgr linux-jdk/Makefile assumes default `patch 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/17] gnu/23598 Merge libgcc_r with libgcc o [2000/12/17] ports/23602 portmgr Recursive distclean for bsd.port.mk w/pat o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois o [2000/12/19] ports/23649 ports the port of mod_php4 does not install cor f [2000/12/20] kern/23692 GENERIC kernel config on 4.2 changes defa o [2000/12/22] misc/23766 /etc/periodic/daily/440.status-mailq does o [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] ports/23822 ports mtree entries for German X11 man pages f [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE o [2000/12/29] bin/23944 Patch for ftpd to add a cd after the chro o [2001/01/02] misc/24034 "CWD" discloses the full "real" path in a o [2001/01/04] bin/24066 gdb can't detach from programs linked wit o [2001/01/06] ports/24120 portmgr "/usr/ports/Mk/bsd.port.mk", line 626: In o [2001/01/07] misc/24132 gdb output is wrong (same as #13427 ?) f [2001/01/07] kern/24141 emu10k1 has trouble playing non-44.1KHz s o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/11] ports/24259 steve port of open-motif on make install compla o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. a [2001/01/14] misc/24324 Greek console support o [2001/01/15] ports/24361 asami wrong filemodes 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/16] kern/24393 Patch to msdosfs to handle a kind of inco o [2001/01/18] bin/24435 Changing slice type causes Auto-partition o [2001/01/18] bin/24439 suggested replament for adduser(8) o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/20] ports/24493 msmith Pib maker function unable to launch xterm a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us f [2001/01/21] misc/24513 new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc o [2001/01/21] kern/24516 Mouse Logitech M-S48 does not in FreeBSD 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/24569 PATCH for PPPD 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] ports/24658 jkh Enhancement to src/release/Makefile a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] bin/24742 send adduser.message before dirs are crea 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 ftpd not RFC compliant o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/03] kern/24827 Erratic Intellimouse Explorer in 4.1 and o [2001/02/03] bin/24828 [PATCH] ntpd compilation and additional r o [2001/02/04] gnu/24844 gdb does not support kernel 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] kern/24900 Server logs:indfcntl(8, F_SETFL, 4): Inap o [2001/02/06] kern/24902 IPC Message Queue number to big o [2001/02/06] misc/24907 qa Options screen at MenuMedia menu problem o [2001/02/06] docs/24921 phk Typo /devs --> /dev 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] bin/24955 /usr/bin/tail -F in 4.1+ doesn't work if 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 asami Emacs ports have misleading names o [2001/02/10] ports/24987 nbm New port: Courier mail server. o [2001/02/11] bin/25012 tar(1) as root does not preserve ownershi 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 a [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/25059 dlopen(..,RTLD_GLOBAL) doesn't work for s o [2001/02/13] bin/25070 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 a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc f [2001/02/19] conf/25223 darrenr PATCH for rc.network to enable ipnat sepe o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s o [2001/02/21] ports/25251 dima acroread4 uses hard coded path for lpr 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/21] kern/25275 X server freezes system randomly on pentu 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/23] ports/25313 wosch Script source displayed at http://www.nl. a [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/25] misc/25354 Slovak (sk_SK) locale missing o [2001/02/26] misc/25378 kris update contrib/libgmp to newer version (3 o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) s [2001/02/26] docs/25392 doc Chapter 9 pages could use 'location of fu o [2001/02/26] docs/25405 wosch misleading warning from catman(1), etc. a [2001/02/27] ports/25419 dwcjr Difficulties installing print/teTeX port o [2001/02/27] kern/25445 kernel statistics are displayed in wrong a [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir o [2001/02/28] gnu/25459 Dumpvalue.pm says SYNOPSYS instead of SYN o [2001/02/28] bin/25462 daemon(3) fails if called by a session le o [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch f [2001/03/01] bin/25474 dump can't close fifo pipe correctly 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) a [2001/03/02] conf/25495 keichii missing et_EE.ISO_8859-15 locale a [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/03] kern/25517 ARP cache timeout behavior can be improve 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/04] ports/25531 portmgr INSTALL_* macros fail for non-root users a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD o [2001/03/05] ports/25564 obrien Port ups-debug doesn't build on the alpha o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 jmz XFree86-4 port installs manual pages with s [2001/03/07] bin/25584 arp.c - better printed ether address s [2001/03/07] bin/25587 des Add Solaris-like functionality to truss(1 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/09] misc/25635 gad lpr -# didn't work on network printer a [2001/03/11] ports/25708 dougb pine4 port hard-code /usr/local/include a [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish 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 o [2001/03/12] ports/25763 shige XV fails to refresh properly on image dis o [2001/03/13] kern/25777 atime not updated on exec o [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 o [2001/03/14] conf/25809 /etc/default/rc.conf bad default ipfilter 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 f [2001/03/15] bin/25833 LOG_FAC() is bogus o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/17] ports/25878 tegge error during compilation of linuxthreads 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/19] kern/25923 vm_map.h defines a macro called "min_offs o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro f [2001/03/22] docs/26003 doc 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 doc Changing zone(9) man page o [2001/03/22] kern/26016 VMWare is crash on SMP machine f [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/24] ports/26058 billf textproc/htdig simplifications and separa o [2001/03/27] conf/26145 [PATCH] There is no make.conf equivalent o [2001/03/27] misc/26153 sed G does not double space o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string a [2001/04/02] ports/26297 ports New port: devel/florist o [2001/04/02] ports/26303 adrian Wrong permission on Squid24's errors dire a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design 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 o [2001/04/04] kern/26348 [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/05] misc/26373 Rpc.statd implements the SM_NOTIFY call b o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/06] kern/26385 VMWare reboots entire system after starti f [2001/04/08] kern/26437 Kernel Panics on SMP box when subjected t o [2001/04/08] docs/26451 doc ctype.h defined functions are not accurat 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 incomplete named sandbox information a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 "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/26563 ioctl(SNDCTL_DSP_SPEED) returns -1 when f o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/15] bin/26602 RELENG_4 ssh/sshd modifies the 'erase' ch o [2001/04/16] kern/26608 when boot Freebsd 4.2 Release from the c o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] misc/26636 If /etc/ttys goes empty, init(8) never re o [2001/04/17] kern/26638 kern.fast_vfork sysctl doesn't do anythin o [2001/04/17] kern/26644 sos [PATCH] ATA/ATAPI driver doesn't implemen a [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26653 RTL8012 ethernet not listed in LINT or ha o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] misc/26678 Correction of: misc/26521 o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] docs/26692 rnordier boot manpage describes bootfile prompt in o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/19] misc/26720 Both .cshrc and .profile should have the o [2001/04/20] kern/26740 rwatson [PATCH] jail improvement f [2001/04/21] bin/26746 dmesg only prints the last couple of line f [2001/04/22] misc/26763 darrenr installing ipfilter sample files to share o [2001/04/22] kern/26787 dd sysctl change request o [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] kern/26800 wpaul Support for Netgear MA-301 wireless o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 old bootstrap /sys/i386/boot/... still in a [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so o [2001/04/25] bin/26854 Better fix for ESS Technology Maestro-2E o [2001/04/25] docs/26861 doc accept(2) manpage documents non-existant o [2001/04/26] misc/26879 mkfilter not installed, yet referred to v s [2001/04/26] ports/26882 kde KDE should use ca-roots port for SSL cert a [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/26] kern/26885 keichii add if_xe as kernel module 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] bin/26943 [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] docs/27027 nik Update src/share/misc/iso639 o [2001/05/02] misc/27039 new syscons screensaver a [2001/05/02] docs/27040 dougb rc(8) and syscons(4) talk about rc.conf.l o [2001/05/02] misc/27041 modify src/release/Makefile to make anoth f [2001/05/03] bin/27063 darrenr /sbin/ipfs missing f [2001/05/03] conf/27070 darrenr save/restore IP Filter's state tables at o [2001/05/04] ports/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] ports/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs o [2001/05/06] ports/27167 ports ETHOberonV4 won't run a [2001/05/07] ports/27182 mharo Teach portlint to recognize RUN_DEPENDS=$ o [2001/05/07] ports/27187 jmz add linux ioctl handler to dri xf86-403 c o [2001/05/07] bin/27188 fix of rsh non-interactive mode behaviour o [2001/05/07] misc/27190 Day light savings in Mexico. 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] ports/27266 kevlo Port textproc/xerces should be named xerc 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/11] bin/27270 cg sys/soundcard.h fails to define AFMT_S16_ 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 a [2001/05/12] misc/27290 Slovak(sk) locale was not present o [2001/05/12] ports/27291 jim Bluefish port doesn't build mo files o [2001/05/12] bin/27294 paul pkg_update disregards suffixes (portrevis o [2001/05/13] i386/27306 hw watchpoints work unreliable under gdb o [2001/05/14] misc/27311 jasone pthread_attr_setscope always fails o [2001/05/14] bin/27319 obrien df displays amd pid processes f [2001/05/15] ports/27332 ports New port: swedish/staroffice52 o [2001/05/15] kern/27342 change-request o [2001/05/16] bin/27374 Added bold color to the /bin/ls color sup o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/17] bin/27423 change request a [2001/05/18] misc/27425 Slovak definitions of locale missing o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/18] bin/27433 ps binary does not do what the man page s o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] ports/27473 jmz when I install the package XFree86-4.0.3_ f [2001/05/20] bin/27483 make sysinstall ask for the keymap at ins f [2001/05/22] ports/27542 sobomax xmps should not require gnome a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] docs/27572 luigi ipfw(8) manpage does not clearly state ch o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] kern/27615 darrenr ipf restricts rule-changing at secureleve 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/25] docs/27653 doc Updates to send-pr.html to support MIME o [2001/05/26] docs/27654 doc Update to PR 27653 o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/26] misc/27677 miss BIND name server library o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken o [2001/05/29] ports/27743 kuriyama UPDATE to converters/tcs o [2001/05/31] gnu/27803 Enhancement to sort(1) a [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/01] conf/27811 alfred bad order of rpc.lockd and rpc.statd star o [2001/06/01] misc/27816 rpcgen -b generates server code which doe o [2001/06/01] misc/27829 kris pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc o [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe o [2001/06/02] ports/27838 keichii dot.emacs is 600 s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/02] kern/27849 dfr AGP RELEASE ioctl frees memory o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/06] ports/27903 peter Update: www/transproxy o [2001/06/06] docs/27915 doc man 5 passwd does not properly explain th o [2001/06/06] docs/27919 n_hibma missing usb man pages 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] ports/27931 ports devel/pth vs. native pthreads conflict fi 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 a [2001/06/08] ports/27956 ports New port:A messenging client supporting A a [2001/06/08] conf/27959 imp Add cygwin termcap entry o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] bin/28007 added "force printing of non-print chars" o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod o [2001/06/10] bin/28026 Graphics mode suspend causes weird hang o a [2001/06/11] conf/28078 /stand/sysinstall skips distro selection a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr a [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/13] ports/28121 sobomax New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona s [2001/06/14] docs/28144 keramida no manpage for host.conf, no xrefs in oth a [2001/06/15] bin/28171 des [PATCH] to support a HTTP_REFERER env var a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi f [2001/06/16] misc/28203 NEWCARD won't recognize my cardbus contro o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p f [2001/06/17] misc/28230 iso-8859-1_to_cp437.scm doesn't contain s o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 pirzyk ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] misc/28255 picobsd documentation still references ol o [2001/06/18] ports/28256 ports New port: citadel-5.74 s [2001/06/18] kern/28260 UIO_MAXIOV needs to be made public a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/20] bin/28294 dump of vinum based file systems by devic o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/21] ports/28332 ports 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 a [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav 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 o [2001/06/26] ports/28432 obrien [patch] comms/conserver fails with MD5 pa o [2001/06/26] bin/28435 [patch] allow newsyslog to signal process f [2001/06/27] i386/28444 qa instal.cfg; setting tryRTSOL=NO does not o [2001/06/27] bin/28449 cracauer sh(1) aborts on certain input a [2001/06/27] misc/28455 GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys f [2001/06/27] misc/28468 There may be problems about login o [2001/06/27] ports/28471 keith no iso8859 font a [2001/06/28] ports/28482 ports PostgreSQL Compile problem o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail o [2001/06/29] ports/28526 nakai x11-wm/icewm can't show the CPU status wi o [2001/06/29] misc/28529 runetype.h doesn't have C++ 'extern "C"' f [2001/06/30] ports/28551 ports ports/mail/faces doesn't build (linking w o [2001/06/30] docs/28555 doc [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/03] ports/28680 portmgr pkg_update complains about missing REQUIR o [2001/07/03] kern/28681 ATAPI MO drive support o [2001/07/03] ports/28682 portmgr Some port install builds fail if silent ( o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/05] ports/28717 billf net/net-snmp stop enumerate interfaces wh a [2001/07/05] ports/28758 roam New port: security/apg o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/07] ports/28803 obrien ports/comms/conserver does not support ## o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/08] bin/28820 tar and cpio cannot deal with files > 2GB a [2001/07/08] bin/28824 sos [patch] src/usr.sbin/burncd warning clean o [2001/07/09] ports/28851 ports New port: conserver-7.0.2 o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz o [2001/07/13] misc/28938 small PicoBSD - An update to the build script t o [2001/07/13] kern/28947 jasone dup2 closing pthread file descriptor 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] kern/28976 ddb doesn't understand ctrl-u 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 f [2001/07/15] docs/28994 dd New article for docproj "Checkpoint VPN-1 o [2001/07/16] ports/29009 dburr fsgs port installs cfg file with wrong pa o [2001/07/16] ports/29030 obrien [PATCH] net/netcat: support for IPv6 o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/18] ports/29068 nsayer cyrus-sasl port pwcheck should allow PAM o [2001/07/18] bin/29071 relay patch for rwhod o [2001/07/19] misc/29077 At loading notebook pccardd not correctly o [2001/07/19] docs/29088 phk jail(8) man page has innacurate instructi o [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/19] bin/29090 add `no_rip_out' option to routed o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/20] conf/29117 pccard.conf missing an entry for NOVAC NV o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/21] ports/29120 ports [PATCH] net/radiusd-cistron: Add PAM supp a [2001/07/21] ports/29137 cy Brand New Tripwire-2.3.1 Port o [2001/07/22] docs/29143 doc List of man pages that need to be written o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] ports/29163 jmz XFree86-4 port should register XFree86-4- o [2001/07/23] bin/29164 [PATCH] lack of 'Do not fragment' flag in f [2001/07/23] docs/29166 tomsoft Flaw in growfs(8) manpage 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/23] bin/29171 [PATCH] keyserv and rpc.yppasswd o [2001/07/23] bin/29172 [PATCH] Add more checks in rpc/svc_vc.c a o [2001/07/23] bin/29173 [PATCH] wrong flags for rpcgen(1) o [2001/07/23] bin/29174 [PATCH] cleanup of the ti-rpc merger o [2001/07/23] bin/29175 tmm [PATCH] rpcgen(1) and inetdflag/pmflag su o [2001/07/23] bin/29177 [PATCH] rpc client create functions with o [2001/07/24] ports/29199 sobomax jdk12beta port should register open-motif o [2001/07/25] ports/29219 bp smbfs-1.4.1 don't compile o [2001/07/25] ports/29223 dwcjr 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/26] ports/29248 jmz XFree86 4.1 hangs with an i815 chip while o [2001/07/26] ports/29250 greid Update net/ettercap to 0.5.4 o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not o [2001/07/27] ports/29267 nbm Update the svscan.sh startup script for d o [2001/07/28] ports/29286 ports New port: french/xtel - an emulator for t o [2001/07/28] ports/29291 billf ethereal fails to build in wiretap a [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/29] ports/29298 cpiazza Installation of documentation for vcdgear o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [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/30] gnu/29331 still documented broken options in gcc ma f [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] ports/29346 ports New port: misc/afbackup-beta o [2001/07/31] kern/29355 adrian [patch] lchflags support o [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] bin/29363 [PATCH] newsyslog can support time as ext o [2001/08/01] conf/29364 imp please add STI Flash 5.0 to pccard.config o [2001/08/02] ports/29392 portmgr Small built-time glitch in Makefile for a o [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/02] kern/29405 bp many mount/umount smbfs share results in o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/03] ports/29426 ports New port: he2 - a Hebrew LaTeX oriented e a [2001/08/04] misc/29458 Replace DIS_8859-15 by ISO_8859-15 o [2001/08/07] kern/29499 dwmalone it is not possible to send creditionals f [2001/08/07] ports/29514 ports new port submission: games/xlogical (SDL o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit o [2001/08/07] ports/29528 dburr Update misc/tvguide to 0.9.0 o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo o [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 f [2001/08/09] docs/29571 doc [PATCH] No man page for pgrp kernel funct o [2001/08/09] bin/29581 proposed gethostbyXXXX_r() implementation f [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/11] kern/29621 n_hibma Missing man page for ulpt a [2001/08/11] ports/29630 ports New port : xtexsh o [2001/08/11] ports/29638 green [patch] upgrade security/cfs a [2001/08/12] i386/29639 murray entry for zip 250 drives in /etc/disktab o [2001/08/13] bin/29675 lint fails on stdio.h 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 f [2001/08/14] ports/29712 dwcjr New port : muttprint - fancy printing for o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d o [2001/08/15] ports/29732 sobomax linking error o [2001/08/15] ports/29757 se Fix pkg-plist for comms/yaps o [2001/08/15] ports/29760 hoek Fix pkg-plist and Makefile for converters o [2001/08/15] ports/29762 hoek Fix Makefile and pkg-plist for converters f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a f [2001/08/17] docs/29807 dd [PATCH] XFREE86_VERSION is undocumented f [2001/08/17] ports/29836 ports New port: cyrus-imspd o [2001/08/18] ports/29843 mbr StarOffice 5.2 port does not find CD-ROM f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm o [2001/08/18] ports/29851 kuriyama ports/textproc/cocoon has a checksum erro f [2001/08/18] ports/29856 portmgr make extract of cyrus did an install of c o [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/19] kern/29875 CURRENT driver for Tekram DC395X and DC31 o [2001/08/19] ports/29876 portmgr bsd.port.mk: MLINKS Description wrong o [2001/08/19] ports/29883 markm Update textproc/par to 1.53 o [2001/08/20] misc/29893 qa suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 pam_unix patch, which uses loginclass pas a [2001/08/20] docs/29902 www Mozilla package URL problems o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29924 ports remove port smalleiffel-0.76.b4 o [2001/08/21] ports/29929 ports wginstall.pl script chokes on calculated o [2001/08/21] ports/29930 demon new port for LAM/MPI o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak o [2001/08/22] kern/29962 sent broadcast packets get spurious 4 byt a [2001/08/22] ports/29969 gnome gnomedb does not build o [2001/08/22] kern/29974 bp smbfs generates a ''Negative opencount'' a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/23] ports/30012 dirk mod_php4 does not build on 4.4 with apach f [2001/08/23] i386/30013 a program loops when used with && o [2001/08/24] kern/30052 dc(4) driver queues outgoing pkts indefin a [2001/08/24] bin/30054 mike ftp(1)'s fetch.c could easily have vhost o [2001/08/24] bin/30055 mike ftp(1)'s fetch.c has readability-issues w o [2001/08/25] docs/30082 jkoshy Dead URL on website o [2001/08/27] ports/30148 portmgr devel/libtool: shared libs with compaq-cc o [2001/08/28] kern/30160 Kernel panic when flash disk is removed a f [2001/08/28] ports/30166 ports ports/net/nettest2001 o [2001/08/28] ports/30170 anders majordomo port: scripts/createuser does n o [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] ports/30196 portmgr HTTP_PROXY (and FTP_PROXY) in /etc/make.c 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 o [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 o [2001/08/30] misc/30224 No irq - PCI wi card doesn't allow interu o [2001/08/30] ports/30225 nectar mozilla 0.93 build problem o [2001/09/01] bin/30247 sh cannot redirect to /dev/fd/1 or from / f [2001/09/01] ports/30249 ports SmallEiffel update to -0.75 o [2001/09/01] docs/30253 bp [PATCH] mount_unionfs(8) and mount_nullfs o [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/01] bin/30258 sos aborting burncd using Ctrl-C screws up CD o [2001/09/02] ports/30264 greid Update port: graphics/xawtv o [2001/09/02] ports/30272 grog [PATCH] instant-workstation RUN_DEPENDS b o [2001/09/03] misc/30297 dwmalone CLOCKS_PER_SEC non-standard 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] bin/30304 [PATCH] PAM authentication for uucpd o [2001/09/04] ports/30314 ports [PATCH] Add Exim packages to CDROM 1 o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/05] bin/30334 mount_nfs ignores acregmin, acregmax, axd o [2001/09/05] ports/30339 nakai port compilation problem found in rpm arc o [2001/09/05] conf/30341 be keymap: wrong Capslock behaviour with o [2001/09/05] bin/30360 vmstat returns impossible data f [2001/09/06] ports/30383 sobomax Updated port: x11-toolkits/gtk-engines-co o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen f [2001/09/06] ports/30395 ports New port: lang/spl 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] conf/30441 Can't set interface arguments for dhcp co o [2001/09/08] docs/30442 doc remove broken referemce to gettime(9) fro o [2001/09/08] docs/30443 keramida remove broken reference to kerberos(1) fr o [2001/09/08] docs/30444 keramida remove broken references to gated(8) and o [2001/09/09] i386/30461 sound no audio cd with cmi8330 o [2001/09/09] bin/30464 jasone pthread mutex attributes -- pshared f [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/10] bin/30484 rpc.rstatd consumed lots of open file des o [2001/09/10] bin/30496 `host` does not work properly with top-le o [2001/09/10] ports/30499 portmgr libtool-1.4.1 port diffs o [2001/09/11] i386/30503 imp stray pccard card insertion events after o [2001/09/11] kern/30510 no apm for VIA KT133A chipset o [2001/09/11] ports/30511 kde Problem getting opengl/mesa to work with o [2001/09/11] misc/30517 using sysinstall with install.cfg has no o [2001/09/12] conf/30520 rc files creation problem o [2001/09/12] misc/30526 inserting a Sony Ninja-ATA pcmcia style c o [2001/09/12] ports/30535 nakai Update port: x11-wm/icewm (fix ports/2806 o [2001/09/12] misc/30536 sos burncd(8) doesn't wait long enough for CD o [2001/09/12] kern/30540 [PATCH] spelling and grammar fixes in a c o [2001/09/12] kern/30541 imp [PATCH] old pccard beep depends on value o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall s [2001/09/12] bin/30543 ru [PATCH] use err() instead of just exit() o [2001/09/12] bin/30546 [PATCH] /etc/rc pedantry o [2001/09/13] ports/30549 ports Maintainer update: Jakarta Ant 1.4 o [2001/09/13] docs/30556 doc vnconfig man page incorrect; functionalit o [2001/09/13] ports/30557 ports bitchx fails to build when WITH_TCL=yes i o [2001/09/13] ports/30560 mbr Typos in /usr/ports/french/staroffice52/p 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/15] docs/30603 doc physio(9) is internally inconsistent o [2001/09/15] ports/30604 ports postgresql7 doesn't build with kerberos5 o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri f [2001/09/16] ports/30615 ports The 'bcwipe' port installs Linux binaries o [2001/09/16] docs/30618 keramida ediff man page incomplete o [2001/09/16] ports/30623 sobomax Update of the audio/glame port o [2001/09/17] ports/30625 ports [PATCH] vmware2 patch for -current with K o [2001/09/17] bin/30627 /usr/libexec/makekey doesn't grok modern o [2001/09/17] misc/30631 readdir_r() SEGV on large directories o [2001/09/17] kern/30634 kevent.data value incorrect for UDP socke o [2001/09/17] bin/30639 apmd crashes on SIGHUP (under certain con o [2001/09/17] bin/30640 apmd does not terminate properly on SIGTE o [2001/09/18] misc/30647 "make release" in src/release/ creates po o [2001/09/18] bin/30661 FreeBSD-current fails to do partial NFS f o [2001/09/19] ports/30673 greid Update port: net/ettercap to 0.6.0 o [2001/09/20] misc/30683 [PATCH] loader(8) fails to load module wh a [2001/09/20] bin/30685 cjc Patch for usr.bin/hexdump o [2001/09/20] ports/30698 ports New port: news/pl-slrn o [2001/09/20] misc/30699 jasone pthread_attr_setscope function fails unco o [2001/09/20] i386/30700 Applications cannot synchronize sound usi o [2001/09/20] ports/30701 ports setiathome port misuses the 'nobody' user o [2001/09/21] ports/30707 ports midnight commander can't handle correctly o [2001/09/22] docs/30731 doc printf(1) refers to ANSI C Standard draft 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 o [2001/09/23] misc/30778 termcap problem with wyse-60 terminal o [2001/09/24] ports/30788 sobomax compile works, install fails of graphics/ o [2001/09/24] misc/30792 traffic destined for 127/8 addresses shou o [2001/09/24] kern/30794 sound ESS Solo-1 does not work after suspend/re o [2001/09/24] docs/30797 ru YP documentation should not be in section o [2001/09/24] i386/30808 sound t4dwave on Acer Alladin M5451 interrupt p o [2001/09/24] docs/30809 doc fdisk(8) cleanup o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] ports/30813 jmz Xfree86-4 port creates libfreetype.so.6 w o [2001/09/25] ports/30814 roam Added option to specify the mysql server o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/25] kern/30836 Chipset SiS735 / NIC SiS 900 f [2001/09/26] ports/30845 ports New port: textproc/xerces-c: Xerces C++ X o [2001/09/26] ports/30848 roam courier imapd won't compile with vpopmail o [2001/09/26] ports/30849 ports news/ntpcache fails compiling authinfo_pa o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica o [2001/09/26] misc/30857 intr_machdep.c allows access out of array o [2001/09/26] i386/30858 intr_machdep.c allows access out of array f [2001/09/26] ports/30859 ports A New Port 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 o [2001/09/27] ports/30870 ports httpd in free(): warning: recursive call o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/09/28] bin/30887 dump allways saves files with modified c- o [2001/09/29] bin/30907 green [PATCH] ssh configuration oddities o [2001/09/29] bin/30908 [PATCH] Tweak ldd to provide more informa o [2001/09/29] ports/30911 olgeni Update devel/happy to version 1.11 o [2001/09/29] ports/30912 gnome [PATCH] port editors/AbiWord fails to set o [2001/09/29] ports/30923 obrien small fix for devel/gindent port o [2001/09/29] ports/30926 ports LPRngTool port update 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] ports/30942 ports New port: Pike 7.0 from CVS 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/01] bin/30972 peter nfsd and mountd are in the wrong location o [2001/10/01] ports/30979 ports New port for "txfonts" TeX's font package o [2001/10/02] ports/30983 portmgr [PATCH] Some staroffice cdrom fixes o [2001/10/02] ports/30986 obrien vim6 LITE=YES packing list incorrect f [2001/10/02] ports/30988 gnome AbiWord's american.hash dictionary appear o [2001/10/03] ports/31013 obrien John The Ripper Package Lists Bad Path o [2001/10/03] ports/31017 ache Add missing manpage entry to news/tin o [2001/10/03] ports/31019 nakai Fix x11/xmascot o [2001/10/03] ports/31022 nakai Fix port games/xrubik o [2001/10/03] ports/31026 ports New Port: Internet Message Support Protoc o [2001/10/04] bin/31034 regularly add original address logging fo f [2001/10/04] ports/31037 ports NEW PORT: Krusader o [2001/10/04] kern/31043 Missing Ptrace functionality in Linuxulat o [2001/10/04] kern/31048 linprocfs:/proc/meminfo cannot handle mul o [2001/10/04] bin/31049 yar /usr/sbin/adduser does not allow '.' in l o [2001/10/04] bin/31052 fenner Traceroute needs update o [2001/10/05] ports/31061 ports New port: security/gnupg-devel o [2001/10/05] ports/31063 ports Upgrade aim-transport in jabber port. o [2001/10/05] i386/31067 malloc.h, lines 81,82,and 87 - syntax err o [2001/10/05] ports/31068 kde x11/kdelibs2 can't build static libraries o [2001/10/06] bin/31088 tobez Make whereis.pl use strict, and a couple a [2001/10/06] ports/31093 ports new port "flyway" o [2001/10/06] ports/31096 znerd New port for jakarta-tomcat 4 o [2001/10/07] misc/31097 main thread will accept() failure when so o [2001/10/07] ports/31101 roam Update port: mail/vpopmail various requir o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/08] bin/31135 /bin/df reporting 'NaNB' as a Size. o [2001/10/08] ports/31142 portmgr patch-libtool target in bsd.port.mk break a [2001/10/08] ports/31144 ports New port: x11/xcursor f [2001/10/09] ports/31159 cpiazza gmixer 0.98c dumps core with some mixers o [2001/10/09] docs/31164 doc man page for strftime is incorrect o [2001/10/09] ports/31170 dima kpilot does not build o [2001/10/10] ports/31188 znerd New port: www/orion-current o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] conf/31200 Modification of rc.diskless1 needs change o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/10] bin/31205 [PATCH] WARNSify and add a new option to o [2001/10/10] docs/31210 peter cvs info page missing -R o [2001/10/11] misc/31218 How to build release from selected date a [2001/10/11] conf/31219 Missing cons25u entry in termcap o [2001/10/11] ports/31222 ports ports:astro/SETIsupport(version is wrong) o [2001/10/11] ports/31223 ports ImageMagick utilities link without -lciph o [2001/10/11] misc/31225 "make release" fails if TERMCAP environme o [2001/10/11] bin/31228 vnconfig -ae configures but not mount dev o [2001/10/11] ports/31229 ports new port: astro/linux-setiathome-i686 o [2001/10/13] kern/31255 select with zero timeout returns 0 even w o [2001/10/14] docs/31260 ru mdoc(7) has "resp.\&" for "or" 4 times. o [2001/10/14] docs/31261 ru man(1) doesn't say what "system' (in "-m" o [2001/10/14] docs/31263 doc ipfw(8) doesn't explain list versus show. o [2001/10/14] docs/31264 jdp cvsup(1) "base" option and keyword descri a [2001/10/14] docs/31271 doc rl(4) discourages vender openness by disp o [2001/10/15] ports/31282 ports NEW PORT: aolserver+ad o [2001/10/15] ports/31286 ports ifhp-3.4.7 port (LPRng) update f [2001/10/15] ports/31288 ports LPRng-3.7.9 port (LPRng) update o [2001/10/15] ports/31289 billf ntop man page does not inform about optio s [2001/10/15] misc/31297 New screen blanker module for syscons o [2001/10/17] ports/31326 lioux Update Port: www/kwebwatch to 0.90 o [2001/10/17] ports/31342 ports I was trying to install xscreensaver and o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T o [2001/10/18] conf/31358 Need to load NFS client LKM. o [2001/10/18] ports/31364 sobomax URW fonts needed to run jdk13 jfc demos a o [2001/10/19] kern/31367 General boot fault during mounting root w o [2001/10/19] ports/31369 ports New KMerlin Port o [2001/10/19] docs/31370 fenner typo in tcpdump manpage o [2001/10/19] ports/31378 ports Port upgrade : gdkxft 1.1 -> gdkxft 1.2 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/20] ports/31389 portmgr tidy readme templates + port readme enhan f [2001/10/20] bin/31392 ru fmt(1) does format nroff source correctly o [2001/10/21] ports/31399 jkh sysinstall (4.4REL) hangs on pkg_add of c 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] ports/31434 billf [PATCH] net/ethereal upgrade to 0.8.20 o [2001/10/22] kern/31445 cat sound.au > /dev/audio fails for sound o [2001/10/23] misc/31448 /usr/include/unistd.h:124: syntax error b 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 o [2001/10/23] ports/31461 ports New ports: deskutils/mcal & gmcal - a lib o [2001/10/23] ports/31462 peter rdist6 does not like accounts with '.' in o [2001/10/24] ports/31473 ports New port: Courier-MTA SMTP IMAP POP3 HTTP o [2001/10/24] ports/31475 ports New port: sysconftool o [2001/10/24] bin/31476 ifconfig's lladdr is ethernet specific o [2001/10/25] ports/31486 kuriyama ports/palm/prc-tools-gcc does not build m o [2001/10/25] ports/31487 green licq-qt-gui plugin does not parse local a f [2001/10/25] misc/31489 Conflict Between BPF and ssh2 protocol in o [2001/10/25] kern/31490 Panic in sysctl_sysctl_next_ls on empy no o [2001/10/26] ports/31508 wjv Coding error in py-4suite: Ft/Lib/Uuid.py o [2001/10/26] ports/31517 ports New Port: kdetheme-qnix o [2001/10/26] ports/31518 ports GD 1.8.4 port fails to build TTF support o [2001/10/26] kern/31521 cg pcm0 plays too fast on Intel 82801BA (ICH o [2001/10/27] ports/31528 ports New port: GTK client for StaticCling.org o [2001/10/27] ports/31529 lioux avifile-0.60.20010429_1 doesn't build if o [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/27] ports/31539 ports New port: graphics/xpcd (PhotoCD tool col o [2001/10/28] conf/31555 rc.syscons does not run standalone f [2001/10/28] ports/31560 gnome Abiword crashes if called with LANG=de_DE o [2001/10/28] docs/31570 phantom Updated frontpage of the http://www.freeb f [2001/10/28] ports/31579 kde kdessl of kde-2.2.1 wants to link to libs o [2001/10/29] bin/31588 change request to allow mount(1) to set t a [2001/10/29] ports/31591 kde kdeinit crashes when I close KDE2 session o [2001/10/29] ports/31606 ports New port: irc/gruftistats o [2001/10/29] ports/31611 chuckr Update port: graphics/xpdf to 0.93 o [2001/10/29] kern/31624 writev may return undocumented ECONNRESET o [2001/10/29] ports/31625 lioux New Port: Frontpage v5.0 + language speci o [2001/10/29] ports/31626 lioux Update to mod_frontpage v5, removal of FP o [2001/10/30] ports/31630 ports Port se-ispell install the dictionary in o [2001/10/30] bin/31632 ip6fw error under DNS dislabled environme o [2001/10/30] ports/31635 bp ports/net/smbfs deinstall should not remo o [2001/10/30] docs/31640 doc Avoiding uppercase program names in manpa o [2001/10/30] ports/31644 jmacd Update: devel/prcs o [2001/10/30] ports/31645 nakai Update port: editors/dedit to 0.6.2.2 o [2001/10/30] kern/31647 socket calls can return undocumented EINV o [2001/10/30] ports/31652 obrien default make package fails for editors/vi o [2001/10/30] docs/31653 doc Chapter 14 of the Handbook lacks content o [2001/10/31] ports/31669 ports New port: graphics/xawtv_applet o [2001/10/31] ports/31674 ports port math/plplot doesn't build a TCL enab o [2001/10/31] bin/31683 ssh-keygen dumps core when changing a dsa o [2001/10/31] ports/31684 ports ports/comms/hylafax fixes o [2001/11/01] gnu/31685 apropos(1) manual page doesn't tell that o [2001/11/01] i386/31686 Problem with the timestamp option when fl o [2001/11/01] ports/31691 greid update port: graphics/xawtv o [2001/11/01] ports/31697 ports Jabber port doesn't install jud o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde o [2001/11/02] kern/31711 Enhancements and bug fixes to Aironet dri o [2001/11/02] ports/31712 ports Add the Linux to flash Cisco/Aironet card o [2001/11/02] i386/31716 FreeBSD uses broken tsc timecounter by de o [2001/11/03] ports/31727 ports update pnet 0.1.8->0.2.2 o [2001/11/03] ports/31739 ports New port: lang/python-devel o [2001/11/03] ports/31740 ports Update port: ftp/py-curl o [2001/11/03] ports/31744 ports New port: emulators/minix (2.0.0) a [2001/11/03] docs/31747 dd pthread_create.3 does not markup NULL o [2001/11/04] ports/31755 znerd linux-jdk1.2.2 looks for registervm in st o [2001/11/04] ports/31757 ports devel/gvd doesn't build without tex a [2001/11/05] bin/31769 add 2 russian holydays o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/05] ports/31773 ports New port: audio/cplay, audioplayer for th o [2001/11/05] ports/31775 ports Better path for the X11 fonts from the po s [2001/11/06] ports/31809 kde [UPDATE] qt23 port to qt-2.3.2 o [2001/11/06] ports/31813 ports New Port - Update: dbXML - Java Native XM o [2001/11/07] bin/31826 sos /usr/sbin/burncd "msinfo" always returns o [2001/11/07] ports/31827 ports New port: Mird database library o [2001/11/07] ports/31841 ports update to geda tool set o [2001/11/07] ports/31846 markm [patch] games/xneko checksum mismatch o [2001/11/08] ports/31856 ports New port: security/pcsc-lite o [2001/11/08] ports/31858 ports New port: pike 7.2.234 (current CVS versi o [2001/11/08] ports/31862 portmgr [PATCH] 'make search' problem if /usr/obj 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/11] ports/31920 ports sniffit does not detect packets on some i o [2001/11/11] ports/31922 ports new port o [2001/11/12] ports/31926 ports New port security/drweb-qmail: Qmail mess o [2001/11/12] misc/31931 For floppy install, fdimage reports 'File 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 o [2001/11/12] ports/31944 portmgr bsd.port.mk: USE_XPM (implied by USE_MOTI o [2001/11/12] ports/31945 ports new port: devel/xbkregex library f [2001/11/13] misc/31952 gnome Evolution still broken o [2001/11/13] ports/31957 znerd Update tomcat port to jdk 1.3.1 o [2001/11/13] ports/31970 ports New port o [2001/11/13] kern/31971 microuptime() went backwards when apm is o [2001/11/14] ports/31975 ports "Error in backend/storage/lmgr/proc.c: Pr o [2001/11/14] misc/31981 (mis)feature in getnetent parsing -- comm o [2001/11/14] ports/31984 znerd Update orion port for config of rmi serve 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 o [2001/11/14] ports/31996 ports Build of db3 fails at ./configure a [2001/11/14] bin/31997 des login: chmod(/dev/tty??): No such file or a [2001/11/15] ports/32001 olgeni Update lang/ghc to 5.02.1 (REPLACES PR po o [2001/11/15] docs/32008 doc wrong path for dhclient.conf in dhclient- o [2001/11/15] i386/32014 ppi locks up system during boot o [2001/11/15] ports/32015 kuriyama ports/palm/pilrc bugs o [2001/11/15] docs/32020 doc loader.8 manpage missing tunables o [2001/11/15] ports/32022 znerd New port: Jakarta Tomcat 4.0.1 o [2001/11/15] ports/32034 ports [NEW PORT] ncurses-ada -- an Ada 95 bindi o [2001/11/16] ports/32037 ports New port: pm-lib o [2001/11/16] ports/32039 greid UPDATE devel/asmutils 0.14 -> 0.15 o [2001/11/16] docs/32041 doc Add point about net.inet.tcp.portange.{fi o [2001/11/16] docs/32042 doc kernfs.5 references files that will (prob o [2001/11/16] ports/32046 ports Port cleanup: x11-fonts/webfonts o [2001/11/16] ports/32048 ports New port: palm/hdunix (1.0) o [2001/11/16] docs/32054 doc inconsistency between index.3 and rindex. o [2001/11/17] ports/32056 ports New Port: emulators/adamem o [2001/11/17] ports/32060 ports New port: mkfile(8) for FreeBSD o [2001/11/17] conf/32067 Problems with spanish keyboard in console o [2001/11/17] ports/32069 nakai malloc.h fix for games/kxl o [2001/11/17] ports/32071 mita malloc.h update o [2001/11/18] ports/32076 ports WISH: merge icon patch to blackbox port o [2001/11/18] bin/32079 minor timebomb in /etc/rc o [2001/11/18] bin/32092 crypt pickups the wrong password format o [2001/11/18] ports/32097 nik scr2png doesn't make with other LOCALBASE o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc o [2001/11/19] ports/32114 portmgr WRKDIRs should be moved to a central loca o [2001/11/19] ports/32115 ports create port mail/sylpheed-devel [sylpheed a [2001/11/19] misc/32119 Support for the modern greek language a [2001/11/19] misc/32120 PR misc/24324 errata o [2001/11/19] ports/32122 jmz xf86cfg graphics-mode fails on Samsung Sy o [2001/11/20] ports/32125 keichii ports/chinese/rxvt-gb is missing checksum o [2001/11/20] bin/32126 getopt(3) not Unix-98 conformant a [2001/11/20] misc/32133 Bug in greek locale fixed o [2001/11/20] bin/32138 better progress reporting for dump(8) 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/20] ports/32147 kris mindguard port dumps core o [2001/11/20] kern/32157 AC97 Audio (appears to be) unsupported o [2001/11/21] kern/32169 kernel option to enable PCI devices on ma o [2001/11/21] ports/32174 portmgr Autoconf patch for bsd.port.mk o [2001/11/21] ports/32179 ports New port: editss (an editor for XPilot sh a [2001/11/22] misc/32193 Termcap ACS support for greek ISO-8859-7 o [2001/11/22] ports/32199 ports linking dict is at /usr/local/share/doc/t o [2001/11/22] ports/32202 ports ports/devel/py-htmlkit distribution does o [2001/11/22] ports/32207 gnome libiconv cannot be built by a pleb o [2001/11/23] misc/32210 System hangs while kernel waiting for SCS o [2001/11/23] ports/32224 znerd java/linux-jdk is out of date (RC4 iso FC o [2001/11/23] ports/32228 billf Update port: print/pdflib3 to include TIF o [2001/11/23] docs/32229 keramida Omission from Handbook Chapter 17.8 (DHCP a [2001/11/23] ports/32231 ports Update port devel/fam o [2001/11/23] ports/32232 dirk Update and bugfix port: www/mod_php4 a [2001/11/23] misc/32233 Fix /usr/src/sbin/mount_msdosfs/iso72dos o [2001/11/23] ports/32235 billf /usr/ports/net/ntop is not $LOCALBASE cle o [2001/11/23] docs/32241 doc vm_page_alloc.9 rewrite o [2001/11/23] ports/32243 sobomax ports/py-wxPython fails to compile o [2001/11/24] i386/32251 bugfix and new feature for apmd o [2001/11/24] ports/32258 scrappy converters/p5-Convert-ASN1 out of date o [2001/11/24] ports/32259 scrappy Update security/p5-IO-Socket-SSL request o [2001/11/25] misc/32265 Adding calendar.french o [2001/11/25] docs/32266 doc an incorrect ERROR section in tunefs.8 o [2001/11/25] i386/32269 [PATCH] - categorizing (XXX Lines) in NOT o [2001/11/25] ports/32271 dwcjr [PATCH] pkg-plist for net/isc-dhcp2 incor o [2001/11/25] ports/32272 petef port upgrade to latest blender version o [2001/11/25] ports/32273 kde kdm doesn't set paths from login.conf o [2001/11/25] docs/32278 mwlucas additional info for ports section o [2001/11/25] ports/32281 ports Dead project for openverse. o [2001/11/25] ports/32282 petef fvwm 2.4.3 generate error wrt 'Help' key o [2001/11/25] ports/32283 nbm Port upgrade: www/zope from 2.4.2 to 2.4. o [2001/11/26] ports/32285 vanilla a new port for application gimp-print o [2001/11/26] conf/32288 After install: /etc/rc complains if crypt o [2001/11/26] bin/32299 peter nm coredumps on sendmail in -current o [2001/11/26] i386/32301 dfr Fix for agpgart for the AMD-751 and relat o [2001/11/26] ports/32317 petef Request for linux-qt port o [2001/11/26] bin/32318 cjc no userland tool available to test resolv a [2001/11/26] docs/32323 doc man page `named(8)' do not have link for o [2001/11/27] ports/32328 ports Port update: mc-4.5.55 o [2001/11/27] docs/32339 doc Sending italian translation for new users o [2001/11/27] bin/32342 vmstat.c: certain variables appear to hav o [2001/11/27] ports/32345 ports New port: devel/hmake a [2001/11/28] bin/32354 ru # "ping -l 5 -c 0 gateway", slightly unre o [2001/11/28] ports/32361 ports port doesn't work o [2001/11/28] ports/32362 ports postgresql7 port should install more *.h o [2001/11/29] docs/32373 doc Bad ifconfig(8) alias advice in FAQ 10.9 a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated o [2001/11/29] ports/32379 ports NEW PORT: wots 1.22 o [2001/11/29] ports/32391 shige psgml-emacs20 breaks emacs's standard htm o [2001/11/30] misc/32400 rwhod - option to specify hostname o [2001/11/30] ports/32405 dirk Japanese encoding translation support for o [2001/11/30] ports/32407 sobomax Update port: graphics/tiff to 5.3.7 o [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/11/30] bin/32420 syslogd accumulates "repeated" messages w a [2001/11/30] kern/32421 sos patch to support ATA66 Mode (UDMA4) on Si o [2001/12/01] docs/32425 doc Document cvs update `P file' output o [2001/12/01] ports/32430 kris UPDATED PORT: converters/dumpasn1 o [2001/12/01] bin/32433 Cannot specify files beginning with + on o [2001/12/01] ports/32434 ports New Port: TeXmacs, a free wysiwyg scienti o [2001/12/02] ports/32440 ports graphics/gd does not build (requires free o [2001/12/02] docs/32441 doc ssh-keyscan does not collect v2 keys o [2001/12/02] ports/32444 dirk www/mod_php4: ctype support o [2001/12/02] ports/32445 portmgr CONFIGURE_TARGET default setting is bogus f [2001/12/02] kern/32446 sumikawa redundant casts o [2001/12/02] misc/32448 Cyrillic ISO 8859-5 fonts o [2001/12/02] misc/32449 Cyrillic ISO 8859-5 keymaps a [2001/12/02] misc/32450 Ukrainian ISO 8859-5 locale files o [2001/12/02] docs/32451 doc Missing images in vm-design article o [2001/12/02] docs/32452 doc disklabel(8)'s "examine or save" is confu o [2001/12/02] docs/32453 doc loop(4) should exist as link to lo(4). o [2001/12/02] ports/32457 ports New port: mail/p5-razor-agents o [2001/12/02] docs/32460 keramida named.conf(5) types and two bad markups. o [2001/12/02] docs/32462 doc ifconfig(8) has extraneous "prefixlength" o [2001/12/02] docs/32463 doc ifconfig(8) missing address_family defaul o [2001/12/03] docs/32468 doc broken link in handbook: sysutils/mkisofs o [2001/12/03] docs/32472 keramida New article: setting up a CVS repository o [2001/12/03] kern/32478 scsi/NIC drivers fail when using SMP kern o [2001/12/03] misc/32480 Missing graphic characters in syscons fon o [2001/12/03] ports/32481 ports New port: devel/chora - the Horde CVS web o [2001/12/03] misc/32490 umass support for ATAPI [with patch] o [2001/12/04] bin/32501 quot(8) is stupid regarding the filesyste o [2001/12/04] ports/32502 dima port update palm/pilot-link to 0.9.6 o [2001/12/04] ports/32508 sobomax www/flashplugin-mozilla has malloc bug o [2001/12/04] ports/32517 green Update port: emulators/snes9x to 1.39 o [2001/12/05] kern/32530 Fix for midi(4) causing hang at boot with o [2001/12/05] ports/32535 ports update of /usr/ports/www/roxen/ o [2001/12/05] docs/32542 rwatson tuning(7) inaccurate o [2001/12/05] ports/32546 znerd Remove fully-qualified lib symlinks from o [2001/12/05] ports/32549 kde kdesu doesn't work on kde2 port o [2001/12/06] ports/32559 ports gdkxft is now at version 1.4 o [2001/12/06] docs/32560 doc make.conf(5) and share/examples/make.conf o [2001/12/06] docs/32561 jasone missed functions in pthread(3) o [2001/12/06] ports/32565 ports New port: QScheme scheme interpretor o [2001/12/07] ports/32572 kde net/kio_fish: konq has no icons for fish: o [2001/12/07] docs/32578 doc A _really_ petty change to the front page o [2001/12/07] ports/32580 ports Two ports to be put in the ports tree o [2001/12/07] ports/32582 greid Update port: audio/tempest_for_eliza o [2001/12/07] ports/32585 nbm x11-wm/pwm/pkg-descr refers to "screensho o [2001/12/07] bin/32588 grog operator should backup vinum vols o [2001/12/07] ports/32596 keichii update port: chinese/auto-tw-l10n o [2001/12/08] ports/32604 ports Many ports which depends on apache don't f [2001/12/08] misc/32605 nsouch SMBus driver broken o [2001/12/08] ports/32629 nakai Update port: x11-wm/xfce to 3.8.12b (fix o [2001/12/09] ports/32643 anders update mod_watch from 2.4 to 3.0 o [2001/12/09] ports/32651 ache a small patch to obtain socks5 support to o [2001/12/09] kern/32652 n_hibma Add new scanners and a new ioctl to uscan o [2001/12/09] ports/32653 ports 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 jhb 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 doc arp(8) uses "this host" with two differen o [2001/12/10] i386/32666 mbufs leaks in dev/ed 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] ports/32673 greid update port: graphics/xawtv o [2001/12/10] docs/32674 docs no man page for the ntp_adjtime system ca o [2001/12/10] kern/32675 openssl dhparam hangs when using /dev/ran 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/10] ports/32682 lioux Bugfix graphics/avifile o [2001/12/10] ports/32690 keichii Uodate port: chinese/rxvt from 2.7.5 to 2 o [2001/12/11] docs/32697 murray [NEW ARTICLE] - Release Engineering of Fr o [2001/12/11] ports/32704 obrien update ical to use tk8.3 o [2001/12/11] ports/32708 kde kdegraphics doesn't require ghostscript p o [2001/12/12] ports/32743 ports Update port: games/nethack3-gnome/games/n o [2001/12/12] ports/32762 ache Update for archivers/xpk o [2001/12/12] ports/32769 kde kdebase2 w/o motif still puts nsplugin in o [2001/12/13] kern/32799 ucom and uplcom drivers ported from NetBS o [2001/12/13] ports/32802 greid update port: graphics/xawtv o [2001/12/13] bin/32807 which utility replacement in C o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] ports/32810 trevor ports/security/pad security (mkstemp()) f o [2001/12/13] kern/32812 bktr driver missing tuner for eeprom dete o [2001/12/13] ports/32815 roam PORT UPDATE : ftp/curl 7.9.1 -> 7.9.2 o [2001/12/13] docs/32818 doc [PATCH] - Formal Text for /docproj/who.ht o [2001/12/13] docs/32825 doc undocumented options in LINT o [2001/12/13] ports/32826 ports New port: eieio - Enhanced Integration of o [2001/12/14] bin/32828 w incorrectly handles stale utmp slots wi o [2001/12/14] ports/32838 gnome Add LDAP support to mail/evolution o [2001/12/14] conf/32841 kernel ppp sample conf files missing fro o [2001/12/14] conf/32842 User ppp sample configuration files in /e o [2001/12/14] docs/32843 doc make at(1) man page Y2K clean o [2001/12/14] ports/32846 lioux [NEW PORT] SIDplug 1.1.4 - a Commodore 64 o [2001/12/14] docs/32849 murray TEXCMDS not used for pdfjadetex o [2001/12/15] ports/32863 trevor Update port: x11-wm/aewm to 1.1.3 o [2001/12/15] ports/32864 trevor Update port: x11-wm/swm to 1.3.2 (fix por o [2001/12/15] ports/32866 des www/linux-opera considered harmful, downg o [2001/12/15] docs/32877 doc typo in ipfs.8 o [2001/12/15] kern/32880 Update aironet driver to correct signal s o [2001/12/15] ports/32883 ports New port: deskutils/nag - Horde's task li o [2001/12/15] kern/32891 add PNP ID to sio driver o [2001/12/15] ports/32892 ports New ports: x11-toolkits/gtk12-apireferenc o [2001/12/16] ports/32899 ports mail/nbsmtp causes segfaults while a comm o [2001/12/16] docs/32901 doc Misleading statement about "X Windows" o [2001/12/16] gnu/32902 Incremental tar archiving using GNU style o [2001/12/16] docs/32904 doc [PATCH] - add kern.maxusers to loader(8) o [2001/12/16] ports/32907 nakai ports/graphics/gqview update o [2001/12/16] ports/32909 dirk cdrtools produce unreadable ISO 9660 CD o [2001/12/16] docs/32910 doc [NEW DOC] The Jail Subsystem o [2001/12/16] ports/32911 ports New Port: devel/scons - SCons 0.01 - a bu o [2001/12/16] kern/32912 options misssing TCBHASHSIZE o [2001/12/16] ports/32917 ports installing ports may fail if $GREP_OPTION o [2001/12/17] ports/32926 lioux [NEW PORT] djvulibre-3.5.2--a Mozilla plu o [2001/12/17] bin/32935 /bin/sh buildin echo command have invalid o [2001/12/17] ports/32936 mharo ports/security/keyprint only supports S/K o [2001/12/17] docs/32941 doc Minor grammatical fixes for intro.4 o [2001/12/17] bin/32953 log-in-vain level should be setable in rc o [2001/12/17] ports/32961 kde Koffice upgrade to 1.1.1 o [2001/12/17] ports/32962 kde www/kdreamsite is obsolete and abandoned; o [2001/12/18] ports/32964 ports none o [2001/12/18] conf/32976 Kerberos5 config files not installed by d o [2001/12/18] docs/32979 assar manpages are not installed for k5admin an o [2001/12/18] ports/32986 ports new port: graphics/transcode o [2001/12/18] bin/32988 libfetch debugging includes vt100-ish esc o [2001/12/18] ports/32999 ports New ports: devel/ORBacus4 o [2001/12/19] kern/33004 Patch for USB (uhci) o [2001/12/19] ports/33005 ports New port: japanese/koffice-i18n o [2001/12/19] misc/33007 umass device timeout after successive use o [2001/12/19] ports/33008 will New Port: x11-wm/kwinacqua o [2001/12/19] misc/33013 mixer does not have treble/bass for Sound o [2001/12/19] kern/33014 installkernel without buildkernel gives c o [2001/12/19] ports/33015 ports PORT UPDATE, PREFIX FIX : textproc/p5-XML f [2001/12/19] bin/33016 sheldonh mount_smbfs o [2001/12/19] docs/33017 doc Updates to config section of Handbook + p o [2001/12/19] conf/33018 Patch for RC (add multiple SSHD configura o [2001/12/19] misc/33021 link "soundblaster awe64 configuration un a [2001/12/19] ports/33023 ports failed to make install ports/textproc/p5- o [2001/12/20] i386/33028 ache /usr/src/share/mklocale/zh_TW.Big5.src ty a [2001/12/20] i386/33031 ache /usr/src/share/mklocale/zh_TW.Big5.src ty o [2001/12/20] kern/33032 pirzyk Support for Intel 443MX chipset (and ATI o [2001/12/20] pending/33035gnats-adminUpdate port: x11-wm/fluxbox to 0.1.5 o [2001/12/20] pending/33036gnats-adminupdate port: x11-wm/fluxbox to 0.1.5 o [2001/12/20] ports/33037 ports update port: chinese/gugod-clean for bent o [2001/12/20] ports/33038 ports update port: chinese/ttfm for bento error o [2001/12/20] ports/33039 ports update port: chinese/moefonts-cid for pkg o [2001/12/20] docs/33041 doc [PATCH] - Section 17.5 of Handbook has wr o [2001/12/20] docs/33042 doc Minor changes to Chapter 2 of the handboo o [2001/12/20] docs/33043 doc Minor changes to Chapter 3 of the handboo o [2001/12/20] docs/33044 doc Minor changes to Chapter 5 of the handboo o [2001/12/20] ports/33047 ports new port: sylpheed-claws o [2001/12/20] ports/33049 mharo proftpd file permission error. o [2001/12/21] misc/33053 Add support for UDMA100 on SiS 730 Chipse o [2001/12/21] ports/33060 ports Update port: print/ghostscript-afpl (fix o [2001/12/21] ports/33061 ports Update port: print/ghostscript-gnu (fix p o [2001/12/21] bin/33066 sysinstall does not write to new disks as o [2001/12/21] ports/33067 ports rdesktop port doesn't list dependencies p o [2001/12/21] ports/33072 portmgr repo copy requested: ports/www/linux-net o [2001/12/21] docs/33081 doc send(2) sometimes yields ECONNREFUSED, bu o [2001/12/22] misc/33083 New VT520 and 525 termcap and terminfo in o [2001/12/22] ports/33084 ports security/cyrus-sasl doesn't add group & u o [2001/12/22] ports/33094 okazaki converters/mule-ucs, add emacs21 support s [2001/12/22] ports/33095 dirk update cdrtools to 1.11a13pre3 (1.10.p11. o [2001/12/22] i386/33097 Crystal 4237b mixer problems o [2001/12/23] ports/33108 portmgr Generate an error if WRKDIRPREFIX == /usr o [2001/12/23] ports/33109 ports Xercec-C++ port proposals o [2001/12/23] ports/33114 ports Update port: devel/viewcvs o [2001/12/23] ports/33116 ports ghostscript cjk font new port o [2001/12/23] kern/33117 empty struct md_coredump in pcb.h and use o [2001/12/23] ports/33118 keith update port: chinese/moefonts-cid for Ado o [2001/12/23] ports/33122 greid update port: www/dillo from 0.5.0 to 0.6. o [2001/12/23] kern/33124 kthread_create doesnt mark kthreads as kt o [2001/12/23] ports/33127 ports Update port: databases/unixODBC to 2.1.1 o [2001/12/23] kern/33131 spelling fixes in comments o [2001/12/23] misc/33132 Patch to handle otherscreens similiar to o [2001/12/23] bin/33133 keyinit outputs wrong next login password o [2001/12/23] ports/33134 keith update port: chinese/ghostscript6 for Ado o [2001/12/23] ports/33135 ports New port: devel/kprof - A profiling tool o [2001/12/24] docs/33140 doc Typo in en_US.ISO8859-1/books/handbook/di o [2001/12/24] ports/33145 ports new port sysutils/tree: display tree-view o [2001/12/24] ports/33146 nectar Update port: gnomeicu from 0.96.1 to 0.98 o [2001/12/24] ports/33147 ports maintainer update: print/pfaedit o [2001/12/24] ports/33148 ports maintainer update: graphics/autotrace o [2001/12/24] conf/33149 small change in /etc/periodic/*/999.local o [2001/12/24] bin/33150 sbin/sysctl: allow setting dev_t values [ o [2001/12/24] bin/33151 sbin/sysctl: unreachable and duplicated c o [2001/12/24] ports/33152 ports Update port: devel/stlport Update to 4.5. o [2001/12/24] docs/33153 doc munmap(2)'s man page lists munmap(2) wher 1719 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 11:20:29 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 475E737B41D; Mon, 24 Dec 2001 11:20:20 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOJAwZ10295; Mon, 24 Dec 2001 11:10:58 -0800 (PST) (envelope-from dd) Date: Mon, 24 Dec 2001 11:10:58 -0800 (PST) From: Message-Id: <200112241910.fBOJAwZ10295@freefall.freebsd.org> To: dd@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/33138: pnp problem in 4.3, 4.4, 4.5 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pnp problem in 4.3, 4.4, 4.5 Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: dd Responsible-Changed-When: Mon Dec 24 11:10:22 PST 2001 Responsible-Changed-Why: misfiled http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33138 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 14:20:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E71F37B41E for ; Mon, 24 Dec 2001 14:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOMK1P40242; Mon, 24 Dec 2001 14:20:01 -0800 (PST) (envelope-from gnats) Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 1E83B37B416 for ; Mon, 24 Dec 2001 14:12:36 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id JAA03441 for ; Tue, 25 Dec 2001 09:12:34 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37641) with ESMTP id <01KCA35AI70GVFJF8I@cim.alcatel.com.au> for FreeBSD-gnats-submit@freebsd.org; Tue, 25 Dec 2001 09:11:51 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.6/8.11.6) id fBOMCUO88982; Tue, 25 Dec 2001 09:12:30 +1100 (EST envelope-from jeremyp) Message-Id: <200112242212.fBOMCUO88982@gsmx07.alcatel.com.au> Date: Tue, 25 Dec 2001 09:12:30 +1100 (EST) From: Peter Jeremy Reply-To: Peter Jeremy To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/33155: [PATCH] sshd can leave hanging processes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33155 >Category: bin >Synopsis: [PATCH] sshd can leave hanging processes >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 Dec 24 14:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: Alcatel Australia Limited >Environment: System: FreeBSD cirb503493.alcatel.com.au 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #2: Sun Dec 23 07:00:19 EST 2001 root@cirb503493.alcatel.com.au:/usr/obj/usr/src/sys/pj1592 i386 OpenSSH_2.9 FreeBSD localisations 20011202, SSH protocols 1.5/2.0, OpenSSL 0x0090601f >Description: When processing an incoming connection, sshd forks to creat a child to manage the specific connection. That child forks a second time with the second child used to manage PAM authentication. If OPIE authentication is being used and the client aborts the authentication process then the second child will never terminate. Any further attempt to log in as that user will fail because of the presence of the hanging process and lock file. Note that the process never times out - LoginGraceTime has no effect on the second child because the interval timer is not inherited across the fork (see separate PR to be written). >How-To-Repeat: Configure /etc/pam.conf as follows: sshd auth required pam_opie.so sshd auth required pam_unix.so try_first_pass sshd account required pam_unix.so sshd password required pam_permit.so sshd session required pam_permit.so csshd auth required pam_opie.so Create an OPIE key for a user and insert into /etc/opiekeys. Log into the host as that user: $ slogin -l user -oTISAuthentication=yes hostname At the password prompt, enter Ctrl-C (or otherwise kill the client). On the server, a stray sshd process and /var/spool/opielocks/user file will be left behind. Further attempts to log in will always result in failure. >Fix: When the sshd process forks to manage PAM authentication, the parent and child share 3 pipes for IPC. Neither the parent nor child close the unused ends of the pipe so that the child does not detect the parent's death. The following patch closes the unused ends of the pipes. Index: auth-pam.c =================================================================== RCS file: /usr/ncvs/src/crypto/openssh/auth-pam.c,v retrieving revision 1.2.2.2 diff -u -r1.2.2.2 auth-pam.c --- auth-pam.c 28 Sep 2001 01:33:33 -0000 1.2.2.2 +++ auth-pam.c 24 Dec 2001 11:23:18 -0000 @@ -626,6 +626,13 @@ int i; char state; /* Which state did the connection just enter? */ + close(ud->statefd[1]); + ud->statefd[1] = -1; + close(ud->challengefd[1]); + ud->challengefd[1] = -1; + close(ud->responsefd[0]); + ud->responsefd[0] = -1; + /* We are the parent - wait for a call to the communications function to turn up, or the challenge to be finished */ if (read(ud->statefd[0], &state, 1) != 1) { @@ -749,6 +756,13 @@ int retval; char state; + close(ud->statefd[0]); + ud->statefd[0] = -1; + close(ud->challengefd[0]); + ud->challengefd[0] = -1; + close(ud->responsefd[1]); + ud->responsefd[1] = -1; + conv.appdata_ptr = ud; retval = pam_start(service, username, &conv, &pamh); /* Is user really user? */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 14:40:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37CA137B41E for ; Mon, 24 Dec 2001 14:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBOMe1G41473; Mon, 24 Dec 2001 14:40:01 -0800 (PST) (envelope-from gnats) Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 4464337B419 for ; Mon, 24 Dec 2001 14:33:15 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id JAA05029 for ; Tue, 25 Dec 2001 09:33:13 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37645) with ESMTP id <01KCA3VAP2U84M3TJZ@cim.alcatel.com.au> for FreeBSD-gnats-submit@freebsd.org; Tue, 25 Dec 2001 09:32:50 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.6/8.11.6) id fBOMX7889200; Tue, 25 Dec 2001 09:33:07 +1100 (EST envelope-from jeremyp) Message-Id: <200112242233.fBOMX7889200@gsmx07.alcatel.com.au> Date: Tue, 25 Dec 2001 09:33:07 +1100 (EST) From: Peter Jeremy Reply-To: Peter Jeremy To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/33156: [PATCH] fork(2) man page doesn't mention setitimer behaviour Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33156 >Category: kern >Synopsis: [PATCH] fork(2) man page doesn't mention setitimer behaviour >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 24 14:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: Alcatel Australia Limited >Environment: System: FreeBSD cirb503493.alcatel.com.au 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #2: Sun Dec 23 07:00:19 EST 2001 root@cirb503493.alcatel.com.au:/usr/obj/usr/src/sys/pj1592 i386 >Description: A child process created by fork(2) will not inherit any interval timers created in the parent (eg alarm(3)). This is not clear from the documentation. It is possible that the actual behaviour is incorrect, but the definition of struct proc implies that the behaviour is correct. In any case, the documentation should match the actual behaviour. >How-To-Repeat: I found the problem using the procedure in bin/33155 and ktracing the sshd daemon. The behaviour is demonstrated by executing the following program: main() { alarm(5); if (fork() == 0) pause(); } Whilst the parent returns immediately , the child remains running indefinitely. >Fix: .\" $FreeBSD: src/lib/libc/sys/fork.2,v 1.9.2.4 2001/12/14 18:34:00 ru Exp $ --- lib/libc/sys/fork.2 Sat Dec 22 07:55:05 2001 +++ /tmp/fork.2 Tue Dec 25 09:07:53 2001 @@ -74,6 +74,9 @@ The child process' resource utilizations are set to 0; see .Xr setrlimit 2 . +.It +All interval timers are cleared; see +.Xr setitimer 2 . .El .Sh RETURN VALUES Upon successful completion, @@ -119,6 +122,7 @@ .Sh SEE ALSO .Xr execve 2 , .Xr rfork 2 , +.Xr setitimer 2 , .Xr setrlimit 2 , .Xr vfork 2 , .Xr wait 2 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 17:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72FE437B41A for ; Mon, 24 Dec 2001 17:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBP1K1l65288; Mon, 24 Dec 2001 17:20:01 -0800 (PST) (envelope-from gnats) Received: from mail.ubergeeks.com (lorax.ubergeeks.com [209.145.65.55]) by hub.freebsd.org (Postfix) with ESMTP id 67FBB37B41B for ; Mon, 24 Dec 2001 17:11:15 -0800 (PST) Received: (from adrian@localhost) by mail.ubergeeks.com (8.11.6/8.11.6) id fBP1BDo70474; Mon, 24 Dec 2001 20:11:13 -0500 (EST) (envelope-from adrian) Message-Id: <200112250111.fBP1BDo70474@mail.ubergeeks.com> Date: Mon, 24 Dec 2001 20:11:13 -0500 (EST) From: Adrian Filipi-Martin Reply-To: Adrian Filipi-Martin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/33158: sh expr cleanup in MAKEDEV Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33158 >Category: bin >Synopsis: sh expr cleanup in MAKEDEV >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 24 17:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Adrian Filipi-Martin >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: Ubergeeks Consulting >Environment: System: FreeBSD lorax.ubergeeks.com 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #16: Sat Dec 22 13:54:55 EST 2001 root@lorax.ubergeeks.com:/usr/obj/usr/src/sys/LORAX i386 >Description: When the MAKEDEV script was converted from extensive use of the expr(1) command to using sh builtin $((expr)) arithmatic, a couple of no longer needed escapes of some operator characters were missed. >How-To-Repeat: Look at the code. >Fix: Apply this patch. --- MAKEDEV.orig Mon Dec 24 20:03:43 2001 +++ MAKEDEV Mon Dec 24 20:04:23 2001 @@ -1599,8 +1599,8 @@ *c) unit=12;; *d) unit=13;; *e) unit=14;; *f) unit=15;; esac case $i in - ttyy?) unit=$(($unit \+ 16));; - ttyz?) unit=$(($unit \+ 32));; + ttyy?) unit=$(($unit + 16));; + ttyz?) unit=$(($unit + 32));; esac mknod $i c 42 $unit ;; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 24 22:21:34 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from www.locallivevideodating.com (locallivevideodating.com [216.149.205.98]) by hub.freebsd.org (Postfix) with ESMTP id 28DE237B405 for ; Mon, 24 Dec 2001 22:21:32 -0800 (PST) Received: from 216.149.205.2 [216.149.205.2] by pinky.oasysis.com (SMTPD32-6.06) id A3BC3E36004A; Tue, 25 Dec 2001 00:50:52 -0500 From: info@locallivevideodating.com To: ebonylist02@locallivevideodating.com Cc: eharris@oasysis.com Subject: A New Date for the Holiday Season Date: Tue, 25 Dec 2001 00:50:52 -0500 X-Mailer: Allaire ColdFusion Application Server MIME-Version: 1.0 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <200112250050578.SM00425@216.149.205.2> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Online Dating Made Easy with Local Live Video Dating.com

Click here NOW to join locallivevideodating.com, the world's leading online dating Website!

You talk and smile at eachother and really keep eachother company. You are not concerned about the fact that you just met eachother because you know that you are completely safe. Before you say goodnight , you make a date to meet for coffee the next day and you feel really good about what you have done. How is this possible?just buy an inexpensive pc camera and when you want some company , just log onto a fun and exciting new singles dating site at WWW.locallivevideodating.com and experiance a whole new way of safely meeting great new people. Owning and using a camera is an option . No camera needed to join!

Visit Local Live Video Dating.com NOW and register today to receive a TOTALLY FREE membership! You have absolutely NOTHING to lose! With millions of people looking for love everyday, the possibilities are endless. Why chance your destiny when you can have the opportunity to create it?

Click here NOW to join locallivevideodating.com, the world's leading online dating Website!

PersonalLink, Inc.
www.locallivevideodating.com

============================================================
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 25 6:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8568D37B417 for ; Tue, 25 Dec 2001 06:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBPEK0Q11486; Tue, 25 Dec 2001 06:20:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 244F337B417 for ; Tue, 25 Dec 2001 06:12:07 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBPEC7a10470; Tue, 25 Dec 2001 06:12:07 -0800 (PST) (envelope-from nobody) Message-Id: <200112251412.fBPEC7a10470@freefall.freebsd.org> Date: Tue, 25 Dec 2001 06:12:07 -0800 (PST) From: Dziugas Baltrunas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/33169: system freeze after cron daily security check Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33169 >Category: misc >Synopsis: system freeze after cron daily security check >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 25 06:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Dziugas Baltrunas >Release: 4.4 >Organization: M-1 >Environment: FreeBSD mail2.m-1.lt 4.4-RELEASE FreeBSD 4.4-RELEASE #3: Mon Dec 24 12:07:26 EET 2001 root@mail2.m-1.lt:/usr/src/sys/compile/SALA i386 >Description: when there are a lot of directories in /var, a part of daily cron script, 450.status-security executes find command, which after 10 minutes freezes the system. >How-To-Repeat: try to "make" lot of files and directories in partition and to cron status-security. >Fix: haven't find yet. my solution was to disable status-security in /etc/defaults/periodic.conf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 25 7:45: 3 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from www.locallivevideodating.com (locallivevideodating.com [216.149.205.98]) by hub.freebsd.org (Postfix) with ESMTP id D261037B416 for ; Tue, 25 Dec 2001 07:44:59 -0800 (PST) Received: from imf01bis.bellsouth.net [205.152.58.161] by www.locallivevideodating.com with ESMTP (SMTPD32-6.06) id A979E88002C; Tue, 25 Dec 2001 10:21:29 -0500 Received: from bellsouth.net ([208.61.156.111]) by imf01bis.bellsouth.net (InterMail vM.5.01.04.00 201-253-122-122-20010827) with ESMTP id <20011225152734.VBGI21672.imf01bis.bellsouth.net@bellsouth.net>; Tue, 25 Dec 2001 10:27:34 -0500 Message-ID: <3C289A13.3010109@bellsouth.net> Date: Tue, 25 Dec 2001 10:24:03 -0500 From: "Oscar J. Braynon" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: info@locallivevideodating.com, ebonylist02@locallivevideodating.com, eharris@oasysis.com Subject: Remove: References: <200112250050578.SM00425@216.149.205.2> Content-Type: multipart/related; boundary="------------090806070308040207060303" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --------------090806070308040207060303 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Please Remove my address from your list info@locallivevideodating.com wrote: > > Online Dating Made Easy with > Local Live Video Dating.com > > Click here NOW to join locallivevideodating.com > , the world's leading online > dating Website! > > You talk and smile at eachother and really keep eachother company. You > are not concerned about the fact that you just met eachother because > you know that you are completely safe. Before you say goodnight , you > make a date to meet for coffee the next day and you feel really good > about what you have done. How is this possible?just buy an inexpensive > pc camera and when you want some company , just log onto a fun and > exciting new singles dating site at WWW.locallivevideodating.com > and experiance a whole new way > of safely meeting great new people. Owning and using a camera is an > option . No camera needed to join! > > Visit Local Live Video Dating.com NOW > and register today to receive a > TOTALLY FREE membership! You have absolutely NOTHING to lose! With > millions of people looking for love everyday, the possibilities are > endless. Why chance your destiny when you can have the opportunity to > create it? > > Click here NOW to join locallivevideodating.com > , the world's leading online > dating Website! > > PersonalLink, Inc. > www.locallivevideodating.com > > ============================================================ > --------------090806070308040207060303-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 25 9:11:25 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from www.locallivevideodating.com (locallivevideodating.com [216.149.205.98]) by hub.freebsd.org (Postfix) with ESMTP id 3C92B37B405 for ; Tue, 25 Dec 2001 09:11:22 -0800 (PST) Received: from imf05bis.bellsouth.net [205.152.58.145] by www.locallivevideodating.com with ESMTP (SMTPD32-6.06) id A260189B00DC; Tue, 25 Dec 2001 10:59:28 -0500 Received: from king-raleigh.org ([209.214.160.134]) by imf05bis.bellsouth.net (InterMail vM.5.01.04.00 201-253-122-122-20010827) with ESMTP id <20011225160533.UYMT17507.imf05bis.bellsouth.net@king-raleigh.org>; Tue, 25 Dec 2001 11:05:33 -0500 Message-ID: <3C28A304.F81C29E@king-raleigh.org> Date: Tue, 25 Dec 2001 11:02:12 -0500 From: Bruce Lightner Organization: Raleigh/Wake Martin Luther King Committee, Inc. X-Mailer: Mozilla 4.7 [en]C-bls40 (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "Oscar J. Braynon" Cc: info@locallivevideodating.com, ebonylist02@locallivevideodating.com, eharris@oasysis.com Subject: Re: Remove: References: <200112250050578.SM00425@216.149.205.2> <3C289A13.3010109@bellsouth.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Eric: I received this "Remove" notice from Mr. Braynon. See below. Also, yesterday I received a message from a video dating company which showed you as being a contact. Please advise as to if there is some way my list got tangled up with this one. Bruce "Oscar J. Braynon" wrote: > Please Remove my address from your list > > info@locallivevideodating.com wrote: > > > > > Online Dating Made Easy with > > Local Live Video Dating.com > > > > Click here NOW to join locallivevideodating.com > > , the world's leading online > > dating Website! > > > > You talk and smile at eachother and really keep eachother company. You > > are not concerned about the fact that you just met eachother because > > you know that you are completely safe. Before you say goodnight , you > > make a date to meet for coffee the next day and you feel really good > > about what you have done. How is this possible?just buy an inexpensive > > pc camera and when you want some company , just log onto a fun and > > exciting new singles dating site at WWW.locallivevideodating.com > > and experiance a whole new way > > of safely meeting great new people. Owning and using a camera is an > > option . No camera needed to join! > > > > Visit Local Live Video Dating.com NOW > > and register today to receive a > > TOTALLY FREE membership! You have absolutely NOTHING to lose! With > > millions of people looking for love everyday, the possibilities are > > endless. Why chance your destiny when you can have the opportunity to > > create it? > > > > Click here NOW to join locallivevideodating.com > > , the world's leading online > > dating Website! > > > > PersonalLink, Inc. > > www.locallivevideodating.com > > > > ============================================================ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 25 9:30: 7 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from www.locallivevideodating.com (locallivevideodating.com [216.149.205.98]) by hub.freebsd.org (Postfix) with ESMTP id E290637B41A for ; Tue, 25 Dec 2001 09:30:04 -0800 (PST) Received: from imo-d02.mx.aol.com [205.188.157.34] by www.locallivevideodating.com with ESMTP (SMTPD32-6.06) id A8E8DDF30138; Tue, 25 Dec 2001 11:27:20 -0500 Received: from CDOM1@aol.com by imo-d02.mx.aol.com (mail_out_v31_r1.9.) id k.47.158c86fa (24898); Tue, 25 Dec 2001 11:32:07 -0500 (EST) From: CDOM1@aol.com Message-ID: <47.158c86fa.295a0404@aol.com> Date: Tue, 25 Dec 2001 11:32:04 EST Subject: Re: Remove: To: braynon@bellsouth.net, info@locallivevideodating.com, ebonylist02@locallivevideodating.com, eharris@oasysis.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 5.0 for Mac sub 28 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org who are you people and why are you writing to me? I dont want any of your stuff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 25 11:50:39 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from www.locallivevideodating.com (locallivevideodating.com [216.149.205.98]) by hub.freebsd.org (Postfix) with ESMTP id C954A37B405 for ; Tue, 25 Dec 2001 11:50:36 -0800 (PST) Received: from smtpsrv1.isis.unc.edu [152.2.1.138] by www.locallivevideodating.com with ESMTP (SMTPD32-6.06) id A354110004E; Tue, 25 Dec 2001 11:03:32 -0500 Received: from webmail5.isis.unc.edu (webmail5.isis.unc.edu [152.2.1.182]) by smtpsrv1.isis.unc.edu (8.9.3/8.9.1) with ESMTP id LAA21724; Tue, 25 Dec 2001 11:08:25 -0500 (EST) From: cernst@email.unc.edu Received: (from nobody@localhost) by webmail5.isis.unc.edu (8.9.3/8.9.3) id LAA27463; Tue, 25 Dec 2001 11:08:25 -0500 (EST) To: info@locallivevideodating.com, ebonylist02@locallivevideodating.com Subject: Remove Date: Tue, 25 Dec 2001 11:08:24 -0500 Message-ID: <1009296504.3c28a478ecdb6@webmail5.isis.unc.edu> X-Mailer: UNCWebmail v1.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please Remove my address from your list info@locallivevideodating.com wrote: > > Online Dating Made Easy with > Local Live Video Dating.com > > Click here NOW to join locallivevideodating.com > , the world's leading online > dating Website! > > You talk and smile at eachother and really keep eachother company. You > are not concerned about the fact that you just met eachother because > you know that you are completely safe. Before you say goodnight , you > make a date to meet for coffee the next day and you feel really good > about what you have done. How is this possible?just buy an inexpensive > pc camera and when you want some company , just log onto a fun and > exciting new singles dating site at WWW.locallivevideodating.com > and experiance a whole new way > of safely meeting great new people. Owning and using a camera is an > option . No camera needed to join! > > Visit Local Live Video Dating.com NOW > and register today to receive a > TOTALLY FREE membership! You have absolutely NOTHING to lose! With > millions of people looking for love everyday, the possibilities are > endless. Why chance your destiny when you can have the opportunity to > create it? > > Click here NOW to join locallivevideodating.com > , the world's leading online > dating Website! > > PersonalLink, Inc. > www.locallivevideodating.com > > ============================================================ > ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 25 12:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADC7A37B416 for ; Tue, 25 Dec 2001 12:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBPKo1A88590; Tue, 25 Dec 2001 12:50:01 -0800 (PST) (envelope-from gnats) Received: from primare.xs4all.nl (213-84-188-140.adsl.xs4all.nl [213.84.188.140]) by hub.freebsd.org (Postfix) with ESMTP id 2469637B41B for ; Tue, 25 Dec 2001 12:41:52 -0800 (PST) Received: (from djmuggs@localhost) by primare.xs4all.nl (8.11.6/8.11.1) id fBPKelI23661; Tue, 25 Dec 2001 21:40:47 +0100 (CET) (envelope-from djmuggs) Message-Id: <200112252040.fBPKelI23661@primare.xs4all.nl> Date: Tue, 25 Dec 2001 21:40:47 +0100 (CET) From: DJ Tha Muggs Reply-To: DJ Tha Muggs To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/33175: /usr/src/sys/kern/vfs_subr.c:271: VLKTIMEOUT' undeclared Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33175 >Category: kern >Synopsis: /usr/src/sys/kern/vfs_subr.c:271: VLKTIMEOUT' undeclared >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 25 12:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: DJ Tha Muggs >Release: FreeBSD 4.5-PRE i386 >Organization: None >Environment: System: FreeBSD primare.xs4all.nl 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Dec 24 16:05:55 CET 2001 djmuggs@primare.xs4all.nl:/usr/src/sys/compile/PRIMARE i386 >Description: Error code 1 on building kernel >How-To-Repeat: Make kernel again >Fix: Used "src/sys/kern/vfs_subr.c,v 1.249.2.21 2001/12/14 07:19:23 dillon Ex" instead of "src/sys/kern/vfs_subr.c,v 1.249.2.22 2001/12/25 01:27:55 dillon Ex" >Release-Note: >Audit-Trail: >Unformatted: (first use in this function) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 25 16:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4641037B417; Tue, 25 Dec 2001 16:30:05 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQ0Rvn17955; Tue, 25 Dec 2001 16:27:57 -0800 (PST) (envelope-from roam) Date: Tue, 25 Dec 2001 16:27:57 -0800 (PST) From: Message-Id: <200112260027.fBQ0Rvn17955@freefall.freebsd.org> To: djmuggs@xs4all.nl, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/33175: /usr/src/sys/kern/vfs_subr.c:271: VLKTIMEOUT' undeclared Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /usr/src/sys/kern/vfs_subr.c:271: VLKTIMEOUT' undeclared State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Tue Dec 25 16:23:21 PST 2001 State-Changed-Why: Update your source tree and try again. The VLKTIMEOUT definition was added to vnode.h 17 minutes after rev. 1.249.2.22 of vfs_subr.c was committed. It seems that you managed to update your source tree at just the wrong time :) In the future, please report 4.x-STABLE build problems to the freebsd-stable@FreeBSD.org mailing list before opening a PR. Such build problems are very likely to be solved within minutes of their appearance, and by the time somebody files a PR, the fix is usually already committed :) All the same, thanks for taking the time to report the problem! If you already have rev. 1.111.2.18 of vnode.h, that is a different matter - tell me so and I will reopen the PR, because in that case it would be a problem with the kernel build framework. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33175 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 25 21:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3392137B41B for ; Tue, 25 Dec 2001 21:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQ5e1q82679; Tue, 25 Dec 2001 21:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80B6A37B419 for ; Tue, 25 Dec 2001 21:35:05 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQ5Z5o82241; Tue, 25 Dec 2001 21:35:05 -0800 (PST) (envelope-from nobody) Message-Id: <200112260535.fBQ5Z5o82241@freefall.freebsd.org> Date: Tue, 25 Dec 2001 21:35:05 -0800 (PST) From: Kip Macy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: gnu/33182: gdb seg faults when given handle SIGALRM nopass for threaded app Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33182 >Category: gnu >Synopsis: gdb seg faults when given handle SIGALRM nopass for threaded app >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 25 21:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Kip Macy >Release: 4.4 >Organization: Extended Solutions >Environment: FreeBSD netherworld.eventdriven.org 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Nov 3 20:42:16 PST 2001 root@netherworld.eventdriven.org:/usr/src/sys/compile/NETHERWORLD i386 >Description: GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (gdb) b main Breakpoint 1 at 0x804864a: file alrmtest.c, line 55. (gdb) r Starting program: /usr/home/kmacy/netapp/dvlp/alrmtest Breakpoint 1, main () at alrmtest.c:55 55 sk_init_timer(); (gdb) list 50 } 51 52 int 53 main() { 54 int i, j; 55 sk_init_timer(); 56 while (1) { 57 /* useless assignment to demonstrate lack of progress */ 58 i = 0; 59 /* useless assignment to demonstrate lack of progress */ (gdb) n 56 while (1) { (gdb) n Program received signal SIGTRAP, Trace/breakpoint trap. 0x280f1150 in _thread_sys_sigprocmask () from /usr/lib/libc_r.so.4 (gdb) n Single stepping until exit from function _thread_sys_sigprocmask, which has no line number information. Program received signal SIGTRAP, Trace/breakpoint trap. 0x280f1150 in _thread_sys_sigprocmask () from /usr/lib/libc_r.so.4 (gdb) handle SIGALRM nopass Segmentation fault (core dumped) >How-To-Repeat: link app with libc_r type handle SIGALRM nopass in gdb >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 1:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A88D37B416 for ; Wed, 26 Dec 2001 01:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQ9o1i20415; Wed, 26 Dec 2001 01:50:01 -0800 (PST) (envelope-from gnats) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by hub.freebsd.org (Postfix) with ESMTP id 0D71537B416 for ; Wed, 26 Dec 2001 01:47:58 -0800 (PST) Received: from blackbox.pacbell.net ([64.172.24.78]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GOY008QP37XZ2@mta7.pltn13.pbi.net> for FreeBSD-gnats-submit@freebsd.org; Wed, 26 Dec 2001 01:47:57 -0800 (PST) Received: (from mikem@localhost) by blackbox.pacbell.net (8.11.6/8.11.6) id fBQ9xQV00996; Wed, 26 Dec 2001 01:59:26 -0800 (PST envelope-from mikem) Message-Id: <200112260959.fBQ9xQV00996@blackbox.pacbell.net> Date: Wed, 26 Dec 2001 01:59:26 -0800 (PST) From: mikem Reply-To: mikem To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/33187: [PATCH] /bin/ls -dF adds trailing slash regardless of whether there is already one there Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33187 >Category: bin >Synopsis: [PATCH] /bin/ls -dF adds trailing slash regardless of whether there is already one there >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 01:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: mikem >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD blackbox.pacbell.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Dec 21 01:57:15 PST 2001 mikem@blackbox.pacbell.net:/FreeBSD/obj.current/FreeBSD/current/src/sys/BLACKBOX i386 >Description: If a user specifies a directory with a trailing forward slash to ls -dF, ls adds another trailing '/'. If you specify /usr/, the output is /usr//. Among other things, this behaviour will screw up any scripts or programs that chop trailing forward slashes. >How-To-Repeat: % ls -dF /usr/ or % ls -dF /usr/*/ >Fix: I've included a patch. It was necessary to change the arguments that print.c:printtype() takes. Also, while fixing this bug it introduces another subtle bug: if the -G switch is enabled, the trailing backslash will also be colorized. for example: % ls -dFG /usr/ /usr will output: /usr/ (where the '/' will be colorized) /usr/ (where the '/' will *not* be colorized A simple solution would be to colorize not just the file/dir names, but also the trailing type specifiers. While it's not good practice to introduce one bug just to fix another, in this case I think the tradeoff is ok. One bug merely makes ls output a little less pretty, while the other one can screw up other programs and scripts. In any case, here's the patch. Do what you will with it. --- /usr/src/bin/ls/print.c Tue Nov 27 06:30:05 2001 +++ print.c Wed Dec 26 00:49:54 2001 @@ -69,7 +69,7 @@ static int printaname __P((FTSENT *, u_long, u_long)); static void printlink __P((FTSENT *)); static void printtime __P((time_t)); -static int printtype __P((u_int)); +static int printtype __P((u_int, const char*, u_int len)); #ifdef COLORLS static void endcolor __P((int)); static int colortype __P((mode_t)); @@ -190,7 +190,7 @@ endcolor(0); #endif if (f_type) - (void)printtype(sp->st_mode); + (void)printtype(sp->st_mode, p->fts_name, p->fts_namelen); if (S_ISLNK(sp->st_mode)) printlink(p); (void)putchar('\n'); @@ -301,7 +301,7 @@ endcolor(0); #endif if (f_type) - chcnt += printtype(sp->st_mode); + chcnt += printtype(sp->st_mode, p->fts_name, p->fts_namelen); return (chcnt); } @@ -334,12 +334,14 @@ } static int -printtype(mode) - u_int mode; +printtype(mode, name, len) + const char* name; + u_int mode, len; { switch (mode & S_IFMT) { case S_IFDIR: - (void)putchar('/'); + if (name[len - 1] != '/') + (void)putchar('/'); return (1); case S_IFIFO: (void)putchar('|'); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 3:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F1C337B405 for ; Wed, 26 Dec 2001 03:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQBe3j45600; Wed, 26 Dec 2001 03:40:03 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Dec 2001 03:40:03 -0800 (PST) Message-Id: <200112261140.fBQBe3j45600@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: mikem Subject: Re: bin/33187: [PATCH] /bin/ls -dF adds trailing slash regardless of whether there is already one there Reply-To: mikem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/33187; it has been noted by GNATS. From: mikem To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/33187: [PATCH] /bin/ls -dF adds trailing slash regardless of whether there is already one there Date: Wed, 26 Dec 2001 03:42:12 -0800 This is a multi-part message in MIME format. --Boundary_(ID_IIdUyl+tqyey1bOuHiC/Sw) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT That patch really didn't sit well with me, so I wrote another one. It was so simple that I wonder why I didn't think of it in the first place. Hmm... maybe it's all that X-mas liquor :-) Anyways, the patch is attached to this email Cheers, mikem --Boundary_(ID_IIdUyl+tqyey1bOuHiC/Sw) Content-type: application/octet-stream; name=ls Content-transfer-encoding: base64 Content-disposition: attachment; filename=ls LS0tIC91c3Ivc3JjL2Jpbi9scy9scy5jCVR1ZSBOb3YgMjcgMDY6MzA6MDUgMjAwMQorKysgbHMu YwlXZWQgRGVjIDI2IDAzOjM1OjUwIDIwMDEKQEAgLTEzMiw3ICsxMzIsNyBAQAogewogCXN0YXRp YyBjaGFyIGRvdFtdID0gIi4iLCAqZG90YXZbXSA9IHsgZG90LCBOVUxMIH07CiAJc3RydWN0IHdp bnNpemUgd2luOwotCWludCBjaCwgZnRzX29wdGlvbnMsIG5vdHVzZWQ7CisJaW50IGNoLCBmdHNf b3B0aW9ucywgbm90dXNlZCwgaW5kZXgsIGxlbjsKIAljaGFyICpwOwogCiAjaWZkZWYgQ09MT1JM UwpAQCAtMzgyLDYgKzM4MiwxOSBAQAogCQlwcmludGZjbiA9IHByaW50bG9uZzsKIAllbHNlCiAJ CXByaW50ZmNuID0gcHJpbnRjb2w7CisKKwkvKgorCSAqIFJlbW92ZSB0cmFpbGluZyAnLycgaWYg LWQgYW5kIC1GIGFyZSBzcGVjaWZpZWQKKwkgKiBzbyB3ZSBkb24ndCBnZXQgaW50byB0aGUgc2l0 dWF0aW9uIHdoZXJlOgorCSAqICUgbHMgLWRGIC91c3IvCisJICogb3V0cHV0czogL3Vzci8vCisJ ICovCisJaWYgKGZfbGlzdGRpciAmJiBmX3R5cGUpCisJCWZvcihpbmRleD0wOyBpbmRleCA8IGFy Z2MgOyBpbmRleCsrKSB7CisJCQlsZW4gPSBzdHJsZW4oYXJndltpbmRleF0pOworCQkJaWYgKGFy Z3ZbaW5kZXhdW2xlbiAtIDFdID09ICcvJykKKwkJCQlhcmd2W2luZGV4XVtsZW4gLSAxXSA9ICdc MCc7CisJCX0KIAogCWlmIChhcmdjKQogCQl0cmF2ZXJzZShhcmdjLCBhcmd2LCBmdHNfb3B0aW9u cyk7Cg== --Boundary_(ID_IIdUyl+tqyey1bOuHiC/Sw)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 3:50:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A50B337B41F for ; Wed, 26 Dec 2001 03:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQBo2X46712; Wed, 26 Dec 2001 03:50:02 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Dec 2001 03:50:02 -0800 (PST) Message-Id: <200112261150.fBQBo2X46712@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: mikem Subject: Re: bin/33187: [PATCH] /bin/ls -dF adds trailing slash regardless of whether there is already one there Reply-To: mikem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/33187; it has been noted by GNATS. From: mikem To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/33187: [PATCH] /bin/ls -dF adds trailing slash regardless of whether there is already one there Date: Wed, 26 Dec 2001 04:00:44 -0800 ok, let's try this one more time... --- /usr/src/bin/ls/ls.c Tue Nov 27 06:30:05 2001 +++ ls.c Wed Dec 26 03:35:50 2001 @@ -132,7 +132,7 @@ { static char dot[] = ".", *dotav[] = { dot, NULL }; struct winsize win; - int ch, fts_options, notused; + int ch, fts_options, notused, index, len; char *p; #ifdef COLORLS @@ -382,6 +382,19 @@ printfcn = printlong; else printfcn = printcol; + + /* + * Remove trailing '/' if -d and -F are specified + * so we don't get into the situation where: + * % ls -dF /usr/ + * outputs: /usr// + */ + if (f_listdir && f_type) + for(index=0; index < argc ; index++) { + len = strlen(argv[index]); + if (argv[index][len - 1] == '/') + argv[index][len - 1] = '\0'; + } if (argc) traverse(argc, argv, fts_options); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 6:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67C5737B419 for ; Wed, 26 Dec 2001 06:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQEA1u10439; Wed, 26 Dec 2001 06:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 445D937B416 for ; Wed, 26 Dec 2001 06:00:29 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQE0TR05676; Wed, 26 Dec 2001 06:00:29 -0800 (PST) (envelope-from nobody) Message-Id: <200112261400.fBQE0TR05676@freefall.freebsd.org> Date: Wed, 26 Dec 2001 06:00:29 -0800 (PST) From: Doug To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/33195: User Configuration transfer problem during install Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33195 >Category: i386 >Synopsis: User Configuration transfer problem during install >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 06:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Doug >Release: 5.0 >Organization: >Environment: >Description: During initial installation, while files are being copied, I get a dialog that tells me "Unable to transger the xxxxxxx distribution from acdoc. Do want to try to retrieve it again?" I am installing version 5 on a toshiba laptop and chose the "All" canned distibution and am installing from CD-ROM. I have 6 partitions set up: / swap /var /tmp /user /home. The "/" partition has 100MB assigned and is the smallest partition. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 8: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BD0C37B416 for ; Wed, 26 Dec 2001 08:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQG01q47518; Wed, 26 Dec 2001 08:00:01 -0800 (PST) (envelope-from gnats) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id EE13D37B405 for ; Wed, 26 Dec 2001 07:55:07 -0800 (PST) Received: (from robert@localhost) by fledge.watson.org (8.11.6/8.11.5) id fBQFt6445948; Wed, 26 Dec 2001 10:55:06 -0500 (EST) (envelope-from robert) Message-Id: <200112261555.fBQFt6445948@fledge.watson.org> Date: Wed, 26 Dec 2001 10:55:06 -0500 (EST) From: Robert Watson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/33201: net/net_osdep.c:if_name is broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33201 >Category: kern >Synopsis: net/net_osdep.c:if_name is broken >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 08:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Robert Watson >Release: FreeBSD 5.0-CURRENT i386 >Organization: NAI Labs >Environment: System: FreeBSD curry.decoverly.watson.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Dec 23 23:15:06 EST 2001 rwatson@curry.decoverly.watson.org:/usr/obj/usr/src/sys/BKTR i386 >Description: While it doesn't actually currently result in a failure that I can find, if_name() is written in a very failure-prone style: const char * if_name(ifp) struct ifnet *ifp; { #define MAXNUMBUF 8 static char nam[MAXNUMBUF][IFNAMSIZ + 10]; /*enough?*/ static int ifbufround = 0; char *cp; ifbufround = (ifbufround + 1) % MAXNUMBUF; cp = nam[ifbufround]; snprintf(cp, IFNAMSIZ + 10, "%s%d", ifp->if_name, ifp->if_unit); return((const char *)cp); #undef MAXNUMBUF } Returning pointers into the stack space of a function that is exiting is *never* a good idea. Also, this code suffers from a continuing confusion about the possible size of interface name strings that seems widespread through the sack. IFNAMSIZ should either be sufficient and used everywhere, or be fixed. As it stands, I found several hard-coded variants on the them, and the ifunit() code to build a device name also looked fairly suspect. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 8:12:30 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from card.co.ru (mail2.co.ru [194.85.128.20]) by hub.freebsd.org (Postfix) with ESMTP id B4CA337B405 for ; Wed, 26 Dec 2001 08:12:15 -0800 (PST) Received: from tst (n7-34.card.co.ru [62.105.157.34]) by card.co.ru (8.11.4/8.11.0) with SMTP id fBQHIFe21664 for ; Wed, 26 Dec 2001 19:18:16 +0200 (EET) Message-Id: <200112261718.fBQHIFe21664@card.co.ru> From: VISA SUPPORT To: freebsd-bugs@freebsd.org Subject: ÏÀÑÏÎÐÒÍÎ-ÂÈÇÎÂÛÅ ÓÑËÓÃÈ / VISA SUPPORT X-Mailer: The Bat 1.53d Reply-To: evsnew@email.ru Date: Wed, 26 Dec 2001 19:10:05 +0300 Mime-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Î Ô Î Ð Ì Ë Å Í È Å Ç À à РÀ Í Ï À Ñ Ï Î Ð Ò Î Â (Öåíû óêàçàíû äëÿ æèòåëåé Ìîñêâû è Ìîñê. îáëàñòè) 35 ðàá.äíåé - $70 21-23 ðàá.äíåé - $140 15-17 ðàá.äíåé - $180 10-12 ðàá.äíåé - $260 8-9 ðàá. äíåé - $330 6-7 ðàá. äíåé - $390 Ïî Âàøåìó çàïðîñó âûøëåì êîìïëåêò íåîáõîäèìûõ äîêóìåíòîâ äëÿ îôîðìëåíèÿ çàãðàíïàñïîðòà. Â È Ç Î Â Û Å Ó Ñ Ë Ó Ã È Îôîðìëåíèå ïðèãëàøåíèé äëÿ ÈÍÎÑÒÐÀÍÖÅ â Ðîññèþ. Îäíîêðàòíîå íà 1 ìåñÿö - $ 25 Ìíîãîêðàòíîå íà 1 ãîä- $ 150 *Ïðàâîâûå âîïðîñû îòíîñèòåëüíî ïðåáûâàíèÿ èíîñòðàííûõ ãðàæäàí íà òåððèòîðèè ÐÔ, ïðîáëåìíûå ñëó÷àè. *Âîïðîñû âûåçäà ÐÎÑÑÈßÍ çà ðóáåæ, îôîðìëåíèå íàäëåæàùèõ äîêóìåíòîâ (ÂÈÇÛ). ÁÅÑÏËÀÒÍÛÉ ÂÛÅÇÄ ÊÓÐÜÅÐÀ Ê ÂÀÌ Â ÎÔÈÑ Â ÏÐÅÄÅËÀÕ ã. ÌÎÑÊÂÛ ÒÅË./ÔÀÊÑ: (095) 797-04-82, 797-04-08, 107-78-58 V I S A S E R V I C E S L e g a l i z a t i o n o f t h e R u s s i a n v i s a - i n v i t a t i o n s f o r f o r e i g n c i t i z e n s. Single for 1 month-only $25 Multiple for 1 year-only $150 *S o l u t i o n o f l e g a l m a t t e r s c o n c e r n i n g f o r e i g n c i t i z e n s s t a y o n t h e t e r r i t o r y o f R u s s i a n F e d e r a t i o n, q u e s t i o n a b l e i s s u e s. *A s s i s t a n c e i n v i s a s r e g i s t r a t i o n f o r t h e f o r e i g n c i t i z e n s i n R u s s i a. *S o l u t i o n o f t h e p r o b l e m s c o n c e r n i n g R U S S I A N c i t i z e n s d e p a r t u r e a b r o a d, r e g i s t r a t i o n o f t h e p r o p e r d o c u m e n t s: f o r e i g n p a s s p o r t s a n d v i s a s. TEL./FAX: +7(095) 797-04-82, 797-04-08, 107-78-58 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 8:20:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2F9D37B405 for ; Wed, 26 Dec 2001 08:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQGK1W53302; Wed, 26 Dec 2001 08:20:01 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Dec 2001 08:20:01 -0800 (PST) Message-Id: <200112261620.fBQGK1W53302@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Robert Watson Subject: Re: kern/33201: net/net_osdep.c:if_name is broken Reply-To: Robert Watson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/33201; it has been noted by GNATS. From: Robert Watson To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: kern/33201: net/net_osdep.c:if_name is broken Date: Wed, 26 Dec 2001 11:12:24 -0500 (EST) Slight update on this: I misread the function, it's evil due to its use of MAXNUMBUF rather than its use of stack space. Comments about IFNAMSIZE still apply. If we want to formally maintain an interface name string somewhere, I wouldn't mind, but it should probably be in struct ifnet. It might reduce the number of potential if_name/if_unit/string-based bugs substantially. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Wed, 26 Dec 2001, Robert Watson wrote: > > >Number: 33201 > >Category: kern > >Synopsis: net/net_osdep.c:if_name is broken > >Confidential: no > >Severity: serious > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Wed Dec 26 08:00:01 PST 2001 > >Closed-Date: > >Last-Modified: > >Originator: Robert Watson > >Release: FreeBSD 5.0-CURRENT i386 > >Organization: > NAI Labs > >Environment: > System: > > FreeBSD curry.decoverly.watson.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Dec 23 23:15:06 EST 2001 rwatson@curry.decoverly.watson.org:/usr/obj/usr/src/sys/BKTR i386 > > >Description: > > While it doesn't actually currently result in a failure that I can find, > if_name() is written in a very failure-prone style: > > const char * > if_name(ifp) > struct ifnet *ifp; > { > #define MAXNUMBUF 8 > static char nam[MAXNUMBUF][IFNAMSIZ + 10]; /*enough?*/ > static int ifbufround = 0; > char *cp; > > ifbufround = (ifbufround + 1) % MAXNUMBUF; > cp = nam[ifbufround]; > > snprintf(cp, IFNAMSIZ + 10, "%s%d", ifp->if_name, ifp->if_unit); > return((const char *)cp); > #undef MAXNUMBUF > } > > Returning pointers into the stack space of a function that is exiting > is *never* a good idea. > > Also, this code suffers from a continuing confusion about the possible > size of interface name strings that seems widespread through the sack. > IFNAMSIZ should either be sufficient and used everywhere, or be fixed. > As it stands, I found several hard-coded variants on the them, and > the ifunit() code to build a device name also looked fairly suspect. > > >How-To-Repeat: > >Fix: > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 9: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCAAA37B417 for ; Wed, 26 Dec 2001 09:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQH01k57669; Wed, 26 Dec 2001 09:00:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B13F537B405 for ; Wed, 26 Dec 2001 08:53:33 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQGrXL57068; Wed, 26 Dec 2001 08:53:33 -0800 (PST) (envelope-from nobody) Message-Id: <200112261653.fBQGrXL57068@freefall.freebsd.org> Date: Wed, 26 Dec 2001 08:53:33 -0800 (PST) From: Chris Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/33202: sys/dev/mly/mly.c minor mly_printf cosmetic problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33202 >Category: kern >Synopsis: sys/dev/mly/mly.c minor mly_printf cosmetic problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 09:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Chris Dillon >Release: 4.4-STABLE >Organization: >Environment: FreeBSD duey.wolves.k12.mo.us 4.4-STABLE FreeBSD 4.4-STABLE #21: Wed Dec 19 17:30:05 CST 2001 cdillon@duey.wolves.k12.mo.us:/usr/obj/usr/src/sys/DUEY i386 >Description: In mly_process_event of sys/dev/mly/mly.c, the mly_printf for event class 'e' (enclosure) does not appear to output a terminating newline like the rest of the event classes. This results in logfile output such as this: Dec 26 05:44:32 duey /kernel: mly0: enclosure 1 temperature sensor 0 failedmly0: enclosure 1 temperature sensor 0 failedmly0: enclosure 1 temperature sensor 0 failed >How-To-Repeat: Cause an enclosure event, or be unlucky enough to witness one. >Fix: Since I won't be able to test any changes I make (I don't know how to cause an enclosure event out of the blue, and the box in question is also not in front of me right now) and since I'm really not all that good with C anyway, I'll leave this up to someone more qualified. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 10:50: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1224537B405 for ; Wed, 26 Dec 2001 10:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQIo1575911; Wed, 26 Dec 2001 10:50:01 -0800 (PST) (envelope-from gnats) Received: from courtney.linkline.com (courtney.linkline.com [64.30.215.33]) by hub.freebsd.org (Postfix) with SMTP id E1D7537B405 for ; Wed, 26 Dec 2001 10:49:44 -0800 (PST) Received: (qmail 98318 invoked by uid 0); 26 Dec 2001 18:49:44 -0000 Message-Id: <20011226184944.98317.qmail@courtney.linkline.com> Date: 26 Dec 2001 18:49:44 -0000 From: Doug Clements Reply-To: Doug@courtney.linkline.com, Clements To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/33203: "got bad cookie" errors on NFS client Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33203 >Category: kern >Synopsis: "got bad cookie" errors on NFS client >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 10:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Doug Clements >Release: FreeBSD 4.4-RELEASE i386 >Organization: LinkLine Communications >Environment: System: FreeBSD courtney.linkline.com 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Mon Nov 26 19:36:25 PST 2001 admin@courtney.linkline.com:/usr/src/sys/compile/COURTNEY i386 >Description: I have a FreeBSD 4.4 NFS server with FreeBSD 4.4 clients. There are 3 clients, interconnected with a Intel Gigibit fiber cards and Intel Gigabit copper cards. Under medium to heavy load, all clients will get the following messages in the messages log: Dec 25 18:39:31 courtney /kernel: got bad cookie vp 0xcee5b200 bp 0xc64fdc88 The vp and bp change, and it appears to be causing corruption in a text user file (only a single machine is updating the file, the rest are reading) >How-To-Repeat: Install FreeBSD 4.4-RELEASE on 3 machines. Have one act as an NFS server, the other 2 clients. Connect the clients directly to the server with crossover cables. Set up a qmail+vpopmail setup with cdb files, having the user database on the NFS server, along with the mail. Create a bunch of domains (100+) with a bunch of users (5000+) in each domain, and start devliering mail with one NFS client, while the other is in charge of webmail, pop, and imap (checking mail). While under load, attempt to update the user file with vi, or the included vpopmail programs. The flat-text user files will get corrupted, and the above error messages will show up on the client machines. >Fix: None known. considering moving to SQL authentication instead of cdb. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 11:40:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83AB937B419 for ; Wed, 26 Dec 2001 11:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQJe1R84816; Wed, 26 Dec 2001 11:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9585037B405 for ; Wed, 26 Dec 2001 11:33:48 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQJXmu84319; Wed, 26 Dec 2001 11:33:48 -0800 (PST) (envelope-from nobody) Message-Id: <200112261933.fBQJXmu84319@freefall.freebsd.org> Date: Wed, 26 Dec 2001 11:33:48 -0800 (PST) From: Nestor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/33206: Soundcard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33206 >Category: kern >Synopsis: Soundcard >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 11:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Nestor >Release: 4.4-RELEASE >Organization: Prevail >Environment: ! >Description: CMEDIA audiocard 8373 doesnt work under fbsd 4.4-release. though the kernel detects the (integrated card) perfectly and devices are found in /dev and music software as mp3blaster starts playt without complaining. BUT there still isnt any sound >How-To-Repeat: ! >Fix: ! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 12: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E45C37B405 for ; Wed, 26 Dec 2001 12:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQK01k86881; Wed, 26 Dec 2001 12:00:01 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Dec 2001 12:00:01 -0800 (PST) Message-Id: <200112262000.fBQK01k86881@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: kern/33201: net/net_osdep.c:if_name is broken Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/33201; it has been noted by GNATS. From: Bruce Evans To: Robert Watson Cc: Subject: Re: kern/33201: net/net_osdep.c:if_name is broken Date: Thu, 27 Dec 2001 06:53:18 +1100 (EST) On Wed, 26 Dec 2001, Robert Watson wrote: > Slight update on this: I misread the function, it's evil due to its > use of MAXNUMBUF rather than its use of stack space. Comments about > IFNAMSIZE still apply. If we want to formally maintain an interface name The multiple static buffer hack is even worse than a single static buffer in threaded and/or interruptible environments. inet_ntoa() in the kernel an example of an old BAD interface that is implemented using the latter. I think if_name() and inet_ntoa() are only used in kernel printfs, so the effects of races are somewhat limited. With a static buffer that always has a NUL at the end, the buffer contents may be garbage. With the multiple static buffer hack, there are also races bumping the buffer index, but for if_name() the buffer index is bumped in a fairly fail-safe way which might prevent it becoming invalid if the compiler doesn't do too many optimizations. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 12:20:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C99C37B416; Wed, 26 Dec 2001 12:20:07 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQKAiU91477; Wed, 26 Dec 2001 12:10:44 -0800 (PST) (envelope-from bmah) Date: Wed, 26 Dec 2001 12:10:44 -0800 (PST) From: Message-Id: <200112262010.fBQKAiU91477@freefall.freebsd.org> To: bmah@FreeBSD.org, freebsd-bugs@FreeBSD.org, bmah@FreeBSD.org Subject: Re: gnu/33120: send-pr -a doesn't include the attached file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: send-pr -a doesn't include the attached file Responsible-Changed-From-To: freebsd-bugs->bmah Responsible-Changed-By: bmah Responsible-Changed-When: Wed Dec 26 12:10:17 PST 2001 Responsible-Changed-Why: I'll fix this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33120 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 13:30:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94E0737B41B for ; Wed, 26 Dec 2001 13:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQLU3602871; Wed, 26 Dec 2001 13:30:03 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4E7A37B41E for ; Wed, 26 Dec 2001 13:28:48 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBQLSmN02718; Wed, 26 Dec 2001 13:28:48 -0800 (PST) (envelope-from nobody) Message-Id: <200112262128.fBQLSmN02718@freefall.freebsd.org> Date: Wed, 26 Dec 2001 13:28:48 -0800 (PST) From: Matthew George To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/33213: rarpd fails to init IPv6 enabled interfaces Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33213 >Category: misc >Synopsis: rarpd fails to init IPv6 enabled interfaces >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 13:30:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Matthew George >Release: 4.4-STABLE >Organization: SecureWorks >Environment: FreeBSD mdg.secureworks.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Dec 26 15:41:10 EST 2001 >Description: When control passes into the init_one() function for the interface, the address family is examined. The funcion returns if the family is not either AF_INET or AF_LINK. When an IPv6 enabled interface is encountered, the first address examined is of type AF_INET6, so the function returns without further examining the interface (and thus discovering the subsequent AF_INET address). >How-To-Repeat: Enable IPv6 and attempt to run rarpd I was able to "fix" the problem by removing INET6 support from my kernel >Fix: Logic needs to be added to the init_one() function so that it will fully examine all addresses on the interface (unless loopback or pointopoint). An interface should only be discarded once it has been determined that there are no valid AF_INET addresses *at all* on the interface. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 17:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB34137B41A for ; Wed, 26 Dec 2001 17:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBR1U0V39513; Wed, 26 Dec 2001 17:30:00 -0800 (PST) (envelope-from gnats) Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id C522437B416 for ; Wed, 26 Dec 2001 17:21:23 -0800 (PST) Received: from davidbsd.viasoft.com.cn (davidlnx.viasoft.com.cn [192.168.1.240]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id JAA14589 for ; Thu, 27 Dec 2001 09:29:22 +0800 Received: (from davidx@localhost) by davidbsd.viasoft.com.cn (8.11.6/8.11.6) id fBR0xM700299; Thu, 27 Dec 2001 08:59:22 +0800 (CST) (envelope-from davidx) Message-Id: <200112270059.fBR0xM700299@davidbsd.viasoft.com.cn> Date: Thu, 27 Dec 2001 08:59:22 +0800 (CST) From: XuYifeng Reply-To: XuYifeng To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/33219: smbfs case senstitive problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33219 >Category: kern >Synopsis: smbfs case senstitive problem >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 17:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: XuYifeng >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: viasoft.com.cn >Environment: System: FreeBSD davidbsd.viasoft.com.cn 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #5: Thu Dec 27 08:39:45 CST 2001 root@davidbsd.viasoft.com.cn:/usr/obj/usr/src/sys/xu i386 >Description: smbfs has directory name case sensitive problem. when Windows 2000 shared directory is mounted on FreeBSD, suppose I mounted this shared directory as /nt/d, then there is a directory /nt/d/Downloads, i can : cd /nt/d/Downloads ls and ls command will show file names, it is correct. but strange thing is I can enter command: cd /nt/downloads it also let me enter this directory without any problem! but when I type ls command, it shows nothing! >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 17:50: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35A4837B416 for ; Wed, 26 Dec 2001 17:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBR1o2M45481; Wed, 26 Dec 2001 17:50:02 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Dec 2001 17:50:02 -0800 (PST) Message-Id: <200112270150.fBR1o2M45481@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Xu Subject: Re: kern/33219: smbfs case senstitive problem Reply-To: David Xu Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/33219; it has been noted by GNATS. From: David Xu To: freebsd-gnats-submit@FreeBSD.org, davidx@viasoft.com.cn Cc: Subject: Re: kern/33219: smbfs case senstitive problem Date: Thu, 27 Dec 2001 09:34:29 +0800 sorry for typo. "cd /nt/downloads" should be "cd /nt/d/downloads" -- David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 17:50:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0688437B419 for ; Wed, 26 Dec 2001 17:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBR1o3A45490; Wed, 26 Dec 2001 17:50:03 -0800 (PST) (envelope-from gnats) Received: from emily.cc.duth.gr (emily.cc.duth.gr [192.108.114.21]) by hub.freebsd.org (Postfix) with ESMTP id 25C8537B405 for ; Wed, 26 Dec 2001 17:45:05 -0800 (PST) Received: (from kkonstan@localhost) by emily.cc.duth.gr (8.11.6/8.11.6) id fBR1itH54065; Thu, 27 Dec 2001 03:44:55 +0200 (EET) (envelope-from kkonstan) Message-Id: <200112270144.fBR1itH54065@emily.cc.duth.gr> Date: Thu, 27 Dec 2001 03:44:55 +0200 (EET) From: Konstantinos Konstantinidis Reply-To: Konstantinos Konstantinidis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/33220: Greek locale MFC plea Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33220 >Category: misc >Synopsis: Greek locale MFC plea >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 17:50:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Konstantinos Konstantinidis >Release: FreeBSD 4.4-RELEASE i386 >Organization: Demokritos University of Thrace >Environment: >Description: el_GR.ISO8859-7.src has been in current for almost a year, and appart from an upper/lower case mapping fix ~5 weeks ago, it has remained unchanged... It would be *really* nice for Greek users, and anyone else that might have a use for the greek locale, if it was MFC'd in time for 4.5-RELEASE. The MFC is really trivial and I cannot honestly imagine it having any side effects to the progress of the release engineering. It would also be nice if any of the changes that followed PR 32119 were to be MFC'd sometime in the future, so that greek syscons fonts, keymaps etc. would work, but this PR merely requests that the locale stuff is MFC'd. >How-To-Repeat: >Fix: Appart from MFCing share/mklocale/el_GR.ISO8859-7.src, a trivial patch to the Makefile is required of course: --- share/mklocale/Makefile.orig Thu Dec 27 02:58:37 2001 +++ share/mklocale/Makefile Thu Dec 27 02:59:17 2001 @@ -4,6 +4,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= bg_BG.CP1251 \ + el_GR.ISO8859-7 \ ja_JP.EUC \ ja_JP.SJIS \ ko_KR.EUC \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 18: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C422737B416 for ; Wed, 26 Dec 2001 18:00:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBR200q46346; Wed, 26 Dec 2001 18:00:00 -0800 (PST) (envelope-from gnats) Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id 845EE37B417 for ; Wed, 26 Dec 2001 17:52:38 -0800 (PST) Received: from davidbsd.viasoft.com.cn (davidlnx.viasoft.com.cn [192.168.1.240]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id KAA14700 for ; Thu, 27 Dec 2001 10:00:38 +0800 Received: (from davidx@localhost) by davidbsd.viasoft.com.cn (8.11.6/8.11.6) id fBR1UcW00405; Thu, 27 Dec 2001 09:30:38 +0800 (CST) (envelope-from davidx) Message-Id: <200112270130.fBR1UcW00405@davidbsd.viasoft.com.cn> Date: Thu, 27 Dec 2001 09:30:38 +0800 (CST) From: XuYifeng Reply-To: XuYifeng To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/33221: smbfs case senstitive problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33221 >Category: kern >Synopsis: smbfs case senstitive problem >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 18:00:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: XuYifeng >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: viasoft.com.cn >Environment: System: FreeBSD davidbsd.viasoft.com.cn 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #5: Thu Dec 27 08:39:45 CST 2001 root@davidbsd.viasoft.com.cn:/usr/obj/usr/src/sys/xu i386 >Description: smbfs has directory name case sensitive problem. when Windows 2000 shared directory is mounted on FreeBSD, suppose I mounted this shared directory as /nt/d, then if there is a directory /nt/d/Downloads, i can : cd /nt/d/Downloads ls and ls command will show file names, it is correct. but strange thing is I can enter command: cd /nt/d/downloads it also let me enter this directory without any problem! but when I type ls command, it shows nothing! >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 19:34:57 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from www.locallivevideodating.com (locallivevideodating.com [216.149.205.98]) by hub.freebsd.org (Postfix) with ESMTP id 342AA37B405 for ; Wed, 26 Dec 2001 19:34:56 -0800 (PST) Received: from schlepper.zs64.net [212.12.48.8] by www.locallivevideodating.com (SMTPD32-6.06) id A42DB040110; Tue, 25 Dec 2001 14:31:57 -0500 Subject: Test 2 Message-Id: <200112251432578.SM00425@schlepper.zs64.net> Date: Wed, 26 Dec 2001 22:30:02 -0500 From: ebonylist02-owner@www.locallivevideodating.com To: undisclosed-recipients:; Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ebonylist02@locallivevideodating.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 20: 0: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDDAA37B416; Wed, 26 Dec 2001 20:00:07 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBR3pr895421; Wed, 26 Dec 2001 19:51:53 -0800 (PST) (envelope-from bmah) Date: Wed, 26 Dec 2001 19:51:53 -0800 (PST) From: Message-Id: <200112270351.fBR3pr895421@freefall.freebsd.org> To: davidx@viasoft.com.cn, bmah@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/33221: smbfs case senstitive problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: smbfs case senstitive problem State-Changed-From-To: open->closed State-Changed-By: bmah State-Changed-When: Wed Dec 26 19:50:44 PST 2001 State-Changed-Why: Duplicate of PR 33219. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33221 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 20:17:38 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from www.locallivevideodating.com (locallivevideodating.com [216.149.205.98]) by hub.freebsd.org (Postfix) with ESMTP id 1A3F637B405 for ; Wed, 26 Dec 2001 20:17:21 -0800 (PST) Received: from imo-d08.mx.aol.com [205.188.157.40] by www.locallivevideodating.com with ESMTP (SMTPD32-6.06) id A935DE010138; Tue, 25 Dec 2001 11:28:37 -0500 Received: from CGaney4557@aol.com by imo-d08.mx.aol.com (mail_out_v31_r1.9.) id k.d7.113d0175 (4595); Tue, 25 Dec 2001 11:33:22 -0500 (EST) From: CGaney4557@aol.com Message-ID: Date: Tue, 25 Dec 2001 11:33:22 EST Subject: Re: Remove: To: braynon@bellsouth.net, info@locallivevideodating.com, ebonylist02@locallivevideodating.com, eharris@oasysis.com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_d7.113d0175.295a0452_boundary" X-Mailer: AOL 6.0 for Windows US sub 10535 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --part1_d7.113d0175.295a0452_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit REMOVE ME FROM YOUR E-MAIL LIST!!!!!!!!!!!!!!!! --part1_d7.113d0175.295a0452_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit REMOVE ME FROM YOUR E-MAIL LIST!!!!!!!!!!!!!!!!

--part1_d7.113d0175.295a0452_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 26 23:20:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25CBD37B427 for ; Wed, 26 Dec 2001 23:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBR7K1J40434; Wed, 26 Dec 2001 23:20:01 -0800 (PST) (envelope-from gnats) Received: from bigboy.spc.org (dolly.good1.com [195.206.69.225]) by hub.freebsd.org (Postfix) with ESMTP id 6AB3B37B419 for ; Wed, 26 Dec 2001 23:14:28 -0800 (PST) Received: from kiowa.dek.spc.org (adsl-217-154-12-3.mistral.co.uk [217.154.12.3]) by bigboy.spc.org (Postfix) with ESMTP id 90CEB3132 for ; Thu, 27 Dec 2001 07:16:03 +0000 (GMT) Received: by kiowa.dek.spc.org (Postfix, from userid 1001) id 737992102C; Thu, 27 Dec 2001 07:14:27 +0000 (GMT) Message-Id: <20011227071427.737992102C@kiowa.dek.spc.org> Date: Thu, 27 Dec 2001 07:14:27 +0000 (GMT) From: Bruce M Simpson Reply-To: Bruce M Simpson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/33227: does not contain MAXINT on CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33227 >Category: misc >Synopsis: does not contain MAXINT on CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 23:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kiowa.dek.spc.org 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Mon Dec 24 04:57:54 GMT 2001 root@kiowa.dek.spc.org:/usr/src/sys/i386/compile/KIOWA i386 >Description: does not contain MAXINT. This definition still resides in which is marked as depracated. >How-To-Repeat: Try compiling an application which uses as it requires MAXINT. When patched to use instead of , it will not pick up the MAXINT definition, which is still in . An example of such an application is GNU Font Editor (gfe). >Fix: None. Over to include file maintainer? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 2: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7879437B419 for ; Thu, 27 Dec 2001 02:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRA01j71099; Thu, 27 Dec 2001 02:00:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDAAE37B405 for ; Thu, 27 Dec 2001 01:55:07 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBR9t7N70533; Thu, 27 Dec 2001 01:55:07 -0800 (PST) (envelope-from nobody) Message-Id: <200112270955.fBR9t7N70533@freefall.freebsd.org> Date: Thu, 27 Dec 2001 01:55:07 -0800 (PST) From: Ron Holloway To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/33234: dummynet localhost pipe causes machine to hang Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33234 >Category: kern >Synopsis: dummynet localhost pipe causes machine to hang >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 02:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Ron Holloway >Release: 4.3-STABLE >Organization: MAXITEC >Environment: FreeBSD mars.maxitec.co.za 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 19 13:20:26 SAST 2001 root@mail.itec.co.za:/usr/obj/usr/src/sys/ITEC-MAIL i386 >Description: ipfw pipe for localhost causes machine to hang. >How-To-Repeat: I executed the following ipfw commands ipfw add prob 1 pipe 1 tcp from 127.0.0.1 to any in ipfw pipe 1 config bw 100MByte/s Then I "telnet localhost 25" which causes the machine to hang. Not even CTRL-ALT-DELETE works. I have to do a hard reset to reboot the machine. All network connections to the machine is also lost. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 2:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E015737B416 for ; Thu, 27 Dec 2001 02:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRAA0E75454; Thu, 27 Dec 2001 02:10:00 -0800 (PST) (envelope-from gnats) Received: from katiska.runkoverkot.net (ns1.bbnetworks.net [212.16.96.1]) by hub.freebsd.org (Postfix) with ESMTP id BC39437B417 for ; Thu, 27 Dec 2001 02:05:57 -0800 (PST) Received: (from hsu@localhost) by katiska.runkoverkot.net (8.11.6/8.11.6) id fBRA5rM02065; Thu, 27 Dec 2001 12:05:53 +0200 (EET) (envelope-from hsu) Message-Id: <200112271005.fBRA5rM02065@katiska.runkoverkot.net> Date: Thu, 27 Dec 2001 12:05:53 +0200 (EET) From: Heikki Suonsivu Reply-To: Heikki Suonsivu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/33235: find terminates with "find: fts_read: Permission denied" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33235 >Category: bin >Synopsis: find terminates with "find: fts_read: Permission denied" >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 02:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Heikki Suonsivu >Release: FreeBSD 4.4-STABLE i386 >Organization: bbnetworks >Environment: System: FreeBSD katiska.runkoverkot.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Fri Oct 12 03:29:04 EEST 2001 hsu@katiska.runkoverkot.net:/usr/obj/usr/src/sys/CAT i386 Stable from october. I think the problem has been around for a while, but I had had no time to figure out why locate database seemed to be empty. >Description: Symtom is that locate update does not include all files in the database, because the find terminates early. >How-To-Repeat: On one of my hosts this will terminate when run as nobody: find -s / \! \( -fstype ufs \) -prune -or -path /tmp -prune -or -path /usr/tmp -prune -or -path /var/tmp -prune -or -print ... /xx/sorted/2001/12/13/image_2001_1213_142409_01.jpg /xx/sorted/2001/12/13/image_2001_1213_142418_01.jpg /xx/sorted/2001/12/13/imagfind: fts_read: Permission denied e_2001_1213_142430_01.jpg /xx/sorted/2001/12/13/image_2001_1213_142436_01.jpg /xx/sorted/2001/12/14 /xx/sorted/2001/12/14/image_2001_1214_050908_01.jpg /xx/sorted/2001/12/14/image_2001_1214_050910_01.jpg /xx/sorted/2001/12/14/image_2001_1214_050923_01.jpg The command is what locate.updatedb uses. I found this when trying to figure out why locate database did not contain some of the files which certainly were there. >Fix: If -s is left out, find completes. Thus, workaround for locate.updatedb problem is replacing -s with "| sort" after find, but that is not particularly efficient. Find should not consider permission denied a fatal error. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 3:10:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0802737B419 for ; Thu, 27 Dec 2001 03:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRBA2B88199; Thu, 27 Dec 2001 03:10:02 -0800 (PST) (envelope-from gnats) Received: from raven.robbins.dropbear.id.au (060.c.001.mel.iprimus.net.au [203.134.131.60]) by hub.freebsd.org (Postfix) with ESMTP id 5B27C37B417 for ; Thu, 27 Dec 2001 03:06:47 -0800 (PST) Received: (from tim@localhost) by raven.robbins.dropbear.id.au (8.11.6/8.11.6) id fBRB6Vh43939; Thu, 27 Dec 2001 22:06:31 +1100 (EST) (envelope-from tim) Message-Id: <200112271106.fBRB6Vh43939@raven.robbins.dropbear.id.au> Date: Thu, 27 Dec 2001 22:06:31 +1100 (EST) From: "Tim J. Robbins" Reply-To: "Tim J. Robbins" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/33237: ftp(1) fails to fetch files via HTTP from name-based vhost Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33237 >Category: bin >Synopsis: ftp(1) fails to fetch files via HTTP from name-based vhost >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 03:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Tim J. Robbins >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD raven.robbins.dropbear.id.au 4.4-STABLE FreeBSD 4.4-STABLE #1: Thu Dec 20 19:34:48 EST 2001 root@raven.robbins.dropbear.id.au:/usr/obj/usr/src/sys/RAVEN i386 >Description: ftp(1) does not send a HTTP Host: header with requests, which causes 404 Not Found errors, or the wrong page to be retrieved when name-based virtual hosts are used. It's worth noting that the sourceforge download server uses name-based virtual hosts, so this could break a fair few downloads. fetch doesn't have this same problem, only ftp. >How-To-Repeat: ftp(1) from -STABLE: $ ftp.old -v http://www.phenoelit.de/irpas/irpas_0.9.tar.gz Requesting http://www.phenoelit.de/irpas/irpas_0.9.tar.gz ftp.old: Error retrieving file: 404 Not Found After applying patch below: $ ftp.new -v http://www.phenoelit.de/irpas/irpas_0.9.tar.gz Requesting http://www.phenoelit.de/irpas/irpas_0.9.tar.gz 100% |**************************************************| 178 KB 00:00 ETA Successfully retrieved file. >Fix: Send a Host: header containing the host portion from the URL. --- fetch.c.old Thu Dec 27 18:27:46 2001 +++ fetch.c Thu Dec 27 18:29:05 2001 @@ -280,8 +280,8 @@ printf("Requesting %s\n", origline); else printf("Requesting %s (via %s)\n", origline, proxyenv); - len = snprintf(buf, sizeof(buf), "GET %s%s HTTP/1.0\r\n\r\n", - proxy ? "" : "/", path); + len = snprintf(buf, sizeof(buf), "GET %s%s HTTP/1.0\r\nHost: %s\r\n\r\n", + proxy ? "" : "/", path, host); if (write(s, buf, len) < len) { warn("Writing HTTP request"); goto cleanup_url_get; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 3:40:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FEE237B417; Thu, 27 Dec 2001 03:40:09 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRBe7b95594; Thu, 27 Dec 2001 03:40:07 -0800 (PST) (envelope-from roam) Date: Thu, 27 Dec 2001 03:40:07 -0800 (PST) From: Message-Id: <200112271140.fBRBe7b95594@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, mike@FreeBSD.org Subject: Re: bin/33237: ftp(1) fails to fetch files via HTTP from name-based vhost Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ftp(1) fails to fetch files via HTTP from name-based vhost Responsible-Changed-From-To: freebsd-bugs->mike Responsible-Changed-By: roam Responsible-Changed-When: Thu Dec 27 03:38:59 PST 2001 Responsible-Changed-Why: Mike Barcroft seems to deal with 30054, he would know what to do with this one, too. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33237 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 4:50:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44BB437B405; Thu, 27 Dec 2001 04:50:09 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRCgxl14170; Thu, 27 Dec 2001 04:42:59 -0800 (PST) (envelope-from sheldonh) Date: Thu, 27 Dec 2001 04:42:59 -0800 (PST) From: Message-Id: <200112271242.fBRCgxl14170@freefall.freebsd.org> To: brad@brad-x.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/31565: USB devices cripple SMBFS Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: USB devices cripple SMBFS State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Thu Dec 27 04:41:59 PST 2001 State-Changed-Why: Have you asked around on the freebsd-stable mailing list to see whether anyone else is seeing this behaviour? It really sounds like a hardware conflict, but that's just a guess. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31565 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 4:50:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AB2E37B416; Thu, 27 Dec 2001 04:50:10 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRCmvi14792; Thu, 27 Dec 2001 04:48:57 -0800 (PST) (envelope-from sheldonh) Date: Thu, 27 Dec 2001 04:48:57 -0800 (PST) From: Message-Id: <200112271248.fBRCmvi14792@freefall.freebsd.org> To: dgl@visi.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/31692: 2872-or-less-byte ftp binary transfer from smbfs share produces garbage Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: 2872-or-less-byte ftp binary transfer from smbfs share produces garbage State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Thu Dec 27 04:45:13 PST 2001 State-Changed-Why: First, try a recent RELENG_4 and confirm that the problem persists. Then, my guess would be sendfile() ickiness. We can prove this by forcing the use of the old method instead of sendfile(). In ftpd.c, in send_data(), find the first occurrence of if (isreg) { and insert goto oldway; immediately before it. This will skip the sendfile() method. If that solves the problem, we know it's odd sendfile() interaction with smbfs (or possibly all remote filesystem types). If so, it'd be interesting to see whether the same behaviour is observed with NFS instead of smbfs. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31692 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 5:10:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9D0737B420 for ; Thu, 27 Dec 2001 05:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRDA0b22312; Thu, 27 Dec 2001 05:10:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D10A137B417 for ; Thu, 27 Dec 2001 05:09:55 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRD9tT22279; Thu, 27 Dec 2001 05:09:55 -0800 (PST) (envelope-from nobody) Message-Id: <200112271309.fBRD9tT22279@freefall.freebsd.org> Date: Thu, 27 Dec 2001 05:09:55 -0800 (PST) From: Eric Yu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/33242: misspelling in primes.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33242 >Category: misc >Synopsis: misspelling in primes.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 05:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Eric Yu >Release: 4.4-RELEASE >Organization: none >Environment: >Description: On src/games/primes/primes.c, line 85, "if and onl if". >How-To-Repeat: In the file. >Fix: - * sieve, table[i] == 1 if and only iff 2*i-1 is prime. + * sieve, table[i] == 1 if and only if 2*i-1 is prime. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 5:40:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9C2F37B405; Thu, 27 Dec 2001 05:40:08 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRDYvk32416; Thu, 27 Dec 2001 05:34:57 -0800 (PST) (envelope-from roam) Date: Thu, 27 Dec 2001 05:34:57 -0800 (PST) From: Message-Id: <200112271334.fBRDYvk32416@freefall.freebsd.org> To: ericyu@mail2000.com.tw, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, roam@FreeBSD.org Subject: Re: misc/33242: misspelling in primes.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: misspelling in primes.c State-Changed-From-To: open->suspended State-Changed-By: roam State-Changed-When: Thu Dec 27 05:33:42 PST 2001 State-Changed-Why: Committed to -current, will merge into 4.x-stable after the release engineers' permission. Thanks for pointing the typo out! Responsible-Changed-From-To: freebsd-bugs->roam Responsible-Changed-By: roam Responsible-Changed-When: Thu Dec 27 05:33:42 PST 2001 Responsible-Changed-Why: I will hadle the MFC after RE's permission. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33242 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 6:30:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAA7737B416; Thu, 27 Dec 2001 06:30:08 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBREMJn61401; Thu, 27 Dec 2001 06:22:19 -0800 (PST) (envelope-from sheldonh) Date: Thu, 27 Dec 2001 06:22:19 -0800 (PST) From: Message-Id: <200112271422.fBREMJn61401@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: kern/33131: spelling fixes in comments Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: spelling fixes in comments Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Dec 27 06:22:00 PST 2001 Responsible-Changed-Why: I'll check with Boris and then commit. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33131 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 7:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AEC137B416 for ; Thu, 27 Dec 2001 07:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRFo2t08900; Thu, 27 Dec 2001 07:50:02 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Dec 2001 07:50:02 -0800 (PST) Message-Id: <200112271550.fBRFo2t08900@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: vita@fio.cz Subject: Re: kern/32353: if kern.maxproc > 512 sybase ASE 11.9.2(linux b Reply-To: vita@fio.cz Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/32353; it has been noted by GNATS. From: vita@fio.cz To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/32353: if kern.maxproc > 512 sybase ASE 11.9.2(linux b Date: Thu, 27 Dec 2001 16:44:52 +0100 (CET) Correction: behavior depends on kern.maxfilesperproc which depends on kern.maxproc. Sybase server is unhappy when it is allowed to open more then 1024 files. So setting this limit for sybase daemon user in login.conf or limits -n 1024 when starting server seems to be good work-around. vita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 7:55: 7 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from pirx.hexapodia.org (pirx.hexapodia.org [208.42.114.113]) by hub.freebsd.org (Postfix) with ESMTP id 2D98B37B405; Thu, 27 Dec 2001 07:55:02 -0800 (PST) Received: by pirx.hexapodia.org (Postfix, from userid 22448) id 20D4BB404; Thu, 27 Dec 2001 09:55:00 -0600 (CST) Date: Thu, 27 Dec 2001 09:55:00 -0600 From: Andy Isaacson To: Eric Yu , roam@FreeBSD.org Cc: freebsd-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/33242: misspelling in primes.c Message-ID: <20011227095500.B8252@hexapodia.org> References: <200112271334.fBRDYvk32416@freefall.freebsd.org> <200112271309.fBRD9tT22279@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112271309.fBRD9tT22279@freefall.freebsd.org>; from ericyu@mail2000.com.tw on Thu, Dec 27, 2001 at 05:09:55AM -0800 X-PGP-Fingerprint: 48 01 21 E2 D4 E4 68 D1 B8 DF 39 B2 AF A3 16 B9 X-PGP-Key-URL: http://web.hexapodia.org/~adi/pgp.txt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Dec 27, 2001 at 05:09:55AM -0800, Eric Yu wrote: > On src/games/primes/primes.c, line 85, "if and onl if". > > >How-To-Repeat: > In the file. > > >Fix: > - * sieve, table[i] == 1 if and only iff 2*i-1 is prime. > + * sieve, table[i] == 1 if and only if 2*i-1 is prime. To a mathematician, the phrase "table[i] == 1 iff 2*i-1 is prime" is equivalent to "table[i] == 1 if and only if 2*i-1 is prime". That is, "iff" is a neologism for "if and only if". So it is not a misspelling, but a redundancy. :) -andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 9: 0:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A62837B41B; Thu, 27 Dec 2001 09:00:09 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRGphh21342; Thu, 27 Dec 2001 08:51:43 -0800 (PST) (envelope-from joerg) Date: Thu, 27 Dec 2001 08:51:43 -0800 (PST) From: Message-Id: <200112271651.fBRGphh21342@freefall.freebsd.org> To: kuebart@mathematik.uni-ulm.de, joerg@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11767: sppp does not implement VJ compression Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sppp does not implement VJ compression State-Changed-From-To: open->closed State-Changed-By: joerg State-Changed-When: Thu Dec 27 17:50:30 MET 2001 State-Changed-Why: Finally also implemented in the base system's sppp(4), thanks for the submission. (if_sppp.h rev 1.19, if_spppsubr.c rev 1.77) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=11767 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 12: 1:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0581F37B425 for ; Thu, 27 Dec 2001 12:00:18 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRK0Ig54187; Thu, 27 Dec 2001 12:00:18 -0800 (PST) (envelope-from gnats) Received: from krusty.e-technik.uni-dortmund.de (krusty.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 6C39F37B405 for ; Thu, 27 Dec 2001 11:50:41 -0800 (PST) Received: from emma1.emma.line.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by krusty.e-technik.uni-dortmund.de (Postfix) with ESMTP id 2C402A3826 for ; Thu, 27 Dec 2001 20:50:40 +0100 (CET) Received: from freebsd.emma.line.org (freebsd.emma.line.org [192.168.0.4]) by emma1.emma.line.org (Postfix) with ESMTP id F038CA2003; Thu, 27 Dec 2001 20:50:38 +0100 (CET) Received: by freebsd.emma.line.org (Postfix, from userid 500) id 695AF2D337; Thu, 27 Dec 2001 20:50:38 +0100 (CET) Message-Id: <20011227195038.695AF2D337@freebsd.emma.line.org> Date: Thu, 27 Dec 2001 20:50:38 +0100 (CET) From: Matthias Andree Reply-To: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/33257: tcpd is not installed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33257 >Category: misc >Synopsis: tcpd is not installed >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 12:00:17 PST 2001 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.emma.line.org 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Thu Dec 27 17:45:41 CET 2001 root@freebsd.emma.line.org:/usr/obj/usr/src/sys/M2A2 i386 >Description: tcpd and its man pages are not installed. tcpd is needed in spite of inetd being linked against libwrap because I may want to use inetd without -w option or a different super server such as tcpserver or xinetd. The tcp_wrappers port cannot be used, it refuses the build because tcp_wrappers was part of the base system. >How-To-Repeat: make buildworld && make installworld >Fix: unknown, I'm unaware of the base system build procedures >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 13: 1:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27A0737B41C; Thu, 27 Dec 2001 13:01:30 -0800 (PST) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRKtDW64420; Thu, 27 Dec 2001 12:55:13 -0800 (PST) (envelope-from mi) Date: Thu, 27 Dec 2001 12:55:13 -0800 (PST) From: Message-Id: <200112272055.fBRKtDW64420@freefall.freebsd.org> To: mi@FreeBSD.org, freebsd-bugs@FreeBSD.org, iadowse@FreeBSD.org Subject: Re: bin/32138: better progress reporting for dump(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: better progress reporting for dump(8) Responsible-Changed-From-To: freebsd-bugs->iadowse Responsible-Changed-By: mi Responsible-Changed-When: Thu Dec 27 12:54:03 PST 2001 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32138 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 13:10:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8713937B405; Thu, 27 Dec 2001 13:10:09 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRL1Gn65348; Thu, 27 Dec 2001 13:01:16 -0800 (PST) (envelope-from mike) Date: Thu, 27 Dec 2001 13:01:16 -0800 (PST) From: Message-Id: <200112272101.fBRL1Gn65348@freefall.freebsd.org> To: mika@cs.caltech.edu, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/31448: /usr/include/unistd.h:124: syntax error before `char' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /usr/include/unistd.h:124: syntax error before `char' State-Changed-From-To: open->closed State-Changed-By: mike State-Changed-When: Thu Dec 27 13:00:32 PST 2001 State-Changed-Why: Fixed in -CURRENT and -STABLE. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31448 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 14:50:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A738C37B405; Thu, 27 Dec 2001 14:50:09 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRMiPZ85694; Thu, 27 Dec 2001 14:44:25 -0800 (PST) (envelope-from cjc) Date: Thu, 27 Dec 2001 14:44:25 -0800 (PST) From: Message-Id: <200112272244.fBRMiPZ85694@freefall.freebsd.org> To: adrian@ubergeeks.com, cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, cjc@FreeBSD.org Subject: Re: bin/33158: sh expr cleanup in MAKEDEV Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sh expr cleanup in MAKEDEV State-Changed-From-To: open->analyzed State-Changed-By: cjc State-Changed-When: Thu Dec 27 14:42:13 PST 2001 State-Changed-Why: Committed to -CURRENT, thanks. After running by re@, will commit to -STABLE in day or two and close PR. Responsible-Changed-From-To: freebsd-bugs->cjc Responsible-Changed-By: cjc Responsible-Changed-When: Thu Dec 27 14:42:13 PST 2001 Responsible-Changed-Why: Will handle MFC. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33158 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 15: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D7C837B41B for ; Thu, 27 Dec 2001 15:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRN03m87563; Thu, 27 Dec 2001 15:00:03 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Dec 2001 15:00:03 -0800 (PST) Message-Id: <200112272300.fBRN03m87563@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J . Clark" Subject: Re: conf/33149: small change in /etc/periodic/*/999.local Reply-To: "Crist J . Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/33149; it has been noted by GNATS. From: "Crist J . Clark" To: Jan Srzednicki Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/33149: small change in /etc/periodic/*/999.local Date: Thu, 27 Dec 2001 14:52:47 -0800 On Mon, Dec 24, 2001 at 02:26:11PM -0000, Jan Srzednicki wrote: [snip] > The /etc/periodic/*/999.local script will only allow to run a sh script. > Suerly you can put other scripts in cron, but I think it would be nice to > have such scripts run via periodic.conf (and receive daily reports from > in one mail). As stated in the comments for the 999.local script, it only really exists for back compatibilty with /etc/daily.local. For the functionality you desire, the recommended way to go is to use functionality built into periodic(8). Drop your "scripts" into /usr/local/etc/periodic/daily/. The "script" may be any executable file and not just a shell script. Since this is the preferred and supported way to do this and it has the functionality you desire, unless you have further argument why the support is also needed in 999.local, I'll close up the PR in a day or two. -- "It's always funny until someone gets hurt. Then it's hilarious." Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 15:10:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEDD837B405; Thu, 27 Dec 2001 15:10:09 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRN16g87917; Thu, 27 Dec 2001 15:01:06 -0800 (PST) (envelope-from cjc) Date: Thu, 27 Dec 2001 15:01:06 -0800 (PST) From: Message-Id: <200112272301.fBRN16g87917@freefall.freebsd.org> To: matthias.andree@web.de, cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/33257: tcpd is not installed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: tcpd is not installed State-Changed-From-To: open->closed State-Changed-By: cjc State-Changed-When: Thu Dec 27 15:00:45 PST 2001 State-Changed-Why: As discussed on -stable, the lack of tcpd is deliberate. If you wish to build the port, comment out the "FORBIDDEN" line from the makefile. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33257 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 15:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43E3837B419 for ; Thu, 27 Dec 2001 15:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRNU1P93925; Thu, 27 Dec 2001 15:30:01 -0800 (PST) (envelope-from gnats) Received: from krusty.e-technik.uni-dortmund.de (krusty.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 1C81237B416; Thu, 27 Dec 2001 15:26:45 -0800 (PST) Received: from emma1.emma.line.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by krusty.e-technik.uni-dortmund.de (Postfix) with ESMTP id 0ED57A3826; Fri, 28 Dec 2001 00:26:42 +0100 (CET) Received: from freebsd.emma.line.org (freebsd.emma.line.org [192.168.0.4]) by emma1.emma.line.org (Postfix) with ESMTP id 86B00A2003; Fri, 28 Dec 2001 00:26:41 +0100 (CET) Received: by freebsd.emma.line.org (Postfix, from userid 500) id B7FED2D30F; Fri, 28 Dec 2001 00:26:39 +0100 (CET) Message-Id: <20011227232639.B7FED2D30F@freebsd.emma.line.org> Date: Fri, 28 Dec 2001 00:26:39 +0100 (CET) From: Matthias Andree Reply-To: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org Cc: cjc@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/33261: FreeBSD base system does not install tcpd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33261 >Category: misc >Synopsis: FreeBSD base system does not install tcpd >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 15:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.emma.line.org 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Thu Dec 27 17:45:41 CET 2001 root@freebsd.emma.line.org:/usr/obj/usr/src/sys/M2A2 i386 >Description: tcpd and its manual page (part of tcp_wrappers by Wietse Venema) are not installed by make buildworld && make installworld tcpd should be compiled with -DHOSTS_OPTIONS and be installed into /usr/sbin. tcp_wrappers are claimed part of the base system and contained in the contrib subtree. ** NOTE: THIS IS A BUG REPORT AGAINST THE BASE SYSTEM, NOT THE PORTS TREE. ** PR #misc/33257 already reported this, but had been closed by cjc@freebsd.org after a misunderstanding. NOTE #2: Any argumentation that tcpd was deliberately left out is bogus: 1. The user may want to run inetd without -w to wrap only some services. 2. The user may want to run a super server that is not libwrap aware (other than inetd, from ports e. g.), and thus should be able to use tcpd. Therefore, tcpd should be installed. >How-To-Repeat: make buildworld && make installworld ; ls /usr/sbin >Fix: Fix the base system. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 16: 2: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2EA237B419 for ; Thu, 27 Dec 2001 16:00:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS00AV96718; Thu, 27 Dec 2001 16:00:10 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0E2237B417 for ; Thu, 27 Dec 2001 15:54:41 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBRNsf696158; Thu, 27 Dec 2001 15:54:41 -0800 (PST) (envelope-from nobody) Message-Id: <200112272354.fBRNsf696158@freefall.freebsd.org> Date: Thu, 27 Dec 2001 15:54:41 -0800 (PST) From: Kip Macy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: gnu/33262: gdb does not handle pending signals correctly when single stepping Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33262 >Category: gnu >Synopsis: gdb does not handle pending signals correctly when single stepping >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 16:00:10 PST 2001 >Closed-Date: >Last-Modified: >Originator: Kip Macy >Release: 4.4 >Organization: Extended Solutions >Environment: FreeBSD raidclient1.lab.netapp.com 4.4-STABLE FreeBSD 4.4-STABLE #1: Tue Oct 23 22:43:28 PDT 2001 kmacy@raidclient1.lab.netapp.com:/usr/src/sys/compile/DEVELOPMENT i386 >Description: when a signal is pending (e.g. SIGALRM) at a breakpoint and the user tries to single step - gdb will break at the signal handler in non-thread-code and at _sys_thread_sigprocmask in threaded code. This makes it impossible to step through code that makes heavy use of signals. This is an example of the behaviour: > gdb alr^Gmtest^M GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (gdb) b main Breakpoint 1 at 0x8048666: file alrmtest.c, line 44. (gdb) r Starting program: /amd/ayr/vol/users2/home/kmacy/alrmtest Breakpoint 1, main () at alrmtest.c:44 44 sk_init_timer(); (gdb) n 45 while (1) { (gdb) n Program received signal SIGTRAP, Trace/breakpoint trap. 0x80485c0 in sk_millisecond_clock () at alrmtest.c:10 10 sk_millisecond_clock() (gdb) n Program received signal SIGTRAP, Trace/breakpoint trap. main () at alrmtest.c:45 45 while (1) { (gdb) n Program received signal SIGTRAP, Trace/breakpoint trap. 0x80485c0 in sk_millisecond_clock () at alrmtest.c:10 10 sk_millisecond_clock() (gdb) n Program received signal SIGTRAP, Trace/breakpoint trap. main () at alrmtest.c:45 45 while (1) { (gdb) n Program received signal SIGTRAP, Trace/breakpoint trap. 0x80485c0 in sk_millisecond_clock () at alrmtest.c:10 10 sk_millisecond_clock() (gdb) n Program received signal SIGTRAP, Trace/breakpoint trap. main () at alrmtest.c:45 45 while (1) { This is the correct behavior (same program on Linux or Solaris): [kmacy@pris ~]$ gdb linux_alrmtest/alrmtest GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"... (gdb) bt No stack. (gdb) b main Breakpoint 1 at 0x804857e: file alrmtest.c, line 44. (gdb) r Starting program: /n/ayr/users2/kmacy/linux_alrmtest/alrmtest Breakpoint 1, main () at alrmtest.c:44 44 sk_init_timer(); (gdb) n 45 while (1) { (gdb) n 50 i = 0; (gdb) n 54 j = 0; (gdb) n 55 printf("milliseconds elapsed is %d\n", sk_msecs4); (gdb) n milliseconds elapsed is 40 56 tmp_sleep(2); (gdb) n 57 } (gdb) n 45 while (1) { (gdb) n 50 i = 0; (gdb) n 54 j = 0; (gdb) n 55 printf("milliseconds elapsed is %d\n", sk_msecs4); (gdb) n milliseconds elapsed is 110 56 tmp_sleep(2); (gdb) n 57 } (gdb) q >How-To-Repeat: single step through the while loop in alrmtest, the code follows: #include #include /* for implementing system tic */ #include #include #include int sk_msecs4; #define SK_MSEC_PER_TIC 10 void sk_millisecond_clock() { extern int sk_msecs4; sk_msecs4 += SK_MSEC_PER_TIC; } /* */ void sk_init_timer() { struct itimerval tic; struct sigaction action; action.sa_handler = (void*) sk_millisecond_clock; action.sa_flags = SA_RESTART; sigemptyset(&action.sa_mask); sigaction(SIGALRM, &action, NULL); tic.it_interval.tv_sec = 0; tic.it_interval.tv_usec = SK_MSEC_PER_TIC * 1000; tic.it_value = tic.it_interval; setitimer(ITIMER_REAL, &tic, NULL); } unsigned int tmp_sleep(unsigned int seconds) { struct timeval t; t.tv_sec = seconds; t.tv_usec = 0; select(0, NULL, NULL, NULL, &t); } int main() { int i, j; sk_init_timer(); while (1) { /* useless assignment to demonstrate lack of * progress */ i = 0; /* useless assignment to demonstrate lack of * progress */ j = 0; printf("milliseconds elapsed is %d\n", sk_msecs4); tmp_sleep(2); } } >Fix: Not sure yet, but the following indicates to me that freebsd_uthread_wait is not correct: Breakpoint 6, wait_for_inferior () at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/infrun.c:1064 1064 registers_changed (); (gdb) p w $19 = { kind = TARGET_WAITKIND_STOPPED, value = { integer = 0xe, sig = TARGET_SIGNAL_ALRM, related_pid = 0xe, execd_pathname = 0xe , syscall_id = 0xe } } (gdb) n 1066 if (target_wait_hook) (gdb) p w $20 = { kind = TARGET_WAITKIND_STOPPED, value = { integer = 0xe, sig = TARGET_SIGNAL_ALRM, related_pid = 0xe, execd_pathname = 0xe , syscall_id = 0xe } } (gdb) n 1069 pid = target_wait (-1, &w); (gdb) p w $21 = { kind = TARGET_WAITKIND_STOPPED, value = { integer = 0xe, sig = TARGET_SIGNAL_ALRM, related_pid = 0xe, execd_pathname = 0xe , syscall_id = 0xe } } (gdb) n 1074 thread_step_needed = 0; (gdb) p w $22 = { kind = TARGET_WAITKIND_STOPPED, value = { integer = 0x5, sig = TARGET_SIGNAL_TRAP, related_pid = 0x5, execd_pathname = 0x5 , syscall_id = 0x5 } } (gdb) p hoststatus $50 = 0x57f (gdb) p *ourstatus $51 = { kind = TARGET_WAITKIND_STOPPED, value = { integer = 0xe, sig = TARGET_SIGNAL_ALRM, related_pid = 0xe, execd_pathname = 0xe , syscall_id = 0xe } } (gdb) s target_signal_from_host (hostsig=0x5) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/target.c:1307 1307 { (gdb) list 1302 1303 /* Convert host signal to our signals. */ 1304 enum target_signal 1305 target_signal_from_host (hostsig) 1306 int hostsig; 1307 { 1308 /* A switch statement would make sense but would require special kludges 1309 to deal with the cases where more than one signal has the same number. */ 1310 1311 if (hostsig == 0) return TARGET_SIGNAL_0; (gdb) p hostsig $52 = 0x5 (gdb) bt #0 target_signal_from_host (hostsig=0x5) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/target.c:1307 #1 0x80b9abb in store_waitstatus (ourstatus=0xbfbff538, hoststatus=0x57f) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/target.c:1690 #2 0x808a268 in child_wait (pid=0xffffffff, ourstatus=0xbfbff538) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/inftarg.c:247 #3 0x8080d60 in freebsd_uthread_wait (pid=0xffffffff, ourstatus=0xbfbff538) at /usr/src/gnu/usr.bin/binutils/gdb/freebsd-uthread.c:511 #4 0x8087bb4 in wait_for_inferior () at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/infrun.c:1069 #5 0x8087a09 in proceed (addr=0xffffffff, siggnal=TARGET_SIGNAL_DEFAULT, step=0x1) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/infrun.c:922 #6 0x8085446 in step_1 (skip_subroutines=0x1, single_inst=0x0, count_string=0x0) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/infcmd.c:416 #7 0x80852b1 in next_command (count_string=0x0, from_tty=0x1) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/infcmd.c:332 #8 0x80bc317 in execute_command (p=0x8186001 "", from_tty=0x1) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/top.c:1268 #9 0x80bc4a9 in command_loop () at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/top.c:1365 #10 0x8093665 in main (argc=0x1, argv=0xbfbff7ec) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/main.c:636 #11 0x804a52d in _start (arguments=0xbfbff8f4 "/usr/libexec/elf/gdb") at /usr/src/lib/csu/i386-elf/crt1.c:96 (gdb) up #1 0x80b9abb in store_waitstatus (ourstatus=0xbfbff538, hoststatus=0x57f) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/target.c:1690 1690 ourstatus->value.sig = target_signal_from_host (WSTOPSIG (hoststatus)); (gdb) finish Run till exit from #1 0x80b9abb in store_waitstatus (ourstatus=0xbfbff538, hoststatus=0x57f) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/target.c:1690 child_wait (pid=0xffffffff, ourstatus=0xbfbff538) at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/inftarg.c:248 248 return pid; (gdb) list 243 /* hack for thread testing */ 244 } while( (pid != inferior_pid) && not_same_real_pid ); 245 /*##*/ 246 247 store_waitstatus (ourstatus, status); 248 return pid; 249 } 250 #endif /* CHILD_WAIT */ 251 252 #if !defined(CHILD_POST_WAIT) (gdb) p *ourstatus $53 = { kind = TARGET_WAITKIND_STOPPED, value = { integer = 0x5, sig = TARGET_SIGNAL_TRAP, related_pid = 0x5, execd_pathname = 0x5 , syscall_id = 0x5 } } (gdb) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 17:30: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F331737B419 for ; Thu, 27 Dec 2001 17:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS1U0216019; Thu, 27 Dec 2001 17:30:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5857437B405 for ; Thu, 27 Dec 2001 17:21:00 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS1L0F13330; Thu, 27 Dec 2001 17:21:00 -0800 (PST) (envelope-from nobody) Message-Id: <200112280121.fBS1L0F13330@freefall.freebsd.org> Date: Thu, 27 Dec 2001 17:21:00 -0800 (PST) From: Alex Zbyslaw To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/33264: Netgear FA311 not working Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33264 >Category: kern >Synopsis: Netgear FA311 not working >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 17:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Alex Zbyslaw >Release: 4.4-RELEASE >Organization: >Environment: FreeBSD 4.4-RELEASE FreeBSD 4.4-RELEASE #3: Fri Dec 28 00:46:33 GMT 2001 root@/usr/src/sys/compile/SHERPA i386 >Description: Both with a GENERIC or a cut-down kernel, A Netgear FA311 Rev B1 is not working properly. The sis driver recognises that the card exists, but fails initialisation. The output at boot time is sis0: How-To-Repeat: Presumably install an FA311 Rev B1 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 18:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9490337B419 for ; Thu, 27 Dec 2001 18:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS2o2J31059; Thu, 27 Dec 2001 18:50:02 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Dec 2001 18:50:02 -0800 (PST) Message-Id: <200112280250.fBS2o2J31059@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ryan Thompson Subject: Re: kern/33264: Netgear FA311 not working Reply-To: Ryan Thompson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/33264; it has been noted by GNATS. From: Ryan Thompson To: Alex Zbyslaw Cc: Subject: Re: kern/33264: Netgear FA311 not working Date: Thu, 27 Dec 2001 20:41:28 -0600 (CST) Alex Zbyslaw wrote to freebsd-gnats-submit@FreeBSD.ORG: > Both with a GENERIC or a cut-down kernel, A Netgear FA311 Rev B1 > is not working properly. > > The sis driver recognises that the card exists, but fails > initialisation. > > The output at boot time is > sis0: sis0: couldn't map ports/memory Sounds like you need to turn off Plug and Play OS in the computer's BIOS. This PR can probably be closed. - Ryan -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 19: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC11537B41A for ; Thu, 27 Dec 2001 19:00:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS300s31896; Thu, 27 Dec 2001 19:00:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E77C37B417 for ; Thu, 27 Dec 2001 18:52:58 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS2qww31323; Thu, 27 Dec 2001 18:52:58 -0800 (PST) (envelope-from nobody) Message-Id: <200112280252.fBS2qww31323@freefall.freebsd.org> Date: Thu, 27 Dec 2001 18:52:58 -0800 (PST) From: Robin Hall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/33266: AOpen FM56-ITU/2 hardware modem doesn't work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33266 >Category: misc >Synopsis: AOpen FM56-ITU/2 hardware modem doesn't work >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 27 19:00:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Robin Hall >Release: 4.4 stable >Organization: >Environment: can't install at the moment >Description: I did get it installed but it kept saying device not configured when I tried to set up ppp to dial from cuaa2 which is what my modem jumpers are set to. When I changed the jumpers to cuaa1, because it was saying that port was being set up, the computer locks up at the point it detects hardware on the install. So needless to say I can't install the software. >How-To-Repeat: just try to install the 4.4 stable. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 21:50:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54FB637B405; Thu, 27 Dec 2001 21:50:10 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS5lTk57434; Thu, 27 Dec 2001 21:47:29 -0800 (PST) (envelope-from bmah) Date: Thu, 27 Dec 2001 21:47:29 -0800 (PST) From: Message-Id: <200112280547.fBS5lTk57434@freefall.freebsd.org> To: jbaxter@wi.rr.com, bmah@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/31931: For floppy install, fdimage reports 'File too large' for both kern.flp and mfsroot.flp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: For floppy install, fdimage reports 'File too large' for both kern.flp and mfsroot.flp State-Changed-From-To: open->feedback State-Changed-By: bmah State-Changed-When: Thu Dec 27 21:46:39 PST 2001 State-Changed-Why: Is this still a problem (i.e. are your kern.flp and mfsroot.flp files intact)? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31931 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 27 22: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9106037B405; Thu, 27 Dec 2001 22:00:10 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS5oXx57779; Thu, 27 Dec 2001 21:50:33 -0800 (PST) (envelope-from bmah) Date: Thu, 27 Dec 2001 21:50:33 -0800 (PST) From: Message-Id: <200112280550.fBS5oXx57779@freefall.freebsd.org> To: eizo-edo@air.linkclub.or.jp, bmah@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/28468: There may be problems about login Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: There may be problems about login State-Changed-From-To: feedback->closed State-Changed-By: bmah State-Changed-When: Thu Dec 27 21:50:05 PST 2001 State-Changed-Why: Feedback timeout (4+ months). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28468 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 0:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D5DF37B417 for ; Fri, 28 Dec 2001 00:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS8e4q85298; Fri, 28 Dec 2001 00:40:04 -0800 (PST) (envelope-from gnats) Date: Fri, 28 Dec 2001 00:40:04 -0800 (PST) Message-Id: <200112280840.fBS8e4q85298@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J . Clark" Subject: Re: misc/33169: system freeze after cron daily security check Reply-To: "Crist J . Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/33169; it has been noted by GNATS. From: "Crist J . Clark" To: Dziugas Baltrunas Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/33169: system freeze after cron daily security check Date: Fri, 28 Dec 2001 00:36:54 -0800 On Tue, Dec 25, 2001 at 06:12:07AM -0800, Dziugas Baltrunas wrote: [snip] > when there are a lot of directories in /var, a part of daily cron script, 450.status-security executes find command, which after 10 minutes freezes the system. > >How-To-Repeat: > try to "make" lot of files and directories in partition and to cron status-security. > >Fix: > haven't find yet. my solution was to disable status-security in /etc/defaults/periodic.conf First, lets narrow this down. Could you comment out everything from the line, echo 'Checking setuid files and devices:' To, # Show changes in the way filesystems are mounted Then run the security check. Does it work now? Just how many directories are in /var? Could you give us some more hints on how to reproduce the problem? -- "It's always funny until someone gets hurt. Then it's hilarious." Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 0:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB02137B405 for ; Fri, 28 Dec 2001 00:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS8e2c85293; Fri, 28 Dec 2001 00:40:02 -0800 (PST) (envelope-from gnats) Date: Fri, 28 Dec 2001 00:40:02 -0800 (PST) Message-Id: <200112280840.fBS8e2c85293@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J . Clark" Subject: Re: bin/33235: find terminates with "find: fts_read: Permission denied" Reply-To: "Crist J . Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/33235; it has been noted by GNATS. From: "Crist J . Clark" To: Heikki Suonsivu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/33235: find terminates with "find: fts_read: Permission denied" Date: Fri, 28 Dec 2001 00:31:58 -0800 On Thu, Dec 27, 2001 at 12:05:53PM +0200, Heikki Suonsivu wrote: [snip] > >How-To-Repeat: > > On one of my hosts this will terminate when run as nobody: > > find -s / \! \( -fstype ufs \) -prune -or -path /tmp -prune -or -path /usr/tmp > -prune -or -path /var/tmp -prune -or -print > ... > /xx/sorted/2001/12/13/image_2001_1213_142409_01.jpg > /xx/sorted/2001/12/13/image_2001_1213_142418_01.jpg > /xx/sorted/2001/12/13/imagfind: fts_read: Permission denied > e_2001_1213_142430_01.jpg > /xx/sorted/2001/12/13/image_2001_1213_142436_01.jpg > /xx/sorted/2001/12/14 > /xx/sorted/2001/12/14/image_2001_1214_050908_01.jpg > /xx/sorted/2001/12/14/image_2001_1214_050910_01.jpg > /xx/sorted/2001/12/14/image_2001_1214_050923_01.jpg > > The command is what locate.updatedb uses. I found this when trying to > figure out why locate database did not contain some of the files which > certainly were there. > > >Fix: > > If -s is left out, find completes. Thus, workaround for > locate.updatedb problem is replacing -s with "| sort" after find, but > that is not particularly efficient. Find should not consider > permission denied a fatal error. A "permission denied" is usually not a fatal error, but in this case, the fts_read(3) call is getting the error, which shouldn't happen. I _think_ I understand why this may be happening. When you use the '-s' switch, there may be an attempt to compare a file name to one that we cannot read... But I'm not sure how this could happen. Could you give us a long listing of the portion of file hierarchy (both a little before and after too) where you think this is failing? -- "It's always funny until someone gets hurt. Then it's hilarious." Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 1:20:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 842E937B417 for ; Fri, 28 Dec 2001 01:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS9K1l92607; Fri, 28 Dec 2001 01:20:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D693337B416 for ; Fri, 28 Dec 2001 01:16:50 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS9Go592203; Fri, 28 Dec 2001 01:16:50 -0800 (PST) (envelope-from nobody) Message-Id: <200112280916.fBS9Go592203@freefall.freebsd.org> Date: Fri, 28 Dec 2001 01:16:50 -0800 (PST) From: Hiroyuki YAMAMORI To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/33268: ftpd: memory leak at EPRT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33268 >Category: bin >Synopsis: ftpd: memory leak at EPRT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 01:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Hiroyuki YAMAMORI >Release: >Organization: >Environment: >Description: Not free EPRT arg. >How-To-Repeat: >Fix: --- src/libexec/ftpd/ftpcmd.y_1.28 Fri Dec 28 17:53:10 2001 +++ src/libexec/ftpd/ftpcmd.y Fri Dec 28 17:56:02 2001 @@ -313,7 +313,9 @@ if (port_check_v6("EPRT") == 1) goto eprt_done; #endif - eprt_done:; + eprt_done: + if ($4 != NULL) + free($4); } | PASV check_login CRLF { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 2:10:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B830D37B416; Fri, 28 Dec 2001 02:10:10 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSA8DP02845; Fri, 28 Dec 2001 02:08:13 -0800 (PST) (envelope-from phantom) Date: Fri, 28 Dec 2001 02:08:13 -0800 (PST) From: Message-Id: <200112281008.fBSA8DP02845@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, phantom@FreeBSD.org Subject: Re: misc/33220: Greek locale MFC plea Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Greek locale MFC plea Responsible-Changed-From-To: freebsd-bugs->phantom Responsible-Changed-By: phantom Responsible-Changed-When: Fri Dec 28 02:06:58 PST 2001 Responsible-Changed-Why: I'm working on preparing of massive locale specific stuff MFC http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33220 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 3:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D588E37B417 for ; Fri, 28 Dec 2001 03:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSBA3213422; Fri, 28 Dec 2001 03:10:03 -0800 (PST) (envelope-from gnats) Date: Fri, 28 Dec 2001 03:10:03 -0800 (PST) Message-Id: <200112281110.fBSBA3213422@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alex Zbyslaw Subject: Re: kern/33264: Netgear FA311 not working Reply-To: Alex Zbyslaw Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/33264; it has been noted by GNATS. From: Alex Zbyslaw To: freebsd-gnats-submit@FreeBSD.org, xfb52@dial.pipex.com Cc: Subject: Re: kern/33264: Netgear FA311 not working Date: Fri, 28 Dec 2001 11:01:12 +0000 Solution worked a treat, thank you. Definitely consider the report closed. --Alex -- Phone: +44 131 468 2422 Email: xfb52@dial.pipex.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 4:50:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E897E37B41B for ; Fri, 28 Dec 2001 04:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSCo1M43769; Fri, 28 Dec 2001 04:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E75437B417 for ; Fri, 28 Dec 2001 04:45:10 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSCjAi43378; Fri, 28 Dec 2001 04:45:10 -0800 (PST) (envelope-from nobody) Message-Id: <200112281245.fBSCjAi43378@freefall.freebsd.org> Date: Fri, 28 Dec 2001 04:45:10 -0800 (PST) From: wolfram schneider To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/33273: outdated tempary gnats index files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33273 >Category: misc >Synopsis: outdated tempary gnats index files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 04:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: wolfram schneider >Release: >Organization: >Environment: >Description: After a long time, I ran an update of my gnats cvsup collection. CVSup downloaded many very large tempary gnats index files with a total size of 25MB! $ find . -size +1000 ! -name index |xargs ls -l -rw-r--r-- 1 gnats gnats 3112237 Sep 13 04:34 ./indASgACE -rw-r--r-- 1 gnats gnats 2213206 Nov 27 18:40 ./indMUjRZc -rw-r--r-- 1 gnats gnats 5305009 Nov 21 03:05 ./indPK6rIM -rw-r--r-- 1 gnats gnats 1438966 Nov 19 00:24 ./indThBOrb -rw-r--r-- 1 gnats gnats 5461237 Nov 27 18:40 ./indahOAeM -rw-r--r-- 1 gnats gnats 5781942 Nov 2 10:52 ./index.new -rw-r--r-- 1 gnats gnats 3195189 Apr 14 2001 ./indv73939 >How-To-Repeat: >Fix: The gnats admin should remove these files on freefall. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 5:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DDFD37B419 for ; Fri, 28 Dec 2001 05:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSDU0H51255; Fri, 28 Dec 2001 05:30:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DFD937B416 for ; Fri, 28 Dec 2001 05:29:16 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSDTGR51108; Fri, 28 Dec 2001 05:29:16 -0800 (PST) (envelope-from nobody) Message-Id: <200112281329.fBSDTGR51108@freefall.freebsd.org> Date: Fri, 28 Dec 2001 05:29:16 -0800 (PST) From: Dimitri Lommers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/33275: ps(1) should ignore termwidth when output is not to a tty (patch) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33275 >Category: bin >Synopsis: ps(1) should ignore termwidth when output is not to a tty (patch) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 05:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Dimitri Lommers >Release: 4.3-RELEASE >Organization: Hinttech Internetwork Technologies >Environment: ps.c version: $FreeBSD: src/bin/ps/ps.c,v 1.30.2.2 2001/01/23 15:08:37 asmodai Exp $ >Description: When ps(1) is called and output is not to a terminal, it should not limit the line length to the size of the terminal it was called from. This problem prevents i.e. 'ps aux | grep ' from working if the output is larger than the (x)terminal window size. >How-To-Repeat: >Fix: # diff -c ps.c.org ps.c *** ps.c.org Tue Jan 23 16:08:37 2001 --- ps.c Fri Dec 28 14:51:22 2001 *************** *** 130,142 **** (void) setlocale(LC_ALL, ""); ! if ((ioctl(STDOUT_FILENO, TIOCGWINSZ, (char *)&ws) == -1 && ! ioctl(STDERR_FILENO, TIOCGWINSZ, (char *)&ws) == -1 && ! ioctl(STDIN_FILENO, TIOCGWINSZ, (char *)&ws) == -1) || ! ws.ws_col == 0) ! termwidth = 79; else ! termwidth = ws.ws_col - 1; if (argc > 1) argv[1] = kludge_oldps_options(argv[1]); --- 130,141 ---- (void) setlocale(LC_ALL, ""); ! if (isatty(STDOUT_FILENO)) ! if ((ioctl(STDOUT_FILENO, TIOCGWINSZ, (char *)&ws) == -1) || ! ws.ws_col == 0) termwidth = 79; ! else termwidth = ws.ws_col - 1; else ! termwidth = UNLIMITED; if (argc > 1) argv[1] = kludge_oldps_options(argv[1]); *************** *** 266,275 **** dropgid = 1; break; case 'w': ! if (wflag) ! termwidth = UNLIMITED; ! else if (termwidth < 131) ! termwidth = 131; wflag++; break; case 'x': --- 265,275 ---- dropgid = 1; break; case 'w': ! if (termwidth != UNLIMITED) ! if (wflag) ! termwidth = UNLIMITED; ! else if (termwidth < 131) ! termwidth = 131; wflag++; break; case 'x': --- UUENCODED PATCH: --- begin 644 patch M*BHJ('!S+F,N;W)G"51U92!*86X@,C,@,38Z,#@Z,S<@,C`P,0HM+2T@<',N M8PE&Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 5:30:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1165637B41A; Fri, 28 Dec 2001 05:30:11 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSDLQa50277; Fri, 28 Dec 2001 05:21:26 -0800 (PST) (envelope-from dwmalone) Date: Fri, 28 Dec 2001 05:21:26 -0800 (PST) From: Message-Id: <200112281321.fBSDLQa50277@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: misc/33261: FreeBSD base system does not install tcpd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD base system does not install tcpd Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Fri Dec 28 05:21:03 PST 2001 Responsible-Changed-Why: As you know, tcpd is not installed in the base system because its functionality is built into inetd. If you want to run some services wrapped and some unwrapped then it is simple to do this by adding apropriate allow rules (at the top of) hosts.allow. Alternatively, you can run a second copy of inetd without wrapping. If you want to install something from ports with which you want to use tcpd then you can build tcpd from ports for from the main source tree. It might be useful to have some infrasturcture to do this, but I believe most users who have enough knowlege to decide they want to use tcpd with tcpserver are capable of building tcpd in one of the ways I have mentioned. (Besides, wouldn't using tcpd with tcpserver be some sort of religious travisty ;-) As you point out in -stable, tcpd is a very small program and it wouldn't take up much space we shipped it with the base system. My main fear would be that it would cause more confusion about how tcp wrapping works. People would accidently use both tcpd's and inetd's wrapping and get unexpected effects. We could get around this by adding "tcpd: ALL: allow" to the top of the default hosts.allow, but this is likely to cause even move confusion about hosts.allow. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33261 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 8:10:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DE9C37B422 for ; Fri, 28 Dec 2001 08:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSGA4c04259; Fri, 28 Dec 2001 08:10:04 -0800 (PST) (envelope-from gnats) Date: Fri, 28 Dec 2001 08:10:04 -0800 (PST) Message-Id: <200112281610.fBSGA4c04259@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Mitch Baxter" Subject: Re: misc/31931: For floppy install, fdimage reports 'File too large' for both kern.flp and mfsroot.flp Reply-To: "Mitch Baxter" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/31931; it has been noted by GNATS. From: "Mitch Baxter" To: , Cc: Subject: Re: misc/31931: For floppy install, fdimage reports 'File too large' for both kern.flp and mfsroot.flp Date: Fri, 28 Dec 2001 10:06:09 -0600 This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C18F87.45C9E220 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable As I indicated in my bug report, I used rawrite.exe to properly prepare = the boot floppies. Does the fdimage.exe program work for other users? As far as I'm concerned, this thread is closed. ------=_NextPart_000_0007_01C18F87.45C9E220 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

As I indicated in my bug report, I used = rawrite.exe=20 to properly prepare the boot floppies.
 
Does the fdimage.exe program work for = other=20 users?
 
As far as I'm concerned, this thread is = closed.
------=_NextPart_000_0007_01C18F87.45C9E220-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 10:20:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 925AF37B422; Fri, 28 Dec 2001 10:20:11 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSIIiq26755; Fri, 28 Dec 2001 10:18:44 -0800 (PST) (envelope-from joe) Date: Fri, 28 Dec 2001 10:18:44 -0800 (PST) From: Message-Id: <200112281818.fBSIIiq26755@freefall.freebsd.org> To: fracture@allusion.net, joe@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/27374: Added bold color to the /bin/ls color support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Added bold color to the /bin/ls color support State-Changed-From-To: open->closed State-Changed-By: joe State-Changed-When: Fri Dec 28 10:17:13 PST 2001 State-Changed-Why: I've committed bold colour support to -current. Instead of using the suggested method, I instead chose to use the characters a-h to define the colours and the upper case variants for the bold versions of the same colours. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27374 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 13: 7:52 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from cs.earlham.edu (cs.earlham.edu [159.28.230.3]) by hub.freebsd.org (Postfix) with ESMTP id B650A37B41A for ; Fri, 28 Dec 2001 13:07:49 -0800 (PST) Received: from quark.cs.earlham.edu (quark.cs.earlham.edu [159.28.230.3]) by cs.earlham.edu (8.12.1/8.11.1) with ESMTP id fBSL6vd8052248 for ; Fri, 28 Dec 2001 16:06:57 -0500 (EST) (envelope-from hassan@cs.earlham.edu) Date: Fri, 28 Dec 2001 16:06:57 -0500 (EST) From: Hassan Halta To: Subject: Postgres support for PHP under FreeBSD Message-ID: <20011228160340.M52164-100000@quark.cs.earlham.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I hope this is the correct list to send this messge to. It seems that there is a bug in PHP 4 under FreeBSD supporting Postgres calls. However, it's compiled just fine, but when you run the code, you get the message for undefined functions. However, if you run the code under a linux box, the code runs just fine. I noticed this in FreeBSD 4.2 and 4.3 as well. Any help will be appreciated. Thanks, Hassan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 15:12:57 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from 56-39.congress.ccc.de (56-39.congress.ccc.de [213.173.56.39]) by hub.freebsd.org (Postfix) with ESMTP id 6BF2A37B421 for ; Fri, 28 Dec 2001 15:12:54 -0800 (PST) Received: (from eugene@localhost) by wesley.eu (8.11.6/8.11.6) id fBQEm8205214 for freebsd-bugs@freebsd.org; Wed, 26 Dec 2001 15:48:08 +0100 (CET) (envelope-from eugene) Date: Wed, 26 Dec 2001 15:48:08 +0100 From: Michael Ortmann To: freebsd-bugs@freebsd.org Subject: fatal trap 12 - i dont get nm -n output on instruction pointer? Message-ID: <20011226154808.A5205@wesley.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, i got: Fatal trap 12: page fault while in kernel mode ... instruction pointer = 0x8:0xdb6f5ca8 ... on my custom kernel (freebsd 4.5 cvs from 24.12.2001) so i did try nm -n /kernel db6f5ca8 but... no outpu, so i tried with ripping last digits off... > nm -n /kernel | grep db6f5ca8 > nm -n /kernel | grep db6f5ca > nm -n /kernel | grep db6f5c > nm -n /kernel | grep db6f5 > nm -n /kernel | grep db6f > nm -n /kernel | grep db6 c014db68 T soo_close c01db6c4 t ad1816_wait_init c023db6c r __set_sysctl_set_sym_sysctl___debug_boothowto well, i looked into the whole nm -m output, but there were no adresses starting with db... only bf... cd... and ff... did i miss something? Eugene Eugene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 15:30:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CACB37B423; Fri, 28 Dec 2001 15:30:12 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSNKFc83493; Fri, 28 Dec 2001 15:20:15 -0800 (PST) (envelope-from wollman) Date: Fri, 28 Dec 2001 15:20:15 -0800 (PST) From: Message-Id: <200112282320.fBSNKFc83493@freefall.freebsd.org> To: bms@spc.org, wollman@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/33227: does not contain MAXINT on CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: does not contain MAXINT on CURRENT State-Changed-From-To: open->closed State-Changed-By: wollman State-Changed-When: Fri Dec 28 15:18:54 PST 2001 State-Changed-Why: is not supposed to contain MAXINT (or MAXanything, for that matter); any program which expects otherwise is erroneous. The maximum value for an integer is spelled INT_MAX in Standard C, and this value *is* defined in . http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33227 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 15:50:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 101F337B420; Fri, 28 Dec 2001 15:50:12 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSNj6r90655; Fri, 28 Dec 2001 15:45:06 -0800 (PST) (envelope-from dillon) Date: Fri, 28 Dec 2001 15:45:06 -0800 (PST) From: Message-Id: <200112282345.fBSNj6r90655@freefall.freebsd.org> To: pb.ludd.luth.se@FreeBSD.org, dillon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30164: Machine hangs on swap problems. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Machine hangs on swap problems. State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Fri Dec 28 15:43:24 PST 2001 State-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30164 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 15:50:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64CA937B421; Fri, 28 Dec 2001 15:50:12 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSNjjV91140; Fri, 28 Dec 2001 15:45:45 -0800 (PST) (envelope-from dillon) Date: Fri, 28 Dec 2001 15:45:45 -0800 (PST) From: Message-Id: <200112282345.fBSNjjV91140@freefall.freebsd.org> To: pb.ludd.luth.se@FreeBSD.org, dillon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30164: Machine hangs on swap problems. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Machine hangs on swap problems. State-Changed-From-To: closed->open State-Changed-By: dillon State-Changed-When: Fri Dec 28 15:45:31 PST 2001 State-Changed-Why: Bleh. hold on. I'll close it right in a moment. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30164 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 15:50:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9729F37B425; Fri, 28 Dec 2001 15:50:13 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSNo3K92885; Fri, 28 Dec 2001 15:50:03 -0800 (PST) (envelope-from dillon) Date: Fri, 28 Dec 2001 15:50:03 -0800 (PST) From: Message-Id: <200112282350.fBSNo3K92885@freefall.freebsd.org> To: pb.ludd.luth.se@FreeBSD.org, dillon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30164: Machine hangs on swap problems. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Machine hangs on swap problems. State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Fri Dec 28 15:45:47 PST 2001 State-Changed-Why: Yes, you don't have enough swap to handle the programs you are running. 4.3 had a bug in the process killing code and probably was not killing the largest process. We fixed that in later releases but even so it is possible that FreeBSD may kill the X server itself rather then the runaway process if you don't have enough memory+swap. My recommendation is to give yourself much more swap... like 256MB or more, and upgrade to 4.5-RELEASE when it comes out (or upgrade to the latest -stable if you feel adventurous). It may also be beneficial to set a datasize resource limit in your .xinitrc or .xsession (depending on how you run X), just before you start up your window manager, so runaway programs get killed before the system runs out of swap. A 128m datasize limit would be reasonable. The basic problem is that you need enough swap in the first place before you can set 'reasonable' resource limits for programs like netscape. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30164 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 16:30:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E0E837B421; Fri, 28 Dec 2001 16:30:12 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBT0Mpk00196; Fri, 28 Dec 2001 16:22:51 -0800 (PST) (envelope-from joe) Date: Fri, 28 Dec 2001 16:22:51 -0800 (PST) From: Message-Id: <200112290022.fBT0Mpk00196@freefall.freebsd.org> To: Jordan.DeLong@cx420564-b.tucson1.az.home.com, joe@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/28007: added "force printing of non-print chars" flag to /bin/ls Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: added "force printing of non-print chars" flag to /bin/ls State-Changed-From-To: open->closed State-Changed-By: joe State-Changed-When: Fri Dec 28 16:22:35 PST 2001 State-Changed-Why: Committed to -current. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28007 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 17: 0:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C3FC37B421; Fri, 28 Dec 2001 17:00:12 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBT0vM303514; Fri, 28 Dec 2001 16:57:22 -0800 (PST) (envelope-from joe) Date: Fri, 28 Dec 2001 16:57:22 -0800 (PST) From: Message-Id: <200112290057.fBT0vM303514@freefall.freebsd.org> To: adrian@freebsd.org, joe@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/18397: ls-F with set color doesn't accept flags Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ls-F with set color doesn't accept flags State-Changed-From-To: open->closed State-Changed-By: joe State-Changed-When: Fri Dec 28 16:45:00 PST 2001 State-Changed-Why: This problem appears to have been fixed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18397 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 21:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB70837B421 for ; Fri, 28 Dec 2001 21:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBT5K1I46064; Fri, 28 Dec 2001 21:20:01 -0800 (PST) (envelope-from gnats) Received: from pc1-cove4-0-cust214.bir.cable.ntl.com (pc1-cove4-0-cust214.bir.cable.ntl.com [213.105.93.214]) by hub.freebsd.org (Postfix) with ESMTP id 5F76037B425 for ; Fri, 28 Dec 2001 21:14:01 -0800 (PST) Received: (from root@localhost) by pc1-cove4-0-cust214.bir.cable.ntl.com (8.11.6/8.11.6) id fBT5Dx609533 for freebsd-gnats-submit@freebsd.org; Sat, 29 Dec 2001 05:13:59 GMT (envelope-from bareca) Received: (from bareca@localhost) by pc1-cove4-0-cust214.bir.cable.ntl.com (8.11.6/8.11.6av) id fBT5Dn609524; Sat, 29 Dec 2001 05:13:49 GMT (envelope-from bareca) Message-Id: <200112290513.fBT5Dn609524@pc1-cove4-0-cust214.bir.cable.ntl.com> Date: Sat, 29 Dec 2001 05:13:49 GMT From: ian j hart Reply-To: ian j hart To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/33293: kernel panic while booting with adv0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33293 >Category: kern >Synopsis: kernel panic while booting with adv0 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 21:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: ian j hart >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD pc1-cove4-0-cust214.bir.cable.ntl.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Dec 15 21:40:55 GMT 2001 ianjhart@alpha.private.net:/usr/obj/usr/src/sys/OMEGA i386 >Description: Advansys 5140 (ISA/PNP) SCSI card causes panic on booting. Requires a specific BIOS and BIOS settings to trigger, but probably applies to all ISA cards using this driver. >How-To-Repeat: Put the card in, turn the machine on. >Fix: Update /usr/src/sys/dev/advansys/advansys.c to r1.20 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 21:20:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07EF937B41F; Fri, 28 Dec 2001 21:20:13 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBT5GrQ45776; Fri, 28 Dec 2001 21:16:53 -0800 (PST) (envelope-from cjc) Date: Fri, 28 Dec 2001 21:16:53 -0800 (PST) From: Message-Id: <200112290516.fBT5GrQ45776@freefall.freebsd.org> To: dimitri@hinttech.com, cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/33275: ps(1) should ignore termwidth when output is not to a tty (patch) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ps(1) should ignore termwidth when output is not to a tty (patch) State-Changed-From-To: open->closed State-Changed-By: cjc State-Changed-When: Fri Dec 28 21:15:47 PST 2001 State-Changed-Why: This has been suggested and rejected many times. See PR 25855 for why this really isn't a good idea. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33275 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 28 22:30:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1276A37B423 for ; Fri, 28 Dec 2001 22:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBT6U1m55194; Fri, 28 Dec 2001 22:30:01 -0800 (PST) (envelope-from gnats) Received: from degler.net (crusoe.degler.net [66.114.64.229]) by hub.freebsd.org (Postfix) with ESMTP id 3AB8F37B41E for ; Fri, 28 Dec 2001 22:27:11 -0800 (PST) Received: (from sdegler@localhost) by degler.net (8.11.6/8.11.0) id fBT6R1h98849; Sat, 29 Dec 2001 01:27:01 -0500 (EST) Message-Id: <200112290627.fBT6R1h98849@degler.net> Date: Sat, 29 Dec 2001 01:27:01 -0500 (EST) From: Stephen Degler Reply-To: Stephen Degler To: FreeBSD-gnats-submit@freebsd.org Cc: sdegler@degler.net X-Send-Pr-Version: 3.113 Subject: kern/33294: patches to add support for ethernet on sis 635/735 chipsets Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33294 >Category: kern >Synopsis: patches to add support for ethernet on sis 635/735 chipsets >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 22:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Stephen Degler >Release: FreeBSD 5.0-CURRENT i386 >Organization: Very little, at best. >Environment: System: FreeBSD crusoe.degler.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Dec 7 01:42:27 EST 2001 root@crusoe.degler.net:/usr/src/sys/i386/compile/CRUSOE i386 >Description: -current (and stable?) do not support embedded ethernet on sis 635 and 735 chipsets. I'm judging this based on an ECS K7S5A motherboard. The following patches fix the problems with failure to detect the mii interface, and failure to read the mac address. The ECS K7S5A uses a Realtek 8201 phy, but I have not added explicit support for it. The ukphy functionality seems to work fine. These changes were derived from the Linux SiS driver, which is the only source of documentation available for the newer chipsets. Note that the current sis ethernet driver has a bad hack to read the mac address for 630 series chipsets. Looking at the NetBSD sources, it should be possible to replace that with the newer method, but I don't have the hardware to test with. >How-To-Repeat: Fire up -current on a SIS 635/735 based system. See the onboard ethernet lose. >Fix: These patches are working for me: ========================================================================== --- if_sis.c.orig Sat Dec 29 00:17:49 2001 +++ if_sis.c Sat Dec 29 00:18:13 2001 @@ -147,6 +147,7 @@ static void sis_read_cmos __P((struct sis_softc *, device_t, caddr_t, int, int)); static device_t sis_find_bridge __P((device_t)); +static void sis_635_reload_mac __P((struct sis_softc *, caddr_t)); #endif static int sis_miibus_readreg __P((device_t, int, int)); @@ -486,6 +487,33 @@ pci_write_config(bridge, 0x48, reg & ~0x40, 1); return; } + +/* force 635/735/745 mac to be reloaded from cmos */ +/* may be possible for 630 types as well avoiding ick above */ +/* not yet tested for that case */ +static void sis_635_reload_mac(sc, dest) + struct sis_softc *sc; + caddr_t dest; +{ + u_int32_t i,rxfctl_save; + + rxfctl_save = CSR_READ_4(sc,SIS_RXFILT_CTL); + SIS_SETBIT(sc,SIS_CSR,SIS_CSR_RELOAD); + CSR_WRITE_4(sc,SIS_CSR,0); + /* disable packet filter */ + CSR_WRITE_4(sc,SIS_RXFILT_CTL,rxfctl_save & ~SIS_RXFILTCTL_ENABLE); + + /* load MAC addr to filter data register */ + for (i = 0 ; i < 3 ; i++) { + CSR_WRITE_4(sc,SIS_RXFILT_CTL,(i << 16)); + ((u_int16_t *)dest)[i] = + (u_int16_t)(CSR_READ_4(sc,SIS_RXFILT_DATA) & 0xffff); + } + /* enable packet filitering */ + CSR_WRITE_4(sc,SIS_RXFILT_CTL,rxfctl_save); + return; +} + #endif static int sis_miibus_readreg(dev, phy, reg) @@ -516,7 +544,8 @@ return(val); } - if (sc->sis_type == SIS_TYPE_900 && phy != 0) + if (sc->sis_type == SIS_TYPE_900 && sc->sis_rev < SIS_REV_635 && + phy != 0) return(0); CSR_WRITE_4(sc, SIS_PHYCTL, (phy << 11) | (reg << 6) | SIS_PHYOP_READ); @@ -556,7 +585,8 @@ return(0); } - if (sc->sis_type == SIS_TYPE_900 && phy != 0) + if (sc->sis_type == SIS_TYPE_900 && sc->sis_rev < SIS_REV_635 && + phy != 0) return(0); CSR_WRITE_4(sc, SIS_PHYCTL, (data << 16) | (phy << 11) | @@ -785,6 +815,8 @@ if (pci_get_vendor(dev) == NS_VENDORID) sc->sis_type = SIS_TYPE_83815; + sc->sis_rev = pci_read_config(dev, PCIR_REVID, 1); + /* * Handle power management nonsense. */ @@ -925,13 +957,15 @@ * requires some datasheets that I don't have access * to at the moment. */ - command = pci_read_config(dev, PCIR_REVID, 1); - if (command == SIS_REV_630S || - command == SIS_REV_630E || - command == SIS_REV_630EA1) + + if (sc->sis_rev == SIS_REV_630S || + sc->sis_rev == SIS_REV_630E || + sc->sis_rev == SIS_REV_630EA1) sis_read_cmos(sc, dev, (caddr_t)&eaddr, 0x9, 6); + else if ( sc->sis_rev == SIS_REV_635 ) + sis_635_reload_mac(sc, (caddr_t)&eaddr); else -#endif +#endif /* __i386__ */ sis_read_eeprom(sc, (caddr_t)&eaddr, SIS_EE_NODEADDR, 3, 0); break; ========================================================================== --- if_sisreg.h.orig Sat Dec 29 00:18:00 2001 +++ if_sisreg.h Sat Dec 29 00:18:19 2001 @@ -105,6 +105,7 @@ #define SIS_CSR_RX_RESET 0x00000020 #define SIS_CSR_SOFTINTR 0x00000080 #define SIS_CSR_RESET 0x00000100 +#define SIS_CSR_RELOAD 0x00000400 #define SIS_CFG_BIGENDIAN 0x00000001 #define SIS_CFG_PERR_DETECT 0x00000008 @@ -381,7 +382,7 @@ #define SIS_REV_630E 0x0081 #define SIS_REV_630S 0x0082 #define SIS_REV_630EA1 0x0083 - +#define SIS_REV_635 0x0090 /* * NatSemi vendor ID */ @@ -412,6 +413,7 @@ device_t sis_miibus; u_int8_t sis_unit; u_int8_t sis_type; + u_int8_t sis_rev; u_int8_t sis_link; struct sis_list_data sis_ldata; bus_dma_tag_t sis_parent_tag; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 1:30:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D4D537B42A; Sat, 29 Dec 2001 01:30:16 -0800 (PST) Received: (from yar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBT9Qr484501; Sat, 29 Dec 2001 01:26:53 -0800 (PST) (envelope-from yar) Date: Sat, 29 Dec 2001 01:26:53 -0800 (PST) From: Message-Id: <200112290926.fBT9Qr484501@freefall.freebsd.org> To: pjp@november.jaded.net, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: kern/23123: IP options reveal IPstealth mode. Just turn them off. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: IP options reveal IPstealth mode. Just turn them off. State-Changed-From-To: open->analyzed State-Changed-By: yar State-Changed-When: Sat Dec 29 01:24:48 PST 2001 State-Changed-Why: A more sophisticated patch applied to -current. Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: yar Responsible-Changed-When: Sat Dec 29 01:24:48 PST 2001 Responsible-Changed-Why: I'll deal with the problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23123 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 2:58:48 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 56B2137B405 for ; Sat, 29 Dec 2001 02:58:44 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 29 Dec 2001 10:58:43 +0000 (GMT) Date: Sat, 29 Dec 2001 10:58:42 +0000 From: David Malone To: Michael Ortmann Cc: freebsd-bugs@freebsd.org Subject: Re: fatal trap 12 - i dont get nm -n output on instruction pointer? Message-ID: <20011229105842.A41191@walton.maths.tcd.ie> References: <20011226154808.A5205@wesley.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011226154808.A5205@wesley.eu>; from eugene@wesley.eu on Wed, Dec 26, 2001 at 03:48:08PM +0100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Dec 26, 2001 at 03:48:08PM +0100, Michael Ortmann wrote: > > nm -n /kernel | grep db6f5ca8 > > nm -n /kernel | grep db6f5ca > > nm -n /kernel | grep db6f5c > > nm -n /kernel | grep db6f5 > > nm -n /kernel | grep db6f > > nm -n /kernel | grep db6 > c014db68 T soo_close > c01db6c4 t ad1816_wait_init > c023db6c r __set_sysctl_set_sym_sysctl___debug_boothowto > > well, i looked into the whole nm -m output, but there were no adresses > starting with db... only bf... cd... and ff... > > did i miss something? I can think of two possibilities. First is that it might be executing code in a loadable kernel module. The second is that the problem which caused the panic resulted in the processor executing code at a random address. There probably isn't much more that you can determine here without either a kernel dump or DDB built into the the kernel. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 3:10:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EC1337B416; Sat, 29 Dec 2001 03:10:13 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBTB7OS01111; Sat, 29 Dec 2001 03:07:24 -0800 (PST) (envelope-from dwmalone) Date: Sat, 29 Dec 2001 03:07:24 -0800 (PST) From: Message-Id: <200112291107.fBTB7OS01111@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: kern/33293: kernel panic while booting with adv0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kernel panic while booting with adv0 Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Sat Dec 29 03:07:08 PST 2001 Responsible-Changed-Why: I'll see if I can get this merged. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33293 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 4:40:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EECA37B41A for ; Sat, 29 Dec 2001 04:40:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBTCe9v18873; Sat, 29 Dec 2001 04:40:09 -0800 (PST) (envelope-from gnats) Date: Sat, 29 Dec 2001 04:40:09 -0800 (PST) Message-Id: <200112291240.fBTCe9v18873@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Shigio Yamaguchi" Subject: Re: bin/32636: Improved less powered by GLOBAL. Reply-To: "Shigio Yamaguchi" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/32636; it has been noted by GNATS. From: "Shigio Yamaguchi" To: freebsd-gnats-submit@FreeBSD.org Cc: shigio@tamacom.com Subject: Re: bin/32636: Improved less powered by GLOBAL. Date: Sat, 29 Dec 2001 21:37:41 +0900 Hi, > Please liase with the GNU less maintainer to arrange for your patches to > be incorporated into the vendor distribution so that we can pick up > the changes the next time we update the version in src/contrib/less. Thank you for your advice. Now, less-371, which includes my patch, is available. Please see: http://www.greenwoodsoftware.com/less/ Thanks. -- Shigio Yamaguchi - Tama Communications Corporation To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 8: 0:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92A9837B419; Sat, 29 Dec 2001 08:00:13 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBTFvfL83618; Sat, 29 Dec 2001 07:57:41 -0800 (PST) (envelope-from dwmalone) Date: Sat, 29 Dec 2001 07:57:41 -0800 (PST) From: Message-Id: <200112291557.fBTFvfL83618@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/33268: ftpd: memory leak at EPRT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ftpd: memory leak at EPRT Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Sat Dec 29 07:56:55 PST 2001 Responsible-Changed-Why: I'll have a look at this - there seem to be several memory leaks like this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33268 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 8:30:46 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFD4F37B41A for ; Sat, 29 Dec 2001 08:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBTGU0E89083; Sat, 29 Dec 2001 08:30:00 -0800 (PST) (envelope-from gnats) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by hub.freebsd.org (Postfix) with ESMTP id 8D48937B41A for ; Sat, 29 Dec 2001 08:21:31 -0800 (PST) Received: (from ak03@localhost) by h132-197-179-27.gte.com (8.11.6/8.11.4) id fBTGLUW50719; Sat, 29 Dec 2001 11:21:30 -0500 (EST) (envelope-from ak03) Message-Id: <200112291621.fBTGLUW50719@h132-197-179-27.gte.com> Date: Sat, 29 Dec 2001 11:21:30 -0500 (EST) From: "Alexander N. Kabaev" Reply-To: "Alexander N. Kabaev" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: i386/33299: -CURRENT ptrace(2) implementation for linux emulator on i386 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33299 >Category: i386 >Synopsis: -CURRENT ptrace(2) implementation for linux emulator on i386 >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: Sat Dec 29 08:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Alexander N. Kabaev >Release: FreeBSD 5.0-CURRENT i386 >Organization: Verizon Data Services >Environment: System: FreeBSD kanpc.gte.com 5.0-CURRENT FreeBSD 5.0-CURRENT #13: Mon Dec 24 11:36:50 EST 2001 root@kanpc.gte.com:/usr/src/sys/i386/compile/KANPC i386 >Description: The patch below implements Linux ptrace syscall for linuxulator. With this patch applied, it is possible to use /compat/linux/usr/bin/gdb to debug Linux binaries. At the very least it provides much more meaningful backtraces. All gdb features I tried seem to be working correctly so far. The patch also fixes long-standing bug with FreeBSD native ptrace in kern/sys_process.c, where prace would not allow process using signal number > NSIG to be continued from gdb. The check for signal validity should use _SIG_MAXSIG instead of obsoleted NSIG. >How-To-Repeat: Apply the patch in /usr/src/sys. Do not forget to regenerate files from i386/linux/syscalls.master to get an undated linux_ptrace syscall signature. >Fix: Index: conf/files.i386 =================================================================== RCS file: /home/ncvs/src/sys/conf/files.i386,v retrieving revision 1.386 diff -u -r1.386 files.i386 --- conf/files.i386 22 Dec 2001 09:25:17 -0000 1.386 +++ conf/files.i386 29 Dec 2001 15:23:55 -0000 @@ -288,6 +288,7 @@ i386/linux/linux_locore.s optional compat_linux \ dependency "linux_assym.h" i386/linux/linux_machdep.c optional compat_linux +i386/linux/linux_ptrace.c optional compat_linux i386/linux/linux_sysent.c optional compat_linux i386/linux/linux_sysvec.c optional compat_linux i386/pci/pci_cfgreg.c optional pci Index: kern/sys_process.c =================================================================== RCS file: /home/ncvs/src/sys/kern/sys_process.c,v retrieving revision 1.76 diff -u -r1.76 sys_process.c --- kern/sys_process.c 21 Oct 2001 23:57:15 -0000 1.76 +++ kern/sys_process.c 26 Dec 2001 20:02:05 -0000 @@ -419,7 +419,7 @@ case PT_STEP: case PT_CONTINUE: case PT_DETACH: - if ((uap->req != PT_STEP) && ((unsigned)uap->data >= NSIG)) + if ((uap->req != PT_STEP) && ((unsigned)uap->data > _SIG_MAXSIG)) return (EINVAL); PHOLD(p); Index: i386/linux/linux_ptrace.c =================================================================== RCS file: i386/linux/linux_ptrace.c diff -N i386/linux/linux_ptrace.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ i386/linux/linux_ptrace.c 26 Dec 2001 20:08:45 -0000 @@ -0,0 +1,499 @@ +/* + * Copyright (c) 2001 Alexander Kabaev + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer + * in this position and unchanged. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $FreeBSD:$ + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include +#include +#include + +/* + * Linux ptrace requests numbers. Mostly identical to FreeBSD, + * except for MD ones and PT_ATTACH/PT_DETACH. + */ +#define PTRACE_TRACEME 0 +#define PTRACE_PEEKTEXT 1 +#define PTRACE_PEEKDATA 2 +#define PTRACE_PEEKUSR 3 +#define PTRACE_POKETEXT 4 +#define PTRACE_POKEDATA 5 +#define PTRACE_POKEUSR 6 +#define PTRACE_CONT 7 +#define PTRACE_KILL 8 +#define PTRACE_SINGLESTEP 9 + +#define PTRACE_ATTACH 16 +#define PTRACE_DETACH 17 + +#define PTRACE_SYSCALL 24 + +#define PTRACE_GETREGS 12 +#define PTRACE_SETREGS 13 +#define PTRACE_GETFPREGS 14 +#define PTRACE_SETFPREGS 15 +#define PTRACE_GETFPXREGS 18 +#define PTRACE_SETFPXREGS 19 + +#define PTRACE_SETOPTIONS 21 + +/* + * Linux keeps debug registers at the following + * offset in the user struct + */ +#define LINUX_DBREG_OFFSET 252 +#define LINUX_DBREG_SIZE 8*sizeof(l_int) + +static __inline__ int +map_signum(int signum) +{ +#ifndef __alpha__ + if (signum > 0 && signum <= LINUX_SIGTBLSZ) + signum = linux_to_bsd_signal[_SIG_IDX(signum)]; +#endif + return ((signum == SIGSTOP)? 0 : signum); +} + +struct linux_pt_reg { + l_long ebx; + l_long ecx; + l_long edx; + l_long esi; + l_long edi; + l_long ebp; + l_long eax; + l_int xds; + l_int xes; + l_int xfs; + l_int xgs; + l_long orig_eax; + l_long eip; + l_int xcs; + l_long eflags; + l_long esp; + l_int xss; +}; + + +/* + * Translate i386 ptrace registers between Linux and FreeBSD formats. + * The translation is pretty straighforward, for all registers, but + * orig_eax in Linux side and r_trapno and r_err in FreeBSD + */ +static int +map_regs_to_linux(struct reg *bsd_r, struct linux_pt_reg *linux_r) +{ + linux_r->ebx = bsd_r->r_ebx; + linux_r->ecx = bsd_r->r_ecx; + linux_r->edx = bsd_r->r_edx; + linux_r->esi = bsd_r->r_esi; + linux_r->edi = bsd_r->r_edi; + linux_r->ebp = bsd_r->r_ebp; + linux_r->eax = bsd_r->r_eax; + linux_r->xds = bsd_r->r_ds; + linux_r->xes = bsd_r->r_es; + linux_r->xfs = bsd_r->r_fs; + linux_r->xgs = bsd_r->r_gs; + linux_r->orig_eax = bsd_r->r_eax; + linux_r->eip = bsd_r->r_eip; + linux_r->xcs = bsd_r->r_cs; + linux_r->eflags = bsd_r->r_eflags; + linux_r->esp = bsd_r->r_esp; + linux_r->xss = bsd_r->r_ss; + return (0); +} + +static int +map_regs_from_linux(struct reg *bsd_r, struct linux_pt_reg *linux_r) +{ + bsd_r->r_ebx = linux_r->ebx; + bsd_r->r_ecx = linux_r->ecx; + bsd_r->r_edx = linux_r->edx; + bsd_r->r_esi = linux_r->esi; + bsd_r->r_edi = linux_r->edi; + bsd_r->r_ebp = linux_r->ebp; + bsd_r->r_eax = linux_r->eax; + bsd_r->r_ds = linux_r->xds; + bsd_r->r_es = linux_r->xes; + bsd_r->r_fs = linux_r->xfs; + bsd_r->r_gs = linux_r->xgs; + bsd_r->r_eip = linux_r->eip; + bsd_r->r_cs = linux_r->xcs; + bsd_r->r_eflags = linux_r->eflags; + bsd_r->r_esp = linux_r->esp; + bsd_r->r_ss = linux_r->xss; + return (0); +} + +struct linux_pt_fpreg { + l_long cwd; + l_long swd; + l_long twd; + l_long fip; + l_long fcs; + l_long foo; + l_long fos; + l_long st_space[2*10]; +}; + +static int +map_fpregs_to_linux(struct fpreg *bsd_r, struct linux_pt_fpreg *linux_r) +{ + linux_r->cwd = bsd_r->fpr_env[0]; + linux_r->swd = bsd_r->fpr_env[1]; + linux_r->twd = bsd_r->fpr_env[2]; + linux_r->fip = bsd_r->fpr_env[3]; + linux_r->fcs = bsd_r->fpr_env[4]; + linux_r->foo = bsd_r->fpr_env[5]; + linux_r->fos = bsd_r->fpr_env[6]; + bcopy(bsd_r->fpr_acc, linux_r->st_space, sizeof(linux_r->st_space)); + return (0); +} + +static int +map_fpregs_from_linux(struct fpreg *bsd_r, struct linux_pt_fpreg *linux_r) +{ + bsd_r->fpr_env[0] = linux_r->cwd; + bsd_r->fpr_env[1] = linux_r->swd; + bsd_r->fpr_env[2] = linux_r->twd; + bsd_r->fpr_env[3] = linux_r->fip; + bsd_r->fpr_env[4] = linux_r->fcs; + bsd_r->fpr_env[5] = linux_r->foo; + bsd_r->fpr_env[6] = linux_r->fos; + bcopy(bsd_r->fpr_acc, linux_r->st_space, sizeof(bsd_r->fpr_acc)); + return (0); +} + +struct linux_pt_fpxreg { + l_ushort cwd; + l_ushort swd; + l_ushort twd; + l_ushort fop; + l_long fip; + l_long fcs; + l_long foo; + l_long fos; + l_long mxcsr; + l_long reserved; + l_long st_space[32]; + l_long xmm_space[32]; + l_long padding[56]; +}; + +static int +linux_proc_read_fpxregs(struct thread *td, struct linux_pt_fpxreg *fpxregs) +{ +#ifdef CPU_ENABLE_SSE + if (sizeof(*fpxregs) != sizeof(td->td_pcb->pcb_save.sv_xmm)) { + printf("linux: savexmm != linux_pt_fpxreg\n"); + return (EIO); + } + if (cpu_fxsr == 0) +#endif + return (EIO); + bcopy(&td->td_pcb->pcb_save.sv_xmm, fpxregs, sizeof *fpxregs); + return (0); +} + +static int +linux_proc_write_fpxregs(struct thread *td, struct linux_pt_fpxreg *fpxregs) +{ +#ifdef CPU_ENABLE_SSE + if (sizeof(*fpxregs) != sizeof(td->td_pcb->pcb_save.sv_xmm)) { + printf("linux: savexmm != linux_pt_fpxreg\n"); + return (EIO); + } + if (cpu_fxsr == 0) +#endif + return (EIO); + bcopy(fpxregs, &td->td_pcb->pcb_save.sv_xmm, sizeof *fpxregs); + return (0); +} + + +int +linux_ptrace(struct thread *td, struct linux_ptrace_args *uap) +{ + struct ptrace_args bsd_args; + int error; + caddr_t sg; + union { + struct linux_pt_reg reg; + struct linux_pt_fpreg fpreg; + struct linux_pt_fpxreg fpxreg; + } r; + + sg = stackgap_init(); + + error = 0; + + /* by default, just copy data intact */ + bsd_args.req = uap->req; + bsd_args.pid = (pid_t)uap->pid; + bsd_args.addr = (caddr_t)uap->addr; + bsd_args.data = uap->data; + + switch (uap->req) { + case PTRACE_TRACEME: + case PTRACE_POKETEXT: + case PTRACE_POKEDATA: + case PTRACE_KILL: + error = ptrace(td, &bsd_args); + break; + case PTRACE_PEEKTEXT: + case PTRACE_PEEKDATA: { + /* need to preserve return value */ + int rval = td->td_retval[0]; + bsd_args.data = 0; + error = ptrace(td, &bsd_args); + if (error == 0) + error = copyout(td->td_retval, + (caddr_t)uap->data, sizeof(l_int)); + td->td_retval[0] = rval; + break; + } + case PTRACE_DETACH: + bsd_args.req = PT_DETACH; + /* fall through */ + case PTRACE_SINGLESTEP: + case PTRACE_CONT: + bsd_args.data = map_signum(uap->data); + bsd_args.addr = (caddr_t)1; + error = ptrace(td, &bsd_args); + break; + case PTRACE_ATTACH: + bsd_args.req = PT_ATTACH; + error = ptrace(td, &bsd_args); + break; + case PTRACE_GETREGS: { + struct reg *bsd_r = (struct reg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + /* Linux is using data where FreeBSD is using addr */ + bsd_args.req = PT_GETREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(td, &bsd_args); + if (error == 0) + error = map_regs_to_linux(bsd_r, &r.reg); + if (error == 0) + error = copyout(&r.reg, (caddr_t)uap->data, sizeof r.reg); + break; + } + case PTRACE_SETREGS: { + struct reg *bsd_r = (struct reg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + /* Linux is using data where FreeBSD is using addr */ + bsd_args.req = PT_SETREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = copyin((caddr_t)uap->data, &r.reg, sizeof r.reg); + if (error == 0) + error = map_regs_from_linux(bsd_r, &r.reg); + if (error == 0) + error = ptrace(td, &bsd_args); + break; + } + case PTRACE_GETFPREGS: { + struct fpreg *bsd_r = (struct fpreg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + /* Linux is using data where FreeBSD is using addr */ + bsd_args.req = PT_GETFPREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(td, &bsd_args); + if (error == 0) + error = map_fpregs_to_linux(bsd_r, &r.fpreg); + if (error == 0) + error = copyout(&r.fpreg, (caddr_t)uap->data, sizeof r.fpreg); + break; + } + case PTRACE_SETFPREGS: { + struct fpreg *bsd_r = (struct fpreg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + /* Linux is using data where FreeBSD is using addr */ + bsd_args.req = PT_SETFPREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = copyin((caddr_t)uap->data, &r.fpreg, sizeof r.fpreg); + if (error == 0) + error = map_fpregs_from_linux(bsd_r, &r.fpreg); + if (error == 0) + error = ptrace(td, &bsd_args); + break; + } + case PTRACE_SETFPXREGS: + case PTRACE_GETFPXREGS: { + struct proc *p; + struct fpreg *bsd_r; + + /* + * Use FreeBSD PT_GETFPREGS for permisson testing. + */ + bsd_r = (struct fpreg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + bsd_args.req = PT_GETFPREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(td, &bsd_args); + /* + * If this fails, PTRACE_GETFPXREGS should fail + * for exactly the same reason. + */ + if (error != 0) + break; + + if ((p = pfind(uap->pid)) == NULL) { + error = ESRCH; + break; + } + if (uap->req == PTRACE_GETFPXREGS) { + PHOLD(p); + error = linux_proc_read_fpxregs( + &p->p_thread, &r.fpxreg); + PRELE(p); + if (error == 0) + error = copyout(&r.fpxreg, + (caddr_t)uap->data, sizeof r.fpxreg); + } else { + error = copyin((caddr_t)uap->data, + &r.fpxreg, sizeof r.fpxreg); + if (error == 0) { + /* clear dangerous bits exactly as Linux does*/ + r.fpxreg.mxcsr &= 0xffbf; + PHOLD(p); + error = linux_proc_write_fpxregs( + &p->p_thread, &r.fpxreg); + PRELE(p); + } + } + break; + } + case PTRACE_PEEKUSR: + case PTRACE_POKEUSR: { + error = EIO; + + /* check addr for alignment */ + if (uap->addr < 0 || uap->addr & (sizeof(l_int) - 1)) + break; + /* + * Allow linux programs to access register values in + * user struct. We simulate this through PT_GET/SETREGS + * as necessary. + */ + if (uap->addr < sizeof(struct linux_pt_reg)) { + struct reg *bsd_r; + + bsd_r = (struct reg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + bsd_args.req = PT_GETREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + + error = ptrace(td, &bsd_args); + if (error != 0) + break; + + error = map_regs_to_linux(bsd_r, &r.reg); + if (error != 0) + break; + + if (uap->req == PTRACE_PEEKUSR) { + error = copyout((char *)&r.reg + uap->addr, + (caddr_t)uap->data, sizeof(l_int)); + break; + } + + *(l_int *)((char *)&r.reg + uap->addr) = (l_int)uap->data; + + error = map_regs_from_linux(bsd_r, &r.reg); + if (error != 0) + break; + + bsd_args.req = PT_SETREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(td, &bsd_args); + } + + /* + * Simulate debug registers access + */ + if (uap->addr >= LINUX_DBREG_OFFSET && + uap->addr <= LINUX_DBREG_OFFSET + LINUX_DBREG_SIZE) { + struct dbreg *bsd_r; + + bsd_r = (struct dbreg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + bsd_args.req = PT_GETDBREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(td, &bsd_args); + if (error != 0) + break; + + uap->addr -= LINUX_DBREG_OFFSET; + if (uap->req == PTRACE_PEEKUSR) { + error = copyout((char *)bsd_r + uap->addr, + (caddr_t)uap->data, sizeof(l_int)); + break; + } + + *(l_int *)((char *)bsd_r + uap->addr) = uap->data; + bsd_args.req = PT_SETDBREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(td, &bsd_args); + } + + break; + } + case PTRACE_SYSCALL: + /* fall through */ + default: + error = EINVAL; + goto noimpl; + } + return (error); + + noimpl: + printf("linux: ptrace(%u, ...) not implemented\n", + (u_int32_t)uap->req); + return (error); +} Index: i386/linux/linux_dummy.c =================================================================== RCS file: /home/ncvs/src/sys/i386/linux/linux_dummy.c,v retrieving revision 1.32 diff -u -r1.32 linux_dummy.c --- i386/linux/linux_dummy.c 16 Oct 2001 06:15:36 -0000 1.32 +++ i386/linux/linux_dummy.c 24 Dec 2001 22:02:11 -0000 @@ -38,7 +38,6 @@ DUMMY(stat); DUMMY(stime); -DUMMY(ptrace); DUMMY(fstat); DUMMY(olduname); DUMMY(syslog); Index: i386/linux/syscalls.master =================================================================== RCS file: /home/ncvs/src/sys/i386/linux/syscalls.master,v retrieving revision 1.45 diff -u -r1.45 syscalls.master --- i386/linux/syscalls.master 16 Oct 2001 06:11:11 -0000 1.45 +++ i386/linux/syscalls.master 24 Dec 2001 22:02:11 -0000 @@ -65,7 +65,8 @@ 23 STD LINUX { int linux_setuid16(l_uid16_t uid); } 24 STD LINUX { int linux_getuid16(void); } 25 STD LINUX { int linux_stime(void); } -26 STD LINUX { int linux_ptrace(void); } +26 STD LINUX { int linux_ptrace(l_long req, l_long pid, l_long addr, \ + l_long data); } 27 STD LINUX { int linux_alarm(l_uint secs); } 28 STD LINUX { int linux_fstat(l_uint fd, struct ostat *up); } 29 STD LINUX { int linux_pause(void); } Index: modules/linux/Makefile =================================================================== RCS file: /home/ncvs/src/sys/modules/linux/Makefile,v retrieving revision 1.54 diff -u -r1.54 Makefile --- modules/linux/Makefile 18 Nov 2001 05:45:27 -0000 1.54 +++ modules/linux/Makefile 24 Dec 2001 22:03:37 -0000 @@ -8,7 +8,9 @@ SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \ linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \ linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \ - linux_util.c opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h + linux_util.c linux_ptrace.c opt_compat.h opt_linux.h opt_vmpage.h \ + vnode_if.h + OBJS= linux_locore.o .if ${MACHINE_ARCH} == "i386" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 8:40:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B2EA37B41E for ; Sat, 29 Dec 2001 08:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBTGe2O89677; Sat, 29 Dec 2001 08:40:02 -0800 (PST) (envelope-from gnats) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by hub.freebsd.org (Postfix) with ESMTP id 09DD237B41C for ; Sat, 29 Dec 2001 08:34:52 -0800 (PST) Received: (from ak03@localhost) by h132-197-179-27.gte.com (8.11.6/8.11.4) id fBTGYpd50885; Sat, 29 Dec 2001 11:34:51 -0500 (EST) (envelope-from ak03) Message-Id: <200112291634.fBTGYpd50885@h132-197-179-27.gte.com> Date: Sat, 29 Dec 2001 11:34:51 -0500 (EST) From: "Alexander N. Kabaev" Reply-To: "Alexander N. Kabaev" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: i386/33300: -STABLE ptrace(2) implementation for i386 linux emulator Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33300 >Category: i386 >Synopsis: -STABLE ptrace(2) implementation for i386 linux emulator >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: Sat Dec 29 08:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Alexander N. Kabaev >Release: FreeBSD 5.0-CURRENT i386 >Organization: Verizon Data Services >Environment: System: FreeBSD kanpc.gte.com 5.0-CURRENT FreeBSD 5.0-CURRENT #13: Mon Dec 24 11:36:50 EST 2001 root@kanpc.gte.com:/usr/src/sys/i386/compile/KANPC i386 >Description: The patch below a -STABLE version of the ptrace patch I sent in another PR i386/33299. >How-To-Repeat: Patch, regenerate files from i386/linux/syscalls.master and then either compile new module on kernel with COMPAT_LINUX. Note, that you will need patch in kern/sys_process.c if you want to debug threaded Linux binaries. >Fix: Index: conf/files.i386 =================================================================== RCS file: /home/ncvs/src/sys/conf/files.i386,v retrieving revision 1.307.2.19 diff -u -r1.307.2.19 files.i386 --- conf/files.i386 19 Dec 2001 20:59:28 -0000 1.307.2.19 +++ conf/files.i386 29 Dec 2001 15:46:30 -0000 @@ -352,6 +352,7 @@ i386/linux/linux_locore.s optional compat_linux \ dependency "linux_assym.h" i386/linux/linux_machdep.c optional compat_linux +i386/linux/linux_ptrace.c optional compat_linux i386/linux/linux_sysent.c optional compat_linux i386/linux/linux_sysvec.c optional compat_linux svr4/imgact_svr4.c optional compat_svr4 Index: kern/sys_process.c =================================================================== RCS file: /home/ncvs/src/sys/kern/sys_process.c,v retrieving revision 1.51.2.2 diff -u -r1.51.2.2 sys_process.c --- kern/sys_process.c 3 Oct 2001 06:55:42 -0000 1.51.2.2 +++ kern/sys_process.c 29 Dec 2001 15:51:23 -0000 @@ -328,7 +328,7 @@ case PT_STEP: case PT_CONTINUE: case PT_DETACH: - if ((uap->req != PT_STEP) && ((unsigned)uap->data >= NSIG)) + if ((uap->req != PT_STEP) && ((unsigned)uap->data > _SIG_MAXSIG)) return EINVAL; PHOLD(p); Index: i386/linux/linux_ptrace.c =================================================================== RCS file: i386/linux/linux_ptrace.c diff -N i386/linux/linux_ptrace.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ i386/linux/linux_ptrace.c 26 Dec 2001 15:57:52 -0000 @@ -0,0 +1,502 @@ +/* + * Copyright (c) 2001 Alexander Kabaev + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer + * in this position and unchanged. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $FreeBSD:$ + */ + +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include +#include +#include +#include + +#include +#include +#include + +/* + * Linux ptrace requests numbers. Mostly identical to FreeBSD, + * except for MD ones and PT_ATTACH/PT_DETACH. + */ +#define PTRACE_TRACEME 0 +#define PTRACE_PEEKTEXT 1 +#define PTRACE_PEEKDATA 2 +#define PTRACE_PEEKUSR 3 +#define PTRACE_POKETEXT 4 +#define PTRACE_POKEDATA 5 +#define PTRACE_POKEUSR 6 +#define PTRACE_CONT 7 +#define PTRACE_KILL 8 +#define PTRACE_SINGLESTEP 9 + +#define PTRACE_ATTACH 16 +#define PTRACE_DETACH 17 + +#define PTRACE_SYSCALL 24 + +#define PTRACE_GETREGS 12 +#define PTRACE_SETREGS 13 +#define PTRACE_GETFPREGS 14 +#define PTRACE_SETFPREGS 15 +#define PTRACE_GETFPXREGS 18 +#define PTRACE_SETFPXREGS 19 + +#define PTRACE_SETOPTIONS 21 + +/* + * Linux keeps debug registers at the following + * offset in the user struct + */ +#define LINUX_DBREG_OFFSET 252 +#define LINUX_DBREG_SIZE 8*sizeof(l_int) + +static __inline__ int +map_signum(int signum) +{ +#ifndef __alpha__ + if (signum > 0 && signum <= LINUX_SIGTBLSZ) + signum = linux_to_bsd_signal[_SIG_IDX(signum)]; +#endif + return ((signum == SIGSTOP)? 0 : signum); +} + +struct linux_pt_reg { + l_long ebx; + l_long ecx; + l_long edx; + l_long esi; + l_long edi; + l_long ebp; + l_long eax; + l_int xds; + l_int xes; + l_int xfs; + l_int xgs; + l_long orig_eax; + l_long eip; + l_int xcs; + l_long eflags; + l_long esp; + l_int xss; +}; + + +/* + * Translate i386 ptrace registers between Linux and FreeBSD formats. + * The translation is pretty straighforward, for all registers, but + * orig_eax in Linux side and r_trapno and r_err in FreeBSD + */ +static int +map_regs_to_linux(struct reg *bsd_r, struct linux_pt_reg *linux_r) +{ + linux_r->ebx = bsd_r->r_ebx; + linux_r->ecx = bsd_r->r_ecx; + linux_r->edx = bsd_r->r_edx; + linux_r->esi = bsd_r->r_esi; + linux_r->edi = bsd_r->r_edi; + linux_r->ebp = bsd_r->r_ebp; + linux_r->eax = bsd_r->r_eax; + linux_r->xds = bsd_r->r_ds; + linux_r->xes = bsd_r->r_es; + linux_r->xfs = bsd_r->r_fs; + linux_r->xgs = bsd_r->r_gs; + linux_r->orig_eax = bsd_r->r_eax; + linux_r->eip = bsd_r->r_eip; + linux_r->xcs = bsd_r->r_cs; + linux_r->eflags = bsd_r->r_eflags; + linux_r->esp = bsd_r->r_esp; + linux_r->xss = bsd_r->r_ss; + return (0); +} + +static int +map_regs_from_linux(struct reg *bsd_r, struct linux_pt_reg *linux_r) +{ + bsd_r->r_ebx = linux_r->ebx; + bsd_r->r_ecx = linux_r->ecx; + bsd_r->r_edx = linux_r->edx; + bsd_r->r_esi = linux_r->esi; + bsd_r->r_edi = linux_r->edi; + bsd_r->r_ebp = linux_r->ebp; + bsd_r->r_eax = linux_r->eax; + bsd_r->r_ds = linux_r->xds; + bsd_r->r_es = linux_r->xes; + bsd_r->r_fs = linux_r->xfs; + bsd_r->r_gs = linux_r->xgs; + bsd_r->r_eip = linux_r->eip; + bsd_r->r_cs = linux_r->xcs; + bsd_r->r_eflags = linux_r->eflags; + bsd_r->r_esp = linux_r->esp; + bsd_r->r_ss = linux_r->xss; + return (0); +} + +struct linux_pt_fpreg { + l_long cwd; + l_long swd; + l_long twd; + l_long fip; + l_long fcs; + l_long foo; + l_long fos; + l_long st_space[2*10]; +}; + +static int +map_fpregs_to_linux(struct fpreg *bsd_r, struct linux_pt_fpreg *linux_r) +{ + linux_r->cwd = bsd_r->fpr_env[0]; + linux_r->swd = bsd_r->fpr_env[1]; + linux_r->twd = bsd_r->fpr_env[2]; + linux_r->fip = bsd_r->fpr_env[3]; + linux_r->fcs = bsd_r->fpr_env[4]; + linux_r->foo = bsd_r->fpr_env[5]; + linux_r->fos = bsd_r->fpr_env[6]; + bcopy(bsd_r->fpr_acc, linux_r->st_space, sizeof(linux_r->st_space)); + return (0); +} + +static int +map_fpregs_from_linux(struct fpreg *bsd_r, struct linux_pt_fpreg *linux_r) +{ + bsd_r->fpr_env[0] = linux_r->cwd; + bsd_r->fpr_env[1] = linux_r->swd; + bsd_r->fpr_env[2] = linux_r->twd; + bsd_r->fpr_env[3] = linux_r->fip; + bsd_r->fpr_env[4] = linux_r->fcs; + bsd_r->fpr_env[5] = linux_r->foo; + bsd_r->fpr_env[6] = linux_r->fos; + bcopy(bsd_r->fpr_acc, linux_r->st_space, sizeof(bsd_r->fpr_acc)); + return (0); +} + +struct linux_pt_fpxreg { + l_ushort cwd; + l_ushort swd; + l_ushort twd; + l_ushort fop; + l_long fip; + l_long fcs; + l_long foo; + l_long fos; + l_long mxcsr; + l_long reserved; + l_long st_space[32]; + l_long xmm_space[32]; + l_long padding[56]; +}; + +static int +linux_proc_read_fpxregs(struct proc *p, struct linux_pt_fpxreg *fpxregs) +{ +#ifdef CPU_ENABLE_SSE + if (sizeof(*fpxregs) != sizeof(p->p_addr->u_pcb.pcb_save.sv_xmm)) { + printf("linux: savexmm != linux_pt_fpxreg\n"); + return (EIO); + } + if (cpu_fxsr == 0) +#endif + return (EIO); + bcopy(&p->p_addr->u_pcb.pcb_save.sv_xmm, fpxregs, sizeof *fpxregs); + return (0); +} + +static int +linux_proc_write_fpxregs(struct proc *p, struct linux_pt_fpxreg *fpxregs) +{ +#ifdef CPU_ENABLE_SSE + if (sizeof(*fpxregs) != sizeof(p->p_addr->u_pcb.pcb_save.sv_xmm)) { + printf("linux: savexmm != linux_pt_fpxreg\n"); + return (EIO); + } + if (cpu_fxsr == 0) +#endif + return (EIO); + bcopy(fpxregs, &p->p_addr->u_pcb.pcb_save.sv_xmm, sizeof *fpxregs); + return (0); +} + + +int +linux_ptrace(struct proc *p, struct linux_ptrace_args *uap) +{ + struct ptrace_args bsd_args; + int error; + caddr_t sg; + union { + struct linux_pt_reg reg; + struct linux_pt_fpreg fpreg; + struct linux_pt_fpxreg fpxreg; + } r; + + sg = stackgap_init(); + + error = 0; + + /* by default, just copy data intact */ + bsd_args.req = uap->req; + bsd_args.pid = (pid_t)uap->pid; + bsd_args.addr = (caddr_t)uap->addr; + bsd_args.data = uap->data; + + switch (uap->req) { + case PTRACE_TRACEME: + case PTRACE_POKETEXT: + case PTRACE_POKEDATA: + case PTRACE_KILL: + error = ptrace(p, &bsd_args); + break; + case PTRACE_PEEKTEXT: + case PTRACE_PEEKDATA: { + /* need to preserve return value */ + int rval = p->p_retval[0]; + bsd_args.data = 0; + error = ptrace(p, &bsd_args); + if (error == 0) + error = copyout(p->p_retval, + (caddr_t)uap->data, sizeof(l_int)); + p->p_retval[0] = rval; + break; + } + case PTRACE_DETACH: + bsd_args.req = PT_DETACH; + /* fall through */ + case PTRACE_SINGLESTEP: + case PTRACE_CONT: + bsd_args.data = map_signum(uap->data); + bsd_args.addr = (caddr_t)1; + error = ptrace(p, &bsd_args); + break; + case PTRACE_ATTACH: + bsd_args.req = PT_ATTACH; + error = ptrace(p, &bsd_args); + break; + case PTRACE_GETREGS: { + struct reg *bsd_r = (struct reg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + /* Linux is using data where FreeBSD is using addr */ + bsd_args.req = PT_GETREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(p, &bsd_args); + if (error == 0) + error = map_regs_to_linux(bsd_r, &r.reg); + if (error == 0) + error = copyout(&r.reg, (caddr_t)uap->data, sizeof r.reg); + break; + } + case PTRACE_SETREGS: { + struct reg *bsd_r = (struct reg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + /* Linux is using data where FreeBSD is using addr */ + bsd_args.req = PT_SETREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = copyin((caddr_t)uap->data, &r.reg, sizeof r.reg); + if (error == 0) + error = map_regs_from_linux(bsd_r, &r.reg); + if (error == 0) + error = ptrace(p, &bsd_args); + break; + } + case PTRACE_GETFPREGS: { + struct fpreg *bsd_r = (struct fpreg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + /* Linux is using data where FreeBSD is using addr */ + bsd_args.req = PT_GETFPREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(p, &bsd_args); + if (error == 0) + error = map_fpregs_to_linux(bsd_r, &r.fpreg); + if (error == 0) + error = copyout(&r.fpreg, (caddr_t)uap->data, sizeof r.fpreg); + break; + } + case PTRACE_SETFPREGS: { + struct fpreg *bsd_r = (struct fpreg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + /* Linux is using data where FreeBSD is using addr */ + bsd_args.req = PT_SETFPREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = copyin((caddr_t)uap->data, &r.fpreg, sizeof r.fpreg); + if (error == 0) + error = map_fpregs_from_linux(bsd_r, &r.fpreg); + if (error == 0) + error = ptrace(p, &bsd_args); + break; + } + case PTRACE_SETFPXREGS: + case PTRACE_GETFPXREGS: { + struct proc *pchild; + struct fpreg *bsd_r; + + /* + * Use FreeBSD PT_GETFPREGS for permisson testing. + */ + bsd_r = (struct fpreg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + bsd_args.req = PT_GETFPREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(p, &bsd_args); + /* + * If this fails, PTRACE_GETFPXREGS should fail + * for exactly the same reason. + */ + if (error != 0) + break; + + if ((pchild = pfind(uap->pid)) == NULL) { + error = ESRCH; + break; + } + if (uap->req == PTRACE_GETFPXREGS) { + PHOLD(pchild); + error = linux_proc_read_fpxregs( + pchild, &r.fpxreg); + PRELE(pchild); + if (error == 0) + error = copyout(&r.fpxreg, + (caddr_t)uap->data, sizeof r.fpxreg); + } else { + error = copyin((caddr_t)uap->data, + &r.fpxreg, sizeof r.fpxreg); + if (error == 0) { + /* clear dangerous bits exactly as Linux does*/ + r.fpxreg.mxcsr &= 0xffbf; + PHOLD(pchild); + error = linux_proc_write_fpxregs( + pchild, &r.fpxreg); + PRELE(pchild); + } + } + break; + } + case PTRACE_PEEKUSR: + case PTRACE_POKEUSR: { + error = EIO; + + /* check addr for alignment */ + if (uap->addr < 0 || uap->addr & (sizeof(l_int) - 1)) + break; + /* + * Allow linux programs to access register values in + * user struct. We simulate this through PT_GET/SETREGS + * as necessary. + */ + if (uap->addr < sizeof(struct linux_pt_reg)) { + struct reg *bsd_r; + + bsd_r = (struct reg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + bsd_args.req = PT_GETREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + + error = ptrace(p, &bsd_args); + if (error != 0) + break; + + error = map_regs_to_linux(bsd_r, &r.reg); + if (error != 0) + break; + + if (uap->req == PTRACE_PEEKUSR) { + error = copyout((char *)&r.reg + uap->addr, + (caddr_t)uap->data, sizeof(l_int)); + break; + } + + *(l_int *)((char *)&r.reg + uap->addr) = (l_int)uap->data; + + error = map_regs_from_linux(bsd_r, &r.reg); + if (error != 0) + break; + + bsd_args.req = PT_SETREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(p, &bsd_args); + } + + /* + * Simulate debug registers access + */ + if (uap->addr >= LINUX_DBREG_OFFSET && + uap->addr <= LINUX_DBREG_OFFSET + LINUX_DBREG_SIZE) { + struct dbreg *bsd_r; + + bsd_r = (struct dbreg*)stackgap_alloc(&sg, + sizeof(*bsd_r)); + bsd_args.req = PT_GETDBREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(p, &bsd_args); + if (error != 0) + break; + + uap->addr -= LINUX_DBREG_OFFSET; + if (uap->req == PTRACE_PEEKUSR) { + error = copyout((char *)bsd_r + uap->addr, + (caddr_t)uap->data, sizeof(l_int)); + break; + } + + *(l_int *)((char *)bsd_r + uap->addr) = uap->data; + bsd_args.req = PT_SETDBREGS; + bsd_args.addr = (caddr_t)bsd_r; + bsd_args.data = 0; + error = ptrace(p, &bsd_args); + } + + break; + } + case PTRACE_SYSCALL: + /* fall through */ + default: + error = EINVAL; + goto noimpl; + } + return (error); + + noimpl: + printf("linux: ptrace(%u, ...) not implemented\n", + (u_int32_t)uap->req); + return (error); +} Index: i386/linux/linux_dummy.c =================================================================== RCS file: /home/ncvs/src/sys/i386/linux/linux_dummy.c,v retrieving revision 1.21.2.6 diff -u -r1.21.2.6 linux_dummy.c --- i386/linux/linux_dummy.c 5 Nov 2001 19:08:23 -0000 1.21.2.6 +++ i386/linux/linux_dummy.c 26 Dec 2001 15:33:52 -0000 @@ -39,7 +39,6 @@ DUMMY(stat); DUMMY(mount); DUMMY(stime); -DUMMY(ptrace); DUMMY(fstat); DUMMY(olduname); DUMMY(syslog); Index: i386/linux/syscalls.master =================================================================== RCS file: /home/ncvs/src/sys/i386/linux/syscalls.master,v retrieving revision 1.30.2.7 diff -u -r1.30.2.7 syscalls.master --- i386/linux/syscalls.master 5 Nov 2001 19:08:23 -0000 1.30.2.7 +++ i386/linux/syscalls.master 26 Dec 2001 15:33:52 -0000 @@ -65,7 +65,8 @@ 23 STD LINUX { int linux_setuid16(l_uid16_t uid); } 24 STD LINUX { int linux_getuid16(void); } 25 STD LINUX { int linux_stime(void); } -26 STD LINUX { int linux_ptrace(void); } +26 STD LINUX { int linux_ptrace(l_long req, l_long pid, l_long addr, \ + l_long data); } 27 STD LINUX { int linux_alarm(l_uint secs); } 28 STD LINUX { int linux_fstat(l_uint fd, struct ostat *up); } 29 STD LINUX { int linux_pause(void); } Index: modules/linux/Makefile =================================================================== RCS file: /home/ncvs/src/sys/modules/linux/Makefile,v retrieving revision 1.34.2.9 diff -u -r1.34.2.9 Makefile --- modules/linux/Makefile 5 Nov 2001 19:08:24 -0000 1.34.2.9 +++ modules/linux/Makefile 26 Dec 2001 15:32:06 -0000 @@ -8,7 +8,9 @@ SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \ linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \ linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \ - linux_util.c opt_compat.h opt_linux.h opt_vmpage.h vnode_if.h + linux_util.c linux_ptrace.c opt_compat.h opt_linux.h opt_vmpage.h \ + vnode_if.h + OBJS= linux_locore.o MAN= linux.8 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 10: 0: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C8FB37B419 for ; Sat, 29 Dec 2001 10:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBTI02h01418; Sat, 29 Dec 2001 10:00:02 -0800 (PST) (envelope-from gnats) Date: Sat, 29 Dec 2001 10:00:02 -0800 (PST) Message-Id: <200112291800.fBTI02h01418@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Mr. Feed" Subject: Re: bin/31860: read wont timeout on sockets if using threads Reply-To: "Mr. Feed" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/31860; it has been noted by GNATS. From: "Mr. Feed" To: freebsd-gnats-submit@FreeBSD.org, andrew@ugh.net.au Cc: mrfeed@yahoo.com Subject: Re: bin/31860: read wont timeout on sockets if using threads Date: Sat, 29 Dec 2001 09:53:50 -0800 i think this problem never get solved since FreeBSD 4.1 - I have the same problem in FreeBSD 4.3 stable, i.e. set timeout has not effects whatsoever if linked with libc_r. Do you guys have any plan to do something about it? thanks. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 12:10:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBC6237B416; Sat, 29 Dec 2001 12:10:13 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBTK74425326; Sat, 29 Dec 2001 12:07:04 -0800 (PST) (envelope-from sheldonh) Date: Sat, 29 Dec 2001 12:07:04 -0800 (PST) From: Message-Id: <200112292007.fBTK74425326@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, bp@FreeBSD.org Subject: Re: kern/33219: smbfs case senstitive problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: smbfs case senstitive problem Responsible-Changed-From-To: freebsd-bugs->bp Responsible-Changed-By: sheldonh Responsible-Changed-When: Sat Dec 29 12:06:45 PST 2001 Responsible-Changed-Why: Boris maintains smbfs. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33219 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 12:38:53 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from morningstar.realhappy.net (dsl254-100-146.nyc1.dsl.speakeasy.net [216.254.100.146]) by hub.freebsd.org (Postfix) with ESMTP id 04D2737B405 for ; Sat, 29 Dec 2001 12:38:49 -0800 (PST) Received: from morningstar.realhappy.net (localhost [127.0.0.1]) by morningstar.realhappy.net (8.12.1/8.12.1) with ESMTP id fBTLiX98001471 for ; Sat, 29 Dec 2001 16:44:33 -0500 (EST) Received: (from stuart@localhost) by morningstar.realhappy.net (8.12.1/8.12.1/Submit) id fBTLiW2f005448 for freebsd-bugs@freebsd.org; Sat, 29 Dec 2001 16:44:32 -0500 (EST) Date: Sat, 29 Dec 2001 16:44:32 -0500 (EST) From: "Stuart C. Bruce" Message-Id: <200112292144.fBTLiW2f005448@morningstar.realhappy.net> To: freebsd-bugs@freebsd.org Subject: Password field displays password in cleartext Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello! I just installed 4.4 and was adding a user via the sysinstall interface, after I had typed in the password in the provided field I moved the cursor to the beginning to count the number of characters, making sure I entered it correctly, and as I moved the cursor forward, each character was displayed, the * changed into the character I had entered. I installed the latest stable, 4.4, the i386 platform. I'm not a list member, so if any additional info is needed, email me stuart@realhappy.net Thanks for a great OS! Stuart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 13:53:54 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from lycos.co.kr (catv-kwangjoo-210205028145.usr2.hananet.net [210.205.28.145]) by hub.freebsd.org (Postfix) with SMTP id 0F18437B41F for ; Sat, 29 Dec 2001 13:52:27 -0800 (PST) Reply-To: adfree114@lycos.co.kr From: adfree114 To: Subject: [±¤°í]¹®±¸°¡ µé¾î°£ ¸ÞÀÏÀ» 100% Â÷´ÜÇϴ¹ý !! Mime-Version: 1.0 Content-Type: text/html; charset="ks_c_5601-1987" Date: Sun, 30 Dec 2001 06:54:06 +0900 X-Priority: 3 X-Mailer: Mailtouch 1.0 Message-Id: <20011229215227.0F18437B41F@hub.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [±¤°í]¹®±¸°¡ µé¾î°£ ¸ÞÀÏÀ» 100% Â÷´ÜÇÏ´Â ¹æ¹ý !!

[±¤°í]¹®±¸°¡ µé¾î°£ ¸ÞÀÏÀ» 100% Â÷´ÜÇϴ¹ý !!

ÄÄÀ» ¾Ë°í³ª¸é ½ºÆÔ¸ÞÀÏ °ÆÁ¤¾ÈÇÏ°í ¾ó¸¶µçÁö ¸ÞÀÏÀ» ÀÌ¿ëÇÒ ¼ö°¡ ÀÖÁö¿©~

À¥¸ÞÀÏ ¸Þ´ºÁß È¯°æ¼³Á¤À̳ª¿É¼Ç¼±Åà - ÇÊÅͼ±ÅÃÈÄ - [±¤°í]¹®±¸¸¦ ¼ö½Å°ÅºÎ¿¡ Ãß°¡ÇÏ¸é ´ÙÀ½ºÎÅÍ Á¦¸ñ¿¡ [±¤°í]¶ó´Â ¹®±¸°¡ µé¾î°£ ¸ÞÀÏ°ú ¿µ¿øÈ÷ À̺°À» ÇÒ ¼ö ÀÖ´ä´Ï´Ù..^^    (¿åÀ» Çϰųª ½Å°í¸¸À¸·Ð ÀüÇô È¿°ú°¡ ¾øÀ½)

¸ðµç À¥¸ÞÀÏ¿¡´Â ½ºÆÔÂ÷´Ü ±â´É¿Ü ½È¾îÇÏ´Â ¸ÞÀϸ¸ ¸·À» ¼ö ÀÖ´Â ±â´ÉÀÌ ÀÖÀ¸¸ç .. ¼ºÀÎ, ¼îÇÎ, CD, µ¿¿µ»ó µî... ¹Þ±â½ÈÀº ³»¿ëÀÌ µé¾î°£ °Í¸¸ °ÅºÎÇÒ ¼öµµ Àִµ¥ Á¶±Ý¸¸ ½Å°æ¾²¸é [±¤°í]¸ÞÀÏ °ÆÁ¤ ¶Ò...!! °£´ÜÇÏÁÒ...^ ^

¸¸¾à Á¦¸ñ¿¡ [±¤°í]¶ó´Â ¹®±¸°¡ ¾ø´Ù¸é º»¹®¿¡ "¼ö½Å°ÅºÎ"¶õ ¹®±¸¸¦ ÇÊÅ͸µÀ¸·Î Çغ¸¼¼¿ä ±×·³ ±¤°í¸ÞÀÏÀº ¸ø µé¾î¿À°í ÈÞÁöÅëÀ¸·Î »ç¶óÁý´Ï´Ù
 (Áï ±¤°í¸ÞÀÏÀº º»¹®¿¡ "¼ö½Å°ÅºÎ¸¦ ÇØÁÖ¼¼¿ä µî... Á˼ÛÇÕ´Ï´Ù µîÀÇ ¹®±¸°¡ ÀÖÀ¸´Ï ±× ¹®±¸¸¦ Æ÷ÇÔÇÑ °ÍÀº ¸ðµÎ ¸·¾Æ ÁÝ´Ï´Ù )

»õ·Î¿î µµ¸ÞÀÎ µî·Ï¾È³»...¹ÙÀÌ·¯½º °æ°í¾È³»...»õ·Î¿î ½Å»óÇ°À» ½Ñ °¡°Ý¿¡ ±¸ÀÔÇÒ ¼ö ÀÖ´Â ¼îÇθô...°ü±¤¾È³»...Çпø¾È³»...°¢Á¾Á¤º¸ ¼Ò½ÄÁö...¼ºÀÎ...µî...±× ¸ðµÎ¸¦ [±¤°í]¶ó°í ÇÏÁö¿ä~

±×¸®°í ¼ö½ÅÀÚµéÁß 60%°¡ ±¤°í¸ÞÀÏ¿¡ ÀÇÇØ ¼ö¸¹Àº Á¤º¸¸¦ ¾ò´Â´Ù°í ÇÕ´Ï´Ù, ¼ö¸¹Àº ±¤°íµé Áß ²À ±× Á¤º¸¸¦ ÇÊ¿ä·Î ÇÏ´Â ºÐµµ °è½Ã´Ù´Â »ç½Ç ¶§¹®¿¡ ±¤°í´Â Á¸ÀçÇÏ´Â °ÍÀÔ´Ï´Ù

±×¸®°í ÀÌ ¾î·Á¿î ½Ã´ë¿¡ »ì¾Æ³²±â À§ÇØ ¸öºÎ¸²Ä¡´Â ºÐµéÀ» À§ÇØ ÀÚ±âÁý ¹®´Ü¼ÓÀ» ÇÏ´ÂÀǹ̿¡¼­ [±¤°í] ÇÊÅ͸µ ¼±ÅÃÇϽÉÀÌ ¾î¶³·±Áö¿ä~~
±¤°íÁֵ鵵 ´õºÒ¾î »ì¾Æ°¡´Â »ç¶÷µéÀ̴ϱî¿ä

±¤°í¸¦ ÇÊ¿ä·Î ÇÏ´Â »ç¶÷¸¸ º¸±â¸¦ ¹Ù¶ó´Â ¸¶À½¿¡¼­....

¹«·á¼ºÀοµÈ­º¸±â

¹«·á¼ºÀθ¸È­º¸±â

 

  - ÃÖÈÄÀÇ Èñ¸ÁÀº ±àÁ¤ÀûÀÎ »ç°í¹æ½Ä ±×¸®°í »ç¶û... -

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 15:50:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91C1A37B419; Sat, 29 Dec 2001 15:50:14 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBTNkth55517; Sat, 29 Dec 2001 15:46:55 -0800 (PST) (envelope-from sheldonh) Date: Sat, 29 Dec 2001 15:46:55 -0800 (PST) From: Message-Id: <200112292346.fBTNkth55517@freefall.freebsd.org> To: shigio@tamacom.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, ps@FreeBSD.org Subject: Re: bin/32636: Improved less powered by GLOBAL. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Improved less powered by GLOBAL. State-Changed-From-To: closed->open State-Changed-By: sheldonh State-Changed-When: Sat Dec 29 15:45:39 PST 2001 State-Changed-Why: Patches incorporated into distribution, new version available. Responsible-Changed-From-To: freebsd-bugs->ps Responsible-Changed-By: sheldonh Responsible-Changed-When: Sat Dec 29 15:45:39 PST 2001 Responsible-Changed-Why: Paul maintains contrib/less http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32636 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 17:20: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 965B837B41B for ; Sat, 29 Dec 2001 17:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBU1K1n69901; Sat, 29 Dec 2001 17:20:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A3AA37B405 for ; Sat, 29 Dec 2001 17:10:34 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBU1AYH69103; Sat, 29 Dec 2001 17:10:34 -0800 (PST) (envelope-from nobody) Message-Id: <200112300110.fBU1AYH69103@freefall.freebsd.org> Date: Sat, 29 Dec 2001 17:10:34 -0800 (PST) From: Eric Albert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/33315: pthread_key_create does not zero out the new value Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33315 >Category: misc >Synopsis: pthread_key_create does not zero out the new value >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 29 17:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Eric Albert >Release: 4.4-RELEASE >Organization: >Environment: Unavailable at the moment. Mail me if it's necessary and I'll sent it in. >Description: The man page for pthread_key_create(3) says this: "Upon key creation, the value NULL is associated with the new key in all active threads." On FreeBSD, the pthread implementation reuses keys immediately, so if you call pthread_key_create, pthread_key_delete on the created key, and pthread_key_create again, you get the same pthread_key_t as the original call to pthread_key_create returned. If you set a value on the current thread with the original key (using pthread_setspecific), pthread_getspecific will return that same value immediately after the second pthread_key_create. That's wrong -- by the man page, and to be useful for a program that uses, deletes, and reuses a substantial number of keys, calling pthread_key_create should set the key's value to zero on all threads. If it doesn't, there's no way to guarantee that the initial value for a new key is anything expected, since the same key might have been previously used and deleted in the same process. The behavior specified by the man page is the only way to ensure that a consistent value is set for a given key across all threads. >How-To-Repeat: Compile this as test.c with 'gcc -pthread -o test test.c'. Run ./test. The test will print a message at the end that says whether it succeeded. ----- #include #include #include int main(void) { pthread_key_t originalKey; pthread_key_t key; void *value; assert(pthread_key_create(&key, NULL) == 0); printf("Key is %ld\n", key); originalKey = key; value = pthread_getspecific(key); printf("Initial value is 0x%08x\n", (unsigned int) value); value = (void *) 0x12345678; assert(pthread_setspecific(key, value) == 0); printf("After setting key %ld to 0x%08x, value is 0x%08x\n", key, (unsigned int) value, (unsigned int) pthread_getspecific(key)); value = (void *) 0xabcdef12; assert(pthread_setspecific(key, value) == 0); printf("After setting key %ld to 0x%08x, value is 0x%08x\n", key, (unsigned int) value, (unsigned int) pthread_getspecific(key)); assert(pthread_key_delete(key) == 0); printf("Key %ld deleted\n", key); assert(pthread_key_create(&key, NULL) == 0); printf("New key is %ld\n", key); assert(key == originalKey); value = pthread_getspecific(key); printf("Initial value is 0x%08x\n", (unsigned int) value); if (value == 0) { printf("Test succeeded\n"); } else { printf("Test failed; value of a new key is non-zero\n"); } return 0; } >Fix: src/lib/libc_r/uthread/uthread_spec.c's _pthread_key_create function doesn't currently walk the list of all threads and zero out their value for *key. It'd need to do this. Another option is to do the zeroing in the same file in _pthread_key_delete, since that would ensure that if the key is reused its corresponding values are correct on all threads. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 18:10:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DD2037B416; Sat, 29 Dec 2001 18:10:14 -0800 (PST) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBU21tt76846; Sat, 29 Dec 2001 18:01:55 -0800 (PST) (envelope-from darrenr) Date: Sat, 29 Dec 2001 18:01:55 -0800 (PST) From: Message-Id: <200112300201.fBU21tt76846@freefall.freebsd.org> To: bugs@canyoncountry.net, darrenr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/28087: Fatal trap 12: page fault while in kernel mode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fatal trap 12: page fault while in kernel mode State-Changed-From-To: open->closed State-Changed-By: darrenr State-Changed-When: Sat Dec 29 18:01:25 PST 2001 State-Changed-Why: This is using IPFilter 3.4.8. This problem has been fixed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28087 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 18:33:50 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ionet.net (mail.ionet.net [206.41.128.16]) by hub.freebsd.org (Postfix) with ESMTP id 0BD5237B416 for ; Sat, 29 Dec 2001 18:33:48 -0800 (PST) Received: from 2Cust18.tnt16.dfw3.da.uu.net (2Cust18.tnt16.dfw3.da.uu.net [67.192.216.18]) by ionet.net (8.9.1a/8.9.1) with SMTP id UAA07955 for ; Sat, 29 Dec 2001 20:35:39 -0600 (CST) Message-Id: <4.3.2.7.0.20011230030813.00d08760@mail.ionet.net> X-Sender: zcaf@mail.ionet.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sun, 30 Dec 2001 03:08:42 -0600 To: bugs@freebsd.org From: BlacPro Subject: Finally, Something for Men. Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_22346566==_.ALT" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=====================_22346566==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed Total Care Laboratories offers a line of personal care products for men who want to maintain a natural, healthy and professional look. If your hair looks dry, dull or your having shaving problems then you need to visit www.blacpro.com Also register to win a CD/Cassette player. If you would like for us to remove you from this list type "REMOVE" in the subject line. (Not in The Body) and reply back to us. You will then be promptly and permanently removed from our list. Sincerely, William Franks CEO --=====================_22346566==_.ALT Content-Type: text/html; charset="us-ascii" Total Care Laboratories offers a line of personal care products for men who want to maintain a natural, healthy and professional look.

If your hair looks dry, dull or your having shaving problems then you need to visit www.blacpro.com

Also register to win a CD/Cassette player.

If you would like for us to remove you from this list type "REMOVE" in the subject line. (Not in The Body) and reply back to us.

You will then be promptly and permanently removed from
our list.

Sincerely,
William Franks
CEO
--=====================_22346566==_.ALT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 29 22:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 742C137B41B for ; Sat, 29 Dec 2001 22:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBU6U1513632; Sat, 29 Dec 2001 22:30:01 -0800 (PST) (envelope-from gnats) Date: Sat, 29 Dec 2001 22:30:01 -0800 (PST) Message-Id: <200112300630.fBU6U1513632@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Dillon Subject: Re: kern/33202: sys/dev/mly/mly.c minor mly_printf cosmetic problem Reply-To: Chris Dillon Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/33202; it has been noted by GNATS. From: Chris Dillon To: Cc: Subject: Re: kern/33202: sys/dev/mly/mly.c minor mly_printf cosmetic problem Date: Sun, 30 Dec 2001 00:22:30 -0600 (CST) On Wed, 26 Dec 2001, Chris Dillon wrote: > >Fix: > Since I won't be able to test any changes I make (I don't know how > to cause an enclosure event out of the blue, and the box in > question is also not in front of me right now) and since I'm > really not all that good with C anyway, I'll leave this up to > someone more qualified. OK, I underestimated myself. After some discussion with people in #FreeBSD on IRC and trying several different routes, I finally decided that just taking the printf arguments out of the lookup table was the cleanest way to handle this. Unfortunately the error messages won't be quite as perfectly clear as they were before, but should still make sense. I'm currently running this patch on my production box that has the mly controller in it, but unfortunately the source of the problems seems to have disappeared and so I haven't seen any enclosure errors again to verify that the output is what is expected. If anybody can test this patch by applying it and enerating any of the affected enclosure errors involved, I'd appreciate it. Uuencoded patch follows: begin 644 mly_patch M+2TM('-Y2YC+F]R:6<)36]N($UA7,O9&5V+VUL>2]M;'DN8PE4:'4@1&5C(#(W(#$U.C0Y M.C4Y(#(P,#$*0$`@+35]P M7,O9&5V M+VUL>2]M;'E?=&%B;&5S+F@N;W)I9PE4:'4@1&5C(#(W(#$U.C0V.C$P(#(P M,#$**RLK('-Y5]T86)L97,N:`E4:'4@1&5C(#(W(#$U M.C4S.C(X(#(P,#$*0$`@+3(S-"PQ.2`K,C,T+#$Y($!`"B`@("`@>R)L("!R M96%D(&]F(&1A=&$@8FQO8VL@:6X@8F1T(BP)"0D)"3!X,#`Y97TL"B`@("`@ M>R)L("!W#`Q,#`@+2`P>#`Q-V8I("HO"BT@("`@>R)E("!E;F-L;W-U#`Q-#!]+`HM("`@('LB92`@96YC;&]S M=7)E("5D(&9A;B`E9"!O:R(L"0D)"0DP>#`Q-#%]+`HM("`@('LB92`@96YC M;&]S=7)E("5D(&9A;B`E9"!N;W0@<')ER)E("!E;F-L;W-UR)E("!E;F-L;W-UR)E("!E;F-L;W-U#`Q-#E]+`HM("`@('LB92`@ M96YC;&]S=7)E("5D('5N:70@)60@86-C97-S(&-R:71I8V%L(BP)"0D),'@P M,31A?2P*+2`@("![(F4@(&5N8VQOR)E("!E;F-L;W-UR)E("!F86X@ M9F%I;&5D(BP)"0D)"0D),'@P,30P?2P**R`@("![(F4@(&9A;B!O:R(L"0D) M"0D)"3!X,#$T,7TL"BL@("`@>R)E("!F86X@;F]T('!R97-E;G0B+`D)"0D) M"3!X,#$T,GTL"BL@("`@>R)E("!P;W=E#`Q-#-]+`HK("`@('LB92`@<&]W97(@#`Q-#1]+`HK("`@('LB92`@<&]W97(@R)E("!T96UP97)A='5R92!S96YS;W(@9F%I M;&5D(BP)"0D)"3!X,#$T-GTL"BL@("`@>R)E("!T96UP97)A='5R92!S96YS M;W(@8W)I=&EC86PB+`D)"0D),'@P,30W?2P**R`@("![(F4@('1E;7!E#`Q-#A]+`HK("`@('LB92`@=&5M<&5R M871U#`Q-&%]+`HK("`@ M('LB92`@=6YI="!A8V-ER)E M("!U;FET(&%C8V5S#`Q-&-]+`H@("`@("\J M(&-O;G1R;VQL97(@979E;G1S("@P>#`Q.#`@+2`P>#`Q9F8I("HO"B`@("`@ M>R)C("!C86-H92!WR)C("!B871T97)Y(&)A8VMU<"!U;FET(&9O=6YD(BP)"0D)"3!X,#$X $.'TL"@`` ` end -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet - Available for IA32 (Intel x86) and Alpha architectures - IA64, PowerPC, UltraSPARC, and ARM architectures under development - http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message