about summary refs log tree commit diff
path: root/login
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0145-45/+45
* login: Use pread64 in utmp implementationFlorian Weimer2019-11-121-72/+95
* login: Introduce matches_last_entry to utmp processingFlorian Weimer2019-11-121-49/+31
* login: Acquire write lock early in pututline [BZ #24882]Florian Weimer2019-11-073-31/+238
* login: Remove double-assignment of fl.l_whence in try_file_lockFlorian Weimer2019-11-071-1/+1
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-302-8/+8
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0744-44/+44
* login: pututxline could fail to overwrite existing entries [BZ #24902]Florian Weimer2019-08-283-11/+191
* login: Use struct flock64 in utmp [BZ #24880]Florian Weimer2019-08-151-2/+2
* login: Disarm timer after utmp lock acquisition [BZ #24879]Florian Weimer2019-08-151-52/+28
* login: Fix updwtmp, updwtmx unlockingFlorian Weimer2019-08-153-2/+114
* login: Replace macro-based control flow with function calls in utmpFlorian Weimer2019-08-131-73/+100
* login: Assume that _HAVE_UT_* constants are trueFlorian Weimer2019-08-139-141/+10
* login: Remove utmp backend jump tables [BZ #23518]Florian Weimer2019-08-057-183/+52
* Break some lines before not after operators.Joseph Myers2019-02-221-4/+4
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0142-42/+42
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-261-2/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0142-42/+42
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-3/+3
* openpty: use TIOCGPTPEER to open slave side fdChristian Brauner2017-10-081-6/+24
* openpty: close slave pty fd on errorChristian Brauner2017-10-081-14/+16
* Mark internal utmp functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-017-0/+8
* Consolidate remaning non cancellable definitionsAdhemerval Zanella2017-08-231-0/+1
* Consolidate non cancellable fcntl callAdhemerval Zanella2017-08-211-2/+2
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-4/+4
* Consolidate non cancellable write callAdhemerval Zanella2017-08-181-2/+2
* Consolidate non cancellable read callAdhemerval Zanella2017-08-181-4/+4
* Consolidate non cancellable open callAdhemerval Zanella2017-08-171-3/+3
* Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar2017-06-071-1/+0
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-0/+1
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-181-61/+4
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0142-42/+42
* Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock2016-12-261-1/+0
* 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-06-111-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0442-42/+42
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-203-10/+6
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-191-5/+2
* use -fstack-protector-strong when availableMike Frysinger2015-10-191-3/+1
* pt_chown: Clear any signal mask inherited from the parent process.Geoffrey Thomas2015-10-191-0/+6
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-164-9/+4
* Do not leave files behind in /tmp from testing.Joseph Myers2015-10-151-1/+1
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-085-5/+5
* Fix -Wundef warnings in login/tst-utmp.c.Joseph Myers2015-08-191-4/+4
* Make sysdeps/posix bring in login subdir.Roland McGrath2015-07-232-1/+6
* Fix getlogin_r namespace (bug 18527).Joseph Myers2015-06-121-2/+4