https://bugs.kde.org/show_bug.cgi?id=365327
--- Comment #25 from Rhys Kidd <rhysk...@gmail.com> --- I'd strongly suggest running through the regression test suite on your local setup to provide coverage of a reasonable amount of the Darwin code base. It is run with 'make regtest'. The regression test is not quite automated on Darwin. You will probably need to kill one of the pthread-related tests that hangs at present. Suggested areas to focus on: 1. pselect syscall 2. Any other missing syscalls that prevent you using a program of interest to you - more motivated to fix bugs in open source you're personally motivated in! 3. ulock_wait syscall - grep through the regression tests *.stderr.diff for the test that triggers it 4. Find a fix for the pthread-related hang in the regression test suite. Create a separate bug report for each, then attach a patch and make it a blocker for this bug report. The compiler warnings for 'getentropy' and 'ulock_wake' were fixed before commiting to SVN. -- You are receiving this mail because: You are watching all bug changes.