On Sunday 19 August 2007 16:53:13 Daniel Eischen wrote: > On Sun, 19 Aug 2007, Alexandre Julliard wrote: >> Daniel Eischen <[EMAIL PROTECTED]> writes: >>> FreeBSD as well as Solaris and Linux (it looks like Linux only >>> allows a thread group to be signaled) have gotten along without >>> this API, and Wine seems to be the only target for this syscall. >> >> Actually, Linux, Solaris, and Mac OS X all export that >> functionality, and in all cases it was added before Wine requested >> it, probably because it's a fairly logical feature to have as part >> of a kernel threading mechanism. > > I do not see it in Solaris. All I can find is _lwp_kill(), which > isn't meant to be used by applications and isn't suppose to work for > LWPs outside the current process.
Solaris exposes LWPs via the /proc file system and allows sending signals to them that way. _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"