branches with status:
Name Status Last Modified Last Commit
lp:~vapier/libnih/libnih 1 Development 2015-05-21 08:20:29 UTC
1056. fix race in signal processing leading...

Author: Mike Frysinger
Revision Date: 2015-05-21 08:12:11 UTC

fix race in signal processing leading to lost signals

The current loop will walk all signals one by one and run the handler
for it if any signals were pending. Then it clears the array. But if
a signal comes in for an earlier checked signal, it will get clobbered
when the final clear runs.

Change the logic so that we only clear entries for signals whose handler
we explicitly call. If a different signal comes in, we'll process it
the next time around.

This was discovered & triaged by Jeffy Chen from Rockchip.

lp:~vapier/glmark2/glmark2 1 Development 2012-07-20 22:39:31 UTC
239. convert waf usage to gnu_dirs Rather...

Author: Mike Frysinger
Revision Date: 2012-07-20 22:37:10 UTC

convert waf usage to gnu_dirs

Rather than open coding data dirs paths, use the standard gnu_dirs
module that waf already includes.

12 of 2 results