| Commit message (Expand) | Author | Age | Files | Lines |
* | Since truss also uses kdump's mkioctls script, pass the value of ${CPP} | dim | 2012-04-09 | 1 | -1/+1 |
* | Add more static keywords to truss(1) source code. | ed | 2011-12-10 | 4 | -5/+5 |
* | Use explicit information from the kernel to detect the traps due to | kib | 2011-12-04 | 1 | -3/+13 |
* | It turns out that truss also used kdump's mkioctls script, and expected | des | 2011-10-21 | 2 | -2/+3 |
* | Fix typos in comments, no functional changes. | bcr | 2011-05-19 | 8 | -8/+8 |
* | Simplify various code that allowed for sys_signame being lower case. | jilles | 2011-03-06 | 1 | -4/+0 |
* | Properly check for errors from waitpid(). | jhb | 2011-02-15 | 1 | -4/+4 |
* | Make sys_signame upper case. | jilles | 2011-02-04 | 1 | -1/+1 |
* | Don't write the terminating NUL past end of buffer. | jh | 2010-12-06 | 1 | -1/+1 |
* | Set FD_CLOEXEC for the output file only when the file has been specified | jh | 2010-11-13 | 1 | -6/+7 |
* | Remove setpgid() call before executing child process. | ed | 2010-10-20 | 1 | -1/+0 |
* | s/sytem/system in comments, no functional changes. | bcr | 2010-10-13 | 8 | -8/+8 |
* | Fix breakage introduced in r211725 and improve functionality of truss on | nwhitehorn | 2010-08-28 | 5 | -3/+31 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -3/+3 |
* | Teach truss and xlint how to operate on 64-bit PowerPC systems. | nwhitehorn | 2010-07-12 | 1 | -0/+323 |
* | Fix copyright spelling. | imp | 2010-03-10 | 14 | -15/+15 |
* | This fix makes it so the args are malloc'd before | rrs | 2010-02-03 | 1 | -1/+1 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | The devices that supported EVFILT_NETDEV kqueue filters were removed in | brooks | 2009-12-31 | 1 | -1/+1 |
* | Allow proper tracing of posix_openpt(2). | ed | 2009-12-23 | 1 | -0/+2 |
* | Cast time_t values to intmax_t and use %jd with printf. | jh | 2009-12-21 | 1 | -5/+5 |
* | Remove non-working special case for pipe(2) from amd64-fbsd32.c and | jh | 2009-12-21 | 3 | -26/+8 |
* | Avoid sharing the file descriptor of the output file with traced | jh | 2009-12-20 | 1 | -0/+6 |
* | Add fork(2), getegid(2), geteuid(2), getgid(2), getpid(2), getpgid(2), | jh | 2009-12-20 | 1 | -0/+12 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 2 | -0/+6 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 2 | -6/+0 |
* | Correct off-by-one issue in truss(1) which happens when system call number | delphij | 2009-05-28 | 9 | -9/+9 |
* | Reduce diff against my local version: replace malloc+memset() cases to calloc(). | delphij | 2009-05-15 | 10 | -22/+12 |
* | Fix print_syscall_ret parameter order. | dds | 2009-05-13 | 1 | -1/+1 |
* | Fix compilation error introduced in r192025. | dds | 2009-05-13 | 1 | -1/+2 |
* | Add -c option to summarize number of calls, errors, and system time. | dds | 2009-05-12 | 13 | -145/+247 |
* | Don't exit until all truss children were exit. | delphij | 2009-04-13 | 1 | -4/+10 |
* | Correct a bug where pr_data should have been assigned. | delphij | 2009-04-13 | 1 | -4/+4 |
* | Add preliminary support for truss on MIPS. It compiles, but has not | imp | 2009-02-15 | 3 | -0/+354 |
* | Attaching to the init process returns EINVAL, | trhodes | 2009-01-23 | 1 | -2/+2 |
* | Try to make this code slightly less painful to read. | des | 2008-07-31 | 2 | -690/+673 |
* | Retire some stale alpha references. | jhb | 2008-05-16 | 2 | -7/+0 |
* | Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Some | jhb | 2008-05-16 | 7 | -43/+108 |
* | Revert CLEANDEPFILES commit per ru@'s request; it does not really solve | des | 2008-02-05 | 1 | -2/+1 |
* | Normally, when a header file is removed from the build (as i4b headers | des | 2008-02-03 | 1 | -2/+3 |
* | The break() system call takes a pointer argument, not an integer. This | jasone | 2008-01-03 | 1 | -1/+1 |
* | Print integer-typed arguments as integers. This makes sure that | marcel | 2007-07-28 | 1 | -3/+3 |
* | Fix handling of Quad-type arguments. Previously, syscalls | marcel | 2007-07-28 | 4 | -12/+23 |
* | Syscalls have at most 6 argument, not 5. See mmap(2) for example. | marcel | 2007-07-28 | 1 | -1/+1 |
* | MFp4: Bugfixes for truss(1): | delphij | 2007-06-26 | 10 | -91/+75 |
* | Don't want a stray systrace_args.c in objdir. | ru | 2007-05-22 | 2 | -2/+6 |
* | Remove duplicate ' 2' manpage section number. | keramida | 2007-05-21 | 1 | -1/+1 |
* | Make use of ptrace(2) instead of procfs in truss(1), eliminating | delphij | 2007-04-10 | 16 | -585/+452 |
* | Add missing markup bits. | ru | 2006-12-11 | 1 | -3/+2 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -2/+2 |