From owner-freebsd-questions Mon Jun 29 16:31:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03414 for freebsd-questions-outgoing; Mon, 29 Jun 1998 16:31:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ihgw1.lucent.com (ihgw1.lucent.com [207.19.48.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA03368 for ; Mon, 29 Jun 1998 16:31:31 -0700 (PDT) (envelope-from mkn@emailbox.lucent.com) From: mkn Received: from emailbox.hdtv.lucent.com by ihig1.firewall.lucent.com (SMI-8.6/EMS-L sol2) id SAA13471; Mon, 29 Jun 1998 18:56:35 -0500 Received: from sunking (sunking [135.3.29.10]) by emailbox.hdtv.lucent.com (BSD Sendmail 8.7.5) with SMTP id TAA29126 for ; Mon, 29 Jun 1998 19:31:21 -0400 (EDT) Message-ID: <359823C8.3A28@emailbox.lucent.com> Date: Mon, 29 Jun 1998 19:31:20 -0400 Original-From: mkn Organization: Lucent Technologies Bell Labs X-Mailer: Mozilla 3.0Gold (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Unsupport calls Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I'm looking to port a solaris 2.5 system to FreeBSD. My investigation has found the following library and system calls to *not* be supported on FreeBSD: fdatasync - no support in FreeBSD. Maybe not a big deal. sigwait - no support in FreeBSD. time - no support in FreeBSD, but there has to be a replacement. readdir_r - no support on FreeBSD. This maybe a threads issue lockf - no support in FreeBSD. Have to implement our own using fcntl(2) plock - no support in FreeBSD. sigset - no support in FreeBSD sighold - no support in FreeBSD sigrelse - no support in FreeBSD pthread_sigmask - no support in FreeBSD pthread_kill - no support in FreeBSD pthread_mutex_init - no support in FreeBSD pthread_mutex_lock - no support in FreeBSD pthread_mutex_unlock - no support in FreeBSD pthread_mutex_destroy - no support in FreeBSD pthread_attr_init - no support in FreeBSD pthread_attr_setscope - no support in FreeBSD pthread_cancel - no support in FreeBSD pthread_testcancel - no support in FreeBSD pthread_setcancelstate - no support in FreeBSD pthread_setcanceltype - no support in FreeBSD Are my observations correct? If so, are there alternative calls that I can use as a replacement? Sincerely, Michael K.Nemeth Lucent Technologies mknemeth@lucent.com 908-582-7287 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message