summaryrefslogtreecommitdiff
path: root/nptl/forward.c
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_setschedparam implementation into libcfw/libpthread-removal-easyFlorian Weimer2020-02-101-5/+0
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-101-3/+0
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-101-11/+0
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-101-10/+0
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-101-2/+0
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-101-1/+0
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-101-4/+0
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-101-2/+0
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-101-3/+0
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-101-2/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-071-4/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-071-3/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-041-3/+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-2/+0
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-281-3/+0
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-161-3/+0
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-151-8/+0
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-151-2/+0
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-151-4/+0
* nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe2019-07-181-5/+0
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-121-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+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-4/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-171-2/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Add __safe_fatal and use it in __pthread_unwind forwarder fallback.Roland McGrath2014-07-311-9/+6
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix warnings due to return in void functionsUlrich Drepper2012-01-111-6/+15
* * sysdeps/unix/sysv/linux/libc_pthread_init.c: Don't just copy theUlrich Drepper2007-01-171-3/+4
* Update.Ulrich Drepper2004-03-111-6/+8
* Update.Ulrich Drepper2004-03-101-13/+17
* Update.Ulrich Drepper2003-09-021-0/+13
* * libio/fileops.c (_IO_file_close_it): Macro tweak to avoid warning.Roland McGrath2003-04-161-0/+2
* Declare __pthread_unwind. Define __do_cancel to use it. Declare old cleanup...Ulrich Drepper2003-04-121-0/+10
* 2003-03-03 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-031-1/+1
* Update.Ulrich Drepper2003-01-031-6/+6
* Update.Ulrich Drepper2003-01-031-8/+43
* Update.Ulrich Drepper2002-12-301-12/+8
* Make all functions available by default again. It caused too much trouble.Ulrich Drepper2002-12-301-49/+43
* Update.Ulrich Drepper2002-12-191-2/+2
* Update.Ulrich Drepper2002-12-171-3/+12
* Update.Ulrich Drepper2002-12-151-27/+9
* (test_loaded): Don't overwrite a value another thread might have found.Ulrich Drepper2002-12-131-1/+2