On Tue, Oct 21, 2014 at 7:09 PM, Ian Jackson <[email protected]> wrote: > I'm trying to get various things to compile for rumpuser-xen. > Ultimately I'm hoping to climb the stack to qemu. At the moment I'm > wrestling gettext (which is a dependency of glib). > > gettext wants sigprocmask. Given that we have no machinery for > delivering signals, I think a stub version of sigprocmask ought to be > fairly easy to produce. > > Does anyone object if I arrange to produce stubs of various signal > handling functions ? (Does anyone have plans to provide actual signal > handling ?)
Sure, go for it. The stubs have been a bit ad hoc so far, probably worth being more comprehensive. Signal handling does work if you only use kqueue to receive signals, I certainly don't have any inclination to add any more signal handling than that... Justin ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
