aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/main.c
Commit message (Expand)AuthorAgeFilesLines
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,Pav Lucistnik2006-05-151-0/+34
* Add powerpc support for truss.Peter Grehan2006-01-051-0/+4
* Add a -s flag for the same functionality as strace. Introduce a NameBrian Somers2006-01-021-3/+7
* When doing the initial open of the proc via procfs, complain if we areAlfred Perlstein2005-03-271-4/+10
* I've been working on this somewhat so I'm moving theAlfred Perlstein2005-03-271-218/+231
* When reporting reciept of a signal, print the signal's name.Alfred Perlstein2004-07-171-1/+23
* A first stab at truss support for amd64, basically cogged from i386.David Malone2004-06-121-0/+3
* Fix signal behaviour.Martin Cracauer2003-12-281-2/+7
* Port truss(1) to 64-bit architectures:Marcel Moolenaar2003-11-091-1/+1
* Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx().Philippe Charnier2003-09-071-5/+3
* Port to ia64. It builds, but usability is very limited.Marcel Moolenaar2002-11-101-0/+3
* Don't depend on <signal.h> to include <sys/time.h>, instead includeMike Barcroft2002-10-061-0/+1
* - Use time.h not sys/time.h.Matthew N. Dodd2002-08-061-1/+1
* Use timespec not timeval.Matthew N. Dodd2002-08-051-3/+3
* Ported to sparc64.Jake Burkholder2002-08-041-0/+3
* Include <sys/time.h> for the declaration of struct timeval. Do notBruce Evans2002-08-041-0/+1
* Add options to print the argument and environment string parameters toMatthew N. Dodd2002-08-041-3/+9
* Add a "FreeBSD ELF32" entry to ex_types[].Matthew N. Dodd2002-08-041-0/+1
* Add options to print absolute and relative timestamps.Matthew N. Dodd2002-08-041-3/+13
* Allow tracking fork()ed children.Matthew N. Dodd2002-08-041-4/+26
* Parameterize globals.Matthew N. Dodd2002-08-041-27/+33
* s/inline/__inline/Mark Murray2002-07-191-1/+1
* OOPS! rev 1.16 accidently changed the default outfile from stderr toPeter Wemm2002-05-161-1/+1
* Fix the code that selects the default binary type if the actual type can'tDag-Erling Smørgrav2002-02-081-3/+3
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.Mark Murray2001-12-111-22/+9
* Back out part of previous commit: remove #include <sys/proc.h>.Dag-Erling Smørgrav2001-10-221-1/+0
* #include <sys/proc.h> where needed (for the stop event definitions) andDag-Erling Smørgrav2001-10-221-2/+5
* Initialize outfile in main()Peter Wemm2001-08-131-1/+2
* Handle the case where we truss an SUGID program -- in particular, we needSean Eric Fagan2000-01-101-2/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Flush the output file before exiting; short-lived programs don't even fillMike Smith1998-12-211-1/+2
* Alpha support for truss. I tested this on both bento and beast (thanks,Sean Eric Fagan1998-10-031-1/+12
* Use a default execution type if none of the listed ones match. ThisSean Eric Fagan1998-09-071-1/+10
* When exiting on SIGINT, exit with signal statusMartin Cracauer1998-08-241-1/+9
* Fixed printf format errors.Bruce Evans1998-07-061-3/+3
* include sys so it builds on 2.2.xJohn-Mark Gurney1998-01-071-2/+2
* Sort Xrefs. Use err(3). Remove uneeded #include.Philippe Charnier1998-01-051-23/+24
* Add some copyright and license terms, at Jordan's request. Note thatSean Eric Fagan1997-12-201-1/+33
* Change the ioctls for procfs around a bit; in particular, whever possible,Sean Eric Fagan1997-12-131-2/+2
* Complain about empty command lines.Sean Eric Fagan1997-12-061-2/+2
* recognize "FreeBSD ELF" as an executable typePeter Wemm1997-12-061-2/+3
* #include <unistd.h> to get it to compilePeter Wemm1997-12-061-1/+2
* Truss program. Requires procfs.Sean Eric Fagan1997-12-061-0/+201