Age | Commit message (Expand) | Author | Files | Lines |
2019-05-14 | Linux: Add the tgkill function | Florian Weimer | 2 | -1/+4 |
2019-01-18 | Disable lazy binding on tests for minimal signal handler | H.J. Lu | 1 | -0/+8 |
2019-01-16 | Tests for minimal signal handler functionality in MINSIGSTKSZ space. | Zack Weinberg | 6 | -0/+397 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 44 | -44/+44 |
2018-04-26 | Add tst-sigaction.c to test BZ #23069 | Aurelien Jarno | 2 | -1/+57 |
2018-04-04 | hurd: fix build | Samuel Thibault | 2 | -0/+2 |
2018-04-03 | Filter out NPTL internal signals (BZ #22391) | Adhemerval Zanella | 5 | -38/+76 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 43 | -43/+43 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -6/+6 |
2017-11-23 | sigwait: Do not fail with EINTR and return error code [BZ #22478] | Florian Weimer | 2 | -2/+87 |
2017-11-15 | Optimize sigrelse implementation | Adhemerval Zanella | 1 | -9/+3 |
2017-11-06 | Optimize sighold implementation | Adhemerval Zanella | 1 | -8/+2 |
2017-10-01 | Hide internal signal functions [BZ #18822] | H.J. Lu | 3 | -0/+3 |
2017-08-16 | Fix sigval namespace (bug 21944). | Joseph Myers | 4 | -9/+60 |
2017-06-20 | Factor out shared definitions from bits/signum.h. | Zack Weinberg | 2 | -1/+5 |
2017-06-19 | Fix siginterrupt namespace (bug 21597). | Joseph Myers | 1 | -5/+5 |
2017-06-19 | Fix signal stack namespace (bug 21584). | Joseph Myers | 1 | -4/+6 |
2017-06-12 | Fix XPG4 bsd_signal namespace (bug 21552). | Joseph Myers | 1 | -1/+1 |
2017-06-12 | Fix sigwait namespace (bug 21550). | Joseph Myers | 1 | -0/+2 |
2017-06-09 | Fix sigpause namespace (bug 21554). | Joseph Myers | 1 | -1/+1 |
2017-06-05 | Fix struct sigaltstack namespace (bug 21517). | Joseph Myers | 2 | -3/+3 |
2017-06-02 | Fix sigevent namespace (bug 21543). | Joseph Myers | 1 | -1/+4 |
2017-05-23 | Fix sigstack namespace (bug 21511). | Joseph Myers | 1 | -7/+14 |
2017-05-21 | Add one more header to be installed, missed from previous patch. | Zack Weinberg | 1 | -2/+2 |
2017-05-20 | Remove __need macros from signal.h. | Zack Weinberg | 14 | -95/+129 |
2017-05-19 | Split up bits/sigstack.h. | Joseph Myers | 3 | -1/+34 |
2017-05-04 | Fix signal.h bsd_signal namespace (bug 21445). | Joseph Myers | 1 | -1/+1 |
2017-03-16 | Remove C++ namespace handling from glibc headers. | Joseph Myers | 1 | -6/+0 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 40 | -40/+40 |
2016-12-26 | Do not stack-protect sigreturn stubs [BZ #7065] | Nick Alcock | 1 | -0/+2 |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 1 | -2/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 40 | -40/+40 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 29 | -78/+29 |
2015-06-05 | Fix psignal, psiginfo declaration conditions (bug 18483). | Joseph Myers | 1 | -3/+1 |
2015-01-08 | Clean up allocrtsig code. | Roland McGrath | 1 | -36/+19 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 40 | -40/+40 |
2014-11-14 | Remove sigvec. | Roland McGrath | 3 | -34/+178 |
2014-11-14 | Only declare __sigpause in installed signal.h when necessary. | Joseph Myers | 1 | -1/+1 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -0/+2 |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 1 | -8/+8 |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 1 | -7/+7 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 40 | -40/+40 |
2013-12-17 | Remove __FAVOR_BSD. | Joseph Myers | 1 | -15/+7 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 40 | -40/+40 |
2012-11-19 | Define siginfo_t in signal.h for XPG4 (bug 14835). | Joseph Myers | 1 | -0/+2 |
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 22 | -22/+0 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -3/+1 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 40 | -120/+80 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -21/+21 |
2010-01-10 | FIx up signal.h for XPG7. | Ulrich Drepper | 1 | -3/+3 |