aboutsummaryrefslogtreecommitdiff
path: root/signal
AgeCommit message (Expand)AuthorFilesLines
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella1-0/+13
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella1-8/+1
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella1-0/+3
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella3-6/+35
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu3-2/+88
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert50-50/+50
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella2-0/+2
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella1-6/+0
2020-07-07signal: Add signum-{generic,arch}.hAdhemerval Zanella2-2/+2
2020-05-25signal: Deprecate additional legacy signal handling functionsFlorian Weimer3-7/+23
2020-05-08signal: Use <sigsetops.h> for sigemptyset, sigfillsetFlorian Weimer2-7/+4
2020-04-21signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella3-6/+102
2020-01-24Build raise with -fasynchronous-unwind-tables.Joseph Myers1-0/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers49-49/+49
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert49-49/+49
2019-05-14Linux: Add the tgkill functionFlorian Weimer2-1/+4
2019-01-18Disable lazy binding on tests for minimal signal handlerH.J. Lu1-0/+8
2019-01-16Tests for minimal signal handler functionality in MINSIGSTKSZ space.Zack Weinberg6-0/+397
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers44-44/+44
2018-04-26Add tst-sigaction.c to test BZ #23069Aurelien Jarno2-1/+57
2018-04-04hurd: fix buildSamuel Thibault2-0/+2
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella5-38/+76
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers43-43/+43
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-6/+6
2017-11-23sigwait: Do not fail with EINTR and return error code [BZ #22478]Florian Weimer2-2/+87
2017-11-15Optimize sigrelse implementationAdhemerval Zanella1-9/+3
2017-11-06Optimize sighold implementationAdhemerval Zanella1-8/+2
2017-10-01Hide internal signal functions [BZ #18822]H.J. Lu3-0/+3
2017-08-16Fix sigval namespace (bug 21944).Joseph Myers4-9/+60
2017-06-20Factor out shared definitions from bits/signum.h.Zack Weinberg2-1/+5
2017-06-19Fix siginterrupt namespace (bug 21597).Joseph Myers1-5/+5
2017-06-19Fix signal stack namespace (bug 21584).Joseph Myers1-4/+6
2017-06-12Fix XPG4 bsd_signal namespace (bug 21552).Joseph Myers1-1/+1
2017-06-12Fix sigwait namespace (bug 21550).Joseph Myers1-0/+2
2017-06-09Fix sigpause namespace (bug 21554).Joseph Myers1-1/+1
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers2-3/+3
2017-06-02Fix sigevent namespace (bug 21543).Joseph Myers1-1/+4
2017-05-23Fix sigstack namespace (bug 21511).Joseph Myers1-7/+14
2017-05-21Add one more header to be installed, missed from previous patch.Zack Weinberg1-2/+2
2017-05-20Remove __need macros from signal.h.Zack Weinberg14-95/+129
2017-05-19Split up bits/sigstack.h.Joseph Myers3-1/+34
2017-05-04Fix signal.h bsd_signal namespace (bug 21445).Joseph Myers1-1/+1
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-6/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers40-40/+40
2016-12-26Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock1-0/+2
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg1-2/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers40-40/+40
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers29-78/+29
2015-06-05Fix psignal, psiginfo declaration conditions (bug 18483).Joseph Myers1-3/+1
2015-01-08Clean up allocrtsig code.Roland McGrath1-36/+19