aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/i386-fbsd.c
Commit message (Expand)AuthorAgeFilesLines
* Correct off-by-one issue in truss(1) which happens when system call numberXin LI2009-05-281-1/+1
* Reduce diff against my local version: replace malloc+memset() cases to calloc().Xin LI2009-05-151-2/+1
* Add -c option to summarize number of calls, errors, and system time.Diomidis Spinellis2009-05-121-1/+2
* Fix handling of Quad-type arguments. Previously, syscallsMarcel Moolenaar2007-07-281-1/+1
* MFp4: Bugfixes for truss(1):Xin LI2007-06-261-9/+7
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingXin LI2007-04-101-37/+21
* Make sure that the sc pointer gets initialized. No functional changeXin LI2006-07-261-1/+1
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,Pav Lucistnik2006-05-151-2/+16
* Add a -s flag for the same functionality as strace. Introduce a NameBrian Somers2006-01-021-2/+2
* don't seg if the syscall is invalid for i386fbsd.Alfred Perlstein2004-08-081-1/+2
* Support readlink(2) better. Readlink does not nul terminate theAlfred Perlstein2004-07-171-2/+2
* Move declarations of Procfd to a header file.David Malone2004-01-071-1/+0
* Port truss(1) to 64-bit architectures:Marcel Moolenaar2003-11-091-12/+9
* Fixed comment.Ruslan Ermilov2003-02-201-1/+1
* Various cleanups of truss:David Malone2002-11-091-18/+22
* - Use time.h not sys/time.h.Matthew N. Dodd2002-08-061-1/+1
* Diff reduction.Matthew N. Dodd2002-08-051-6/+6
* 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/+8
* Parameterize globals.Matthew N. Dodd2002-08-041-19/+21
* s/inline/__inline/Mark Murray2002-07-191-1/+1
* #include <sys/proc.h> where needed (for the stop event definitions) andDag-Erling Smørgrav2001-10-221-5/+8
* Change the output of truss to more closely resemble SysV's. (Yes, itSean Eric Fagan2000-03-181-6/+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/+8
* 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/+281