aboutsummaryrefslogtreecommitdiff
path: root/signal
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-06-30Refactor internal-signals.hAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella
2020-07-07signal: Add signum-{generic,arch}.hAdhemerval Zanella
2020-05-25signal: Deprecate additional legacy signal handling functionsFlorian Weimer
2020-05-08signal: Use <sigsetops.h> for sigemptyset, sigfillsetFlorian Weimer
2020-04-21signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella
2020-01-24Build raise with -fasynchronous-unwind-tables.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-05-14Linux: Add the tgkill functionFlorian Weimer
2019-01-18Disable lazy binding on tests for minimal signal handlerH.J. Lu
2019-01-16Tests for minimal signal handler functionality in MINSIGSTKSZ space.Zack Weinberg
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-04-26Add tst-sigaction.c to test BZ #23069Aurelien Jarno
2018-04-04hurd: fix buildSamuel Thibault
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-23sigwait: Do not fail with EINTR and return error code [BZ #22478]Florian Weimer
2017-11-15Optimize sigrelse implementationAdhemerval Zanella
2017-11-06Optimize sighold implementationAdhemerval Zanella
2017-10-01Hide internal signal functions [BZ #18822]H.J. Lu
2017-08-16Fix sigval namespace (bug 21944).Joseph Myers
2017-06-20Factor out shared definitions from bits/signum.h.Zack Weinberg
2017-06-19Fix siginterrupt namespace (bug 21597).Joseph Myers
2017-06-19Fix signal stack namespace (bug 21584).Joseph Myers
2017-06-12Fix XPG4 bsd_signal namespace (bug 21552).Joseph Myers
2017-06-12Fix sigwait namespace (bug 21550).Joseph Myers
2017-06-09Fix sigpause namespace (bug 21554).Joseph Myers
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers
2017-06-02Fix sigevent namespace (bug 21543).Joseph Myers
2017-05-23Fix sigstack namespace (bug 21511).Joseph Myers
2017-05-21Add one more header to be installed, missed from previous patch.Zack Weinberg
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-19Split up bits/sigstack.h.Joseph Myers
2017-05-04Fix signal.h bsd_signal namespace (bug 21445).Joseph Myers
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-26Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock