From owner-freebsd-standards Fri Sep 13 14:59:28 2002 Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C82BB37B400 for ; Fri, 13 Sep 2002 14:59:26 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2986443E3B for ; Fri, 13 Sep 2002 14:59:26 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.3/8.12.3) id g8DLxUKV001800 for freebsd-standards@freebsd.org; Fri, 13 Sep 2002 17:59:30 -0400 (EDT) (envelope-from rodrigc) Date: Fri, 13 Sep 2002 17:59:30 -0400 From: Craig Rodrigues To: freebsd-standards@freebsd.org Subject: Re: mlockall/munlockall support? Message-ID: <20020913175930.A1762@attbi.com> References: <20020913115404.A1128@attbi.com> <20020913142801.G84338@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020913142801.G84338@espresso.q9media.com>; from mike@FreeBSD.org on Fri, Sep 13, 2002 at 02:28:01PM -0400 Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Sep 13, 2002 at 02:28:01PM -0400, Mike Barcroft wrote: > Craig Rodrigues writes: > > Are mlockall()/munlockall() calls implemented in FreeBSD-current? > > There are stubs, but no implementation. I've removed the prototypes > in -current. Thanks for the quick feedback! I encountered the mlockall() problem while porting some code from Linux. Would it be possible to put those functions on the "TODO" list for the FreeBSD C99 and POSIX project web page? It's not a priority for me, but having a list of unimplemented functions might be useful to have for people like me who need to port software, and if someone has the time/inclination later on, they can implement these functions ( I'm not volunteering :) A few other questions: - what is the status of following functions in : sigqueue, sigtimedwait, sigwaitinfo - is the stuff encapsulated in _P1003_1B_VISIBLE #ifdef/#endif blocks in various header files like still applicable? This stuff confused me when 6 months ago when I was trying to port some other code from Linux, and I was trying to read the header files to determine what to do. Thanks. -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message