index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
truss
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix signal behaviour.
cracauer
2003-12-28
1
-2
/
+7
*
Port truss(1) to 64-bit architectures:
marcel
2003-11-09
1
-1
/
+1
*
Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx().
charnier
2003-09-07
1
-5
/
+3
*
Port to ia64. It builds, but usability is very limited.
marcel
2002-11-10
1
-0
/
+3
*
Don't depend on <signal.h> to include <sys/time.h>, instead include
mike
2002-10-06
1
-0
/
+1
*
- Use time.h not sys/time.h.
mdodd
2002-08-06
1
-1
/
+1
*
Use timespec not timeval.
mdodd
2002-08-05
1
-3
/
+3
*
Ported to sparc64.
jake
2002-08-04
1
-0
/
+3
*
Include <sys/time.h> for the declaration of struct timeval. Do not
bde
2002-08-04
1
-0
/
+1
*
Add options to print the argument and environment string parameters to
mdodd
2002-08-04
1
-3
/
+9
*
Add a "FreeBSD ELF32" entry to ex_types[].
mdodd
2002-08-04
1
-0
/
+1
*
Add options to print absolute and relative timestamps.
mdodd
2002-08-04
1
-3
/
+13
*
Allow tracking fork()ed children.
mdodd
2002-08-04
1
-4
/
+26
*
Parameterize globals.
mdodd
2002-08-04
1
-27
/
+33
*
s/inline/__inline/
markm
2002-07-19
1
-1
/
+1
*
OOPS! rev 1.16 accidently changed the default outfile from stderr to
peter
2002-05-16
1
-1
/
+1
*
Fix the code that selects the default binary type if the actual type can't
des
2002-02-08
1
-3
/
+3
*
Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.
markm
2001-12-11
1
-22
/
+9
*
Back out part of previous commit: remove #include <sys/proc.h>.
des
2001-10-22
1
-1
/
+0
*
#include <sys/proc.h> where needed (for the stop event definitions) and
des
2001-10-22
1
-2
/
+5
*
Initialize outfile in main()
peter
2001-08-13
1
-1
/
+2
*
Handle the case where we truss an SUGID program -- in particular, we need
sef
2000-01-10
1
-2
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Flush the output file before exiting; short-lived programs don't even fill
msmith
1998-12-21
1
-1
/
+2
*
Alpha support for truss. I tested this on both bento and beast (thanks,
sef
1998-10-03
1
-1
/
+12
*
Use a default execution type if none of the listed ones match. This
sef
1998-09-07
1
-1
/
+10
*
When exiting on SIGINT, exit with signal status
cracauer
1998-08-24
1
-1
/
+9
*
Fixed printf format errors.
bde
1998-07-06
1
-3
/
+3
*
include sys so it builds on 2.2.x
jmg
1998-01-07
1
-2
/
+2
*
Sort Xrefs. Use err(3). Remove uneeded #include.
charnier
1998-01-05
1
-23
/
+24
*
Add some copyright and license terms, at Jordan's request. Note that
sef
1997-12-20
1
-1
/
+33
*
Change the ioctls for procfs around a bit; in particular, whever possible,
sef
1997-12-13
1
-2
/
+2
*
Complain about empty command lines.
sef
1997-12-06
1
-2
/
+2
*
recognize "FreeBSD ELF" as an executable type
peter
1997-12-06
1
-2
/
+3
*
#include <unistd.h> to get it to compile
peter
1997-12-06
1
-1
/
+2
*
Truss program. Requires procfs.
sef
1997-12-06
1
-0
/
+201