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
2005-12-12
Sync usage with man page.
wiz
2005-12-11
Learn about ktrace v1 records.
christos
2004-07-16
- If fktrace(2) failed, just exit rather than waiting for trace output.
enami
2004-07-10
No need to pretty print the errno with err() or warn().
enami
2004-06-24
Fix a bug in ktruss and ktrace, where they would randomly stop tracing if
christos
2004-02-28
Replace rest of exit status `1' with EXIT_FAILURE.
enami
2004-02-28
Fix usage:
enami
2004-02-28
- Make ktruss(1) works as expected when -c or -C is specified.
enami
2004-02-28
Fix whitespace usage.
enami
2004-01-05
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
jmmv
2003-11-24
Enable tracing of out of line data sent with Mach messages
manu
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-17
Grok KTR_EXEC_ENV and KTR_EXEC_ARG.
dsl
2002-12-09
Added support for dumping mach messages in ktrace/kdump. While we are
manu
2002-07-19
PR/17643: Jared D. McNeill: ktrace leaves ktrace.out file with a kernel
christos
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