aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/i386-linux.c
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups of truss:David Malone2002-11-091-15/+19
* - Use time.h not sys/time.h.Matthew N. Dodd2002-08-061-1/+1
* Diff reduction.Matthew N. Dodd2002-08-051-60/+112
* 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-0/+18
* Terminate the output line when a non-returning syscall is printed.Matthew N. Dodd2002-08-041-0/+1
* Allow tracking fork()ed children.Matthew N. Dodd2002-08-041-0/+7
* Parameterize globals.Matthew N. Dodd2002-08-041-20/+22
* s/inline/__inline/Mark Murray2002-07-191-1/+1
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.Mark Murray2001-12-111-1/+2
* Print the correct return code for successful Linux syscalls.Dag-Erling Smørgrav2001-11-171-1/+2
* #include <sys/proc.h> where needed (for the stop event definitions) andDag-Erling Smørgrav2001-10-221-4/+7
* Change the output of truss to more closely resemble SysV's. (Yes, itSean Eric Fagan2000-03-181-4/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed printf format errors.Bruce Evans1998-07-061-3/+3
* Revert the changes yet again, after some email from Bruce. Sorry.Sean Eric Fagan1998-01-091-3/+3
* Proper way to do the previous mis-commit. Still not quite right, becauseSean Eric Fagan1998-01-091-3/+3
* Sort Xrefs. Use err(3). Remove uneeded #include.Philippe Charnier1998-01-051-10/+9
* Add some copyright and license terms, at Jordan's request. Note thatSean Eric Fagan1997-12-201-1/+33
* Truss program. Requires procfs.Sean Eric Fagan1997-12-061-0/+221