summaryrefslogtreecommitdiff
path: root/signal
AgeCommit message (Expand)Author
2026-03-05Fix Makefile alphabetical orderingSamuel Thibault
2026-03-05hurd: Fix cleaning on sigtimedwait timing outSamuel Thibault
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-14tst-minsigstksz-1.c: Return EXIT_UNSUPPORTED for GCC 4.9 or olderH.J. Lu
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella
2024-07-01signal/Makefile: Split and sort testsMichel Lind
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella
2024-03-27signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella
2024-03-12linux/sigsetops: fix type confusion (bug 31468)Andreas Schwab
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