From owner-freebsd-current Wed May 22 00:44:10 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA25968 for current-outgoing; Wed, 22 May 1996 00:44:10 -0700 (PDT) Received: from plaut.de ([194.39.177.166]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA25963 for ; Wed, 22 May 1996 00:44:07 -0700 (PDT) Received: from totum.plaut.de (totum.plaut.de [194.39.177.9]) by plaut.de (8.6.12/8.6.12) with ESMTP id IAA15461; Wed, 22 May 1996 08:10:33 +0200 Received: (from root@localhost) by totum.plaut.de (8.7.5/8.7.3) id JAA19282; Wed, 22 May 1996 09:43:45 +0200 (MET DST) Date: Wed, 22 May 1996 09:43:45 +0200 (MET DST) From: Michael Reifenberger To: Michael Smith cc: current@freebsd.org Subject: Re: Missing functions in FreeBSD. In-Reply-To: <199605220043.KAA29621@genesis.atrad.adelaide.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 22 May 1996, Michael Smith wrote: > Date: Wed, 22 May 1996 10:13:34 +0930 (CST) > From: Michael Smith > To: Michael Reifenberger > Cc: current@freebsd.org > Subject: Re: Missing functions in FreeBSD. > > Michael Reifenberger stands accused of saying: > > > > Hi, > > in order to port a (commercial) NetworkFaxSoftware to FreeBSD, I need: > > This will be available for commercial sale when you're done? Yes. > > > o either a termio.h or the information if I can wrap the termio routines to > > the termios ones (does anybody know the content of CBAUD?) > > Most of them are compatible; CBAUD is replaced with cfgetispeed/cfsetispeed. Could we integrate a dump termio.h with wrappers to the termios functions/structures into the sourcetree (a'la malloc.h)? > If you need an example I can send you one, but it's easy 8) Yes please, 'cause I have no termio.h to compare... > > > o The faxsoftware seems to try to lock the Terminal-ttys. > > Is this necessary under FreeBSD? > > Depends on why it's trying to lock them. If it's locking the callin > port to use the callout port, no. You'll need to be more specific > about this. I'll look. > > > o The software uses a function to change data+text Segments explicit to > > readonly. How can this be done under FreeBSD (for the data Pages, > > because I think that FreeBSD's text-Segments are readonly anyway) > > Have to pass on this one; is it a vital requirement? I hope not. Thanks for reply. Bye! ---- Michael Reifenberger