summaryrefslogtreecommitdiff
path: root/usr.bin/w
AgeCommit message (Expand)Author
2016-11-16if there is more than one : it is not an X display, it is a v6 addresschristos
2014-12-22Move enough additional 'w' code into 'uptime' to keep the latterdennis
2014-12-03redo the previous; avoid a bunch of processing when running as "uptime",mrg
2014-12-02if doing uptime, don't bother resolving names.christos
2014-02-27struct member can't be null, if the pointer itself is valid.joerg
2014-02-19Remove some pointless inclusions os sys/user.hdsl
2013-09-09Expand ep->host to contain the final string that we are going to printchristos
2011-10-21Remove stale proc_compare code and use the shared one in libutil.christos
2011-09-16Use __deadjoerg
2011-08-17Eliminate non-literal format strings, and now that gcc warns, kill y2k formatchristos
2009-04-14Fix -Wcast-qual issuelukem
2009-04-14Fix WARNS=4 issueslukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-11-05Test p_pctcpu instead of p_estcpu (the latter is specific to SCHED_4BSD).ad
2006-06-22Use the UTX sizes + 1 for the struct to save space.christos
2005-09-15Don't print a warning about stale utmp{,x} entries if security.curtainrpaulo
2005-09-04Revert previous commit. I forgot we already do that. :)elad
2005-09-04Use sysctl to fetch process information if reading live kernel.elad
2005-03-13One third of screen looks much better than half, for default maxhost.kim
2005-01-11Bump date for recent changes.wiz
2005-01-08Make -w flag apply to the WHAT field also (command and args).kim
2005-01-08Line up "days" style output in the IDLE field.kim
2005-01-08The w command does not display a CPU time, so don't talk about it.kim
2004-12-23New sentence, new line. Add a comma.wiz
2004-12-22Fix usage, and call setprogname()!christos
2004-12-22PR/28751: Ed Ravin: Limit host field output by default to 35 characters sochristos
2004-11-19Be a bit more careful with errors; if you cannot find the pty to stat forchristos
2004-11-11PR/28185: Brian Marcotte: w command broken when user specifiedchristos
2004-11-10Don't print just two characters for the tty; change the field width of thechristos
2004-02-13Uppercase CPU, plural is CPUs.wiz
2004-01-03Remove superfluous max() macro.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-12strlcpyitojun
2003-02-26keep track of the two proc entries significant to the utmp entry. The onechristos
2003-02-26Print the command in parenthesis, if kvm_getargv2() returns nofredb
2003-02-26keep track which entries are utmp and which are utmpx, so we can printchristos
2003-02-26- Remove SUPPORT_FTPD_UTMP flag. Enable it only for utmp entries, utmpx doeschristos
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-21Fix whitespace usage.enami
2002-10-21If utmpx support is enabled, use sockaddr field to get numeric address.enami
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-09-16Make uptime show the correct number of users.christos
2002-09-16uptime(1) is NOT supposed to always say `1 user'.mycroft
2002-08-22fixed user miscounting. reported by kim.christos
2002-07-28skip blank entries.christos
2002-07-27add utmpx support.christos
2001-12-08Sort SEE ALSO and sections.wiz
2001-12-01Whitespace cleanup.wiz
2001-11-05Fix whitespace usage.enami
2001-10-19Appeared in .Bx 3.0, not .Ux 3.0.wiz