Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
7a036055af9fe5f444a1427df0a3143705df850d
/
configure.ac
78e48eb
tests: add utimensat.test
by Dmitry V. Levin
· 9 years ago
0929422
Add mpers support
by Elvira Khabirova
· 9 years ago
cf3ecbd
build: fix -I options
by Dmitry V. Levin
· 9 years ago
f56046e
aio: rewrite from libaio.h to linux/aio_abi.h
by Dmitry V. Levin
· 9 years ago
54646b8
decode extend getsockopt/setsockopt options
by Mike Frysinger
· 9 years ago
6684b68
mips: print _MIPS_SIM in configure.ac for debug purposes
by Dmitry V. Levin
· 9 years ago
3a58e46
sysinfo.c: remove obsolete code
by Elvira Khabirova
· 9 years ago
525eed3
Print nanoseconds along with seconds in stat family syscalls
by Dmitry V. Levin
· 9 years ago
30ac062
signalfd4: fix flags decoding
by Dmitry V. Levin
· 9 years ago
c8cba99
eventfd2: fix flags decoding
by Dmitry V. Levin
· 9 years ago
80d5e01
Assume that <poll.h> is available
by Dmitry V. Levin
· 9 years ago
4e3ded3
tests/bpf: fix build with incompatibly old linux/bpf.h and/or gcc
by Dmitry V. Levin
· 9 years ago
ddb53dd
Implement bpf syscall decoding
by Dmitry V. Levin
· 9 years ago
f8b4913
Macroize -m32/-mx32 configure checks
by Dmitry V. Levin
· 9 years ago
34bd4d2
Do not include sys/filio.h
by Dmitry V. Levin
· 9 years ago
7bee462
net: decode setsockopt() multicast arguments
by Dmitry V. Levin
· 10 years ago
8c20d89
Fix ioctl entries on 32-bit architectures with 64-bit aligned structures
by Dmitry V. Levin
· 10 years ago
bd8dd77
Add support for Altera's Nios-II softcore architecture
by Ezequiel Garcia
· 10 years ago
78ed3f3
alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding
by Dmitry V. Levin
· 10 years ago
59f63d3
Use SIGRTMIN from kernel headers
by Dmitry V. Levin
· 10 years ago
856b759
build: do not link strace with -ldl
by Dmitry V. Levin
· 10 years ago
58c7fe9
Fix cross-compiling of ioctlsort
by Mike Frysinger
· 10 years ago
977550d
tests: robustify pc.test
by Dmitry V. Levin
· 10 years ago
19dadf9
evdev: fix build with old kernel headers
by Dmitry V. Levin
· 10 years ago
1e88073
Improve prctl decoding
by Dmitry V. Levin
· 10 years ago
047365e
mips: move ABI check to configure.ac
by Dmitry V. Levin
· 10 years ago
fadf379
Move all ptrace-related macros and declarations from defs.h to ptrace.h
by Dmitry V. Levin
· 10 years ago
67d0a8e
scsi: add bsg support
by Bart Van Assche
· 10 years ago
d8890b5
printsiginfo: constify the first argument
by Dmitry V. Levin
· 10 years ago
2af6903
Implement seccomp decoding
by Dmitry V. Levin
· 10 years ago
679c47c
tests: run tests for each supported personality
by Dmitry V. Levin
· 10 years ago
df7aa2b
ioctl: take all 32 bits of ioctl commands into account
by Dmitry V. Levin
· 10 years ago
6f9a01c
ioctl: add decoding for parametrized command names
by Gabriel Laskar
· 10 years ago
af3ab5b
powerpc64: maintain own linux/powerpc64 subdirectory
by Dmitry V. Levin
· 10 years ago
69099e7
configure.ac: remove unused AC_INCLUDEDIR
by Dmitry V. Levin
· 10 years ago
d59287d
mips: remove stub entries from syscallent files, generate stubs at build time
by Dmitry V. Levin
· 10 years ago
36ab3d5
build: fix build if siginfo_t lacks si_timerid/si_overrun
by Dmitry V. Levin
· 10 years ago
8544681
configure.ac: remove unused AM_CONDITIONAL expressions
by Dmitry V. Levin
· 10 years ago
1ea6473
Fix fanotify_mark decoding on 32-bit architectures
by Dmitry V. Levin
· 10 years ago
9e6a7bf
Use AC_CHECK_TYPES to check for struct statfs64
by Dmitry V. Levin
· 10 years ago
7b9bc44
Use AC_CHECK_TYPES to check for struct stat64
by Dmitry V. Levin
· 10 years ago
65ea0d0
Drop struct stat.st_aclcnt and stat.st_level support
by Dmitry V. Levin
· 10 years ago
52572b6
Implement decoding of fallocate FALLOC_FL_* flags
by Dmitry V. Levin
· 10 years ago
bf7fdfa
Make parsers of capget and capset syscalls self-contained
by Dmitry V. Levin
· 10 years ago
681452b
Remove unused <sys/acl.h> based code
by Dmitry V. Levin
· 10 years ago
c62d49e
Remove unused <sys/asynch.h> based code
by Dmitry V. Levin
· 10 years ago
f548067
Print protocol name of socket descriptors with -yy option
by Masatake YAMATO
· 10 years ago
b2fa2be
Include <sys/uio.h> unconditionally
by Dmitry V. Levin
· 10 years ago
993198d
tests: add a test for decoding and dumping of recvmmsg/sendmmsg
by Masatake YAMATO
· 10 years ago
caf6a43
Use the definition of struct mmsghdr if it is defined in build environment
by Masatake YAMATO
· 10 years ago
c400a1c
Dump details for Bluetooth socket operations
by Lubomir Rintel
· 10 years ago
0cc9614
Implement Video4Linux video-input ioctls decoder
by Philippe De Muyter
· 10 years ago
82a528d
Enhance sysinfo decoding
by Dmitry V. Levin
· 10 years ago
3ed5d02
Fix compilation warnings reported by gcc -Wsign-compare
by Dmitry V. Levin
· 10 years ago
b7dd5e6
Use external libaio.h
by Dmitry V. Levin
· 10 years ago
97ca027
tests: fix uio building w/out preadv/pwritev
by Mike Frysinger
· 10 years ago
327064b
Add -k option to print stack trace after each syscall
by Luca Clementi
· 11 years ago
6dbbe07
sysctl: update CTL_*, KERN_*, NET_*, and VM_* constants
by Dmitry V. Levin
· 11 years ago
d8ad1dd
Check for constants used by waitid function
by Dmitry V. Levin
· 11 years ago
baf60d9
Check for LO_FLAGS_READ_ONLY constant
by Dmitry V. Levin
· 11 years ago
3b09ebe
Fix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_T
by James Hogan
· 11 years ago
99a0544
Refactor LDT decoding
by Dmitry V. Levin
· 11 years ago
0160e16
ARM EABI: disable OABI support by default
by Dmitry V. Levin
· 11 years ago
bc091e3
printsiginfo: add SIGSYS decoding
by Dmitry V. Levin
· 11 years ago
54cabef
Fix fcntl decoding
by Dmitry V. Levin
· 11 years ago
38593e9
Rewrite signal mask decoding without sigset_t
by Dmitry V. Levin
· 11 years ago
d354130
Fix build with Bionic libc
by Dmitry V. Levin
· 11 years ago
fdb896e
Do not compile scsi ioctl decoding if <scsi/sg.h> is not available
by Dmitry V. Levin
· 11 years ago
ab3953b
Check for SA_RESTORER definition in <asm/signal.h>
by Dmitry V. Levin
· 11 years ago
5b35147
Remove unused configure checks
by Dmitry V. Levin
· 11 years ago
594eb8f
Define printflock64 only if it is referenced by other code
by Dmitry V. Levin
· 11 years ago
6974bd4
Make PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc specific
by Dmitry V. Levin
· 11 years ago
437ae19
Remove unused AC_OFF_T_IS_LONG_LONG configure check
by Dmitry V. Levin
· 11 years ago
70e84c4
Remove unused code
by Dmitry V. Levin
· 11 years ago
e2de3bd
Use struct sigcontext instead of struct sigcontext_struct
by Dmitry V. Levin
· 11 years ago
ae5aa47
Make SIGEV_THREAD_ID decoding less glibc specific
by Dmitry V. Levin
· 11 years ago
a0e02f5
Remove unused configure checks
by Dmitry V. Levin
· 11 years ago
18bce8c
Assume "long long" availability
by Dmitry V. Levin
· 11 years ago
2df03c4
Stop using external libaio.h.
by Denys Vlasenko
· 11 years ago
0b4060f
Work around conflict between <sys/ptrace.h> and <linux/ptrace.h>
by Ali Polatel
· 11 years ago
7daacbb
Add support for ARC Cores from Synopsys
by Vineet Gupta
· 11 years ago
9afc2ee
powerpc: enhance 32/64bit detection
by Anton Blanchard
· 11 years ago
3cf90b6
tests: enable parallel-tests support
by Dmitry V. Levin
· 12 years ago
7a498be
printxval: support more architectures
by Dmitry V. Levin
· 12 years ago
bb3a0f7
Stop using old AM_CONFIG_HEADER macro
by Mike Frysinger
· 12 years ago
dce7593
build: introduce git-version-gen
by Dmitry V. Levin
· 12 years ago
8f636ed
Add support for the XTENSA architecture
by Chris Zankel
· 12 years ago
3b211d8
Fix build with older versions of libaio.h
by Dmitry V. Levin
· 12 years ago
c41808b
ptrace: decode note segment descriptor types
by Dmitry V. Levin
· 12 years ago
5f999a8
Add support for Imagination Technologies Meta
by James Hogan
· 12 years ago
492f81f
Add support for the OpenRISC 1000 platform
by Christian Svensson
· 12 years ago
88eafd8
Improve perf_event_open argument decoding
by Ben Noordhuis
· 12 years ago
d8d3bd3
Add AArch64 support to strace
by Steve McIntyre
· 12 years ago
d376c92
Add configure --enable-gcc-Werror option
by Dmitry V. Levin
· 13 years ago
417eb88
Prepare for 4.7 release
by Dmitry V. Levin
· 13 years ago
cf050db
Fix build with <linux/loop.h> from 2.6.18 kernel headers
by Dmitry V. Levin
· 13 years ago
ea22e97
Make printing of utsname.domainname more portable
by Dmitry V. Levin
· 13 years ago
085e428
x32: add ia32 support
by H.J. Lu
· 13 years ago
35be581
Add x32 support to strace
by H.J. Lu
· 13 years ago
d8879f4
configure.ac: sort lists and use m4_normalize to ease maintenance
by Dmitry V. Levin
· 13 years ago
Next »