This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.30/master in repository glibc.
from 50f20fe506 misc/test-errno-linux: Handle EINVAL from quotactl new b90aefd4ac login: Remove utmp backend jump tables [BZ #23518] new 799f4baa1d login: Assume that _HAVE_UT_* constants are true new 2f02abb81c login: Replace macro-based control flow with function calls in utmp new 16a5765042 login: Fix updwtmp, updwtmx unlocking new 8baeebad9a login: Disarm timer after utmp lock acquisition [BZ #24879] new dbbd748c5f login: Use struct flock64 in utmp [BZ #24880] new f0cd1cfbe3 login: pututxline could fail to overwrite existing entries [ [...] new 143cea84a0 login: Remove double-assignment of fl.l_whence in try_file_lock new 85da102c52 login: Add nonstring attributes to struct utmp, struct utmpx [...] new 83f793e6a6 login: Acquire write lock early in pututline [BZ #24882] new dfa1f9fe0d login: Introduce matches_last_entry to utmp processing new 6359e79b4c Add nocancel version of pread64() new 858069cb60 login: Use pread64 in utmp implementation
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 126 +++++ NEWS | 6 + bits/utmp.h | 104 ++++- login/Makefile | 6 +- login/getutent_r.c | 108 +---- login/getutid_r.c | 7 +- login/getutline_r.c | 2 +- login/getutmp.c | 12 - login/getutmpx.c | 13 - login/login.c | 4 - login/logout.c | 10 - login/logwtmp.c | 10 - login/programs/utmpdump.c | 46 +- login/tst-pututxline-cache.c | 193 ++++++++ login/tst-pututxline-lockfail.c | 176 +++++++ login/tst-updwtmpx.c | 112 +++++ login/tst-utmp.c | 25 - login/updwtmp.c | 2 +- login/utmp-private.h | 29 +- login/utmp_file.c | 511 ++++++++++----------- login/utmpname.c | 3 +- manual/users.texi | 20 +- sysdeps/generic/not-cancel.h | 2 + sysdeps/generic/utmp-equal.h | 34 +- sysdeps/gnu/bits/utmp.h | 126 ----- sysdeps/gnu/bits/utmpx.h | 12 +- sysdeps/unix/getlogin_r.c | 7 +- sysdeps/unix/sysv/linux/Makefile | 4 +- sysdeps/unix/sysv/linux/Versions | 1 + sysdeps/unix/sysv/linux/not-cancel.h | 4 + .../linux/{read_nocancel.c => pread64_nocancel.c} | 14 +- sysdeps/unix/sysv/linux/s390/bits/utmp.h | 3 +- sysdeps/unix/sysv/linux/s390/bits/utmpx.h | 12 +- 33 files changed, 1041 insertions(+), 703 deletions(-) create mode 100644 login/tst-pututxline-cache.c create mode 100644 login/tst-pututxline-lockfail.c create mode 100644 login/tst-updwtmpx.c delete mode 100644 sysdeps/gnu/bits/utmp.h copy sysdeps/unix/sysv/linux/{read_nocancel.c => pread64_nocancel.c} (69%)