From owner-freebsd-current Wed Dec 23 21:18:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10053 for freebsd-current-outgoing; Wed, 23 Dec 1998 21:18:41 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10045 for ; Wed, 23 Dec 1998 21:18:38 -0800 (PST) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id AAA04459; Thu, 24 Dec 1998 00:18:10 -0500 (EST) Date: Thu, 24 Dec 1998 00:18:10 -0500 (EST) From: Daniel Eischen Message-Id: <199812240518.AAA04459@pcnet1.pcnet.com> To: current@FreeBSD.ORG, jesse@prinz-atm.CS.Uni-Magdeburg.De, rcarter@pinyon.org Subject: Re: ACE 4.6 on -current (still) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Russell L. Carter wrote: > > |Russell, > > | > > |> ELF ACE 4.6 works fine (passes all the tests, including netscvs) > > |> with the stock cc and egcs 1.1.1 too (modulo a couple of nits). > > | > > |Hhm, it does not for me as you can see in > > |http://www.apfel.de/~jesse/gmake.ACE.out. > > > > This output doesn't look anything at all like mine. > > > > | > > |Would you mind sharing your files? I would appreciate it. > > > > You bet. I'll post a pointer to these tonight. > > Wow. Reversing the path shows how much we need the POSIX > sched stuff. These will get you started. I have a weird > fix for the TAO idl compiler when somebody else gets that > far (gperf enabled). > > Try: > > http://www.Pinyon.ORG/ace/config-freebsd3.h > > and > > http://www.Pinyon.ORG/ace/platform_freebsd3.GNU > > These are verified for ACE today, FreeBSD-current yesterday. I'm working on the libc_r scheduling stuff, if anyone cares. It includes all functions needed to allow defining _POSIX_THREAD_PRIORITY_SCHEDULING (pthread_getschedparam, pthread_setschedparam, etc), and also includes priority protection and inheritence mutexes. I just started writing some simple tests to verify the mutex implementation, but I'd like to eventually try out the ACE tests also. I'm not ready to release the changes yet, but contact me offline if you want, and I'll send you them when I'm done. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message