summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r315170:ngie2017-05-301-2/+2
* MFC 307538,307948,308602,308603,311151: Move kdump's mksubr into libsysdecode.jhb2017-01-121-2/+3
* Add support for truss'ing Linux/x86_64 binaries under amd64.jhb2016-06-091-0/+1
* Add handling for non-native error values to libsysdecode.jhb2016-02-231-1/+1
* Add support to libsysdecode for decoding system call names.jhb2016-01-261-22/+1
* Move the mkioctls script to libsysdecode and use it to generate ajhb2015-12-221-6/+1
* Start on a new library (libsysdecode) that provides routines for decodingjhb2015-12-151-2/+1
* Make truss work for CloudABI processes on aarch64.ed2015-10-301-1/+4
* Simplify syscall generation and ABI source file handling for the build.bdrewery2015-10-131-65/+42
* Properly format pointer size independent CloudABI system calls.ed2015-10-081-1/+1
* truss: Add support for utrace(2).bdrewery2015-10-061-0/+3
* Make truss print CloudABI system call names.ed2015-10-021-0/+10
* Use INCLUDEDIR rather than hard coded /usr/includesjg2015-06-111-1/+1
* Since truss also uses kdump's mkioctls script, pass the value of ${CPP}dim2012-04-091-1/+1
* It turns out that truss also used kdump's mkioctls script, and expecteddes2011-10-211-1/+2
* Fix breakage introduced in r211725 and improve functionality of truss onnwhitehorn2010-08-281-1/+19
* MFtbemd:imp2010-08-231-3/+3
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Somejhb2008-05-161-12/+35
* Revert CLEANDEPFILES commit per ru@'s request; it does not really solvedes2008-02-051-2/+1
* Normally, when a header file is removed from the build (as i4b headersdes2008-02-031-2/+3
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingdelphij2007-04-101-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* decode fcntl and mmap arguments.alfred2004-03-231-0/+2
* Use cat(1) instead of cp(1) so as not to break -DNOCLEAN buildsmarcel2003-06-061-2/+2
* Removed extra parentheses.ru2003-02-201-1/+1
* Ported to sparc64.jake2002-08-041-5/+3
* I now don't seem to be able to reproduce the -DNOCLEAN buildworldru2002-04-111-5/+1
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-3/+0
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.markm2001-12-111-0/+3
* cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.....jkh2000-09-141-2/+6
* remove .PHONY to avoid gratuitous rebuild of ioctl.c each time.jkh2000-09-141-1/+1
* Make auto-generated ioctl.c to be always considered out of dateru2000-08-011-1/+1
* Fix for the new usage of mkioctlsmarcel1999-12-031-1/+1
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-141-1/+3
* Use MACHINE_ARCH instead of MACHINE to detect x86 arch.kato1998-10-071-1/+1
* Alpha support for truss. I tested this on both bento and beast (thanks,sef1998-10-031-2/+7
* Revert the changes yet again, after some email from Bruce. Sorry.sef1998-01-091-1/+1
* Proper way to do the previous mis-commit. Still not quite right, becausesef1998-01-091-1/+1
* Get rid of the bogus include -- it is incomplete (as it doesn't handlesef1998-01-091-1/+1
* include sys so it builds on 2.2.xjmg1998-01-071-1/+1
* First cut at printing out ioctl names intelligently. Note that this doesn'tsef1997-12-061-2/+6
* Truss program. Requires procfs.sef1997-12-061-0/+23
OpenPOWER on IntegriCloud