Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-06-15 | Optimize pt_chown. | Ulrich Drepper | 1 | -3/+4 |
2008-12-23 | * login/utmp_file.c (pututline_file): Replace call to dup2 with | Ulrich Drepper | 1 | -1/+1 |
2008-11-30 | * login/utmp_file.c (file_writable): New variable. | Ulrich Drepper | 1 | -9/+51 |
2008-08-14 | [BZ #6634] | Ulrich Drepper | 1 | -4/+21 |
2008-07-26 | * login/utmp_file.c (setutent_file): Minor optimization in case | Ulrich Drepper | 1 | -4/+5 |
2007-12-17 | * inet/ether_line.c (ether_line): Remove unused variable. | Roland McGrath | 3 | -6/+8 |
2007-10-04 | * login/login_tty.c (login_tty): The Linux kernel can return EBUSY | Ulrich Drepper | 1 | -3/+7 |
2007-08-17 | * login/tst-grantpt.c (test_einval): Add 3rd argument to open. | Jakub Jelinek | 1 | -1/+1 |
2007-08-03 | * io/Makefile (aux): Add have_o_cloexec. | Ulrich Drepper | 1 | -5/+3 |
2007-07-28 | * locale/programs/ld-monetary.c (monetary_finish): Avoid range check | Ulrich Drepper | 2 | -15/+5 |
2007-07-24 | 2007-07-24 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -2/+2 |
2007-07-22 | * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible. | Ulrich Drepper | 1 | -9/+33 |
2007-07-20 | [BZ #4813] | Jakub Jelinek | 1 | -1/+3 |
2007-03-15 | [BZ #4130] | Ulrich Drepper | 1 | -4/+4 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -4/+4 |