aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add handling for non-native error values to libsysdecode.John Baldwin2016-02-231-1/+1
* Add support to libsysdecode for decoding system call names.John Baldwin2016-01-261-22/+1
* Move the mkioctls script to libsysdecode and use it to generate aJohn Baldwin2015-12-221-6/+1
* Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin2015-12-151-2/+1
* Make truss work for CloudABI processes on aarch64.Ed Schouten2015-10-301-1/+4
* Simplify syscall generation and ABI source file handling for the build.Bryan Drewery2015-10-131-65/+42
* Properly format pointer size independent CloudABI system calls.Ed Schouten2015-10-081-1/+1
* truss: Add support for utrace(2).Bryan Drewery2015-10-061-0/+3
* Make truss print CloudABI system call names.Ed Schouten2015-10-021-0/+10
* Use INCLUDEDIR rather than hard coded /usr/includeSimon J. Gerraty2015-06-111-1/+1
* Since truss also uses kdump's mkioctls script, pass the value of ${CPP}Dimitry Andric2012-04-091-1/+1
* It turns out that truss also used kdump's mkioctls script, and expectedDag-Erling Smørgrav2011-10-211-1/+2
* Fix breakage introduced in r211725 and improve functionality of truss onNathan Whitehorn2010-08-281-1/+19
* MFtbemd:Warner Losh2010-08-231-3/+3
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Teach truss about 32-bit FreeBSD and Linux binaries on amd64. SomeJohn Baldwin2008-05-161-12/+35
* Revert CLEANDEPFILES commit per ru@'s request; it does not really solveDag-Erling Smørgrav2008-02-051-2/+1
* Normally, when a header file is removed from the build (as i4b headersDag-Erling Smørgrav2008-02-031-2/+3
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingXin LI2007-04-101-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* decode fcntl and mmap arguments.Alfred Perlstein2004-03-231-0/+2
* Use cat(1) instead of cp(1) so as not to break -DNOCLEAN buildsMarcel Moolenaar2003-06-061-2/+2
* Removed extra parentheses.Ruslan Ermilov2003-02-201-1/+1
* Ported to sparc64.Jake Burkholder2002-08-041-5/+3
* I now don't seem to be able to reproduce the -DNOCLEAN buildworldRuslan Ermilov2002-04-111-5/+1
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-3/+0
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.Mark Murray2001-12-111-0/+3
* cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.....Jordan K. Hubbard2000-09-141-2/+6
* remove .PHONY to avoid gratuitous rebuild of ioctl.c each time.Jordan K. Hubbard2000-09-141-1/+1
* Make auto-generated ioctl.c to be always considered out of dateRuslan Ermilov2000-08-011-1/+1
* Fix for the new usage of mkioctlsMarcel Moolenaar1999-12-031-1/+1
* ${MACHINE} -> ${MACHINE_ARCH}Marcel Moolenaar1999-11-141-1/+3
* Use MACHINE_ARCH instead of MACHINE to detect x86 arch.KATO Takenori1998-10-071-1/+1
* Alpha support for truss. I tested this on both bento and beast (thanks,Sean Eric Fagan1998-10-031-2/+7
* Revert the changes yet again, after some email from Bruce. Sorry.Sean Eric Fagan1998-01-091-1/+1
* Proper way to do the previous mis-commit. Still not quite right, becauseSean Eric Fagan1998-01-091-1/+1
* Get rid of the bogus include -- it is incomplete (as it doesn't handleSean Eric Fagan1998-01-091-1/+1
* include sys so it builds on 2.2.xJohn-Mark Gurney1998-01-071-1/+1
* First cut at printing out ioctl names intelligently. Note that this doesn'tSean Eric Fagan1997-12-061-2/+6
* Truss program. Requires procfs.Sean Eric Fagan1997-12-061-0/+23