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