| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate remaning non cancellable definitions | Adhemerval Zanella | 2017-08-23 | 1 | -0/+1 |
* | Consolidate non cancellable fcntl call | Adhemerval Zanella | 2017-08-21 | 1 | -2/+2 |
* | Consolidate non cancellable close call | Adhemerval Zanella | 2017-08-18 | 1 | -4/+4 |
* | Consolidate non cancellable write call | Adhemerval Zanella | 2017-08-18 | 1 | -2/+2 |
* | Consolidate non cancellable read call | Adhemerval Zanella | 2017-08-18 | 1 | -4/+4 |
* | Consolidate non cancellable open call | Adhemerval Zanella | 2017-08-17 | 1 | -3/+3 |
* | Remove check for NULL buffer passed to `ptsname_r' | Arjun Shankar | 2017-06-07 | 1 | -1/+0 |
* | Remove __need macros from signal.h. | Zack Weinberg | 2017-05-20 | 1 | -0/+1 |
* | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 2017-04-18 | 1 | -61/+4 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 42 | -42/+42 |
* | Drop explicit stack-protection of pieces of the system [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -1/+0 |
* | 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2016-06-11 | 1 | -1/+1 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 42 | -42/+42 |
* | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 2015-10-20 | 3 | -10/+6 |
* | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2015-10-19 | 1 | -5/+2 |
* | use -fstack-protector-strong when available | Mike Frysinger | 2015-10-19 | 1 | -3/+1 |
* | pt_chown: Clear any signal mask inherited from the parent process. | Geoffrey Thomas | 2015-10-19 | 1 | -0/+6 |
* | Convert 703 function definitions to prototype style. | Joseph Myers | 2015-10-16 | 4 | -9/+4 |
* | Do not leave files behind in /tmp from testing. | Joseph Myers | 2015-10-15 | 1 | -1/+1 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 5 | -5/+5 |
* | Fix -Wundef warnings in login/tst-utmp.c. | Joseph Myers | 2015-08-19 | 1 | -4/+4 |
* | Make sysdeps/posix bring in login subdir. | Roland McGrath | 2015-07-23 | 2 | -1/+6 |
* | Fix getlogin_r namespace (bug 18527). | Joseph Myers | 2015-06-12 | 1 | -2/+4 |
* | Move tst-getlogin to login/ subdirectory. | Roland McGrath | 2015-02-06 | 2 | -1/+61 |
* | Remove some references to bcopy/bcmp/bzero. | Roland McGrath | 2015-01-13 | 1 | -2/+2 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 41 | -41/+41 |
* | Modify several tests to use test-skeleton.c | Arjun Shankar | 2014-11-05 | 1 | -2/+5 |
* | ptsname_r: don't leak uninitialized memory (BZ #16917) | Aurelien Jarno | 2014-05-16 | 2 | -1/+109 |
* | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2014-02-26 | 1 | -2/+2 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 1 | -1/+1 |
* | Update remaining copyright dates | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 40 | -40/+40 |
* | CVE-2013-2207, BZ #15755: Disable pt_chown. | Carlos O'Donell | 2013-07-21 | 1 | -1/+7 |
* | Use (void) in no-arguments function definitions. | Joseph Myers | 2013-06-08 | 2 | -2/+2 |
* | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 2013-05-31 | 1 | -5/+0 |
* | Move getlogin_r_chk to login/ subdir. | Roland McGrath | 2013-05-06 | 3 | -1/+30 |
* | Move ptsname_r_chk to login/ subdir. | Roland McGrath | 2013-05-06 | 3 | -1/+33 |
* | Move getlogin, getlogin_r, setlogin to login/ subdir. | Roland McGrath | 2013-05-06 | 5 | -1/+99 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 35 | -36/+35 |
* | Update copyright years. | David S. Miller | 2013-01-01 | 1 | -2/+2 |
* | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2012-11-09 | 1 | -5/+12 |
* | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 2012-11-04 | 3 | -3/+0 |
* | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 2012-03-23 | 1 | -5/+0 |
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -3/+2 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 35 | -105/+70 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -12/+12 |
* | Also update new programs | Ulrich Drepper | 2012-01-01 | 1 | -2/+2 |