summaryrefslogtreecommitdiff
path: root/lib/readutmp.c
Commit message (Expand)AuthorAgeFilesLines
* readutmp: prefer idx_t for indexesPaul Eggert2021-06-111-6/+6
* readutmp: Optimize stdio accesses.Bruno Haible2021-03-071-3/+2
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* readutmp: Make more robust in multithreaded applications.Bruno Haible2020-05-271-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: port more modules to GCC 8Paul Eggert2018-05-031-0/+4
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* acl-permissions: more porting to AIXPaul Eggert2015-06-051-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* c-strtod, memcoll, readutmp: no 'static inline'Paul Eggert2012-11-291-1/+1
* readutmp: fix non-portable UT_PID useMats Erik Andersson2012-09-051-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-8/+8
* avoid gcc warnings about unused macro definitionsJim Meyering2009-03-121-4/+1
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * lib/readutmp.c (desirable_utmp_entry): Use "bool" as theJim Meyering2006-10-181-3/+3
* (desirable_utmp_entry): Implement new flag: READ_UTMP_USER_PROCESS.Sergey Poznyakoff2006-10-181-4/+9
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+4
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+3
* (desirable_utmp_entry): Fix bug where "who -b" and "who -r"Paul Eggert2005-06-221-0/+1
* Sync from coreutils.Paul Eggert2005-06-021-5/+5
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Merge from coreutils.Paul Eggert2005-05-021-46/+55
* Include readutmp.h first.Paul Eggert2004-12-011-1/+3
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-1/+4
* Merge from coreutils.Paul Eggert2004-08-071-23/+22
* (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc failure,Jim Meyering2004-04-191-4/+10
* Don't trash errno when a read fails.Paul Eggert2003-09-151-11/+21
* Merge changes from coreutils.Jim Meyering2003-06-181-10/+5
* Include unlocked-io.h.Jim Meyering2001-11-171-1/+2
* Include sys/types.h before sys/stat.h.Jim Meyering2000-04-051-1/+2
* (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',Jim Meyering2000-02-031-1/+1
* (extract_trimmed_name): Use UT_USER instead of hard-codingJim Meyering2000-01-301-4/+4
* (read_utmp): Use the new definitions.Jim Meyering1999-05-051-4/+4
* (read_utmp): Ignore the return value from utmpname.Jim Meyering1999-05-031-2/+5
* (read_utmp) [HAVE_UTMPNAME]: Rewrite.Jim Meyering1999-03-021-43/+12
* Include stdio.h.Jim Meyering1999-02-081-0/+2
* *** empty log message ***SH-UTILS-1_16fJim Meyering1999-02-081-2/+3
* (read_utmp): Add variant for systems that have the utmpname function.Jim Meyering1998-05-161-7/+71
* don't include error.h.Jim Meyering1997-07-131-1/+0
* (read_utmp): Take new params: count and buffer.Jim Meyering1997-07-131-17/+16