summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/i386-fbsd.c
Commit message (Expand)AuthorAgeFilesLines
* - Make truss thread-aware.zont2012-09-161-69/+77
* - Style(9) cleanup.zont2012-09-021-194/+195
* Fix typos in comments, no functional changes.bcr2011-05-191-1/+1
* s/sytem/system in comments, no functional changes.bcr2010-10-131-1/+1
* Fix copyright spelling.imp2010-03-101-1/+1
* Remove non-working special case for pipe(2) from amd64-fbsd32.c andjh2009-12-211-13/+0
* Correct off-by-one issue in truss(1) which happens when system call numberdelphij2009-05-281-1/+1
* Reduce diff against my local version: replace malloc+memset() cases to calloc().delphij2009-05-151-2/+1
* Add -c option to summarize number of calls, errors, and system time.dds2009-05-121-1/+2
* Fix handling of Quad-type arguments. Previously, syscallsmarcel2007-07-281-1/+1
* MFp4: Bugfixes for truss(1):delphij2007-06-261-9/+7
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingdelphij2007-04-101-37/+21
* Make sure that the sc pointer gets initialized. No functional changedelphij2006-07-261-1/+1
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,pav2006-05-151-2/+16
* Add a -s flag for the same functionality as strace. Introduce a Namebrian2006-01-021-2/+2
* don't seg if the syscall is invalid for i386fbsd.alfred2004-08-081-1/+2
* 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
* Fixed comment.ru2003-02-201-1/+1
* Various cleanups of truss:dwmalone2002-11-091-18/+22
* - Use time.h not sys/time.h.mdodd2002-08-061-1/+1
* Diff reduction.mdodd2002-08-051-6/+6
* 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/+8
* Parameterize globals.mdodd2002-08-041-19/+21
* s/inline/__inline/markm2002-07-191-1/+1
* #include <sys/proc.h> where needed (for the stop event definitions) anddes2001-10-221-5/+8
* Change the output of truss to more closely resemble SysV's. (Yes, itsef2000-03-181-6/+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/+8
* Add some copyright and license terms, at Jordan's request. Note thatsef1997-12-201-1/+33
* Truss program. Requires procfs.sef1997-12-061-0/+281
OpenPOWER on IntegriCloud