| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove alpha-specific stuff. | ru | 2006-08-23 | 1 | -360/+0 |
* | Make sure that the sc pointer gets initialized. No functional change | delphij | 2006-07-26 | 2 | -2/+2 |
* | - Fix warning when compiling with -DDEBUG | pav | 2006-05-15 | 1 | -1/+1 |
* | - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage, | pav | 2006-05-15 | 7 | -153/+578 |
* | - Fix crash when hitting unknown syscall. Copied from i386-fbsd.c | pav | 2006-05-15 | 5 | -5/+10 |
* | Add powerpc support for truss. | grehan | 2006-01-05 | 3 | -0/+358 |
* | Add a -s flag for the same functionality as strace. Introduce a Name | brian | 2006-01-02 | 13 | -54/+91 |
* | The kernel accepts sockaddrs with len set to zero for sockaddr_in | alfred | 2005-10-15 | 1 | -9/+20 |
* | Fix all the spelling mistakes I could find in the man pages for words | keramida | 2005-07-31 | 1 | -1/+1 |
* | Decode chroot(2) args. | alfred | 2005-06-14 | 1 | -0/+2 |
* | decode utimes, lutimes, futimes, chflags, lchflags. | alfred | 2005-05-26 | 1 | -0/+10 |
* | decode mkdir args. | alfred | 2005-05-26 | 1 | -0/+2 |
* | When doing the initial open of the proc via procfs, complain if we are | alfred | 2005-03-27 | 3 | -8/+14 |
* | I've been working on this somewhat so I'm moving the | alfred | 2005-03-27 | 2 | -313/+329 |
* | Change fix a bug where the length of data written by snprintf was | alfred | 2005-03-03 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Improve markup and language. | dd | 2004-09-07 | 1 | -1/+3 |