summaryrefslogtreecommitdiffstats
path: root/usr.bin/rwho/rwho.c
Commit message (Expand)AuthorAgeFilesLines
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-2/+5
* Few more style nits.pjd2013-07-031-13/+10
* Sandbox rwho(1) using capability mode and Capsicum capabilities.pjd2013-07-031-3/+23
* Style cleanups.pjd2013-07-031-45/+53
* Add missing static keywords to rwho(1)ed2011-11-061-8/+8
* Build rwho(1) with WARNS=6.ed2011-10-161-2/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Let the width of the username column depend on the rwho file format.ed2009-12-251-2/+1
* Modernise; ISOify, use __FBSDID(), use headers instead of hand-declaring.markm2002-07-011-12/+13
* remove __Pimp2002-03-221-2/+2
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-1/+1
* Fix time_t == int assumption, convert protocol int to time_t.dillon2001-10-281-1/+2
* Don't attempt to parse %cache2001-03-211-3/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Be picky about the format of the commandline and cleanupsteve1998-05-031-6/+16
* Use err(3). Add usage() and prototypes. Add Xr to who(1).charnier1997-08-081-14/+27
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Fix my error from previous commit with mixing rwhod protocolache1996-12-051-7/+8
* Use UT_* contstants when possible instead of harcoded 8ache1996-12-051-8/+9
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-2/+2
* Add setlocale LT_TIMEache1995-10-241-0/+3
* Change ctime to strftime %c to use national date/time representation.ache1995-08-081-3/+5
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* My prevoius commit missed some things. The out_line didn't needats1994-12-271-2/+3
* The out_line doesn't need to be zero terminated, so print it not with %sats1994-12-261-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+184
OpenPOWER on IntegriCloud