This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "POSIX threading library".
The branch, master-hurd-with-pthreads has been created
at a270c72d63b9446215f67a4978de5ec056d0a8b7 (commit)
- Log -----------------------------------------------------------------
commit a270c72d63b9446215f67a4978de5ec056d0a8b7
Author: Richard Braun <[email protected]>
Date: Mon Sep 3 11:40:31 2012 +0200
Allow applications to set the default stack size
This change is a temporary hack intended for the Hurd servers. Once Hurd
threadvars are replaced with TLS, this commit should be reverted.
* pthread/pt-internal.h (__pthread_default_attr): Remove const qualifier.
* sysdeps/generic/pt-attr.c (__pthread_default_attr): Likewise.
* sysdeps/mach/hurd/pt-sysdep.c (__pthread_stack_default_size): New
variable.
(init_routine): Set __pthread_default_attr.stacksize if
__pthread_stack_default_size exists.
commit fa738e8871bf399682159885804b5ce566aae361
Author: Richard Braun <[email protected]>
Date: Mon Sep 3 11:28:52 2012 +0200
Add Hurd-specific condition wait function
* Makefile (libpthread-routines): Add pt-hurd-cond-wait.
* Versions (libc): Add pthread_hurd_cond_wait_np.
(libpthread): Likewise.
* sysdeps/mach/hurd/bits/pthread-np.h: New file.
* sysdeps/mach/hurd/pt-hurd-cond-wait.c: Likewise.
-----------------------------------------------------------------------
hooks/post-receive
--
POSIX threading library