Subject: CVS commit: src/usr.bin/who
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/19/2006 21:01:29
Module Name:	src
Committed By:	christos
Date:		Tue Sep 19 21:01:29 UTC 2006

Modified Files:
	src/usr.bin/who: utmpentry.c utmpentry.h who.1 who.c

Log Message:
Add support for the majority of the rest of the system V options, although
we don't support some of them. We might add boottime, system clock change
time, in the future, so add the code to do it.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/usr.bin/who/utmpentry.c
cvs rdiff -r1.3 -r1.4 src/usr.bin/who/utmpentry.h
cvs rdiff -r1.18 -r1.19 src/usr.bin/who/who.1
cvs rdiff -r1.17 -r1.18 src/usr.bin/who/who.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.