summaryrefslogtreecommitdiffstats
path: root/usr.bin/w
Commit message (Expand)AuthorAgeFilesLines
* ANSI style function declarations.jmallett2002-06-073-19/+8
* Replace /kernel with /boot/kernel/kernel.joe2002-05-092-3/+3
* remove __Pimp2002-03-222-8/+8
* Back out part of rev 1.51. The lesser impact fix is to just removeobrien2002-03-071-11/+10
* WARNS=2 fix, use __FBSDID() and sort includes.markm2001-12-113-44/+46
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-102-2/+0
* Fixing a bug that causes very short uptimes (less than one minute) tocjc2001-09-221-1/+2
* KSE Milestone 2julian2001-09-121-2/+2
* When -n is specified, don't attempt to turn hostnames found in utmpbrian2001-07-263-43/+42
* Remove whitespace at EOL.dd2001-07-152-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
* Call kvm_close() before exit for consistency.phk2001-05-281-1/+4
* Fix the error buffer passed to kvm_openfiles to have a correct lengthtmm2001-05-261-1/+2
* Compensate for header dethreading.markm2001-05-012-0/+2
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Fix width for printing timeache2001-03-211-5/+4
* Preserve comma as separator when it is not equal to radix characterache2001-03-031-2/+7
* Don't use "," as load avg. separator because it can be precision point in someache2001-03-031-1/+1
* Oops, remove tabs sneaked in wrong placeache2001-03-021-2/+2
* Use AM/PM time only when available in localeache2001-03-023-7/+10
* Catch up to proc flag changes.jhb2001-01-241-3/+3
* Hostnames are case-insensitivebrian2000-12-221-1/+2
* If the utmp login time is greater than the tty atime, use it to calculatebrian2000-12-211-1/+7
* Prepare for mdoc(7)NG.ru2000-12-191-1/+1
* Change the proc information returned from the kernel so that itmckusick2000-12-123-28/+30
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Use the same technique as ps(1) to avoid the need for setgid. (ie: usepeter1999-11-172-5/+9
* Fix cosmetic bug in time display. Current day logins are now displayeddavidn1999-11-101-4/+9
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* New w ability: you can list multiple users on the command line and it willgreen1999-07-282-51/+52
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Clean up some ambiguous nested if/elses.billf1999-07-041-2/+3
* fix -n with 16-chars hostnames, modified patch from PRache1999-04-221-4/+7
* Get things right for tty names of length UT_LINESIZE.brian1999-03-311-16/+15
* Fix the annoying bug introduced in rev 1.18 that caused each line to bepeter1999-01-102-13/+15
* No __profname bozoness, no strstr() bozoness... test argv[0] againstdillon1998-12-241-4/+21
* Since argv is in scope, use argv[0] instead of __progname.steve1998-12-241-2/+2
* Do a better job of determining if we were called as uptime(1).steve1998-11-091-5/+2
* Remove unused strvisx.imp1998-06-091-10/+2
* Cosmetic fix. Compute header field widths from UT_{HOST,LINE,NAME}SIZEjkoshy1998-05-211-4/+13
* Allow `w' to treat a corrupted "utmp" as a non fatal error.jkoshy1998-05-141-4/+7
* Like most Unices FreeBSD should have a larger tty field at leastphk1998-04-191-3/+4
* Reword using who.1 as a good example of where to start.steve1998-03-221-2/+2
* Reword the synopsis line so that it makes sense.steve1998-01-121-2/+2
* -Wall cleanup.alex1997-12-281-3/+3
* If uptime < 1 min print in in secs otherwise we got confusing messageache1997-10-131-10/+12
* Document newly added -d option and fix usage stringache1997-09-122-4/+7
* The "-d" option dumps out the entire process list on a per controllingache1997-09-121-11/+40
* Revert some casts I introduced.charnier1997-08-261-3/+3
* Typo in usage(). Err -> errx when testing allocations.charnier1997-08-254-15/+24
OpenPOWER on IntegriCloud