summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/main.c
Commit message (Expand)AuthorAgeFilesLines
* When reporting reciept of a signal, print the signal's name.alfred2004-07-171-1/+23
* A first stab at truss support for amd64, basically cogged from i386.dwmalone2004-06-121-0/+3
* Fix signal behaviour.cracauer2003-12-281-2/+7
* Port truss(1) to 64-bit architectures:marcel2003-11-091-1/+1
* Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx().charnier2003-09-071-5/+3
* Port to ia64. It builds, but usability is very limited.marcel2002-11-101-0/+3
* Don't depend on <signal.h> to include <sys/time.h>, instead includemike2002-10-061-0/+1
* - Use time.h not sys/time.h.mdodd2002-08-061-1/+1
* Use timespec not timeval.mdodd2002-08-051-3/+3
* Ported to sparc64.jake2002-08-041-0/+3
* Include <sys/time.h> for the declaration of struct timeval. Do notbde2002-08-041-0/+1
* Add options to print the argument and environment string parameters tomdodd2002-08-041-3/+9
* Add a "FreeBSD ELF32" entry to ex_types[].mdodd2002-08-041-0/+1
* Add options to print absolute and relative timestamps.mdodd2002-08-041-3/+13
* Allow tracking fork()ed children.mdodd2002-08-041-4/+26
* Parameterize globals.mdodd2002-08-041-27/+33
* s/inline/__inline/markm2002-07-191-1/+1
* OOPS! rev 1.16 accidently changed the default outfile from stderr topeter2002-05-161-1/+1
* Fix the code that selects the default binary type if the actual type can'tdes2002-02-081-3/+3
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.markm2001-12-111-22/+9
* Back out part of previous commit: remove #include <sys/proc.h>.des2001-10-221-1/+0
* #include <sys/proc.h> where needed (for the stop event definitions) anddes2001-10-221-2/+5
* Initialize outfile in main()peter2001-08-131-1/+2
* Handle the case where we truss an SUGID program -- in particular, we needsef2000-01-101-2/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Flush the output file before exiting; short-lived programs don't even fillmsmith1998-12-211-1/+2
* Alpha support for truss. I tested this on both bento and beast (thanks,sef1998-10-031-1/+12
* Use a default execution type if none of the listed ones match. Thissef1998-09-071-1/+10
* When exiting on SIGINT, exit with signal statuscracauer1998-08-241-1/+9
* Fixed printf format errors.bde1998-07-061-3/+3
* include sys so it builds on 2.2.xjmg1998-01-071-2/+2
* Sort Xrefs. Use err(3). Remove uneeded #include.charnier1998-01-051-23/+24
* Add some copyright and license terms, at Jordan's request. Note thatsef1997-12-201-1/+33
* Change the ioctls for procfs around a bit; in particular, whever possible,sef1997-12-131-2/+2
* Complain about empty command lines.sef1997-12-061-2/+2
* recognize "FreeBSD ELF" as an executable typepeter1997-12-061-2/+3
* #include <unistd.h> to get it to compilepeter1997-12-061-1/+2
* Truss program. Requires procfs.sef1997-12-061-0/+201
OpenPOWER on IntegriCloud