about summary refs log tree commit diff
path: root/signal
Commit message (Expand)AuthorAgeFilesLines
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-132-0/+2
* signal: Move sys_siglist to a compat symbolAdhemerval Zanella2020-07-071-6/+0
* signal: Add signum-{generic,arch}.hAdhemerval Zanella2020-07-072-2/+2
* signal: Deprecate additional legacy signal handling functionsFlorian Weimer2020-05-253-7/+23
* signal: Use <sigsetops.h> for sigemptyset, sigfillsetFlorian Weimer2020-05-082-7/+4
* signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella2020-04-213-6/+102
* Build raise with -fasynchronous-unwind-tables.Joseph Myers2020-01-241-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0149-49/+49
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0749-49/+49
* Linux: Add the tgkill functionFlorian Weimer2019-05-142-1/+4
* Disable lazy binding on tests for minimal signal handlerH.J. Lu2019-01-181-0/+8
* Tests for minimal signal handler functionality in MINSIGSTKSZ space.Zack Weinberg2019-01-166-0/+397
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0144-44/+44
* Add tst-sigaction.c to test BZ #23069Aurelien Jarno2018-04-262-1/+57
* hurd: fix buildSamuel Thibault2018-04-042-0/+2
* Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella2018-04-035-38/+76
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0143-43/+43
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-6/+6
* sigwait: Do not fail with EINTR and return error code [BZ #22478]Florian Weimer2017-11-232-2/+87
* Optimize sigrelse implementationAdhemerval Zanella2017-11-151-9/+3
* Optimize sighold implementationAdhemerval Zanella2017-11-061-8/+2
* Hide internal signal functions [BZ #18822]H.J. Lu2017-10-013-0/+3
* Fix sigval namespace (bug 21944).Joseph Myers2017-08-164-9/+60
* Factor out shared definitions from bits/signum.h.Zack Weinberg2017-06-202-1/+5
* Fix siginterrupt namespace (bug 21597).Joseph Myers2017-06-191-5/+5
* Fix signal stack namespace (bug 21584).Joseph Myers2017-06-191-4/+6
* Fix XPG4 bsd_signal namespace (bug 21552).Joseph Myers2017-06-121-1/+1
* Fix sigwait namespace (bug 21550).Joseph Myers2017-06-121-0/+2
* Fix sigpause namespace (bug 21554).Joseph Myers2017-06-091-1/+1
* Fix struct sigaltstack namespace (bug 21517).Joseph Myers2017-06-052-3/+3
* Fix sigevent namespace (bug 21543).Joseph Myers2017-06-021-1/+4
* Fix sigstack namespace (bug 21511).Joseph Myers2017-05-231-7/+14
* Add one more header to be installed, missed from previous patch.Zack Weinberg2017-05-211-2/+2
* Remove __need macros from signal.h.Zack Weinberg2017-05-2014-95/+129
* Split up bits/sigstack.h.Joseph Myers2017-05-193-1/+34
* Fix signal.h bsd_signal namespace (bug 21445).Joseph Myers2017-05-041-1/+1
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-6/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0140-40/+40
* Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock2016-12-261-0/+2
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-231-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0440-40/+40
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1629-78/+29
* Fix psignal, psiginfo declaration conditions (bug 18483).Joseph Myers2015-06-051-3/+1
* Clean up allocrtsig code.Roland McGrath2015-01-081-36/+19
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0240-40/+40
* Remove sigvec.Roland McGrath2014-11-143-34/+178
* Only declare __sigpause in installed signal.h when necessary.Joseph Myers2014-11-141-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-0/+2
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-8/+8
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-7/+7