about summary refs log tree commit diff
path: root/signal
Commit message (Expand)AuthorAgeFilesLines
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-021-1/+1
* signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella2024-03-271-0/+4
* linux/sigsetops: fix type confusion (bug 31468)Andreas Schwab2024-03-121-0/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0152-52/+52
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0652-52/+52
* Refactor internal-signals.hAdhemerval Zanella2022-06-304-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0152-52/+52
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-035-5/+0
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-0/+13
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-261-8/+1
* nptl: Move sigaction to libcAdhemerval Zanella2021-03-261-0/+3
* signal: Add __libc_sigactionAdhemerval Zanella2021-03-183-6/+35
* sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2021-02-013-2/+88
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0250-50/+50
* 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