index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nptl
/
pthread_sigmask.c
Age
Commit message (
Expand
)
Author
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2022-06-30
Refactor internal-signals.h
Adhemerval Zanella
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-07-07
linux: Fix __NSIG_WORDS and add __NSIG_BYTES
Adhemerval Zanella
2020-04-21
signal: Only handle on NSIG signals on signal functions (BZ #25657)
Adhemerval Zanella
2020-04-21
linux: Use pthread_sigmask on sigprocmask
Adhemerval Zanella
2020-04-21
nptl: Move pthread_sigmask implementation to libc
Adhemerval Zanella
2020-02-14
linux: Remove INTERNAL_SYSCALL_DECL
Adhemerval Zanella
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-10-18
nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined
Florian Weimer
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-08
NPTL: Fix generic pthread_sigmask.
Roland McGrath
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2014-07-15
Add generic/stub implementations of pthread_{kill,sigmask,sigqueue}.
Roland McGrath