summaryrefslogtreecommitdiffstats
path: root/login (follow)
Commit message (Expand)AuthorAgeLines
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-01-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01-47/+47
* login: Add back libutil as an empty libraryStafford Horne2021-10-29-1/+3
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03-36/+0
* login: Move libutil into libcFlorian Weimer2021-06-30-73/+167
* login: Rework hidden prototypes for __setutent, __utmpname, __endutentFlorian Weimer2021-06-30-0/+3
* login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer2021-06-30-1/+3
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-02-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02-46/+46
* Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer2020-10-07-4/+16
* login/tst-grantpt: Convert to support framework, more error checkingFlorian Weimer2020-10-07-35/+58
* y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2020-05-20-4/+5
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-01-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01-45/+45
* login: Use pread64 in utmp implementationFlorian Weimer2019-11-12-72/+95
* login: Introduce matches_last_entry to utmp processingFlorian Weimer2019-11-12-49/+31
* login: Acquire write lock early in pututline [BZ #24882]Florian Weimer2019-11-07-31/+238
* login: Remove double-assignment of fl.l_whence in try_file_lockFlorian Weimer2019-11-07-1/+1
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-30-8/+8
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07-44/+44
* login: pututxline could fail to overwrite existing entries [BZ #24902]Florian Weimer2019-08-28-11/+191
* login: Use struct flock64 in utmp [BZ #24880]Florian Weimer2019-08-15-2/+2
* login: Disarm timer after utmp lock acquisition [BZ #24879]Florian Weimer2019-08-15-52/+28
* login: Fix updwtmp, updwtmx unlockingFlorian Weimer2019-08-15-2/+114
* login: Replace macro-based control flow with function calls in utmpFlorian Weimer2019-08-13-73/+100
* login: Assume that _HAVE_UT_* constants are trueFlorian Weimer2019-08-13-141/+10
* login: Remove utmp backend jump tables [BZ #23518]Florian Weimer2019-08-05-183/+52
* Break some lines before not after operators.Joseph Myers2019-02-22-4/+4
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-01-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01-42/+42
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-26-2/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-01-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01-42/+42
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-11-3/+3
* openpty: use TIOCGPTPEER to open slave side fdChristian Brauner2017-10-08-6/+24
* openpty: close slave pty fd on errorChristian Brauner2017-10-08-14/+16
* Mark internal utmp functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-01-0/+8
* Consolidate remaning non cancellable definitionsAdhemerval Zanella2017-08-23-0/+1
* Consolidate non cancellable fcntl callAdhemerval Zanella2017-08-21-2/+2
* Consolidate non cancellable close callAdhemerval Zanella2017-08-18-4/+4
* Consolidate non cancellable write callAdhemerval Zanella2017-08-18-2/+2
* Consolidate non cancellable read callAdhemerval Zanella2017-08-18-4/+4
* Consolidate non cancellable open callAdhemerval Zanella2017-08-17-3/+3
* Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar2017-06-07-1/+0
* Remove __need macros from signal.h.Zack Weinberg2017-05-20-0/+1
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-18-61/+4
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-01-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01-42/+42
* Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock2016-12-26-1/+0
* 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-06-11-1/+1