From owner-freebsd-hackers Tue Aug 19 11:40:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA26133 for hackers-outgoing; Tue, 19 Aug 1997 11:40:09 -0700 (PDT) Received: from inet16.us.oracle.com (inet16.us.oracle.com [192.86.155.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA26114 for ; Tue, 19 Aug 1997 11:40:04 -0700 (PDT) Received: from mailsun2.us.oracle.com (mailsun2.us.oracle.com [144.25.88.74]) by inet16.us.oracle.com (8.8.5/8.8.5) with SMTP id LAA01613 for ; Tue, 19 Aug 1997 11:40:03 -0700 (PDT) Received: by mailsun2.us.oracle.com (SMI-8.6/37.8) id LAA23834; Tue, 19 Aug 1997 11:47:37 -0700 Message-Id: <199708191847.LAA23834@mailsun2.us.oracle.com> Date: 19 Aug 97 10:16:52 -0700 From: "RASHAH.US.ORACLE.COM" To: freebsd-hackers@freebsd.org Subject: poll system call on FreeBSD ? MIME-Version: 1.0 X-Mailer: Oracle InterOffice (version 4.0.2.1.40) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi FreeBSD Gurus, I am new to the FreeBSD. I have to port some software from SVR4 to FreeBSD. On SVR4 poll() system call is available but it is not available on FreeBSD. I was just wondering is there any equivalent call of poll() on FreeBSD ? select() won't work as I am not polling on sockets. Another thing is I believe poll() system call require STREAMS implementation of the driver/module. Does BSD have streams implemetation equivalent to SVR4 (i mean file system and all other kernel modules ?). I know my question is bit wague but I hope you will understand. BTW I just subscribe myself for this mailing list and have not got confirmation so would appreciate your direct reply at rashah@us.oracle.com. Thanks in advance. Rajesh