aboutsummaryrefslogtreecommitdiff
path: root/nptl/forward.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer1-5/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer1-3/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-11/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-10/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer1-4/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer1-3/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer1-2/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer1-4/+0
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer1-3/+0
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer1-3/+0
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer1-2/+0
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer1-3/+0
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer1-3/+0
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer1-8/+0
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer1-2/+0
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer1-4/+0
2019-07-18nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe1-5/+0
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe1-0/+5
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-20nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer1-4/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu1-2/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-07-31Add __safe_fatal and use it in __pthread_unwind forwarder fallback.Roland McGrath1-9/+6
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-11Fix warnings due to return in void functionsUlrich Drepper1-6/+15
2007-01-17* sysdeps/unix/sysv/linux/libc_pthread_init.c: Don't just copy theUlrich Drepper1-3/+4
2004-03-11Update.Ulrich Drepper1-6/+8
2004-03-10Update.Ulrich Drepper1-13/+17
2003-09-02Update.Ulrich Drepper1-0/+13
2003-04-16* libio/fileops.c (_IO_file_close_it): Macro tweak to avoid warning.Roland McGrath1-0/+2
2003-04-12Declare __pthread_unwind. Define __do_cancel to use it. Declare old cleanup...Ulrich Drepper1-0/+10
2003-03-032003-03-03 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+1
2003-01-03Update.Ulrich Drepper1-6/+6
2003-01-03Update.Ulrich Drepper1-8/+43
2002-12-30Update.Ulrich Drepper1-12/+8
2002-12-30Make all functions available by default again. It caused too much trouble.Ulrich Drepper1-49/+43
2002-12-19Update.Ulrich Drepper1-2/+2
2002-12-17Update.Ulrich Drepper1-3/+12
2002-12-15Update.Ulrich Drepper1-27/+9
2002-12-13(test_loaded): Don't overwrite a value another thread might have found.Ulrich Drepper1-1/+2