CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/04/12 04:03:17
Modified files:
devel/glib2 : Makefile
Added files:
devel/glib2/patches: patch-00_kqueue_fix
patch-gio_kqueue_gkqueuefilemonitor_c
Removed files:
devel/glib2/patches: patch-kqueue_fix
Log message:
Reorder operations in _kqsub_cancel() to prevent races.
Should prevent the timeout to refill the list of depenencies while
another thread is freeing it. Should help with segfault reported
on bugs@.
While here sync the kqueue rewrite with upstream.
ok ajacoutot@