| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvs | Ken Smith | 2008-11-26 | 18 | -18/+18 |
| * | - Close a small fd leak that can occur if we have to do more than one | John Baldwin | 2008-05-23 | 1 | -1/+2 |
| * | MFC: Teach truss about 32-bit FreeBSD and Linux binaries on amd64. | John Baldwin | 2008-05-23 | 5 | -64/+131 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2008-05-16 | 4 | -0/+688 |
| * | MFC: | Pav Lucistnik | 2006-06-09 | 10 | -156/+571 |
| * | MFC: Add missing -s documentation | Brian Somers | 2006-06-05 | 1 | -0/+12 |
| * | Sync with HEAD except for powerpc bits: | Pav Lucistnik | 2006-05-15 | 10 | -59/+95 |
| * | MFC spelling fixes of several manpages. | Giorgos Keramidas | 2005-08-18 | 1 | -1/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-07-11 | 2 | -675/+0 |
| * | Decode chroot(2) args. | Alfred Perlstein | 2005-06-14 | 1 | -0/+2 |
| * | decode utimes, lutimes, futimes, chflags, lchflags. | Alfred Perlstein | 2005-05-26 | 1 | -0/+10 |
| * | decode mkdir args. | Alfred Perlstein | 2005-05-26 | 1 | -0/+2 |
| * | When doing the initial open of the proc via procfs, complain if we are | Alfred Perlstein | 2005-03-27 | 3 | -8/+14 |
| * | I've been working on this somewhat so I'm moving the | Alfred Perlstein | 2005-03-27 | 2 | -288/+304 |
| * | Change fix a bug where the length of data written by snprintf was | Alfred Perlstein | 2005-03-03 | 1 | -1/+1 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| * | Improve markup and language. | Dima Dorfman | 2004-09-07 | 1 | -1/+3 |
| * | Fix Quad handling on 64-bit architectures. On 64-bit machines, a Quad | Marcel Moolenaar | 2004-09-05 | 1 | -22/+17 |
| * | Update doc dates. | Alfred Perlstein | 2004-09-03 | 1 | -1/+1 |
| * | xref and give a hint as to what procctl can be used for. | Alfred Perlstein | 2004-09-03 | 1 | -1/+7 |
| * | don't seg if the syscall is invalid for i386fbsd. | Alfred Perlstein | 2004-08-08 | 3 | -2/+6 |
| * | Use the length modifier 'll' instead of 'q' to print long longs. | Stefan Farfeleder | 2004-07-28 | 1 | -1/+1 |
| * | Support readlink(2) better. Readlink does not nul terminate the | Alfred Perlstein | 2004-07-17 | 10 | -20/+32 |
| * | When reporting reciept of a signal, print the signal's name. | Alfred Perlstein | 2004-07-17 | 3 | -7/+26 |
| * | Decode the "wence" arg to lseek and linux_lseek. | Alfred Perlstein | 2004-07-10 | 2 | -2/+16 |
| * | Fix unterminated RCSID. | Bruce M Simpson | 2004-06-13 | 1 | -1/+1 |
| * | A first stab at truss support for amd64, basically cogged from i386. | David Malone | 2004-06-12 | 3 | -0/+352 |
| * | COMPAT_SUNOS is gone. | Poul-Henning Kamp | 2004-06-11 | 1 | -5/+3 |
| * | Add support for decoding Timespec, Timeval, Itimerval, Pollfd, | David Malone | 2004-03-23 | 2 | -3/+179 |
| * | Use pread to implement pread, rather than taking a detour throug stdio. | David Malone | 2004-03-23 | 1 | -16/+2 |
| * | decode mprotect args while i'm here. | Alfred Perlstein | 2004-03-23 | 1 | -0/+2 |
| * | decode fcntl and mmap arguments. | Alfred Perlstein | 2004-03-23 | 3 | -2/+66 |
| * | Move declarations of Procfd to a header file. | David Malone | 2004-01-07 | 9 | -8/+2 |
| * | Fix a printf format warning. | David Malone | 2004-01-07 | 1 | -1/+1 |
| * | Fix signal behaviour. | Martin Cracauer | 2003-12-28 | 1 | -2/+7 |
| * | Do not ignore any possible errors that fseeko() may have. The fact | Marcel Moolenaar | 2003-11-13 | 1 | -22/+24 |
| * | Port truss(1) to 64-bit architectures: | Marcel Moolenaar | 2003-11-09 | 11 | -113/+84 |
| * | Fix truss so that it doesn't abort/exit when a syscall has been given | Marcel Moolenaar | 2003-10-27 | 1 | -0/+5 |
| * | Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx(). | Philippe Charnier | 2003-09-07 | 2 | -11/+6 |
| * | send() and recv() are just wrappers, not actual syscalls. | Dag-Erling Smørgrav | 2003-08-05 | 1 | -4/+0 |
| * | Add recv(2), recvfrom(2), send(2) and sendfrom(2). | Dag-Erling Smørgrav | 2003-08-05 | 1 | -2/+10 |
| * | Fix truss on ia64. The syscall arguments are written to the trap | Marcel Moolenaar | 2003-08-02 | 1 | -17/+5 |
| * | Use cat(1) instead of cp(1) so as not to break -DNOCLEAN builds | Marcel Moolenaar | 2003-06-06 | 1 | -2/+2 |
| * | Revamp of the syscall path, exception and context handling. The | Marcel Moolenaar | 2003-05-16 | 1 | -4/+4 |
| * | Decode a few more syscalls. | Matthew N. Dodd | 2003-04-15 | 1 | -1/+24 |
| * | Removed extra parentheses. | Ruslan Ermilov | 2003-02-20 | 1 | -1/+1 |
| * | Fixed comment. | Ruslan Ermilov | 2003-02-20 | 3 | -3/+3 |
| * | mdoc(7) police: markup polishing. | Ruslan Ermilov | 2002-11-26 | 1 | -4/+10 |
| * | Port to ia64. It builds, but usability is very limited. | Marcel Moolenaar | 2002-11-10 | 3 | -0/+349 |
| * | Various cleanups of truss: | David Malone | 2002-11-09 | 6 | -97/+121 |