summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/amd64-linux32.c
Commit message (Expand)AuthorAgeFilesLines
* Support readlink(2) better. Readlink does not nul terminate thealfred2004-07-171-2/+2
* Move declarations of Procfd to a header file.dwmalone2004-01-071-1/+0
* Port truss(1) to 64-bit architectures:marcel2003-11-091-12/+9
* Various cleanups of truss:dwmalone2002-11-091-15/+19
* - Use time.h not sys/time.h.mdodd2002-08-061-1/+1
* Diff reduction.mdodd2002-08-051-60/+112
* 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-0/+18
* Terminate the output line when a non-returning syscall is printed.mdodd2002-08-041-0/+1
* Allow tracking fork()ed children.mdodd2002-08-041-0/+7
* Parameterize globals.mdodd2002-08-041-20/+22
* s/inline/__inline/markm2002-07-191-1/+1
* Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.markm2001-12-111-1/+2
* Print the correct return code for successful Linux syscalls.des2001-11-171-1/+2
* #include <sys/proc.h> where needed (for the stop event definitions) anddes2001-10-221-4/+7
* Change the output of truss to more closely resemble SysV's. (Yes, itsef2000-03-181-4/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed printf format errors.bde1998-07-061-3/+3
* Revert the changes yet again, after some email from Bruce. Sorry.sef1998-01-091-3/+3
* Proper way to do the previous mis-commit. Still not quite right, becausesef1998-01-091-3/+3
* Sort Xrefs. Use err(3). Remove uneeded #include.charnier1998-01-051-10/+9
* Add some copyright and license terms, at Jordan's request. Note thatsef1997-12-201-1/+33
* Truss program. Requires procfs.sef1997-12-061-0/+221
OpenPOWER on IntegriCloud