aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rwho
Commit message (Expand)AuthorAgeFilesLines
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-2/+5
* Few more style nits.Pawel Jakub Dawidek2013-07-031-13/+10
* Sandbox rwho(1) using capability mode and Capsicum capabilities.Pawel Jakub Dawidek2013-07-031-3/+23
* Style cleanups.Pawel Jakub Dawidek2013-07-031-45/+53
* Add missing static keywords to rwho(1)Ed Schouten2011-11-061-8/+8
* Build rwho(1) with WARNS=6.Ed Schouten2011-10-162-4/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+3
* Let the width of the username column depend on the rwho file format.Ed Schouten2009-12-251-2/+1
* It's actually 11 minutes when the machine is assumed to be down and removedSuleiman Souhlal2005-08-071-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Modernise; ISOify, use __FBSDID(), use headers instead of hand-declaring.Mark Murray2002-07-011-12/+13
* remove __PWarner Losh2002-03-221-2/+2
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-1/+1
* Fix time_t == int assumption, convert protocol int to time_t.Matthew Dillon2001-10-281-1/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Don't attempt to parse %cAndrey A. Chernov2001-03-211-3/+9
* Get rid of hard sentence breakPhilippe Charnier2000-03-271-2/+3
* Add section number to .Xr references. Enumerate flags the standard way.Philippe Charnier2000-03-261-8/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Fixed typo.Foxfair Hu1998-12-201-1/+1
* Be picky about the format of the commandline and cleanupSteve Price1998-05-031-6/+16
* Use err(3). Add usage() and prototypes. Add Xr to who(1).Philippe Charnier1997-08-082-20/+34
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Fix my error from previous commit with mixing rwhod protocolAndrey A. Chernov1996-12-051-7/+8
* Use UT_* contstants when possible instead of harcoded 8Andrey A. Chernov1996-12-051-8/+9
* Eliminated includes of the "temporary" backwards compatibility headerBruce Evans1996-09-241-2/+2
* Fix some incorrect locations in the FILES sections of some man pages.Mike Pritchard1996-02-021-1/+1
* Add setlocale LT_TIMEAndrey A. Chernov1995-10-241-0/+3
* Change ctime to strftime %c to use national date/time representation.Andrey A. Chernov1995-08-081-3/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* My prevoius commit missed some things. The out_line didn't needAndreas Schulz1994-12-271-2/+3
* The out_line doesn't need to be zero terminated, so print it not with %sAndreas Schulz1994-12-261-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+269