Date: Fri, 7 Mar 1997 11:07:48 +1030 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> To: pius@ienet.com Cc: sos@ravenock.cybercity.dk, hackers@FreeBSD.ORG, msmith@atrad.adelaide.edu.au, mark@quickweb.com Subject: Re: Linux JDK on 2.2 Message-ID: <199703070037.LAA15367@genesis.atrad.adelaide.edu.au> In-Reply-To: <199703062343.PAA16789@iago.ienet.com> from "pius@ienet.com" at "Mar 6, 97 03:43:04 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
pius@ienet.com stands accused of saying: > > Hmm, to be honest I don't know what FIOSETOWN/FIOGETOWN do exactly, but > the following two patches to the linux lkm seem to work for me (at least > with respect to running the Linux JDK): (from the linux fcntl(2) manpage) F_GETOWN Get the process ID (or process group) of the owner of a socket. Process groups are returned as negative values. F_SETOWN Set the process or process group that owns a socket. For these commands, ownership means receiving SIGIO or SIGURG signals. Process groups are specified using negative val- ues. This reads the same as the BSD one : F_GETOWN Get the process ID or process group currently receiving SIGIO and SIGURG signals; process groups are returned as negative values (arg is ignored). F_SETOWN Set the process or process group to receive SIGIO and SIGURG signals; process groups are specified by supplying arg as neg- ative, otherwise arg is interpreted as a process ID. -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703070037.LAA15367>