Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-25 | Allow applications to set the default stack size | Richard Braun | |
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. | |||
2012-07-08 | Default to a little guardsize | Samuel Thibault | |
Later rounded up to a page. * sysdeps/generic/pt-attr.c (__pthread_default_attr) [!PAGESIZE]: Set guardsize field to 1. | |||
2002-10-10 | Import libpthread. | Neal H. Walfield | |