aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_kill.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-06-30Refactor internal-signals.hAdhemerval Zanella1-5/+5
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-10-01nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer1-3/+1
2021-09-20nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer1-8/+29
2021-09-13nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer1-25/+40
2021-09-13nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer1-1/+6
2021-06-09nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella1-6/+12
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella1-13/+29
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella1-1/+6
2021-03-12nptl: Move Linux pthread_kill to nptlAdhemerval Zanella1-9/+17
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
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-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-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-07-15Add generic/stub implementations of pthread_{kill,sigmask,sigqueue}.Roland McGrath1-0/+38