aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/who
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-041-1/+1
| |\ | |/ |/|
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | Remove contractions.Joel Dahl2012-10-071-1/+1
|/
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-1/+1
* And of course, I forgot to add -a to the usage.Ed Schouten2012-02-111-1/+1
* Attempt to implement who -a.Ed Schouten2012-02-112-22/+16
* Add the XSI option -b to show date of the last reboot.Sergey Kandaurov2011-10-282-8/+31
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-13/+13
* Perform all trivial ports to utmpx for usr.bin/.Ed Schouten2010-01-132-6/+2
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Several refinements to libulog's API.Ed Schouten2009-12-261-1/+1
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Port who(1) to utmpx.Ed Schouten2009-12-052-58/+56
* In wall and who, check that the utmp entry isn't stalled, as it is done in w.Olivier Houchard2006-02-211-3/+21
* Move variable initialization to reduce compiler warning.Philippe Charnier2005-05-291-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* 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
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-3/+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
* Refer to environ(7) for description of COLUMNS. Note the effects of LANG,Tim J. Robbins2002-06-071-11/+9
* Respect the setting of the COLUMNS environment variable, use it instead ofTim J. Robbins2002-06-042-6/+29
* mdoc(7) police: lint.Ruslan Ermilov2002-05-301-8/+9
* 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-092-122/+270
* remove __PWarner Losh2002-03-221-3/+3
* WARNS=2 fix, use __FBSDID().Mark Murray2001-12-111-11/+13
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* Correct path to wtmp.Dima Dorfman2001-06-271-2/+2
* 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
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* 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
* Better SYNOPSISPoul-Henning Kamp1998-04-141-2/+3