Age | Commit message (Collapse) | Author |
|
|
|
has a critical section where getting a signal causes a hang. Based on
otto@ earlysig kernel regress; suggested by miod@
|
|
|
|
|
|
|
|
|
|
|
|
Check it in the regress test
ok mpi@
|
|
|
|
|
|
|
|
|
|
|
|
modes.
|
|
|
|
|
|
6 Xs
|
|
|
|
|
|
|
|
ok phessler@
|
|
ok guenther millert kettenis
|
|
ok otto@
|
|
encounters an invalid multiplier, like the man page says it should
"looks sensible" deraadt@, ok ian@
|
|
|
|
|
|
mysteriously on m88k).
|
|
|
|
attribute. See "info --index-search=init_priority gcc" for details on
how this feature is supposed to work.
|
|
regress test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implementation, documentation and naive regression tests for:
- pthread_spin_init()
- pthread_spin_destroy()
- pthread_spin_lock()
- pthread_spin_trylock()
- pthread_spin_unlock()
Implementation okay guenther@, documentation okay jmc@.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The ``sleep until we have a writer'' behaviour of an open() on a fifo
does so with the file descriptor table locked, so if we are waiting for
another thread to be our writer we will hang forever.
Found this using zotero and firefox.
ok fgsch@
|