about summary refs log tree commit diff
path: root/nptl/pthread_cancel.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella2022-07-051-1/+1
* nptl: Fix pthread_cancel cancelhandling atomic operationsAdhemerval Zanella2022-04-201-1/+2
* nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella2022-04-141-29/+81
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer2021-09-131-4/+5
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* nptl: Use SA_RESTART for SIGCANCEL handlerAdhemerval Zanella2021-06-231-1/+5
* nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella2021-06-091-5/+1
* nptl: Move cancel type out of cancelhandlingAdhemerval Zanella2021-06-091-3/+3
* nptl: Move cancel state out of cancelhandlingAdhemerval Zanella2021-06-091-1/+1
* nptl: Remove CANCELING_BITMASKAdhemerval Zanella2021-06-091-90/+35
* nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella2021-06-091-22/+27
* nptl: Perform signal initialization upon pthread_createFlorian Weimer2021-05-211-9/+79
* nptl: Move pthread_cancel into libcFlorian Weimer2021-05-111-1/+5
* nptl: Eliminate __pthread_multiple_threadsFlorian Weimer2021-05-101-1/+1
* nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer2021-05-101-1/+1
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-211-1/+9
* nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer2021-03-011-1/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-141-4/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer2019-10-181-7/+0
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* 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
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-231-3/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-241-13/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Function declaration cleanupAdhemerval Zanella2015-01-061-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].Roland McGrath2014-11-201-4/+13
* Remove stray includes of kernel-features.h.Joseph Myers2014-06-251-1/+0
* 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
* Remove __ASSUME_TGKILL.Joseph Myers2012-08-081-12/+1
* Allow a single-threaded program to cancel itselfSiddhesh Poyarekar2012-05-151-0/+8
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix change to prevent cancel signal in unsafe places.Ulrich Drepper2009-05-151-2/+6
* Update. cvs/fedora-glibc-20041120T0949Ulrich Drepper2004-11-201-1/+3
* Update.Ulrich Drepper2003-12-201-0/+6
* Update.Ulrich Drepper2003-07-221-0/+3
* Update.Ulrich Drepper2003-07-081-1/+16
* Update.Ulrich Drepper2003-03-211-9/+9
* Update.Ulrich Drepper2003-02-211-1/+7
* Update.Ulrich Drepper2003-02-211-1/+7
* (pthread_cancel): Use the result of __pthread_kill.Ulrich Drepper2003-02-161-2/+3
* Update.Ulrich Drepper2003-02-141-2/+5