Age | Commit message (Expand) | Author | Files | Lines |
2024-04-19 | login: Use unsigned 32-bit types for seconds-since-epoch | Florian Weimer | 3 | -1/+44 |
2024-04-19 | login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) | Florian Weimer | 2 | -1/+5 |
2024-04-19 | login: Check default sizes of structs utmp, utmpx, lastlog | Florian Weimer | 2 | -1/+34 |
2024-01-01 | Update copyright dates not handled by scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 47 | -47/+47 |
2023-07-05 | unistd: Avoid PLT entries with _FORTIFY_SOURCE | Frédéric Bérat | 1 | -0/+1 |
2023-07-05 | Exclude routines from fortification | Frédéric Bérat | 1 | -0/+6 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 2 | -2/+2 |
2023-04-22 | Use O_CLOEXEC in more places (BZ #15722) | Sergey Bugaev | 1 | -1/+1 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 3 | -4/+12 |
2023-01-06 | Update copyright dates not handled by scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 47 | -47/+47 |
2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella | 1 | -0/+1 |
2022-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 1 | -1/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 47 | -47/+47 |
2021-10-29 | login: Add back libutil as an empty library | Stafford Horne | 1 | -1/+3 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 31 | -36/+0 |
2021-06-30 | login: Move libutil into libc | Florian Weimer | 9 | -73/+167 |
2021-06-30 | login: Rework hidden prototypes for __setutent, __utmpname, __endutent | Florian Weimer | 2 | -0/+3 |
2021-06-30 | login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockpt | Florian Weimer | 3 | -1/+3 |
2021-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 46 | -46/+46 |
2020-10-07 | Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053) | Florian Weimer | 1 | -4/+16 |
2020-10-07 | login/tst-grantpt: Convert to support framework, more error checking | Florian Weimer | 1 | -35/+58 |
2020-05-20 | y2038: Replace __clock_gettime with __clock_gettime64 | Lukasz Majewski | 2 | -4/+5 |
2020-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 45 | -45/+45 |
2019-11-12 | login: Use pread64 in utmp implementation | Florian Weimer | 1 | -72/+95 |
2019-11-12 | login: Introduce matches_last_entry to utmp processing | Florian Weimer | 1 | -49/+31 |
2019-11-07 | login: Acquire write lock early in pututline [BZ #24882] | Florian Weimer | 3 | -31/+238 |
2019-11-07 | login: Remove double-assignment of fl.l_whence in try_file_lock | Florian Weimer | 1 | -1/+1 |
2019-10-30 | Change most internal uses of __gettimeofday to __clock_gettime. | Zack Weinberg | 2 | -8/+8 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 44 | -44/+44 |
2019-08-28 | login: pututxline could fail to overwrite existing entries [BZ #24902] | Florian Weimer | 3 | -11/+191 |
2019-08-15 | login: Use struct flock64 in utmp [BZ #24880] | Florian Weimer | 1 | -2/+2 |
2019-08-15 | login: Disarm timer after utmp lock acquisition [BZ #24879] | Florian Weimer | 1 | -52/+28 |
2019-08-15 | login: Fix updwtmp, updwtmx unlocking | Florian Weimer | 3 | -2/+114 |
2019-08-13 | login: Replace macro-based control flow with function calls in utmp | Florian Weimer | 1 | -73/+100 |
2019-08-13 | login: Assume that _HAVE_UT_* constants are true | Florian Weimer | 9 | -141/+10 |
2019-08-05 | login: Remove utmp backend jump tables [BZ #23518] | Florian Weimer | 7 | -183/+52 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 1 | -4/+4 |
2019-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 42 | -42/+42 |
2018-06-26 | Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251) | Adhemerval Zanella | 1 | -2/+2 |
2018-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 42 | -42/+42 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -3/+3 |
2017-10-08 | openpty: use TIOCGPTPEER to open slave side fd | Christian Brauner | 1 | -6/+24 |
2017-10-08 | openpty: close slave pty fd on error | Christian Brauner | 1 | -14/+16 |
2017-10-01 | Mark internal utmp functions with attribute_hidden [BZ #18822] | H.J. Lu | 7 | -0/+8 |