index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
w
/
w.c
Age
Commit message (
Expand
)
Author
2001-11-05
Fix whitespace usage.
enami
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-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
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-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
1997-10-20
minor WARNS for i386
lukem
1997-10-20
WARNSify; deprecate register; clean up .Nm
mrg
1997-07-07
Don't print "up" if uptime is less than 30 seconds. (uptime rounds
phil
1997-05-19
Use inet_aton(3) rather than inet_addr(3).
mycroft
1997-04-13
properly terminal buffer after calling strftime.
mrg
1997-03-31
PR/3416: enami tsugutomo: fix bug introduced in previous change to handle
christos
1997-03-29
PR/3399: Tatoku Ogaito: Careful with not null terminated utmp strings.
christos
1997-03-03
Message buffer passed to kvm_openfiles() should _POSIX2_LINE_MAX long; PR#3266
explorer
1997-01-09
Sync to 4.4BSD-Lite2
tls
1996-06-07
Discard setgid privileges if not reading the running kernel as suggested
thorpej
1996-04-08
Use errx() instead of err() to report failure of kvm_getprocs() call,
jtc
1995-05-25
Don't core dump when tty has no associated process.
mycroft
1995-05-21
Gather the argument list only as necessary. Avoid an extra strvisx(3).
mycroft
1995-03-28
fix annoying number consistency bug.
cgd
1994-06-30
Fix from John Brezak for the following bug:
cgd
1994-06-30
fix from Jarle Greipsland <jarle@idt.unit.no> to deal with ut_line misprinting.
cgd
1994-05-09
clean up import
cgd
1994-05-05
update for changed flags
cgd
1993-10-26
Print `-' rather than ` ' for 0 idle time.
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-07-15
don't print process args, print the vis(3)'d process args...
cgd
1993-07-07
chris found a case where cn_tty was being used. Doesn't look like the
deraadt
1993-06-08
Fix definition of rcsid.
mycroft
1993-05-20
add rcsid
cgd
1993-04-26
Don't segv if no process found on tty.
mycroft
1993-04-12
Print spaces instead of '0' for a non-idle user. Looks nicer.
sef
1993-03-21
initial import of 386bsd-0.1 sources
cgd