From owner-freebsd-java Fri Jul 20 11: 3:45 2001 Delivered-To: freebsd-java@freebsd.org Received: from rumor.cps.intel.com (rumor.cps.intel.com [192.102.198.242]) by hub.freebsd.org (Postfix) with ESMTP id D6FCA37B401 for ; Fri, 20 Jul 2001 11:03:41 -0700 (PDT) (envelope-from michal.cierniak@intel.com) Received: from SMTP (fmsmsxvs05-1.fm.intel.com [132.233.42.205]) by rumor.cps.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.41 2001/07/09 21:06:22 root Exp $) with SMTP id SAA08749; Fri, 20 Jul 2001 18:03:37 GMT Received: from fmsmsx28.fm.intel.com ([132.233.48.28]) by 132.233.48.205 (Norton AntiVirus for Internet Email Gateways 1.0) ; Fri, 20 Jul 2001 18:03:39 0000 (GMT) Received: by fmsmsx28.fm.intel.com with Internet Mail Service (5.5.2653.19) id ; Fri, 20 Jul 2001 11:03:38 -0700 Message-ID: <794826DE8867D411BAB8009027AE9EB90877A975@FMSMSX38> From: "Cierniak, Michal" To: "'orp@yahoogroups.com'" Cc: java@freebsd.org, "'bayarea_techie@yahoo.com'" Subject: RE: [orp] POSIX port of Intel ORP Date: Fri, 20 Jul 2001 11:03:32 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Arun, That's great. We would love to see your mods in our source tree. Contributing code to ORP is easy. I described the process in an email earlier this year (http://groups.yahoo.com/group/orp/message/169). At the moment, we probably won't have resources to help you in porting ORP to FreeBSD, but if you sent us your mods with the contributor's license and if your mods don't break our Linux and Windows configurations, we would fold them in. Feel free to contact me if you have more questions. Michal > -----Original Message----- > From: Arun Sharma [mailto:bayarea_techie@yahoo.com] > Sent: Friday, July 20, 2001 10:10 AM > To: orp@egroups.com > Cc: java@freebsd.org > Subject: [orp] POSIX port of Intel ORP > > > For those of you not familiar with ORP, please see: > > http://www.intel.com/research/mrl/orp/ > > I've ported the code to FreeBSD, in the process making it easy to > port it to any POSIX compliant OS, with gcc and GNU Make. > > The port involved: > > 1. Replacing ORP_LINUX with ORP_POSIX > 2. Covering Linux specific bits in #ifdef __linux__ > 3. Tweaking the linker flags in the main Makefile > > Current port status: > > 1. Compiles on FreeBSD (and Linux of course) > 2. signal handling issues ironed out. > 3. Can't run HelloWorld yet, due to what I believe are > scheduling issues with pthreads. I think this is due to > the use of non-portable recursive pthread_mutexes used in > the code. > > The effort is based on the most recent release. Producing a diff is > possible, but clumsy. ORP folks, please let me know if you're > interested > in folding this in. > > Thanks! > > -Arun > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message