PaulHowarth/Blog/2012-10-07

Sunday 7th October 2012

Local Packages

  • Updated perl-Coro to 6.09:

    • Coro::EV I/O watchers were not interruptible by exceptions (Coro::State::throw)

    • ->throw now puts threads into the ready queue, as this seems to be expected by existing code, and code that doesn't cope with spurious wakeups needs fixing anyway

    • Use fd -1 in mmap

    • Cast I32 to int in error message printf

    • Warn about broken so-called "hardened" kernels


Recent