summaryrefslogtreecommitdiff
path: root/usr.bin/ktrace/ktrace.c
AgeCommit message (Expand)Author
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