| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r315170: | Enji Cooper | 2017-05-30 | 1 | -2/+2 |
| * | MFC 307538,307948,308602,308603,311151: Move kdump's mksubr into libsysdecode. | John Baldwin | 2017-01-12 | 1 | -2/+3 |
| * | Add support for truss'ing Linux/x86_64 binaries under amd64. | John Baldwin | 2016-06-09 | 1 | -0/+1 |
| * | Add handling for non-native error values to libsysdecode. | John Baldwin | 2016-02-23 | 1 | -1/+1 |
| * | Add support to libsysdecode for decoding system call names. | John Baldwin | 2016-01-26 | 1 | -22/+1 |
| * | Move the mkioctls script to libsysdecode and use it to generate a | John Baldwin | 2015-12-22 | 1 | -6/+1 |
| * | Start on a new library (libsysdecode) that provides routines for decoding | John Baldwin | 2015-12-15 | 1 | -2/+1 |
| * | Make truss work for CloudABI processes on aarch64. | Ed Schouten | 2015-10-30 | 1 | -1/+4 |
| * | Simplify syscall generation and ABI source file handling for the build. | Bryan Drewery | 2015-10-13 | 1 | -65/+42 |
| * | Properly format pointer size independent CloudABI system calls. | Ed Schouten | 2015-10-08 | 1 | -1/+1 |
| * | truss: Add support for utrace(2). | Bryan Drewery | 2015-10-06 | 1 | -0/+3 |
| * | Make truss print CloudABI system call names. | Ed Schouten | 2015-10-02 | 1 | -0/+10 |
| * | Use INCLUDEDIR rather than hard coded /usr/include | Simon J. Gerraty | 2015-06-11 | 1 | -1/+1 |
| * | Since truss also uses kdump's mkioctls script, pass the value of ${CPP} | Dimitry Andric | 2012-04-09 | 1 | -1/+1 |
| * | It turns out that truss also used kdump's mkioctls script, and expected | Dag-Erling Smørgrav | 2011-10-21 | 1 | -1/+2 |
| * | Fix breakage introduced in r211725 and improve functionality of truss on | Nathan Whitehorn | 2010-08-28 | 1 | -1/+19 |
| * | MFtbemd: | Warner Losh | 2010-08-23 | 1 | -3/+3 |
| * | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -1/+0 |
| * | Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Some | John Baldwin | 2008-05-16 | 1 | -12/+35 |
| * | Revert CLEANDEPFILES commit per ru@'s request; it does not really solve | Dag-Erling Smørgrav | 2008-02-05 | 1 | -2/+1 |
| * | Normally, when a header file is removed from the build (as i4b headers | Dag-Erling Smørgrav | 2008-02-03 | 1 | -2/+3 |
| * | Make use of ptrace(2) instead of procfs in truss(1), eliminating | Xin LI | 2007-04-10 | 1 | -1/+1 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| * | decode fcntl and mmap arguments. | Alfred Perlstein | 2004-03-23 | 1 | -0/+2 |
| * | Use cat(1) instead of cp(1) so as not to break -DNOCLEAN builds | Marcel Moolenaar | 2003-06-06 | 1 | -2/+2 |
| * | Removed extra parentheses. | Ruslan Ermilov | 2003-02-20 | 1 | -1/+1 |
| * | Ported to sparc64. | Jake Burkholder | 2002-08-04 | 1 | -5/+3 |
| * | I now don't seem to be able to reproduce the -DNOCLEAN buildworld | Ruslan Ermilov | 2002-04-11 | 1 | -5/+1 |
| * | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | Mark Murray | 2002-02-08 | 1 | -3/+0 |
| * | Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage. | Mark Murray | 2001-12-11 | 1 | -0/+3 |
| * | cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..... | Jordan K. Hubbard | 2000-09-14 | 1 | -2/+6 |
| * | remove .PHONY to avoid gratuitous rebuild of ioctl.c each time. | Jordan K. Hubbard | 2000-09-14 | 1 | -1/+1 |
| * | Make auto-generated ioctl.c to be always considered out of date | Ruslan Ermilov | 2000-08-01 | 1 | -1/+1 |
| * | Fix for the new usage of mkioctls | Marcel Moolenaar | 1999-12-03 | 1 | -1/+1 |
| * | ${MACHINE} -> ${MACHINE_ARCH} | Marcel Moolenaar | 1999-11-14 | 1 | -1/+3 |
| * | Use MACHINE_ARCH instead of MACHINE to detect x86 arch. | KATO Takenori | 1998-10-07 | 1 | -1/+1 |
| * | Alpha support for truss. I tested this on both bento and beast (thanks, | Sean Eric Fagan | 1998-10-03 | 1 | -2/+7 |
| * | Revert the changes yet again, after some email from Bruce. Sorry. | Sean Eric Fagan | 1998-01-09 | 1 | -1/+1 |
| * | Proper way to do the previous mis-commit. Still not quite right, because | Sean Eric Fagan | 1998-01-09 | 1 | -1/+1 |
| * | Get rid of the bogus include -- it is incomplete (as it doesn't handle | Sean Eric Fagan | 1998-01-09 | 1 | -1/+1 |
| * | include sys so it builds on 2.2.x | John-Mark Gurney | 1998-01-07 | 1 | -1/+1 |
| * | First cut at printing out ioctl names intelligently. Note that this doesn't | Sean Eric Fagan | 1997-12-06 | 1 | -2/+6 |
| * | Truss program. Requires procfs. | Sean Eric Fagan | 1997-12-06 | 1 | -0/+23 |