Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | p11-kit: Use pthread_atfork() in a safe manner | Stef Walter | 2014-10-03 | 1 | -17/+8 |
| | | | | | | | | | | | | | Instead of trying to perform actions in pthread_atfork() which are not async-signal-safe, just increment a counter so we can later tell if the process has forked. Note this does not make it safe to mix threads and forking without immediately execing. This is a far broader problem that p11-kit, however we now do the right thing when fork+exec is used from a thread. https://bugs.freedesktop.org/show_bug.cgi?id=84567 | ||||
* | p11-kit: Fix tests when building with MinGW | Michael Cronenworth | 2014-09-09 | 1 | -0/+9 |
| | | | | Signed-off-by: Michael Cronenworth <mike@cchtml.com> | ||||
* | Move to non-recursive Makefile for building bins and libs | Stef Walter | 2014-08-15 | 1 | -0/+1061 |
Still use recursive for documentation and translation. |