about summary refs log tree commit diff
path: root/nptl/nptl-init.c
Commit message (Collapse)AuthorAgeFilesLines
* Check for syscall error in the SETXID implementation in NPTL (bug 13347).Florian Weimer2014-04-011-2/+7
| | | | | | | | At this point, we can only abort the process because we have already switched credentials on other threads. Returning an error would still leave the process in an inconsistent state. The new xtest needs root privileges to run.
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-2/+2
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-0/+2
| | | | | | | This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes.
* Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar2013-03-191-1/+2
| | | | | Make __default_pthread_attr object to store default attribute values for threads.
* Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2013-03-011-52/+22
| | | | | | | 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.
* Set default stack size from program environmentSiddhesh Poyarekar2013-03-011-22/+52
| | | | New environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE to do this.
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Remove some pre-2.6.0 Linux kernel conditionals.Joseph Myers2012-08-031-12/+0
|
* Fix comment that describes sighandler_setxidSiddhesh Poyarekar2012-07-191-1/+3
|
* Remove use of INTDEF/INTUSE in nptlAndreas Schwab2012-05-301-15/+15
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Create internal threads with sufficient stack sizeUlrich Drepper2011-12-221-1/+11
|
* Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab2011-09-151-0/+1
|
* Fix robust mutex handling after forkUlrich Drepper2011-06-301-2/+20
|
* Fix races in setXid implementation.Daniel Jacobowitz2009-10-301-5/+11
|
* Rename nptl/init.c to nptl/nptl-init.c.Ulrich Drepper2009-05-161-0/+446
Needed to allow overwriting architectures init.c in csu and nptl individually. Fixes BZ #9924.