aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing cflags for x86_64 buildHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001cm-13.0Jaap Jan Meijer2016-07-271-0/+3
* Build a static strace utilitystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0EMichael Bestas2015-11-151-31/+66
* Merge "Add new generated file."Elliott Hughes2015-04-131-0/+299
|\
| * Add new generated file.Elliott Hughes2015-04-131-0/+299
|/
* Merge remote-tracking branch 'strace/master' into HEADElliott Hughes2015-04-1390-940/+372
|\
| * tests: add a test for "resuming interrupted nanosleep"Dmitry V. Levin2015-04-074-1/+36
| * tests: strip executable bit from *.expected filesDmitry V. Levin2015-04-077-0/+0
| * Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-0778-938/+335
| * Fix confusing "resuming interrupted unknown" messageDenys Vlasenko2015-04-071-1/+1
* | Merge remote-tracking branch 'strace/master' into HEADElliott Hughes2015-04-06273-4924/+2811
|\|
| * tests: workaround old gawk versions that do not provide @include supportDmitry V. Levin2015-04-071-1/+13
| * tests: rewrite umovestr2.test without using grepDmitry V. Levin2015-04-062-4/+8
| * Cleanup process_vm_writev syscall decodingDmitry V. Levin2015-03-311-8/+2
| * umovestr: read chunks of memory up to pagesize at a timeDmitry V. Levin2015-03-313-29/+31
| * umovestr: fix short read bugDmitry V. Levin2015-03-318-1/+92
| * When process_vm_readv fails with EPERM, try PTRACE_PEEKDATADmitry V. Levin2015-03-311-2/+10
| * Use macros for gcc attributesDmitry V. Levin2015-03-306-23/+25
| * Introduce macros for gcc attributesDmitry V. Levin2015-03-301-2/+40
| * Include <linux/ioctl.h> for _IOC_* macrosFelix Janda2015-03-283-2/+4
| * Include <sys/stat.h> for S_I* macrosFelix Janda2015-03-282-0/+2
| * signal.c: move siginfo_t parsers to a separate fileDmitry V. Levin2015-03-274-253/+203
| * Update siginfo_t constantsDmitry V. Levin2015-03-2710-47/+52
| * signal.c: move sigaltstack parser to a separate fileDmitry V. Levin2015-03-264-61/+56
| * Move sparc64 get_scno() code where it belongsDenys Vlasenko2015-03-252-21/+19
| * sparc: rename personality 2 files to personality 1Denys Vlasenko2015-03-256-5/+5
| * sparc: delete personality 1Denys Vlasenko2015-03-2517-2611/+4
| * qemu_multiarch_testing/*: make it easier to do debug in sandboxesDenys Vlasenko2015-03-242-1/+10
| * sparc: fix v4.10-25-g8497b62 falloutDenys Vlasenko2015-03-241-45/+4
| * get_scno: add diagnostics for invalid syscall numbersDmitry V. Levin2015-03-241-0/+3
| * arm: fix v4.10-25-g8497b62 falloutDmitry V. Levin2015-03-241-7/+12
| * mips: fix pipe syscall decodingDmitry V. Levin2015-03-243-1/+8
| * sigreturn.c: split arch specific code into separate arch filesDmitry V. Levin2015-03-2322-216/+220
| * syscall.c: split arch specific code into separate arch filesDmitry V. Levin2015-03-23160-1154/+1235
| * syscall.c: prepare for the splitDmitry V. Levin2015-03-231-556/+572
| * Move get_regs error check from trace_syscall_entering to get_scnoDmitry V. Levin2015-03-231-1/+4
| * alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decodingDmitry V. Levin2015-03-239-13/+71
| * decode_socket_subcall: fetch all arguments with a single umoven callDmitry V. Levin2015-03-221-16/+12
| * New test: test/many_looping_threads.cDenys Vlasenko2015-03-213-1/+54
| * test/.gitignore: add missing test targetsDenys Vlasenko2015-03-211-0/+4
| * Trivial optimization in sys_sigreturn()Denys Vlasenko2015-03-211-18/+13
| * Change last parameter of umoven() from char* to void*Denys Vlasenko2015-03-2117-34/+34
| * Remove unused struct tcb::inst fieldDenys Vlasenko2015-03-211-2/+0
| * test/Makefile: add missing test targetsDenys Vlasenko2015-03-211-1/+1
| * Move the comment about termination logic where it belongsDenys Vlasenko2015-03-211-19/+20
| * startup_tcb() never fails, remove code which checks for failuresDenys Vlasenko2015-03-211-5/+2
| * Show the syscall name in "resuming interrupted call" messageDenys Vlasenko2015-03-214-3/+14
| * tests: add a test for mmap/mprotect/munmap decodingDmitry V. Levin2015-03-206-0/+80
| * sparc, sparc64: fix decoding of mmap2Dmitry V. Levin2015-03-202-1/+3
| * tests: add a test for SECCOMP_MODE_FILTER decodingDmitry V. Levin2015-03-194-0/+131
| * tests: factor out common awk codeDmitry V. Levin2015-03-189-177/+124