summaryrefslogtreecommitdiffstats
path: root/usr.bin/who/who.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unimplemented System V options from the getopt() option string.tjr2002-12-211-1/+1
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanpeter2002-11-151-3/+5
* Style: put static qualifier on definition of static functions.tjr2002-06-201-7/+7
* Respect the setting of the COLUMNS environment variable, use it instead oftjr2002-06-041-6/+16
* Write "FROM" heading above the hostname column, like NetBSD and GNU do.tjr2002-05-281-0/+1
* Reimplement the who(1) utility to add some features required by SUSv3:tjr2002-05-091-107/+220
* remove __Pimp2002-03-221-3/+3
* WARNS=2 fix, use __FBSDID().markm2001-12-111-11/+13
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* Don't attempt to parse %cache2001-03-211-3/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out Steve's fix, as this was already fixed by me in revision 1.6des1998-05-251-4/+0
* Only allow 'who' and 'who am i' as valid usages.steve1998-05-251-1/+5
* Check that user really typed "who am {I,i}", and that no straydes1998-04-261-1/+5
* Use err(3). Add usage().charnier1997-08-261-15/+31
* Made sure the string formated by strftime() is properlyyokota1997-03-071-1/+2
* Add setlocale LC_TIMEache1995-10-241-0/+3
* Replace ctime by strftime %c to use national date representation nowache1995-08-071-4/+4
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+135
OpenPOWER on IntegriCloud