| Age | Commit message (Expand) | Author |
| 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 |
| 1999-11-29 | No need for <machine/cpu.h> here. | pk |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-10-11 | recognise "dty" the same as we do "tty" | mrg |
| 1999-09-12 | the PMAP_NEW option is gone as the new interface is no longer optional. | chs |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-01-29 | Use correct buffer in kvm_openfiles(). | pk |
| 1998-07-06 | - change setgid kmem programs (that lend themselves to this) so setegid(getgi... | mrg |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-04-02 | Need <time.h> for strftime() and related definitions. Also, no need to | kleink |
| 1998-04-02 | Need <time.h> for localtime() and strftime() prototypes. | kleink |
| 1998-02-18 | add -DPMAP_NEW if PMAP_NEW is on in mk.conf | perry |
| 1998-02-09 | add -DUVM to CPPFLAGS if defined(UVM) | mrg |
| 1997-11-01 | Kill trailing comma in SEE ALSO section. | mycroft |
| 1997-10-20 | minor WARNS for i386 | lukem |
| 1997-10-20 | WARNSify; deprecate register; clean up .Nm | mrg |