From owner-freebsd-emulation Sun Dec 2 20:54:27 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 7DA5F37B416; Sun, 2 Dec 2001 20:54:22 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fB34sHQ98253; Sun, 2 Dec 2001 20:54:17 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.6) id fB34sIj03580; Sun, 2 Dec 2001 20:54:18 -0800 (PST) (envelope-from marcel) Date: Sun, 2 Dec 2001 20:54:17 -0800 From: Marcel Moolenaar To: Glenn Johnson Cc: emulation@FreeBSD.org Subject: SIOCGIFHWADDR ioctl fails [was: Re: problem with the new linux module] Message-ID: <20011202205417.A3522@dhcp01.pn.xcllnt.net> References: <20011130102101.A5245@node7.cluster.srrc.usda.gov> <20011202180007.A2618@dhcp01.pn.xcllnt.net> <20011203034308.GA643@gforce.johnson.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011203034308.GA643@gforce.johnson.home> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [moved to -emulation] On Sun, Dec 02, 2001 at 09:43:08PM -0600, Glenn Johnson wrote: > > > > > > lmutil - Copyright (C) 1989-2000 Globetrotter Software, Inc. > > > The FLEXlm host ID of this machine is "000102c921d5" [snip] > 692 lmutil CALL linux_ioctl(0x3,SIOCGIFHWADDR,0xbfbff614) > 692 lmutil RET linux_ioctl -1 errno 22 Invalid argument > 692 lmutil CALL close(0x3) > 692 lmutil RET close 0 > 692 lmutil CALL write(0x1,0x280ad000,0x29) > 692 lmutil GIO fd 1 wrote 41 bytes > "The FLEXlm host ID of this machine is "" > " > 692 lmutil RET write 41/0x29 > > I hope this provides what you need. Let me know if you want me to send > the entire ktrace file to you off-list. Yes. This is exactly what I wanted to know. It seems that the FLEXlm host ID is nothing more that the hardware address of (one of) your ethernet card(s) or a mutation of it and that the socket ioctl problem that has hit VMware also seems to have hit you. Do you have an ethernet card with hardware address 00:01:02:c9:21:d5? When was the last time you did a cvsup and rebuilt and install a new kernel? -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sun Dec 2 22:44:58 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id F33A637B41A for ; Sun, 2 Dec 2001 22:44:47 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fB36ilQ98471; Sun, 2 Dec 2001 22:44:47 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.6) id fB36imV04555; Sun, 2 Dec 2001 22:44:48 -0800 (PST) (envelope-from marcel) Date: Sun, 2 Dec 2001 22:44:48 -0800 From: Marcel Moolenaar To: Glenn Johnson Cc: emulation@FreeBSD.ORG Subject: Re: SIOCGIFHWADDR ioctl fails [was: Re: problem with the new linux module] Message-ID: <20011202224448.A4448@dhcp01.pn.xcllnt.net> References: <20011130102101.A5245@node7.cluster.srrc.usda.gov> <20011202180007.A2618@dhcp01.pn.xcllnt.net> <20011203034308.GA643@gforce.johnson.home> <20011202205417.A3522@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <20011202205417.A3522@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Dec 02, 2001 at 08:54:17PM -0800, Marcel Moolenaar wrote: > > 692 lmutil CALL linux_ioctl(0x3,SIOCGIFHWADDR,0xbfbff614) > > 692 lmutil RET linux_ioctl -1 errno 22 Invalid argument > > 692 lmutil CALL close(0x3) > > 692 lmutil RET close 0 > > 692 lmutil CALL write(0x1,0x280ad000,0x29) > > 692 lmutil GIO fd 1 wrote 41 bytes > > "The FLEXlm host ID of this machine is "" > > " > > 692 lmutil RET write 41/0x29 Can you try the attached patch. Note that the patch is against -current. If it doesn't apply cleanly to -stable, let me know. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ioctl.diff" Index: linux_ioctl.c =================================================================== RCS file: /home/ncvs/src/sys/compat/linux/linux_ioctl.c,v retrieving revision 1.76 diff -u -r1.76 linux_ioctl.c --- linux_ioctl.c 19 Nov 2001 15:43:45 -0000 1.76 +++ linux_ioctl.c 3 Dec 2001 06:17:55 -0000 @@ -1793,6 +1793,7 @@ struct ifnet *ifp; int len, unit; char *ep; + int is_eth, index; for (len = 0; len < LINUX_IFNAMSIZ; ++len) if (!isalpha(lxname[len])) @@ -1802,13 +1803,18 @@ unit = (int)strtoul(lxname + len, &ep, 10); if (ep == NULL || ep == lxname + len || ep >= lxname + LINUX_IFNAMSIZ) return (NULL); + index = 0; + is_eth = (len == 3 && !strncmp(lxname, "eth", len)) ? 1 : 0; TAILQ_FOREACH(ifp, &ifnet, if_link) { - /* allow Linux programs to use FreeBSD names */ + /* + * Allow Linux programs to use FreeBSD names. Don't presume + * we never have an interface named "eth", so don't make + * the test optional based on is_eth. + */ if (ifp->if_unit == unit && ifp->if_name[len] == '\0' && strncmp(ifp->if_name, lxname, len) == 0) break; - if (ifp->if_index == unit && IFP_IS_ETH(ifp) && - strncmp(lxname, "eth", len) == 0) + if (is_eth && IFP_IS_ETH(ifp) && unit == index++) break; } if (ifp != NULL) --/9DWx/yDrRhgMJTb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Dec 3 6:30: 5 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id C8B2B37B405 for ; Mon, 3 Dec 2001 06:30:01 -0800 (PST) Received: (qmail 25043 invoked by uid 0); 3 Dec 2001 14:30:00 -0000 Received: from pd9590d5c.dip.t-dialin.net (HELO nordstern) (217.89.13.92) by mail.gmx.net (mp016-rz3) with SMTP; 3 Dec 2001 14:30:00 -0000 Subject: load linux .so From: Klaus Herrmann To: freebsd-emulation@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-4Cb26tvREmfSc10h+dZM" X-Mailer: Evolution/0.99.0 (Preview Release) Date: 03 Dec 2001 13:32:36 -0100 Message-Id: <1007389957.2106.0.camel@nordstern.own> Mime-Version: 1.0 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-4Cb26tvREmfSc10h+dZM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi! Is there any chance to load a linux elf shared library in a freebsd binary? btw, do you have any ideas how one could make freebsd browsers load linux plugins? something like the crossover plugin? thanks in advance! regards, klaus --=-4Cb26tvREmfSc10h+dZM Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8C40DP+5iE7UMdgARAtKkAJ4o9RGsOl+L/nGzFJv4IShmEPWYSACgkAlG 1JijsJIHAdngRJfiPWqO6Ow= =m0x5 -----END PGP SIGNATURE----- --=-4Cb26tvREmfSc10h+dZM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Dec 3 7:42:22 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (Postfix) with ESMTP id 63A5737B405 for ; Mon, 3 Dec 2001 07:42:19 -0800 (PST) Received: from node7.cluster.srrc.usda.gov (node7.cluster.srrc.usda.gov [192.168.1.7]) by symbion.srrc.usda.gov (8.11.6/8.11.6) with ESMTP id fB3FgHE00953; Mon, 3 Dec 2001 09:42:17 -0600 (CST) (envelope-from gjohnson@srrc.ars.usda.gov) Received: (from glenn@localhost) by node7.cluster.srrc.usda.gov (8.11.6/8.11.6) id fB3FgR200736; Mon, 3 Dec 2001 09:42:27 -0600 (CST) (envelope-from glenn) Date: Mon, 3 Dec 2001 09:42:27 -0600 From: Glenn Johnson To: Marcel Moolenaar Cc: emulation@FreeBSD.ORG Subject: Re: SIOCGIFHWADDR ioctl fails [was: Re: problem with the new linux module] Message-ID: <20011203094227.A592@node7.cluster.srrc.usda.gov> References: <20011130102101.A5245@node7.cluster.srrc.usda.gov> <20011202180007.A2618@dhcp01.pn.xcllnt.net> <20011203034308.GA643@gforce.johnson.home> <20011202205417.A3522@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011202205417.A3522@dhcp01.pn.xcllnt.net>; from marcel@xcllnt.net on Sun, Dec 02, 2001 at 08:54:17PM -0800 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Dec 02, 2001 at 08:54:17PM -0800, Marcel Moolenaar wrote: > On Sun, Dec 02, 2001 at 09:43:08PM -0600, Glenn Johnson wrote: > > > 692 lmutil CALL linux_ioctl(0x3,SIOCGIFHWADDR,0xbfbff614) > > 692 lmutil RET linux_ioctl -1 errno 22 Invalid argument > > 692 lmutil CALL close(0x3) > > 692 lmutil RET close 0 > > 692 lmutil CALL write(0x1,0x280ad000,0x29) > > 692 lmutil GIO fd 1 wrote 41 bytes > > "The FLEXlm host ID of this machine is "" > > " > > 692 lmutil RET write 41/0x29 > > > > I hope this provides what you need. Let me know if you want me to send > > the entire ktrace file to you off-list. > > Yes. This is exactly what I wanted to know. It seems that the FLEXlm > host ID is nothing more that the hardware address of (one of) your > ethernet card(s) or a mutation of it and that the socket ioctl problem > that has hit VMware also seems to have hit you. > > Do you have an ethernet card with hardware address 00:01:02:c9:21:d5? > When was the last time you did a cvsup and rebuilt and install a new > kernel? Yes, I have an ethernet card with that hardware address. I did a cvsup and a rebuild of the kernel and world last night on my home machine. The problem was still there. -- Glenn Johnson USDA, ARS, SRRC Phone: (504) 286-4252 New Orleans, LA 70124 e-mail: gjohnson@srrc.ars.usda.gov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Dec 3 7:49:15 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (Postfix) with ESMTP id D575E37B416 for ; Mon, 3 Dec 2001 07:49:12 -0800 (PST) Received: from node7.cluster.srrc.usda.gov (node7.cluster.srrc.usda.gov [192.168.1.7]) by symbion.srrc.usda.gov (8.11.6/8.11.6) with ESMTP id fB3FnBE00967; Mon, 3 Dec 2001 09:49:11 -0600 (CST) (envelope-from gjohnson@srrc.ars.usda.gov) Received: (from glenn@localhost) by node7.cluster.srrc.usda.gov (8.11.6/8.11.6) id fB3FnBj00875; Mon, 3 Dec 2001 09:49:11 -0600 (CST) (envelope-from glenn) Date: Mon, 3 Dec 2001 09:49:11 -0600 From: Glenn Johnson To: Marcel Moolenaar Cc: emulation@FreeBSD.ORG Subject: Re: SIOCGIFHWADDR ioctl fails [was: Re: problem with the new linux module] Message-ID: <20011203094911.C592@node7.cluster.srrc.usda.gov> References: <20011130102101.A5245@node7.cluster.srrc.usda.gov> <20011202180007.A2618@dhcp01.pn.xcllnt.net> <20011203034308.GA643@gforce.johnson.home> <20011202205417.A3522@dhcp01.pn.xcllnt.net> <20011202224448.A4448@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011202224448.A4448@dhcp01.pn.xcllnt.net>; from marcel@xcllnt.net on Sun, Dec 02, 2001 at 10:44:48PM -0800 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Dec 02, 2001 at 10:44:48PM -0800, Marcel Moolenaar wrote: > Can you try the attached patch. Note that the patch is against > -current. If it doesn't apply cleanly to -stable, let me know. I will try it out this morning. Thanks. -- Glenn Johnson USDA, ARS, SRRC Phone: (504) 286-4252 New Orleans, LA 70124 e-mail: gjohnson@srrc.ars.usda.gov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Dec 3 9:23:26 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (Postfix) with ESMTP id 0B46337B417 for ; Mon, 3 Dec 2001 09:23:24 -0800 (PST) Received: from node7.cluster.srrc.usda.gov (node7.cluster.srrc.usda.gov [192.168.1.7]) by symbion.srrc.usda.gov (8.11.6/8.11.6) with ESMTP id fB3HNIE01114; Mon, 3 Dec 2001 11:23:22 -0600 (CST) (envelope-from gjohnson@srrc.ars.usda.gov) Received: (from glenn@localhost) by node7.cluster.srrc.usda.gov (8.11.6/8.11.6) id fB3HNHG09597; Mon, 3 Dec 2001 11:23:17 -0600 (CST) (envelope-from glenn) Date: Mon, 3 Dec 2001 11:23:17 -0600 From: Glenn Johnson To: Marcel Moolenaar Cc: emulation@FreeBSD.ORG Subject: Re: SIOCGIFHWADDR ioctl fails [was: Re: problem with the new linux module] Message-ID: <20011203112317.A9436@node7.cluster.srrc.usda.gov> References: <20011130102101.A5245@node7.cluster.srrc.usda.gov> <20011202180007.A2618@dhcp01.pn.xcllnt.net> <20011203034308.GA643@gforce.johnson.home> <20011202205417.A3522@dhcp01.pn.xcllnt.net> <20011202224448.A4448@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011202224448.A4448@dhcp01.pn.xcllnt.net>; from marcel@xcllnt.net on Sun, Dec 02, 2001 at 10:44:48PM -0800 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Dec 02, 2001 at 10:44:48PM -0800, Marcel Moolenaar wrote: > Can you try the attached patch. Note that the patch is against > -current. If it doesn't apply cleanly to -stable, let me know. The patch fixes the problem. It does apply cleanly to the linux_ioctl.c file (v 1.55.2.6) in -stable with a -412 line offset. I did a fresh cvsup, applied the patch, rebuilt everything, and rebooted. Thank you for providing the fix. -- Glenn Johnson USDA, ARS, SRRC Phone: (504) 286-4252 New Orleans, LA 70124 e-mail: gjohnson@srrc.ars.usda.gov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Dec 3 19:57:46 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 3F82037B405 for ; Mon, 3 Dec 2001 19:57:24 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fB43vNQ01593; Mon, 3 Dec 2001 19:57:23 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.6) id fB43vSM00720; Mon, 3 Dec 2001 19:57:28 -0800 (PST) (envelope-from marcel) Date: Mon, 3 Dec 2001 19:57:28 -0800 From: Marcel Moolenaar To: Glenn Johnson Cc: emulation@FreeBSD.ORG Subject: Re: SIOCGIFHWADDR ioctl fails [was: Re: problem with the new linux module] Message-ID: <20011203195727.A712@dhcp01.pn.xcllnt.net> References: <20011130102101.A5245@node7.cluster.srrc.usda.gov> <20011202180007.A2618@dhcp01.pn.xcllnt.net> <20011203034308.GA643@gforce.johnson.home> <20011202205417.A3522@dhcp01.pn.xcllnt.net> <20011202224448.A4448@dhcp01.pn.xcllnt.net> <20011203112317.A9436@node7.cluster.srrc.usda.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011203112317.A9436@node7.cluster.srrc.usda.gov> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Dec 03, 2001 at 11:23:17AM -0600, Glenn Johnson wrote: > > The patch fixes the problem. Ok, thanks. I've committed the patch to -current. The MFC will happen in about 3 days. Kick me if it didn't happen by the end of the week :-) -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Dec 4 2:28:21 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by hub.freebsd.org (Postfix) with ESMTP id 63DBB37B416 for ; Tue, 4 Dec 2001 02:28:15 -0800 (PST) Received: from laptop.6bone.nl (penguin.ripe.net [193.0.1.232]) by birch.ripe.net (8.11.6/8.11.6) with SMTP id fB4AS3G21067; Tue, 4 Dec 2001 11:28:03 +0100 Received: (nullmailer pid 6582 invoked by uid 1000); Wed, 21 Nov 2001 16:04:31 -0000 Date: Wed, 21 Nov 2001 17:04:31 +0100 From: Mark Santcroos To: vsilyaev@mindspring.com, Marcel Moolenaar Cc: freebsd-emulation@FreeBSD.ORG, Munehiro Matsuda Subject: Re: vmware2 build fails on -current today Message-ID: <20011121170430.A710@laptop.6bone.nl> References: <86zo5h3jys.fsf@gradius.wdb.co.kr> <20011121002047G.haro@h4.dion.ne.jp> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011121002047G.haro@h4.dion.ne.jp>; from haro@h4.dion.ne.jp on Wed, Nov 21, 2001 at 12:20:47AM +0900 X-Handles: MS6-6BONE, MS18417-RIPE Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Vladimir/Marcel, Can you apply the attached patch suggested by Munehiro. Thanks Mark On Wed, Nov 21, 2001 at 12:20:47AM +0900, Munehiro Matsuda wrote: > From: CHOI Junho > Date: 20 Nov 2001 17:49:47 +0900 > :: > ::Hi, > :: > ::Due to recent change on pmap.[ch], vmware2 build fails... Can somebody > ::fix this? > :: > ::I am using -current built yesterday(11/19). > > I don't have patch for it, but you could changed the line in hostif.c, > from: > pt_entry_t pteptr = (pt_entry_t)vtopte(addr); > > to: > pt_entry_t *pteptr = vtopte(addr); > > to get it compile. > > Hope this helps, > Haro > =------------------------------------------------------------------------------ > _ _ Munehiro (haro) Matsuda > -|- /_\ |_|_| Business Incubation Dept., Kubota Corp. > /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome > Chuo-ku Tokyo 103-8310, Japan > Tel: +81-3-3245-3318 Fax: +81-3-3245-3315 > Email: haro@kubota.co.jp > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="vmware_pmap.patch" --- hostif.c.old Wed Nov 21 16:59:54 2001 +++ hostif.c Wed Nov 21 16:59:00 2001 @@ -170,7 +170,7 @@ { #define DEB(x) caddr_t addr = (caddr_t)VPN_2_VA(ppn); - pt_entry_t pteptr = (pt_entry_t)vtopte(addr); + pt_entry_t *pteptr = vtopte(addr); PTE pte; DEB(printf("FindMPN: for page %d address %p(phys %p) pteptr %p", ppn, addr, (caddr_t)vtophys(addr), pteptr)); --cNdxnHkX5QqsyA0e-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Dec 4 2:33: 4 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by hub.freebsd.org (Postfix) with ESMTP id 890B137B417 for ; Tue, 4 Dec 2001 02:32:59 -0800 (PST) Received: from laptop.6bone.nl (penguin.ripe.net [193.0.1.232]) by birch.ripe.net (8.11.6/8.11.6) with SMTP id fB4AWoG22308; Tue, 4 Dec 2001 11:32:50 +0100 Received: (nullmailer pid 28782 invoked by uid 1000); Tue, 04 Dec 2001 10:32:50 -0000 Date: Tue, 4 Dec 2001 11:32:50 +0100 From: Mark Santcroos To: vsilyaev@mindspring.com, Marcel Moolenaar Cc: freebsd-emulation@FreeBSD.ORG, Munehiro Matsuda Subject: Re: vmware2 build fails on -current today Message-ID: <20011204113250.E23525@laptop.6bone.nl> References: <86zo5h3jys.fsf@gradius.wdb.co.kr> <20011121002047G.haro@h4.dion.ne.jp> <20011121170430.A710@laptop.6bone.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011121170430.A710@laptop.6bone.nl>; from marks@ripe.net on Wed, Nov 21, 2001 at 05:04:31PM +0100 X-Handles: MS6-6BONE, MS18417-RIPE Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sorry for sending it this late, forgot to send it earlier. Marcel: ofcourse I meant to ask to patch it conditionally on -CURRENT just like the KSE patch. Mark On Wed, Nov 21, 2001 at 05:04:31PM +0100, Mark Santcroos wrote: > Hi Vladimir/Marcel, > > Can you apply the attached patch suggested by Munehiro. > > Thanks > > Mark > > > On Wed, Nov 21, 2001 at 12:20:47AM +0900, Munehiro Matsuda wrote: > > From: CHOI Junho > > Date: 20 Nov 2001 17:49:47 +0900 > > :: > > ::Hi, > > :: > > ::Due to recent change on pmap.[ch], vmware2 build fails... Can somebody > > ::fix this? > > :: > > ::I am using -current built yesterday(11/19). > > > > I don't have patch for it, but you could changed the line in hostif.c, > > from: > > pt_entry_t pteptr = (pt_entry_t)vtopte(addr); > > > > to: > > pt_entry_t *pteptr = vtopte(addr); > > > > to get it compile. > > > > Hope this helps, > > Haro > > =------------------------------------------------------------------------------ > > _ _ Munehiro (haro) Matsuda > > -|- /_\ |_|_| Business Incubation Dept., Kubota Corp. > > /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome > > Chuo-ku Tokyo 103-8310, Japan > > Tel: +81-3-3245-3318 Fax: +81-3-3245-3315 > > Email: haro@kubota.co.jp > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-emulation" in the body of the message > > -- > Mark Santcroos RIPE Network Coordination Centre > http://www.ripe.net/home/mark/ New Projects Group/TTM > --- hostif.c.old Wed Nov 21 16:59:54 2001 > +++ hostif.c Wed Nov 21 16:59:00 2001 > @@ -170,7 +170,7 @@ > { > #define DEB(x) > caddr_t addr = (caddr_t)VPN_2_VA(ppn); > - pt_entry_t pteptr = (pt_entry_t)vtopte(addr); > + pt_entry_t *pteptr = vtopte(addr); > PTE pte; > > DEB(printf("FindMPN: for page %d address %p(phys %p) pteptr %p", ppn, addr, (caddr_t)vtophys(addr), pteptr)); -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Dec 4 8:26:25 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id E39F337B41B for ; Tue, 4 Dec 2001 08:26:21 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id fB4GQDN92512; Tue, 4 Dec 2001 11:26:13 -0500 (EST) (envelope-from mwlucas) Date: Tue, 4 Dec 2001 11:26:13 -0500 From: Michael Lucas To: Klaus Herrmann Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: load linux .so Message-ID: <20011204112613.A92468@blackhelicopters.org> References: <1007389957.2106.0.camel@nordstern.own> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1007389957.2106.0.camel@nordstern.own>; from klaus.herrmann@gmx.net on Mon, Dec 03, 2001 at 01:32:36PM -0100 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Dec 03, 2001 at 01:32:36PM -0100, Klaus Herrmann wrote: > Hi! > > Is there any chance to load a linux elf shared library in a freebsd > binary? No, not even a small chance. > btw, do you have any ideas how one could make freebsd browsers load > linux plugins? something like the crossover plugin? Sorry, you don't. Try /usr/ports/www/plugger, it solved 99% of my plugin problems. ==ml -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Dec 4 8:30:38 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from scotth.emsphone.com (scotth.emsphone.com [199.67.51.179]) by hub.freebsd.org (Postfix) with ESMTP id 6CC4437B417 for ; Tue, 4 Dec 2001 08:30:35 -0800 (PST) Received: (from shildret@localhost) by scotth.emsphone.com (8.11.1/8.11.1) id fB4GUfD15532; Tue, 4 Dec 2001 10:30:41 -0600 (CST) (envelope-from shildret) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011204112613.A92468@blackhelicopters.org> Date: Tue, 04 Dec 2001 10:30:41 -0600 (CST) From: "Scott T. Hildreth" To: Michael Lucas Subject: Re: load linux .so Cc: freebsd-emulation@FreeBSD.ORG, Klaus Herrmann Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I just tried to install it and the port can't find, >> unix-sdk-3.0b5.tar.Z doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://fredrik.hubbe.net/plugger/. fetch: unix-sdk-3.0b5.tar.Z: Not Found >> Attempting to fetch from ftp://ftp.netscape.com/pub/sdk/plugin/unix/. fetch: unix-sdk-3.0b5.tar.Z: Protocol error >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: unix-sdk-3.0b5.tar.Z: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. On 04-Dec-01 Michael Lucas wrote: > On Mon, Dec 03, 2001 at 01:32:36PM -0100, Klaus Herrmann wrote: >> Hi! >> >> Is there any chance to load a linux elf shared library in a freebsd >> binary? > > No, not even a small chance. > >> btw, do you have any ideas how one could make freebsd browsers load >> linux plugins? something like the crossover plugin? > > Sorry, you don't. Try /usr/ports/www/plugger, it solved 99% of my > plugin problems. > > ==ml > > > -- > Michael Lucas > mwlucas@FreeBSD.org, mwlucas@blackhelicopters.org > http://www.blackhelicopters.org/~mwlucas/ > Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message ---------------------------------- E-Mail: Scott T. Hildreth Date: 04-Dec-01 Time: 10:29:37 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Dec 4 9:13:25 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 4DF9737B41A for ; Tue, 4 Dec 2001 09:13:20 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id fB4HDD392753; Tue, 4 Dec 2001 12:13:13 -0500 (EST) (envelope-from mwlucas) Date: Tue, 4 Dec 2001 12:13:13 -0500 From: Michael Lucas To: "Scott T. Hildreth" Cc: freebsd-emulation@FreeBSD.ORG, Klaus Herrmann Subject: Re: load linux .so Message-ID: <20011204121313.A92697@blackhelicopters.org> References: <20011204112613.A92468@blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from shildreth@emsphone.com on Tue, Dec 04, 2001 at 10:30:41AM -0600 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hmmm... try some of the other FreeBSD FTP mirrors, and see what happens. On Tue, Dec 04, 2001 at 10:30:41AM -0600, Scott T. Hildreth wrote: > > I just tried to install it and the port can't find, > > >> unix-sdk-3.0b5.tar.Z doesn't seem to exist in /usr/ports/distfiles/. > >> Attempting to fetch from http://fredrik.hubbe.net/plugger/. > fetch: unix-sdk-3.0b5.tar.Z: Not Found > >> Attempting to fetch from ftp://ftp.netscape.com/pub/sdk/plugin/unix/. > fetch: unix-sdk-3.0b5.tar.Z: Protocol error > >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: unix-sdk-3.0b5.tar.Z: File unavailable (e.g., file not found, no access) > >> Couldn't fetch it - please try to retrieve this > >> port manually into /usr/ports/distfiles/ and try again. > > On 04-Dec-01 Michael Lucas wrote: > > On Mon, Dec 03, 2001 at 01:32:36PM -0100, Klaus Herrmann wrote: > >> Hi! > >> > >> Is there any chance to load a linux elf shared library in a freebsd > >> binary? > > > > No, not even a small chance. > > > >> btw, do you have any ideas how one could make freebsd browsers load > >> linux plugins? something like the crossover plugin? > > > > Sorry, you don't. Try /usr/ports/www/plugger, it solved 99% of my > > plugin problems. > > > > ==ml > > > > > > -- > > Michael Lucas > > mwlucas@FreeBSD.org, mwlucas@blackhelicopters.org > > http://www.blackhelicopters.org/~mwlucas/ > > Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-emulation" in the body of the message > > ---------------------------------- > E-Mail: Scott T. Hildreth > Date: 04-Dec-01 > Time: 10:29:37 > ---------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Dec 4 9:17:42 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from scotth.emsphone.com (scotth.emsphone.com [199.67.51.179]) by hub.freebsd.org (Postfix) with ESMTP id 3FE4237B405 for ; Tue, 4 Dec 2001 09:17:34 -0800 (PST) Received: (from shildret@localhost) by scotth.emsphone.com (8.11.1/8.11.1) id fB4HHfA33068; Tue, 4 Dec 2001 11:17:41 -0600 (CST) (envelope-from shildret) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011204121313.A92697@blackhelicopters.org> Date: Tue, 04 Dec 2001 11:17:41 -0600 (CST) From: "Scott T. Hildreth" To: Michael Lucas Subject: Re: load linux .so Cc: freebsd-emulation@FreeBSD.ORG, Klaus Herrmann Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Actually, as soon as I posted, a co-worker downloaded it from netscape.com and I got the port installed. Thanks for the info, I never knew about plugger. Now all I need to do is try it out. On 04-Dec-01 Michael Lucas wrote: > Hmmm... try some of the other FreeBSD FTP mirrors, and see what > happens. > > On Tue, Dec 04, 2001 at 10:30:41AM -0600, Scott T. Hildreth wrote: >> >> I just tried to install it and the port can't find, >> >> >> unix-sdk-3.0b5.tar.Z doesn't seem to exist in /usr/ports/distfiles/. >> >> Attempting to fetch from http://fredrik.hubbe.net/plugger/. >> fetch: unix-sdk-3.0b5.tar.Z: Not Found >> >> Attempting to fetch from ftp://ftp.netscape.com/pub/sdk/plugin/unix/. >> fetch: unix-sdk-3.0b5.tar.Z: Protocol error >> >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. >> fetch: unix-sdk-3.0b5.tar.Z: File unavailable (e.g., file not found, no access) >> >> Couldn't fetch it - please try to retrieve this >> >> port manually into /usr/ports/distfiles/ and try again. >> >> On 04-Dec-01 Michael Lucas wrote: >> > On Mon, Dec 03, 2001 at 01:32:36PM -0100, Klaus Herrmann wrote: >> >> Hi! >> >> >> >> Is there any chance to load a linux elf shared library in a freebsd >> >> binary? >> > >> > No, not even a small chance. >> > >> >> btw, do you have any ideas how one could make freebsd browsers load >> >> linux plugins? something like the crossover plugin? >> > >> > Sorry, you don't. Try /usr/ports/www/plugger, it solved 99% of my >> > plugin problems. >> > >> > ==ml >> > >> > >> > -- >> > Michael Lucas >> > mwlucas@FreeBSD.org, mwlucas@blackhelicopters.org >> > http://www.blackhelicopters.org/~mwlucas/ >> > Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons >> > >> > To Unsubscribe: send mail to majordomo@FreeBSD.org >> > with "unsubscribe freebsd-emulation" in the body of the message >> >> ---------------------------------- >> E-Mail: Scott T. Hildreth >> Date: 04-Dec-01 >> Time: 10:29:37 >> ---------------------------------- >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-emulation" in the body of the message > > -- > Michael Lucas > mwlucas@FreeBSD.org, mwlucas@blackhelicopters.org > http://www.blackhelicopters.org/~mwlucas/ > Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message ---------------------------------- E-Mail: Scott T. Hildreth Date: 04-Dec-01 Time: 11:14:59 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Dec 4 9:28:29 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 9780C37B440 for ; Tue, 4 Dec 2001 09:27:27 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id fB4HRPI92832; Tue, 4 Dec 2001 12:27:25 -0500 (EST) (envelope-from mwlucas) Date: Tue, 4 Dec 2001 12:27:25 -0500 From: Michael Lucas To: "Scott T. Hildreth" Cc: freebsd-emulation@FreeBSD.ORG, Klaus Herrmann Subject: Re: load linux .so Message-ID: <20011204122725.A92820@blackhelicopters.org> References: <20011204121313.A92697@blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from shildreth@emsphone.com on Tue, Dec 04, 2001 at 11:17:41AM -0600 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Do check the plugger home page. Or wait a couple of weeks for my Plugger article in my column. On Tue, Dec 04, 2001 at 11:17:41AM -0600, Scott T. Hildreth wrote: > > Actually, as soon as I posted, a co-worker downloaded it from > netscape.com and I got the port installed. Thanks for the info, > I never knew about plugger. Now all I need to do is try it out. > > On 04-Dec-01 Michael Lucas wrote: > > Hmmm... try some of the other FreeBSD FTP mirrors, and see what > > happens. > > > > On Tue, Dec 04, 2001 at 10:30:41AM -0600, Scott T. Hildreth wrote: > >> > >> I just tried to install it and the port can't find, > >> > >> >> unix-sdk-3.0b5.tar.Z doesn't seem to exist in /usr/ports/distfiles/. > >> >> Attempting to fetch from http://fredrik.hubbe.net/plugger/. > >> fetch: unix-sdk-3.0b5.tar.Z: Not Found > >> >> Attempting to fetch from ftp://ftp.netscape.com/pub/sdk/plugin/unix/. > >> fetch: unix-sdk-3.0b5.tar.Z: Protocol error > >> >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > >> fetch: unix-sdk-3.0b5.tar.Z: File unavailable (e.g., file not found, no access) > >> >> Couldn't fetch it - please try to retrieve this > >> >> port manually into /usr/ports/distfiles/ and try again. > >> > >> On 04-Dec-01 Michael Lucas wrote: > >> > On Mon, Dec 03, 2001 at 01:32:36PM -0100, Klaus Herrmann wrote: > >> >> Hi! > >> >> > >> >> Is there any chance to load a linux elf shared library in a freebsd > >> >> binary? > >> > > >> > No, not even a small chance. > >> > > >> >> btw, do you have any ideas how one could make freebsd browsers load > >> >> linux plugins? something like the crossover plugin? > >> > > >> > Sorry, you don't. Try /usr/ports/www/plugger, it solved 99% of my > >> > plugin problems. > >> > > >> > ==ml > >> > > >> > > >> > -- > >> > Michael Lucas > >> > mwlucas@FreeBSD.org, mwlucas@blackhelicopters.org > >> > http://www.blackhelicopters.org/~mwlucas/ > >> > Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > >> > > >> > To Unsubscribe: send mail to majordomo@FreeBSD.org > >> > with "unsubscribe freebsd-emulation" in the body of the message > >> > >> ---------------------------------- > >> E-Mail: Scott T. Hildreth > >> Date: 04-Dec-01 > >> Time: 10:29:37 > >> ---------------------------------- > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-emulation" in the body of the message > > > > -- > > Michael Lucas > > mwlucas@FreeBSD.org, mwlucas@blackhelicopters.org > > http://www.blackhelicopters.org/~mwlucas/ > > Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-emulation" in the body of the message > > ---------------------------------- > E-Mail: Scott T. Hildreth > Date: 04-Dec-01 > Time: 11:14:59 > ---------------------------------- -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Dec 4 10:45:31 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from femail22.sdc1.sfba.home.com (femail22.sdc1.sfba.home.com [24.0.95.147]) by hub.freebsd.org (Postfix) with ESMTP id D41D037B405 for ; Tue, 4 Dec 2001 10:45:25 -0800 (PST) Received: from server-ext.vns.oc.ca.ua ([24.38.95.69]) by femail22.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011204184525.VLZD12947.femail22.sdc1.sfba.home.com@server-ext.vns.oc.ca.ua>; Tue, 4 Dec 2001 10:45:25 -0800 Received: (from vsilyaev@localhost) by server-ext.vns.oc.ca.ua (8.11.6/8.11.6) id fB4IjMa00683; Tue, 4 Dec 2001 10:45:22 -0800 (PST) (envelope-from vns) Date: Tue, 4 Dec 2001 10:45:22 -0800 From: "Vladimir N. Silyaev" To: Mark Santcroos Cc: Marcel Moolenaar , freebsd-emulation@FreeBSD.ORG, Munehiro Matsuda Subject: Re: vmware2 build fails on -current today Message-ID: <20011204104522.B620@server-ext.vns.oc.ca.ua> References: <86zo5h3jys.fsf@gradius.wdb.co.kr> <20011121002047G.haro@h4.dion.ne.jp> <20011121170430.A710@laptop.6bone.nl> <20011204113250.E23525@laptop.6bone.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011204113250.E23525@laptop.6bone.nl>; from marks@ripe.net on Tue, Dec 04, 2001 at 11:32:50AM +0100 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sure, the patch looks good to me. Unfortunatly I don't have commit priveleges, so probably Marcel can help us. -- Vladimir On Tue, Dec 04, 2001 at 11:32:50AM +0100, Mark Santcroos wrote: > Sorry for sending it this late, forgot to send it earlier. > > Marcel: ofcourse I meant to ask to patch it conditionally on -CURRENT just > like the KSE patch. > > Mark > > On Wed, Nov 21, 2001 at 05:04:31PM +0100, Mark Santcroos wrote: > > Hi Vladimir/Marcel, > > > > Can you apply the attached patch suggested by Munehiro. > > > > Thanks > > > > Mark > > > > > > On Wed, Nov 21, 2001 at 12:20:47AM +0900, Munehiro Matsuda wrote: > > > From: CHOI Junho > > > Date: 20 Nov 2001 17:49:47 +0900 > > > :: > > > ::Hi, > > > :: > > > ::Due to recent change on pmap.[ch], vmware2 build fails... Can somebody > > > ::fix this? > > > :: > > > ::I am using -current built yesterday(11/19). > > > > > > I don't have patch for it, but you could changed the line in hostif.c, > > > from: > > > pt_entry_t pteptr = (pt_entry_t)vtopte(addr); > > > > > > to: > > > pt_entry_t *pteptr = vtopte(addr); > > > > > > to get it compile. > > > > > > Hope this helps, > > > Haro > > > =------------------------------------------------------------------------------ > > > _ _ Munehiro (haro) Matsuda > > > -|- /_\ |_|_| Business Incubation Dept., Kubota Corp. > > > /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome > > > Chuo-ku Tokyo 103-8310, Japan > > > Tel: +81-3-3245-3318 Fax: +81-3-3245-3315 > > > Email: haro@kubota.co.jp > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-emulation" in the body of the message > > > > -- > > Mark Santcroos RIPE Network Coordination Centre > > http://www.ripe.net/home/mark/ New Projects Group/TTM > > > --- hostif.c.old Wed Nov 21 16:59:54 2001 > > +++ hostif.c Wed Nov 21 16:59:00 2001 > > @@ -170,7 +170,7 @@ > > { > > #define DEB(x) > > caddr_t addr = (caddr_t)VPN_2_VA(ppn); > > - pt_entry_t pteptr = (pt_entry_t)vtopte(addr); > > + pt_entry_t *pteptr = vtopte(addr); > > PTE pte; > > > > DEB(printf("FindMPN: for page %d address %p(phys %p) pteptr %p", ppn, addr, (caddr_t)vtophys(addr), pteptr)); > > > -- > Mark Santcroos RIPE Network Coordination Centre > http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Dec 4 22:50:36 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id BBF6937B417 for ; Tue, 4 Dec 2001 22:50:22 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fB56oKQ05218; Tue, 4 Dec 2001 22:50:20 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.6) id fB56oRb03243; Tue, 4 Dec 2001 22:50:27 -0800 (PST) (envelope-from marcel) Date: Tue, 4 Dec 2001 22:50:27 -0800 From: Marcel Moolenaar To: "Vladimir N. Silyaev" Cc: Mark Santcroos , freebsd-emulation@FreeBSD.ORG, Munehiro Matsuda Subject: Re: vmware2 build fails on -current today Message-ID: <20011204225027.D628@dhcp01.pn.xcllnt.net> References: <86zo5h3jys.fsf@gradius.wdb.co.kr> <20011121002047G.haro@h4.dion.ne.jp> <20011121170430.A710@laptop.6bone.nl> <20011204113250.E23525@laptop.6bone.nl> <20011204104522.B620@server-ext.vns.oc.ca.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011204104522.B620@server-ext.vns.oc.ca.ua> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Dec 04, 2001 at 10:45:22AM -0800, Vladimir N. Silyaev wrote: > Sure, the patch looks good to me. > > Unfortunatly I don't have commit priveleges, so probably Marcel > can help us. Attached the complete diffs. I'm not really happy with it as it is, but I'm not sure if there's a better way that doesn't add too much complexity. Thoughts? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/vmware2/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- Makefile 11 Nov 2001 08:36:28 -0000 1.41 +++ Makefile 5 Dec 2001 04:47:11 -0000 @@ -87,6 +87,7 @@ post-patch: .if ${OSVERSION} >= 500023 cat ${FILESDIR}/kse.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1 + cat ${FILESDIR}/pmap.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1 .endif ${CP} ${FILESDIR}/Makefile ${WRKSRC} ${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile With pmap.patch as submitted: --- vmmon-only/freebsd/hostif.c.orig Tue Dec 4 20:49:08 2001 +++ vmmon-only/freebsd/hostif.c Tue Dec 4 20:49:44 2001 @@ -170,7 +170,7 @@ { #define DEB(x) caddr_t addr = (caddr_t)VPN_2_VA(ppn); - pt_entry_t pteptr = (pt_entry_t)vtopte(addr); + pt_entry_t *pteptr = vtopte(addr); PTE pte; DEB(printf("FindMPN: for page %d address %p(phys %p) pteptr %p", ppn, addr, (caddr_t)vtophys(addr), pteptr)); -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Dec 5 0:26: 3 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by hub.freebsd.org (Postfix) with ESMTP id C11CA37B416 for ; Wed, 5 Dec 2001 00:25:58 -0800 (PST) Received: from laptop.6bone.nl (penguin.ripe.net [193.0.1.232]) by birch.ripe.net (8.11.6/8.11.6) with SMTP id fB58PiG14547; Wed, 5 Dec 2001 09:25:44 +0100 Received: (nullmailer pid 33659 invoked by uid 1000); Wed, 05 Dec 2001 08:25:44 -0000 Date: Wed, 5 Dec 2001 09:25:44 +0100 From: Mark Santcroos To: Marcel Moolenaar Cc: "Vladimir N. Silyaev" , freebsd-emulation@FreeBSD.ORG, Munehiro Matsuda Subject: Re: vmware2 build fails on -current today Message-ID: <20011205092544.M23525@laptop.6bone.nl> References: <86zo5h3jys.fsf@gradius.wdb.co.kr> <20011121002047G.haro@h4.dion.ne.jp> <20011121170430.A710@laptop.6bone.nl> <20011204113250.E23525@laptop.6bone.nl> <20011204104522.B620@server-ext.vns.oc.ca.ua> <20011204225027.D628@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011204225027.D628@dhcp01.pn.xcllnt.net>; from marcel@xcllnt.net on Tue, Dec 04, 2001 at 10:50:27PM -0800 X-Handles: MS6-6BONE, MS18417-RIPE Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Marcel, I think the OSVERSION to use for this can be 50027. It got bumped to this at 10/10/2001. The pmap change was after that. For the method, I don't think it is THAT ugly :) I can live with it. Mark On Tue, Dec 04, 2001 at 10:50:27PM -0800, Marcel Moolenaar wrote: > On Tue, Dec 04, 2001 at 10:45:22AM -0800, Vladimir N. Silyaev wrote: > > Sure, the patch looks good to me. > > > > Unfortunatly I don't have commit priveleges, so probably Marcel > > can help us. > > Attached the complete diffs. I'm not really happy with it as it is, > but I'm not sure if there's a better way that doesn't add too much > complexity. Thoughts? > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/emulators/vmware2/Makefile,v > retrieving revision 1.41 > diff -u -r1.41 Makefile > --- Makefile 11 Nov 2001 08:36:28 -0000 1.41 > +++ Makefile 5 Dec 2001 04:47:11 -0000 > @@ -87,6 +87,7 @@ > post-patch: > .if ${OSVERSION} >= 500023 > cat ${FILESDIR}/kse.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1 > + cat ${FILESDIR}/pmap.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1 > .endif > ${CP} ${FILESDIR}/Makefile ${WRKSRC} > ${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile > > > With pmap.patch as submitted: > > --- vmmon-only/freebsd/hostif.c.orig Tue Dec 4 20:49:08 2001 > +++ vmmon-only/freebsd/hostif.c Tue Dec 4 20:49:44 2001 > @@ -170,7 +170,7 @@ > { > #define DEB(x) > caddr_t addr = (caddr_t)VPN_2_VA(ppn); > - pt_entry_t pteptr = (pt_entry_t)vtopte(addr); > + pt_entry_t *pteptr = vtopte(addr); > PTE pte; > > DEB(printf("FindMPN: for page %d address %p(phys %p) pteptr %p", ppn, addr, > (caddr_t)vtophys(addr), pteptr)); > > -- > Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Dec 5 0:33:16 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id E8BC337B416 for ; Wed, 5 Dec 2001 00:33:08 -0800 (PST) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id fB58X6Q05465; Wed, 5 Dec 2001 00:33:07 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.6) id fB58XEx04436; Wed, 5 Dec 2001 00:33:14 -0800 (PST) (envelope-from marcel) Date: Wed, 5 Dec 2001 00:33:14 -0800 From: Marcel Moolenaar To: Mark Santcroos Cc: "Vladimir N. Silyaev" , freebsd-emulation@FreeBSD.ORG, Munehiro Matsuda Subject: Re: vmware2 build fails on -current today Message-ID: <20011205003314.A4380@dhcp01.pn.xcllnt.net> References: <86zo5h3jys.fsf@gradius.wdb.co.kr> <20011121002047G.haro@h4.dion.ne.jp> <20011121170430.A710@laptop.6bone.nl> <20011204113250.E23525@laptop.6bone.nl> <20011204104522.B620@server-ext.vns.oc.ca.ua> <20011204225027.D628@dhcp01.pn.xcllnt.net> <20011205092544.M23525@laptop.6bone.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011205092544.M23525@laptop.6bone.nl> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Dec 05, 2001 at 09:25:44AM +0100, Mark Santcroos wrote: > Marcel, > > I think the OSVERSION to use for this can be 50027. > It got bumped to this at 10/10/2001. The pmap change was after that. Yes. I'm in doubt, though. On the one hand I want the test to be correct, meaning that I need to bump the version and test for 500028; on the other hand I think it's overkill for -current, because you're supposed to track -current, meaning that it's sufficient to test for 500000... I tend to go for the former if I need to add a seperate test for the patch... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Dec 5 0:50:28 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by hub.freebsd.org (Postfix) with ESMTP id 7D07237B416 for ; Wed, 5 Dec 2001 00:50:25 -0800 (PST) Received: from laptop.6bone.nl (penguin.ripe.net [193.0.1.232]) by birch.ripe.net (8.11.6/8.11.6) with SMTP id fB58o7G19450; Wed, 5 Dec 2001 09:50:07 +0100 Received: (nullmailer pid 33831 invoked by uid 1000); Wed, 05 Dec 2001 08:50:07 -0000 Date: Wed, 5 Dec 2001 09:50:07 +0100 From: Mark Santcroos To: Marcel Moolenaar Cc: "Vladimir N. Silyaev" , freebsd-emulation@FreeBSD.ORG, Munehiro Matsuda Subject: Re: vmware2 build fails on -current today Message-ID: <20011205095007.P23525@laptop.6bone.nl> References: <86zo5h3jys.fsf@gradius.wdb.co.kr> <20011121002047G.haro@h4.dion.ne.jp> <20011121170430.A710@laptop.6bone.nl> <20011204113250.E23525@laptop.6bone.nl> <20011204104522.B620@server-ext.vns.oc.ca.ua> <20011204225027.D628@dhcp01.pn.xcllnt.net> <20011205092544.M23525@laptop.6bone.nl> <20011205003314.A4380@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011205003314.A4380@dhcp01.pn.xcllnt.net>; from marcel@xcllnt.net on Wed, Dec 05, 2001 at 12:33:14AM -0800 X-Handles: MS6-6BONE, MS18417-RIPE Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thats why I said 'can be' instead of 'should be'. (IOW I share your opinion about -CURRENT) I was just probing for your correctness :-) Either solution is fine with me. Mark On Wed, Dec 05, 2001 at 12:33:14AM -0800, Marcel Moolenaar wrote: > On Wed, Dec 05, 2001 at 09:25:44AM +0100, Mark Santcroos wrote: > > Marcel, > > > > I think the OSVERSION to use for this can be 50027. > > It got bumped to this at 10/10/2001. The pmap change was after that. > > Yes. I'm in doubt, though. On the one hand I want the test to be > correct, meaning that I need to bump the version and test for 500028; > on the other hand I think it's overkill for -current, because you're > supposed to track -current, meaning that it's sufficient to test for > 500000... > > I tend to go for the former if I need to add a seperate test for > the patch... > > -- > Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Dec 6 13: 4:21 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from void.reseau.net (void.reseau.net [194.88.120.98]) by hub.freebsd.org (Postfix) with SMTP id 62FDE37B43D for ; Thu, 6 Dec 2001 12:59:49 -0800 (PST) To: freebsd-emulation@freebsd.org From: contact@veridis.com subject: FileCrypt SDK - Your new security library Date: 6 Dec 2001 00:00:00 -0000 Mime-Version: 1.0 Message-Id: Content-Type: multipart/Related; boundary="============_-1204551010==_mr============" ; type="text/html" Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --============_-1204551010==_mr============ Content-Type: multipart/alternative; boundary="============_-1204551010==_ma============" --============_-1204551010==_ma============ Content-Type: text/plain; charset="us-ascii" ; format="flowed" Developers who need to implement strong security in their applications will find the FileCrypt SDK library fits their needs perfectly. Find out for yourself... Obtain the 30-day free evaluation after you fill out the form you find at http://www.veridis.com/filecryptsdk/fcsdk_evaluation_request.pdf. Supporting the standards in strong cryptography, we have designed FileCrypt SDK for speed and easy integration with third party software. In addition, our experts can assist you should you be on a strict deadline... FileCrypt SDK is the ideal multi-platform toolkit to add security features to any e-commerce application: It gives easy access to all functions needed to make use of the OpenPGP Public Key Infrastructure (PKI), totally compliant with the IETF RFC 2440 OpenPGP standard. Amongst others, it contains the functions to create keypairs, to encrypt and sign documents and messages, to certify keys, ... It also allows communication with the other elements of the OpenPGP PKI such as posting keys to a key server as well as retrieving keys from a key server. FileCrypt SDK also contains calls to PGP/MIME functions, specifically intended to achieve secure e-mail messaging according to the PGP/MIME standard as described in the IETF RFC 2015. Its Java-like interface adds a familiar look for all modern-time developers and allows the use of the library in all kinds of environments. Thanks to the open architecture, developers can add their own modules or replace existing modules by their own implementations. The Automatic Garbage Collector is probably a feature most developers will appreciate a lot, allowing them not to worry about disposing the objects they create, thus avoiding memory leaks - totally automatically. Full compatibility with the PGP 6 extensions is also offered (User's photograph and X.509 certificates). FileCrypt is based on a multi-purpose library and therefore includes useful additional services like thread, file, memory, list & collection management, ... FileCrypt SDK also comes with a clear HTML documentation and many examples, making the learning process as short as possible. Veridis offers the library on various platforms, making OpenPGP encryption available on Windows, any Unix implementation, Mac OS and Symbian. Implementations on other platforms will follow. For further information, visit http://www.veridis.com or send a message to info@veridis.com. CONTACT: Axel de Landtsheer Veridis 156 rue Berckmans B-1060 Brussels, Belgium Phone: +32 2 543 04 00 Fax: +32 2 537 51 55 http://www.veridis.com --============_-1204551010==_ma============ Content-Type: text/html; charset="us-ascii" FileCrypt SDK - Your new security Library
 
 
 

Developers who need to implement strong security in their applications will find the FileCrypt SDK library fits their needs perfectly.

 
Find out for yourself...
Obtain the 30-day free evaluation after you fill out the form you find at http://www.veridis.com/filecryptsdk/fcsdk_evaluation_request.pdf.

Supporting the standards in strong cryptography, we have designed FileCrypt SDK for speed and easy integration with third party software.

In addition, our experts can assist you should you be on a strict deadline...
 
  
 
FileCrypt SDK is the ideal multi-platform toolkit to add security features to any e-commerce application:
  • It gives easy access to all functions needed to make use of the OpenPGP Public Key Infrastructure (PKI), totally compliant with the IETF RFC 2440 OpenPGP standard. Amongst others, it contains the functions to create keypairs, to encrypt and sign documents and messages, to certify keys, ... It also allows communication with the other elements of the OpenPGP PKI such as posting keys to a key server as well as retrieving keys from a key server. 
      
  • FileCrypt SDK also contains calls to PGP/MIME functions, specifically intended to achieve secure e-mail messaging according to the PGP/MIME standard as described in the IETF RFC 2015.  
     
  • Its Java-like interface adds a familiar look for all modern-time developers and allows the use of the library in all kinds of environments.  
     
  • Thanks to the open architecture, developers can add their own modules or replace existing modules by their own implementations.  
     
  • The Automatic Garbage Collector is probably a feature most developers will appreciate a lot, allowing them not to worry about disposing the objects they create, thus avoiding memory leaks - totally automatically.  
     
  • Full compatibility with the PGP 6 extensions is also offered (User's photograph and X.509 certificates).  
     
  • FileCrypt is based on a multi-purpose library and therefore includes useful additional services like thread, file, memory, list & collection management, ...  
     
  • FileCrypt SDK also comes with a clear HTML documentation and many examples, making the learning process as short as possible.  
     
Veridis offers the library on various platforms, making OpenPGP encryption available on Windows, any Unix implementation, Mac OS and Symbian. Implementations on other platforms will follow.
For further information, visit http://www.veridis.com or send a message to info@veridis.com


CONTACT:
Axel de Landtsheer
Veridis
 
156 rue Berckmans
B-1060  Brussels, Belgium
Phone: +32 2 543 04 00
Fax: +32 2 537 51 55

 
--============_-1204551010==_ma============-- --============_-1204551010==_mr============ Content-Id: Content-Type: image/gif; name="fcsdkheader.gif_1.gif" ; x-mac-type="47494666" ; x-mac-creator="4A565752" Content-Disposition: attachment; filename="fcsdkheader.gif_1.gif" Content-Transfer-Encoding: base64 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 WIVd0YNt2JpbWIiN2H8MCAA7 --============_-1204551010==_mr============-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Dec 6 15:39:16 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from viruswall.ccf.swri.edu (webshld-in.ccf.swri.edu [129.162.1.34]) by hub.freebsd.org (Postfix) with ESMTP id 29A6C37B417 for ; Thu, 6 Dec 2001 15:39:12 -0800 (PST) Received: from swri.org (localhost [127.0.0.1]) by viruswall.ccf.swri.edu (8.10.2+Sun/8.10.2) with ESMTP id fB6NdAU25862 for ; Thu, 6 Dec 2001 17:39:11 -0600 (CST) Message-ID: <3C100184.12C988C8@swri.org> Date: Thu, 06 Dec 2001 17:38:44 -0600 From: Chris Smith Organization: Southwest Research Institute X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: Matlab 12.1 on 4.4-stable Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I've read a several postings in the archives on this issue, but have not seen a solution. I have installed the linux version of Matlab 12.1 under 4.4 stable. The problem i am seeing is that matlab cannot exit. It seems to leave several threads in limbo. cbspc% sysctl -a | grep linux compat.linux.osname: Linux compat.linux.osrelease: 2.2.12 compat.linux.oss_version: 198144 cbspc% uname -a FreeBSD cbspc.electro.swri.edu 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 16 13:42:59 CDT 2001 csmith@cbspc.electro.swri.edu:/usr/obj/usr/src/sys/CBSPC i386 >> version (--matlab--) ans = 6.1.0.450 (R12.1) There was some mention of the unix() and ! commands in the previous postings, both of which work fine for me. I also do not see any errors concerning the non-existant /dev/ptmx device. As far as I can tell the only problem i have is that it does not clean up after itself on a quit (i have not stressed it too much). The kdump is massive, but some of the notable errors that are repeated frequently at the end of the dump are: 83387 matlab RET old.gethostid -1 errno -4 Unknown error: -4 83387 matlab CALL exit(0) 83376 matlab PSIG SIG(null) caught handler=0x28c947ac mask=0xeffef6af code=0xfffffffe 83376 matlab RET kill 0 83376 matlab CALL #119(0x8199350) 83376 matlab RET #119 JUSTRETURN 83376 matlab CALL kill(0x145ba,0x21) 83386 matlab PSIG SIG(null) caught handler=0x28c947ac mask=0x8020006 code=0x0 83386 matlab RET getdomainname -1 errno -4 Unknown error: -4 83386 matlab CALL exit(0) 83376 matlab PSIG SIG(null) caught handler=0x28c947ac mask=0xeffef6af code=0xfffffffe ... 83381 matlab RET #168 -1 errno -4 Unknown error: -4 83381 matlab CALL exit(0) 83376 matlab PSIG SIG(null) caught handler=0x28c947ac mask=0xeffef6af code=0xfffffffe 83376 matlab RET kill 0 83376 matlab CALL #119(0x8199350) 83376 matlab RET #119 JUSTRETURN 83376 matlab CALL kill(0x145b4,0x21) 83380 matlab PSIG SIG(null) caught handler=0x28c947ac mask=0x88020006 code=0x0 83380 matlab RET #179 -1 errno -4 Unknown error: -4 83380 matlab CALL exit(0) 83376 matlab PSIG SIG(null) caught handler=0x28c947ac mask=0xeffef6af code=0xfffffffe ... 83376 matlab CALL old.sendmsg(0x145b1,0,0x80000000,0) 83376 matlab RET old.sendmsg 83377/0x145b1 83376 matlab CALL kill(0x1452f,0x20) 83247 matlab PSIG SIG(null) caught handler=0x28c94e10 mask=0x80000000 code=0x0 83247 matlab RET #179 -1 errno -4 Unknown error: -4 83247 matlab CALL #119(0xbfbfa750) 83247 matlab RET #119 JUSTRETURN 83247 matlab CALL old.sendmsg(0x145b0,0,0x80000000,0) 83376 matlab RET kill 0 83376 matlab CALL exit(0) 83247 matlab PSIG SIGCHLD caught handler=0x28c95460 mask=0x80000000 code=0x0 83247 matlab RET old.sendmsg RESTART 83247 matlab CALL old.sendmsg(0xffffffff,0xbfbfa694,0,0) cbspc% Sorry to post so much of the dump, but I am not sure what is meaningfull here. Has anyone solved this problem or have any suggestions how to? Thanks for whatever help you can give, chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Dec 6 15:53:38 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from Daffy.timing.com (daffy.timing.com [206.168.13.218]) by hub.freebsd.org (Postfix) with ESMTP id D71DD37B405 for ; Thu, 6 Dec 2001 15:53:35 -0800 (PST) Received: from brain.timing.com (brain.timing.com [206.168.13.195]) by Daffy.timing.com (8.11.3/8.11.3) with ESMTP id fB6NrYS30489; Thu, 6 Dec 2001 16:53:35 -0700 (MST) (envelope-from jhein@timing.com) Received: (from jhein@localhost) by brain.timing.com (8.11.3/8.11.3) id fB6NrYe88934; Thu, 6 Dec 2001 16:53:34 -0700 (MST) (envelope-from jhein@brain.timing.com) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15376.1278.282366.586659@brain.timing.com> Date: Thu, 6 Dec 2001 16:53:34 -0700 From: John E Hein To: Chris Smith Cc: freebsd-emulation@FreeBSD.ORG Subject: Matlab 12.1 on 4.4-stable In-Reply-To: <3C100184.12C988C8@swri.org> References: <3C100184.12C988C8@swri.org> X-Mailer: VM 6.95 under Emacs 20.7.1 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Chris Smith wrote at 17:38 -0600 on Dec 6: > Hello, > > I've read a several postings in the archives on this issue, > but have not seen a solution. I have installed the linux > version of Matlab 12.1 under 4.4 stable. The problem i am > seeing is that matlab cannot exit. It seems to leave several > threads in limbo. If you 'ln -s /dev/null /dev/ptmx', you will be able to exit, but you won't be able to use the unix() and ! commands (you mention in your original email that they work fine). Basically without the fake /dev/ptmx, I see the same behavior as you. With it, I can quit, but can't use unix() and ! to run external commands. It's a tradeoff. Which do you want more... to exit cleanly without having to kill procs or to be able to run external commands? I don't know how easy it will be to fix this without support for Unix 98 ptys in the FreeBSD kernel. See the thread (can't quit matlab 12.1...) back on 8/8/01 and 8/9/01, particularly message-id <15218.38651.258849.4333@brain.timing.com>. > Has anyone solved this problem or have any suggestions how > to? Not that I'm aware of. It will take someone to implement the missing ioctls to really fix it (see the Aug thread). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Dec 7 1:40:41 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from hotmail.com (f147.law11.hotmail.com [64.4.17.147]) by hub.freebsd.org (Postfix) with ESMTP id 14BC437B419 for ; Fri, 7 Dec 2001 01:40:40 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 7 Dec 2001 01:40:39 -0800 Received: from 65.30.229.199 by lw11fd.law11.hotmail.msn.com with HTTP; Fri, 07 Dec 2001 09:40:39 GMT X-Originating-IP: [65.30.229.199] From: "Joesh Juphland" To: emulation@freebsd.org Subject: tarball vs. make world - differences ? Date: Fri, 07 Dec 2001 02:40:39 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Dec 2001 09:40:39.0953 (UTC) FILETIME=[3B4BB010:01C17F03] Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Previously I have followed the man pages advice and prepared my jail file system trees with 'make world'. However, I recently tried just tarring up my own filesystem, all except for /proc, and untarring it in the jail tree. It seems to work just fine. Is there any reason / precaution not to do it this way ? Any opinions or comments on the differences between these methods (if any) are appreciated. For instance, am I missing something or breaking something by not havine a /proc in the jail ? Or by duplicating all the dirs like /usr and /etc from the host system to the jail ? (obviously I change rc.conf once I untar it, and perhaps change passwd, etc.) thanks, Joesh _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Dec 7 19: 3:21 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from ws2-7.us4.outblaze.com (205-158-62-82.outblaze.com [205.158.62.82]) by hub.freebsd.org (Postfix) with SMTP id A665937B416 for ; Fri, 7 Dec 2001 19:03:19 -0800 (PST) Received: (qmail 14184 invoked by uid 1001); 8 Dec 2001 03:03:19 -0000 Message-ID: <20011208030319.14183.qmail@earthlink.net> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from ws2-7.us4.outblaze.com for [24.221.210.7] via web-mailer on Sat, 08 Dec 2001 11:03:19 +0800 From: "Thomas Traylor" To: freebsd-emulation@freebsd.org Date: Sat, 08 Dec 2001 11:03:19 +0800 Subject: VMWare 3.0 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Has anyone got VMWare 3.0 working with FreeBSD 4.4? Anyone trying? Thanks, Tom -- Thomas Traylor tstraylor@earthlink.net -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message