aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rwho/rwho.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 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-161-2/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Let the width of the username column depend on the rwho file format.Ed Schouten2009-12-251-2/+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
* Don't attempt to parse %cAndrey A. Chernov2001-03-211-3/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-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-081-14/+27
* 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
* 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-271-0/+184