about summary refs log tree commit diff
path: root/nptl/nptl-init.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-291-15/+0
* nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2018-05-171-18/+0
* [BZ #22637] Fix stack guard size accountingSzabolcs Nagy2018-01-081-4/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer2017-12-201-1/+0
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-071-1/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock2016-12-261-16/+0
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-301-4/+0
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-241-13/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-171-1/+1
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-101-2/+3
* Fix nptl-init.c use of INTERNAL_SYSCALL_DECL.Roland McGrath2015-05-221-11/+19
* NaCl: Set tid field to a unique value.Roland McGrath2015-05-201-4/+2
* NPTL: Fixed missed conditionalization of setxid hooey.Roland McGrath2015-01-081-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers2014-12-061-1/+1
* Use ALIGN_UP in nptl/nptl-init.cCarlos O'Donell2014-11-291-2/+2
* NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.cRoland McGrath2014-11-121-0/+5
* NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath2014-10-171-0/+2
* NPTL: Conditionalize direct futex syscall uses.Roland McGrath2014-10-171-3/+5
* NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath2014-10-171-4/+17
* Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath2014-10-171-0/+2
* nptl: Fix abort in case of set*id failure [BZ #17135]Florian Weimer2014-07-111-3/+3
* Check for syscall error in the SETXID implementation in NPTL (bug 13347).Florian Weimer2014-04-011-2/+7
* 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
* Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar2013-03-191-1/+2
* Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2013-03-011-52/+22
* Set default stack size from program environmentSiddhesh Poyarekar2013-03-011-22/+52
* 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