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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revamp of the syscall path, exception and context handling. The
marcel
2003-05-16
1
-4
/
+4
*
Decode a few more syscalls.
mdodd
2003-04-15
1
-1
/
+24
*
Removed extra parentheses.
ru
2003-02-20
1
-1
/
+1
*
Fixed comment.
ru
2003-02-20
3
-3
/
+3
*
mdoc(7) police: markup polishing.
ru
2002-11-26
1
-4
/
+10
*
Port to ia64. It builds, but usability is very limited.
marcel
2002-11-10
3
-0
/
+349
*
Various cleanups of truss:
dwmalone
2002-11-09
6
-97
/
+121
*
Check if name is NULL before we strcmp the syscall name. This was
dwmalone
2002-11-09
1
-1
/
+1
*
Don't depend on <signal.h> to include <sys/time.h>, instead include
mike
2002-10-06
2
-0
/
+2
*
Remove an unnecessary cast.
mdodd
2002-08-07
1
-2
/
+2
*
- Use time.h not sys/time.h.
mdodd
2002-08-06
9
-13
/
+13
*
Remove extra space in output.
mdodd
2002-08-05
1
-1
/
+1
*
Diff reduction.
mdodd
2002-08-05
6
-140
/
+244
*
Use timespec not timeval.
mdodd
2002-08-05
3
-15
/
+24
*
Ported to sparc64.
jake
2002-08-04
4
-5
/
+372
*
Include <sys/time.h> for the declaration of struct timeval. Do not
bde
2002-08-04
7
-0
/
+7
*
Add options to print the argument and environment string parameters to
mdodd
2002-08-04
10
-6
/
+146
*
Add a "FreeBSD ELF32" entry to ex_types[].
mdodd
2002-08-04
1
-0
/
+1
*
Terminate the output line when a non-returning syscall is printed.
mdodd
2002-08-04
5
-0
/
+5
*
Add options to print absolute and relative timestamps.
mdodd
2002-08-04
4
-5
/
+46
*
Allow tracking fork()ed children.
mdodd
2002-08-04
11
-10
/
+80
*
Parameterize globals.
mdodd
2002-08-04
11
-143
/
+196
*
s/inline/__inline/
markm
2002-07-19
6
-6
/
+6
*
OOPS! rev 1.16 accidently changed the default outfile from stderr to
peter
2002-05-16
1
-1
/
+1
*
Do not bother with #include <machine/psl.h> since it is just a stub file
peter
2002-05-01
1
-1
/
+0
*
Use fseeko and uintptr_t to make sure that we get a sensible offset
dwmalone
2002-04-21
1
-2
/
+2
*
Use `The .Nm utility'
charnier
2002-04-20
1
-2
/
+3
*
I now don't seem to be able to reproduce the -DNOCLEAN buildworld
ru
2002-04-11
1
-5
/
+1
*
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
markm
2002-02-08
1
-3
/
+0
*
Fix the code that selects the default binary type if the actual type can't
des
2002-02-08
1
-3
/
+3
*
Print open(2) flags in hex instread of decimal for clarity.
alfred
2001-12-30
1
-2
/
+2
*
Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage.
markm
2001-12-11
8
-38
/
+78
*
Print the correct return code for successful Linux syscalls.
des
2001-11-17
2
-2
/
+4
*
Add missing include for <ctype.h>
green
2001-11-06
1
-27
/
+47
*
Back out part of previous commit: remove #include <sys/proc.h>.
des
2001-10-22
2
-2
/
+0
*
#include <sys/proc.h> where needed (for the stop event definitions) and
des
2001-10-22
7
-29
/
+49
*
Teach truss(1) to display sockaddrs. It currently knows about AF_INET,
des
2001-10-21
2
-3
/
+82
*
In get_string(), 0-terminate the contents of buf ``just in case'';
joerg
2001-08-28
1
-0
/
+1
*
Initialize outfile in main()
peter
2001-08-13
1
-1
/
+2
*
Remove whitespace at EOL.
dd
2001-07-15
1
-1
/
+1
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-19
1
-0
/
+1
*
mdoc(7) police: use canonical form of .Dd macro.
ru
2000-12-11
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-2
/
+2
*
cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.....
jkh
2000-09-14
1
-2
/
+6
*
remove .PHONY to avoid gratuitous rebuild of ioctl.c each time.
jkh
2000-09-14
1
-1
/
+1
*
Make auto-generated ioctl.c to be always considered out of date
ru
2000-08-01
1
-1
/
+1
*
Change the output of truss to more closely resemble SysV's. (Yes, it
sef
2000-03-18
7
-31
/
+24
*
Fix a leak. (Thanks Bruce, this was a bonehead mistake on my part :).)
sef
2000-02-15
1
-3
/
+8
*
Fxi various man pages to stop abusing the .Bx macro to generate
mpp
2000-01-23
1
-2
/
+2
[next]