summaryrefslogtreecommitdiff
path: root/usr.bin/w
AgeCommit message (Expand)Author
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
2001-02-19convert to use getprogname()cgd
2001-01-05ANSIfy.mjl
2001-01-05(From FreeBSD)mjl
2000-12-20__CONCAT does token pasting, not string concatnation. if something like:cgd
2000-10-11More format string cleanup by sommerfeld.is
2000-09-28add code to recognize special ftpd utmp entries and match correspondingjdolecek
2000-08-21- Don't core dump when we have stale utmp entries; warn the user instead.christos
2000-07-22Redo previous slightly differently - restore the behaviour of twosimonb
2000-07-15- Set the minimum width for login name to 4, the width of "USER".enami
2000-07-13Use KERN_CONSDEV for determining the console device instead of CPU_CONSDEVsimonb
2000-06-25Use p_login from struct proc instead of ut_name from struct utmp sosimonb
2000-06-08Pass the size of struct kinfo_proc2 instead of kinfo_proc to kvm_getproc2enami
2000-05-26Use new sysctl/kvm interfaces and remove sgid bit.simonb
2000-05-26Handle SONPROC state.thorpej
1999-11-29No need for <machine/cpu.h> here.pk
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-10-11recognise "dty" the same as we do "tty"mrg
1999-09-12the PMAP_NEW option is gone as the new interface is no longer optional.chs
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-01-29Use 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 hostnamesmrg
1998-04-02Need <time.h> for strftime() and related definitions. Also, no need tokleink
1998-04-02Need <time.h> for localtime() and strftime() prototypes.kleink
1998-02-18add -DPMAP_NEW if PMAP_NEW is on in mk.confperry
1998-02-09add -DUVM to CPPFLAGS if defined(UVM)mrg
1997-11-01Kill trailing comma in SEE ALSO section.mycroft
1997-10-20minor WARNS for i386lukem
1997-10-20WARNSify; deprecate register; clean up .Nmmrg
1997-07-07Don't print "up" if uptime is less than 30 seconds. (uptime roundsphil
1997-05-19Use inet_aton(3) rather than inet_addr(3).mycroft
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
1997-05-06Use .PATH.c: ...gwr
1997-04-13properly terminal buffer after calling strftime.mrg
1997-03-31PR/3416: enami tsugutomo: fix bug introduced in previous change to handlechristos
1997-03-29PR/3399: Tatoku Ogaito: Careful with not null terminated utmp strings.christos
1997-03-03Message buffer passed to kvm_openfiles() should _POSIX2_LINE_MAX long; PR#3266explorer
1997-01-09Sync to 4.4BSD-Lite2tls
1996-11-14preserve data from localtime() buffer before reuse.mikel
1996-09-27Grok local timezone when determining "today".thorpej
1996-06-07RCS id police.thorpej
1996-06-07Discard setgid privileges if not reading the running kernel as suggestedthorpej
1996-05-21print 1day not 1days. pr#2259mrg
1996-04-08Use errx() instead of err() to report failure of kvm_getprocs() call,jtc
1995-05-25Don't core dump when tty has no associated process.mycroft