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