summaryrefslogtreecommitdiff
path: root/usr.bin/ktrace/ktrace.c
AgeCommit message (Expand)Author
2005-12-12Sync usage with man page.wiz
2005-12-11Learn about ktrace v1 records.christos
2004-07-16- If fktrace(2) failed, just exit rather than waiting for trace output.enami
2004-07-10No need to pretty print the errno with err() or warn().enami
2004-06-24Fix a bug in ktruss and ktrace, where they would randomly stop tracing ifchristos
2004-02-28Replace rest of exit status `1' with EXIT_FAILURE.enami
2004-02-28Fix usage:enami
2004-02-28- Make ktruss(1) works as expected when -c or -C is specified.enami
2004-02-28Fix whitespace usage.enami
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-11-24Enable tracing of out of line data sent with Mach messagesmanu
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-17Grok KTR_EXEC_ENV and KTR_EXEC_ARG.dsl
2002-12-09Added support for dumping mach messages in ktrace/kdump. While we aremanu
2002-07-19PR/17643: Jared D. McNeill: ktrace leaves ktrace.out file with a kernelchristos
2001-09-02repair command-line parsing so that an error is generated if no pid orassar
2001-05-04Add a -s option to open the trace file with O_SYNC.simonb
2001-05-01Don't assume pipes are implemented as sockets -- don't call setsockopt()simonb
2001-02-19convert to use getprogname()cgd
2000-11-13constifyjdolecek
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
2000-05-27Two tweaks:sommerfeld
2000-04-13[ktruss] Use fork(2), not vfork(2).itohy
2000-04-10DTRT vs setemul() (for ktruss, similar to kdump.c)jdolecek
2000-04-10update to setemul() changesjdolecek
1999-10-29Make ktrace(1) not affect interactions between processes.itohy
1999-07-30Change behaviour from running the command as the parent and ktrace/ktruss asdarrenr
1999-07-23Fix fowllowing problems:itohy
1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink
1998-07-14Make "ktrace -f" work again. Slightly klugy because of thenathanw
1998-06-27Appease gcc on arm32christos
1998-06-27fktrace support / ktruss additions.christos
1998-06-27Make "ktrace -c" work as documented.nathanw
1997-07-23add explicit return types and prototypes for local functionsmikel
1995-08-31Sync with 4.4lite2jtc
1995-01-03reapplied patch that made ktrace behave well when kernel subsystem wasn'tglass
1994-10-06Add RCS ids.mycroft
1994-05-11updated ktracecgd