aboutsummaryrefslogtreecommitdiff
path: root/login/utmp_file.c
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-04-22Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-12login: Use pread64 in utmp implementationFlorian Weimer
2019-11-12login: Introduce matches_last_entry to utmp processingFlorian Weimer
2019-11-07login: Acquire write lock early in pututline [BZ #24882]Florian Weimer
2019-11-07login: Remove double-assignment of fl.l_whence in try_file_lockFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-28login: pututxline could fail to overwrite existing entries [BZ #24902]Florian Weimer
2019-08-15login: Use struct flock64 in utmp [BZ #24880]Florian Weimer
2019-08-15login: Disarm timer after utmp lock acquisition [BZ #24879]Florian Weimer
2019-08-15login: Fix updwtmp, updwtmx unlockingFlorian Weimer
2019-08-13login: Replace macro-based control flow with function calls in utmpFlorian Weimer
2019-08-13login: Assume that _HAVE_UT_* constants are trueFlorian Weimer
2019-08-05login: Remove utmp backend jump tables [BZ #23518]Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-08-23Consolidate remaning non cancellable definitionsAdhemerval Zanella
2017-08-21Consolidate non cancellable fcntl callAdhemerval Zanella
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-18Consolidate non cancellable write callAdhemerval Zanella
2017-08-18Consolidate non cancellable read callAdhemerval Zanella
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2009-10-29Bump timeout for utmp operations to 10s.Ulrich Drepper
2008-12-23* login/utmp_file.c (pututline_file): Replace call to dup2 withUlrich Drepper
2008-11-30* login/utmp_file.c (file_writable): New variable.Ulrich Drepper
2008-08-14[BZ #6634]Ulrich Drepper
2008-07-26* login/utmp_file.c (setutent_file): Minor optimization in caseUlrich Drepper
2007-08-03* io/Makefile (aux): Add have_o_cloexec.Ulrich Drepper
2007-07-22* login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.Ulrich Drepper
2007-03-15[BZ #4130]Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek