summaryrefslogtreecommitdiff
path: root/src/who.c
Commit message (Expand)AuthorAgeFilesLines
* Change meaning of -l from --lookup to --login, per POSIX.Jim Meyering2003-08-311-13/+5
* Avoid unnecessary and sometimes time-consuming hostname lookups.Jim Meyering2003-08-171-1/+1
* Don't include headers already included by system.h:Jim Meyering2003-07-231-1/+0
* (print_line): Rewrite to use asprintf, in order to beJim Meyering2003-07-041-14/+60
* tweak comment to fit in 80 columnsJim Meyering2003-06-281-3/+3
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* (main): Handle argc < optind.Jim Meyering2003-05-101-0/+1
* (print_boottime, print_deadprocs, print_runlevel):Jim Meyering2003-02-061-6/+6
* (print_user): Change type of local to size_tJim Meyering2002-09-141-1/+1
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-3/+3
* Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering2002-08-301-1/+1
* (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Remove definitions.Jim Meyering2002-07-271-9/+0
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* (usage): Tweak description of --users.Jim Meyering2002-05-031-1/+1
* add comment for prev changeJim Meyering2002-04-281-0/+2
* (make_id_equals_comment): Cast sizeof expression (used as fieldJim Meyering2002-04-281-1/+1
* (PIDSTR_DECL_AND_INIT): Cast ut_pid value to int.Jim Meyering2002-04-281-1/+1
* Don't include xalloc.h.Jim Meyering2002-04-281-1/+0
* (UT_TYPE_UNDEF, UT_TYPE, IS_USER_PROCESS): Define.Jim Meyering2002-04-161-3/+16
* (BOOT_TIME): Define.Jim Meyering2002-04-161-42/+58
* add FIXME commentsJim Meyering2002-04-151-0/+2
* Include xalloc.h.Jim Meyering2002-04-151-15/+13
* Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering2001-12-151-3/+13
* (AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering2001-08-141-1/+1
* Add options to make `who' more POSIX compliant.Jim Meyering2001-06-091-149/+415
* Explicitly include sys/types.h before including system.h.Jim Meyering2000-11-171-1/+3
* Include "closeout.h".Jim Meyering2000-05-071-0/+3
* Use UT_USER in place of hard-coded `->ut_name' here, too.Jim Meyering2000-01-311-5/+5
* (print_entry): Correct do_lookup test so that whoJim Meyering1999-12-181-4/+7
* (print_entry): Use `#if', not `#ifdef HAVE_UT_HOST'.Jim Meyering1999-04-241-2/+2
* No longer include long-options.h.Jim Meyering1999-03-311-4/+6
* (PROGRAM_NAME, AUTHORS): Define and use.Jim Meyering1999-03-311-2/+7
* Include long-options.h.Jim Meyering1999-03-061-18/+6
* copyright dateJim Meyering1999-02-081-1/+1
* Include stdio.h.Jim Meyering1999-02-081-0/+1
* (usage): Remove static attribute.Jim Meyering1999-01-251-1/+1
* update bug-reporting addressJim Meyering1998-09-191-1/+1
* Include system.h only after error.h and readutmp.hJim Meyering1998-06-291-3/+3
* Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering1998-06-291-1/+1
* Remove old-style xmalloc and xrealloc decls.Jim Meyering1997-10-251-1/+0
* update bug-reporting addressJim Meyering1997-10-071-1/+1
* (main): New option --lookup (-l).Jim Meyering1997-09-011-2/+11
* Rename lots of `this' locals.Jim Meyering1997-07-131-46/+55
* (who): rename users to n_usersJim Meyering1997-07-131-3/+3
* .Jim Meyering1997-07-131-0/+451
* .Jim Meyering1996-02-251-2/+0
* Define WHO and include new file, who-users.c.Jim Meyering1996-01-061-654/+2
* s/non-zero/nonzero/gJim Meyering1995-11-271-4/+4
* Annotate localizable strings with _(...). From Franc,ois.Jim Meyering1995-08-081-16/+16
* (usage): Add one- and two-line descriptions to --help output.Jim Meyering1995-05-151-4/+3