about summary refs log tree commit diff
path: root/nptl/pthread_kill.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
* Refactor internal-signals.hAdhemerval Zanella2022-06-301-5/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer2021-10-011-3/+1
* nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer2021-09-201-8/+29
* nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer2021-09-131-25/+40
* nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer2021-09-131-1/+6
* nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella2021-06-091-6/+12
* nptl: Implement raise in terms of pthread_killAdhemerval Zanella2021-06-091-13/+29
* nptl: Move pthread_kill to libcAdhemerval Zanella2021-03-261-1/+6
* nptl: Move Linux pthread_kill to nptlAdhemerval Zanella2021-03-121-9/+17
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* 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
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Add generic/stub implementations of pthread_{kill,sigmask,sigqueue}.Roland McGrath2014-07-151-0/+38