| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix Quad handling on 64-bit architectures. On 64-bit machines, a Quad | marcel | 2004-09-05 | 1 | -22/+17 |
* | Update doc dates. | alfred | 2004-09-03 | 1 | -1/+1 |
* | xref and give a hint as to what procctl can be used for. | alfred | 2004-09-03 | 1 | -1/+7 |
* | don't seg if the syscall is invalid for i386fbsd. | alfred | 2004-08-08 | 3 | -2/+6 |
* | Use the length modifier 'll' instead of 'q' to print long longs. | stefanf | 2004-07-28 | 1 | -1/+1 |
* | Support readlink(2) better. Readlink does not nul terminate the | alfred | 2004-07-17 | 10 | -20/+32 |
* | When reporting reciept of a signal, print the signal's name. | alfred | 2004-07-17 | 3 | -7/+26 |
* | Decode the "wence" arg to lseek and linux_lseek. | alfred | 2004-07-10 | 2 | -2/+16 |
* | Fix unterminated RCSID. | bms | 2004-06-13 | 1 | -1/+1 |
* | A first stab at truss support for amd64, basically cogged from i386. | dwmalone | 2004-06-12 | 3 | -0/+352 |
* | COMPAT_SUNOS is gone. | phk | 2004-06-11 | 1 | -5/+3 |
* | Add support for decoding Timespec, Timeval, Itimerval, Pollfd, | dwmalone | 2004-03-23 | 2 | -3/+179 |
* | Use pread to implement pread, rather than taking a detour throug stdio. | dwmalone | 2004-03-23 | 1 | -16/+2 |
* | decode mprotect args while i'm here. | alfred | 2004-03-23 | 1 | -0/+2 |
* | decode fcntl and mmap arguments. | alfred | 2004-03-23 | 3 | -2/+66 |
* | Move declarations of Procfd to a header file. | dwmalone | 2004-01-07 | 9 | -8/+2 |
* | Fix a printf format warning. | dwmalone | 2004-01-07 | 1 | -1/+1 |
* | Fix signal behaviour. | cracauer | 2003-12-28 | 1 | -2/+7 |
* | Do not ignore any possible errors that fseeko() may have. The fact | marcel | 2003-11-13 | 1 | -22/+24 |
* | Port truss(1) to 64-bit architectures: | marcel | 2003-11-09 | 11 | -113/+84 |
* | Fix truss so that it doesn't abort/exit when a syscall has been given | marcel | 2003-10-27 | 1 | -0/+5 |
* | Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx(). | charnier | 2003-09-07 | 2 | -11/+6 |
* | send() and recv() are just wrappers, not actual syscalls. | des | 2003-08-05 | 1 | -4/+0 |
* | Add recv(2), recvfrom(2), send(2) and sendfrom(2). | des | 2003-08-05 | 1 | -2/+10 |
* | Fix truss on ia64. The syscall arguments are written to the trap | marcel | 2003-08-02 | 1 | -17/+5 |
* | Use cat(1) instead of cp(1) so as not to break -DNOCLEAN builds | marcel | 2003-06-06 | 1 | -2/+2 |
* | Revamp of the syscall path, exception and context handling. The | marcel | 2003-05-16 | 1 | -4/+4 |
* | Decode a few more syscalls. | mdodd | 2003-04-15 | 1 | -1/+24 |