aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_sigmask.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-07linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella1-1/+1
2020-04-21signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella1-4/+3
2020-04-21linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella1-0/+1
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella1-3/+8
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-9/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer1-11/+29
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-08NPTL: Fix generic pthread_sigmask.Roland McGrath1-1/+5
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/+32