From owner-freebsd-bugs Sun Aug 22 2:40:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6E3414EE3 for ; Sun, 22 Aug 1999 02:40:47 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA87228; Sun, 22 Aug 1999 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rzmail.uni-trier.de (rzmail.uni-trier.de [136.199.8.220]) by hub.freebsd.org (Postfix) with ESMTP id 21F4314DAD for ; Sun, 22 Aug 1999 02:30:27 -0700 (PDT) (envelope-from blank@uni-trier.de) Received: from uni-trier.de (blank@rzppp-59.uni-trier.de [136.199.4.59]) by rzmail.uni-trier.de (8.8.5/8.6.9) with ESMTP id LAA03530 for ; Sun, 22 Aug 1999 11:30:24 +0200 (CEST) Received: (from blank@localhost) by uni-trier.de (8.9.3/8.9.3) id LAA01665; Sun, 22 Aug 1999 11:29:47 +0200 (CEST) (envelope-from blank) Message-Id: <199908220929.LAA01665@uni-trier.de> Date: Sun, 22 Aug 1999 11:29:47 +0200 (CEST) From: blank@uni-trier.de Reply-To: blank@uni-trier.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/13317: make world does not install kld*(2) man pages Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13317 >Category: misc >Synopsis: make world does not install kld*(2) man pages >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 Aug 22 02:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sascha Blank >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: A FreeBSD 3.2-STABLE (i386) system last CVSupped on Sunday, August 22th 1999. blank in /usr/src/lib/libc/sys> ident Makefile.inc Makefile.inc: $Id: Makefile.inc,v 1.57.2.4 1999/07/30 11:33:40 mpp Exp $ >Description: The above mentioned makefile does not install the man pages for the kld*(2) system calls though these pages are present in that directory. >How-To-Repeat: nothing to be done. >Fix: *** Makefile.inc.orig Sun Aug 22 11:21:12 1999 --- Makefile.inc Sun Aug 22 11:23:24 1999 *************** *** 82,88 **** getpeername.2 getpgrp.2 getpid.2 getpriority.2 getrlimit.2 \ getrusage.2 getsid.2 getsockname.2 \ getsockopt.2 gettimeofday.2 getuid.2 \ ! intro.2 ioctl.2 issetugid.2 kill.2 ktrace.2 link.2 listen.2 lseek.2 \ madvise.2 mincore.2 minherit.2 mkdir.2 mkfifo.2 mknod.2 mlock.2 mmap.2 \ mount.2 mprotect.2 msync.2 munmap.2 nanosleep.2 \ nfssvc.2 open.2 pathconf.2 pipe.2 poll.2 profil.2 ptrace.2 quotactl.2 \ --- 82,90 ---- getpeername.2 getpgrp.2 getpid.2 getpriority.2 getrlimit.2 \ getrusage.2 getsid.2 getsockname.2 \ getsockopt.2 gettimeofday.2 getuid.2 \ ! intro.2 ioctl.2 issetugid.2 kill.2 \ ! kldfind.2 kldfirstmod.2 kldload.2 kldnext.2 kldstat.2 kldunload.2 \ ! ktrace.2 link.2 listen.2 lseek.2 \ madvise.2 mincore.2 minherit.2 mkdir.2 mkfifo.2 mknod.2 mlock.2 mmap.2 \ mount.2 mprotect.2 msync.2 munmap.2 nanosleep.2 \ nfssvc.2 open.2 pathconf.2 pipe.2 poll.2 profil.2 ptrace.2 quotactl.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 Sun Aug 22 3:36:53 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AACB514ECC; Sun, 22 Aug 1999 03:36:50 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA90964; Sun, 22 Aug 1999 03:35:01 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Date: Sun, 22 Aug 1999 03:35:01 -0700 (PDT) From: Message-Id: <199908221035.DAA90964@freefall.freebsd.org> To: lcremeans@erols.com, yokota@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13002: attempt to switch to console from snes9x/X11 fullscreen mode locks syscons Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: attempt to switch to console from snes9x/X11 fullscreen mode locks syscons State-Changed-From-To: open->closed State-Changed-By: yokota State-Changed-When: Sun Aug 22 03:32:57 PDT 1999 State-Changed-Why: Fix is committed to -STABLE (syscons.c 1.293.2.7). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 6:32:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9AF614D01; Sun, 22 Aug 1999 06:32:36 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA04548; Sun, 22 Aug 1999 06:30:38 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Sun, 22 Aug 1999 06:30:38 -0700 (PDT) From: Message-Id: <199908221330.GAA04548@freefall.freebsd.org> To: blank@uni-trier.de, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/13317: make world does not install kld*(2) man pages Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make world does not install kld*(2) man pages State-Changed-From-To: open->closed State-Changed-By: n_hibma State-Changed-When: Sun Aug 22 06:30:24 PDT 1999 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 7: 0:45 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3C0F154C2 for ; Sun, 22 Aug 1999 07:00:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA54376; Sun, 22 Aug 1999 07:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71]) by hub.freebsd.org (Postfix) with ESMTP id 4E12014E4B for ; Sun, 22 Aug 1999 06:51:29 -0700 (PDT) (envelope-from phantom@scorpion.crimea.ua) Received: (from uucp@localhost) by sonet.crimea.ua (8.8.8/8.8.8) with UUCP id QAA24830 for FreeBSD-gnats-submit@freebsd.org; Sun, 22 Aug 1999 16:51:55 +0400 (MSD) (envelope-from phantom@scorpion.crimea.ua) Received: (from phantom@localhost) by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id QAA04234; Sun, 22 Aug 1999 16:03:34 +0400 (MSD) Message-Id: <199908221203.QAA04234@scorpion.crimea.ua> Date: Sun, 22 Aug 1999 16:03:34 +0400 (MSD) From: "Alexey M. Zelkin" Reply-To: "Alexey M. Zelkin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/13321: clarify INDEX.fonts comments Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13321 >Category: misc >Synopsis: clarify INDEX.fonts comments >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 Aug 22 07:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alexey Zelkin >Release: FreeBSD 4.0-CURRENT i386 >Organization: Home >Environment: -current, last cvsuped about week ago >Description: Comment on INDEX.fonts is refering to setlocal. There's no manpage/document present in freebsd src tree. >How-To-Repeat: >Fix: Index: INDEX.fonts =================================================================== RCS file: /usr/local/CVSROOT/src/share/syscons/fonts/INDEX.fonts,v retrieving revision 1.8 diff -c -r1.8 INDEX.fonts *** INDEX.fonts 1998/11/05 15:35:38 1.8 --- INDEX.fonts 1999/08/22 13:05:20 *************** *** 15,21 **** # # If lang empty use 'en' (us-english) as default. # ! # See also setlocal # /usr/share/locale, /usr/X11/lib/X11/locale/locale.alias ###################################################################### # Subject: ISO 8859-1 National Character Set FAQ --- 15,21 ---- # # If lang empty use 'en' (us-english) as default. # ! # See also setlocale(3), # /usr/share/locale, /usr/X11/lib/X11/locale/locale.alias ###################################################################### # Subject: ISO 8859-1 National Character Set FAQ >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 Aug 22 8:40: 2 1999 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id E770214D13; Sun, 22 Aug 1999 08:40:00 -0700 (PDT) To: jason@engr.uky.edu, wpaul@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG From: wpaul@FreeBSD.ORG Subject: Re: bin/8966 Message-Id: <19990822154000.E770214D13@hub.freebsd.org> Date: Sun, 22 Aug 1999 08:40:00 -0700 (PDT) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: yp_mkdb does not accept standard automountd-formated source file. State-Changed-From-To: open->closed State-Changed-By: wpaul State-Changed-When: Sun Aug 22 08:38:47 PDT 1999 State-Changed-Why: yp_mkdb has been modified to make the + and - sanity checks conditional on the use of a -f flag, and this is now only used for the passwd, group and master.passwd maps, which are the only ones for which + and - have special meaning. Fix has been made to -stable and -current. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 11:25:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D2B315598; Sun, 22 Aug 1999 11:25:52 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA66880; Sun, 22 Aug 1999 11:24:36 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 22 Aug 1999 11:24:36 -0700 (PDT) From: Message-Id: <199908221824.LAA66880@freefall.freebsd.org> To: jb@syndicate.net, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/13302: can't compile system on 1gb partition of 27.2 gb disk Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: can't compile system on 1gb partition of 27.2 gb disk State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Sun Aug 22 11:18:40 PDT 1999 State-Changed-Why: If the build is failing in random places, then you may be looking at a hardware problem. The vast majority of the possible bugs that can occur in FreeBSD (or any OS) due to large disks are deterministic and 100% fatal (where 100% fatal means either a system crash or very nasty mysterious erros). Anyways, if it is a FreeBSD bug, we need more to go on than just "buildworld fails in random places". I don't know offhand of anyone using 1gb partitions on 27.2gb disks for FreeBSD, but I don't believe that we should have problems on a 1gb partition. You can try sending some of your error messages. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 12:44:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8406414DC0; Sun, 22 Aug 1999 12:44:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA75994; Sun, 22 Aug 1999 12:44:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 22 Aug 1999 12:44:49 -0700 (PDT) From: Message-Id: <199908221944.MAA75994@freefall.freebsd.org> To: hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org, markm@FreeBSD.org Subject: Re: gnu/12046: Perl subsystem does not install all tutorials Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Perl subsystem does not install all tutorials Responsible-Changed-From-To: freebsd-bugs->markm Responsible-Changed-By: hoek Responsible-Changed-When: Sun Aug 22 12:43:54 PDT 1999 Responsible-Changed-Why: Mark!! This PR includes a simple patch that looks like it has a fairly high percentage chance of being correct. It should be easy to fix, but I'd rather you checked it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 13: 7:26 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4548014C3B; Sun, 22 Aug 1999 13:07:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA77577; Sun, 22 Aug 1999 13:05:27 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 22 Aug 1999 13:05:27 -0700 (PDT) From: Message-Id: <199908222005.NAA77577@freefall.freebsd.org> To: geza@huygens.uvt.ro, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/12080: printing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: printing State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Sun Aug 22 13:02:33 PDT 1999 State-Changed-Why: It sounds like your printer needs to be switched into a special mode to print plain text. [For any onlookers, this is a Lexmark 1000]. Try booting into DOS/Windows and do this, copy con prn And tye in some simple sentences. If your printer works as expected when you do that, then I'll need to reopen this PR. However, I believe you will find that you have the same problem when you use the above command. You should read your printer manual, search the Internet for info on the Lexmark 1000, and possibly contact Lexmark and ask them how to change the mode your printer is in. Good luck! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 13:12:51 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5259E1559D; Sun, 22 Aug 1999 13:12:43 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA77880; Sun, 22 Aug 1999 13:11:18 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 22 Aug 1999 13:11:18 -0700 (PDT) From: Message-Id: <199908222011.NAA77880@freefall.freebsd.org> To: hoek@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/13309: Fixes to nos-tun Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: nos-tun doesn't check return values from write & send; has no facility for re-establishing links if IP's change New Synopsis: Fixes to nos-tun Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: hoek Responsible-Changed-When: Sun Aug 22 13:07:44 PDT 1999 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 13:25:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23C46155B5; Sun, 22 Aug 1999 13:25:23 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA78576; Sun, 22 Aug 1999 13:22:27 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 22 Aug 1999 13:22:27 -0700 (PDT) From: Message-Id: <199908222022.NAA78576@freefall.freebsd.org> To: hoek@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/13322: FreeBSD freezes when using the soundcard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD freezes when using the soundcard Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: hoek Responsible-Changed-When: Sun Aug 22 13:21:32 PDT 1999 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 13:31:35 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE840155BC for ; Sun, 22 Aug 1999 13:31:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA78971; Sun, 22 Aug 1999 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 22 Aug 1999 13:30:02 -0700 (PDT) Message-Id: <199908222030.NAA78971@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: pending/13309: nos-tun doesn't check return values%2 Reply-To: Tim Vanderhoek Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13309; it has been noted by GNATS. From: Tim Vanderhoek To: freebsd-gnats-submit@freebsd.org, freebsd@spatula.net Cc: Subject: Re: pending/13309: nos-tun doesn't check return values%2 Date: Sun, 22 Aug 1999 16:23:30 -0400 (EDT) > >+/* >+ * 19990727 - Nick Johnson >+ * Added -r and -w flags, cleaned up the code a bit, >+ * made writes more robust (return values were not being >+ * checked) >+ */ Don't include these type of comments. We have cvs do this for us. >-void Finish(int signum) >+void Cleanup() > { I guess there's no prototype for this function. >+ if(Set_address(target, to)) >+ return(4); To maintain consistency with the existing nos-tun.c, consider using a "{ ... }" block even if it's not needed. >-end, a concept cisco doesn't really implement. >+end, a concept Cisco doesn't really implement. Destination may be >+a hostname. To make keeping the translated manpages synchronized with their English versions easier, don't gratuitously change a line. The sentence you added should have been started on a new line. [Actually, there has been some suggestion that standard mdoc style is to start sentences on newlines in most cases... You may consider this, too... It means that future changes are clearer and easier to read --- once again important for people doing translation.] >-address set on the remote end. >+address set on the remote end. Target may be a hostname. Same. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 13:43:35 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mpp.pro-ns.net (pppdsle70.mpls.uswest.net [216.160.23.70]) by hub.freebsd.org (Postfix) with ESMTP id 5F1B714DE3; Sun, 22 Aug 1999 13:43:32 -0700 (PDT) (envelope-from mpp@mpp.pro-ns.net) Received: (from mpp@localhost) by mpp.pro-ns.net (8.9.3/8.9.3) id PAA13123; Sun, 22 Aug 1999 15:40:23 -0500 (CDT) (envelope-from mpp) From: Mike Pritchard Message-Id: <199908222040.PAA13123@mpp.pro-ns.net> Subject: Re: misc/12080: printing In-Reply-To: <199908222005.NAA77577@freefall.freebsd.org> from "hoek@FreeBSD.org" at "Aug 22, 1999 01:05:27 pm" To: hoek@FreeBSD.org Date: Sun, 22 Aug 1999 15:40:23 -0500 (CDT) Cc: geza@huygens.uvt.ro, freebsd-bugs@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Synopsis: printing > State-Changed-From-To: open->closed > State-Changed-Why: > It sounds like your printer needs to be switched into a special mode > to print plain text. > > [For any onlookers, this is a Lexmark 1000]. > > Try booting into DOS/Windows and do this, > > copy con prn > > And tye in some simple sentences. If your printer works as expected > when you do that, then I'll need to reopen this PR. However, I > believe you will find that you have the same problem when you use > the above command. You should read your printer manual, search the > Internet for info on the Lexmark 1000, and possibly contact Lexmark > and ask them how to change the mode your printer is in. Lexmark printers need special drivers to allow them to print. Someone out in Linux land has a ghostscript driver that supports some Lexmark 7000, 5000 and 3000 series printers by reverse engineering the Windows drivers. He has plans to support the 1100 eventually, but hasn't had the time to do it yet. From what I've read, Lexmark doesn't want to give out any of the information you need to make these printers work on non-Windows systems. This really sucks, since the Lexmark 1000 series printers claim to speak PCL5, which they might once you send the correct codes to the printer to make it do anything, but they won't take straight PCL5. -Mike -- Mike Pritchard mpp@FreeBSD.ORG or mpp@mpp.pro-ns.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 13:44:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7834214DE3; Sun, 22 Aug 1999 13:44:18 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA80123; Sun, 22 Aug 1999 13:44:18 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 22 Aug 1999 13:44:18 -0700 (PDT) From: Message-Id: <199908222044.NAA80123@freefall.freebsd.org> To: jin@iss-p2.lbl.gov, hoek@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/12876: incorrect off_t value range / causing lseek failure? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: incorrect off_t value range / causing lseek failure? State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Sun Aug 22 13:22:41 PDT 1999 State-Changed-Why: You can't write off_t lret = 5 + (1<<33); You must write off_t lret = 5 + ((off_t)1<<33); If you change your sample program appropriately, it appears to work as expected. My interpretation of this is that the reason lseek() did not work for you is due to the incorrect lack of a necessary cast somewhere. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: hoek Responsible-Changed-When: Sun Aug 22 13:22:41 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 13:47:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B7C414D69; Sun, 22 Aug 1999 13:47:41 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA80282; Sun, 22 Aug 1999 13:45:59 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 22 Aug 1999 13:45:59 -0700 (PDT) From: Message-Id: <199908222045.NAA80282@freefall.freebsd.org> To: hoek@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/12991: system queue is cleared when a port or pipe is rebinded to another user processor. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: system queue is cleared when a port or pipe is rebinded to another user processor. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: hoek Responsible-Changed-When: Sun Aug 22 13:45:05 PDT 1999 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 13:51:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DD24155C5; Sun, 22 Aug 1999 13:51:20 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA80791; Sun, 22 Aug 1999 13:51:18 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 22 Aug 1999 13:51:18 -0700 (PDT) From: Message-Id: <199908222051.NAA80791@freefall.freebsd.org> To: rajit@csl.cornell.edu, hoek@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/13061: request for a customer id Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: request for a customer id State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Sun Aug 22 13:46:51 PDT 1999 State-Changed-Why: Your customer id is: "sq3l3xz" To verify your customer id #, please rerun /stand/sysinstall and select from the menus "Configures->Register" and fill-in the required information. You will not be requested to enter your customer id. Remember, your customer id# is confidential and you should not reveal it to anyone (especially jkh@FreeBSd.org). At no time will any representative of FreeBSD request your customer id#. Should anyone request the #, you will know that they are a false representative of FreeBSD and should be reported to the proper authorities. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: hoek Responsible-Changed-When: Sun Aug 22 13:46:51 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 13:55: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BBAB14D69; Sun, 22 Aug 1999 13:55:08 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA80939; Sun, 22 Aug 1999 13:52:47 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 22 Aug 1999 13:52:47 -0700 (PDT) From: Message-Id: <199908222052.NAA80939@freefall.freebsd.org> To: hoek@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/13076: Re: pr bin/9123 pax can't read tar archives that contain files >4GB Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: pr bin/9123 pax can't read tar archives that contain files >4GB Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: hoek Responsible-Changed-When: Sun Aug 22 13:51:47 PDT 1999 Responsible-Changed-Why: Misfiled Pr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 13:55:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE80A14F52; Sun, 22 Aug 1999 13:55:35 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA81092; Sun, 22 Aug 1999 13:53:38 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 22 Aug 1999 13:53:38 -0700 (PDT) From: Message-Id: <199908222053.NAA81092@freefall.freebsd.org> To: adrian@freebsd.org, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/13076: Re: pr bin/9123 pax can't read tar archives that contain files >4GB Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: pr bin/9123 pax can't read tar archives that contain files >4GB State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Sun Aug 22 13:53:25 PDT 1999 State-Changed-Why: Bastard PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 13:56: 1 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 652CA14F52; Sun, 22 Aug 1999 13:55:59 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA81232; Sun, 22 Aug 1999 13:54:26 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 22 Aug 1999 13:54:26 -0700 (PDT) From: Message-Id: <199908222054.NAA81232@freefall.freebsd.org> To: hoek@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/13234: .../netinet/ip_input.c should include opt_ipstealth.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: .../netinet/ip_input.c should include opt_ipstealth.h Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: hoek Responsible-Changed-When: Sun Aug 22 13:54:03 PDT 1999 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 22 17: 2:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1FBA14EFE for ; Sun, 22 Aug 1999 17:02:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA99170; Sun, 22 Aug 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id BAF3D14BED for ; Sun, 22 Aug 1999 16:59:29 -0700 (PDT) (envelope-from kbyanc@kronos.alcnet.com) Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id TAA26773; Sun, 22 Aug 1999 19:59:19 -0400 (EDT) Message-Id: <199908222359.TAA26773@kronos.alcnet.com> Date: Sun, 22 Aug 1999 19:59:19 -0400 (EDT) From: Kelly Yancey Reply-To: kbyanc@kronos.alcnet.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/13326: additional timeval interfaces for Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13326 >Category: misc >Synopsis: additional timeval interfaces for >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 Aug 22 17:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: 2 new interfaces for manipulating timeval structures in addition to those provided for NetBSD/OpenBSD compatibility in Admittingly, they aren't strickly necissary, but seeing as how they increase readability of code which manipulates timevals, don't add any bloat unless they are used (in which care they aren't bloat), and extend functionality already provided by , I think that they would make good additions to FreeBSD. --- /usr/include/sys/time.h.orig Sun Aug 22 18:33:57 1999 +++ /usr/include/sys/time.h Sun Aug 22 18:45:12 1999 @@ -224,6 +224,23 @@ } while (0) #endif +#ifndef KERNEL /* additional timeval manipulations */ +#define timermul(tvp, uvp, x) \ + do { \ + (uvp)->tv_sec = (tvp)->tv_sec * x; \ + (uvp)->tv_usec = (tvp)->tv_usec * x; \ + while((uvp)->tv_usec > 1000000) { \ + (uvp)->tv_sec++; \ + (uvp)->tv_usec -= 1000000; \ + } \ + } while(0) +#define timerdiv(tvp, uvp, x) \ + do { \ + (uvp)->tv_sec = (tvp)->tv_sec / x; \ + (uvp)->tv_usec = (tvp)->tv_usec / x; \ + } while(0) +#endif + /* * Names of the interval timers, and structure * defining a timer setting. >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 Mon Aug 23 1:10:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8073214D04 for ; Mon, 23 Aug 1999 01:10:53 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA35127; Mon, 23 Aug 1999 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 23 Aug 1999 01:10:01 -0700 (PDT) Message-Id: <199908230810.BAA35127@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: misc/13326: additional timeval interfaces for Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/13326; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@FreeBSD.ORG, kbyanc@kronos.alcnet.com Cc: Subject: Re: misc/13326: additional timeval interfaces for Date: Mon, 23 Aug 1999 18:05:02 +1000 > 2 new interfaces for manipulating timeval structures in addition to > those provided for NetBSD/OpenBSD compatibility in > > Admittingly, they aren't strickly necissary, but seeing as how they > increase readability of code which manipulates timevals, don't add > any bloat unless they are used (in which care they aren't bloat), > and extend functionality already provided by , I think > that they would make good additions to FreeBSD. timevals have been obsolescent for 3-4 years since POSIX blessed timespecs. New interfaces for dealing with them shouldn't be added. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 5:27:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ns1.sminter.com.ar (ns1.via-net-works.net.ar [200.10.100.10]) by hub.freebsd.org (Postfix) with ESMTP id B20E3156C9; Mon, 23 Aug 1999 05:27:07 -0700 (PDT) (envelope-from fpscha@ns1.sminter.com.ar) Received: (from fpscha@localhost) by ns1.sminter.com.ar (8.8.5/8.8.4) id JAA06139; Mon, 23 Aug 1999 09:28:19 -0300 (GMT) Message-Id: <199908231228.JAA06139@ns1.sminter.com.ar> Subject: Re: kern/10387: 2.2.7 hangs when trying to write on defective HD with no messages In-Reply-To: <199908220441.VAA72282@freefall.freebsd.org> from "hoek@FreeBSD.org" at "Aug 21, 99 09:41:23 pm" To: hoek@FreeBSD.org Date: Mon, 23 Aug 1999 09:28:19 -0300 (GMT) Cc: fpscha@sminter.com.ar, freebsd-bugs@FreeBSD.org From: Fernando Schapachnik X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This feels my soul with happiness! :) How can I know in which version of -stable will it be commited? Thanks! En un mensaje anterior, hoek@FreeBSD.org escribió: > Synopsis: 2.2.7 hangs when trying to write on defective HD with no messages > > State-Changed-From-To: open->closed > State-Changed-By: hoek > State-Changed-When: Sat Aug 21 21:39:47 PDT 1999 > State-Changed-Why: > This has been fixed in FreeBSD-current (and -stable??). I don't expect > it to be merged all the way back to 2.2-stable. However, you may be > able to distill the necessary incantations and test them and submit > them for inclusion. I don't believe it would be a worthwhile exercise, > however, since a HD failure is generally (hopefully) a one (or few-) > time occurrence. > Fernando P. Schapachnik Administración de la red VIA Net Works Argentina SA Diagonal Roque Sáenz Peña 971, 4º y 5º piso. 1035 - Capital Federal, Argentina. (54-11) 4323-3333 http://www.via-net-works.net.ar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 5:40:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 9BEA5156A0; Mon, 23 Aug 1999 05:40:20 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with ESMTP id OAA10502; Mon, 23 Aug 1999 14:38:37 +0200 (MET DST) Date: Mon, 23 Aug 1999 14:38:25 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Fernando Schapachnik Cc: hoek@FreeBSD.ORG, fpscha@sminter.com.ar, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10387: 2.2.7 hangs when trying to write on defective HD with no messages In-Reply-To: <199908231228.JAA06139@ns1.sminter.com.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org For the record: FreeBSD comes in three different versions: x.y-RELEASE (tagged as RELEASE_x_y) x.y-STABLE (tagged as RELENG_3) (x+1)-CURRENT (tagged as HEAD) RELEASE is the version as it comes off the CD. Releases we have had so far are 3.0, 3.1 and 3.2, and 3.3 is coming on the 15th of september. When mistakes are detected in the RELEASES these are corrected in the STABLE version. The STABLE version is a sliding version as it is the name for the most recent version since RELEASE. You can fetch it through using CVSUP or ftp (see handbook). RELEASE is simply a STABLE version at a certain timestamp (so Jordan can have his fun, annoy everybody by blocking access to the repo and act like he is in charge of everything, and then try and prove it and give away CD's for free at conferences :-) And then there is CURRENT. Don't use it, unless you know what you are doing and are willing to spend the odd half hour once in a while to fix someones else mistakes in trying something new. To answer your question: It will be in stable. If someone says he has committed the change to STABLE you should be able to update your sources using cvsup a day later and have an updated version, solving your problem. Nick On Mon, 23 Aug 1999, Fernando Schapachnik wrote: > This feels my soul with happiness! :) > > How can I know in which version of -stable will it be commited? > > Thanks! > > En un mensaje anterior, hoek@FreeBSD.org escribió: > > Synopsis: 2.2.7 hangs when trying to write on defective HD with no messages > > > > State-Changed-From-To: open->closed > > State-Changed-By: hoek > > State-Changed-When: Sat Aug 21 21:39:47 PDT 1999 > > State-Changed-Why: > > This has been fixed in FreeBSD-current (and -stable??). I don't expect > > it to be merged all the way back to 2.2-stable. However, you may be > > able to distill the necessary incantations and test them and submit > > them for inclusion. I don't believe it would be a worthwhile exercise, > > however, since a HD failure is generally (hopefully) a one (or few-) > > time occurrence. > > > > > > > Fernando P. Schapachnik > Administración de la red > VIA Net Works Argentina SA > Diagonal Roque Sáenz Peña 971, 4º y 5º piso. > 1035 - Capital Federal, Argentina. > (54-11) 4323-3333 > http://www.via-net-works.net.ar > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 5:52:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76F03156A0 for ; Mon, 23 Aug 1999 05:52:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA57368; Mon, 23 Aug 1999 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 23 Aug 1999 05:50:02 -0700 (PDT) Message-Id: <199908231250.FAA57368@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/13322: FreeBSD freezes when using the soundcard Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13322; it has been noted by GNATS. From: Sheldon Hearn To: geniusj@free-bsd.org Cc: freebsd-gnats-submit@freebsd.org, hasty@rah.star-gate.com Subject: Re: kern/13322: FreeBSD freezes when using the soundcard Date: Mon, 23 Aug 1999 14:41:05 +0200 Hi Jason, Amancio Hasty may be able to help you on this one. I've copied him on this mail. He will probably want to see your kernel boot messages (dmesg) and kernel config file. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 5:52:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C49D156CE for ; Mon, 23 Aug 1999 05:52:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA57384; Mon, 23 Aug 1999 05:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 23 Aug 1999 05:50:03 -0700 (PDT) Message-Id: <199908231250.FAA57384@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Systems Administrator Subject: Re: kern/13322: FreeBSD freezes when using the soundcard Reply-To: Systems Administrator Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13322; it has been noted by GNATS. From: Systems Administrator To: Sheldon Hearn Cc: geniusj@free-bsd.org, freebsd-gnats-submit@freebsd.org, hasty@rah.star-gate.com Subject: Re: kern/13322: FreeBSD freezes when using the soundcard Date: Mon, 23 Aug 1999 04:49:01 -0400 (EDT) I had just fixed the mail server so if anyone replied earlier that you know about, send it to me:).. thanks :) ------------------------------------------------------------------------------ Jason DiCioccio | geniusj@free-bsd.org FreeBSD - The Power to Serve | http://www.freebsd.org Tel: (303) 984-5311 | http://www.nailed.com ------------------------------------------------------------------------------ On Mon, 23 Aug 1999, Sheldon Hearn wrote: > > Hi Jason, > > Amancio Hasty may be able to help you on this one. I've copied him > on this mail. He will probably want to see your kernel boot messages > (dmesg) and kernel config file. > > Ciao, > Sheldon. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 5:52:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D013C156D8 for ; Mon, 23 Aug 1999 05:52:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA57389; Mon, 23 Aug 1999 05:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 23 Aug 1999 05:50:05 -0700 (PDT) Message-Id: <199908231250.FAA57389@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/13322: FreeBSD freezes when using the soundcard Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13322; it has been noted by GNATS. From: Sheldon Hearn To: Systems Administrator Cc: freebsd-gnats-submit@freebsd.org, hasty@rah.star-gate.com Subject: Re: kern/13322: FreeBSD freezes when using the soundcard Date: Mon, 23 Aug 1999 14:48:46 +0200 On Mon, 23 Aug 1999 04:49:01 -0400, Systems Administrator wrote: > I had just fixed the mail server so if anyone replied earlier that you > know about, send it to me:).. thanks :) Nobody else that I know about. Make sure you get a copy of your kernel config file and your dmesg output to Amancio. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 5:52:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A66615743; Mon, 23 Aug 1999 05:52:47 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA57504; Mon, 23 Aug 1999 05:51:25 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 23 Aug 1999 05:51:25 -0700 (PDT) From: Message-Id: <199908231251.FAA57504@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: misc/13321: clarify INDEX.fonts comments Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: clarify INDEX.fonts comments Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Aug 23 05:50:35 PDT 1999 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 6:11:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B8C4156F8 for ; Mon, 23 Aug 1999 06:11:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA59061; Mon, 23 Aug 1999 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 23 Aug 1999 06:10:02 -0700 (PDT) Message-Id: <199908231310.GAA59061@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Thomas Gellekum Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly Reply-To: Thomas Gellekum Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13274; it has been noted by GNATS. From: Thomas Gellekum To: aa8vb@ipass.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly Date: 23 Aug 1999 14:13:38 +0200 aa8vb@ipass.net writes: > Please fix /bin/sh so that the default behavior of the "read" > command is such that it merges lines ending with a trailing '\' > (i.e. like it behaves now only if -e is specified). Thanks. What's the verdict of the sh gurus? If I understand SUSV2 correctly, Randall is right, and the standard conforming behaviour is to continue reading. In that case we should kill the `-e' flag (see diffs below), IMHO. tg Index: miscbltin.c =================================================================== RCS file: /home/ncvs/src/bin/sh/miscbltin.c,v retrieving revision 1.19 diff -u -r1.19 miscbltin.c --- miscbltin.c 1999/05/08 10:21:56 1.19 +++ miscbltin.c 1999/08/23 12:30:21 @@ -71,8 +71,7 @@ /* - * The read builtin. The -e option causes backslashes to escape the - * following character. + * The read builtin. * * This uses unbuffered input, which may be avoidable in some cases. */ @@ -85,7 +84,6 @@ char **ap; int backslash; char c; - int eflag; char *prompt; char *ifs; char *p; @@ -98,18 +96,14 @@ struct termios told, tnew; int tsaved; - eflag = 0; prompt = NULL; tv.tv_sec = -1; tv.tv_usec = 0; - while ((i = nextopt("ep:t:")) != '\0') { + while ((i = nextopt("p:t:")) != '\0') { switch(i) { case 'p': prompt = optarg; break; - case 'e': - eflag = 1; - break; case 't': tv.tv_sec = strtol(optarg, &tvptr, 0); if (tvptr == optarg) @@ -184,7 +178,7 @@ STPUTC(c, p); continue; } - if (eflag && c == '\\') { + if (c == '\\') { backslash++; continue; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 6:18:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84EFF14E59; Mon, 23 Aug 1999 06:18:46 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA59817; Mon, 23 Aug 1999 06:18:46 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 23 Aug 1999 06:18:46 -0700 (PDT) From: Message-Id: <199908231318.GAA59817@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, cracauer@FreeBSD.org Subject: Re: kern/13293: You can catch SIGKILL and SIGSTOP in 4.0. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: You can catch SIGKILL and SIGSTOP in 4.0. Responsible-Changed-From-To: freebsd-bugs->cracauer Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Aug 23 06:17:53 PDT 1999 Responsible-Changed-Why: Rev 1.57 was martin's baby. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 6:21:57 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CE8914E59 for ; Mon, 23 Aug 1999 06:21:54 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA59911; Mon, 23 Aug 1999 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 23 Aug 1999 06:20:02 -0700 (PDT) Message-Id: <199908231320.GAA59911@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/13307: Cant build kernet for 2.2.8 Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13307; it has been noted by GNATS. From: Sheldon Hearn To: andrew@grillet98.freeserve.co.uk Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/13307: Cant build kernet for 2.2.8 Date: Mon, 23 Aug 1999 15:13:06 +0200 Hi Andrew, Nick's already asked for your kernel config file, but something else that'd be useful is for you to describe _exactly_ what commands you type and _exactly_ what messages you get back from each command. Whether you cut'n'paste or use something like script(1) doesn't reall matter, so long as you provide more precise info. Later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 6:21:57 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05E3F15678 for ; Mon, 23 Aug 1999 06:21:54 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA59925; Mon, 23 Aug 1999 06:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 23 Aug 1999 06:20:03 -0700 (PDT) Message-Id: <199908231320.GAA59925@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/13300: mount_mfs dums core while shutdown Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13300; it has been noted by GNATS. From: Sheldon Hearn To: ilmar@ints.ru (Ilmar S. Habibulin) Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/13300: mount_mfs dums core while shutdown Date: Mon, 23 Aug 1999 15:15:28 +0200 Hi Ilmar, I'm pretty sure this problem was fixed in 3.2-RELEASE. Could you try with a more recent version of FreeBSD and let us know? Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 6:24:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C07815438; Mon, 23 Aug 1999 06:24:18 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA60273; Mon, 23 Aug 1999 06:24:18 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 23 Aug 1999 06:24:18 -0700 (PDT) From: Message-Id: <199908231324.GAA60273@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, wollman@FreeBSD.org Subject: Re: kern/13281: Support for VLANs missing? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Support for VLANs missing? Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Aug 23 06:23:24 PDT 1999 Responsible-Changed-Why: Mr Wollman brought the code into STABLE, perhaps he knows more about plans to make it "stable". ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 6:50:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B84DE15AA0 for ; Mon, 23 Aug 1999 06:50:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA63612; Mon, 23 Aug 1999 06:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 23 Aug 1999 06:50:03 -0700 (PDT) Message-Id: <199908231350.GAA63612@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13274; it has been noted by GNATS. From: Sheldon Hearn To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly Date: Mon, 23 Aug 1999 15:39:35 +0200 If you want to score OpenGroup brownie points, reverse the meaning of the -e option and call it the option -r option. The OpenGroup Single UNIX Spec offer the -r option: Do not treat a backslash character in any special way. Each backslash is considered to be part of the input line. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 8: 9:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 77FFB1566D; Mon, 23 Aug 1999 08:09:36 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA70761; Mon, 23 Aug 1999 08:08:28 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 23 Aug 1999 08:08:28 -0700 (PDT) From: Message-Id: <199908231508.IAA70761@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: kern/13314: can't compile when softupdates + debug. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: can't compile when softupdates + debug. Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Aug 23 08:07:59 PDT 1999 Responsible-Changed-Why: I'll take this one. If it gets hairy, I'll back off. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 8:10:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 627661579A; Mon, 23 Aug 1999 08:09:36 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11IvhC-000EWN-00; Mon, 23 Aug 1999 17:07:38 +0200 From: Sheldon Hearn To: spencer portee Cc: freebsd-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org, dyson@iquest.net Subject: Re: kern/13314: can't compile when softupdates + debug. Date: Mon, 23 Aug 1999 17:07:37 +0200 Message-ID: <55822.935420857@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It looks like the problem was introduced in rev 1.28 of ffs_alloc.c . I think the patch below is the correct fix to this problem. Please try it with options DIAGNOSTIC instead of options DEBUG in your kernel config file. Your feedback would be greatly appreciated. Thanks, Sheldon. Index: ffs_alloc.c =================================================================== RCS file: /home/ncvs/src/sys/ufs/ffs/ffs_alloc.c,v retrieving revision 1.58 diff -u -d -r1.58 ffs_alloc.c --- ffs_alloc.c 1999/05/12 22:32:07 1.58 +++ ffs_alloc.c 1999/08/23 14:58:03 @@ -343,7 +343,7 @@ static int doreallocblks = 1; SYSCTL_INT(_vfs_ffs, FFS_REALLOCBLKS, doreallocblks, CTLFLAG_RW, &doreallocblks, 0, ""); -#ifdef DEBUG +#ifdef DIAGNOSTIC static volatile int prtrealloc = 0; #endif @@ -447,7 +447,7 @@ * block pointers in the inode and indirect blocks associated * with the file. */ -#ifdef DEBUG +#ifdef DIAGNOSTIC if (prtrealloc) printf("realloc: ino %d, lbns %d-%d\n\told:", ip->i_number, start_lbn, end_lbn); @@ -465,7 +465,7 @@ if (dbtofsb(fs, buflist->bs_children[i]->b_blkno) != *bap) panic("ffs_reallocblks: alloc mismatch"); #endif -#ifdef DEBUG +#ifdef DIAGNOSTIC if (prtrealloc) printf(" %d,", *bap); #endif @@ -514,7 +514,7 @@ /* * Last, free the old blocks and assign the new blocks to the buffers. */ -#ifdef DEBUG +#ifdef DIAGNOSTIC if (prtrealloc) printf("\n\tnew:"); #endif @@ -524,7 +524,7 @@ dbtofsb(fs, buflist->bs_children[i]->b_blkno), fs->fs_bsize); buflist->bs_children[i]->b_blkno = fsbtodb(fs, blkno); -#ifdef DEBUG +#ifdef DIAGNOSTIC if (!ffs_checkblk(ip, dbtofsb(fs, buflist->bs_children[i]->b_blkno), fs->fs_bsize)) panic("ffs_reallocblks: unallocated block 3"); @@ -532,7 +532,7 @@ printf(" %d,", blkno); #endif } -#ifdef DEBUG +#ifdef DIAGNOSTIC if (prtrealloc) { prtrealloc--; printf("\n"); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 8:16: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id B3D7115618; Mon, 23 Aug 1999 08:15:38 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11IvoG-000Etx-00; Mon, 23 Aug 1999 17:14:56 +0200 From: Sheldon Hearn To: spencer portee , freebsd-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org, dyson@iquest.net Subject: Re: kern/13314: can't compile when softupdates + debug. In-reply-to: Your message of "Mon, 23 Aug 1999 17:07:37 +0200." <55822.935420857@axl.noc.iafrica.com> Date: Mon, 23 Aug 1999 17:14:56 +0200 Message-ID: <57284.935421296@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 23 Aug 1999 17:07:37 +0200, Sheldon Hearn wrote: > options DIAGNOSTIC > > instead of > > options DEBUG Sorry, got muddled. You can have both in your kernel config if you want. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 8:16:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from nyct.net (bsd1.nyct.net [204.141.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 8D51314EC4; Mon, 23 Aug 1999 08:16:00 -0700 (PDT) (envelope-from sporty@sporty.org) Received: from localhost (sporty@localhost) by nyct.net (8.8.8/8.8.7) with ESMTP id LAA13317; Mon, 23 Aug 1999 11:15:49 -0400 (EDT) (envelope-from sporty@sporty.org) X-Authentication-Warning: bsd1.nyct.net: sporty owned process doing -bs Date: Mon, 23 Aug 1999 11:15:49 -0400 (EDT) From: Spencer Portee X-Sender: sporty@bsd1.nyct.net To: Sheldon Hearn Cc: spencer portee , freebsd-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org, dyson@iquest.net Subject: Re: kern/13314: can't compile when softupdates + debug. In-Reply-To: <55822.935420857@axl.noc.iafrica.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org or some odd combination of the two. thanx for the prompt reply. On Mon, 23 Aug 1999, Sheldon Hearn wrote: > > It looks like the problem was introduced in rev 1.28 of ffs_alloc.c . > I think the patch below is the correct fix to this problem. Please try > it with > > options DIAGNOSTIC > > instead of > > options DEBUG > > in your kernel config file. > > Your feedback would be greatly appreciated. > > Thanks, > Sheldon. > > Index: ffs_alloc.c > =================================================================== > RCS file: /home/ncvs/src/sys/ufs/ffs/ffs_alloc.c,v > retrieving revision 1.58 > diff -u -d -r1.58 ffs_alloc.c > --- ffs_alloc.c 1999/05/12 22:32:07 1.58 > +++ ffs_alloc.c 1999/08/23 14:58:03 > @@ -343,7 +343,7 @@ > static int doreallocblks = 1; > SYSCTL_INT(_vfs_ffs, FFS_REALLOCBLKS, doreallocblks, CTLFLAG_RW, &doreallocblks, 0, ""); > > -#ifdef DEBUG > +#ifdef DIAGNOSTIC > static volatile int prtrealloc = 0; > #endif > > @@ -447,7 +447,7 @@ > * block pointers in the inode and indirect blocks associated > * with the file. > */ > -#ifdef DEBUG > +#ifdef DIAGNOSTIC > if (prtrealloc) > printf("realloc: ino %d, lbns %d-%d\n\told:", ip->i_number, > start_lbn, end_lbn); > @@ -465,7 +465,7 @@ > if (dbtofsb(fs, buflist->bs_children[i]->b_blkno) != *bap) > panic("ffs_reallocblks: alloc mismatch"); > #endif > -#ifdef DEBUG > +#ifdef DIAGNOSTIC > if (prtrealloc) > printf(" %d,", *bap); > #endif > @@ -514,7 +514,7 @@ > /* > * Last, free the old blocks and assign the new blocks to the buffers. > */ > -#ifdef DEBUG > +#ifdef DIAGNOSTIC > if (prtrealloc) > printf("\n\tnew:"); > #endif > @@ -524,7 +524,7 @@ > dbtofsb(fs, buflist->bs_children[i]->b_blkno), > fs->fs_bsize); > buflist->bs_children[i]->b_blkno = fsbtodb(fs, blkno); > -#ifdef DEBUG > +#ifdef DIAGNOSTIC > if (!ffs_checkblk(ip, > dbtofsb(fs, buflist->bs_children[i]->b_blkno), fs->fs_bsize)) > panic("ffs_reallocblks: unallocated block 3"); > @@ -532,7 +532,7 @@ > printf(" %d,", blkno); > #endif > } > -#ifdef DEBUG > +#ifdef DIAGNOSTIC > if (prtrealloc) { > prtrealloc--; > printf("\n"); > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 8:44:51 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C076D14DED; Mon, 23 Aug 1999 08:44:50 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA73850; Mon, 23 Aug 1999 08:43:27 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 23 Aug 1999 08:43:27 -0700 (PDT) From: Message-Id: <199908231543.IAA73850@freefall.freebsd.org> To: ilmar@ints.ru, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13300: mount_mfs dums core while shutdown -> leads to panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount_mfs dums core while shutdown -> leads to panic State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Aug 23 08:41:23 PDT 1999 State-Changed-Why: Originaotr confirms that the problem is fixed in 3.2-RELEASE. Originator, even. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 8:51:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2F6214E75 for ; Mon, 23 Aug 1999 08:51:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA74360; Mon, 23 Aug 1999 08:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 23 Aug 1999 08:50:05 -0700 (PDT) Message-Id: <199908231550.IAA74360@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ilmar S. Habibulin" Subject: Re: kern/13300: mount_mfs dums core while shutdown Reply-To: "Ilmar S. Habibulin" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13300; it has been noted by GNATS. From: "Ilmar S. Habibulin" To: Sheldon Hearn Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/13300: mount_mfs dums core while shutdown Date: Mon, 23 Aug 1999 19:38:13 +0400 (MSD) On Mon, 23 Aug 1999, Sheldon Hearn wrote: > I'm pretty sure this problem was fixed in 3.2-RELEASE. Could you try > with a more recent version of FreeBSD and let us know? I've just installed 3.2 release. run some tests and couldn't reproduce this error. Maybe you are right and it was fixed. Anyway i'm sorry, i've just found and traced this error two weeks ago. If the problem still exist i'll let you know. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 11: 1:35 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C71C158BB for ; Mon, 23 Aug 1999 11:00:51 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA85506 for freebsd-bugs@freebsd.org; Mon, 23 Aug 1999 11:00:46 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 23 Aug 1999 11:00:46 -0700 (PDT) Message-Id: <199908231800.LAA85506@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/12/20] bin/2258 wollman route add/delete [network] xxx.yyy.zzz.0 o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge o [1997/11/24] bin/5139 sheldonh portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 dg running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT s [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. f [1998/09/03] kern/7822 n_hibma Machine Reboots without reason o [1998/09/06] kern/7843 Unable to install FreeBSD on Tekram DC-39 o [1998/09/08] i386/7859 luigi fatal trap 12 in midi_synth_input f [1998/09/14] kern/7927 n_hibma Fatal trap 12: page fault while in kernel o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 peter gcc -pipe xxx.s hangs f [1998/10/06] i386/8179 Install failure with motherbord using SIS f [1998/10/08] i386/8214 n_hibma Install 3.0-19981006-BETA fails f [1998/11/04] conf/8576 n_hibma server goes down when client mount its fi a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails f [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/24] ports/8829 torstenb Fix port: security/ssh f [1998/11/25] kern/8861 n_hibma under heavy (multi interface) traffic ep0 o [1998/12/05] kern/8973 trap 12: page fault while in kernel mode f [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after a [1999/01/05] kern/9334 n_hibma cp fails for 2048 Bytes/sector media a [1999/01/26] i386/9709 n_hibma Kernel page faults during boot with 2GB R o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/02] misc/9885 BIND 8.1.2 core dumping o [1999/02/04] kern/9909 Writing incomplete blocks to /dev/nrst0 h o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm a [1999/02/21] i386/10188 n_hibma Cannot get system to boot after Installti o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/03/01] kern/10332 gibbs System freezes during certain SCSI activi o [1999/03/01] bin/10344 fenner Core dump in gethostbyaddr for 199.93.70. o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/12] misc/10566 obrien patch dhcpc problem on /etc/pccard_ether o [1999/03/17] kern/10636 ipfw problems o [1999/03/19] i386/10683 I have a buslogic BT-948 FW controller. W o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/29] kern/10866 ahc2740 panic o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/04/05] kern/10959 3.1-STABLE crashes due to a floppy mount o [1999/04/05] ports/10965obrien lcc-3.6 unable to compile anything o [1999/04/08] kern/11023 Synchronous PPP not functional in leased o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 n_hibma kernel mode page fault o [1999/04/19] misc/11216 Power fail versus Fsck changed my life. o [1999/04/19] kern/11226 Invalid files on disk after fsync o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/21] i386/11268 DEC FDDI PCI Adapter doesn't work... o [1999/04/22] i386/11278 FreeBSD Version 3.1 reboots repeatedly (c o [1999/04/23] i386/11298 Enabling IDE DMA on Opti Viper-M crashes o [1999/04/26] kern/11330 page fault in generic_bzero o [1999/04/26] bin/11335 find hangs in `nfsrcv' on local filesyste o [1999/04/26] conf/11343 worm; problems with installation and boot o [1999/04/26] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/03] kern/11470 V3 NFS problem o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/06] kern/11533 NFS v3 locks up on large file transfers o [1999/05/10] kern/11629 File descriptor table sharing is broken o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/13] i386/11681 gibbs Adaptec 2940 UW SCSI Controller BIOS 1.34 o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB f [1999/05/17] bin/11744 perllib fails to build o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/26] kern/11891 typo in ioconf.c o [1999/05/31] kern/11966 TCP copies send and receive socket buffer f [1999/06/01] kern/11984 pthread_kill cannot kill select() threads o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br o [1999/06/02] kern/11993 panic: getnewbuf: inconsistent EMPTY queu f [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/06] conf/12050 No /sbin/init on fixit flop o [1999/06/07] kern/12072 vm_fault happened in binary file transfer o [1999/06/09] ports/12098se KDM not config'd properly o [1999/06/09] kern/12106 error 6: panic: cannot mount root o [1999/06/10] kern/12127 persistent crash on idle SMP system o [1999/06/15] kern/12233 Fvwm2 causes FreeBSD-current to hang or r o [1999/06/16] bin/12243 NFS re-mount from Solaris 7 server hangs o [1999/06/16] kern/12248 CRON in malloc(): warning: pointer to wr o [1999/06/16] kern/12251 slattach followed by ifconfig sl0 doesn't o [1999/06/17] bin/12259 SL/IP install doesn't work due to ifconfi o [1999/06/18] i386/12286 Segmentation violation when invoking JNI s [1999/06/23] kern/12367 Writing files larger than floppy capacity o [1999/06/25] misc/12390 Installation hangs during extraction o [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/05] kern/12521 lmbench-1.1's context switching test hang o [1999/07/12] misc/12607 System crashes after boot, portmap endles o [1999/07/13] alpha/12623alpha Certain valid numeric strings cause a SIG f [1999/07/20] misc/12720 gdbm (And possibly other libraries in /us o [1999/07/21] kern/12730 poll() causes indeterministic program han o [1999/07/21] misc/12743 Cannot boot the 3.2 floppies o [1999/07/21] ports/12748marcel linux_base-5.2 and linux communicator pro f [1999/07/23] i386/12777 sheldonh 3.1 RELEASE -> 3.2 upgrade is incomplete, o [1999/07/26] bin/12819 billf tcpd hosts.[allow|deny] location inconsis o [1999/08/02] misc/12923 Installation fails on HP Net Server o [1999/08/04] kern/12980 NetGear Dec 21140AF Ethernet Card unrecog o [1999/08/06] bin/12998 des still inetd junk pointer too low to make f [1999/08/09] misc/13045 sheldonh /usr and /var files all gone o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C o [1999/08/11] kern/13075 signal is not posted for async I/O on raw o [1999/08/16] kern/13174 3.- branch hardware probe does not detect o [1999/08/17] ports/13206ports ports/devel/bcc doesn't support 'long lon o [1999/08/17] ports/13216ports stunnel does not build from the port coll o [1999/08/20] kern/13270 NFS hangs if written through self-mount o [1999/08/22] kern/13322 FreeBSD freezes when using the soundcard 129 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/22] kern/1533 Machine can be panicked by a userland pro o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in o [1996/10/15] kern/1812 dg vnodes are left in a locked state f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 n_hibma install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA f [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI f [1997/01/09] bin/2430 grog mountd stops on loading if subnet mask is a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] gnu/3441 obrien C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 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/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe f [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/15] conf/5062 login.access not evaluated correctly a [1997/11/18] bin/5084 ru wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [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/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/09] bin/5693 hoek groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] kern/5731 peter executables wedge on "vmopar" when built o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic f [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/20] bin/6074 imp Incremental dumps are backing up unchange o [1998/03/22] i386/6099 des LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 jkh "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o 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 o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 f [1998/08/20] i386/7698 n_hibma scotty/tkined library error o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/08/30] kern/7781 Problem with setpassent(), getpwnam() and o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 billf libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/15] ports/7931 torstenb Ssh allows root login with no password o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/22] conf/8031 [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded f [1998/09/29] ports/8088 torstenb short writes using ssh-1.2.* o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/12] bin/8281 writev() in libc_r causes loop o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/24] bin/8440 jkh 3.0-RELEASE has wrong permissions on game o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/04] bin/8573 nvi 1.79 SIGSEGVs on any address in .exrc o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 peter exmh2 has problems with some date formats s [1998/11/09] misc/8623 wollman [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 sos can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console a [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/07] ports/9002 torstenb mirror reuses obsolete temporary db file o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9362 "lpc start queue" doesn't work in 3.0-R & o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/09] kern/9413 profiling does not work with elf kernels o [1999/01/10] i386/9431 wd.c Does nto recognize certain LBA disks o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/12] bin/9464 fenner Fix for fetch ignoring FTP_PASSIVE_MODE e o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 hoek many typos in groff_mm(7) o [1999/01/24] ports/9665 ache cannot start apache server o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/25] ports/9688 cwt The current tcl80 port has problems, does o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W o [1999/02/04] misc/9903 thread enabled program can't use popen/sy o [1999/02/04] kern/9910 Heavy traffic renders FreeBSD acting as f s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/11] bin/10039 Binaries from a "fixit" CD can't find ld- f [1999/02/12] docs/10059 sheldonh MALLOC(9) manpage not updated to reflect o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En a [1999/02/14] ports/10094jfitz autogeneration of msql user failed o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/22] kern/10209 natd stopped to worked since i upgraded f o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/01] bin/10341 memory leak in setenv(3) o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] ports/10373nate Increasing kernel file descriptors causes o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet a [1999/03/04] ports/10385billf New port: apache13-modperl o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/06] misc/10418 libpam is built before libradius/libtacpl o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/09] bin/10511 incorrect return value in kvm_read(3) and o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/13] ports/10579phk Error with Network discovery in tkined (p o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10615 make installworld DESTDIR=/some/dir o [1999/03/16] kern/10616 MSP3400C audio chip from Hauppauge WinTV- o [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/19] kern/10676 3.1-RELEASE deadlocks under load with pro o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/23] kern/10747 [PATCH] ipfirewall `deny' rules act as `r o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/25] bin/10784 `make aout-to-elf-build' died in /usr/src o [1999/03/25] bin/10785 make aout-to-elf-install died in info tar o [1999/03/25] kern/10789 Second config of kernel doesn't overwrite o [1999/03/26] bin/10805 h2ph incorrectly deals with #error and #w o [1999/03/26] bin/10807 host(1) is broken - multiple options in o o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 wd.c STILL cannot recognize correct disk o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] misc/10879 Cannot build aout binaries under 3.1-RELE o [1999/03/30] bin/10880 Profiler libraries missing o [1999/04/01] bin/10912 /bin/sh: Fix to prevent infinite loops on o [1999/04/03] i386/10928 su reboots the system after one day uptim o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/04] ports/10946se kdm 1.1 does not work correctly - XBINDIR o [1999/04/05] bin/10963 brian date -v dosen't quite work o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10991 lpd hangs system if printer not ready on f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/10] ports/11059ache ports/security/pgp does not extract o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] kern/11115 Sockets die in LAST_ACK and FIN_WAIT_1 st o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/14] bin/11137 /bin/ps output loses the values for all p o [1999/04/16] kern/11164 The ie network driver panics during the i o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/18] kern/11199 3.1-RELEASE kernel page fault (trap 12) u o [1999/04/18] i386/11200 AMD PCnet lnc0/lnc1 problem o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/19] bin/11221 comm doesn't obey current locale collatio o [1999/04/20] bin/11247 fetch doesn't notice FTP error after RETR o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/22] bin/11283 fetch http-timeout/timestamp bug o [1999/04/23] i386/11291 anic: ffs_alloccg: map corrupted o [1999/04/23] bin/11296 fetch(1) fails to resolve names in http m o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/03] bin/11464 obrien union copies likely broken for alpha egcs o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 msmith CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 [PATCH] Networking patches to increase # o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/10] ports/11636jfitz p5-Mail-Folder missing dependencies o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [1999/05/12] kern/11679 httpd and perl5 processes stuck in "nocha o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] kern/11697 dg Disk failure hangs system o [1999/05/14] i386/11720 FreeBSD 2.2.8 can't load fixit disk o [1999/05/18] kern/11766 Can not traceroute through ipnat. o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/19] misc/11778 mpz_get_str() in libgmp leads up to cored o [1999/05/19] misc/11790 boot manager bug o [1999/05/20] misc/11800 gibbs Problem with scsi AHA2940 and sony SDT-20 o [1999/05/20] i386/11801 Remounting CD on IDE CDROM after eject fa o [1999/05/20] ports/11807jfitz Port update: net/ratoolset o [1999/05/20] kern/11808 read/write mounted write-protected floppi o [1999/05/21] kern/11815 mjacob SCSI tape driver fails on media type reco o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/22] docs/11852 jkh 3.X install requires 12MB of RAM, not 8 o [1999/05/23] kern/11867 Sound driver loses interrupts, no sound o [1999/05/28] kern/11911 3.1-R : writing file larger than floppy s o [1999/05/28] conf/11913 jkh Problem about /stand/sysinstall and /etc/ o [1999/05/28] kern/11915 access system call says file is readable o [1999/05/28] kern/11919 kldload doesn't return error on loading a o [1999/05/28] kern/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther o [1999/05/29] ports/11935ports ports/audio/dap: -DBIGENDIAN is wrong on o [1999/05/29] kern/11936 wine don't work (SMP) (-STABLE) o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/01] ports/11977ports Eterm port is unable to access .Xauthorit o [1999/06/02] i386/11991 fdisk does not assign slices to unused pa o [1999/06/02] bin/11992 /usr/src/sbin/mountd/mountd.c has '#ifdef o [1999/06/02] ports/11996obrien Fix for mutt sending content-type video a f [1999/06/03] ports/12015torstenb new postfix port o [1999/06/04] kern/12022 System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/06] kern/12062 sa tape driver with Cipher 60M SCSI QIC t o [1999/06/08] bin/12091 syslog packets from a remote machine are o [1999/06/08] kern/12092 vpo driver not working in 3.2-RELEASE o [1999/06/09] kern/12104 Certain cdcontrol commands don't work pro o [1999/06/10] conf/12116 ASCII and US-ASCII locale wrongly aliased o [1999/06/10] bin/12120 named crashes. o [1999/06/10] gnu/12122 cc hangs on STDIN with -pipe and .s files o [1999/06/11] bin/12136 obrien /sbin/dhclient-script: weird route comman o [1999/06/11] bin/12137 something wrong with shell -- functions w o [1999/06/12] ports/12174ache bash terminate with corefile if pid > 320 o [1999/06/12] gnu/12175 gdb crashes with pids > 32736 o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor o [1999/06/15] misc/12221 djpeg halt's freebsd box o [1999/06/15] bin/12225 brian incompletness of radius request in /usr/s o [1999/06/15] ports/12234ports imlib-1.9.4/gdk_imlib/rend.c has syntax e o [1999/06/16] bin/12242 segmentation fault running /usr/bin/fmt o [1999/06/16] kern/12247 userlevel program let kernel hang o [1999/06/17] kern/12262 pcm sound driver with SB16pnp does not ap o [1999/06/18] bin/12272 The ctype locales print an error message o [1999/06/18] kern/12274 cd mount problem o [1999/06/20] kern/12305 clock() ticks backwards o [1999/06/21] kern/12320 error 6: panic: cannot mount root (2) o [1999/06/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura o [1999/06/25] conf/12387 CDROM boot failure on Thinpad 770X, 380ED o [1999/06/25] kern/12394 3.2-RELEASE, rl0 ethernet interface freez o [1999/06/28] kern/12434 signal 11 (core dumped) on mysqld when ma o [1999/06/28] misc/12438 Dynamic loader or vtable problem in 3.2-S o [1999/06/29] ports/12446ports ssh port doesn't build o [1999/06/29] bin/12448 arp -s ip_address auto pub results in err o [1999/06/29] kern/12450 IBM -DTTA-351010 corrupts data when using o [1999/06/30] kern/12464 bad reference in struct vm_zone o [1999/07/01] kern/12484 [PATCH] bpf_filter() broken o [1999/07/03] bin/12496 yppush broken when pushing to 2 or more s o [1999/07/03] bin/12497 src/etc/periodic/daily/150.clean-hoststat o [1999/07/04] kern/12508 gdb fails to vmcore.0 o [1999/07/06] i386/12529 Linksys ether16 NE2000 compat. won't conf o [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/06] ports/12541ports gtk installs itself where it can't be fou o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/07] docs/12557 nik There are no man pages for the widely use a [1999/07/08] bin/12564 jkh Sysinstall can not use live filesystem fr o [1999/07/09] misc/12577 Can't link code using catopen o [1999/07/09] ports/12584stb directories made during 'make install' ar o [1999/07/13] kern/12626 Adaptec 3950 in 3.2 fails to probe disks o [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/14] ports/12637ports patch to help multi-byte support in windo o [1999/07/14] misc/12640 Can use 2nd CD-ROM for fixit mode. o [1999/07/15] kern/12646 IGMP reports not sent if no multicast rou o [1999/07/16] ports/12660imp Fix for gethostbyname2() problem when usi o [1999/07/16] gnu/12662 tar verification doesn't work in 3.2-RELE o [1999/07/18] kern/12703 tx0 truncates skip packets o [1999/07/20] ports/12714ports dylan port doesn't compile o [1999/07/20] bin/12727 Game patches from NetBSD o [1999/07/20] misc/12728 Natd on 3.2-R doesn't work with certain w o [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/21] ports/12746ache problem with bash-2.03(1) port (/usr/port o [1999/07/21] i386/12749 marcel Bug in link() and all other filename func o [1999/07/22] kern/12758 Adjusting the idle priority of a process o [1999/07/23] i386/12771 lpt hangs and never works again, even aft o [1999/07/24] kern/12800 buffer leak in cluster_wbuild o [1999/07/26] alpha/12821alpha slib.aq for the 3.2-RELEASE alpha distrib o [1999/07/26] ports/12824dirk MySQL client only compile doesn't check t o [1999/07/27] kern/12831 sos CD-rom cannot be mounted o [1999/07/27] conf/12832 config -g creates broken Makefile in 3.2- o [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/07/27] bin/12847 [PATCH] Fix for "Proxy ARP" o [1999/07/28] misc/12856 installworld over nfs broken (3.2S) o [1999/07/29] kern/12869 panic: softdep_flushfiles: looping o [1999/07/30] kern/12884 Hot to panic FreeBSD-3.2-Release o [1999/07/31] ports/12905ports Graphical setup utility won't always inst o [1999/08/01] bin/12911 billf NFS umounts are not properly done if just o [1999/08/01] bin/12912 [PATCH] lpd leaves lock file permissions o [1999/08/02] kern/12927 [PATCH] using BROKEN_KEYBOARD_RESET optio o [1999/08/02] ports/12930ports libtool create defuct makefiles if PREFIX o [1999/08/03] misc/12938 gethostbyaddr(209.201.116.19) - Bus error o [1999/08/03] ports/12949ports Fix for rtsp_proxy port. Patches from Jon o [1999/08/04] kern/12979 Response time continually slows on idle m o [1999/08/05] conf/12984 /etc/rc* does not contain any support for f [1999/08/05] docs/12988 doc [Patch] Fix more occurances of 'sd' in FA o [1999/08/05] kern/12991 system queue is cleared when a port or pi o [1999/08/06] kern/12996 ifconf in sys/net/if.c returns larger buf o [1999/08/06] ports/13001ports Security update for ja-groff-0.99 :japane o [1999/08/06] bin/13008 pthread_kill does not always work o [1999/08/07] conf/13013 Selecting CDROM as install media doesn't o [1999/08/07] i386/13021 Parallel port printer driver is flaky o [1999/08/08] kern/13022 ipfilter is out-of-date o [1999/08/08] misc/13027 sysinstall has no /dev entry for wfd0s4 ( o [1999/08/08] ports/13033ports windowmaker port patch for single icon mo o [1999/08/09] kern/13049 [PATCH] NFS replies with incorrect source o [1999/08/09] ports/13052ports stunnel compile fails on new system o [1999/08/10] i386/13058 Installation hangs after commit o [1999/08/11] docs/13088 doc Handbook lists support for Adaptec 2930, o [1999/08/13] ports/13114ports [patch] security and file owner/group fix o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/14] ports/13145ports kaudioserver runs amok on logout o [1999/08/15] kern/13150 panic: ufs_dirbad: bad dir o [1999/08/15] ports/13158ports IMAP-uw is not up to date o [1999/08/15] ports/13170ports new port: UW-Imap with maildir and qmail o [1999/08/15] gnu/13172 Bug in workaround of russian locale & sor o [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted o [1999/08/16] bin/13184 rc file expects /var/msgs directory to ex o [1999/08/17] kern/13196 [BTX] page in BTX has problem(quit key) o [1999/08/17] kern/13198 panic: vm_fault: fault on nofault entry o [1999/08/17] gnu/13200 The assembler chokes on very long operand o [1999/08/17] misc/13202 Easy for user to crash system o [1999/08/18] kern/13219 Adaptek Driver o [1999/08/18] kern/13234 .../netinet/ip_input.c should include opt o [1999/08/19] misc/13261 ftpd mishandles STAT command during a fil o [1999/08/20] misc/13273 ipfw does not permit multicast packets to o [1999/08/21] bin/13286 [SECURITY] Potential IPXrouted(8) /tmp se o [1999/08/21] bin/13292 Ping -s does not work o [1999/08/21] ports/13298ports glib12 libraries named '-12' instead of 1 o [1999/08/22] ports/13323obrien The recently-upgraded mutt port fails if o [1999/08/23] ports/13334ports remote scanning can cause argus to dump c 626 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/05/13] bin/401 Add REMOTE_* variables s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/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 [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/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/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/08] gnu/3552 the -L option of tar does not work proper s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) 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 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/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 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti s [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM o [1997/11/26] misc/5153 jkh release file checksums in wrong file s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n 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 f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern f [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 peter another squid ports o [1998/03/30] ports/6181 dburr New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/04/20] bin/6359 routed does sent router discovry solicita s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe 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] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF 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 f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/29] bin/7117 flex -I option is broken s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad o [1998/07/21] bin/7352 libc generates spurious warnings when use a [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. a [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7485 ports New port: Xterminal-0.2 s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall f [1998/08/16] i386/7633 panic: page fault on install with boot.fl o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] ports/7680 billf New port of tn5250 o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr a [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] i386/7816 [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] misc/7873 poor initial configuration and documentat o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/13] docs/7914 doc no elf(5) manpage o [1998/09/15] ports/7932 torstenb man zshall doesn't work o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] bin/8164 [patch] repquota incorrectly reports quot o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] kern/8444 hm pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/11/01] conf/8531 sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] ports/8620 asami New option to colorls - -K, color only to o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/15] kern/8703 NFS Freezes when copying files from 3.0 t o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/28] bin/8880 billf cp missing verbose switch o [1998/11/28] bin/8881 billf mv missing verbose switch o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/04] kern/8960 lnc driver does not set IFF_MULTICAST o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/08] kern/9026 natd o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and a [1998/12/12] bin/9064 n_hibma [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/20] ports/9150 nate Ports depending on jdk need to know where o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] conf/9246 allscreens_flags in /etc/rc.conf not work o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/02] bin/9281 awk asumes memory that is returned from m o [1999/01/03] i386/9283 ioctl(SNDCTL_DSP_SETFMT) on /dev/audio (p o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] ports/9289 kris New Port - ASPostit (Dockable version of f [1999/01/03] bin/9292 n_hibma Cron's logs are in /var/cron, not /var/lo o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] docs/9352 hoek wrong macro names in groff_[ms|mm|mmse].7 o [1999/01/07] bin/9374 Improved functionality for find(1) o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/14] ports/9508 andreas Update majorcool to current version 1.3.2 o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] misc/9582 configApache command doesn't work for /st o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/22] kern/9619 Restarting mountd kills existing mounts a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [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/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] kern/9764 allow /bin/df not to list certain entries o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/29] misc/9778 Need to handle conflicting pthread.h and o [1999/01/29] ports/9786 cwt tk80 port doesn't create man page links o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] bin/9809 finger output format wrong f [1999/01/30] ports/9811 nectar New port: lang/gnomeguile o [1999/01/30] ports/9812 nectar New port: devel/libgtopbindings o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] conf/9845 Propose adding options to rc.conf and rc. o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 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/01] kern/9877 Patch to remove some kernel compile warni o [1999/02/01] kern/9878 Some patches to remove compiler warnings o [1999/02/03] bin/9893 NFS umount of regular file impossible o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/05] ports/9921 peter exmh2 ports update o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/09] ports/9993 kris New Port - graphics/libunfig o [1999/02/09] ports/9998 kris New port - graphics/mtv (MpegTV player) o [1999/02/10] i386/10004 jkh instalation of current version from FTP s o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/11] ports/10023kris New port - net/gtkcookie o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/14] kern/10077 sheldonh dd'ing a ccd stripped partition sometimes o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] kern/10095 missing VGA description o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/15] gnu/10112 /usr/src/gnu/usr.bin/patch sorely out of a [1999/02/15] conf/10115 sheldonh /etc/login.conf still implies LOGIN_CAP_A o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10129torstenb mirror/patch-ac sets /usr/local/bin/perl5 f [1999/02/17] bin/10131 n_hibma bug in strptime(3) o [1999/02/18] docs/10146 jkh Release Notes and LINT for 3.1 include ha o [1999/02/18] misc/10148 bde atime behavior differs with empty files f o [1999/02/18] kern/10149 New PCI device o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10162se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] ports/10164jmz XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178torstenb USE_SOCKS=YES option broken for security/ o [1999/02/21] docs/10182 doc http://www.freebsd.org/cgi/query-pr.cgi?p o [1999/02/22] ports/10196torstenb Better startup scripts for ssh o [1999/02/22] ports/10215rvb net/coda_client and net/coda_server o [1999/02/23] ports/10227peter wrong sendmail path in rdist6-port s [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/02/25] conf/10244 100 character limit on any pathname in sy o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [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/02/28] bin/10300 dmesg exits on signal 10 o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] misc/10349 For long .Dt fields, rendering is broken- o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames o [1999/03/05] ports/10396asami SPIN is in the wrong category o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10454obrien Update: emulators/spim a [1999/03/06] kern/10455 pcaudio breakage o [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] bin/10493 ipfw's undocumented feature s [1999/03/09] bin/10508 obrien isc-dhcp puts garbage to text options, V2 o [1999/03/10] bin/10522 make world died due -Werror o [1999/03/10] bin/10524 3.1-19990309-STABLE install problem o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/10] kern/10537 extraneous verbose output from cam_xpt.c o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10546 Intel Pro/100 PC card has CIS string > CI o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] gnu/10555 jraynard [PATCH] awk dumps core o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] bin/10568 obrien dhcp client receives garbage (dhclient pr o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/14] bin/10590 new option to silince confirmation but no o [1999/03/14] i386/10595 [PATCH] spanish language support for vidf o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10606 Probablue odd error message if LS-120 is 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/16] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/17] ports/10639rse ports/web/wml must be upgraded and unbrok o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/17] kern/10642 exports(5) mentions KERBNFS but that's no o [1999/03/18] bin/10657 Unable to install from CDROM or DOS parti o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] docs/10664 doc Notes on 2.2.8 -> 3.1 migration o [1999/03/18] misc/10667 Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682asami List mirror sites in MASTER_SITE_BACKUP - o [1999/03/22] kern/10728 sos WCD driver does not recognize a recovered o [1999/03/22] ports/10734pst Update of gdb port to 4.17 o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] i386/10766 obsolete device name wcd is still left un o [1999/03/24] i386/10779 zp slot 0 sees 3Com 589 PCMCIA card but z o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/26] misc/10803 whois(1) client enchancements a [1999/03/26] misc/10804 billf whois(1) enhancement o [1999/03/26] ports/10806phk Update net/scotty to 2.1.10 o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/27] bin/10825 daily script not executed or executed twi o [1999/03/28] docs/10840 jkh [PATCH] Add pcic double-loading bug fix t f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/29] docs/10850 doc submitting a documentation change for sed o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/29] kern/10860 bpf overwrites source ethernet addresses o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/30] bin/10878 host(1) dumps core o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/01] bin/10905 sa(8) is hard coded for 8 character user o [1999/04/01] gnu/10910 Integration of Objective C patches into g o [1999/04/01] i386/10913 yokota Characters in console get switched to oth o [1999/04/02] ports/10916ports new port biology/molmol again f [1999/04/02] bin/10921 green I wished from(1) would count the number o o [1999/04/02] bin/10923 /usr/bin/cpp is an out-of-date wrapper fo o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/04] ports/10945jmz X11 "sessreg" program does not update /va o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/06] bin/10992 pthread_kill() doesn't deliver signals to o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/07] i386/11006 Sysinstall silently makes FreeBSD's parti o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] bin/11031 [PATCH] mount and umount support for mort o [1999/04/08] bin/11032 h2ph's cpp #warning/#error directive proc o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048obrien variable not initialized in fwtk-lib lead o [1999/04/09] bin/11051 ps's -U option should accept a list of us o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro 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/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/12] kern/11109 ipfw.ko Makefile contains CFLAGS+= -DDIVE o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 make(1) does not work as documented with f [1999/04/13] bin/11121 green w(1) cannot handle more than one user on o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] ports/11138jmz New version of Xevil 2.01, I created a po o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/15] misc/11149 Web page entry for BAFUG is incorrect o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 o [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/16] kern/11178 [PATCH] minor fix to /usr/include/sys/mbu o [1999/04/18] i386/11201 brian mktime possible bug o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/18] i386/11207 sys/i386/isa/rp.c: fixed breaking and war o [1999/04/19] kern/11222 MFS does not sync from reboot syscall o [1999/04/20] kern/11235 Need to submit new driver o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] conf/11243 mountd startup can lose flags o [1999/04/20] bin/11248 Shuffle o [1999/04/21] docs/11258 doc suggestion to refine npx.4 o [1999/04/21] ports/11264chuckr a2ps-letter port installs non-listed liba o [1999/04/21] ports/11270jfitz Update to the rexx-imc port o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by o [1999/04/22] misc/11289 makeflp.bat suggestion: create "kernel" d 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/04/25] misc/11316 [PATCH] HTTP proxy support for sysinstall o [1999/04/27] ports/11353asami Feature additions to bsd.port.mk. o [1999/04/27] ports/11354jmz Port fix: x11/XFree86 o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/28] bin/11370 more segfaults if you give it a real file o [1999/04/28] misc/11373 errata.txt for 3.1 o [1999/04/29] misc/11383 $Id$ missing in some files in etc [PATCH] o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] kern/11410 code typo in ad1848.c: the != operator ha o [1999/04/30] kern/11411 code typo in clones.c: "if ((mpu_config = o [1999/04/30] kern/11412 code typo in ip_fil.c: missing NULL check o [1999/04/30] kern/11413 code typo in pci.c: the != operator has h o [1999/04/30] kern/11414 code typo in pcf.c: the != operator has h o [1999/04/30] kern/11415 code typo in wst.c: the != operator has h o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/04/30] ports/11421jfitz upgrade p5-Date-Manip 5.33 -> 5.34 o [1999/05/01] ports/11430se incorrect int type causes floating point o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/02] ports/11460erich Update to the xlispstat port o [1999/05/03] ports/11468foxfair New port: xcin-devel o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/04] ports/11504chuckr Update ports math/octave o [1999/05/05] ports/11510nik new version of www/sitecopy (0.6.0) o [1999/05/05] kern/11516 NetGear 10/100 Ethernet 21140-based Ether o [1999/05/05] kern/11517 ../../kern/kern_ntptime.c:533: warning: i o [1999/05/05] kern/11518 ../../pci/if_tx.c:1376: warning: no previ o [1999/05/05] kern/11519 dead code in ncr driver o [1999/05/06] bin/11552 sendmail local delivery (mail.local) can' o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/07] misc/11569 Automatically run fsck when the file syst o [1999/05/08] ports/11581fenner netperf port - rfc1644 forgotten o [1999/05/08] i386/11597 cmouse complaints: "/kernel: psmintr: out o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt s [1999/05/09] ports/11611billf Update port: net/ntop a [1999/05/09] docs/11615 billf Handbook: linux emulation documentation o o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/10] conf/11626 /var/log/kerberos is rotated o [1999/05/10] bin/11637 build of kdump fails o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/11] misc/11653 obrien patch to allow DHCP configuration of inte o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/12] i386/11674 can't do make imake build or anything sin o [1999/05/12] kern/11676 PCIless kernel will not compile with ATAP o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne a [1999/05/16] kern/11736 On fast machines kernel reports negative o [1999/05/17] ports/11742ports Problems with japanese/dvipsk* support. o [1999/05/17] ports/11743torstenb inn-2.2 (nonfatal) premature stop of buil o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/18] kern/11765 performance bug: network devices fxp & de o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] ports/11786kuriyama gnupg-0.9.6 port does not install o [1999/05/19] misc/11788 booting problems o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/20] misc/11812 ftp5.freebsd.org can't find giflib-3.0 an o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] ports/11820asami bsd.port.subdir.mk does not define the `m o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/22] ports/11840asami Feature fixup: bsd.port.mk o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" o [1999/05/24] kern/11881 when a dummynet pipe is encountered it st o [1999/05/25] misc/11890 make world creates /lkm directory o [1999/05/26] bin/11896 cap_mkdb dumps core when non-files passe o [1999/05/26] i386/11898 Connot wirte to floppy on HP OB800CT with o [1999/05/26] bin/11900 Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/27] conf/11905 sysinstall desktop changing inconvenience o [1999/05/28] bin/11914 makewhatis during installworld uses /usr/ o [1999/05/28] i386/11920 FBSD 3.2 upgrade claims not to upgrade /u o [1999/05/28] i386/11921 /usr/X11R6/lib/aout libraries screwed up o [1999/05/29] conf/11925 rc.conf cosmetic naming inconsistencies o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/29] kern/11941 FreeBSD box reboots itself when changing o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/31] ports/11963ports should update the ocaml-tk module and ins o [1999/05/31] ports/11964jmacd lang/STk port needs to be updated to STk- o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] docs/11978 doc timed(8) manpage does not define '-F' swi o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/01] kern/11981 brian access to tunN devices not allowed to non o [1999/06/01] kern/11982 Three cleanup fixes for uthreads o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/02] bin/11997 Enhancement for lpr o [1999/06/02] ports/12001ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/03] misc/12013 patch for 12012 o [1999/06/03] kern/12014 Fix SysV Semaphore handling o [1999/06/04] conf/12026 /etc/rc.diskless1 refrences non-existant o [1999/06/05] misc/12044 having tcl.h in /usr/local/include:/usr/i o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor a [1999/06/06] bin/12052 sh type builtin appends first path compon o [1999/06/06] kern/12053 fixes a few aio bugs, makes socket io bet o [1999/06/06] ports/12056ache [PATCH] hpack install files always in /us o [1999/06/06] ports/12057markm Perl5 library builds do not honour PREFIX o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] ports/12077ports NEW PORT: ko-bitchx o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/09] kern/12095 [PATCH] Buggy ATAPI Zip Drive is not dete o [1999/06/09] ports/12096ports new port: korean/ko-eterm-0.8.9 o [1999/06/09] bin/12107 Add switch to dump to support multiple du o [1999/06/10] i386/12113 ESS1688 support for VoxWare sound driver o [1999/06/10] bin/12115 pppd reports wrong connected duration wit o [1999/06/10] ports/12121obrien Update: mail/mutt o [1999/06/10] ports/12123ports New port: databases/ruby-postgres o [1999/06/11] ports/12134ports Update: korean/hanterm o [1999/06/11] ports/12138imp net/socks5 port broken with regards to pa o [1999/06/11] ports/12145ports New port: korean/ami o [1999/06/11] ports/12146ports New port: korean/byeoroo o [1999/06/12] ports/12150ports New Ports: audio/timidity++ o [1999/06/12] ports/12151ports New Ports: audio/timidity++-emacs o [1999/06/12] ports/12152ports New Ports: audio/timidity++-gtk o [1999/06/12] ports/12154ports New Ports: audio/timidity++-slang o [1999/06/12] ports/12155ports New Ports: audio/timidity++-motif o [1999/06/12] ports/12156ports New Ports: audio/timidity++-tcltk o [1999/06/12] ports/12157ports New Ports: audio/timidity++-xaw o [1999/06/12] ports/12158ports New Ports: audio/timidity++-xskin o [1999/06/12] ports/12160ports New Ports: japanese/timidity++-slang o [1999/06/12] ports/12161ports New Ports: japanese/timidity++-tcltk s [1999/06/12] ports/12163steve Installed port mxv for FreeBSD3.1 run err o [1999/06/13] ports/12188ports new port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195ports submission of new port pgpenvelope o [1999/06/14] ports/12204ports Update port: graphics/EZWGL o [1999/06/14] misc/12209 termcap: "xterm" entry defines bogus capa o [1999/06/14] ports/12213ports [PATCH] benchmarks/netperf installs into o [1999/06/15] misc/12228 /etc/security don't search in all the fil o [1999/06/15] ports/12229sada Update: korean/netscape4* o [1999/06/15] bin/12232 Dangling text on #endif causes cpp noise. o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] kern/12241 jkh Req: GENERIC includes bpf device o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/16] misc/12252 netstat fails to display TCP connectoins o [1999/06/17] bin/12255 BIND 8.1.2 compilation error in IPv6 capa o [1999/06/17] kern/12258 Tuning the FM radio on new -Theatre serie f [1999/06/17] ports/12260dirk new port: korean/mysql o [1999/06/17] bin/12263 hoek "more" problems with long filenames f [1999/06/17] misc/12268 n_hibma weekly/catman will not work o [1999/06/18] ports/12271ports fix pkg_add with error message and add ne o [1999/06/18] bin/12280 jdp LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/18] misc/12285 [PATCH] /usr/share/dict/web2a is missing o [1999/06/18] ports/12291ports ports/japanese/ptex-common requires fixes o [1999/06/19] ports/12300ports port update: lang/tya o [1999/06/20] bin/12308 LPD can't be told not to bind to a TCP po o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325asami Adds refetch functionallity to bsd.port.m o [1999/06/21] i386/12326 wdc flag 0x1000 (LBA addressing) prevents o [1999/06/21] kern/12333 ProAudio Spectrum sound card broken model o [1999/06/21] kern/12334 Some ProAudio SPectrum cards do not do DM o [1999/06/21] kern/12335 if_pn.c lacks bridging support; patch enc o [1999/06/22] ports/12341ports New port tclreadline o [1999/06/22] conf/12342 /etc/hosts.allow must use numerical IP ad o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only o [1999/06/23] bin/12358 Patch: "camcontrol help" should go to std o [1999/06/23] ports/12366billf finish the port for misc/mprime o [1999/06/23] ports/12368ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/23] bin/12375 mv(1) cannot inherit the file flags. o [1999/06/24] misc/12376 When mounting NFS dirs, /etc/rc doesn't g o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/25] kern/12385 Patch to add bridging support to if_vr.c o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/26] ports/12403ports ssh port has undocumented X11 dependency o [1999/06/26] ports/12406ports New port for the LAM implementation of th o [1999/06/27] kern/12409 add some more chipset models by NVidia to o [1999/06/27] bin/12421 sysinstall label fails o [1999/06/28] bin/12431 f2c works incorrectly with arguments of s o [1999/06/28] conf/12432 empty amd_flags causes start failure in r o [1999/06/29] ports/12447ports new port : x11-toolkit/pike-Gtk o [1999/06/29] ports/12451ports New port: japanese/mutt o [1999/06/29] ports/12456chuckr graphics/xpdf: small fixes o [1999/06/30] bin/12461 it's handy to be able to send syslog mess o [1999/06/30] bin/12467 wollman ac(8) does not accept input from stdin o [1999/07/01] kern/12475 ctrl,shift,alt keys can be used as alock o [1999/07/01] bin/12477 New fortune o [1999/07/02] docs/12486 mpp listing of (56) utilities in /bin:/sbin:/ o [1999/07/02] bin/12489 /sbin/route exits with 0 on some errors o [1999/07/02] ports/12490ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492ports port misc/diction should be moved to text o [1999/07/03] kern/12495 3.1 install fails to detect Toshiba CDROM o [1999/07/03] ports/12503ports New Port: Willows toolkit (developers rel o [1999/07/04] ports/12513ports New ports: japanese/dbskkd-cdb o [1999/07/04] ports/12515jfitz p5-Apache/scripts/install_httpd needs fix o [1999/07/05] ports/12518ports new port: ifmail-os-2.14.7 o [1999/07/05] ports/12522ports New port: cos o [1999/07/05] ports/12523ports New port: jdbcpool o [1999/07/05] bin/12528 [PATCH] tip's "tipout" child doesn't alwa o [1999/07/06] ports/12530peter squid22 port with --enable-ipf-transparen o [1999/07/06] ports/12535fenner Submission of RAT for ports collection o [1999/07/06] ports/12536ports New port: lang/cu-prolog o [1999/07/06] kern/12543 [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/07] ports/12548asami New 'fecth-recursive(-list)' targets in p o [1999/07/07] ports/12549ports imap-uw port doesn't use pw_expire to che f [1999/07/07] bin/12554 File to go in /usr/src/usr.bin/file/Magdi o [1999/07/09] ports/12569billf A recursive descent parsing framework for o [1999/07/09] ports/12571ports Xfig port doesn't have Ghostscript suppor f [1999/07/11] kern/12594 sheldonh wrong sysctl descriptions f [1999/07/11] ports/12596torstenb pidentd is unstable in 3.2 and 4.0 o [1999/07/11] ports/12597dburr new port (vMac) o [1999/07/11] ports/12604peter New port version: transproxy 1.0 o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr s [1999/07/12] bin/12611 sheldonh /usr/bin/jot crashes with floating point o [1999/07/12] misc/12612 ncurses ash shipped with 3.2-R missing sy o [1999/07/12] ports/12618ache poor trouble reporting by qpopper's pop_i o [1999/07/13] ports/12624ports New version of mxv which also works with o [1999/07/13] misc/12633 CMI8330 chip based integrated sound card o [1999/07/15] ports/12647ports [Port updated] korean/engdic o [1999/07/15] conf/12650 No card in /etc/pccard.conf.sample (coreg o [1999/07/15] ports/12654pst gnats port failes on "make install" o [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/15] ports/12656ports new port - gnujsp o [1999/07/15] docs/12657 doc Handbook on ftp mirrors is old... o [1999/07/16] ports/12661ports new port: riva-glx (3d hardware accelerat o [1999/07/16] ports/12666ports New port: kcd-4.7.10 o [1999/07/16] kern/12668 The kernel clock goes slow with PLIP devi o [1999/07/16] ports/12674nik textproc/docproj port has an invalid depe o [1999/07/16] ports/12675chuckr [PATCH] textproc/sp port installs config. o [1999/07/16] docs/12679 dcs splash(4) contains incorrect references o [1999/07/17] docs/12684 doc Correction to your website for ZNYX Corp. o [1999/07/18] ports/12690ports New port: gperiodic-1.2.1 o [1999/07/18] ports/12692ports new port: gnome-vnc-0.1 o [1999/07/18] ports/12695kris [PATCH] the xglobe port can't find its fi o [1999/07/18] ports/12696ports new port: gmessage-0.2 o [1999/07/18] kern/12697 Out of swap handling [PATCH] o [1999/07/18] ports/12698ports new port: grun-0.8.1 o [1999/07/18] ports/12699ports new port: gnofin-0.5.10 o [1999/07/18] ports/12700jmz Errors in mtools.conf file o [1999/07/19] ports/12708ports New port: www/bacon o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] ports/12721brian Leafnode 1.9.4 has enhancements and bug f o [1999/07/20] ports/12722ports new port: AT&T's DjVu library for scanned o [1999/07/20] kern/12723 Unnecessary use of magic numbers in F_[SG o [1999/07/20] ports/12725ache Doing a 'make install' for bash2 gets ins o [1999/07/20] ports/12726jfitz p5-Pg fixed o [1999/07/21] ports/12735ports New ports: lang/ghc o [1999/07/21] ports/12737jfitz regex for checking load avergaes is wrong o [1999/07/21] ports/12739ports port for the AT&T's DjVu Netscape plug-in o [1999/07/21] ports/12750se [PATCH] Update emulators/wine port to win f [1999/07/21] ports/12752billf Update for math/gnuplot+ o [1999/07/22] ports/12761wosch sysutils/stat doesn't terminate buffer an o [1999/07/22] kern/12764 luigi Patch for using x11amp with voxware (stol o [1999/07/22] misc/12765 cable problem: link down for de0 NICs. o [1999/07/22] bin/12767 doc Expand /etc/ttys manpage o [1999/07/22] bin/12768 billf Compilation warning for fortune.c o [1999/07/22] kern/12770 mount_msdos causes panic: kmem_malloc(134 o [1999/07/23] misc/12776 Add PAM hooks to rlogind and rshd f [1999/07/23] bin/12782 sheldonh xntpd doesn't handle interface aliases pr o [1999/07/24] ports/12787obrien port of GNU helloworld o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy o [1999/07/24] ports/12790kris Update Port: maildrop s [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/25] kern/12803 obrien patch to make xe driver's noise configura o [1999/07/25] bin/12806 `sh -e' doesn't parse multi-command lines o [1999/07/26] ports/12817kris gdict fix for conflict with dict port f [1999/07/26] bin/12825 sheldonh doscmd build depends on X o [1999/07/26] ports/12827kris fix port editors/joe o [1999/07/27] kern/12833 Support for TI1225 PCI to CardBus Bridge o [1999/07/27] ports/12835ports New port: libcgic-1.06 o [1999/07/27] ports/12836jfitz p5-Apache port mod_perl part is out of da o [1999/07/28] bin/12849 jdp Shared library version script gives warni o [1999/07/28] ports/12851jmz XFree86 needs change for pc98 o [1999/07/28] kern/12855 panic:softdep_flushfiles:looping, caused f [1999/07/28] bin/12858 des patch to make systat -vmstat display # of o [1999/07/28] ports/12864ache update: less-340 a [1999/07/28] bin/12866 sheldonh [PATCH] RFE for /bin/ls to add a -n optio o [1999/07/29] ports/12874markm Update to xinetd port o [1999/07/30] misc/12887 Problem with "top" command in SMP o [1999/07/30] misc/12888 strange kernel messages when copying file o [1999/07/30] ports/12890obrien nmap seems to break under certain conditi o [1999/07/30] ports/12891torstenb Please update converters/recode to 3.5 o [1999/07/31] kern/12896 Incorrect CPU model display at boot time o [1999/07/31] bin/12898 Added a command-line switch to netstat to o [1999/07/31] ports/12899ports New port: wmnet-new o [1999/07/31] ports/12903ports new ports/database/p5-* o [1999/07/31] ports/12904ports new ports/devel/gperf o [1999/08/01] ports/12909ports New port: dc20pack o [1999/08/01] ports/12915ports Add elm 2.5 to ports o [1999/08/01] ports/12916wosch Update Checkbot to 1.56 o [1999/08/01] kern/12917 marcel Linux emulation: ioctl typ=0x44d(M) not i o [1999/08/01] ports/12919ports New port: gnomeusersguide o [1999/08/02] ports/12921ports [PATCH] palm/xcopilot contains odd markup o [1999/08/02] ports/12924ports port of GRacer, a 3D motor sports simulat o [1999/08/02] docs/12933 n_hibma sio.4 misses description of 0x0080 flag o [1999/08/02] ports/12934ache procmail 3.13 port doesn't have "install- o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/03] docs/12940 doc make world translated to French o [1999/08/03] ports/12941ports New port: Hyperlatex (print/hyperlatex) o [1999/08/03] bin/12942 m4: len(`') returns `' a [1999/08/03] kern/12943 dg fxp driver not completely compatible with o [1999/08/03] bin/12946 top(1) gives incorrect delay default o [1999/08/04] docs/12951 doc missing link to japanese mailing list gui o [1999/08/04] ports/12952ports make _PORT_USE touch cookies by variable, o [1999/08/04] ports/12953ports tcl81-thread breaks package naming conven o [1999/08/04] bin/12957 rpc.rusersd dumps core with signal 11 whe o [1999/08/04] bin/12960 des basename(3) and dirname(3) o [1999/08/04] bin/12962 des basename(3) and dirname(3) part 2 o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/04] docs/12969 doc Informacion incorrecta para versiones Fre o [1999/08/04] ports/12974ports New port - numchar (converts phone number o [1999/08/05] bin/12982 last does not support -y option. o [1999/08/05] misc/12983 system hang accessing mounted msdos flopp o [1999/08/05] docs/12985 doc small change to ccdconfig man page o [1999/08/05] misc/12992 sector size independent patch for msdosfs o [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/05] docs/12994 hoek Update to getopt.3 to agree with style.9 o [1999/08/06] misc/12997 des bug in getpwent when using NIS o [1999/08/06] ports/12999ports Update web500gw port to 2.1b3 o [1999/08/06] bin/13000 vi core dumped o [1999/08/06] ports/13006erich update emulators/x48 to 0.4.1d o [1999/08/07] ports/13012kris update port: xwhois-0.3.6 to 0.3.7 o [1999/08/07] conf/13016 Wrong sendmail.cf file used by mergemaste o [1999/08/07] ports/13017ports New Port: p5-IRC o [1999/08/07] ports/13019ports New port: pan -- Threaded GNOME newsreade o [1999/08/07] docs/13020 mpp Manpage capitalization o [1999/08/08] docs/13034 doc incorrect (old/obsolete) manpage for name o [1999/08/08] ports/13035ports new port: jgraph version 8.3 o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/08] docs/13037 doc netstat(1) -a flag with -r is undocumente o [1999/08/08] conf/13038 [Patch] pccard.conf for I-O Data PCLATE/ o [1999/08/09] bin/13039 make cannot find archive members o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/09] bin/13046 brian [PATCH] ppp don't close session on modem o [1999/08/09] ports/13048ports ports/security/ssh2 3.2 & current fail to o [1999/08/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/10] ports/13065marcel emulators/linux_base has wrong timezone o [1999/08/11] ports/13066ports New port: tircproxy-0.4.3-port o [1999/08/11] bin/13068 Don't stamp out score files! o [1999/08/11] ports/13069ports Fixed port: qvwm -> 1.1 o [1999/08/11] bin/13070 line(1) as required by Unix 98 o [1999/08/11] bin/13071 link(1) as required by Unix 98 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] bin/13074 unlink(1) as required by Unix 98 o [1999/08/11] ports/13077ports Update port: ftp/lftp o [1999/08/11] docs/13079 doc new man page describing timeradd() family o [1999/08/11] kern/13082 Improved support for NE2000 PnP cards o [1999/08/11] ports/13084ports qvwm port: upgrade to 1.1 o [1999/08/11] ports/13085ports new port: p5-SQL-Statement o [1999/08/11] ports/13086ports update port graphics/fly to 1.6.5 o [1999/08/11] misc/13089 sysinstall repeatedly installs a distribu a [1999/08/12] bin/13091 sheldonh [PATCH] pdksh-derived replacement for tes o [1999/08/12] bin/13092 des Fetch doesn't default to the correct http o [1999/08/12] docs/13096 doc Update doc: doc/ru/FAQ/applications.sgml o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/12] ports/13109ports math/gnuplot port appears to be broken o [1999/08/13] ports/13115ports update misc/screen to 3.9.4 o [1999/08/13] docs/13116 doc typo in ms(7) o [1999/08/13] misc/13117 CVS repo src/lib/libc_r/uthread incorrect o [1999/08/13] ports/13123ports ports/news/cnews to honor PREFIX better o [1999/08/13] ports/13124ports New port, LinAlg; request for local hosti o [1999/08/13] ports/13126ports Update Etherboot to 4.2.5 and include new o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/13] ports/13129torstenb Postfix Port Ignores MANPREFIX o [1999/08/13] ports/13133chuckr update: xpdf 0.90 o [1999/08/14] docs/13134 doc A typo in ax.4 manual pages o [1999/08/14] ports/13136ports new port: guiTAR 0.1.4 o [1999/08/14] ports/13140ports new port: wmakerconf o [1999/08/14] bin/13143 billf changing mount flags on a mounted filesys o [1999/08/14] ports/13149ports New port : math/topaz o [1999/08/15] ports/13151ports new port: www/latte o [1999/08/15] misc/13152 systemwide username too short (currently o [1999/08/15] docs/13153 doc fdc.4 has typo (a line which begin with ' o [1999/08/15] ports/13155flathill New port: japanese/gnome-icu o [1999/08/15] ports/13159ports New port: java/collections o [1999/08/15] ports/13160ports New port: java/jaf o [1999/08/15] kern/13161 billf mounting on top of a mounted file system o [1999/08/15] ports/13162ports New port: java/infobus o [1999/08/15] ports/13163ports New port: java/javamail o [1999/08/15] kern/13164 kthread_exit stops, but doesn't release p o [1999/08/15] ports/13166ports textproc/aspell uses ${OSREL} o [1999/08/15] ports/13167ports [PATCH] security/ssh package keygen fails o [1999/08/15] ports/13169obrien port cad/mars have some portlint fatal er o [1999/08/15] i386/13171 "config" not quite right for kernel not n o [1999/08/16] ports/13173ports New port: yiff-0.33 o [1999/08/16] kern/13176 cannot set _default_ colours for console o [1999/08/16] ports/13179ports New Port (Palm Pilot Desktop) o [1999/08/16] ports/13182jmz fix for some portlint issues for comms/mg o [1999/08/16] misc/13185 "tengo problemas con el pop3" o [1999/08/17] ports/13190torstenb update port shells/zsh to 3.0.6 o [1999/08/17] ports/13191ports New port: fire-1.0 o [1999/08/17] docs/13194 doc Bad info in handbook/kernelconfig o [1999/08/17] docs/13197 mpp aio_*(2) not installing by make installwo o [1999/08/17] ports/13199ports New port qt-2.0.1 o [1999/08/17] ports/13201ports new port: xmess (X11 emulator for game co o [1999/08/17] docs/13207 doc Update to the FAQ o [1999/08/17] docs/13208 doc Correct typo in FAQ o [1999/08/17] kern/13209 IPFILTER_DEFAULT_BLOCK not in /usr/src/sy o [1999/08/17] docs/13210 doc device_add_chils_after.9 is obsolete o [1999/08/17] docs/13211 chris [LIST] Some man pages has references to n o [1999/08/17] kern/13215 ALPS GlidePoint in Sony Z505 not recogniz o [1999/08/17] ports/13217ports New port xisp-2.6 o [1999/08/18] docs/13218 mpp Many manpages still not conformed mdoc(7) o [1999/08/18] kern/13220 mkdep: compile failed - ../../pci/if_de.c o [1999/08/18] docs/13222 doc Missing links for {v,}{err,warn}c functio o [1999/08/18] docs/13225 doc fpa.4 seems to be i386 specific and shoul o [1999/08/18] docs/13226 doc alpm.4 has not linked to .../man/man4 o [1999/08/18] docs/13227 doc [PATCH] some staff in .../man/man4/i386 n o [1999/08/18] docs/13229 doc hier.7 is out-of-date o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque s [1999/08/18] bin/13235 mpp allow preprocessing with tbl(1) for nroff o [1999/08/18] bin/13236 billf Patch for whois to use UK Nominet databas o [1999/08/18] ports/13237ports www/gwstat is dead o [1999/08/18] ports/13244ports new port - net/gtkyahoo o [1999/08/18] conf/13249 sysinstall not installing from a local ft o [1999/08/18] kern/13250 gibbs Can't probe Adaptec AHA-2930CU PCI SCSI A o [1999/08/18] ports/13251ports New port: founts-11 s [1999/08/19] kern/13252 niced jobs don't behave really nice o [1999/08/19] bin/13254 yp_all error messages have wrong text o [1999/08/19] docs/13256 doc [PATCH] security.7 style and copyright se o [1999/08/19] ports/13258ports www/gwstat port is dead o [1999/08/19] ports/13262ports new port: net/tcpflow o [1999/08/19] ports/13263ports new port editors/aee o [1999/08/19] misc/13265 lock doesn't lock (doesn't work) o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/20] ports/13267ports New port: glasteroids-1.0 o [1999/08/20] ports/13272ports new port: misc/upclient o [1999/08/20] bin/13274 /bin/sh 'read' command does not work corr o [1999/08/20] misc/13275 inter.phone has old codes for Guatemala o [1999/08/20] bin/13278 rogue: killed by fire corrupts score file o [1999/08/20] kern/13281 wollman Support for VLANs missing? o [1999/08/20] misc/13282 partial compliance of dlopen to the Singl o [1999/08/20] docs/13283 doc A macro used in 'asc.4' should be changed o [1999/08/21] docs/13284 doc Allow .Rv macro for man section 7 o [1999/08/21] docs/13289 doc sc is documented, but manpage not present o [1999/08/21] ports/13291ports New port: xap-xwf-0.7.8 o [1999/08/21] ports/13295ports Mesa-3.0 needs patch to fix ELF dependent o [1999/08/21] ports/13296ports [NEW PORT] Togl - An OpenGL Widget for Tk o [1999/08/21] ports/13297ports [NEW PORT] PyOpenGL - An OpenGL interface o [1999/08/21] ports/13301ports please delete tac_plus port o [1999/08/21] ports/13304ports Update: lang/ruby o [1999/08/21] ports/13305ports Update: x11-toolkits/rubytk o [1999/08/21] ports/13306ports Update: lang/irb o [1999/08/21] kern/13307 Cant build kernet for 2.2.8 o [1999/08/21] ports/13308ports New port: x11-toolkits/ruby-gtk o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/21] ports/13311ports One of lang/modula-3-lib distfiles is bro o [1999/08/21] ports/13312ports new port dhid o [1999/08/21] kern/13314 sheldonh can't compile when softupdates + debug. o [1999/08/21] ports/13315ports upgrade GNU textutils port to version 2.0 o [1999/08/21] ports/13316ports Changed MASTER_SITE for enscript_fonts o [1999/08/22] ports/13318ports tkseti port is broken o [1999/08/22] ports/13319dbaker rc5des443 port does not nice o [1999/08/22] ports/13320ports New port: cfingerd o [1999/08/22] ports/13324ports New port: zope-2.0.0b5 o [1999/08/22] ports/13325ports Update port: www/roxen o [1999/08/22] misc/13326 additional timeval interfaces for ; Mon, 23 Aug 1999 18:09:15 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp6631.on.bellglobal.com [206.172.208.223]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id VAA19606; Mon, 23 Aug 1999 21:11:10 -0400 (EDT) Received: (from tim@localhost) by ppp18344.on.bellglobal.com (8.9.3/8.9.1) id SAA47655; Mon, 23 Aug 1999 18:19:29 -0400 (EDT) (envelope-from tim) Date: Mon, 23 Aug 1999 18:19:29 -0400 From: Tim Vanderhoek To: Nick Hibma Cc: Fernando Schapachnik , fpscha@sminter.com.ar, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10387: 2.2.7 hangs when trying to write on defective HD with no messages Message-ID: <19990823181929.A47630@ppp18344.on.bellglobal.com> References: <199908231228.JAA06139@ns1.sminter.com.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Nick Hibma on Mon, Aug 23, 1999 at 02:38:25PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Aug 23, 1999 at 02:38:25PM +0200, Nick Hibma wrote: > > For the record: > > FreeBSD comes in three different versions: > > x.y-RELEASE (tagged as RELEASE_x_y) > x.y-STABLE (tagged as RELENG_3) > (x+1)-CURRENT (tagged as HEAD) To make it even more confusing, I also referred to 2.2-STABLE, which in the above scheme is 2.(x-1)-STABLE, and is different from "-STABLE". -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 20:20:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33702157C5 for ; Mon, 23 Aug 1999 20:20:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA35452; Mon, 23 Aug 1999 20:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 23 Aug 1999 20:20:02 -0700 (PDT) Message-Id: <199908240320.UAA35452@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Barry Pederson Subject: Re: kern/12022: System clock timewarps Reply-To: Barry Pederson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12022; it has been noted by GNATS. From: Barry Pederson To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/12022: System clock timewarps Date: Mon, 23 Aug 1999 22:09:26 -0500 I got bit by this too. Machine is Dell Dimension XPS P90 running 3.2-Release, so maybe problem -is- with Pentium 90's and 100's? No APM options available in the BIOS. Anyhow, ended up doing pretty much the same thing John Shue did, stick a script in /usr/local/etc/rc.d to sysctl -w machdep.tsc_freq to an appropriate value at bootup. Barry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 20:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FA951519F for ; Mon, 23 Aug 1999 20:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA36444; Mon, 23 Aug 1999 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from farrago.feral.com (farrago.feral.com [192.67.166.23]) by hub.freebsd.org (Postfix) with ESMTP id 09DEE155B8 for ; Mon, 23 Aug 1999 20:23:21 -0700 (PDT) (envelope-from mjacob@farrago.feral.com) Received: (from mjacob@localhost) by farrago.feral.com (8.9.3/8.9.1) id UAA00387; Mon, 23 Aug 1999 20:22:44 -0700 (PDT) (envelope-from mjacob) Message-Id: <199908240322.UAA00387@farrago.feral.com> Date: Mon, 23 Aug 1999 20:22:44 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/13339: ntpdate minor breakage on alpha Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13339 >Category: bin >Synopsis: ntpdate now has unaligned accesses >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 Aug 23 20:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Matthew Jacob >Release: FreeBSD 4.0-CURRENT alpha >Organization: Feral Software >Environment: 4.0 Current as of around Mon Aug 20th or so.. >Description: ntpdate now suffers from unaligned accesses: Doing additional network setup: ntpdatepid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004c58 ra=0x120004c48 op=stt pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004c9c ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004ca8 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004cac ra=0x120004c48 op=ldq pid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004cc0 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004cd0 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004c58 ra=0x120004c48 op=stt pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004c9c ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004ca8 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004cac ra=0x120004c48 op=ldq pid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004cc0 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004cd0 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004c58 ra=0x120004c48 op=stt pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004c9c ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004ca8 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004cac ra=0x120004c48 op=ldq pid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004cc0 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004cd0 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004c58 ra=0x120004c48 op=stt pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004c9c ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004ca8 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004cac ra=0x120004c48 op=ldq pid 111 (ntpdate): unaligned access: va=0x1200260dc pc=0x120004cc0 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260e4 pc=0x120004cd0 ra=0x120004c48 op=stq pid 111 (ntpdate): unaligned access: va=0x1200260f4 pc=0x120005208 ra=0x120003ec4 op=ldq pid 111 (ntpdate): unaligned access: va=0x1200260ec pc=0x120005244 ra=0x120003ec >How-To-Repeat: run ntpdate >Fix: I dunno >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 Aug 23 22:18: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mtiwmhc03.worldnet.att.net (mtiwmhc03.worldnet.att.net [204.127.131.38]) by hub.freebsd.org (Postfix) with ESMTP id A7FB515840 for ; Mon, 23 Aug 1999 22:17:42 -0700 (PDT) (envelope-from bsmith@mbnworld.com) Received: from default ([12.72.14.254]) by mtiwmhc03.worldnet.att.net (InterMail v03.02.07.07 118-134) with SMTP id <19990824024306.RETM18791@default> for ; Tue, 24 Aug 1999 02:43:06 +0000 From: The Digital Brochure To: Subject: Introducing the Digital Brochure Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <19990824024306.RETM18791@default> Date: Tue, 24 Aug 1999 02:43:06 +0000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org HAVE YOU HEARD about Digital Brochure, the powerful new media tool which is helping Real Estate Agents throughout Europe sell properties more efficiently and more quickly? Digital Brochure is a highly compressed, e-mailable, electronic product which utilizes pictures, text, and sound. It is similar to a CD ROM, but due to its small size, can be e-mailed by you to potential buyers, providing full previews of likely properties, and increasing productivity, efficiency, and sales potential. Ø Each Digital Brochure includes exterior views (as desired) and interior views (two per room). Ø Using Digital Brochure, potential buyers will preview properties you select at their computers and at their convenience. Ø If a client does not have e-mail, you may send Digital Brochure on diskette by mail. Ø If you have your own Web Site, you may post Digital Brochures, making them available for all visitors to download and view. Ø If you do not have a Web Site, or if you have one but prefer not to post your Digital Brochures on it, we can post them for you free of charge on our Web Site. Visitors to your site would simply fill out a provided form, and the Digital Brochure you wish them to view would immediately download and arrive on their e-mail. Our Service Offers: 1) Professional photographers who will shoot listed properties by appointment at your convenience. 2) Digital Brochures created according to your instructions and delivered to you by e-mail. 3) Your Digital Brochures hosted on our Inflyer Web Site free of charge. Our Fees: One Digital Brochure, $125.00 Over ten Digital Brochures per month, $75.00 each (per house/property) OR: 0.1 percent of selling price (minimum $200.00) Fees include location shoot and Digital Brochure production. Contact us now to receive a sample by E-mail and we will produce your first Digital Brochure for FREE! INFLYER MBN ENTERTAINMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 22:42:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 023F615060 for ; Mon, 23 Aug 1999 22:42:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA52984; Mon, 23 Aug 1999 22:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 23 Aug 1999 22:40:04 -0700 (PDT) Message-Id: <199908240540.WAA52984@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andrew Grillet Subject: Re: kern/13307: Cant build kernet for 2.2.8 Reply-To: Andrew Grillet Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13307; it has been noted by GNATS. From: Andrew Grillet To: Sheldon Hearn Cc: Subject: Re: kern/13307: Cant build kernet for 2.2.8 Date: Mon, 23 Aug 1999 20:03:36 +0100 This is a multi-part message in MIME format. --------------1F939406A0558CD3C2DB6C36 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sheldon Hearn wrote: > > Hi Andrew, > > Nick's already asked for your kernel config file, but something else > that'd be useful is for you to describe _exactly_ what commands you type > and _exactly_ what messages you get back from each command. Whether you > cut'n'paste or use something like script(1) doesn't reall matter, so > long as you provide more precise info. > much ftping and hacking later, I have a copy of my conf file. I ahve added some theoretically helpful comments explaining my understanding of the state of affairs. It is quite possible that the problem lies in my grasp of what is going on rather than a defect in code. However, I regard the docs as a necessary part of the system. - after all, if it don't work, it don't work :-) I have a new problem - yesterday, I tried to send several e-mails on this issue, including one to Nick Hibma. I got a message from freeserve (my ISP) that I was not allowed to send the messages, but they may have been sent anyway! This is NOT FreeBSD's fault, but may explain several copies of some e-mails and none of others :-( [I blame B. Gates - its ALL his fault]. Andrew --------------1F939406A0558CD3C2DB6C36 Content-Type: text/plain; charset=us-ascii; name="Turnip.cfg" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Turnip.cfg" # TURNIP -- Andrew's Pentium with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # machine "i386" cpu "I386_CPU" cpu "I486_CPU" cpu "I586_CPU" cpu "I686_CPU" ident TURNIP maxusers 32 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 controller isa0 # I tried disabling the next line - it caused errors! controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 # Unless you know very well what you're doing, leave ft0 at drive 2, or # remove the line entirely if you don't need it. Trying to configure # it on another unit might cause surprises, see PR kern/7176. # tape ft0 at fdc0 drive 2 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM device wfd0 #IDE floppy (LS-120) # A single entry for any of these controllers (ncr, ahb, ahc, amd) is # sufficient for any number of installed devices. controller ncr0 controller amd0 # controller ahb0 controller ahc0 # controller dpt0 controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr # controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr controller aic0 at isa? port 0x340 bio irq 11 vector aicintr # controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr # controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr # controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr options DPT_MEASURE_PERFORMANCE # Required by DPT driver?? #options DPT_VERIFY_HINTR # Some hardware must have it! #options DPT_TRACK_CCB_STATES # Some hardware must have it! #options DPT_HANDLE_TIMEOUTS # Some hardware must have it! #options DPT_TIMEOUT_FACTOR=4 # Some hardware needs more #***************************************************** # This is where the problems start: controller scbus0 at aha0 # and stick the devices on the bus... disk worm0 at scbus0 target 6 unit 0 # requires explicit declaration # You cannot connect the worm directly to the host adaptor - the kernel just won't build. - that was my original problem. # You also cannot do # disk worm at scbus? # it is not permitted for 'new' devices. # the above builds a worm device with no error messages, but # it doesn't work 'device not configured' #******************************************************8 # after this we are OK .... device sd0 # scsi disk device od0 #optical disk - See LINT for possible `od' options. device st0 device cd0 #Only need one of these, the code dynamically grows # device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr # device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr # controller matcd0 at isa? port 0x230 bio # device scd0 at isa? disable port 0x230 bio # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver # device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Mandatory, don't remove device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr # # Laptop support (see LINT for more options) # device apm0 at isa? disable # Advanced Power Management options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? disable port? tty # device mse0 at isa? port 0x23c tty irq 5 vector mseintr device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device de0 device fxp0 device tl0 device tx0 device vx0 device xl0 device ed0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector edintr # device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr # device ep0 at isa? port 0x300 net irq 10 vector epintr # device ex0 at isa? port? net irq? vector exintr # device fe0 at isa? port 0x300 net irq ? vector feintr # device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr # device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr # device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr # device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr # device cs0 at isa? disable port 0x300 net irq ? vector csintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 pseudo-device ppp 1 pseudo-device vn 1 pseudo-device tun 3 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory. # options SYSVSHM  --------------1F939406A0558CD3C2DB6C36-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 23 23: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31BFC14F69 for ; Mon, 23 Aug 1999 23:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA62860; Mon, 23 Aug 1999 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0782B1519F; Mon, 23 Aug 1999 22:58:55 -0700 (PDT) Message-Id: <19990824055855.0782B1519F@hub.freebsd.org> Date: Mon, 23 Aug 1999 22:58:55 -0700 (PDT) From: robb@datatone.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/13341: FAQ 8.7 addition - booting drive 1 from NT loader Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13341 >Category: misc >Synopsis: FAQ 8.7 addition - booting drive 1 from NT loader >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 Aug 23 23:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rob Brady >Release: 3.2-RELEASE >Organization: >Environment: n/a >Description: I have been booting freebsd from my second drive for quite a while now, but I find it annoying having to run through the freebsd boot manager prompt, then the windows NT prompt. To resolve this I created bootd1.bin (from bootd1.asm, a nasm program) which will boot drive 1. So as an addendum to FAQ 8.7 "How can I use the NT loader to boot FreeBSD? I would like to add the fix. >How-To-Repeat: Have a job that requires you to use Windows/NT most of the time. Install Windows/NT on wd0, install FreeBSD on wd1. Install the boot manager (you have to). >Fix: If you are booting FreeBSD from drive 1 you have installed the boot manager on both drives. In order to boot FreeBSD from the NT loader, copy bootd1.bin to your C:\ directory. Do an edit the boot.ini file as described in FAQ 8.7 above, adding instead C:\BOOTD1.BIN="FreeBSD". Now do an fdisk /mbr from DOS to restore your boot sector. When you boot up and choose "FreeBSD" from the prompt disk 1 will boot putting you into the boot manager there. When I have some free time later I will add a utility to modify the boot sector of disk 1 to use the straight boot loader instead of the boot manager. The most up to date versions of these files will be available at www.datatone.com/~robb/bootd1.asm and www.datatone.com/~robb/bootd.bin >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 Aug 24 0:49:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id 405CD14FD4 for ; Tue, 24 Aug 1999 00:48:55 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.3) id JAA15320; Tue, 24 Aug 1999 09:48:02 +0200 (CEST) (envelope-from tg) To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly References: <199908231350.GAA63612@freefall.freebsd.org> From: Thomas Gellekum In-Reply-To: Sheldon Hearn's message of "Mon, 23 Aug 1999 06:50:03 -0700 (PDT)" Date: 24 Aug 1999 09:48:01 +0200 Message-ID: Lines: 76 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/20.4 (Emerald) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sheldon Hearn writes: > The following reply was made to PR bin/13274; it has been noted by GNATS. > > From: Sheldon Hearn > To: freebsd-gnats-submit@freebsd.org > Cc: > Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly > Date: Mon, 23 Aug 1999 15:39:35 +0200 > > If you want to score OpenGroup brownie points, reverse the meaning of > the -e option and call it the option -r option. The OpenGroup Single If I don't receive any `nay's on this I'll commit it before the weekend, followed by a MFC shortly afterwards. tg Index: miscbltin.c =================================================================== RCS file: /home/ncvs/src/bin/sh/miscbltin.c,v retrieving revision 1.18.2.1 diff -u -r1.18.2.1 miscbltin.c --- miscbltin.c 1999/05/08 10:43:02 1.18.2.1 +++ miscbltin.c 1999/08/23 14:27:24 @@ -71,8 +71,8 @@ /* - * The read builtin. The -e option causes backslashes to escape the - * following character. + * The read builtin. The -r option causes backslashes to be treated like + * ordinary characters. * * This uses unbuffered input, which may be avoidable in some cases. */ @@ -85,7 +85,7 @@ char **ap; int backslash; char c; - int eflag; + char rflag; char *prompt; char *ifs; char *p; @@ -98,17 +98,17 @@ struct termios told, tnew; int tsaved; - eflag = 0; + rflag = 0; prompt = NULL; tv.tv_sec = -1; tv.tv_usec = 0; - while ((i = nextopt("ep:t:")) != '\0') { + while ((i = nextopt("rp:t:")) != '\0') { switch(i) { case 'p': prompt = optarg; break; - case 'e': - eflag = 1; + case 'r': + rflag = 1; break; case 't': tv.tv_sec = strtol(optarg, &tvptr, 0); @@ -184,7 +184,7 @@ STPUTC(c, p); continue; } - if (eflag && c == '\\') { + if (!rflag && c == '\\') { backslash++; continue; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 0:54:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 420F714E1E for ; Tue, 24 Aug 1999 00:54:37 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 18B069; Tue, 24 Aug 1999 00:53:45 -0700 (PDT) Date: Tue, 24 Aug 1999 00:53:45 -0700 From: Chris Piazza To: Thomas Gellekum Cc: Sheldon Hearn , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly Message-ID: <19990824005345.A56588@norn.ca.eu.org> References: <199908231350.GAA63612@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: ; from Thomas Gellekum on Tue, Aug 24, 1999 at 09:48:01AM +0200 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 24, 1999 at 09:48:01AM +0200, Thomas Gellekum wrote: > > If I don't receive any `nay's on this I'll commit it before the > weekend, followed by a MFC shortly afterwards. > I think the eflag should stay in there but do nothing just so people don't trip over it if they are using it currently. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 0:54:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 241D114E7C for ; Tue, 24 Aug 1999 00:54:39 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11JBMm-000HTZ-00; Tue, 24 Aug 1999 09:51:36 +0200 From: Sheldon Hearn To: Thomas Gellekum Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly In-reply-to: Your message of "24 Aug 1999 09:48:01 +0200." Date: Tue, 24 Aug 1999 09:51:36 +0200 Message-ID: <67180.935481096@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24 Aug 1999 09:48:01 +0200, Thomas Gellekum wrote: > If I don't receive any `nay's on this I'll commit it before the > weekend, followed by a MFC shortly afterwards. I don't think you should do that without changing the manpage as appropriate. I'd also suggest a HEADS UP to freebsd-current, allowing a few days for objections. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 1: 1:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id AD40C155BB for ; Tue, 24 Aug 1999 01:01:06 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11JBUS-000HUj-00; Tue, 24 Aug 1999 09:59:32 +0200 From: Sheldon Hearn To: Chris Piazza Cc: Thomas Gellekum , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly In-reply-to: Your message of "Tue, 24 Aug 1999 00:53:45 MST." <19990824005345.A56588@norn.ca.eu.org> Date: Tue, 24 Aug 1999 09:59:32 +0200 Message-ID: <67252.935481572@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 24 Aug 1999 00:53:45 MST, Chris Piazza wrote: > I think the eflag should stay in there but do nothing just so > people don't trip over it if they are using it currently. You don't think it should issue a "deprecated option" warning? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 1: 7:57 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id B5BF614CF3 for ; Tue, 24 Aug 1999 01:07:49 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.3) id KAA15381; Tue, 24 Aug 1999 10:07:25 +0200 (CEST) (envelope-from tg) To: Sheldon Hearn Cc: Chris Piazza , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly References: <67252.935481572@axl.noc.iafrica.com> From: Thomas Gellekum In-Reply-To: Sheldon Hearn's message of "Tue, 24 Aug 1999 09:59:32 +0200" Date: 24 Aug 1999 10:07:24 +0200 Message-ID: Lines: 12 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/20.4 (Emerald) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sheldon Hearn writes: > On Tue, 24 Aug 1999 00:53:45 MST, Chris Piazza wrote: > > > I think the eflag should stay in there but do nothing just so > > people don't trip over it if they are using it currently. > > You don't think it should issue a "deprecated option" warning? No. This should be flagged in the manpage, IMHO. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 1:33:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id CB6A614CF3 for ; Tue, 24 Aug 1999 01:33:16 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11JBzi-000Hdo-00 for freebsd-bugs@freebsd.org; Tue, 24 Aug 1999 10:31:50 +0200 From: Sheldon Hearn To: freebsd-bugs@freebsd.org Subject: Re: bin/13344: [PATCH] Reduce pwd_mkdb verbosity for id's > USHRT_MAX Date: Tue, 24 Aug 1999 10:31:50 +0200 Message-ID: <67815.935483510@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Sheldon Hearn >Organization: UUNET South Africa >Confidential: no >Synopsis: [PATCH] Reduce pwd_mkdb verbosity for id's > USHRT_MAX >Severity: non-critical >Priority: medium >Category: ports >Release: FreeBSD 4.0-CURRENT i386 >Class: change-request >Environment: FreeBSD 4.0-CURRENT >Description: The pwd_mkdb(8) program issues one warning for every UID greater than USHRT_MAX and one warning for every GID greater than USHRT_MAX. Since these messages only warn about the potential for legacy software to choke on these ID's, it seems appropriate that only one such message be produced for each of the UID and GID cases. >How-To-Repeat: Add the following lines with vipw, save and quit: pwtest97:*:2147483645:31::0:0:Test Account97:/tmp:/sbin/nologin pwtest98:*:2147483646:31::0:0:Test Account98:/tmp:/sbin/nologin pwtest99:*:2147483647:31::0:0:Test Account99:/tmp:/sbin/nologin The following messages are printed: pwd_mkdb: 2147483645 > legacy max uid value (65535) pwd_mkdb: 2147483646 > legacy max uid value (65535) pwd_mkdb: 2147483647 > legacy max uid value (65535) This is annoying with a passwd file containing many thousands of entries. >Fix: Although I'm tempted to use a simple error message something like "one or more uid's are greater than the legacy maximum", I think it's best we keep the format of the original message intact for the sake of those who have scripts that watch the output of pwd_mkdb. Therefore, I propose the following change, which I'll commit soon unless I receive objections. Index: pw_scan.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pwd_mkdb/pw_scan.c,v retrieving revision 1.6 diff -u -d -r1.6 pw_scan.c --- pw_scan.c 1997/10/10 06:27:06 1.6 +++ pw_scan.c 1999/08/24 07:48:37 @@ -56,6 +56,9 @@ #include "pw_scan.h" +static int big_uids = 0; /* Used for legacy max uid_t warning */ +static int big_gids = 0; /* Used for legacy max gid_t warning */ + int pw_scan(bp, pw) char *bp; @@ -84,9 +87,9 @@ warnx("root uid should be 0"); return (0); } - if (id > USHRT_MAX) { - warnx("%s > max uid value (%d)", p, USHRT_MAX); - /*return (0);*/ /* THIS SHOULD NOT BE FATAL! */ + if (id > USHRT_MAX && !(big_uids++)) { + warnx("%s > legacy max uid value (%d): " + "no more such warnings", p, USHRT_MAX); } pw->pw_uid = id; @@ -94,9 +97,9 @@ goto fmt; if(p[0]) pw->pw_fields |= _PWF_GID; id = atol(p); - if (id > USHRT_MAX) { - warnx("%s > max gid value (%d)", p, USHRT_MAX); - /* return (0); This should not be fatal! */ + if (id > USHRT_MAX && !(big_gids++)) { + warnx("%s > max gid value (%d): " + "no more such warnings", p, USHRT_MAX); } pw->pw_gid = id; Index: pwd_mkdb.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/pwd_mkdb/pwd_mkdb.8,v retrieving revision 1.9 diff -u -d -r1.9 pwd_mkdb.8 --- pwd_mkdb.8 1999/07/12 20:12:20 1.9 +++ pwd_mkdb.8 1999/08/24 08:06:24 @@ -149,6 +149,13 @@ to install them. The program was renamed in order that previous users of the program not be surprised by the changes in functionality. +.Pp +The +.Nm +program will produce warnings if it finds a UID or GID larger than the +historical maximum (USHRT_MAX), as these may cause problems for legacy +software. Only the first such UID and the first such GID will produce a +warning. .Sh SEE ALSO .Xr chpass 1 , .Xr passwd 1 , To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 1:51:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFA13150B7 for ; Tue, 24 Aug 1999 01:51:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA75064; Tue, 24 Aug 1999 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id B0FF315089 for ; Tue, 24 Aug 1999 01:47:17 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 82715 invoked by uid 1003); 24 Aug 1999 08:48:10 -0000 Message-Id: <19990824084810.82714.qmail@rucus.ru.ac.za> Date: 24 Aug 1999 08:48:10 -0000 From: nbm@rucus.ru.ac.za Reply-To: nbm@rucus.ru.ac.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/13346: Allow pw to use pwd_mkdb's -u option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13346 >Category: bin >Synopsis: Allow pw to use pwd_mkdb's -u option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 24 01:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Neil Blakey-Milner >Release: FreeBSD 3.0-STABLE i386 >Organization: Rhodes University Computer Users' Society >Environment: FreeBSD rucus.ru.ac.za 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 9 22:52:23 GMT 1999 grahams@rucus.ru.ac.za:/usr/src/sys/compile/RUCUS-SMP i386 >Description: pw issues a full pwd_mkdb for each pw useradd or usermod operation, which was complained about on the ISP mailing list. This patch teaches pw to use -u user if the operation is not deletion. >How-To-Repeat: Have a few thousand pwd entries Do a hundred pw usermods to achieve something Realize you're late for supper. >Fix: cvs diff: Diffing . Index: pwupd.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pw/pwupd.c,v retrieving revision 1.8 diff -u -r1.8 pwupd.c --- pwupd.c 1999/02/23 07:15:11 1.8 +++ pwupd.c 1999/08/20 07:08:02 @@ -168,8 +168,12 @@ */ if (pwd != NULL) fmtpwentry(pwbuf, pwd, PWF_MASTER); - if ((rc = fileupdate(getpwpath(_MASTERPASSWD), 0644, pwbuf, pfx, l, mode)) != 0) - rc = pwdb(NULL) == 0; + if ((rc = fileupdate(getpwpath(_MASTERPASSWD), 0644, pwbuf, pfx, l, mode)) != 0) { + if (mode == UPD_DELETE) + rc = pwdb(NULL) == 0; + else + rc = pwdb("-u", user, NULL) == 0; + } } } return rc; >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 Aug 24 2:20:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id EFAED158AB for ; Tue, 24 Aug 1999 02:20:08 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id LAA29911; Tue, 24 Aug 1999 11:19:14 +0200 (MET DST) Date: Tue, 24 Aug 1999 11:18:59 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Andrew Grillet Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/13307: Cant build kernet for 2.2.8 In-Reply-To: <199908240540.WAA52984@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've exported the file you sent and built a kernel with it, no problems. I see your point, with respect to updating the manual. The configuration of the worm driver is confusing when looking at what it says there. I don't have a worm drive, but could you tell me whether the following works for you? ... controller scbus0 device worm0 device sd0 ... I think this is the most generic way and this should be the way things work. I'll try and confirm this with the writer of the driver. Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 2:57:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 6187F14C40 for ; Tue, 24 Aug 1999 02:57:47 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11JDKn-000Hx1-00 for freebsd-bugs@freebsd.org; Tue, 24 Aug 1999 11:57:41 +0200 From: Sheldon Hearn To: freebsd-bugs@freebsd.org Subject: Re: bin/13346: Allow pw to use pwd_mkdb's -u option Date: Tue, 24 Aug 1999 11:57:41 +0200 Message-ID: <69006.935488661@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yet Another South African said: > pw issues a full pwd_mkdb for each pw useradd or usermod operation, > which was complained about on the ISP mailing list. This patch > teaches pw to use -u user if the operation is not deletion. Looks good. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 4:41:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail2.gmx.net (mail2.gmx.net [194.221.183.62]) by hub.freebsd.org (Postfix) with SMTP id D221A1509F for ; Tue, 24 Aug 1999 04:41:16 -0700 (PDT) (envelope-from nephrose@gmx.net) Received: (qmail 13783 invoked by uid 0); 24 Aug 1999 11:39:08 -0000 Received: from 130-149-145-92.dialup.cs.tu-berlin.de (HELO Italien) (130.149.145.92) by mail2.gmx.net with SMTP; 24 Aug 1999 11:39:08 -0000 Message-ID: <006101beee25$4836bca0$5c919582@clayoberschule.de> Reply-To: "Marco Wertejuk" From: "Marco Wertejuk" To: Subject: Clock is to slow Date: Tue, 24 Aug 1999 13:39:05 +0200 Organization: Clay Oberschule Berlin X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm using FreeBSD 3.2-RELEASE and notivec that the clock is to slow. One minute in reallife equals 0.2 seconds in FreeBSD. I have an Elitegroup [I'm not sure if Elitegroup is the manufacturer] TR5510 Rev:1.1B Mainboard with an AMD K5-100 and 16 MB Ram, this CPU isn't overclocked. Theres no Cache available and just a graphics card [S3 Virge] and a keyboard plugged in [this is my minimal test configuration] The mainboard uses Intels 430FX Chipset. I discovered a very interesting thing: When my system is busy the time works correctly. For example: I set the screensaver activation time to one second. If the system is idle it takes more than 6 minutes until the screensaver turns on. If I open a huge file for example "ee /kernel" the screensaver turns on during the load process [if it takes more than 1 second]. Regards, Marco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 4:46:56 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id B749914C57 for ; Tue, 24 Aug 1999 04:46:45 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id NAA03479; Tue, 24 Aug 1999 13:43:29 +0200 (MET DST) Date: Tue, 24 Aug 1999 13:43:03 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Andrew Grillet Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/13307: Cant build kernet for 2.2.8 In-Reply-To: <199908240540.WAA52984@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Could you try the following entry? # The "unknown" device (uk? in pre-2.0.5) is now part of the base SCSI # configuration and doesn't have to be explicitly configured. controller scbus0 #base SCSI code device ch0 #SCSI media changers device sd0 #SCSI disks device st0 #SCSI tapes device cd0 #SCSI CD-ROMs device od0 #SCSI optical disk # The previous devices (ch, sd, st, cd) are recognized by config. # config doesn't (and shouldn't) know about these newer ones, # so we have to specify that they are on a SCSI bus with the "at scbus?" # clause. device worm0 at scbus? # SCSI worm device pt0 at scbus? # SCSI processor type device sctarg0 at scbus? # SCSI target This is the section taken from LINT. Cutting and pasting this into your kernel configuration should (hopefully) work rightaway. If this works, probably someone forgot to update the man page to reflect this. Nick On Mon, 23 Aug 1999, Andrew Grillet wrote: > The following reply was made to PR kern/13307; it has been noted by GNATS. > > From: Andrew Grillet > To: Sheldon Hearn > Cc: > Subject: Re: kern/13307: Cant build kernet for 2.2.8 > Date: Mon, 23 Aug 1999 20:03:36 +0100 > > This is a multi-part message in MIME format. > --------------1F939406A0558CD3C2DB6C36 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > > > Sheldon Hearn wrote: > > > > Hi Andrew, > > > > Nick's already asked for your kernel config file, but something else > > that'd be useful is for you to describe _exactly_ what commands you type > > and _exactly_ what messages you get back from each command. Whether you > > cut'n'paste or use something like script(1) doesn't reall matter, so > > long as you provide more precise info. > > > much ftping and hacking later, I have a copy of my conf file. I ahve > added some theoretically helpful comments explaining my understanding > of the state of affairs. > > It is quite possible that the problem lies in my grasp of what is going > on > rather than a defect in code. However, I regard the docs as a necessary > part of the system. - after all, if it don't work, it don't work :-) > > I have a new problem - yesterday, I tried to send several e-mails > on this issue, including one to Nick Hibma. I got a message from > freeserve (my ISP) that I was not allowed to send the messages, but > they may have been sent anyway! > > This is NOT FreeBSD's fault, but may explain several copies of some > e-mails and none of others :-( [I blame B. Gates - its ALL his fault]. > > Andrew > --------------1F939406A0558CD3C2DB6C36 > Content-Type: text/plain; charset=us-ascii; > name="Turnip.cfg" > Content-Transfer-Encoding: 7bit > Content-Disposition: inline; > filename="Turnip.cfg" > > # TURNIP -- Andrew's Pentium with WD/AHx/NCR/BTx family disks > # > # For more information read the handbook part System Administration -> > # Configuring the FreeBSD Kernel -> The Configuration File. > # The handbook is available in /usr/share/doc/handbook or online as > # latest version from the FreeBSD World Wide Web server > # > # > # An exhaustive list of options and more detailed explanations of the > # device lines is present in the ./LINT configuration file. If you are > # in doubt as to the purpose or necessity of a line, check first in LINT. > # > > machine "i386" > cpu "I386_CPU" > cpu "I486_CPU" > cpu "I586_CPU" > cpu "I686_CPU" > ident TURNIP > maxusers 32 > > options MATH_EMULATE #Support for x87 emulation > options INET #InterNETworking > options FFS #Berkeley Fast Filesystem > options NFS #Network Filesystem > options MSDOSFS #MSDOS Filesystem > options "CD9660" #ISO 9660 Filesystem > options PROCFS #Process filesystem > options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] > options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device > options BOUNCE_BUFFERS #include support for DMA bounce buffers > options UCONSOLE #Allow users to grab the console > options FAILSAFE #Be conservative > options USERCONFIG #boot -c editor > options VISUAL_USERCONFIG #visual boot -c editor > > config kernel root on wd0 > > controller isa0 > # I tried disabling the next line - it caused errors! > controller eisa0 > controller pci0 > > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr > disk fd0 at fdc0 drive 0 > disk fd1 at fdc0 drive 1 > # Unless you know very well what you're doing, leave ft0 at drive 2, or > # remove the line entirely if you don't need it. Trying to configure > # it on another unit might cause surprises, see PR kern/7176. > # tape ft0 at fdc0 drive 2 > > options "CMD640" # work around CMD640 chip deficiency > controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr > disk wd0 at wdc0 drive 0 > disk wd1 at wdc0 drive 1 > > controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr > disk wd2 at wdc1 drive 0 > disk wd3 at wdc1 drive 1 > > options ATAPI #Enable ATAPI support for IDE bus > options ATAPI_STATIC #Don't do it as an LKM > device wcd0 #IDE CD-ROM > device wfd0 #IDE floppy (LS-120) > > # A single entry for any of these controllers (ncr, ahb, ahc, amd) is > # sufficient for any number of installed devices. > > controller ncr0 > controller amd0 > # controller ahb0 > controller ahc0 > # controller dpt0 > controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr > # controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr > controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr > controller aic0 at isa? port 0x340 bio irq 11 vector aicintr > # controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr > # controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr > # controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr > > options DPT_MEASURE_PERFORMANCE # Required by DPT driver?? > #options DPT_VERIFY_HINTR # Some hardware must have it! > #options DPT_TRACK_CCB_STATES # Some hardware must have it! > #options DPT_HANDLE_TIMEOUTS # Some hardware must have it! > #options DPT_TIMEOUT_FACTOR=4 # Some hardware needs more > > #***************************************************** > # This is where the problems start: > controller scbus0 at aha0 > # and stick the devices on the bus... > > disk worm0 at scbus0 target 6 unit 0 # requires explicit declaration > # You cannot connect the worm directly to the host adaptor - the kernel > just won't build. - that was my original problem. > # You also cannot do > # disk worm at scbus? > # it is not permitted for 'new' devices. > > # the above builds a worm device with no error messages, but > # it doesn't work 'device not configured' > > #******************************************************8 > # after this we are OK .... > device sd0 # scsi disk > > device od0 #optical disk - See LINT for possible `od' options. > > device st0 > > device cd0 #Only need one of these, the code dynamically grows > > # device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr > # device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr > > # controller matcd0 at isa? port 0x230 bio > > # device scd0 at isa? disable port 0x230 bio > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr > # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver > # device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint > #options XSERVER # support for X server > #options FAT_CURSOR # start with block cursor > # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines > #options PCVT_SCANSET=2 # IBM keyboards are non-std > > # Mandatory, don't remove > device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr > > # > # Laptop support (see LINT for more options) > # > device apm0 at isa? disable # Advanced Power Management > options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS > # PCCARD (PCMCIA) support > #controller card0 > #device pcic0 at card? > #device pcic1 at card? > > device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr > device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr > device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr > device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr > > device lpt0 at isa? port? tty irq 7 vector lptintr > device lpt1 at isa? disable port? tty > # device mse0 at isa? port 0x23c tty irq 5 vector mseintr > > device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr > > # Order is important here due to intrusive probes, do *not* alphabetize > # this list of network interfaces until the probes have been fixed. > # Right now it appears that the ie0 must be probed before ep0. See > # revision 1.20 of this file. > device de0 > device fxp0 > device tl0 > device tx0 > device vx0 > device xl0 > > device ed0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector edintr > # device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr > # device ep0 at isa? port 0x300 net irq 10 vector epintr > # device ex0 at isa? port? net irq? vector exintr > # device fe0 at isa? port 0x300 net irq ? vector feintr > # device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr > # device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr > # device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr > # device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr > # device cs0 at isa? disable port 0x300 net irq ? vector csintr > > pseudo-device loop > pseudo-device ether > pseudo-device log > pseudo-device sl 1 > pseudo-device ppp 1 > pseudo-device vn 1 > pseudo-device tun 3 > pseudo-device pty 16 > pseudo-device gzip # Exec gzipped a.out's > > # KTRACE enables the system-call tracing facility ktrace(2). > # This adds 4 KB bloat to your kernel, and slightly increases > # the costs of each syscall. > options KTRACE #kernel tracing > > # This provides support for System V shared memory. > # > options SYSVSHM >  > > --------------1F939406A0558CD3C2DB6C36-- > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 9:21:34 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B5059159D2; Tue, 24 Aug 1999 09:20:52 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA96862; Tue, 24 Aug 1999 07:20:04 -0700 (PDT) (envelope-from chris@FreeBSD.org) Date: Tue, 24 Aug 1999 07:20:04 -0700 (PDT) From: Message-Id: <199908241420.HAA96862@freefall.freebsd.org> To: chris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: misc/13341: FAQ 8.7 addition - booting drive 1 from NT loader Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FAQ 8.7 addition - booting drive 1 from NT loader Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: chris Responsible-Changed-When: Tue Aug 24 07:19:48 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 9:21:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13340159D4 for ; Tue, 24 Aug 1999 09:20:52 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA95969; Tue, 24 Aug 1999 07:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 76FE715138 for ; Tue, 24 Aug 1999 06:54:15 -0700 (PDT) (envelope-from howardjp@wam.umd.edu) Received: from rac9.wam.umd.edu (root@rac9.wam.umd.edu [128.8.10.149]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id JAA21051 for ; Tue, 24 Aug 1999 09:53:58 -0400 (EDT) Received: from rac9.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac9.wam.umd.edu (8.9.3/8.9.3) with SMTP id JAA08648 for ; Tue, 24 Aug 1999 09:53:58 -0400 (EDT) Received: (from howardjp@localhost) by rac9.wam.umd.edu (8.9.3/8.9.3) id JAA08644 for FreeBSD-gnats-submit@freebsd.org; Tue, 24 Aug 1999 09:53:58 -0400 (EDT) Message-Id: <199908241353.JAA08644@rac9.wam.umd.edu> Date: Tue, 24 Aug 1999 09:53:58 -0400 (EDT) From: James Howard Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13350 >Category: bin >Synopsis: make clean in bsd.obj.mk no longer properly removes *.core and others >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 24 07:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD bokonon.irving.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Mon Aug 23 23:55:07 EDT 1999 irving@bokonon.irving.org:/usr/src/sys/compile/SANDERS i386 >Description: /usr/src/share/mk/bsd.README describes ``make clean'' as: clean: remove the program, any object files and the files a.out, Errs, errs, mklog, and ${PROG}.core. However, make clean does not remove a.out, Errs, errs, mklog and ${PROG}.core any longer. >How-To-Repeat: cd /usr/src/bin/cat (or anything else) and ``make clean''. See what it lists as files to delete. >Fix: Below is a diff which modifies /usr/src/share/mk/bsd.{prog,obj}.mk and adds these files to CLEANFILES, the list of files which should be deleted. I do not know if changes need to make to CLEANDIRS, I suspect not. I tested this are varius targets in /usr/src/bin and it worked every time. Apply this diff to /usr/src/share/mk. Thanks and have a nice day :) diff -c mk/bsd.obj.mk mk-jph/bsd.obj.mk *** mk/bsd.obj.mk Tue Aug 24 00:10:30 1999 --- mk-jph/bsd.obj.mk Tue Aug 24 00:14:23 1999 *************** *** 107,113 **** .if !target(clean) clean: _SUBDIR .if defined(CLEANFILES) && !empty(CLEANFILES) ! rm -f ${CLEANFILES} .endif .if defined(CLEANDIRS) && !empty(CLEANDIRS) rm -rf ${CLEANDIRS} --- 107,113 ---- .if !target(clean) clean: _SUBDIR .if defined(CLEANFILES) && !empty(CLEANFILES) ! rm -f a.out Errs errs mklog ${CLEANFILES} .endif .if defined(CLEANDIRS) && !empty(CLEANDIRS) rm -rf ${CLEANDIRS} diff -c mk/bsd.prog.mk mk-jph/bsd.prog.mk *** mk/bsd.prog.mk Tue Aug 24 00:10:31 1999 --- mk-jph/bsd.prog.mk Tue Aug 24 00:12:11 1999 *************** *** 67,73 **** .MAIN: all all: objwarn ${PROG} all-man _SUBDIR ! CLEANFILES+= ${PROG} ${OBJS} .if defined(PROG) && !defined(NOEXTRADEPEND) _EXTRADEPEND: --- 67,73 ---- .MAIN: all all: objwarn ${PROG} all-man _SUBDIR ! CLEANFILES+= ${PROG}.core ${PROG} ${OBJS} .if defined(PROG) && !defined(NOEXTRADEPEND) _EXTRADEPEND: >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 Aug 24 9:29:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id D034A14C97 for ; Tue, 24 Aug 1999 09:29:29 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11JIEo-000JBM-00; Tue, 24 Aug 1999 17:11:50 +0200 From: Sheldon Hearn To: Thomas Gellekum Cc: chris@calldei.com, Chris Piazza , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly In-reply-to: Your message of "24 Aug 1999 17:03:31 +0200." Date: Tue, 24 Aug 1999 17:11:50 +0200 Message-ID: <73739.935507510@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24 Aug 1999 17:03:31 +0200, Thomas Gellekum wrote: > +.Pp > +Backslashes are treated specially. If a backslash is followed by I'd bring the description of -r closer to the behaviour it influences, perhaps with something like: "Backslashes are treated specially, unless the -r option is specified." Otherwise, it looks good. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 9:29:51 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id C5D8114DBC for ; Tue, 24 Aug 1999 09:29:29 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11JHvj-000J8B-00; Tue, 24 Aug 1999 16:52:07 +0200 From: Sheldon Hearn To: Thomas Gellekum Cc: chris@calldei.com, Chris Piazza , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly In-reply-to: Your message of "24 Aug 1999 16:33:34 +0200." Date: Tue, 24 Aug 1999 16:52:07 +0200 Message-ID: <73542.935506327@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24 Aug 1999 16:33:34 +0200, Thomas Gellekum wrote: > .Pp > -The -e option causes any backslashes in the input to > -be treated specially. If a backslash is followed by > -a newline, the backslash and the newline will be > -deleted. If a backslash is followed by any other > -character, the backslash will be deleted and the following > -character will be treated as though it were > -not in IFS, even if it is. > +The -e option is deprecated and only here for backward compatibility. > +.Pp > +The -r option causes backslashes in the input to be treated > +like ordinary characters. This doesn't help the poor bastard who'd like to know what happens if he _doesn't_ specify -r. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 9:30:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mta3.rcsntx.swbell.net (mta3.rcsntx.swbell.net [151.164.30.27]) by hub.freebsd.org (Postfix) with ESMTP id 1A081159AD for ; Tue, 24 Aug 1999 09:29:48 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (adsl-216-62-154-215.dsl.hstntx.swbell.net) by mta3.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with ESMTP id <0FGZ00MY44TGVI@mta3.rcsntx.swbell.net> for freebsd-bugs@FreeBSD.ORG; Tue, 24 Aug 1999 09:41:41 -0500 (CDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id JAA91674; Tue, 24 Aug 1999 09:43:53 -0500 (CDT envelope-from chris) Date: Tue, 24 Aug 1999 09:43:52 -0500 From: Chris Costello Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly In-reply-to: To: Thomas Gellekum Cc: Sheldon Hearn , Chris Piazza , freebsd-bugs@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <19990824094352.I90868@holly.dyndns.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i References: <67252.935481572@axl.noc.iafrica.com> <19990824092120.H90868@holly.dyndns.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 24, 1999, Thomas Gellekum wrote: > Index: sh.1 > =================================================================== > RCS file: /home/ncvs/src/bin/sh/sh.1,v > retrieving revision 1.23.2.2 > diff -u -r1.23.2.2 sh.1 > --- sh.1 1999/04/19 18:54:06 1.23.2.2 > +++ sh.1 1999/08/24 08:37:29 > @@ -1150,7 +1150,7 @@ > it faster. However, if the current directory is > renamed, the builtin version of pwd will continue to > print the old name for the directory. > -.It Li "read [ -p prompt ] [ -t timeout ] [ -e ] variable ... > +.It Li "read [ -p prompt ] [ -t timeout ] [ -e ] [ -r] variable ... ^^ There should be a space here. > -The -e option causes any backslashes in the input to > -be treated specially. If a backslash is followed by > -a newline, the backslash and the newline will be > -deleted. If a backslash is followed by any other > -character, the backslash will be deleted and the following > -character will be treated as though it were > -not in IFS, even if it is. > +The -e option is deprecated and only here for backward compatibility. > +.Pp > +The -r option causes backslashes in the input to be treated > +like ordinary characters. `The -e option exists only for backward compatibility with older scripts.' Something like that could do better there. :) -- |Chris Costello |Years of development: We finally got one to work. `------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 9:31:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mta3.rcsntx.swbell.net (mta3.rcsntx.swbell.net [151.164.30.27]) by hub.freebsd.org (Postfix) with ESMTP id 08A1215FAF for ; Tue, 24 Aug 1999 09:30:09 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (adsl-216-62-154-215.dsl.hstntx.swbell.net) by mta3.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with ESMTP id <0FGZ00MLL3PJVM@mta3.rcsntx.swbell.net> for freebsd-bugs@FreeBSD.ORG; Tue, 24 Aug 1999 09:17:44 -0500 (CDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id JAA91478; Tue, 24 Aug 1999 09:19:55 -0500 (CDT envelope-from chris) Date: Tue, 24 Aug 1999 09:19:55 -0500 From: Chris Costello Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly In-reply-to: To: Thomas Gellekum Cc: Sheldon Hearn , freebsd-bugs@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <19990824091955.G90868@holly.dyndns.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i References: <199908231350.GAA63612@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 24, 1999, Thomas Gellekum wrote: > - int eflag; > + char rflag; ^^^^^^^^^^ Any reason this is a char? -- |Chris Costello |Choose variable names that will not be confused. `------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 9:42:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mta2.rcsntx.swbell.net (mta2.rcsntx.swbell.net [151.164.30.26]) by hub.freebsd.org (Postfix) with ESMTP id B4BF715B1E for ; Tue, 24 Aug 1999 09:33:28 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (adsl-216-62-154-215.dsl.hstntx.swbell.net) by mta2.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with ESMTP id <0FGZ002NE3RWXA@mta2.rcsntx.swbell.net> for freebsd-bugs@FreeBSD.ORG; Tue, 24 Aug 1999 09:19:08 -0500 (CDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id JAA91499; Tue, 24 Aug 1999 09:21:21 -0500 (CDT envelope-from chris) Date: Tue, 24 Aug 1999 09:21:21 -0500 From: Chris Costello Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly In-reply-to: To: Thomas Gellekum Cc: Sheldon Hearn , Chris Piazza , freebsd-bugs@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <19990824092120.H90868@holly.dyndns.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i References: <67252.935481572@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 24, 1999, Thomas Gellekum wrote: > No. This should be flagged in the manpage, IMHO. Please leave -e in read and do nothing in the getopt switch for 'e'. -- |Chris Costello |Computer and car salesmen differ in that the latter know when they are lying. `----------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 9:51:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 695C215A1A for ; Tue, 24 Aug 1999 09:45:04 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id LAA28679; Tue, 24 Aug 1999 11:57:36 -0400 (EDT) (envelope-from wollman) Date: Tue, 24 Aug 1999 11:57:36 -0400 (EDT) From: Garrett Wollman Message-Id: <199908241557.LAA28679@khavrinen.lcs.mit.edu> To: "Marco Wertejuk" Cc: Subject: Clock is to slow In-Reply-To: <006101beee25$4836bca0$5c919582@clayoberschule.de> References: <006101beee25$4836bca0$5c919582@clayoberschule.de> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > I discovered a very interesting thing: When my system is busy the time works > correctly. For example: I set the screensaver activation time to one second. > If the system is idle it takes more than 6 minutes until the screensaver > turns on. If I open a huge file for example "ee /kernel" the screensaver > turns on during the load process [if it takes more than 1 second]. Turn off power management in your BIOS. It interferes with proper timekeeping. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 10: 5:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6489715837 for ; Tue, 24 Aug 1999 10:03:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA07329; Tue, 24 Aug 1999 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kodiak.sdsmt.edu (kodiak.sdsmt.edu [151.159.69.102]) by hub.freebsd.org (Postfix) with ESMTP id 66C4B15AD7 for ; Tue, 24 Aug 1999 09:42:39 -0700 (PDT) (envelope-from jseidel@kodiak.sdsmt.edu) Received: (from jseidel@localhost) by kodiak.sdsmt.edu (8.9.3/8.9.3) id KAA22724; Tue, 24 Aug 1999 10:20:34 -0600 (MDT) (envelope-from jseidel) Message-Id: <199908241620.KAA22724@kodiak.sdsmt.edu> Date: Tue, 24 Aug 1999 10:20:34 -0600 (MDT) From: Jason Seidel Reply-To: jseidel@kodiak.sdsmt.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/13352: No support for Promise Ultra/66 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13352 >Category: kern >Synopsis: No support for Promise Ultra/66 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 24 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jason Seidel >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: FreeBSD kodiak.sdsmt.edu 3.2-STABLE FreeBSD 3.2-STABLE #20: Thu Aug 19 19:48:20 MDT 1999 root@kodiak.sdsmt.edu:/usr/src/sys/compile/KODIAK i386 >Description: There is support for the Promise Ultra/33 controller but not the Ultra/66. This controller enables ide ultra dma 66. Thank you >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 Tue Aug 24 10:35: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id CECCD14C29 for ; Tue, 24 Aug 1999 10:34:49 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.3) id QAA16401; Tue, 24 Aug 1999 16:36:48 +0200 (CEST) (envelope-from tg) To: chris@calldei.com Cc: Sheldon Hearn , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly References: <199908231350.GAA63612@freefall.freebsd.org> <19990824091955.G90868@holly.dyndns.org> From: Thomas Gellekum In-Reply-To: Chris Costello's message of "Tue, 24 Aug 1999 09:19:55 -0500" Date: 24 Aug 1999 16:36:48 +0200 Message-ID: Lines: 11 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/20.4 (Emerald) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chris Costello writes: > On Tue, Aug 24, 1999, Thomas Gellekum wrote: > > - int eflag; > > + char rflag; > ^^^^^^^^^^ > Any reason this is a char? Some braino. Fixed (not in the version I sent a minute ago ;-)). tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 10:35: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id 581141519A for ; Tue, 24 Aug 1999 10:34:49 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.3) id RAA16466; Tue, 24 Aug 1999 17:03:32 +0200 (CEST) (envelope-from tg) To: Sheldon Hearn Cc: chris@calldei.com, Chris Piazza , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly References: <73542.935506327@axl.noc.iafrica.com> From: Thomas Gellekum In-Reply-To: Sheldon Hearn's message of "Tue, 24 Aug 1999 16:52:07 +0200" Date: 24 Aug 1999 17:03:31 +0200 Message-ID: Lines: 55 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/20.4 (Emerald) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sheldon Hearn writes: > This doesn't help the poor bastard who'd like to know what happens if he > _doesn't_ specify -r. :-) Index: sh.1 =================================================================== RCS file: /home/ncvs/src/bin/sh/sh.1,v retrieving revision 1.23.2.2 diff -u -r1.23.2.2 sh.1 --- sh.1 1999/04/19 18:54:06 1.23.2.2 +++ sh.1 1999/08/24 14:59:39 @@ -1150,7 +1150,7 @@ it faster. However, if the current directory is renamed, the builtin version of pwd will continue to print the old name for the directory. -.It Li "read [ -p prompt ] [ -t timeout ] [ -e ] variable ... +.It Li "read [ -p prompt ] [ -t timeout ] [ -e ] [ -r ] variable ... The prompt is printed if the -p option is specified and the standard input is a terminal. Then a line is read from the standard input. The trailing newline @@ -1162,6 +1162,13 @@ separated them) are assigned to the last variable. If there are more variables than pieces, the remaining variables are assigned the null string. +.Pp +Backslashes are treated specially. If a backslash is followed by +a newline, the backslash and the newline will be +deleted. If a backslash is followed by any other +character, the backslash will be deleted and the following +character will be treated as though it were +not in IFS, even if it is. .Pp If the -t option is specified the timeout elapses before any input is supplied, the read command will @@ -1170,13 +1177,10 @@ explicitly specify seconds, minutes or or hours. If none is supplied, 's' is assumed. .Pp -The -e option causes any backslashes in the input to -be treated specially. If a backslash is followed by -a newline, the backslash and the newline will be -deleted. If a backslash is followed by any other -character, the backslash will be deleted and the following -character will be treated as though it were -not in IFS, even if it is. +The -e option exists only for backward compatibility with older scripts. +.Pp +The -r option causes backslashes in the input to be treated +like ordinary characters. .It readonly name ... The specified names are marked as read only, so that they cannot be subsequently modified or unset. The shell tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 10:35:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id 9CA1515810 for ; Tue, 24 Aug 1999 10:34:49 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.3) id QAA16393; Tue, 24 Aug 1999 16:33:34 +0200 (CEST) (envelope-from tg) To: chris@calldei.com Cc: Sheldon Hearn , Chris Piazza , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly References: <67252.935481572@axl.noc.iafrica.com> <19990824092120.H90868@holly.dyndns.org> From: Thomas Gellekum In-Reply-To: Chris Costello's message of "Tue, 24 Aug 1999 09:21:21 -0500" Date: 24 Aug 1999 16:33:34 +0200 Message-ID: Lines: 117 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/20.4 (Emerald) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chris Costello writes: > On Tue, Aug 24, 1999, Thomas Gellekum wrote: > > No. This should be flagged in the manpage, IMHO. > > Please leave -e in read and do nothing in the getopt switch > for 'e'. See below. tg Index: miscbltin.c =================================================================== RCS file: /home/ncvs/src/bin/sh/miscbltin.c,v retrieving revision 1.18.2.1 diff -u -r1.18.2.1 miscbltin.c --- miscbltin.c 1999/05/08 10:43:02 1.18.2.1 +++ miscbltin.c 1999/08/24 08:37:14 @@ -71,8 +71,8 @@ /* - * The read builtin. The -e option causes backslashes to escape the - * following character. + * The read builtin. The -r option causes backslashes to be treated like + * ordinary characters. * * This uses unbuffered input, which may be avoidable in some cases. */ @@ -85,7 +85,7 @@ char **ap; int backslash; char c; - int eflag; + char rflag; char *prompt; char *ifs; char *p; @@ -98,18 +98,20 @@ struct termios told, tnew; int tsaved; - eflag = 0; + rflag = 0; prompt = NULL; tv.tv_sec = -1; tv.tv_usec = 0; - while ((i = nextopt("ep:t:")) != '\0') { + while ((i = nextopt("erp:t:")) != '\0') { switch(i) { case 'p': prompt = optarg; break; case 'e': - eflag = 1; break; + case 'r': + rflag = 1; + break; case 't': tv.tv_sec = strtol(optarg, &tvptr, 0); if (tvptr == optarg) @@ -184,7 +186,7 @@ STPUTC(c, p); continue; } - if (eflag && c == '\\') { + if (!rflag && c == '\\') { backslash++; continue; } Index: sh.1 =================================================================== RCS file: /home/ncvs/src/bin/sh/sh.1,v retrieving revision 1.23.2.2 diff -u -r1.23.2.2 sh.1 --- sh.1 1999/04/19 18:54:06 1.23.2.2 +++ sh.1 1999/08/24 08:37:29 @@ -1150,7 +1150,7 @@ it faster. However, if the current directory is renamed, the builtin version of pwd will continue to print the old name for the directory. -.It Li "read [ -p prompt ] [ -t timeout ] [ -e ] variable ... +.It Li "read [ -p prompt ] [ -t timeout ] [ -e ] [ -r] variable ... The prompt is printed if the -p option is specified and the standard input is a terminal. Then a line is read from the standard input. The trailing newline @@ -1161,7 +1161,9 @@ pieces (along with the characters in IFS that separated them) are assigned to the last variable. If there are more variables than pieces, the remaining -variables are assigned the null string. +variables are assigned the null string. A backslash at the +end of a line will be deleted from the input together with the +newline character. .Pp If the -t option is specified the timeout elapses before any input is supplied, the read command will @@ -1170,13 +1172,10 @@ explicitly specify seconds, minutes or or hours. If none is supplied, 's' is assumed. .Pp -The -e option causes any backslashes in the input to -be treated specially. If a backslash is followed by -a newline, the backslash and the newline will be -deleted. If a backslash is followed by any other -character, the backslash will be deleted and the following -character will be treated as though it were -not in IFS, even if it is. +The -e option is deprecated and only here for backward compatibility. +.Pp +The -r option causes backslashes in the input to be treated +like ordinary characters. .It readonly name ... The specified names are marked as read only, so that they cannot be subsequently modified or unset. The shell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 10:51: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EB0B15130 for ; Tue, 24 Aug 1999 10:51:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA11069; Tue, 24 Aug 1999 10:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 24 Aug 1999 10:50:04 -0700 (PDT) Message-Id: <199908241750.KAA11069@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13350; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@FreeBSD.ORG, howardjp@wam.umd.edu Cc: Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Date: Wed, 25 Aug 1999 03:41:13 +1000 >/usr/src/share/mk/bsd.README describes ``make clean'' as: > > clean: > remove the program, any object files and the files a.out, > Errs, errs, mklog, and ${PROG}.core. > >However, make clean does not remove a.out, Errs, errs, mklog and >${PROG}.core any longer. This is intentional. I forgot to change the README. `make clean' is now supposed to remove precisely those files that are created automatically at some time (including temporaries). ${PROG}.core will almost never be created, because ${PROG} is almost never run in the obj directory. If any cores are created, then they will be for things like cc1, but finding all cores is too hard, especially since we have a sysctl for changing the format of core file names. a.out is only created in rare cases, mainly for libraries. These cases are supposed to be handled specially. >>How-To-Repeat: > >cd /usr/src/bin/cat (or anything else) and ``make clean''. See what it >lists as files to delete. `make -V CLEANFILES' should give the complete list. (It doesn't for at least libraries. Separate rm's are used for libraries to reduce the chance of there being too many args.) >diff -c mk/bsd.obj.mk mk-jph/bsd.obj.mk >*** mk/bsd.obj.mk Tue Aug 24 00:10:30 1999 >--- mk-jph/bsd.obj.mk Tue Aug 24 00:14:23 1999 >*************** >*** 107,113 **** > .if !target(clean) > clean: _SUBDIR > .if defined(CLEANFILES) && !empty(CLEANFILES) >! rm -f ${CLEANFILES} > .endif > .if defined(CLEANDIRS) && !empty(CLEANDIRS) > rm -rf ${CLEANDIRS} >--- 107,113 ---- > .if !target(clean) > clean: _SUBDIR > .if defined(CLEANFILES) && !empty(CLEANFILES) >! rm -f a.out Errs errs mklog ${CLEANFILES} > .endif > .if defined(CLEANDIRS) && !empty(CLEANDIRS) > rm -rf ${CLEANDIRS} This fails to remove a.out, etc. if CLEANFILES is unset or empty. The main reason for not cleaning in all cases is to speed up `make clean' a bit. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 11:11:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6285514CEA for ; Tue, 24 Aug 1999 11:11:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA12815; Tue, 24 Aug 1999 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 24 Aug 1999 11:10:02 -0700 (PDT) Message-Id: <199908241810.LAA12815@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: James Howard Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Reply-To: James Howard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13350; it has been noted by GNATS. From: James Howard To: Bruce Evans Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Date: Tue, 24 Aug 1999 14:04:58 -0400 (EDT) On Wed, 25 Aug 1999, Bruce Evans wrote: > This is intentional. I forgot to change the README. `make clean' is now Ahh, I see. In that event, here is a diff to correct the README, not that it is that complicated, but anyway. *** bsd.README.orig Tue Aug 24 13:57:51 1999 --- bsd.README Tue Aug 24 13:58:43 1999 *************** *** 158,165 **** all: build the program and its manual page clean: ! remove the program, any object files and the files a.out, ! Errs, errs, mklog, and ${PROG}.core. cleandir: remove all of the files removed by the target clean, as well as .depend, tags, and any manual pages. --- 158,164 ---- all: build the program and its manual page clean: ! remove the program and any object files. cleandir: remove all of the files removed by the target clean, as well as .depend, tags, and any manual pages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 11:20:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A0AD14A2F for ; Tue, 24 Aug 1999 11:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA13520; Tue, 24 Aug 1999 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 24 Aug 1999 11:20:03 -0700 (PDT) Message-Id: <199908241820.LAA13520@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13350; it has been noted by GNATS. From: Bruce Evans To: bde@zeta.org.au, howardjp@wam.umd.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Date: Wed, 25 Aug 1999 04:17:22 +1000 >Ahh, I see. In that event, here is a diff to correct the README, not that >it is that complicated, but anyway. > >*** bsd.README.orig Tue Aug 24 13:57:51 1999 >--- bsd.README Tue Aug 24 13:58:43 1999 >*************** >*** 158,165 **** > all: > build the program and its manual page > clean: >! remove the program, any object files and the files a.out, >! Errs, errs, mklog, and ${PROG}.core. > cleandir: > remove all of the files removed by the target clean, as > well as .depend, tags, and any manual pages. >--- 158,164 ---- > all: > build the program and its manual page > clean: >! remove the program and any object files. It removes a bit more than object files. This is perhaps best described by saying that it removes all generated files except the ones handled by cleadir. The README is seriously incomplete. cleandepend is missing here. > cleandir: > remove all of the files removed by the target clean, as > well as .depend, tags, and any manual pages. This is quite out of date too. cleandir also removes the canonical object directory and any link to it, modulo some complications when there is an obj subdirectory. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 12:15:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail1.gmx.net (mail1.gmx.net [194.221.183.61]) by hub.freebsd.org (Postfix) with SMTP id A28CB1515E for ; Tue, 24 Aug 1999 12:15:36 -0700 (PDT) (envelope-from nephrose@gmx.net) Received: (qmail 12975 invoked by uid 0); 24 Aug 1999 19:14:18 -0000 Received: from 130-149-145-204.dialup.cs.tu-berlin.de (HELO Italien) (130.149.145.204) by mail1.gmx.net with SMTP; 24 Aug 1999 19:14:18 -0000 Message-ID: <00c101beee64$defe4a60$36919582@clayoberschule.de> Reply-To: "Marco Wertejuk" From: "Marco Wertejuk" To: "Garrett Wollman" Cc: References: <006101beee25$4836bca0$5c919582@clayoberschule.de> <199908241557.LAA28679@khavrinen.lcs.mit.edu> Subject: Re: Clock is to slow Date: Tue, 24 Aug 1999 20:46:28 +0200 Organization: Clay Oberschule Berlin X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org APM isn't supported and normal power management is already deaktivated. Marco Wertejuk | < said: | | > I discovered a very interesting thing: When my system is busy the time works | > correctly. For example: I set the screensaver activation time to one second. | > If the system is idle it takes more than 6 minutes until the screensaver | > turns on. If I open a huge file for example "ee /kernel" the screensaver | > turns on during the load process [if it takes more than 1 second]. | | Turn off power management in your BIOS. It interferes with proper | timekeeping. | | -GAWollman | | -- | Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same | wollman@lcs.mit.edu | O Siem / The fires of freedom | Opinions not those of| Dance in the burning flame | MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 12:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 092501523F for ; Tue, 24 Aug 1999 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA19830; Tue, 24 Aug 1999 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 3C06C15216 for ; Tue, 24 Aug 1999 12:40:58 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 6849 invoked by uid 1003); 24 Aug 1999 19:38:57 -0000 Message-Id: <19990824193857.6846.qmail@rucus.ru.ac.za> Date: 24 Aug 1999 19:38:57 -0000 From: nbm@rucus.ru.ac.za Reply-To: nbm@rucus.ru.ac.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/13357: add flag in rc.conf to automatically turn on vfs.usermount Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13357 >Category: conf >Synopsis: add flag in rc.conf to automatically turn on vfs.usermount >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 24 12:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Neil Blakey-Milner >Release: FreeBSD 3.0-STABLE i386 >Organization: Rhodes University Computer Users' Society >Environment: FreeBSD rucus.ru.ac.za 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 9 22:52:23 GMT 1999 grahams@rucus.ru.ac.za:/usr/src/sys/compile/RUCUS-SMP i386 >Description: An easy way to turn on user mounting from rc.conf, including update to rc.conf.5 (and sneaked in vinum description in there too) >How-To-Repeat: Read -questions mail and explain sysctls to them. >Fix: Relative to src/etc: Index: rc =================================================================== RCS file: /usr/home/nbm/ncvs/src/etc/rc,v retrieving revision 1.193 diff -u -r1.193 rc --- rc 1999/08/06 06:22:43 1.193 +++ rc 1999/08/24 13:44:12 @@ -178,6 +178,10 @@ mount -a -t nfs echo . +if [ X"$user_mount" = X"YES" ]; then + sysctl -w vfs.usermount=1 >/dev/null +fi + # Whack the pty perms back into shape. chflags 0 /dev/tty[pqrsPQRS]* chmod 666 /dev/tty[pqrsPQRS]* Index: defaults/rc.conf =================================================================== RCS file: /usr/home/nbm/ncvs/src/etc/defaults/rc.conf,v retrieving revision 1.30 diff -u -r1.30 rc.conf --- rc.conf 1999/08/22 23:26:05 1.30 +++ rc.conf 1999/08/24 14:15:55 @@ -223,6 +223,7 @@ start_vinum="" # set to YES to start vinum vinum_drives="" # put in names of disks containing vinum drives # to start vinum on only specific disks. +user_mount="NO" # allow users to mount filesystems (or NO) ############################################################## ### Allow local configuration override at the very end here ## Index: ../share/man/man5/rc.conf.5 =================================================================== RCS file: /usr/home/nbm/ncvs/src/share/man/man5/rc.conf.5,v retrieving revision 1.42 diff -u -r1.42 rc.conf.5 --- rc.conf.5 1999/08/22 23:25:35 1.42 +++ rc.conf.5 1999/08/24 15:21:20 @@ -1018,6 +1018,24 @@ .Xr init 8 for the list of possible security levels and their effect on system operation. +.It Ar start_vinum +(bool) Set to +.Ar YES +if you want to start +.Xr vinum 8 . +.It Ar vinum_drives +(str) If +.Ar start_vinum +is set to +.Ar YES , +then if this list is not empty, +.Xr vinum 8 +is only started on the disks contained in it. +.It Ar user_mount +(bool) Set to +.Ar YES +if you wish to allow non-root users to mount filesystems if the +permissions allow it. .Sh FILES .Bl -tag -width /etc/defaults/rc.conf -compact .It Pa /etc/defaults/rc.conf @@ -1066,6 +1084,7 @@ .Xr swapon 8 , .Xr tickadj 8 , .Xr timed 8 , +.Xr vinum 8 , .Xr vnconfig 8 , .Xr xntpd 8 , .Xr xtend 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 Tue Aug 24 14:52:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91042151F4 for ; Tue, 24 Aug 1999 14:52:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA37739; Tue, 24 Aug 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bokonon.iad.dead-dog.com (ashford-113-42.tidalwave.net [208.206.113.42]) by hub.freebsd.org (Postfix) with ESMTP id 681C014CF3 for ; Tue, 24 Aug 1999 14:42:57 -0700 (PDT) (envelope-from howardjp@bokonon.iad.dead-dog.com) Received: (from howardjp@localhost) by bokonon.irving.org (8.9.3/8.9.3) id AAA10407; Tue, 24 Aug 1999 00:33:46 -0400 (EDT) (envelope-from howardjp) Message-Id: <199908240433.AAA10407@bokonon.irving.org> Date: Tue, 24 Aug 1999 00:33:46 -0400 (EDT) From: howardjp@wam.umd.edu Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/13358: make clean in bsd.obj.mk no longer properly removes *.core and others Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13358 >Category: bin >Synopsis: make clean in bsd.obj.mk no longer properly removes *.core and others >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 24 14:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD bokonon.irving.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Mon Aug 23 23:55:07 EDT 1999 irving@bokonon.irving.org:/usr/src/sys/compile/SANDERS i386 >Description: /usr/src/share/mk/bsd.README describes ``make clean'' as: clean: remove the program, any object files and the files a.out, Errs, errs, mklog, and ${PROG}.core. However, make clean does not remove a.out, Errs, errs, mklog and ${PROG}.core any longer. >How-To-Repeat: cd /usr/src/bin/cat (or anything else) and ``make clean''. See what it lists as files to delete. >Fix: Below is a diff which modifies /usr/src/share/mk/bsd.{prog,obj}.mk and adds these files to CLEANFILES, the list of files which should be deleted. I do not know if changes need to make to CLEANDIRS, I suspect not. I tested this are varius targets in /usr/src/bin and it worked every time. Apply this diff to /usr/src/share/mk. Thanks and have a nice day :) diff -c mk/bsd.obj.mk mk-jph/bsd.obj.mk *** mk/bsd.obj.mk Tue Aug 24 00:10:30 1999 --- mk-jph/bsd.obj.mk Tue Aug 24 00:14:23 1999 *************** *** 107,113 **** .if !target(clean) clean: _SUBDIR .if defined(CLEANFILES) && !empty(CLEANFILES) ! rm -f ${CLEANFILES} .endif .if defined(CLEANDIRS) && !empty(CLEANDIRS) rm -rf ${CLEANDIRS} --- 107,113 ---- .if !target(clean) clean: _SUBDIR .if defined(CLEANFILES) && !empty(CLEANFILES) ! rm -f a.out Errs errs mklog ${CLEANFILES} .endif .if defined(CLEANDIRS) && !empty(CLEANDIRS) rm -rf ${CLEANDIRS} diff -c mk/bsd.prog.mk mk-jph/bsd.prog.mk *** mk/bsd.prog.mk Tue Aug 24 00:10:31 1999 --- mk-jph/bsd.prog.mk Tue Aug 24 00:12:11 1999 *************** *** 67,73 **** .MAIN: all all: objwarn ${PROG} all-man _SUBDIR ! CLEANFILES+= ${PROG} ${OBJS} .if defined(PROG) && !defined(NOEXTRADEPEND) _EXTRADEPEND: --- 67,73 ---- .MAIN: all all: objwarn ${PROG} all-man _SUBDIR ! CLEANFILES+= ${PROG}.core ${PROG} ${OBJS} .if defined(PROG) && !defined(NOEXTRADEPEND) _EXTRADEPEND: >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 Aug 24 15:10:57 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC8B014BE1 for ; Tue, 24 Aug 1999 15:10:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA39200; Tue, 24 Aug 1999 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 24 Aug 1999 15:10:02 -0700 (PDT) Message-Id: <199908242210.PAA39200@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: James Howard Subject: Re: bin/13358: make clean in bsd.obj.mk no longer prop Reply-To: James Howard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13358; it has been noted by GNATS. From: James Howard To: freebsd-gnats-submit@freebsd.org, howardjp@wam.umd.edu Cc: Subject: Re: bin/13358: make clean in bsd.obj.mk no longer prop Date: Tue, 24 Aug 1999 18:07:59 -0400 (EDT) This is a duplicate of bin/13350. My mailer goofed and I resent. Apparently the first worked afterall. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 15:15:51 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA30B151DD; Tue, 24 Aug 1999 15:15:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA39581; Tue, 24 Aug 1999 15:15:03 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 24 Aug 1999 15:15:03 -0700 (PDT) From: Message-Id: <199908242215.PAA39581@freefall.freebsd.org> To: howardjp@wam.umd.edu, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/13358: make clean in bsd.obj.mk no longer properly removes *.core and others Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make clean in bsd.obj.mk no longer properly removes *.core and others State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Aug 24 15:13:48 PDT 1999 State-Changed-Why: Dupicate of PR 13350. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 15:50:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 30DA4152AD for ; Tue, 24 Aug 1999 15:50:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41613; Tue, 24 Aug 1999 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gromit.dhs.org (cr1004936-b.slnt1.on.wave.home.com [24.112.85.94]) by hub.freebsd.org (Postfix) with ESMTP id 3DA1815893 for ; Tue, 24 Aug 1999 15:48:26 -0700 (PDT) (envelope-from gardner@gromit.dhs.org) Received: (from gardner@localhost) by gromit.dhs.org (8.9.2/8.9.2) id SAA83944; Tue, 24 Aug 1999 18:48:10 -0400 (EDT) (envelope-from gardner) Message-Id: <199908242248.SAA83944@gromit.dhs.org> Date: Tue, 24 Aug 1999 18:48:10 -0400 (EDT) From: Gardner Reply-To: gbuchana@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/13359: Read permission to /dev/io does not grant IO to non-root processes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13359 >Category: kern >Synopsis: Read permission to /dev/io does not grant IO to non-root processes >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 Aug 24 15:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gardner Buchanan >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: 3.2-RELEASE >Description: The manual page io(4) indicates that the entire access control to port IO permission is handled by the file access permissions of /dev/io. This is incorrect, as the code seems also to care about the actual process credentials. Granting read permission to /dev/io does not effectively grant IO priviledges to non-root processes. >How-To-Repeat: Running 3.2-RELEASE I encountered this, that I thought was weird: gardner@bongo=> id uid=300(gardner) gid=20(staff) groups=20(staff), 0(wheel) gardner@bongo=> ls -l /dev/io crw-rw---- 1 root wheel 2, 14 Jul 11 14:05 /dev/io gardner@bongo=> cat /dev/io cat: /dev/io: Operation not permitted su-2.02# id uid=0(root) gid=0(wheel) groups=0(wheel), 2(kmem), 3(sys), 4(tty), 5(operator), 20(staff), 31(guest) su-2.02# cat /dev/io cat: /dev/io: Device not configured "Device not configured" is the expected result. The manual page io(4) still tells me: The entire access control is handled by the file access permissions of /dev/io, so care should be taken in granting rights for this device. Note that even read/only access will grant the full I/O privileges. Which isn't true. In fact the code in mem.c is checking my process credentials as well: case 14: error = suser(p->p_ucred, &p->p_acflag); if (error != 0) return (error); if (securelevel > 0) return (EPERM); curproc->p_md.md_regs->tf_eflags |= PSL_IOPL; (I also think that reading /dev/io should give me EOF, not ENXIO) >Fix: Correct io(4) or remove the suser() check in mem.c >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 Aug 24 17:11:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id D789314C8D for ; Tue, 24 Aug 1999 17:11:15 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from ppp18415.on.bellglobal.com (ppp18335.on.bellglobal.com [206.172.130.15]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id UAA02148; Tue, 24 Aug 1999 20:12:18 -0400 (EDT) Received: (from tim@localhost) by ppp18415.on.bellglobal.com (8.9.3/8.9.1) id TAA10017; Tue, 24 Aug 1999 19:59:50 -0400 (EDT) (envelope-from tim) Date: Tue, 24 Aug 1999 19:59:50 -0400 From: Tim Vanderhoek To: Bruce Evans Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Message-ID: <19990824195950.E8869@ppp18415.on.bellglobal.com> References: <199908241750.KAA11069@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199908241750.KAA11069@freefall.freebsd.org>; from Bruce Evans on Tue, Aug 24, 1999 at 10:50:04AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 24, 1999 at 10:50:04AM -0700, Bruce Evans wrote: > > at some time (including temporaries). ${PROG}.core will almost never > be created, because ${PROG} is almost never run in the obj directory. ${PROG} is often run in the obj directory when the obj directory is the same as the source (current) directory. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 17:11:34 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id A3666152DE for ; Tue, 24 Aug 1999 17:11:22 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from ppp18415.on.bellglobal.com (ppp18335.on.bellglobal.com [206.172.130.15]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id UAA02219; Tue, 24 Aug 1999 20:12:27 -0400 (EDT) Received: (from tim@localhost) by ppp18415.on.bellglobal.com (8.9.3/8.9.1) id UAA10198; Tue, 24 Aug 1999 20:09:43 -0400 (EDT) (envelope-from tim) Date: Tue, 24 Aug 1999 20:09:42 -0400 From: Tim Vanderhoek To: Thomas Gellekum Cc: chris@calldei.com, Sheldon Hearn , Chris Piazza , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly Message-ID: <19990824200942.F8869@ppp18415.on.bellglobal.com> References: <67252.935481572@axl.noc.iafrica.com> <19990824092120.H90868@holly.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Thomas Gellekum on Tue, Aug 24, 1999 at 04:33:34PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 24, 1999 at 04:33:34PM +0200, Thomas Gellekum wrote: > > char c; > - int eflag; > + char rflag; An int is faster. > print the old name for the directory. > -.It Li "read [ -p prompt ] [ -t timeout ] [ -e ] variable ... > +.It Li "read [ -p prompt ] [ -t timeout ] [ -e ] [ -r] variable ... I think that should be read [-er] [-p prompt] [-t timeout] variable ... Appropriately marked-up, of course. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 17:44: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 05D1A1516A for ; Tue, 24 Aug 1999 17:43:52 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id KAA31538; Wed, 25 Aug 1999 10:42:56 +1000 Date: Wed, 25 Aug 1999 10:42:56 +1000 From: Bruce Evans Message-Id: <199908250042.KAA31538@godzilla.zeta.org.au> To: bde@zeta.org.au, vanderh@ecf.utoronto.ca Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Cc: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> at some time (including temporaries). ${PROG}.core will almost never >> be created, because ${PROG} is almost never run in the obj directory. > >${PROG} is often run in the obj directory when the obj directory is >the same as the source (current) directory. Perhaps for development. I usually use `mkdir obj; make CC='cc -g'; obj/prog' and then cores go in the current directory where `make clean' doesn't clean them :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 19:51:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C5101504D for ; Tue, 24 Aug 1999 19:51:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA59226; Tue, 24 Aug 1999 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id A429115193 for ; Tue, 24 Aug 1999 19:45:12 -0700 (PDT) (envelope-from howardjp@wam.umd.edu) Received: from rac9.wam.umd.edu (root@rac9.wam.umd.edu [128.8.10.149]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA08767 for ; Tue, 24 Aug 1999 22:42:17 -0400 (EDT) Received: from rac9.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac9.wam.umd.edu (8.9.3/8.9.3) with SMTP id WAA07678 for ; Tue, 24 Aug 1999 22:42:17 -0400 (EDT) Received: (from howardjp@localhost) by rac9.wam.umd.edu (8.9.3/8.9.3) id WAA07674 for FreeBSD-gnats-submit@freebsd.org; Tue, 24 Aug 1999 22:42:16 -0400 (EDT) Message-Id: <199908250242.WAA07674@rac9.wam.umd.edu> Date: Tue, 24 Aug 1999 22:42:16 -0400 (EDT) From: James Howard Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/13365: Patch to mkfifo(1) for Unix 98 compliance Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13365 >Category: bin >Synopsis: Patch to mkfifo(1) for Unix 98 compliance >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 24 19:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 3.2-STABLE i386 >Organization: University of Maryland >Environment: FreeBSD byzantine 3.2-STABLE FreeBSD 3.2-STABLE #5: Sat Aug 7 23:43:54 GMT 1999 root@byzantine:/usr/src/sys/compile/BYZANTINE i386 >Description: Unix 98 requires that mkfifo(1) take an argument -m. If this argument is given, it is followed by a string which specifies the mode which the FIFO will be set to. The behaviour is identical to the -m argument to mkdir(1). Consquently, the changes to mkfifo were derived from mkdir. Apply the diff below to /usr/src/usr.bin/mkfifo to update mkfifo.c and mkfifo.1. >How-To-Repeat: mkfifo -m gives an illegal option error >Fix: diff -c /usr/src/usr.bin/mkfifo/mkfifo.1 /usr/local/src/mkfifo/mkfifo.1 *** /usr/src/usr.bin/mkfifo/mkfifo.1 Sun Apr 27 08:45:45 1997 --- /usr/local/src/mkfifo/mkfifo.1 Tue Aug 24 18:53:24 1999 *************** *** 43,48 **** --- 43,49 ---- .Nd make fifos .Sh SYNOPSIS .Nm + .Op Fl m Ar mode .Ar fifo_name ... .Sh DESCRIPTION The *************** *** 54,59 **** --- 55,77 ---- The .Nm command requires write permission in the parent directory. + .Pp + The options are as follows + .Pp + .Bl -tag -width indent + .It Fl m + Set the file permission bits of the final created directory to + the specified mode. + The mode argument can be in any of the formats specified to the + .Xr chmod 1 + command. + If a symbolic mode is specified, the operation characters + .Dq + + and + .Dq - + are interpreted relative to an initial mode of + .Dq a=rwx . + .El .Pp The .Nm diff -c /usr/src/usr.bin/mkfifo/mkfifo.c /usr/local/src/mkfifo/mkfifo.c *** /usr/src/usr.bin/mkfifo/mkfifo.c Thu Jul 24 07:02:55 1997 --- /usr/local/src/mkfifo/mkfifo.c Tue Aug 24 19:11:30 1999 *************** *** 50,55 **** --- 50,56 ---- #include #include + #include #include #include *************** *** 61,70 **** char *argv[]; { extern int optind; ! int ch, exitval; ! while ((ch = getopt(argc, argv, "")) != -1) switch(ch) { case '?': default: usage(); --- 62,77 ---- char *argv[]; { extern int optind; ! int ch, exitval, omode, success; ! mode_t *set = (mode_t *)NULL; ! char *mode; ! mode = NULL; ! while ((ch = getopt(argc, argv, "m:")) != -1) switch(ch) { + case 'm': + mode = optarg; + break; case '?': default: usage(); *************** *** 74,84 **** if (argv[0] == NULL) usage(); ! for (exitval = 0; *argv != NULL; ++argv) ! if (mkfifo(*argv, S_IRWXU | S_IRWXG | S_IRWXO) < 0) { warn("%s", *argv); ! exitval = 1; } exit(exitval); } --- 81,116 ---- if (argv[0] == NULL) usage(); ! if (mode == NULL) { ! omode = S_IRWXU | S_IRWXG | S_IRWXO; ! } else { ! if ((set = setmode(mode)) == NULL) ! errx(1, "invalid file mode: %s", mode); ! omode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO); ! free(set); ! } ! ! for (exitval = 0; *argv != NULL; ++argv) { ! success = 1; ! if (mkfifo(*argv, omode) < 0) { warn("%s", *argv); ! success = 0; } + if (!success) + exitval = 1; + /* + * The mkdir() and umask() calls both honor only the low + * nine bits, so if you try to set a mode including the + * sticky, setuid, setgid bits you lose them. Don't do + * this unless the user has specifically requested a mode, + * as chmod will (obviously) ignore the umask. + */ + if (success && mode != NULL && chmod(*argv, omode) == -1) { + warn("%s", *argv); + exitval = 1; + } + } + exit(exitval); } >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 Aug 24 19:51:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EF5F150DC for ; Tue, 24 Aug 1999 19:51:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA59206; Tue, 24 Aug 1999 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id A140F15193 for ; Tue, 24 Aug 1999 19:44:09 -0700 (PDT) (envelope-from howardjp@wam.umd.edu) Received: from rac9.wam.umd.edu (root@rac9.wam.umd.edu [128.8.10.149]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA08761 for ; Tue, 24 Aug 1999 22:42:10 -0400 (EDT) Received: from rac9.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac9.wam.umd.edu (8.9.3/8.9.3) with SMTP id WAA07658 for ; Tue, 24 Aug 1999 22:42:09 -0400 (EDT) Received: (from howardjp@localhost) by rac9.wam.umd.edu (8.9.3/8.9.3) id WAA07653 for FreeBSD-gnats-submit@freebsd.org; Tue, 24 Aug 1999 22:42:09 -0400 (EDT) Message-Id: <199908250242.WAA07653@rac9.wam.umd.edu> Date: Tue, 24 Aug 1999 22:42:09 -0400 (EDT) From: James Howard Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/13363: Patch to env(1) for Unix 98 compatability Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13363 >Category: bin >Synopsis: Patch to env(1) for Unix 98 compatability >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 24 19:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 3.2-STABLE i386 >Organization: University of Maryland >Environment: FreeBSD byzantine 3.2-STABLE FreeBSD 3.2-STABLE #5: Sat Aug 7 23:43:54 GMT 1999 root@byzantine:/usr/src/sys/compile/BYZANTINE i386 >Description: Unix 98 requires that env(1) take the option -i to destroy the inherited environment. This would be identical to the currently existing - option. This diff adds a fallthrough so that -i is handled as Unix 98 specifies. This does not include a change for the man page, I did not think it was necessary. >How-To-Repeat: env -i gives error about illegal option >Fix: *** /usr/src/usr.bin/env/env.c Sun Dec 6 22:58:22 1998 --- /usr/local/src/env/env.c Tue Aug 24 20:33:03 1999 *************** *** 60,67 **** char *cleanenv[1]; int ch; ! while ((ch = getopt(argc, argv, "-")) != -1) switch(ch) { case '-': environ = cleanenv; cleanenv[0] = NULL; --- 60,72 ---- char *cleanenv[1]; int ch; ! while ((ch = getopt(argc, argv, "i-")) != -1) switch(ch) { + case 'i': + /* + * For Unix 98 compatability. + */ + /* FALLTHROUGH */ case '-': environ = cleanenv; cleanenv[0] = NULL; >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 Aug 24 19:51:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1627E14E18 for ; Tue, 24 Aug 1999 19:51:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA59215; Tue, 24 Aug 1999 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from majordomo2.umd.edu (majordomo2.umd.edu [128.8.10.7]) by hub.freebsd.org (Postfix) with ESMTP id 1B2D415193 for ; Tue, 24 Aug 1999 19:45:10 -0700 (PDT) (envelope-from howardjp@wam.umd.edu) Received: from rac9.wam.umd.edu (root@rac9.wam.umd.edu [128.8.10.149]) by majordomo2.umd.edu (8.9.3/8.9.3) with ESMTP id WAA20821 for ; Tue, 24 Aug 1999 22:42:11 -0400 (EDT) Received: from rac9.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac9.wam.umd.edu (8.9.3/8.9.3) with SMTP id WAA07667 for ; Tue, 24 Aug 1999 22:42:13 -0400 (EDT) Received: (from howardjp@localhost) by rac9.wam.umd.edu (8.9.3/8.9.3) id WAA07663 for FreeBSD-gnats-submit@freebsd.org; Tue, 24 Aug 1999 22:42:13 -0400 (EDT) Message-Id: <199908250242.WAA07663@rac9.wam.umd.edu> Date: Tue, 24 Aug 1999 22:42:13 -0400 (EDT) From: James Howard Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/13364: Patch to wc(1) for Unix 98 compliance. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13364 >Category: bin >Synopsis: Patch to wc(1) for Unix 98 compliance. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 24 19:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 3.2-STABLE i386 >Organization: University of Maryland >Environment: FreeBSD byzantine 3.2-STABLE FreeBSD 3.2-STABLE #5: Sat Aug 7 23:43:54 GMT 1999 root@byzantine:/usr/src/sys/compile/BYZANTINE i386 >Description: Unix 98 requires wc(1) to accept a -m argument. -m makes wc print out the number of characters in file in place of the bytes (-c). This is for systems (like DOS) which use two characters for a newline. Under FreeBSD and other Unices, this will simply be a synonym for -c. This diff will add a -m to wc (which falls through to the -c code) and a comment explaing why it is there. The man page is also updated. >How-To-Repeat: wc -m gives an illegal option error >Fix: diff -c /usr/src/usr.bin/wc/wc.1 /usr/local/src/wc/wc.1 *** /usr/src/usr.bin/wc/wc.1 Mon Aug 25 06:44:58 1997 --- /usr/local/src/wc/wc.1 Tue Aug 24 16:26:35 1999 *************** *** 40,49 **** .Os .Sh NAME .Nm wc ! .Nd word, line, and byte count .Sh SYNOPSIS .Nm wc ! .Op Fl clw .Op Ar .Sh DESCRIPTION The --- 40,49 ---- .Os .Sh NAME .Nm wc ! .Nd word, line, byte, and character count .Sh SYNOPSIS .Nm wc ! .Op Fl clmw .Op Ar .Sh DESCRIPTION The *************** *** 71,76 **** --- 71,79 ---- .It Fl l The number of lines in each input file is written to the standard output. + .It Fl m + The number of characters in each input file + is written to the standard output. .It Fl w The number of words in each input file is written to the standard output. *************** *** 80,85 **** --- 83,93 ---- .Nm only reports the information requested by that option. The default action is equivalent to specifying all of the flags. + If + .Fl c + and + .Fl m + are both specified, the information is given only once. .Pp If no files are specified, the standard input is used and no file name is displayed. diff -c /usr/src/usr.bin/wc/wc.c /usr/local/src/wc/wc.c *** /usr/src/usr.bin/wc/wc.c Mon Aug 25 06:44:59 1997 --- /usr/local/src/wc/wc.c Tue Aug 24 16:03:02 1999 *************** *** 74,80 **** (void) setlocale(LC_CTYPE, ""); ! while ((ch = getopt(argc, argv, "lwc")) != -1) switch((char)ch) { case 'l': doline = 1; --- 74,80 ---- (void) setlocale(LC_CTYPE, ""); ! while ((ch = getopt(argc, argv, "lwmc")) != -1) switch((char)ch) { case 'l': doline = 1; *************** *** 82,87 **** --- 82,97 ---- case 'w': doword = 1; break; + case 'm': + /* + * Unix 98 demands that wc accept a -m argument + * which counts the number of characters in + * a file. This is for systems which might + * have a two byte newline or other strange + * characters. Under FreeBSD, this will be + * identical to -c. + */ + /* FALLTHROUGH */ case 'c': dochar = 1; break; *************** *** 236,241 **** void usage() { ! (void)fprintf(stderr, "usage: wc [-clw] [file ...]\n"); exit(1); } --- 246,251 ---- void usage() { ! (void)fprintf(stderr, "usage: wc [-clmw] [file ...]\n"); exit(1); } >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 Aug 24 20: 2:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32C8314BF2 for ; Tue, 24 Aug 1999 20:02:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA59964; Tue, 24 Aug 1999 20:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 24 Aug 1999 20:00:02 -0700 (PDT) Message-Id: <199908250300.UAA59964@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Reply-To: Bill Fumerola Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13363; it has been noted by GNATS. From: Bill Fumerola To: James Howard Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Date: Tue, 24 Aug 1999 21:59:52 -0400 (EDT) On Tue, 24 Aug 1999, James Howard wrote: > + /* > + * For Unix 98 compatability. > + */ > + /* FALLTHROUGH */ style(9) says this can be written as /* For Unix 98 compatability. */ /* FALLTHROUGH */ -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 20:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AF38151CD for ; Tue, 24 Aug 1999 20:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA60743; Tue, 24 Aug 1999 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 24 Aug 1999 20:10:02 -0700 (PDT) Message-Id: <199908250310.UAA60743@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: James Howard Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Reply-To: James Howard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13363; it has been noted by GNATS. From: James Howard To: Bill Fumerola Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Date: Tue, 24 Aug 1999 23:09:23 -0400 (EDT) On Tue, 24 Aug 1999, Bill Fumerola wrote: > style(9) says this can be written as > > /* For Unix 98 compatability. */ > /* FALLTHROUGH */ Okay, here is a modified diff. I also mispelled "compatibility" so I fixed that too. *** /usr/src/usr.bin/env/env.c Sun Dec 6 22:58:22 1998 --- /usr/local/src/env/env.c Tue Aug 24 20:33:03 1999 *************** *** 60,67 **** char *cleanenv[1]; int ch; ! while ((ch = getopt(argc, argv, "-")) != -1) switch(ch) { case '-': environ = cleanenv; cleanenv[0] = NULL; --- 60,72 ---- char *cleanenv[1]; int ch; ! while ((ch = getopt(argc, argv, "i-")) != -1) switch(ch) { + case 'i': + /* For Unix 98 compatibility. */ + /* FALLTHROUGH */ case '-': environ = cleanenv; cleanenv[0] = NULL; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 21:20: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 834A2152FA for ; Tue, 24 Aug 1999 21:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66114; Tue, 24 Aug 1999 21:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cfg2.navinet.net (cfg2.navinet.net [216.67.14.26]) by hub.freebsd.org (Postfix) with ESMTP id 8D41014E50 for ; Tue, 24 Aug 1999 21:13:18 -0700 (PDT) (envelope-from steve@cfg2.navinet.net) Received: (from steve@localhost) by cfg2.navinet.net (8.9.3/8.9.2) id AAA32479; Wed, 25 Aug 1999 00:20:48 -0400 (EDT) (envelope-from steve) Message-Id: <199908250420.AAA32479@cfg2.navinet.net> Date: Wed, 25 Aug 1999 00:20:48 -0400 (EDT) From: steve@copacetic.net Reply-To: steve@copacetic.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/13368: Memory leak in -current pthreads select() implementation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13368 >Category: misc >Synopsis: Memory leak in -current pthreads select() implementation >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 24 21:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Steve Bernacki, Jr. >Release: FreeBSD 3.2-RELEASE i386 >Organization: NaviNet, Inc. >Environment: FreeBSD testbed.eng.navinet.net 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 >Description: FreeBSD's pthreads implements select() internally as poll(). In doing this, it dynamically allocates memory (one per thread) to store the pollfd struct. While subsequent calls to poll() in the same thread will reuse this memory, it is never free()ed when the thread is exited. >How-To-Repeat: This problem can be seen in threaded applications that frequently spawn threads (one per transaction, for example) that call select(). Memory usage for this process will steadily increase over time. >Fix: Applying the following patch to uthread_exit.c fixed the steady increase in memory: *** uthread_exit.c.orig Thu Aug 5 19:16:47 1999 --- uthread_exit.c Tue Aug 24 23:42:51 1999 *************** *** 134,139 **** --- 134,145 ---- _thread_cleanupspecific(); } + /* Free thread-specific poll_data structure, if allocated */ + if (_thread_run->poll_data.fds != NULL) { + free(_thread_run->poll_data.fds); + _thread_run->poll_data.fds = NULL; + } + /* * Defer signals to protect the scheduling queues from access * by the signal handler: >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 Aug 24 23:42:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id D402C14EF6 for ; Tue, 24 Aug 1999 23:42:04 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11JWim-000ObM-00; Wed, 25 Aug 1999 08:39:44 +0200 From: Sheldon Hearn To: Tim Vanderhoek Cc: Thomas Gellekum , chris@calldei.com, Chris Piazza , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly In-reply-to: Your message of "Tue, 24 Aug 1999 20:09:42 -0400." <19990824200942.F8869@ppp18415.on.bellglobal.com> Date: Wed, 25 Aug 1999 08:39:44 +0200 Message-ID: <94571.935563184@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 24 Aug 1999 20:09:42 -0400, Tim Vanderhoek wrote: > I think that should be > > read [-er] [-p prompt] [-t timeout] variable ... > > Appropriately marked-up, of course. I don't think it's that simple. I think the style of manpage is to declare the options to builtins in the order in which the following description treats them. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 24 23:49:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 767AA14E52; Tue, 24 Aug 1999 23:49:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA04321; Tue, 24 Aug 1999 23:49:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Tue, 24 Aug 1999 23:49:16 -0700 (PDT) From: Message-Id: <199908250649.XAA04321@freefall.freebsd.org> To: bks@CS.Berkeley.EDU, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/13273: ipfw does not permit multicast packets to pass when configured to do so. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ipfw does not permit multicast packets to pass when configured to do so. State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Tue Aug 24 23:47:23 PDT 1999 State-Changed-Why: Originator reports that the problem is fixed by properly configuring ipfw(8). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 0: 0:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6626A1531C for ; Wed, 25 Aug 1999 00:00:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA07170; Wed, 25 Aug 1999 00:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 25 Aug 1999 00:00:04 -0700 (PDT) Message-Id: <199908250700.AAA07170@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13363; it has been noted by GNATS. From: Sheldon Hearn To: howardjp@wam.umd.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Date: Wed, 25 Aug 1999 08:53:36 +0200 On Tue, 24 Aug 1999 22:42:09 -0400, James Howard wrote: > ! while ((ch = getopt(argc, argv, "i-")) != -1) > switch(ch) { > + case 'i': > + /* > + * For Unix 98 compatability. > + */ > + /* FALLTHROUGH */ Hi James/Jamie (which do you prefer?), Bill Fumerola replied telling you that style(9) requires a slightly different format for your comments. While it's true, the example he gave you doesn't appear in style(9). I'd do this: case 'i': /* Unix 98 compatibility option */ /* FALLTHROUGH */ Personally, I wouldn't provide the comment at all. Focus on the manpage instead. :-P Oh, and note the spelling of compatibility. :-) later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 1:26:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EEBC15248; Wed, 25 Aug 1999 01:26:27 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA17983; Wed, 25 Aug 1999 01:23:53 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Date: Wed, 25 Aug 1999 01:23:53 -0700 (PDT) From: Message-Id: <199908250823.BAA17983@freefall.freebsd.org> To: jkoshy@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkoshy@FreeBSD.org Subject: Re: conf/13357: add flag in rc.conf to automatically turn on vfs.usermount Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: add flag in rc.conf to automatically turn on vfs.usermount Responsible-Changed-From-To: freebsd-bugs->jkoshy Responsible-Changed-By: jkoshy Responsible-Changed-When: Wed Aug 25 01:21:01 PDT 1999 Responsible-Changed-Why: Will take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 1:50: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 7951E14D16; Wed, 25 Aug 1999 01:49:55 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11JYhi-00007X-00; Wed, 25 Aug 1999 10:46:46 +0200 From: Sheldon Hearn To: jkoshy@FreeBSD.ORG Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/13357: add flag in rc.conf to automatically turn on vfs.usermount In-reply-to: Your message of "Wed, 25 Aug 1999 01:23:53 MST." <199908250823.BAA17983@freefall.freebsd.org> Date: Wed, 25 Aug 1999 10:46:46 +0200 Message-ID: <466.935570806@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 25 Aug 1999 01:23:53 MST, jkoshy@FreeBSD.ORG wrote: > Synopsis: add flag in rc.conf to automatically turn on vfs.usermount Would you be happy with calling the rc.conf variable allow_user_mount ? Also, that comment has nits: allow_user_mount="NO" # Set to YES to allow users to mount filesystems. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 2:21: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A7F9158F5 for ; Wed, 25 Aug 1999 02:21:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA22847; Wed, 25 Aug 1999 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 25 Aug 1999 02:20:01 -0700 (PDT) Message-Id: <199908250920.CAA22847@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/13364: Patch to wc(1) for Unix 98 compliance. Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13364; it has been noted by GNATS. From: Sheldon Hearn To: howardjp@wam.umd.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13364: Patch to wc(1) for Unix 98 compliance. Date: Wed, 25 Aug 1999 11:11:41 +0200 On Tue, 24 Aug 1999 22:42:13 -0400, James Howard wrote: > ! .Nd word, line, and byte count > ! .Nd word, line, byte, and character count Since the manpage is read in the context of FreeBSD, the distinction between bytes and characters is weird. I'd leave that change out. > + .It Fl m > + The number of characters in each input file > + is written to the standard output. The same reasoing applies here. I'd say .It Fl m Identical to -c, for compatibility with systems which distinguish between bytes and characters. While your change is cool now, you're putting worms in a can that someone's going to have to open up one day when we use two-byte characters. :) > + If > + .Fl c > + and > + .Fl m > + are both specified, the information is given only once. With the change of wording I've suggested above, this text is probably unnecessary and certainly confusing. > + case 'm': > + /* > + * Unix 98 demands that wc accept a -m argument Far too respectful towards the OpenGroup spec. ;-) case 'm': /* Unix 98 compatibility option */ /* FALLTHROUGH */ If you don't like the side-by-side comment, there seems to be a healthy precedent in the source tree for having the comment immediately _above_ the case line. Later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 3:32:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 4EE3014EEB for ; Wed, 25 Aug 1999 03:32:33 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 55932 invoked by uid 1003); 25 Aug 1999 10:30:33 -0000 Date: Wed, 25 Aug 1999 12:30:33 +0200 From: Neil Blakey-Milner To: Sheldon Hearn Cc: jkoshy@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/13357: add flag in rc.conf to automatically turn on vfs.usermount Message-ID: <19990825123033.A54923@rucus.ru.ac.za> References: <199908250823.BAA17983@freefall.freebsd.org> <466.935570806@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <466.935570806@axl.noc.iafrica.com>; from Sheldon Hearn on Wed, Aug 25, 1999 at 10:46:46AM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed 1999-08-25 (10:46), Sheldon Hearn wrote: > > Synopsis: add flag in rc.conf to automatically turn on vfs.usermount > > Would you be happy with calling the rc.conf variable allow_user_mount ? > Also, that comment has nits: > > allow_user_mount="NO" # Set to YES to allow users to mount filesystems. I agree the comment is not the best, but I was trying to match other entries in there: enable_quotas="NO" # turn on quotas on startup (or NO). check_quotas="NO" # Check quotas on startup (or NO). accounting_enable="NO" # Turn on process accounting (or NO). ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). linux_enable="NO" # Linux emulation loaded at startup (or NO). svr4_enable="NO" # SysVR4 emulation loaded at startup (or NO). rand_irqs="NO" # Stir the entropy pool (like "5 11" or NO). The variable name was chosen to match "tcp_extensions", "log_in_vain" and "tcp_keepalive" which are the other users of sysctl in the file. I'm not particularly attached to any of it, just the idea to ease jkoshy's non-root mounting FAQ addition. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 3:33: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4502E1597B for ; Wed, 25 Aug 1999 03:32:48 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA27043; Wed, 25 Aug 1999 03:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lion.butya.kz (butya-gw.butya.kz [194.87.112.252]) by hub.freebsd.org (Postfix) with ESMTP id 75AC915183 for ; Wed, 25 Aug 1999 03:20:54 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp by lion.butya.kz with local (Exim 2.12 #1) id 11Ja9w-0007pf-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 25 Aug 1999 17:20:00 +0700 Message-Id: Date: Wed, 25 Aug 1999 17:20:00 +0700 From: bp@butya.kz Reply-To: bp@butya.kz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/13374: PATCH: IPX checksuming code doesn't work at all Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13374 >Category: kern >Synopsis: PATCH: IPX checksuming code doesn't work at all >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 Aug 25 03:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Boris Popov >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: 3.2-stable, 4.0-current with IPX support >Description: IPX checksums aren't calculated correctly (they was copied from XNS stack). This patch corrects this problem and enables using of chksums on a per socket basis. >How-To-Repeat: Try to use IPX checksums in NetWare environment. >Fix: diff -u org/ipx.h ./ipx.h --- org/ipx.h Mon Feb 16 00:00:00 1998 +++ ./ipx.h Wed Aug 25 12:15:04 1999 @@ -95,6 +95,7 @@ #define SO_ALL_PACKETS 7 #define SO_MTU 8 #define SO_IPXTUN_ROUTE 9 +#define SO_IPX_CHECKSUM 10 /* * IPX addressing diff -u org/ipx_cksum.c ./ipx_cksum.c --- org/ipx_cksum.c Mon Feb 16 00:00:00 1998 +++ ./ipx_cksum.c Wed Aug 25 16:58:24 1999 @@ -38,173 +38,76 @@ #include #include +#include +#include #include -/* - * Checksum routine for Network Systems Protocol Packets (Big-Endian). - * - * This routine is very heavily used in the network - * code and should be modified for each CPU to be as fast as possible. - */ -#define ADDCARRY(x) { if ((x) > 65535) (x) -= 65535; } -#define FOLD(x) {l_util.l = (x); (x) = l_util.s[0] + l_util.s[1]; ADDCARRY(x);} +#define SUMADV sum += *w++ u_short -ipx_cksum(m, len) - struct mbuf *m; - int len; -{ - register u_short *w; - register int sum = 0; - register int mlen = 0; - register int sum2; - +ipx_cksum(struct mbuf *m, int len) { + u_int32_t sum = 0; + u_short *w; + u_char oldtc; + int mlen, words; + struct ipx *ipx; union { - u_short s[2]; - long l; - } l_util; - - for (;m != NULL && len; m = m->m_next) { - if (m->m_len == 0) - continue; - /* - * Each trip around loop adds in - * word from one mbuf segment. - */ - w = mtod(m, u_short *); - if (mlen == -1) { - /* - * There is a byte left from the last segment; - * ones-complement add it into the checksum. - */ -#if BYTE_ORDER == BIG_ENDIAN - sum += *(u_char *)w; -#else - sum += *(u_char *)w << 8; -#endif - sum += sum; - w = (u_short *)(1 + (char *)w); - mlen = m->m_len - 1; - len--; - FOLD(sum); - } else - mlen = m->m_len; - if (len < mlen) - mlen = len; - len -= mlen; - /* - * We can do a 16 bit ones complement sum using - * 32 bit arithmetic registers for adding, - * with carries from the low added - * into the high (by normal carry-chaining) - * so long as we fold back before 16 carries have occured. - */ - if (1 & (int) w) - goto uuuuglyy; -#ifndef TINY -/* -DTINY reduces the size from 1250 to 550, but slows it down by 22% */ - while ((mlen -= 32) >= 0) { - sum += w[0]; sum += sum; sum += w[1]; sum += sum; - sum += w[2]; sum += sum; sum += w[3]; sum += sum; - sum += w[4]; sum += sum; sum += w[5]; sum += sum; - sum += w[6]; sum += sum; sum += w[7]; sum += sum; - FOLD(sum); - sum += w[8]; sum += sum; sum += w[9]; sum += sum; - sum += w[10]; sum += sum; sum += w[11]; sum += sum; - sum += w[12]; sum += sum; sum += w[13]; sum += sum; - sum += w[14]; sum += sum; sum += w[15]; sum += sum; - FOLD(sum); - w += 16; - } - mlen += 32; -#endif - while ((mlen -= 8) >= 0) { - sum += w[0]; sum += sum; sum += w[1]; sum += sum; - sum += w[2]; sum += sum; sum += w[3]; sum += sum; - FOLD(sum); - w += 4; - } - mlen += 8; - while ((mlen -= 2) >= 0) { - sum += *w++; sum += sum; - } - goto commoncase; -uuuuglyy: -#if BYTE_ORDER == BIG_ENDIAN -#define ww(n) (((u_char *)w)[n + n + 1]) -#define vv(n) (((u_char *)w)[n + n]) -#else -#if BYTE_ORDER == LITTLE_ENDIAN -#define vv(n) (((u_char *)w)[n + n + 1]) -#define ww(n) (((u_char *)w)[n + n]) -#endif -#endif - sum2 = 0; -#ifndef TINY - while ((mlen -= 32) >= 0) { - sum += ww(0); sum += sum; sum += ww(1); sum += sum; - sum += ww(2); sum += sum; sum += ww(3); sum += sum; - sum += ww(4); sum += sum; sum += ww(5); sum += sum; - sum += ww(6); sum += sum; sum += ww(7); sum += sum; - FOLD(sum); - sum += ww(8); sum += sum; sum += ww(9); sum += sum; - sum += ww(10); sum += sum; sum += ww(11); sum += sum; - sum += ww(12); sum += sum; sum += ww(13); sum += sum; - sum += ww(14); sum += sum; sum += ww(15); sum += sum; - FOLD(sum); - sum2 += vv(0); sum2 += sum2; sum2 += vv(1); sum2 += sum2; - sum2 += vv(2); sum2 += sum2; sum2 += vv(3); sum2 += sum2; - sum2 += vv(4); sum2 += sum2; sum2 += vv(5); sum2 += sum2; - sum2 += vv(6); sum2 += sum2; sum2 += vv(7); sum2 += sum2; - FOLD(sum2); - sum2 += vv(8); sum2 += sum2; sum2 += vv(9); sum2 += sum2; - sum2 += vv(10); sum2 += sum2; sum2 += vv(11); sum2 += sum2; - sum2 += vv(12); sum2 += sum2; sum2 += vv(13); sum2 += sum2; - sum2 += vv(14); sum2 += sum2; sum2 += vv(15); sum2 += sum2; - FOLD(sum2); - w += 16; - } - mlen += 32; -#endif - while ((mlen -= 8) >= 0) { - sum += ww(0); sum += sum; sum += ww(1); sum += sum; - sum += ww(2); sum += sum; sum += ww(3); sum += sum; - FOLD(sum); - sum2 += vv(0); sum2 += sum2; sum2 += vv(1); sum2 += sum2; - sum2 += vv(2); sum2 += sum2; sum2 += vv(3); sum2 += sum2; - FOLD(sum2); - w += 4; - } - mlen += 8; - while ((mlen -= 2) >= 0) { - sum += ww(0); sum += sum; - sum2 += vv(0); sum2 += sum2; - w++; - } - sum += (sum2 << 8); -commoncase: - if (mlen == -1) { -#if BYTE_ORDER == BIG_ENDIAN - sum += *(u_char *)w << 8; -#else - sum += *(u_char *)w; -#endif - } - FOLD(sum); - } - if (mlen == -1) { - /* We had an odd number of bytes to sum; assume a garbage - byte of zero and clean up */ - sum += sum; - FOLD(sum); + u_char b[2]; + u_short w; + } buf; + + ipx = mtod(m, struct ipx*); + oldtc = ipx->ipx_tc; + ipx->ipx_tc = 0; + w = &ipx->ipx_len; + len -= 2; + mlen = 2; + + for(;;) { + mlen = imin(m->m_len - mlen, len); + words = mlen / 2; + len -= mlen & ~1; + while (words >= 16) { + SUMADV; SUMADV; SUMADV; SUMADV; + SUMADV; SUMADV; SUMADV; SUMADV; + SUMADV; SUMADV; SUMADV; SUMADV; + SUMADV; SUMADV; SUMADV; SUMADV; + words -= 16; + } + while (words--) + SUMADV; + if (len == 0) + break; + mlen &= 1; + if (mlen) { + buf.b[0] = *(u_char*)w; + if (--len == 0) { + buf.b[1] = 0; + sum += buf.w; + break; + } + } + m = m->m_next; + if (m == NULL) + break; + w = mtod(m, u_short*); + if (mlen) { + buf.b[1] = *(u_char*)w; + sum += buf.w; + ((u_char*)w)++; + if (--len == 0) + break; + } } - /* - * sum has already been kept to low sixteen bits. - * just examine result and exit. - */ - if(sum == 0xffff) - sum = 0; + + ipx->ipx_tc = oldtc; + + sum = (sum & 0xffff) + (sum >> 16); + if (sum >= 0x10000) + sum++; + if (sum) + sum = ~sum; return (sum); } diff -u org/ipx_input.c ./ipx_input.c --- org/ipx_input.c Mon Jun 22 01:00:00 1998 +++ ./ipx_input.c Wed Aug 25 16:57:43 1999 @@ -130,9 +130,7 @@ register struct mbuf *m; register struct ipxpcb *ipxp; struct ipx_ifaddr *ia; - register int i; int len, s; - char oddshortpacket = 0; next: /* @@ -171,15 +169,6 @@ ipx = mtod(m, struct ipx *); len = ntohs(ipx->ipx_len); - if ((len < m->m_pkthdr.len) && (oddshortpacket = len & 1)) { - /* - * If this packet is of odd length, and the length - * inside the header is less than the received packet - * length, preserve garbage byte for possible checksum. - */ - len++; - } - /* * Check that the amount of data in the buffers * is as at least much as the IPX header would have us expect. @@ -197,9 +186,8 @@ } else m_adj(m, len - m->m_pkthdr.len); } - if (ipxcksum && ((i = ipx->ipx_sum) != 0xffff)) { - ipx->ipx_sum = 0; - if (i != (ipx->ipx_sum = ipx_cksum(m, len))) { + if (ipxcksum && ipx->ipx_sum != 0xffff) { + if (ipx->ipx_sum != ipx_cksum(m, len)) { ipxstat.ipxs_badsum++; goto bad; } @@ -274,9 +262,6 @@ * Switch out to protocol's input routine. */ if (ipxp != NULL) { - if (oddshortpacket) { - m_adj(m, -1); - } ipxstat.ipxs_delivered++; if ((ipxp->ipxp_flags & IPXP_ALL_PACKETS) == 0) switch (ipx->ipx_pt) { @@ -396,32 +381,15 @@ goto cleanup; } } - /* XXX - * I think the checksum generation is bogus. According to the NLSP - * spec the ipx_tc (hop count) field and the ipx_sum should be - * zero'ed before generating the checksum, ie. it should not be - * necesary to recompute it in the forwarding function. + /* + * We don't need to recompute checksum because ipx_tc field + * is ignored by checksum calculation routine, however + * it may be desirable to reset checksum if ipxcksum == 0 */ - /* need to adjust checksum */ - if (ipxcksum && ipx->ipx_sum != 0xffff) { - union bytes { - u_char c[4]; - u_short s[2]; - long l; - } x; - register int shift; - x.l = 0; - x.c[0] = agedelta; - shift = (((((int)ntohs(ipx->ipx_len)) + 1) >> 1) - 2) & 0xf; - x.l = ipx->ipx_sum + (x.s[0] << shift); - x.l = x.s[0] + x.s[1]; - x.l = x.s[0] + x.s[1]; - if (x.l == 0xffff) - ipx->ipx_sum = 0; - else - ipx->ipx_sum = x.l; - } else +#if 0 + if (!ipxcksum) ipx->ipx_sum = 0xffff; +#endif error = ipx_outputfl(m, &ipx_droute, flags); if (error == 0) { diff -u org/ipx_outputfl.c ./ipx_outputfl.c --- org/ipx_outputfl.c Sun Apr 11 14:46:00 1999 +++ ./ipx_outputfl.c Wed Aug 25 12:17:07 1999 @@ -247,12 +247,8 @@ ipx->ipx_dna.x_net = dst.sipx_addr.x_net; m1 = m_copym(m, 0, M_COPYALL, M_DONTWAIT); - if(ipx->ipx_sum != 0xffff) { - int len = ntohs(ipx->ipx_len); - ipx->ipx_sum = 0; - len = ((len - 1) | 1) + 1; - ipx->ipx_sum = ipx_cksum(m, len); - } + if(ipx->ipx_sum != 0xffff) + ipx->ipx_sum = ipx_cksum(m, ntohs(ipx->ipx_len)); if(m1) { error = (*ifp->if_output)(ifp, m1, (struct sockaddr *)&dst, NULL); diff -u org/ipx_pcb.c ./ipx_pcb.c --- org/ipx_pcb.c Sat May 22 00:22:00 1999 +++ ./ipx_pcb.c Wed Aug 25 12:15:04 1999 @@ -66,6 +66,8 @@ return (ENOBUFS); bzero(ipxp, sizeof *ipxp); ipxp->ipxp_socket = so; + if (ipxcksum) + ipxp->ipxp_flags |= IPXP_CHECKSUM; insque(ipxp, head); so->so_pcb = (caddr_t)ipxp; return (0); diff -u org/ipx_pcb.h ./ipx_pcb.h --- org/ipx_pcb.h Mon Feb 16 00:00:00 1998 +++ ./ipx_pcb.h Wed Aug 25 12:15:05 1999 @@ -64,6 +64,7 @@ #define IPXP_RAWIN 0x2 /* show headers on input */ #define IPXP_RAWOUT 0x4 /* show header on output */ #define IPXP_ALL_PACKETS 0x8 /* Turn off higher proto processing */ +#define IPXP_CHECKSUM 0x10 /* use checksum on this socket */ #define IPX_WILDCARD 1 diff -u org/ipx_usrreq.c ./ipx_usrreq.c --- org/ipx_usrreq.c Sat May 22 00:22:00 1999 +++ ./ipx_usrreq.c Wed Aug 25 12:17:27 1999 @@ -214,7 +214,7 @@ m = mprev; if ((m->m_flags & M_EXT) == 0 && (m->m_len + m->m_data < &m->m_dat[MLEN])) { - m->m_len++; + mtod(m, char*)[m->m_len++] = 0; } else { struct mbuf *m1 = m_get(M_DONTWAIT, MT_DATA); @@ -250,9 +250,7 @@ ipx->ipx_len = htons((u_short)len); - if (ipxcksum) { - ipx->ipx_sum = 0; - len = ((len - 1) | 1) + 1; + if (ipxp->ipxp_flags & IPXP_CHECKSUM) { ipx->ipx_sum = ipx_cksum(m, len); } else ipx->ipx_sum = 0xffff; @@ -333,6 +331,10 @@ case SO_HEADERS_ON_INPUT: mask = IPXP_RAWIN; goto get_flags; + + case SO_IPX_CHECKSUM: + mask = IPXP_CHECKSUM; + goto get_flags; case SO_HEADERS_ON_OUTPUT: mask = IPXP_RAWOUT; @@ -371,6 +373,9 @@ case SO_HEADERS_ON_INPUT: mask = IPXP_RAWIN; goto set_head; + + case SO_IPX_CHECKSUM: + mask = IPXP_CHECKSUM; case SO_HEADERS_ON_OUTPUT: mask = IPXP_RAWOUT; Only in .: org diff -u org/spx_usrreq.c ./spx_usrreq.c --- org/spx_usrreq.c Sun Feb 7 11:15:00 1999 +++ ./spx_usrreq.c Wed Aug 25 12:17:54 1999 @@ -1081,11 +1081,7 @@ si->si_ack = htons(cb->s_ack); if (ipxcksum) { - si->si_sum = 0; - len = ntohs(si->si_len); - if (len & 1) - len++; - si->si_sum = ipx_cksum(m, len); + si->si_sum = ipx_cksum(m, ntohs(si->si_len)); } else si->si_sum = 0xffff; >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 Aug 25 6:14:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 68D9215912 for ; Wed, 25 Aug 1999 06:14:19 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from ppp18415.on.bellglobal.com (ppp18379.on.bellglobal.com [206.172.130.59]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id JAA25306; Wed, 25 Aug 1999 09:16:01 -0400 (EDT) Received: (from tim@localhost) by ppp18415.on.bellglobal.com (8.9.3/8.9.1) id JAA19101; Wed, 25 Aug 1999 09:14:08 -0400 (EDT) (envelope-from tim) Date: Wed, 25 Aug 1999 09:14:08 -0400 From: Tim Vanderhoek To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Message-ID: <19990825091408.B18970@ppp18415.on.bellglobal.com> References: <199908250700.AAA07170@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199908250700.AAA07170@freefall.freebsd.org>; from Sheldon Hearn on Wed, Aug 25, 1999 at 12:00:04AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 25, 1999 at 12:00:04AM -0700, Sheldon Hearn wrote: > > Bill Fumerola replied telling you that style(9) requires a slightly > different format for your comments. While it's true, the example he gave s/requires/allows/ -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 6:20:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 801551535B for ; Wed, 25 Aug 1999 06:20:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41578; Wed, 25 Aug 1999 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 25 Aug 1999 06:20:02 -0700 (PDT) Message-Id: <199908251320.GAA41578@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly Reply-To: Tim Vanderhoek Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13274; it has been noted by GNATS. From: Tim Vanderhoek To: Sheldon Hearn Cc: Thomas Gellekum , chris@calldei.com, Chris Piazza , freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly Date: Wed, 25 Aug 1999 09:12:13 -0400 On Wed, Aug 25, 1999 at 08:39:44AM +0200, Sheldon Hearn wrote: > > > read [-er] [-p prompt] [-t timeout] variable ... > > I don't think it's that simple. I think the style of manpage is to > declare the options to builtins in the order in which the following > description treats them. You're wrong. See for example the hash description. The only one that might conceviably support your argument is the ulimit builtin, which is that way because it's alphabetisized. The fc builtin is also alphabetisized, except for the last couple entries, which run counter to your theory. I'll not that the hash synopsis is wrong, though. It should be hash [-rv] [command ...] Of course, the ulimit builtin is also a bad example: it was added by J in rev 1.4 (ie. not in the original manpage). For that matter, read was touched by msmith in another rev. You can make an argument for read [ -er ] [ -p prompt ] [ -t timeout ] variable ... which was the original style, but that style is no longer. While we're here, variable appears to be optional. I don't know what the purpose of read without variable is, though... -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 8:11:56 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2F8714C35; Wed, 25 Aug 1999 08:11:54 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA99674; Wed, 25 Aug 1999 08:10:25 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Date: Wed, 25 Aug 1999 08:10:25 -0700 (PDT) From: Message-Id: <199908251510.IAA99674@freefall.freebsd.org> To: jdp@FreeBSD.org, freebsd-bugs@FreeBSD.org, jdp@FreeBSD.org Subject: Re: misc/12438: Dynamic loader or vtable problem in 3.2-STABLE and 4.0-CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Dynamic loader or vtable problem in 3.2-STABLE and 4.0-CURRENT Responsible-Changed-From-To: freebsd-bugs->jdp Responsible-Changed-By: jdp Responsible-Changed-When: Wed Aug 25 08:09:37 PDT 1999 Responsible-Changed-Why: I have been working on a fix for this bug. I expect to have something ready to test soon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 8:14:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C652915B1B; Wed, 25 Aug 1999 08:14:19 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA99897; Wed, 25 Aug 1999 08:11:59 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Date: Wed, 25 Aug 1999 08:11:59 -0700 (PDT) From: Message-Id: <199908251511.IAA99897@freefall.freebsd.org> To: jdp@FreeBSD.org, freebsd-bugs@FreeBSD.org, jdp@FreeBSD.org Subject: Re: kern/12385: Patch to add bridging support to if_vr.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch to add bridging support to if_vr.c Responsible-Changed-From-To: freebsd-bugs->jdp Responsible-Changed-By: jdp Responsible-Changed-When: Wed Aug 25 08:11:07 PDT 1999 Responsible-Changed-Why: I have been working with Lyndon to revise the patch and commit it into the FreeBSD source tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 8:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 690A914C02 for ; Wed, 25 Aug 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA02387; Wed, 25 Aug 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 25 Aug 1999 08:40:02 -0700 (PDT) Message-Id: <199908251540.IAA02387@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: James Howard Subject: Re: bin/13364: Patch to wc(1) for Unix 98 compliance. Reply-To: James Howard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13364; it has been noted by GNATS. From: James Howard To: Sheldon Hearn Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13364: Patch to wc(1) for Unix 98 compliance. Date: Wed, 25 Aug 1999 11:37:10 -0400 (EDT) On Wed, 25 Aug 1999, Sheldon Hearn wrote: > > > On Tue, 24 Aug 1999 22:42:13 -0400, James Howard wrote: > > > ! .Nd word, line, and byte count > > ! .Nd word, line, byte, and character count > > Since the manpage is read in the context of FreeBSD, the distinction > between bytes and characters is weird. I'd leave that change out. I added that at the last minute even though I didn't like it so there are no problems here. > While your change is cool now, you're putting worms in a can that > someone's going to have to open up one day when we use two-byte > characters. :) Uhg, I was totally blind-sided by that one. How far is FreeBSD from Unicode support? Has anyoen started? Anyone talking about it? > With the change of wording I've suggested above, this text is probably > unnecessary and certainly confusing. We had the discussion on FreeBSD documentation being correct yesterday. I am sure everyone can agree the manpages for any Unix are confusing :) > case 'm': /* Unix 98 compatibility option */ > /* FALLTHROUGH */ > > If you don't like the side-by-side comment, there seems to be a healthy > precedent in the source tree for having the comment immediately _above_ > the case line. You're the boss, however you see is fit. :) Jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 8:50:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 100FA15451 for ; Wed, 25 Aug 1999 08:50:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA03390; Wed, 25 Aug 1999 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 25 Aug 1999 08:50:01 -0700 (PDT) Message-Id: <199908251550.IAA03390@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/13364: Patch to wc(1) for Unix 98 compliance. Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13364; it has been noted by GNATS. From: Sheldon Hearn To: James Howard Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/13364: Patch to wc(1) for Unix 98 compliance. Date: Wed, 25 Aug 1999 17:40:09 +0200 On Wed, 25 Aug 1999 11:37:10 -0400, James Howard wrote: > Uhg, I was totally blind-sided by that one. How far is FreeBSD from > Unicode support? Has anyoen started? Anyone talking about it? Not sure how far away it is. I'm almost sure _someone_ is working on it. I just know that I've been shot down a couple of times for making things worse for that fateful day. :-) > You're the boss, however you see is fit. :) Hardly. I'm just passing on what I've learned over the last few months. Remember, this is _peer_ review. ;-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 9: 0:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8271615099 for ; Wed, 25 Aug 1999 09:00:54 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04261; Wed, 25 Aug 1999 09:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 25 Aug 1999 09:00:01 -0700 (PDT) Message-Id: <199908251600.JAA04261@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: James Howard Subject: Re: bin/13364: Patch to wc(1) for Unix 98 compliance. Reply-To: James Howard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13364; it has been noted by GNATS. From: James Howard To: Sheldon Hearn Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/13364: Patch to wc(1) for Unix 98 compliance. Date: Wed, 25 Aug 1999 11:53:29 -0400 (EDT) On Wed, 25 Aug 1999, Sheldon Hearn wrote: > Not sure how far away it is. I'm almost sure _someone_ is working on it. > I just know that I've been shot down a couple of times for making things > worse for that fateful day. :-) Okay, I looked at this. It will be broken, sort of, until wchar_t supporting functions are added. Then I don't think the change will be that big. Basically, you'll add another variable. Then break apart -c and -m. One will read a byte, the other a character. > Hardly. I'm just passing on what I've learned over the last few months. > Remember, this is _peer_ review. ;-) It was comment structure. If I had my way, there would be no comments at all :) Jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 9: 7:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from arc.hq.cti.ru (arc.hq.cti.ru [195.34.40.3]) by hub.freebsd.org (Postfix) with ESMTP id 51EEA15AB0 for ; Wed, 25 Aug 1999 09:07:44 -0700 (PDT) (envelope-from tejblum@arc.hq.cti.ru) Received: from arc.hq.cti.ru (localhost [127.0.0.1]) by arc.hq.cti.ru (8.9.3/8.9.3) with ESMTP id UAA96187; Wed, 25 Aug 1999 20:06:33 +0400 (MSD) (envelope-from tejblum@arc.hq.cti.ru) Message-Id: <199908251606.UAA96187@arc.hq.cti.ru> X-Mailer: exmh version 2.0zeta 7/24/97 To: James Howard Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13364: Patch to wc(1) for Unix 98 compliance. In-reply-to: Your message of "Wed, 25 Aug 1999 08:40:02 PDT." <199908251540.IAA02387@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Aug 1999 20:06:32 +0400 From: Dmitrij Tejblum Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Since the manpage is read in the context of FreeBSD, the distinction > > between bytes and characters is weird. I'd leave that change out. Good morning. Characters and bytes are different things in the context of FreeBSD. See euc(4), utf2(4), sjis(4), and big5(4). > > While your change is cool now, you're putting worms in a can that > > someone's going to have to open up one day when we use two-byte > > characters. :) Some people do use multibyte characters right now. You can write some texts with multibyte characters under www/ and doc/ (Japanese and Chinese), and some programs that support multibyte characters better than usual in ports/japanese, etc. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 9:11:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3258815135 for ; Wed, 25 Aug 1999 09:11:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05195; Wed, 25 Aug 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from quack.kfu.com (quack.kfu.com [170.1.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 290151598E for ; Wed, 25 Aug 1999 09:01:00 -0700 (PDT) (envelope-from nsayer@medusa.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [170.1.70.5]) by quack.kfu.com (8.9.2/8.8.5) with ESMTP id JAA78604 for ; Wed, 25 Aug 1999 09:00:28 -0700 (PDT) Received: (from nsayer@localhost) by medusa.kfu.com (8.9.2/8.8.8) id JAA17794; Wed, 25 Aug 1999 09:00:27 -0700 (PDT) (envelope-from nsayer) Message-Id: <199908251600.JAA17794@medusa.kfu.com> Date: Wed, 25 Aug 1999 09:00:27 -0700 (PDT) From: nsayer@freebsd.org Reply-To: nsayer@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/13377: if_tx: 83c170 chip revision 0x07 causes lockup? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13377 >Category: kern >Synopsis: if_tx: 83c170 chip revision 0x07 causes lockup? >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 Aug 25 09:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Nick Sayer >Release: FreeBSD 3.2-RELEASE i386 >Organization: Just me >Environment: Two more or less identical machines doing bridging with pairs of tx cards. >Description: One machine has a pair of rev 0x06 cards. One has a 0x06 and a 0x07 card. The machine with the 0x07 card has to be rebooted every couple of days. The 0x07 interface basically just goes dead. I will swap out the 0x07 with a 0x06 to see if it goes away, but I bet it will. >How-To-Repeat: It is unclear whether turning on promiscuous mode (which is what bridging does) brings out this bug or not. It may even be a hardware bug, but if it is across rev 0x07 chips, then it will at least need to be worked around. >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 Aug 25 9:31:23 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9673615344 for ; Wed, 25 Aug 1999 09:31:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA06306; Wed, 25 Aug 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id EDBEF158F5; Wed, 25 Aug 1999 09:20:32 -0700 (PDT) Message-Id: <19990825162032.EDBEF158F5@hub.freebsd.org> Date: Wed, 25 Aug 1999 09:20:32 -0700 (PDT) From: RAVick@Erols.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/13378: Tecra 8000 hangs in UserConfig, cannot complete CLI "flags npx0 1" input Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13378 >Category: misc >Synopsis: Tecra 8000 hangs in UserConfig, cannot complete CLI "flags npx0 1" input >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 Aug 25 09:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ricki Vick >Release: 3.2 >Organization: >Environment: cant get that far >Description: Attempting to install 3.2 from CD on new Toshiba Tecra 8000. Unable to get past UserConfig without machine refusing to accept keystrokes. Neither Tecra 780 nor Tecra 8000 will boot from the CD. Compaq Laptop will boot from CD. Tecra 780 does not exhibit this problem. >How-To-Repeat: Tecra 8000 with 366MHz Pentium II, 256MB RAM Boot using floppy boot.flp Switch to mfsroot floppy. Press enter to boot Press down arrow twice and the return to enter CLI Attempt to type "flags npx0 1" per troubleshooting advice re: i586_copyin/out Machine hangs erratically after mfsroot disk is inserted. Sometimes don't even get Menu. Once got as far as "qui" of the "quit" to store the change. VERY Frustrating! >Fix: Use a different machine. Not very helpful when trying to use the Tecra 8000. >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 Aug 25 14:33:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 39838151C1; Wed, 25 Aug 1999 14:33:33 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id HAA08318; Thu, 26 Aug 1999 07:32:52 +1000 Date: Thu, 26 Aug 1999 07:32:52 +1000 From: Bruce Evans Message-Id: <199908252132.HAA08318@godzilla.zeta.org.au> To: jkoshy@FreeBSD.ORG, sheldonh@uunet.co.za Subject: Re: conf/13357: add flag in rc.conf to automatically turn on vfs.usermount Cc: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Synopsis: add flag in rc.conf to automatically turn on vfs.usermount > >Would you be happy with calling the rc.conf variable allow_user_mount ? >Also, that comment has nits: > >allow_user_mount="NO" # Set to YES to allow users to mount filesystems. Why not spell it as vfs.usermount and invoke it using sysctl in /etc/rc.local? Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 14:36:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ns1.metabyte.com (ns1.metabyte.com [207.33.14.130]) by hub.freebsd.org (Postfix) with ESMTP id F3AB814FF5 for ; Wed, 25 Aug 1999 14:36:47 -0700 (PDT) (envelope-from iga@metabyte.com) Received: from georgia (georgya.metabyte.com [207.33.14.134]) by ns1.metabyte.com (8.9.1a/8.9.1/akolb/110398) with SMTP id OAA12749 for ; Wed, 25 Aug 1999 14:35:11 -0700 (PDT) Message-ID: <000501beef41$b718ef90$905e0ece@metabyte.com> From: "George Akimov" To: Subject: kern/13180 Date: Wed, 25 Aug 1999 14:35:05 -0700 Organization: Metabyte, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have submitted PR kern/13180 on August 16th. Do I need to do anything else to draw someone's attention to my problem? Thanks, George Akimov (iga@metabyte.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 14:50: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60F3F15CA9 for ; Wed, 25 Aug 1999 14:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA32705; Wed, 25 Aug 1999 14:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 25 Aug 1999 14:50:02 -0700 (PDT) Message-Id: <199908252150.OAA32705@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: kern/11736: On fast machines kernel reports negative i586_bzero bandwith values due to datatype overflow Reply-To: Maxim Sobolev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11736; it has been noted by GNATS. From: Maxim Sobolev To: freebsd-gnats-submit@freebsd.org, sobomax@altavista.net, bde@freebsd.org Cc: Subject: Re: kern/11736: On fast machines kernel reports negative i586_bzero bandwith values due to datatype overflow Date: Thu, 26 Aug 1999 00:44:05 +0300 It seems that all OK now, so you can close this PR. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 14:50:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04BE315CB7 for ; Wed, 25 Aug 1999 14:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA32718; Wed, 25 Aug 1999 14:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with SMTP id F362115385 for ; Wed, 25 Aug 1999 14:49:31 -0700 (PDT) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <40323>; Thu, 26 Aug 1999 07:46:15 +1000 Message-Id: <99Aug26.074615est.40323@border.alcanet.com.au> Date: Thu, 26 Aug 1999 07:47:22 +1000 From: Peter Jeremy Reply-To: peter.jeremy@alcatel.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/13382: Only 1 parallel port supported if pps enabled Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13382 >Category: kern >Synopsis: Only 1 parallel port supported if pps enabled >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 Aug 25 14:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 3.2-RELEASE i386 >Organization: Alcatel Australia Limited >Environment: 486DX2-50 running 3.2-RELEASE (cvs RELENG_3_2_0_RELEASE) with 4 parallel ports. The relevant code hasn't changed in RELENG_3, but appears to be fixed in -CURRENT (as a side-effect of phk's cdevsw update). >Description: When multiple parallel ports (ppc) are enabled in a kernel, and device pps is enabled, the kernel panics `page not present' trying to dereference *softc[npps] in ppsprobe(). This is because only 1 PPS device is configured (pps.c dimensions softc to NPPS, which config sets to 1 because it only sees pps0), but it will be proved for each ppc configured. The other ppbus devices are kludged to support 8 ppc devices. (And as a side issue, it would be nide to be able to tie the ppbus devices to specific ppc devices - eg you're unlikely to actually have more than one vpo or pps, and they're likely to be fixed on different ports, which are unlikely to be used for eg lpt or plip). >How-To-Repeat: Create a kernel config file including the following. Compile, install and reboot. device ppc0 at isa? port "IO_LPT1" tty irq 7 device ppc1 at isa? port "IO_LPT2" tty irq 5 device ppc2 at isa? port 0x26c tty irq 12 device ppc3 at isa? port 0x268 tty irq 15 controller ppbus0 device lpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? device pps0 at ppbus? >Fix: The following patch brings pps.c into line with the other ppbus devices. Index: pps.c =================================================================== RCS file: /home/CVSROOT/src/sys/dev/ppbus/pps.c,v retrieving revision 1.12.2.1 diff -u -r1.12.2.1 pps.c --- pps.c 1999/03/22 13:09:34 1.12.2.1 +++ pps.c 1999/08/25 21:26:35 @@ -32,13 +32,15 @@ #define PPS_NAME "lppps" /* our official name */ -static struct pps_data { +struct pps_data { int pps_unit; struct ppb_device pps_dev; struct pps_state pps; -} *softc[NPPS]; +}; -static int npps; +#define MAXPPS 8 /* XXX not much better! */ +static int npps = 0; +static struct pps_data *softc[MAXPPS]; /* * Make ourselves visible as a ppbus driver >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 Aug 25 15: 1:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3DCF15A9C for ; Wed, 25 Aug 1999 15:01:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA33428; Wed, 25 Aug 1999 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by hub.freebsd.org (Postfix) with ESMTP id 4A09614DA1 for ; Wed, 25 Aug 1999 14:55:36 -0700 (PDT) (envelope-from gibbs@narnia.plutotech.com) Received: (from gibbs@localhost) by narnia.plutotech.com (8.9.3/8.7.3) id PAA61382; Wed, 25 Aug 1999 15:44:42 -0600 (MDT) Message-Id: <199908252144.PAA61382@narnia.plutotech.com> Date: Wed, 25 Aug 1999 15:44:42 -0600 (MDT) From: "Justin T. Gibbs" Reply-To: gibbs@narnia.plutotech.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/13383: sys/netinet/in.h violates C++ spec. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13383 >Category: bin >Synopsis: sys/netinet/in.h violates C++ spec. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 25 15:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Justin T. Gibbs >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: GCC-2.95 compiling a C++ program that plays with TCP/IP sockets. >Description: Compiling such a program generates the error: ANSI C++ forbids data member `ip_opts' with same name as enclosing class >How-To-Repeat: Compile a C++ application that makes use of netinet/in.h. >Fix: Rename ip_opts in struct ip_opts to something else. I have no idea what the impact of this change is. >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 Aug 25 15: 6:56 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 935B514F66; Wed, 25 Aug 1999 15:06:55 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA33869; Wed, 25 Aug 1999 15:04:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 25 Aug 1999 15:04:17 -0700 (PDT) From: Message-Id: <199908252204.PAA33869@freefall.freebsd.org> To: sobomax@altavista.net, cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11736: On fast machines kernel reports negative i586_bzero bandwith values due to datatype overflow Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: On fast machines kernel reports negative i586_bzero bandwith values due to datatype overflow State-Changed-From-To: analyzed->closed State-Changed-By: cpiazza State-Changed-When: Wed Aug 25 15:03:50 PDT 1999 State-Changed-Why: Originator reports that the problem disappeared To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 15:11:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7D3215335 for ; Wed, 25 Aug 1999 15:11:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA34411; Wed, 25 Aug 1999 15:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 25 Aug 1999 15:10:03 -0700 (PDT) Message-Id: <199908252210.PAA34411@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: kern/11736: On fast machines kernel reports negative i586_bzero bandwith values due to datatype overflow Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11736; it has been noted by GNATS. From: Bruce Evans To: bde@freebsd.org, freebsd-gnats-submit@freebsd.org, sobomax@altavista.net Cc: Subject: Re: kern/11736: On fast machines kernel reports negative i586_bzero bandwith values due to datatype overflow Date: Thu, 26 Aug 1999 08:01:11 +1000 >It seems that all OK now, so you can close this PR. I don't think I actually fixed it. The problem is that the test is run before interrupts are enabled, so the i8254 clock overflows after 10 msec. I fixed overflow detection, so the clock is accurate for up to 20 msec depending on when the test is started. The test writes 10^6 bytes which normally takes 5-10 msec on a P5 (it takes about 6 msec on my P5/133). However, K6-1's at least are slower (the test takes about 12 msec on my K6-1/233), so there is some chance of it not working. Possible fixes: 1) always use the TSC for timing the test. 2) use a smaller buffer and be more careful about caching. The test should be more careful about caching anyway. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 15:11:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D891152CE for ; Wed, 25 Aug 1999 15:11:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA34405; Wed, 25 Aug 1999 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 25 Aug 1999 15:10:02 -0700 (PDT) Message-Id: <199908252210.PAA34405@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: James Howard Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Reply-To: James Howard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13363; it has been noted by GNATS. From: James Howard To: Sheldon Hearn Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Date: Wed, 25 Aug 1999 17:57:56 -0400 (EDT) Due to the sheer number of complaints about my style here is a new patch for env which should make everyone happy :) Following it is a diff to printenv.1. --- /usr/src/usr.bin/env/env.c Sun Dec 6 17:58:22 1998 +++ env.c Wed Aug 25 17:45:39 1999 @@ -60,8 +60,9 @@ char *cleanenv[1]; int ch; - while ((ch = getopt(argc, argv, "-")) != -1) + while ((ch = getopt(argc, argv, "i-")) != -1) switch(ch) { + case 'i': case '-': environ = cleanenv; cleanenv[0] = NULL; @@ -85,6 +86,6 @@ usage() { (void)fprintf(stderr, - "usage: env [-] [name=value ...] [command]\n"); + "usage: env [-] [-i] [name=value ...] [command]\n"); exit(1); } ------------CUT HERE----------------- --- /usr/src/usr.bin/printenv/printenv.1 Mon Jul 12 16:23:52 1999 +++ printenv.1 Wed Aug 25 17:45:42 1999 @@ -45,6 +44,7 @@ .Op Ar name .Nm env .Op Fl +.Op Fl i .Op Ar name=value ... .Op Ar command .Sh DESCRIPTION @@ -72,12 +72,20 @@ .Ar name , with a value of .Ar value . -The option -.Sq Fl -causes +The options to +.Nm env +are as follows: +.Pp +.Bl -tag -width indent +.It Fl +Force .Nm env to completely ignore the environment it inherits. +.It Fl i +Equivalent to +.Fl . +.El .Pp If no command is specified, .Nm env To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 17: 4:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id DDA7515180 for ; Wed, 25 Aug 1999 17:02:23 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from ppp18415.on.bellglobal.com (ppp18359.on.bellglobal.com [206.172.130.39]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id UAA03431; Wed, 25 Aug 1999 20:02:46 -0400 (EDT) Received: (from tim@localhost) by ppp18415.on.bellglobal.com (8.9.3/8.9.1) id TAA39750; Wed, 25 Aug 1999 19:46:10 -0400 (EDT) (envelope-from tim) Date: Wed, 25 Aug 1999 19:46:10 -0400 From: Tim Vanderhoek To: James Howard Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/13364: Patch to wc(1) for Unix 98 compliance. Message-ID: <19990825194610.H18970@ppp18415.on.bellglobal.com> References: <199908251540.IAA02387@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199908251540.IAA02387@freefall.freebsd.org>; from James Howard on Wed, Aug 25, 1999 at 08:40:02AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 25, 1999 at 08:40:02AM -0700, James Howard wrote: > > We had the discussion on FreeBSD documentation being correct yesterday. I > am sure everyone can agree the manpages for any Unix are confusing :) No. Some of the manpages for any Unix are confusing. -- -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 25 17: 4:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6C3E15836 for ; Wed, 25 Aug 1999 17:02:45 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA41455; Wed, 25 Aug 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9F5B614C49; Wed, 25 Aug 1999 16:51:41 -0700 (PDT) Message-Id: <19990825235141.9F5B614C49@hub.freebsd.org> Date: Wed, 25 Aug 1999 16:51:41 -0700 (PDT) From: hugo@hotvoice.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/13385: Installing certain Kde packages(ksamba) produces a kdelibs.1.0 dependency error. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13385 >Category: i386 >Synopsis: Installing certain Kde packages(ksamba) produces a kdelibs.1.0 dependency error. >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 Aug 25 17:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: hugo >Release: 3.2 >Organization: y2technologies >Environment: >Description: >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 Aug 25 19: 0:59 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from awfulhak.org (dynamic-87.max1-du-ws.dialnetwork.pavilion.co.uk [212.74.8.87]) by hub.freebsd.org (Postfix) with ESMTP id A9D9C14CC5; Wed, 25 Aug 1999 19:00:55 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (root@keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id WAA08890; Wed, 25 Aug 1999 22:59:03 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA01991; Wed, 25 Aug 1999 23:02:20 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199908252202.XAA01991@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Bruce Evans Cc: jkoshy@FreeBSD.ORG, sheldonh@uunet.co.za, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/13357: add flag in rc.conf to automatically turn on vfs.usermount In-reply-to: Your message of "Thu, 26 Aug 1999 07:32:52 +1000." <199908252132.HAA08318@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Aug 1999 23:02:19 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> Synopsis: add flag in rc.conf to automatically turn on vfs.usermount > > > >Would you be happy with calling the rc.conf variable allow_user_mount ? > >Also, that comment has nits: > > > >allow_user_mount="NO" # Set to YES to allow users to mount filesystems. > > Why not spell it as vfs.usermount and invoke it using sysctl in > /etc/rc.local? Or maybe just put it in /etc/sysctl.conf ? > Bruce -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 0:44:23 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 7953F14A12 for ; Thu, 26 Aug 1999 00:44:12 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 18121 invoked by uid 1003); 26 Aug 1999 07:45:04 -0000 Date: Thu, 26 Aug 1999 09:45:04 +0200 From: Neil Blakey-Milner To: Bruce Evans Cc: jkoshy@FreeBSD.ORG, sheldonh@uunet.co.za, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/13357: add flag in rc.conf to automatically turn on vfs.usermount Message-ID: <19990826094504.A14896@rucus.ru.ac.za> References: <199908252132.HAA08318@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199908252132.HAA08318@godzilla.zeta.org.au>; from Bruce Evans on Thu, Aug 26, 1999 at 07:32:52AM +1000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu 1999-08-26 (07:32), Bruce Evans wrote: > Why not spell it as vfs.usermount and invoke it using sysctl in > /etc/rc.local? /etc/rc.local implies that we're not going to do anything towards making the task easier for new users. My intent was to make the task easier for new users, who seem to have problems with it (as evidenced by confusion and questions on -questions, and through other media). I thought this method may be an easier one. It definately has parallels to existing entries in the rc system. I like the /etc/sysctl.conf idea, but I haven't seen much movement there yet. sysinstall already has glue for doing things in rc.conf - I'd prefer /etc/sysctl.conf if sysinstall can/will use it. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 2:43:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A71F15CE3; Thu, 26 Aug 1999 02:43:19 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA81662; Thu, 26 Aug 1999 02:42:56 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 26 Aug 1999 02:42:56 -0700 (PDT) From: Message-Id: <199908260942.CAA81662@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: bin/13365: Patch to mkfifo(1) for Unix 98 compliance Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch to mkfifo(1) for Unix 98 compliance Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Aug 26 02:41:45 PDT 1999 Responsible-Changed-Why: I'll take this one. I've passed a simpler solution on to James to have a look at and I'm waiting for his feedback. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 4:52:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 9E69314DB8; Thu, 26 Aug 1999 04:52:17 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11Jy2P-000Grz-00; Thu, 26 Aug 1999 13:49:49 +0200 From: Sheldon Hearn To: freebsd-gnats-submit@freebsd.org Cc: freebsd-bugs@freebsd.org Subject: Re: bin/13365: Patch to mkfifo(1) for Unix 98 compliance Date: Thu, 26 Aug 1999 13:49:49 +0200 Message-ID: <64850.935668189@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is the patch I intend to apply. I'm waiting for feedback from freebsd-hackers on whether executable/sticky bits on pipes mean anything special in FreeBSD. Ciao, Sheldon. Index: mkfifo.1 =================================================================== RCS file: /home/ncvs/src/usr.bin/mkfifo/mkfifo.1,v retrieving revision 1.4 diff -u -d -r1.4 mkfifo.1 --- mkfifo.1 1997/04/27 08:45:45 1.4 +++ mkfifo.1 1999/08/26 10:29:57 @@ -43,13 +43,33 @@ .Nd make fifos .Sh SYNOPSIS .Nm +.Op Fl m Ar mode .Ar fifo_name ... .Sh DESCRIPTION The .Nm command creates the fifos requested, in the order specified, -using mode -.Li \&0777 . +using a default mode +.Li \&0666 +modified by the current +.Xr umask 2 . +.Pp +The options are as follows: +.Bl -tag -width indent +.It Fl m +Set the file permission bits of the created fifos to the +specified mode. +The mode argument takes any format that can be specified to the +.Xr chmod 1 +command. +If a symbolic mode is specified, the op symbols +.Dq + +(plus) and +.Dq - +(hyphen) are interpreted relative to an assumed initial mode of +.Dq a=rw +(read and write permissions for all). +.El .Pp The .Nm Index: mkfifo.c =================================================================== RCS file: /home/ncvs/src/usr.bin/mkfifo/mkfifo.c,v retrieving revision 1.3 diff -u -d -r1.3 mkfifo.c --- mkfifo.c 1997/07/24 07:02:55 1.3 +++ mkfifo.c 1999/08/26 11:13:16 @@ -49,22 +49,33 @@ #include #include +#include #include #include #include static void usage __P((void)); +static int f_mode; +static const mode_t basemode = (S_IRWXU & ~S_IXUSR | S_IRWXG & ~S_IXGRP | + S_IRWXO & ~S_IXOTH); + int main(argc, argv) int argc; char *argv[]; { - extern int optind; int ch, exitval; + char *modestr; + void *mode; + mode_t creatmode; - while ((ch = getopt(argc, argv, "")) != -1) + while ((ch = getopt(argc, argv, "m:")) != -1) switch(ch) { + case 'm': + f_mode = 1; + modestr = optarg; + break; case '?': default: usage(); @@ -74,8 +85,21 @@ if (argv[0] == NULL) usage(); + if (f_mode) { + errno = 0; + if ((mode = setmode(modestr)) == NULL) { + if (errno) + err(1, NULL); + else + errx(1, "invalid file mode: %s", modestr); + } + creatmode = getmode(mode, basemode); + } else { + creatmode = basemode; + } + for (exitval = 0; *argv != NULL; ++argv) - if (mkfifo(*argv, S_IRWXU | S_IRWXG | S_IRWXO) < 0) { + if (mkfifo(*argv, creatmode) < 0) { warn("%s", *argv); exitval = 1; } @@ -85,6 +109,6 @@ static void usage() { - (void)fprintf(stderr, "usage: mkfifo fifoname ...\n"); + (void)fprintf(stderr, "usage: mkfifo [-m mode] fifoname ...\n"); exit(1); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 6:10: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D94D414F7C for ; Thu, 26 Aug 1999 06:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA01635; Thu, 26 Aug 1999 06:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 26 Aug 1999 06:10:03 -0700 (PDT) Message-Id: <199908261310.GAA01635@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13363; it has been noted by GNATS. From: Sheldon Hearn To: James Howard Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Date: Thu, 26 Aug 1999 15:02:38 +0200 On Wed, 25 Aug 1999 17:57:56 -0400, James Howard wrote: > - while ((ch = getopt(argc, argv, "-")) != -1) > + while ((ch = getopt(argc, argv, "i-")) != -1) > switch(ch) { > + case 'i': > case '-': You don't seem to have addressed the case disordering that Bruce commented on. :-) > +.It Fl i > +Equivalent to > +.Fl . This text begs the question "why?". I'd also suggest that the behaviour of the two options be described under -i, with - being declared the compatibility option. This should encourage people to use -i for portability. This is how the Single UNIX Spec does it. :-P Ciao, Sheldon. Index: usr.bin/printenv/printenv.1 =================================================================== RCS file: /home/ncvs/src/usr.bin/printenv/printenv.1,v retrieving revision 1.3 diff -u -d -r1.3 printenv.1 --- printenv.1 1999/07/12 20:23:52 1.3 +++ printenv.1 1999/08/26 13:02:02 @@ -45,6 +45,7 @@ .Op Ar name .Nm env .Op Fl +.Op Fl i .Op Ar name=value ... .Op Ar command .Sh DESCRIPTION @@ -72,12 +73,21 @@ .Ar name , with a value of .Ar value . -The option -.Sq Fl -causes +.Pp +The options are as follows: +.Bl -tag -width indent +.It Fl i +Execute the +.Ar command +with only those environment values specified. The environment inherited +by .Nm env -to completely ignore the environment -it inherits. +is ignored completely. +.It Fl +Identical to the +.Fl i +option, available for backward compatibility. +.El .Pp If no command is specified, .Nm env Index: usr.bin/env/env.c =================================================================== RCS file: /home/ncvs/src/usr.bin/env/env.c,v retrieving revision 1.4 diff -u -d -r1.4 env.c --- env.c 1998/12/06 22:58:22 1.4 +++ env.c 1999/08/26 12:57:34 @@ -60,9 +60,10 @@ char *cleanenv[1]; int ch; - while ((ch = getopt(argc, argv, "-")) != -1) + while ((ch = getopt(argc, argv, "-i")) != -1) switch(ch) { case '-': + case 'i': environ = cleanenv; cleanenv[0] = NULL; break; @@ -85,6 +86,6 @@ usage() { (void)fprintf(stderr, - "usage: env [-] [name=value ...] [command]\n"); + "usage: env [-] [-i] [name=value ...] [command]\n"); exit(1); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 6:15:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E5A314F7C; Thu, 26 Aug 1999 06:15:16 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA01830; Thu, 26 Aug 1999 06:12:28 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 26 Aug 1999 06:12:28 -0700 (PDT) From: Message-Id: <199908261312.GAA01830@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: bin/13363: Patch to env(1) for Unix 98 compatability Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch to env(1) for Unix 98 compatability Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Aug 26 06:11:47 PDT 1999 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 8:40: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 291C314E21 for ; Thu, 26 Aug 1999 08:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA62122; Thu, 26 Aug 1999 08:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from exit.com (exit-gw.power.net [207.151.46.196]) by hub.freebsd.org (Postfix) with ESMTP id 6E77314DC5 for ; Thu, 26 Aug 1999 08:30:45 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime.exit.com [206.223.0.5]) by exit.com (8.9.3/8.9.3) with ESMTP id IAA52803 for ; Thu, 26 Aug 1999 08:30:04 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.9.3/8.9.1) id IAA18219; Thu, 26 Aug 1999 08:30:04 -0700 (PDT) (envelope-from frank) Message-Id: <199908261530.IAA18219@realtime.exit.com> Date: Thu, 26 Aug 1999 08:30:04 -0700 (PDT) From: Frank.Mayhar@exit.com Reply-To: frank@exit.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/13397: vi can mishandle tags files. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13397 >Category: bin >Synopsis: nvi mishandles tags files under certain conditions. >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: Thu Aug 26 08:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Frank Mayhar >Release: FreeBSD 3.2-STABLE i386 >Organization: exit.com >Environment: 3.2-stable. >Description: The code in ex/ex_tag.c replaces the / it just removed before it stats the directory; it should wait until after it does the stat. >How-To-Repeat: Honestly, I don't remember. I think it has to do with multiple tags files, but it's a real bug. >Fix: Here's a patch: Index: ex_tag.c =================================================================== RCS file: /cvs/repos/src/contrib/nvi/ex/ex_tag.c,v retrieving revision 1.2 diff -c -r1.2 ex_tag.c *** ex_tag.c 1997/04/18 23:36:43 1.2 --- ex_tag.c 1999/06/25 20:59:29 *************** *** 1339,1349 **** stat(name, &sb) && (p = strrchr(tfp->name, '/')) != NULL) { *p = '\0'; len = snprintf(buf, sizeof(buf), "%s/%s", tfp->name, name); - *p = '/'; if (stat(buf, &sb) == 0) { *dirp = tfp->name; *dlenp = strlen(*dirp); } } } --- 1339,1349 ---- stat(name, &sb) && (p = strrchr(tfp->name, '/')) != NULL) { *p = '\0'; len = snprintf(buf, sizeof(buf), "%s/%s", tfp->name, name); if (stat(buf, &sb) == 0) { *dirp = tfp->name; *dlenp = strlen(*dirp); } + *p = '/'; } } >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 Aug 26 9:12:43 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E200E153AB for ; Thu, 26 Aug 1999 09:12:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA64610; Thu, 26 Aug 1999 09:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 26 Aug 1999 09:10:03 -0700 (PDT) Message-Id: <199908261610.JAA64610@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/13397: vi can mishandle tags files. Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13397; it has been noted by GNATS. From: Sheldon Hearn To: frank@exit.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13397: vi can mishandle tags files. Date: Thu, 26 Aug 1999 18:02:40 +0200 Have you raised this issue with the maintainer of nvi, Keith Bostic ? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 13: 4:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2722E15D8C for ; Thu, 26 Aug 1999 13:02:55 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85151; Thu, 26 Aug 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id E314F1544C for ; Thu, 26 Aug 1999 12:52:36 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: (from root@localhost) by andrsn.stanford.edu (8.9.3/8.9.1) id MAA47170; Thu, 26 Aug 1999 12:51:38 -0700 (PDT) Message-Id: <199908261951.MAA47170@andrsn.stanford.edu> Date: Thu, 26 Aug 1999 12:51:38 -0700 (PDT) From: Annelise Anderson Reply-To: andrsn@andrsn.stanford.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/13400: D-Link 660 pccard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13400 >Category: misc >Synopsis: D-Link 660 pccard entry in pccard.conf.sample doesn't work >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 Aug 26 13:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Annelise Anderson >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: All FreeBSD versions supporting pccards. >Description: D-Link 660 pccard entry in /etc/pccard.conf.sample doesn't work on my D-Link 660 card; card not recognized (even after, of course, moving pccard.conf.sample to pccard.conf) The entry has no "ether" line. The card has two connectors, RJ-45 and BNC. >How-To-Repeat: attempt to use D-Link 660 card >Fix: Change pccard.conf entry for D-Link 660. That shown in the diff works for me. --- pccard.conf.sample.orig Mon Aug 2 05:12:35 1999 +++ pccard.conf.sample Thu Aug 26 12:35:27 1999 @@ -188,8 +188,9 @@ # D-Link DE-660 NE2000 clone card "D-Link" "DE-660" - config 0x20 "ed0" ? 0x10 - insert /etc/pccard_ether ed0 link0 -link1 + config 0x20 "ed0" 10 + ether 0x81 + insert /etc/pccard_ether ed0 remove /sbin/ifconfig ed0 delete # CyQ've ELA-010 >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 Aug 26 16:10:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B34515F1F for ; Thu, 26 Aug 1999 16:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA00143; Thu, 26 Aug 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from wrath.cs.utah.edu (wrath.cs.utah.edu [155.99.198.100]) by hub.freebsd.org (Postfix) with ESMTP id D68EC1517A for ; Thu, 26 Aug 1999 16:09:15 -0700 (PDT) (envelope-from danderse@cs.utah.edu) Received: from torrey.cs.utah.edu (torrey.cs.utah.edu [155.99.212.91]) by wrath.cs.utah.edu (8.8.8/8.8.8) with ESMTP id RAA10554 for ; Thu, 26 Aug 1999 17:07:36 -0600 (MDT) Received: (from danderse@localhost) by torrey.cs.utah.edu (8.9.3/8.9.1) id RAA17439; Thu, 26 Aug 1999 17:07:34 -0600 (MDT) (envelope-from danderse@cs.utah.edu) Message-Id: <199908262307.RAA17439@torrey.cs.utah.edu> Date: Thu, 26 Aug 1999 17:07:34 -0600 (MDT) From: David G Andersen Reply-To: danderse@cs.utah.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/13401: tftp client bad behavior with large packet delays or extra packets Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13401 >Category: bin >Synopsis: tftp will ack duplicate packets with large delays >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: Thu Aug 26 16:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David G Andersen >Release: FreeBSD 3.2-STABLE i386 >Organization: University of Utah >Environment: TFTP'ing between two machines with a potentially greater than 5 second latency. OR, a hostile environment in which an intruder can spoof a tftp packet. >Description: When /usr/bin/tftp waits more than 5 seconds for a packet, it re-ACKs the previous packet. If that previous packet was only delayed, then two copies of the packet will arrive at the client. The client will then send an ACK for *both* packets, which causes the server to send two of the next packet, and so on - doubling the data sent. As this continues, eventually you can get many many copies of each packet flowing. >How-To-Repeat: tftp with > 5 second latency. We encountered it testing some router code which was misbehaving, but I have a packet latency inducer using divert sockets with which I can reproduce this at will. Contact me for the code. >Fix: Instead of ACK'ing clearly duplicate packets, only re-ACK if we've actually flushed packets out of the stream. Index: tftp.c =================================================================== RCS file: /n/marker/usr/lsrc/FreeBSD/CVS/src/usr.bin/tftp/tftp.c,v retrieving revision 1.4 diff -u -r1.4 tftp.c --- tftp.c 1998/10/30 16:17:50 1.4 +++ tftp.c 1999/08/26 20:40:07 @@ -239,6 +239,7 @@ warn("sendto"); goto abort; } +no_send_ack: write_behind(file, convert); for ( ; ; ) { alarm(rexmtval); @@ -277,7 +278,14 @@ printf("discarded %d packets\n", j); } if (dp->th_block == (block-1)) { - goto send_ack; /* resend ack */ + if (j) { + goto send_ack; /* resend ack */ + } else { + /* We didn't discard any + * packets; we got a duplicate + */ + goto no_send_ack; + } } } } >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 Aug 26 19:30:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 795EF15DE4 for ; Thu, 26 Aug 1999 19:30:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA14982; Thu, 26 Aug 1999 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 93EEA14BE7; Thu, 26 Aug 1999 19:20:58 -0700 (PDT) Message-Id: <19990827022058.93EEA14BE7@hub.freebsd.org> Date: Thu, 26 Aug 1999 19:20:58 -0700 (PDT) From: dutch@charm.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/13404: Warning that pseudo-device log is unknown while make of new kernel. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13404 >Category: kern >Synopsis: Warning that pseudo-device log is unknown while make of new kernel. >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 Aug 26 19:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dutch Collins >Release: FreeBSD 3.2-RELEASE >Organization: none >Environment: FreeBSD madeline.section.one 3.2-RELEASE FreeBSD 3.2-RELEASE 0#: Wed Aug 25 23:30:41 EDT 1999 root@madeline.section.one:/usr/src/sys/compile/KERNmadeline i386 >Description: 1) While doing a make; pseudo-device log is reported as unknown. 2) The handbook at freebsd.org states that the device is mandatory. http://www.freebsd.org/handbook/kernelconfig-config.html Section -->5.3.10. Pseudo-devices >How-To-Repeat: Leave the code in. 'pseudo-devicelog' all lowercase. >Fix: Comment out or remove. There is no effect on building a new kernel. >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 Aug 26 20:20:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FAC014EC1 for ; Thu, 26 Aug 1999 20:20:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA17773; Thu, 26 Aug 1999 20:20:51 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ccpc4.kmc.edu.tw (ccpc4.kmc.edu.tw [163.15.154.7]) by hub.freebsd.org (Postfix) with ESMTP id 4B74414D5F for ; Thu, 26 Aug 1999 20:17:58 -0700 (PDT) (envelope-from cch@ccpc4.kmc.edu.tw) Received: (from cch@localhost) by ccpc4.kmc.edu.tw (8.9.3/8.9.3) id LAA69559; Fri, 27 Aug 1999 11:18:19 +0800 (CST) (envelope-from cch) Message-Id: <199908270318.LAA69559@ccpc4.kmc.edu.tw> Date: Fri, 27 Aug 1999 11:18:19 +0800 (CST) From: Chih-Chang Hsieh Reply-To: cch@ccpc4.kmc.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/13405: syslogd get system hang Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13405 >Category: kern >Synopsis: syslogd get system hang >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 26 20:20:50 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chih-Chang Hsieh >Release: FreeBSD 3.2-19990630-STABLE i386 >Organization: Kaohsiung Medical University, Taiwan >Environment: We have 5 hosts which send log messages to this FreeBSD machine's syslogd. And this FreeBSD machine sets log messages output to /dev/lpt0. >Description: We have 5 hosts which send log messages to this FreeBSD machine's syslogd. And this FreeBSD machine sets log messages output to /dev/lpt0. When I turn off the printer's power for adding paper, after a while, the FreeBSD machine hang up -- I can not get any responses from console and I can not connect to it by ssh (it has run sshd). But it is not down yet -- It is still alive when I ping it. When I turn on the printer's power (it prints some messages out), it responses as normal. >How-To-Repeat: As Description. >Fix: I have no idea about it. >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 Aug 26 20:41:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A25C15434; Thu, 26 Aug 1999 20:41:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA26509; Thu, 26 Aug 1999 20:40:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 26 Aug 1999 20:40:57 -0700 (PDT) From: Message-Id: <199908270340.UAA26509@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: ports/13398: Add WHICH_GAMES variable to src/Makefile.inc1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add WHICH_GAMES variable to src/Makefile.inc1 Responsible-Changed-From-To: freebsd-ports->freebsd-bugs Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Aug 26 20:40:07 PDT 1999 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 21:11:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from dt011n65.san.rr.com (dt010nb9.san.rr.com [204.210.12.185]) by hub.freebsd.org (Postfix) with ESMTP id 1A68715477 for ; Thu, 26 Aug 1999 21:11:51 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt011n65.san.rr.com (8.9.3/8.8.8) with ESMTP id VAA65924; Thu, 26 Aug 1999 21:10:53 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37C60FCE.C031B0A@gorean.org> Date: Thu, 26 Aug 1999 21:10:54 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT-0821 i386) X-Accept-Language: en MIME-Version: 1.0 To: cch@ccpc4.kmc.edu.tw Cc: FreeBSD-bugs@freebsd.org Subject: Re: kern/13405: syslogd get system hang References: <199908270318.LAA69559@ccpc4.kmc.edu.tw> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chih-Chang Hsieh wrote: > We have 5 hosts which send log messages to this FreeBSD machine's syslogd. > > And this FreeBSD machine sets log messages output to /dev/lpt0. > > When I turn off the printer's power for adding paper, after a while, > > the FreeBSD machine hang up -- I can not get any responses from console > > and I can not connect to it by ssh (it has run sshd). > > But it is not down yet -- It is still alive when I ping it. > > When I turn on the printer's power (it prints some messages out), > > it responses as normal. This really isn't a bug. Next time please try freebsd-questions before using send-pr, although it's not the end of the world. :) It sounds to me like the partition where your printer spool file lives is getting full while your machine can't print. There are a few other possibilities, but I think the place for you to start is to send this same information to freebsd-questions@freebsd.org and ask for suggestions on fixing it. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 21:56:56 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from blockhead.mincom.com (blockhead1.mincom.com [203.55.175.241]) by hub.freebsd.org (Postfix) with ESMTP id 9D71F14EE9 for ; Thu, 26 Aug 1999 21:56:49 -0700 (PDT) (envelope-from philh@mincom.com) Received: (from uucp@localhost) by blockhead.mincom.com (8.9.3/8.9.3) id OAA64618; Fri, 27 Aug 1999 14:54:38 +1000 (EST) (envelope-from philh@mincom.com) Received: from porthole.mincom.oz.au(172.17.100.2) via SMTP by blockhead.mincom.oz.au, id smtpdE64610; Fri Aug 27 14:54:34 1999 Received: (from philh@localhost) by porthole.mincom.oz.au (8.8.8/8.8.5) id OAA27675; Fri, 27 Aug 1999 14:54:34 +1000 (EST) Date: Fri, 27 Aug 1999 14:54:33 +1000 From: Phil Homewood To: Doug Cc: cch@ccpc4.kmc.edu.tw, FreeBSD-bugs@FreeBSD.ORG Subject: Re: kern/13405: syslogd get system hang Message-ID: <19990827145433.G9328@mincom.com> References: <199908270318.LAA69559@ccpc4.kmc.edu.tw> <37C60FCE.C031B0A@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <37C60FCE.C031B0A@gorean.org>; from Doug on Thu, Aug 26, 1999 at 09:10:54PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doug wrote: > > And this FreeBSD machine sets log messages output to /dev/lpt0. > > > > When I turn off the printer's power for adding paper, after a while, > > the FreeBSD machine hang up -- I can not get any responses from console > > and I can not connect to it by ssh (it has run sshd). > > This really isn't a bug. Next time please try freebsd-questions before > using send-pr, although it's not the end of the world. :) It sounds to me > like the partition where your printer spool file lives is getting full > while your machine can't print. There are a few other possibilities, but I > think the place for you to start is to send this same information to > freebsd-questions@freebsd.org and ask for suggestions on fixing it. Actually, it sounds to me more like syslogd is blocking trying to write to a device which is offline. Anything which syslogs to this device is going to block (once buffers fill) until the device is available. One possible solution (untried) might be to have syslogd send output to a named pipe, and have an lpr process reading this pipe and printing to the printer. (Though this may well suffer the same problem.) Of course, -questions could well provide some better info. As Doug said, try there. Good luck! -- Phil Homewood DNRC email: philh@mincom.com Postmaster and BOFH Mincom Pty Ltd phone: +61-7-3303-3524 Brisbane, QLD Australia fax: +61-7-3303-3269 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 23:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1364B14EC0 for ; Thu, 26 Aug 1999 23:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37172; Thu, 26 Aug 1999 23:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2FF0114EBD; Thu, 26 Aug 1999 23:26:05 -0700 (PDT) Message-Id: <19990827062605.2FF0114EBD@hub.freebsd.org> Date: Thu, 26 Aug 1999 23:26:05 -0700 (PDT) From: nzanella@cs.mun.ca To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/13407: FHS compliancy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13407 >Category: misc >Synopsis: FHS compliancy >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 Aug 26 23:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Neil Zanella >Release: 2.2.7 >Organization: Memorial University >Environment: FreeBSD fermat 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Sat J i386 >Description: The machine is not compliant with the File Hierarchy Standard set forth at (version 2.0) as far as the requirements of certain directories (eg. /bin and /usr/bin etc...)go. Complying with FHS means that scripts on a heterogenous network of FreeBSD, Linux, and eventually Unix systems would become much more portable and hence would be in the interest of everyone. >How-To-Repeat: >Fix: Move the relevant files to the standard places according to FHS. >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 Aug 26 23:34: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id CA0C115F4E; Thu, 26 Aug 1999 23:33:54 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id QAA06461; Fri, 27 Aug 1999 16:32:42 +1000 Date: Fri, 27 Aug 1999 16:32:42 +1000 From: Bruce Evans Message-Id: <199908270632.QAA06461@godzilla.zeta.org.au> To: bde@zeta.org.au, nbm@mithrandr.moria.org Subject: Re: conf/13357: add flag in rc.conf to automatically turn on vfs.usermount Cc: freebsd-bugs@FreeBSD.ORG, jkoshy@FreeBSD.ORG, sheldonh@uunet.co.za Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Why not spell it as vfs.usermount and invoke it using sysctl in >> /etc/rc.local? > >/etc/rc.local implies that we're not going to do anything towards making >the task easier for new users. That is probably correct for vfs_usermount. Lite2 permits anyone to mount if the directory and device permissions allow it (and anyone can do buggy `mount -t union's with their own directories). vfs.usermount is a hack to tuen off the Lite2 behaviour by default. New users probably don't understand the security problems with enabling it. >I like the /etc/sysctl.conf idea, but I haven't seen much movement there >yet. sysinstall already has glue for doing things in rc.conf - I'd >prefer /etc/sysctl.conf if sysinstall can/will use it. sysctls could also be put in config variables indirectly like ${network_interfaces}/${ifconfig_}. I prefer an explicit list. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 23:41:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 0B07815421 for ; Thu, 26 Aug 1999 23:41:21 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 9305 invoked by uid 1003); 27 Aug 1999 06:42:05 -0000 Date: Fri, 27 Aug 1999 08:42:05 +0200 From: Neil Blakey-Milner To: Bruce Evans Cc: freebsd-bugs@FreeBSD.ORG, jkoshy@FreeBSD.ORG, sheldonh@uunet.co.za Subject: Re: conf/13357: add flag in rc.conf to automatically turn on vfs.usermount Message-ID: <19990827084205.A8299@rucus.ru.ac.za> References: <199908270632.QAA06461@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199908270632.QAA06461@godzilla.zeta.org.au>; from Bruce Evans on Fri, Aug 27, 1999 at 04:32:42PM +1000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri 1999-08-27 (16:32), Bruce Evans wrote: > >I like the /etc/sysctl.conf idea, but I haven't seen much movement there > >yet. sysinstall already has glue for doing things in rc.conf - I'd > >prefer /etc/sysctl.conf if sysinstall can/will use it. > > sysctls could also be put in config variables indirectly like > ${network_interfaces}/${ifconfig_}. I prefer an > explicit list. I like this solution. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 23:45:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from dt011n65.san.rr.com (dt010nb9.san.rr.com [204.210.12.185]) by hub.freebsd.org (Postfix) with ESMTP id B571015442 for ; Thu, 26 Aug 1999 23:45:11 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt011n65.san.rr.com (8.9.3/8.8.8) with ESMTP id XAA66981; Thu, 26 Aug 1999 23:44:08 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37C633BB.EB73EA8E@gorean.org> Date: Thu, 26 Aug 1999 23:44:11 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT-0826 i386) X-Accept-Language: en MIME-Version: 1.0 To: nzanella@cs.mun.ca Cc: freebsd-bugs@freebsd.org Subject: Re: misc/13407: FHS compliancy References: <19990827062605.2FF0114EBD@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org nzanella@cs.mun.ca wrote: > FreeBSD fermat 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Sat J i386 > >Description: > The machine is not compliant with the File Hierarchy Standard set > forth at (version 2.0) A) I've never heard of those people, which doesn't mean that they aren't legit, just that they aren't very well publicized. B) You are not very likely to get any action on this till you upgrade to 3.2-Stable at the very least. 2.2.7 is on a branch that we don't support anymore and will never be modified. Thanks for the info, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 26 23:51:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01C3014DDF; Thu, 26 Aug 1999 23:51:34 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA40279; Thu, 26 Aug 1999 23:50:34 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 26 Aug 1999 23:50:34 -0700 (PDT) From: Message-Id: <199908270650.XAA40279@freefall.freebsd.org> To: nzanella@cs.mun.ca, cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/13407: FHS compliancy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FHS compliancy State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Aug 26 23:48:39 PDT 1999 State-Changed-Why: This is not a bug, there are more appropriate places to discuss this than a bug report. For the record I contend that *they* should be using *our* hierarchy as outlined in hier(7). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 0: 0:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B40B14EE9 for ; Fri, 27 Aug 1999 00:00:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA41274; Fri, 27 Aug 1999 00:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 27 Aug 1999 00:00:03 -0700 (PDT) Message-Id: <199908270700.AAA41274@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Neil Blakey-Milner Subject: Re: misc/13407: FHS compliancy Reply-To: Neil Blakey-Milner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/13407; it has been noted by GNATS. From: Neil Blakey-Milner To: nzanella@cs.mun.ca Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/13407: FHS compliancy Date: Fri, 27 Aug 1999 08:51:16 +0200 On Thu 1999-08-26 (23:26), nzanella@cs.mun.ca wrote: > >Number: 13407 > >Category: misc > >Synopsis: FHS compliancy > The machine is not compliant with the File Hierarchy Standard set > forth at (version 2.0) as far as the > requirements of certain directories (eg. /bin and /usr/bin etc...)go. > Complying with FHS means that scripts on a heterogenous network of > FreeBSD, Linux, and eventually Unix systems would become much more > portable and hence would be in the interest of everyone. Could you supply a (possibly selective) list, perhaps? Possibly with reasons? You need to give a slightly more in-depth account of the problem. (since the site seems inapproachable from my current location) Thinking ahead, would a "fhs-compliant" package which was separate from the build system, and simply created the necessary symlinks, suit your needs? Also, have you read hier(7)? As far as I can ascertain, we share these conventions with at least our sibling BSDs. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 0: 0:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB3E815168 for ; Fri, 27 Aug 1999 00:00:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA41282; Fri, 27 Aug 1999 00:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 27 Aug 1999 00:00:05 -0700 (PDT) Message-Id: <199908270700.AAA41282@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: misc/13407: FHS compliancy Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/13407; it has been noted by GNATS. From: Sheldon Hearn To: nzanella@cs.mun.ca Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/13407: FHS compliancy Date: Fri, 27 Aug 1999 08:52:11 +0200 On Thu, 26 Aug 1999 23:26:05 MST, nzanella@cs.mun.ca wrote: > The machine is not compliant with the File Hierarchy Standard set > forth at (version 2.0) as far as the > requirements of certain directories (eg. /bin and /usr/bin etc...)go. > Complying with FHS means that scripts on a heterogenous network of > FreeBSD, Linux, and eventually Unix systems would become much more > portable and hence would be in the interest of everyone. If you tell us _which_ files and directories you think should be moved, where _from_ and where _to_, we might be able to do something with your PR. As it stands, though, it's pretty content-free. :-( Are you in a position to send more specific information? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 1: 0:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B51E15467 for ; Fri, 27 Aug 1999 01:00:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA45631; Fri, 27 Aug 1999 01:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 27 Aug 1999 01:00:02 -0700 (PDT) Message-Id: <199908270800.BAA45631@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Neil Zanella Subject: Re: misc/13407: FHS compliancy Reply-To: Neil Zanella Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/13407; it has been noted by GNATS. From: Neil Zanella To: Neil Blakey-Milner Cc: nzanella@cs.mun.ca, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/13407: FHS compliancy Date: Fri, 27 Aug 1999 05:33:19 -0230 (NDT) On Fri, 27 Aug 1999, Neil Blakey-Milner wrote: > Could you supply a (possibly selective) list, perhaps? Possibly with > reasons? You need to give a slightly more in-depth account of the > problem. (since the site seems inapproachable from my current location) The document should at least be approchable from any location as it resides at . All the details are in that document. I am sorry about running the old 2.2.7 version of FreeBSD but I am not the systems administrator and so I'm afraid I cannot perform the upgrade although the sys admin will certainly upgrade the machine in the future. The standard also contains instructions on how to subscribe to the mailing list fhs-discuss. This is the main place for discussing future changes to the standard. > Thinking ahead, would a "fhs-compliant" package which was separate from > the build system, and simply created the necessary symlinks, suit your > needs? Well, if there was such an fhs-compliant package then it would be in the interest of all that such a package would get installed by default. Best Regards and thanks for your cooperation, Neil Zanella nzanella@cs.mun.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 1:26:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 559EB14D45 for ; Fri, 27 Aug 1999 01:26:41 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11KHL0-000ELN-00; Fri, 27 Aug 1999 10:26:18 +0200 From: Sheldon Hearn To: Neil Zanella Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/13407: FHS compliancy In-reply-to: Your message of "Fri, 27 Aug 1999 01:00:02 MST." <199908270800.BAA45631@freefall.freebsd.org> Date: Fri, 27 Aug 1999 10:26:18 +0200 Message-ID: <55140.935742378@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 27 Aug 1999 01:00:02 MST, Neil Zanella wrote: > The document should at least be approchable from any location as it > resides at . > All the details are in that document. If you want something done about it, your best bet is to single out the offending placements in FreeBSD and provide us with those, rather than expecting us to read the document. This advice seems sensible to me because you've already read the document to be complaining about FreeBSD's conformance. So why not save us the time and tell us what the specific problems are. :-) Later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 2: 8:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 60C7614C28 for ; Fri, 27 Aug 1999 02:02:40 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 44029 invoked by uid 1003); 27 Aug 1999 09:02:18 -0000 Date: Fri, 27 Aug 1999 11:02:18 +0200 From: Neil Blakey-Milner To: Sheldon Hearn Cc: Neil Zanella , freebsd-bugs@FreeBSD.ORG Subject: Re: misc/13407: FHS compliancy Message-ID: <19990827110218.A40666@rucus.ru.ac.za> References: <199908270800.BAA45631@freefall.freebsd.org> <55140.935742378@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <55140.935742378@axl.noc.iafrica.com>; from Sheldon Hearn on Fri, Aug 27, 1999 at 10:26:18AM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri 1999-08-27 (10:26), Sheldon Hearn wrote: > > The document should at least be approchable from any location as it > > resides at . > > All the details are in that document. > > If you want something done about it, your best bet is to single out the > offending placements in FreeBSD and provide us with those, rather than > expecting us to read the document. This advice seems sensible to me > because you've already read the document to be complaining about > FreeBSD's conformance. Oh dear, /opt is apparently for add-on packages, whilst /usr/local is only for local (ie, this specific system) add-ons. It seems most anything that is available to anyone in a package form is actually part of the base system. Similarly, /usr/src is for local sources only. BSD uses the name /var/db for a similar directory [ as /var/state ]. This name seemed overly constricting, as it implied a directory structure intended primarily for database (.db) files. So as to cope with the fact that some keyboards come up with such a high repeat rate as to be unusable, kbdrate may be installed in /sbin on some systems. Actually, there is the occasional spark of insight in it. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 2:10:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 5BB6514C28 for ; Fri, 27 Aug 1999 02:10:35 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11KHyf-000EUT-00; Fri, 27 Aug 1999 11:07:17 +0200 From: Sheldon Hearn To: Neil Blakey-Milner Cc: Neil Zanella , freebsd-bugs@FreeBSD.ORG Subject: Re: misc/13407: FHS compliancy In-reply-to: Your message of "Fri, 27 Aug 1999 11:02:18 +0200." <19990827110218.A40666@rucus.ru.ac.za> Date: Fri, 27 Aug 1999 11:07:17 +0200 Message-ID: <55704.935744837@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 27 Aug 1999 11:02:18 +0200, Neil Blakey-Milner wrote: > /opt is apparently for add-on packages, whilst /usr/local is only for > local (ie, this specific system) add-ons. It seems most anything that > is available to anyone in a package form is actually part of the base > system. I think that the distinction is pretty obscure. :-) > Similarly, /usr/src is for local sources only. As opposed to what? > Actually, there is the occasional spark of insight in it. Cool, I'd just prefer it to be spoon-fed to me by someone who cares. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 3: 0: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17B5C15CE6 for ; Fri, 27 Aug 1999 03:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA53719; Fri, 27 Aug 1999 03:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0B6761591A; Fri, 27 Aug 1999 02:59:09 -0700 (PDT) Message-Id: <19990827095909.0B6761591A@hub.freebsd.org> Date: Fri, 27 Aug 1999 02:59:09 -0700 (PDT) From: nacai@iname.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/13410: New port: wmg Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13410 >Category: misc >Synopsis: New port: wmg >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 Aug 27 03:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.2-RELEASE >Organization: InternetSolutions, Inc. Japan >Environment: 3.2-RELEASE + 32upgrade kit + the latest /usr/ports >Description: Hello, This is the wmG Windows Manager port. It seems to be the first real GTK/GNOME window manager. begin 644 wmg-0.14.0-19990827.tar.gz M'XL(`'5@QC<``^V8;8_:.!"`^8I_A;7+A^L'DCCDI8M*[RADN6@A($+W]J23 MD$F\P2)OEX1+V]7>;S\[P%).NNY5:JA6]2,AQ_;@L3V9<<9E%,B-FH&:8NHZ M;$"(3%WA)>-0[BO0,`VD&0I2-2:F(-UH0+WNB7&V>8$S"!LQWF#Z!;ER34AX MC@F=EY+9/]W4^P[\?_NKG8Y9V=_4=&'_\W^D=I[\7U<1]W_=[`C_/P<8YA$. M0SA:W+17."<^'#G3B=7VDB@-*8X+6-+83TH8X1@')`/@5Q86NG!=%&E7EOVM M5^"42#$IY+\S0OXBL@@,+XF#_P^FDXGEU/,%\.SY;Z#C^6\:/"`HJCC_S\)7 M^__WGK#@F\+]?X(WY)Z&I"X=S_@_TM$A_]--PU3X^6^JFO#_H>X M(-#+""MV/1S5A/UMP#89HJNK*R;UVSJ)GGH/_+[=T#7-$NAP*\`W#O8P_87& M."(2BT1OP27[9\OV6^P!#%FFZO0G5J_)TI'V7OWL9G1H"PYM@_["&DWGMN7V MFA\0:I<1K)(:,.F["VN^=.T%[]I_RI1E*04D\2C/=+A6V:4A90G1+8N/Y*/L MLJ616-84\TIF`3$.$^SG,F"#V2UFT]S*;SA3NTYX]RD.%T3;U_=QKMA[N$'K7=ZU'F>># M0;%!:INGA#0`([Z4SR3'TT%__)DL&^XH#-Z[UO)N.9M;U_9=K_F1Y%7+:-*_ ML8Y5-N)B.AWO&O:5:WO,;;(;9YL1L%/Y?FXM+>>VUQS,9M?C_LCM7;3MDTG0 MV`NW/KFH%GY<5>^B]7"L/>Z[CVNI^H_5O0!KX!K&)QK8"B\`D/:*X)L5,P!W M'"G:O'VQQR*/_]S1\QIO`+_B_@\9'9/'?]40][]GX6C_R*]KOY^__^O\V_YF M1^3_9V$RU.%/QW-48ILA!9]>P1Y4?<-`KS4%J81X"E$\3?%\SHow-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 Fri Aug 27 3: 3: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB59115485; Fri, 27 Aug 1999 03:03:07 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA53872; Fri, 27 Aug 1999 03:01:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 27 Aug 1999 03:01:38 -0700 (PDT) From: Message-Id: <199908271001.DAA53872@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: misc/13410: New port: wmg Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: wmg Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cpiazza Responsible-Changed-When: Fri Aug 27 03:01:11 PDT 1999 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 4:56:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ewok.creative.net.au (ewok.creative.net.au [203.30.44.41]) by hub.freebsd.org (Postfix) with SMTP id A959115137 for ; Fri, 27 Aug 1999 04:56:39 -0700 (PDT) (envelope-from adrian@freebsd.org) Received: (qmail 7676 invoked by uid 1008); 27 Aug 1999 11:54:55 -0000 From: adrian@freebsd.org Date: Fri, 27 Aug 1999 19:54:55 +0800 To: Neil Zanella Cc: freebsd-bugs@FreeBSD.org Subject: Re: misc/13407: FHS compliancy Message-ID: <19990827195454.A6794@ewok.creative.net.au> References: <199908270800.BAA45631@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199908270800.BAA45631@freefall.freebsd.org>; from Neil Zanella on Fri, Aug 27, 1999 at 01:00:02AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Aug 27, 1999, Neil Zanella wrote: > The following reply was made to PR misc/13407; it has been noted by GNATS. > > From: Neil Zanella > To: Neil Blakey-Milner > Cc: nzanella@cs.mun.ca, freebsd-gnats-submit@FreeBSD.ORG > Subject: Re: misc/13407: FHS compliancy > Date: Fri, 27 Aug 1999 05:33:19 -0230 (NDT) > > On Fri, 27 Aug 1999, Neil Blakey-Milner wrote: > > > Could you supply a (possibly selective) list, perhaps? Possibly with > > reasons? You need to give a slightly more in-depth account of the > > problem. (since the site seems inapproachable from my current location) > > The document should at least be approchable from any location as it > resides at . > All the details are in that document. I am sorry about running the > old 2.2.7 version of FreeBSD but I am not the systems administrator > and so I'm afraid I cannot perform the upgrade although the sys admin > will certainly upgrade the machine in the future. FHS sounds like the FSSTD stuff that went around the linuxen a while back, because debian/redhat/slackware/suse/blah had different layouts for binaries. BSD has its own hierarchy - other people have given the man page name out. As far as I can see it would be a BSD thing to change the BSD fs hierarchy, rather than FreeBSD straying.. (FSSTD also looked like a SYSV/BSD mixture to me when I looked at it last, I'll read the fhs docs later..) My 2c, Adrian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 12: 8:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from riemann.math.mun.ca (riemann.math.mun.ca [134.153.1.200]) by hub.freebsd.org (Postfix) with ESMTP id AB1F015EBE; Fri, 27 Aug 1999 12:08:40 -0700 (PDT) (envelope-from nzanella@math.mun.ca) Received: from fermat.math.mun.ca (fermat.math.mun.ca [134.153.17.78]) by riemann.math.mun.ca (8.8.5/8.8.5) with ESMTP id QAA29700; Fri, 27 Aug 1999 16:36:50 -0230 (NDT) Received: from localhost (nzanella@localhost) by fermat.math.mun.ca (8.8.5/8.8.5) with SMTP id QAA29145; Fri, 27 Aug 1999 16:41:17 -0230 (NDT) X-Authentication-Warning: fermat.math.mun.ca: nzanella owned process doing -bs Date: Fri, 27 Aug 1999 16:41:17 -0230 (NDT) From: Neil Zanella To: adrian@freebsd.org Cc: freebsd-bugs@freebsd.org Subject: Re: misc/13407: FHS compliancy In-Reply-To: <19990827195454.A6794@ewok.creative.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 27 Aug 1999 adrian@freebsd.org wrote: > On Fri, Aug 27, 1999, Neil Zanella wrote: > > The following reply was made to PR misc/13407; it has been noted by GNATS. > > > > From: Neil Zanella > > To: Neil Blakey-Milner > > Cc: nzanella@cs.mun.ca, freebsd-gnats-submit@FreeBSD.ORG > > Subject: Re: misc/13407: FHS compliancy > > Date: Fri, 27 Aug 1999 05:33:19 -0230 (NDT) > > > > On Fri, 27 Aug 1999, Neil Blakey-Milner wrote: > > > > > Could you supply a (possibly selective) list, perhaps? Possibly with > > > reasons? You need to give a slightly more in-depth account of the > > > problem. (since the site seems inapproachable from my current location) > > > > The document should at least be approchable from any location as it > > resides at . > > All the details are in that document. I am sorry about running the > > old 2.2.7 version of FreeBSD but I am not the systems administrator > > and so I'm afraid I cannot perform the upgrade although the sys admin > > will certainly upgrade the machine in the future. > > FHS sounds like the FSSTD stuff that went around the linuxen a while back, > because debian/redhat/slackware/suse/blah had different layouts for > binaries. The FSSTND was a file system standard for Linux distributions but then a need for a unifying Unix filesystem standard was needed so people developed the FHS 2.0 correcting many flaws in the FSSTND. Neil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 13:30:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A192154BB for ; Fri, 27 Aug 1999 13:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA46091; Fri, 27 Aug 1999 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cx281057-a.irvn1.occa.home.com (cx281057-a.irvn1.occa.home.com [24.5.32.114]) by hub.freebsd.org (Postfix) with ESMTP id 368AC152C6 for ; Fri, 27 Aug 1999 13:28:24 -0700 (PDT) (envelope-from housel@cx281057-a.irvn1.occa.home.com) Received: (from housel@localhost) by cx281057-a.irvn1.occa.home.com (8.9.3/8.9.3) id NAA32082; Fri, 27 Aug 1999 13:32:57 -0700 (PDT) (envelope-from housel) Message-Id: <199908272032.NAA32082@cx281057-a.irvn1.occa.home.com> Date: Fri, 27 Aug 1999 13:32:57 -0700 (PDT) From: housel@acm.org Reply-To: housel@acm.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/13420: POSIX.2 wordexp library routine missing from libc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13420 >Category: bin >Synopsis: POSIX.2 wordexp library routine missing from libc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 27 13:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Housel >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD 4.0-CURRENT i386 >Description: The POSIX.2 library routine wordexp(), and the include file /usr/include/wordexp.h, are missing from the FreeBSD C library. >How-To-Repeat: Compile and link a program that uses wordexp(). >Fix: A version is supplied in glibc 2.1. >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 Aug 27 17:30:35 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F086915563 for ; Fri, 27 Aug 1999 17:30:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA80414; Fri, 27 Aug 1999 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from iss-p5.lbl.gov (iss-p5.lbl.gov [131.243.2.30]) by hub.freebsd.org (Postfix) with ESMTP id 937AB14BDC for ; Fri, 27 Aug 1999 17:25:53 -0700 (PDT) (envelope-from jin@iss-p5.lbl.gov) Received: (from jin@localhost) by iss-p5.lbl.gov (8.9.3/8.9.3) id RAA02316; Fri, 27 Aug 1999 17:25:50 -0700 (PDT) (envelope-from jin) Message-Id: <199908280025.RAA02316@iss-p5.lbl.gov> Date: Fri, 27 Aug 1999 17:25:50 -0700 (PDT) From: Jin Guojun (FTG staff) Reply-To: jin@iss-p5.lbl.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/13427: gdb reports wrong info Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13427 >Category: gnu >Synopsis: gdb reports wrong info >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 27 17:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jin Guojun (FTG staff) >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: 3.2-RELEASE with gdb 4.18 >Description: % gdb timidity 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) l 518 } 519 close_file(fp); 520 return 0; 521 } 522 #ifdef __WIN32__ 523 int __cdecl main(int argc, char **argv) 524 #else 525 int main(int argc, char **argv) 526 #endif 527 { (gdb) b 698 Breakpoint 1 at 0x804a7a3: file timidity.c, line 698. (gdb) run ~/music/club.MID Starting program: /tmp/timidity-0.2i/timidity ~/music/club.MID argc = 2, optind = 1 Breakpoint 1, main (argc=-1077945350, argv=0xbfbfdc26) at timidity.c:699 699 fprintf(stderr, "argc = %d, optind = %d\n", argc, optind); (gdb) p argc $1 = -1077945350 (gdb) n argc = 2, optind = 1 700 if (optind} (void *) 0x805db78 = 1 (gdb) display argc 2: argc = -1077945350 (gdb) >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 Fri Aug 27 18:27:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from riemann.math.mun.ca (riemann.math.mun.ca [134.153.1.200]) by hub.freebsd.org (Postfix) with ESMTP id 8478915F2E for ; Fri, 27 Aug 1999 18:26:46 -0700 (PDT) (envelope-from nzanella@math.mun.ca) Received: from fermat.math.mun.ca (fermat.math.mun.ca [134.153.17.78]) by riemann.math.mun.ca (8.8.5/8.8.5) with ESMTP id WAA10985; Fri, 27 Aug 1999 22:56:44 -0230 (NDT) Received: from localhost (nzanella@localhost) by fermat.math.mun.ca (8.8.5/8.8.5) with SMTP id XAA00563; Fri, 27 Aug 1999 23:01:20 -0230 (NDT) X-Authentication-Warning: fermat.math.mun.ca: nzanella owned process doing -bs Date: Fri, 27 Aug 1999 23:01:20 -0230 (NDT) From: Neil Zanella To: Neil Blakey-Milner Cc: Sheldon Hearn , freebsd-bugs@FreeBSD.ORG Subject: Re: misc/13407: FHS compliancy In-Reply-To: <19990827110218.A40666@rucus.ru.ac.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Fri 1999-08-27 (10:26), Sheldon Hearn wrote: > > > The document should at least be approchable from any location as it > > > resides at . > > > All the details are in that document. > > > > If you want something done about it, your best bet is to single out the > > offending placements in FreeBSD and provide us with those, rather than > > expecting us to read the document. This advice seems sensible to me > > because you've already read the document to be complaining about > > FreeBSD's conformance. Required files for /bin: * General commands: The following commands have been included because they are essential. A few are present because of their traditional placement in /bin. + { cat, chgrp, chmod, chown, cp, date, dd, df, dmesg, echo, ed, false, kill, ln, login, ls, mkdir, mknod, more, mount, mv, ps, pwd, rm, rmdir, sed, setserial, sh, stty, su, sync, true, umount, uname } If /bin/sh is Bash, then /bin/sh should be a symbolic or hard link to /bin/bash since Bash behaves differently when called as sh or bash. pdksh, which may be the /bin/sh on install disks, should likewise be arranged with /bin/sh being a symlink to /bin/ksh. The use of a symbolic link in these cases allows users to easily see that /bin/sh is not a true Bourne shell. Since the de-facto standard location of the C-shell is /bin/csh, if and only if a C-shell or equivalent (such as tcsh) is available on the system, it should be available by the name /bin/csh. /bin/csh may be a symbolic link to /bin/tcsh or /usr/bin/tcsh. Note: The [ and test commands are built into most commonly used Bourne shell (/bin/sh) replacements. These two commands do not have to be placed in /bin; they may be placed in /usr/bin. They must be included as separate binaries with any UNIX or UNIX-like system attempting to comply with the POSIX.2 standard. * Restoration commands: These commands have been added to make restoration of a system possible (provided that / is intact). + { tar, gzip, gunzip (link to gzip), zcat (link to gzip) } If system backups are made using programs other than gzip and tar, then the root partition should contain the minimal necessary restoration components. For instance, many systems should include cpio as it is the next most commonly used backup utility after tar. Conversely, if no restoration from the root partition is ever expected, then these binaries may be omitted (i.e., a ROM chip root, mounting /usr through NFS). If restoration of a system is planned through the network, then ftp or tftp (along with everything necessary to get an ftp connection) should be available on the root partition. Restoration commands may appear in either /bin or /usr/bin on different systems. * Networking commands: These are the only necessary networking binaries that both root and users will want or need to execute other than the ones in /usr/bin or /usr/local/bin. + { domainname, hostname, netstat, ping } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 19:21:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 569001606F for ; Fri, 27 Aug 1999 19:21:40 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id WAA08122; Fri, 27 Aug 1999 22:21:28 -0400 (EDT) (envelope-from wollman) Date: Fri, 27 Aug 1999 22:21:28 -0400 (EDT) From: Garrett Wollman Message-Id: <199908280221.WAA08122@khavrinen.lcs.mit.edu> To: Neil Zanella Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/13407: FHS compliancy In-Reply-To: References: <19990827110218.A40666@rucus.ru.ac.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > Required files for /bin: Looks like these folks still have their Linux blinders on... I do not believe there is any interest in moving FreeBSD's binaries around in this way. There is the thing called `PATH' which is by default set up in a correct way to find all of these commands. Any program which expects to find them in any specific directory is both unportable and erroneous. > + { cat, chgrp, chmod, chown, cp, date, dd, df, dmesg, echo, > ed, false, kill, ln, login, ls, mkdir, mknod, more, mount, > mv, ps, pwd, rm, rmdir, sed, setserial, sh, stty, su, sync, > true, umount, uname } Non-standard: setserial Not essential: cat, chgrp, false, login, more, sed, su, true, uname Appropriately hard-coded pathname: /bin/sh Belong in /sbin, not /bin: mount, umount > + { tar, gzip, gunzip (link to gzip), zcat (link to gzip) } None of these are, of course, necessary. Next thing you know they'll be demaning /bin/perl! -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 19:34:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id 7CF7C16022 for ; Fri, 27 Aug 1999 19:34:03 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id VAA14197; Fri, 27 Aug 1999 21:33:58 -0500 (CDT) Date: Fri, 27 Aug 1999 21:33:58 -0500 From: "Matthew D. Fuller" To: Garrett Wollman Cc: Neil Zanella , freebsd-bugs@FreeBSD.ORG Subject: Re: misc/13407: FHS compliancy Message-ID: <19990827213357.A13791@futuresouth.com> References: <19990827110218.A40666@rucus.ru.ac.za> <199908280221.WAA08122@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199908280221.WAA08122@khavrinen.lcs.mit.edu>; from Garrett Wollman on Fri, Aug 27, 1999 at 10:21:28PM -0400 X-OS: FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Aug 27, 1999 at 10:21:28PM -0400, a little birdie told me that Garrett Wollman remarked > > None of these are, of course, necessary. Next thing you know they'll > be demaning /bin/perl! Actually, if we had Perl on /, we could rewrite rc and friends in Perl, and make it easy{easier} to specify dependancy graphs... -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Unix Systems Administrator | fullermd@futuresouth.com Specializing in FreeBSD | http://www.over-yonder.net/ FutureSouth Communications | ISPHelp ISP Consulting "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 20:10:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C36F15515 for ; Fri, 27 Aug 1999 20:10:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA13480; Fri, 27 Aug 1999 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 4A24B15591 for ; Fri, 27 Aug 1999 20:04:31 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt4-208-166-127-25.dialup.HiWAAY.net [208.166.127.25]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id WAA11819; Fri, 27 Aug 1999 22:04:29 -0500 (CDT) Received: (from dkelly@localhost) by nospam.hiwaay.net (8.9.3/8.9.3) id VAA60397; Fri, 27 Aug 1999 21:32:10 -0500 (CDT) (envelope-from dkelly) Message-Id: <199908280232.VAA60397@nospam.hiwaay.net> Date: Fri, 27 Aug 1999 21:32:10 -0500 (CDT) From: dkelly@hiwaay.net Reply-To: dkelly@hiwaay.net To: FreeBSD-gnats-submit@freebsd.org Cc: dkelly@hiwaay.net X-Send-Pr-Version: 3.2 Subject: kern/13433: 'camcontrol defects' SCSI error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13433 >Category: kern >Synopsis: 'camcontrol defects' does not work with IBM drives >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 27 20:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David Kelly >Release: FreeBSD 3.2-STABLE i386 >Organization: n/a >Environment: >Description: Can't read defect lists from IBM SCSI drives. I don't have non-IBM drives to try. Same problem with Adaptec and Symbios controllers. /var/log/messages might have slightly different error codes. See below for Symbios/NCR example. >How-To-Repeat: % su -m # camcontrol defects -f block error reading defect list: Input/output error # # tail -5 /var/log/messages Aug 27 21:28:14 nospam su: dkelly to root on /dev/ttyp1 Aug 27 21:28:33 nospam /kernel: (pass2:ncr0:0:0:0): extraneous data discarded. Aug 27 21:28:33 nospam /kernel: (pass2:ncr0:0:0:0): COMMAND FAILED (9 80) @0xc0a84400. Aug 27 21:28:33 nospam /kernel: (pass2:ncr0:0:0:0): extraneous data discarded. Aug 27 21:28:33 nospam /kernel: (pass2:ncr0:0:0:0): COMMAND FAILED (9 80) @0xc0a84400. >Fix: I don't have a clue. Purchase non-IBM drives? >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 Aug 27 21:41:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B57011513C for ; Fri, 27 Aug 1999 21:41:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA18468; Fri, 27 Aug 1999 21:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 27 Aug 1999 21:40:03 -0700 (PDT) Message-Id: <199908280440.VAA18468@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/13433: 'camcontrol defects' SCSI error Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13433; it has been noted by GNATS. From: "Kenneth D. Merry" To: dkelly@hiwaay.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/13433: 'camcontrol defects' SCSI error Date: Fri, 27 Aug 1999 22:34:40 -0600 (MDT) dkelly@hiwaay.net wrote... > > >Number: 13433 > >Category: kern > >Synopsis: 'camcontrol defects' does not work with IBM drives > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Fri Aug 27 20:10:01 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: David Kelly > >Release: FreeBSD 3.2-STABLE i386 > >Organization: > n/a > >Environment: > > > > >Description: > > Can't read defect lists from IBM SCSI drives. > I don't have non-IBM drives to try. > Same problem with Adaptec and Symbios controllers. /var/log/messages > might have slightly different error codes. See below for Symbios/NCR > example. > > >How-To-Repeat: > > % su -m > # camcontrol defects -f block > error reading defect list: Input/output error > # > > # tail -5 /var/log/messages > Aug 27 21:28:14 nospam su: dkelly to root on /dev/ttyp1 > Aug 27 21:28:33 nospam /kernel: (pass2:ncr0:0:0:0): extraneous data discarded. > Aug 27 21:28:33 nospam /kernel: (pass2:ncr0:0:0:0): COMMAND FAILED (9 80) @0xc0a84400. > Aug 27 21:28:33 nospam /kernel: (pass2:ncr0:0:0:0): extraneous data discarded. > Aug 27 21:28:33 nospam /kernel: (pass2:ncr0:0:0:0): COMMAND FAILED (9 80) @0xc0a84400. > > >Fix: > > I don't have a clue. Purchase non-IBM drives? You can read the defects list on an IBM drive. Here's an example: ======================================================================== # uname -rs FreeBSD 3.2-STABLE # camcontrol inquiry da1 pass1: Fixed Direct Access SCSI-2 device pass1: Serial Number RE2B9804 pass1: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled # camcontrol defects da1 -f phys -G Got 4 defects: 189:6:72 189:6:73 189:6:74 189:6:75 # camcontrol defects da1 -v -PG -f phys (pass1:ahc0:0:1:0): READ DEFECT DATA(10). CDB: 37 0 1d 0 0 0 0 fd e8 0 (pass1:ahc0:0:1:0): error code 0 Got 457 defects: 38:4:188 38:4:189 38:4:190 38:4:191 38:4:192 38:4:193 38:4:194 38:4:195 [ .... lots more .... ] ======================================================================== There are several things to mention here: - The NCR driver, at this point, is known to be a little flaky sometimes, and it's difficult to interpret the error messages from it. It would be helpful if you show the output from one of your Adaptec controllers. The IBM disk on in the above example is on an Adaptec 2940UW (7880) board. - The only disks I've seen that will return defects in block format are Quantum disks. IBM and Seagate disks generally will not. They will, however, return defects in physical sector format, as I demonstrated above. - In your example command above, you did not specify either the GLIST or PLIST. That can cause problems with some disks. You may want to specify both the GLIST and PLIST (-PG). I have a Seagate disk that doesn't seem to want to return any defects unless both are specified. - You should specify the -v switch to camcontrol so you have a chance of getting SCSI sense information when the command fails. I won't deny that there may be a problem with getting the defect lists off drives in some cases, but I will say that I haven't seen many problems personally. I'll need some more information (as outlined above) to get an idea of what may be wrong here. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 27 23:20:14 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D997E15017 for ; Fri, 27 Aug 1999 23:20:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA24330; Fri, 27 Aug 1999 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8386514F8F; Fri, 27 Aug 1999 23:11:01 -0700 (PDT) Message-Id: <19990828061101.8386514F8F@hub.freebsd.org> Date: Fri, 27 Aug 1999 23:11:01 -0700 (PDT) From: bifrost@dis.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/13434: Natd Causes Kernel Panic under 3.2-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13434 >Category: kern >Synopsis: Natd Causes Kernel Panic under 3.2-STABLE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 27 23:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Bifrost >Release: 3.2-STABLE >Organization: Dis.Org >Environment: FreeBSD firewall.XXXXX.com 3.2-STABLE FreeBSD 3.2-STABLE #3: Mon Aug 16 17:07:51 PDT 1999 root@firewall.XXXXX.com:/usr/src/sys/compile/FIREWALL i386 >Description: After setting up IPFW rules to enable divert sockets, running natd will cause a kernel panic. This machine has Three Ethernet Interfaces, with bridging enabled. Bridging includes IPFW support. add 300 divert 8668 all from any to X.X.X via fxp0 add 400 divert 8669 all from 10.1.0.0 to any via fxp2 natd -i 8668 -o 8669 -a X.X.X.X -log Instant Kernel Panic. >How-To-Repeat: Start natd with specified parameters. >Fix: N/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 Sat Aug 28 1:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9221614D35 for ; Sat, 28 Aug 1999 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA30327; Sat, 28 Aug 1999 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id 2E60B14D01 for ; Sat, 28 Aug 1999 01:20:49 -0700 (PDT) (envelope-from ycheng@freebsd.sinica.edu.tw) Received: (from ycheng@localhost) by freebsd.sinica.edu.tw (8.9.2/8.9.2) id QAA74263; Sat, 28 Aug 1999 16:24:28 +0800 (CST) (envelope-from ycheng) Message-Id: <199908280824.QAA74263@freebsd.sinica.edu.tw> Date: Sat, 28 Aug 1999 16:24:28 +0800 (CST) From: Yuan-Chen Cheng Reply-To: ycheng@sinica.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/13438: objc forward core dump using system cc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13438 >Category: gnu >Synopsis: objc forward core dump using system cc >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 28 01:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yuan-Chen Cheng >Release: FreeBSD 4.0-19990827-CURRENT i386 >Organization: ASCC >Environment: New install FreeBSD 4.0-19990827-CURRENT i386 >Description: objc forward feature not work. >How-To-Repeat: mkdir test cd test patch < following_patch cc *.m -Wall -lobjc ./a.out core dump with message: Inv val is 134561320 Floating point exception (core dumped) --- /dev/null Wed May 6 04:32:27 1998 +++ DelegatePool.h Wed Aug 11 08:34:58 1999 @@ -0,0 +1,10 @@ +#include + +@interface DelegatePool : Object +{ + id a; +} +- (void) setDeleGate: anObject; +- forward:(SEL)aSel :(arglist_t)argFrame; +@end + --- /dev/null Wed May 6 04:32:27 1998 +++ DelegatePool.m Wed Aug 11 08:34:58 1999 @@ -0,0 +1,22 @@ + +#include "DelegatePool.h" + +@implementation DelegatePool + +- (void) setDeleGate: anObject +{ + a = anObject; +} + +- forward: (SEL)aSel :(arglist_t)argFrame +{ + void *ret = 0; + + if ([a respondsTo:aSel]) + { + ret = [a performv:aSel :argFrame]; + } + return ret; +} + +@end --- /dev/null Wed May 6 04:32:27 1998 +++ Int.h Wed Aug 11 08:34:58 1999 @@ -0,0 +1,11 @@ + +#include + +@interface Int : Object +{ + int i; +} +- (void) set: (int) val; +- (void) print; +@end + --- /dev/null Wed May 6 04:32:27 1998 +++ Int.m Wed Aug 11 08:34:58 1999 @@ -0,0 +1,17 @@ + +#include "Int.h" + +@implementation Int + +- (void) set: (int) val +{ + i = val; +} + +- (void) print +{ + printf("Inv val is %i\n", i); +} + +@end + --- /dev/null Wed May 6 04:32:27 1998 +++ main.m Wed Aug 11 08:34:57 1999 @@ -0,0 +1,16 @@ +#include "Int.h" +#include "DelegatePool.h" + +int main() +{ + id i; + id d; + + i = [[Int new] init] ; + d = [[DelegatePool new] init]; + [d setDeleGate: i]; + [d print]; + return 0; +} + + >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 Sat Aug 28 2:43: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mta3.rcsntx.swbell.net (mta3.rcsntx.swbell.net [151.164.30.27]) by hub.freebsd.org (Postfix) with ESMTP id BD02D15A68 for ; Sat, 28 Aug 1999 02:42:50 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (adsl-216-62-157-60.dsl.hstntx.swbell.net) by mta3.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with ESMTP id <0FH600BSX5J47X@mta3.rcsntx.swbell.net> for freebsd-bugs@FreeBSD.ORG; Sat, 28 Aug 1999 04:40:16 -0500 (CDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id EAA33350; Sat, 28 Aug 1999 04:42:09 -0500 (CDT envelope-from chris) Date: Sat, 28 Aug 1999 04:42:08 -0500 From: Chris Costello Subject: Re: misc/13407: FHS compliancy In-reply-to: To: Neil Zanella Cc: Neil Blakey-Milner , Sheldon Hearn , freebsd-bugs@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <19990828044208.E25872@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i References: <19990827110218.A40666@rucus.ru.ac.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Aug 27, 1999, Neil Zanella wrote: > Required files for /bin: > > * General commands: > The following commands have been included because they are > essential. A few are present because of their traditional > placement in /bin. > + { cat, chgrp, chmod, chown, cp, date, dd, df, dmesg, echo, ^^^^^ This belongs in /sbin. > ed, false, kill, ln, login, ls, mkdir, mknod, more, mount, ^^^^^ ^^^^^ ^^^^ Belong in /usr/bin. > mv, ps, pwd, rm, rmdir, sed, setserial, sh, stty, su, sync, ^^^^^^^^^ Never heard of this. > true, umount, uname } ^^^^^^^^^^^^ Both of these belong in /usr/bin. This standard conflicts quite well with traditional BSD style layouts. -- |Chris Costello |Programmers do it bit by bit. `---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 28 2:48:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mta2.rcsntx.swbell.net (mta2.rcsntx.swbell.net [151.164.30.26]) by hub.freebsd.org (Postfix) with ESMTP id D3DB514FB9 for ; Sat, 28 Aug 1999 02:48:33 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (adsl-216-62-157-60.dsl.hstntx.swbell.net) by mta2.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with ESMTP id <0FH600E915DXM8@mta2.rcsntx.swbell.net> for freebsd-bugs@FreeBSD.ORG; Sat, 28 Aug 1999 04:37:10 -0500 (CDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id EAA33286; Sat, 28 Aug 1999 04:38:56 -0500 (CDT envelope-from chris) Date: Sat, 28 Aug 1999 04:38:56 -0500 From: Chris Costello Subject: Re: misc/13407: FHS compliancy In-reply-to: <19990827213357.A13791@futuresouth.com> To: "Matthew D. Fuller" Cc: Garrett Wollman , Neil Zanella , freebsd-bugs@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <19990828043855.D25872@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i References: <19990827110218.A40666@rucus.ru.ac.za> <199908280221.WAA08122@khavrinen.lcs.mit.edu> <19990827213357.A13791@futuresouth.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Aug 27, 1999, Matthew D. Fuller wrote: > Actually, if we had Perl on /, we could rewrite rc and friends in Perl, > and make it easy{easier} to specify dependancy graphs... And several times slower. -- |Chris Costello |Stupidity got us into this mess -- why can't it get us out? `----------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 28 2:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9000114CC7 for ; Sat, 28 Aug 1999 02:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA33654; Sat, 28 Aug 1999 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 28 Aug 1999 02:50:01 -0700 (PDT) Message-Id: <199908280950.CAA33654@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Costello Subject: Re: kern/13434: Natd Causes Kernel Panic under 3.2-STABLE Reply-To: Chris Costello Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13434; it has been noted by GNATS. From: Chris Costello To: bifrost@dis.org Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/13434: Natd Causes Kernel Panic under 3.2-STABLE Date: Sat, 28 Aug 1999 04:37:02 -0500 On Fri, Aug 27, 1999, bifrost@dis.org wrote: > Instant Kernel Panic. Perhaps you could provide us with some more information. What did the kernel panic message say? -- |Chris Costello |Tomorrow will be canceled due to lack of interest. `-------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 28 3: 4:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id B4CE81533E for ; Sat, 28 Aug 1999 03:04:15 -0700 (PDT) (envelope-from hibma@skylink.it) Received: from heidi.plazza.it (va-152.skylink.it [194.185.55.152]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id MAA14998; Sat, 28 Aug 1999 12:03:09 +0200 Received: from localhost (localhost [127.0.0.1]) by heidi.plazza.it (8.9.3/8.8.5) with ESMTP id KAA04644; Sat, 28 Aug 1999 10:03:06 GMT X-No-Spam: Neither the receipients nor the senders email address(s) are to be used for Unsolicited (Commercial) Email without the explicit written consent of either party; as a per-message fee is incurred for inbound and outbound traffic to the originator. Posted-Date: Sat, 28 Aug 1999 10:03:06 GMT Date: Sat, 28 Aug 1999 12:03:06 +0200 (CEST) From: Nick Hibma X-Sender: n_hibma@heidi.plazza.it Reply-To: Nick Hibma To: Chris Costello Cc: "Matthew D. Fuller" , Garrett Wollman , Neil Zanella , freebsd-bugs@FreeBSD.ORG Subject: Re: misc/13407: FHS compliancy In-Reply-To: <19990828043855.D25872@holly.calldei.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Actually, if we had Perl on /, we could rewrite rc and friends in Perl, > > and make it easy{easier} to specify dependancy graphs... > > And several times slower. Get a cool splash screen ... The little Chuck on a hill from www.jp.freebsd.org is very cute. Nick -- e-Mail: hibma@skylink.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 28 12:57:23 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from poseidon.dcs.napier.ac.uk (poseidon.dcs.napier.ac.uk [146.176.161.4]) by hub.freebsd.org (Postfix) with ESMTP id D2A0B14D01 for ; Sat, 28 Aug 1999 12:57:14 -0700 (PDT) (envelope-from bsc4093@dcs.napier.ac.uk) Received: from artemis (artemis [146.176.161.5]) by poseidon.dcs.napier.ac.uk (8.9.3/8.9.3) with SMTP id UAA06888 for ; Sat, 28 Aug 1999 20:56:02 +0100 (BST) Date: Sat, 28 Aug 1999 20:56:21 +0100 (BST) From: Robin Carey X-Sender: bsc4093@artemis To: freebsd-bugs@freebsd.org Subject: core dumping Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hiya Whilst running a very small executable, FreeBSD-3.1 decided to pump 110 megs of core-file into my space restricted H/D :) Apart from the obvious wonderment of why 110 megs of junk was dumped, I noticed that whilst it was dumping, the entire system was locked up and all other processes weren't getting any CPU. Surely this is a Bad Thing (tm). L8r .... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 28 14:30: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62E3314F8D for ; Sat, 28 Aug 1999 14:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA56637; Sat, 28 Aug 1999 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from installsrv.internet5.net (195-66-61-93.internet5.net [195.66.61.93]) by hub.freebsd.org (Postfix) with ESMTP id 6FFD414FB4 for ; Sat, 28 Aug 1999 14:28:30 -0700 (PDT) (envelope-from matte@installsrv.internet5.net) Received: (from matte@localhost) by installsrv.internet5.net (8.9.3/8.9.3) id VAA55035; Sat, 28 Aug 1999 21:27:58 +0200 (CEST) (envelope-from matte) Message-Id: <199908281927.VAA55035@installsrv.internet5.net> Date: Sat, 28 Aug 1999 21:27:58 +0200 (CEST) From: Mattias Karlsson Reply-To: matte@installsrv.internet5.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/13445: Sysinstall bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13445 >Category: misc >Synopsis: Sysinstall bug >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 28 14:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mattias Karlsson >Release: FreeBSD 3.2-RELEASE i386 >Organization: Internet 5 AB >Environment: >Description: Problem to when sysinstall is going to add the default route if the network card is connected to the network after pressing OK in the network config screen. If this happens then sysinstall hangs forewer if not the machine get's a packet from the router. so the machine get's the routers ethernet address. >How-To-Repeat: Boot from the install disks on FreeBSD and don't plug in the cable in the network card until you have configured the network and the machine say's Adding default route to x.x.x.x. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message