Re: timer_create for openbsd. Any equivalent ?

2015-04-28 Thread syphax azmole
Ok, thank you Le mar. 28 avr. 2015 à 01:36, Ted Unangst a écrit : > syphax azmole wrote: > > Hello list, > > > > I have a small "C" program using standard POSIX timer_create(2), > > timer_delete(2) and SIGEV_SIGNAL. > > It seems that OpenBSD doe

OpenBSD 5.6 and 5.7 freeze on installation on macbook pro late 2013

2015-04-27 Thread syphax azmole
Hello list, I tried OpenBSD on my laptop, a macbook pro late 2013, and I have freeze while installing it. With OpenBSD 5.6, it hangs 5 minutes when printing "scsibusx at softraidx: 256 targets", and then continue until prompting command from user. (with I for installation, U for upgrade, etc...).

timer_create for openbsd. Any equivalent ?

2015-04-27 Thread syphax azmole
Hello list, I have a small "C" program using standard POSIX timer_create(2), timer_delete(2) and SIGEV_SIGNAL. It seems that OpenBSD doesn't have such API. (and doesn't have librt). I'm curious: why are they not implemented ? For security reason ? they are not easy to implement ? Maybe they are us