| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-09 | Work around a problem on macppc with kernel semaphores. | Valery Ushakov | |
| NetBSD/macppc 7 and later seems to have a bug in kernel based pthread semaphores. When running emu interactively shell would forever hang in sem_wait() after the first interactive command. I added sem_getvalue() after sem_init() as a debugging aid to get the semaphore id in ktrace output and it magically fixed the problem. For now just leave it here as a workaround under appropriate ifdef. | |||
| 2017-09-10 | Switch NetBSD from clone(2) to kproc-pthreads.c | Valery Ushakov | |
| This commit is mostly a pretty mechanical change. It works on NetBSD-6 where pthread uses userland semaphores. It doesn't work on NetBSD-7 where pthread uses kernel semaphores. | |||
| 2014-05-18 | revert to 626 to undo unintended push | Charles Forsyth | |
| 2014-05-18 | 20140518-1419 | charles forsyth | |
| 2011-06-19 | 20110619-2343 | forsyth | |
| 2011-03-01 | 20110301-1941 | forsyth | |
