aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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