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
*
Move the mkioctls script to libsysdecode and use it to generate a
jhb
2015-12-22
2
-7
/
+2
*
Start on a new library (libsysdecode) that provides routines for decoding
jhb
2015-12-15
3
-6
/
+4
*
Make truss work for CloudABI processes on aarch64.
ed
2015-10-30
5
-85
/
+247
*
Simplify syscall generation and ABI source file handling for the build.
bdrewery
2015-10-13
20
-202
/
+233
*
Let -c imply -S (hide signal output).
bdrewery
2015-10-09
2
-3
/
+3
*
Properly format pointer size independent CloudABI system calls.
ed
2015-10-08
4
-18
/
+448
*
Correct a comment.
bdrewery
2015-10-08
1
-1
/
+1
*
Updated depends
sjg
2015-10-07
1
-0
/
+2
*
truss: Add support for utrace(2).
bdrewery
2015-10-06
4
-3
/
+45
*
Group the decoded system calls by ABI and sort the calls within each ABI.
jhb
2015-10-06
1
-207
/
+214
*
Fix crash if a process sends itself a SIGTRAP. Just forward it as expected.
bdrewery
2015-10-05
1
-5
/
+2
*
Add decoding for modfind(2)
bdrewery
2015-10-05
1
-0
/
+2
*
Fix tracking of unknown syscalls for 'truss -c'.
bdrewery
2015-10-05
4
-47
/
+61
*
Style fix.
bdrewery
2015-10-03
1
-0
/
+1
*
Add decoding for struct statfs.
bdrewery
2015-10-03
2
-1
/
+30
*
Add aarch64 support to truss(1).
kib
2015-10-02
1
-0
/
+110
*
Make truss print CloudABI system call names.
ed
2015-10-02
3
-0
/
+136
*
Rather than groveling around in a socket address structure for a socket
jhb
2015-10-01
1
-33
/
+35
*
The id_t type used to pass IDs to wait6(2) and procctl(6) is a 64-bit
jhb
2015-10-01
2
-10
/
+22
*
- Remove extra integer argument from truncate() and ftruncate(). This is
jhb
2015-10-01
1
-5
/
+5
*
Several changes to truss.
jhb
2015-09-30
16
-2783
/
+1106
*
Trim trailing whitespace.
jhb
2015-09-30
3
-5
/
+5
*
Decode recently added procctl(2) operations.
jhb
2015-09-29
1
-1
/
+3
*
Handle the conditional decoding of execve() argument and environment
jhb
2015-08-20
12
-225
/
+19
*
Rework the argv and env string fetching for execve to be more robust.
jhb
2015-08-20
1
-26
/
+44
*
ino_t is unsigned, so use uintmax_t instead of intmax_t when printing it.
jhb
2015-08-19
1
-2
/
+2
*
Always use %j with an intmax_t cast to print time_t values. time_t is
jhb
2015-08-19
2
-25
/
+28
*
Various style and whitespace fixes.
jhb
2015-08-19
11
-38
/
+63
*
Use nitems().
jhb
2015-08-19
10
-17
/
+12
*
Expand the decoding of kevent structures.
jhb
2015-08-19
1
-8
/
+86
*
Change the argument formatting function to use a stdio FILE object opened
jhb
2015-08-19
2
-224
/
+158
*
Use an xlat table and xlookup() instead of a home-rolled version for the
jhb
2015-08-17
1
-9
/
+6
*
Tidy the linux_socketcall decoding:
jhb
2015-08-17
1
-65
/
+16
*
Decode the optional SOCK_NONBLOCK and SOCK_CLOEXEC flags passed in a
jhb
2015-08-17
1
-2
/
+15
*
- Decode the arguments for several signal-related system calls: sigpending,
jhb
2015-08-17
2
-7
/
+51
*
Consistently use both leading and trailing spaces inside of the {}'s
jhb
2015-08-06
1
-10
/
+14
*
Whitespace fixes to consistently use spaces before }'s and
jhb
2015-08-06
1
-15
/
+25
*
Decode the arguments passed to the *at() family of system calls. This is
jhb
2015-08-06
2
-4
/
+118
*
Decode the arguments to mkfifo() and fix an off-by-one error in the arguments
jhb
2015-08-06
1
-1
/
+3
*
Don't mark the fcntl flag argument as an output parameter so that it is
jhb
2015-08-06
1
-1
/
+1
*
Add recently added values of various flags and enumerations including
jhb
2015-08-06
1
-12
/
+20
*
Rework get_string() to make it more robust when fetching strings of unknown
jhb
2015-08-05
1
-17
/
+29
*
Whitespace fix: remove some spurious spaces before commas.
jhb
2015-08-05
1
-11
/
+11
*
truss: follow pdfork()ed descendents with -f
emaste
2015-07-24
8
-0
/
+8
*
new depends
sjg
2015-06-16
1
-1
/
+0
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+29
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge from head@274682
sjg
2014-11-19
3
-6
/
+29
|
|
\
|
*
\
Merge head from 7/28
sjg
2014-08-19
4
-321
/
+1
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
[next]