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
/
ktrace
/
ktrace.c
Age
Commit message (
Expand
)
Author
2001-09-02
repair command-line parsing so that an error is generated if no pid or
assar
2001-05-04
Add a -s option to open the trace file with O_SYNC.
simonb
2001-05-01
Don't assume pipes are implemented as sockets -- don't call setsockopt()
simonb
2001-02-19
convert to use getprogname()
cgd
2000-11-13
constify
jdolecek
2000-07-07
errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd
itojun
2000-07-03
Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,
matt
2000-05-27
Two tweaks:
sommerfeld
2000-04-13
[ktruss] Use fork(2), not vfork(2).
itohy
2000-04-10
DTRT vs setemul() (for ktruss, similar to kdump.c)
jdolecek
2000-04-10
update to setemul() changes
jdolecek
1999-10-29
Make ktrace(1) not affect interactions between processes.
itohy
1999-07-30
Change behaviour from running the command as the parent and ktrace/ktruss as
darrenr
1999-07-23
Fix fowllowing problems:
itohy
1999-01-11
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
kleink
1998-07-14
Make "ktrace -f" work again. Slightly klugy because of the
nathanw
1998-06-27
Appease gcc on arm32
christos
1998-06-27
fktrace support / ktruss additions.
christos
1998-06-27
Make "ktrace -c" work as documented.
nathanw
1997-07-23
add explicit return types and prototypes for local functions
mikel
1995-08-31
Sync with 4.4lite2
jtc
1995-01-03
reapplied patch that made ktrace behave well when kernel subsystem wasn't
glass
1994-10-06
Add RCS ids.
mycroft
1994-05-11
updated ktrace
cgd