Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-19 | Move __default_stacksize into __default_pthread_attr | Siddhesh Poyarekar | |
Make __default_pthread_attr object to store default attribute values for threads. | |||
2013-03-01 | Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes. | Carlos O'Donell | |
This reverts the change that allows the POSIX Thread default stack size to be changed by the environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE. It has been requested that more discussion happen before this change goes into 2.18. | |||
2013-03-01 | Set default stack size from program environment | Siddhesh Poyarekar | |
New environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE to do this. | |||
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-08-03 | Remove some pre-2.6.0 Linux kernel conditionals. | Joseph Myers | |
2012-07-19 | Fix comment that describes sighandler_setxid | Siddhesh Poyarekar | |
2012-05-30 | Remove use of INTDEF/INTUSE in nptl | Andreas Schwab | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2011-12-22 | Create internal threads with sufficient stack size | Ulrich Drepper | |
2011-09-15 | Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork | Andreas Schwab | |
2011-06-30 | Fix robust mutex handling after fork | Ulrich Drepper | |
2009-10-30 | Fix races in setXid implementation. | Daniel Jacobowitz | |
2009-05-16 | Rename nptl/init.c to nptl/nptl-init.c. | Ulrich Drepper | |
Needed to allow overwriting architectures init.c in csu and nptl individually. Fixes BZ #9924. |