aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_cancel.c
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella
2022-04-20nptl: Fix pthread_cancel cancelhandling atomic operationsAdhemerval Zanella
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-13nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-06-23nptl: Use SA_RESTART for SIGCANCEL handlerAdhemerval Zanella
2021-06-09nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella
2021-06-09nptl: Move cancel type out of cancelhandlingAdhemerval Zanella
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella
2021-06-09nptl: Remove CANCELING_BITMASKAdhemerval Zanella
2021-06-09nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella
2021-05-21nptl: Perform signal initialization upon pthread_createFlorian Weimer
2021-05-11nptl: Move pthread_cancel into libcFlorian Weimer
2021-05-10nptl: Eliminate __pthread_multiple_threadsFlorian Weimer
2021-05-10nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-06Function declaration cleanupAdhemerval Zanella
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-20NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].Roland McGrath
2014-06-25Remove stray includes of kernel-features.h.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-08-08Remove __ASSUME_TGKILL.Joseph Myers
2012-05-15Allow a single-threaded program to cancel itselfSiddhesh Poyarekar
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2009-05-15Fix change to prevent cancel signal in unsafe places.Ulrich Drepper
2004-11-20Update.cvs/fedora-glibc-20041120T0949Ulrich Drepper
2003-12-20Update.Ulrich Drepper
2003-07-22Update.Ulrich Drepper
2003-07-08Update.Ulrich Drepper
2003-03-21Update.Ulrich Drepper
2003-02-21Update.Ulrich Drepper
2003-02-21Update.Ulrich Drepper
2003-02-16(pthread_cancel): Use the result of __pthread_kill.Ulrich Drepper
2003-02-14Update.Ulrich Drepper