aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/who/who.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning that showed up on 64 bit systems. It was actually a realPeter Wemm2003-10-261-1/+1
* Remove unimplemented System V options from the getopt() option string.Tim J. Robbins2002-12-211-1/+1
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanPeter Wemm2002-11-151-3/+5
* Style: put static qualifier on definition of static functions.Tim J. Robbins2002-06-201-7/+7
* Respect the setting of the COLUMNS environment variable, use it instead ofTim J. Robbins2002-06-041-6/+16
* Write "FROM" heading above the hostname column, like NetBSD and GNU do.Tim J. Robbins2002-05-281-0/+1
* Reimplement the who(1) utility to add some features required by SUSv3:Tim J. Robbins2002-05-091-107/+220
* remove __PWarner Losh2002-03-221-3/+3
* WARNS=2 fix, use __FBSDID().Mark Murray2001-12-111-11/+13
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Don't attempt to parse %cAndrey A. Chernov2001-03-211-3/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out Steve's fix, as this was already fixed by me in revision 1.6Dag-Erling Smørgrav1998-05-251-4/+0
* Only allow 'who' and 'who am i' as valid usages.Steve Price1998-05-251-1/+5
* Check that user really typed "who am {I,i}", and that no strayDag-Erling Smørgrav1998-04-261-1/+5
* Use err(3). Add usage().Philippe Charnier1997-08-261-15/+31
* Made sure the string formated by strftime() is properlyKazutaka YOKOTA1997-03-071-1/+2
* Add setlocale LC_TIMEAndrey A. Chernov1995-10-241-0/+3
* Replace ctime by strftime %c to use national date representation nowAndrey A. Chernov1995-08-071-4/+4
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+135