about summary refs log tree commit diff
path: root/nptl/nptl-init.c
Commit message (Expand)AuthorAgeFilesLines
* nptl: Eliminate <smp.h> and __is_smpFlorian Weimer2020-11-131-4/+0
* linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella2020-07-071-1/+1
* nptl: Change type of __default_pthread_attrFlorian Weimer2020-06-021-2/+2
* Linux: set_robust_list syscall number is always availableFlorian Weimer2020-03-031-4/+0
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-201-2/+0
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-201-2/+0
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+0
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-141-16/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer2019-10-181-16/+0
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-071-1/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-071-1/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-041-1/+0
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-301-1/+0
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-281-1/+0
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-161-1/+0
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-151-4/+0
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-151-1/+0
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-151-1/+0
* nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe2019-07-181-1/+0
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-121-0/+1
* nptl: Add comment to __pthread_get_minstack about external usersFlorian Weimer2019-05-271-0/+8
* Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella2019-05-141-2/+0
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-3/+0
* nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella2019-03-051-29/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Mutex: Add pthread mutex tunablesKemi Wang2018-12-011-0/+5
* 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