| Age | Commit message (Expand) | Author |
| 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 |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-01-05 | ANSIfy. | mjl |
| 2001-01-05 | (From FreeBSD) | mjl |
| 2000-12-20 | __CONCAT does token pasting, not string concatnation. if something like: | cgd |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-09-28 | add code to recognize special ftpd utmp entries and match corresponding | jdolecek |
| 2000-08-21 | - Don't core dump when we have stale utmp entries; warn the user instead. | christos |
| 2000-07-22 | Redo previous slightly differently - restore the behaviour of two | simonb |
| 2000-07-15 | - Set the minimum width for login name to 4, the width of "USER". | enami |
| 2000-07-13 | Use KERN_CONSDEV for determining the console device instead of CPU_CONSDEV | simonb |
| 2000-06-25 | Use p_login from struct proc instead of ut_name from struct utmp so | simonb |
| 2000-06-08 | Pass the size of struct kinfo_proc2 instead of kinfo_proc to kvm_getproc2 | enami |
| 2000-05-26 | Use new sysctl/kvm interfaces and remove sgid bit. | simonb |
| 2000-05-26 | Handle SONPROC state. | thorpej |