Re: CVS commit: src/tests/kernel

2013-02-18 Thread Paul Goyette
On Tue, 19 Feb 2013, Joerg Sonnenberger wrote: Wait a little bit after fork()ing the lockers to give them a chance to get started before trying to ptrace(ATTACH). What about using a pipe to make this an explicit barrier? You mean something like this?:) Index: t_lockf.c ===

Re: CVS commit: src/tests/kernel

2013-02-18 Thread Joerg Sonnenberger
On Tue, Feb 19, 2013 at 12:54:48AM +, Paul Goyette wrote: > Module Name: src > Committed By: pgoyette > Date: Tue Feb 19 00:54:48 UTC 2013 > > Modified Files: > src/tests/kernel: t_lockf.c > > Log Message: > Wait a little bit after fork()ing the lockers to give them a chance to

re: CVS commit: src/crypto/external/bsd/openssl/dist/crypto/evp

2013-02-18 Thread matthew green
> Module Name: src > Committed By: riastradh > Date: Mon Feb 18 21:20:50 UTC 2013 > > Modified Files: > src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c > > Log Message: > Touch e_aes.c to force a rebuild with new compiler flags for AES-NI. i would rather do this by makin