summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix stat decoding for LP64 bionicElliott Hughes2014-03-121-2/+6
* Decode protocol argument for PF_NETLINK socketsMasatake YAMATO2014-03-111-3/+78
* Cleanup socketpair decodingDmitry V. Levin2014-03-111-17/+1
* printsiginfo: add SIGSYS decodingDmitry V. Levin2014-03-112-1/+21
* Update siginfo codesDmitry V. Levin2014-03-111-0/+4
* Factor out printing of si_pid and si_uid members of siginfo_tDmitry V. Levin2014-03-111-22/+19
* Improve SI_TIMER decodingElliott Hughes2014-03-101-17/+25
* aarch64: fix decoding of arm syscall numbersElliott Hughes2014-03-031-1/+2
* Fix fcntl decodingDmitry V. Levin2014-03-032-51/+34
* sys_fcntl: remove F_FREESP and F_FREESP64 supportDmitry V. Levin2014-03-011-16/+3
* Add multi-personality support to struct old_sigaction decodingElliott Hughes2014-02-281-1/+27
* Fix decoding of arm struct stat64 by aarch64 strace.Elliott Hughes2014-02-281-0/+4
* Remove obsolete ioctlsort.cDmitry V. Levin2014-02-282-64/+0
* Add multi-personality support to stack_t decodingDmitry V. Levin2014-02-271-1/+24
* Rewrite signal mask decoding without sigset_tDmitry V. Levin2014-02-274-115/+134
* Fix build with Bionic libcDmitry V. Levin2014-02-263-1/+15
* powerpc64: fix 64-bit process detection on embeddedJames Yang2014-02-251-6/+7
* Do not compile scsi ioctl decoding if <scsi/sg.h> is not availableDmitry V. Levin2014-02-253-2/+10
* Revert "Add support for Altera's Nios-II softcore architecture"Dmitry V. Levin2014-02-142-371/+0
* tests: tighten sigaction checkDmitry V. Levin2014-02-081-2/+8
* Fix sigaction reporting on non-x86 architecturesDmitry V. Levin2014-02-081-3/+3
* Check for SA_RESTORER definition in <asm/signal.h>Dmitry V. Levin2014-02-081-0/+10
* arm: fix compilation warningDmitry V. Levin2014-02-071-2/+1
* kexec: fix typoDmitry V. Levin2014-02-061-4/+4
* Add support for Altera's Nios-II softcore architectureEzequiel Garcia2014-02-062-0/+371
* Implement add_key, keyctl, and request_key decodingDmitry V. Levin2014-02-055-3/+521
* Implement ioprio_get and ioprio_set decodingDmitry V. Levin2014-02-054-2/+89
* Implement finit_module decodingDmitry V. Levin2014-02-053-1/+28
* Cleanup inotify syscalls decodingDmitry V. Levin2014-02-054-61/+116
* Enhance reboot decodingDmitry V. Levin2014-02-054-40/+86
* Implement kexec_load decodingDmitry V. Levin2014-02-055-1/+161
* Use prepared editions of recently imported linux headersDmitry V. Levin2014-02-052-6/+6
* Implement fanotify_init and fanotify_mark decodingDmitry V. Levin2014-02-058-4/+215
* Use XLAT_END macroDmitry V. Levin2014-02-0521-160/+160
* Itroduce XLAT_END macro to make xlat structures more compactDmitry V. Levin2014-02-051-0/+1
* Convert personality_options to XLAT formDmitry V. Levin2014-02-053-21/+93
* Convert futexops to XLAT formDmitry V. Levin2014-02-051-15/+51
* Convert sigev_value to XLAT formDmitry V. Levin2014-02-051-6/+6
* Use XLAT macroDmitry V. Levin2014-02-0521-1567/+1567
* Introduce XLAT macro to ease maintenance of xlat structuresDmitry V. Levin2014-02-051-0/+1
* Decode ptp ioctlsStefan Sørensen2014-02-045-0/+206
* Decode dynamic posix clocksStefan Sørensen2014-02-031-7/+37
* Update ADJ_* constantsStefan Sørensen2014-02-031-0/+15
* Add decoding of sockets descriptor 'paths' for network callsPhilippe Ombredanne2014-02-024-19/+86
* tests: rename all tests so that their names end in .test suffixDmitry V. Levin2014-02-0210-3/+11
* net: add more sockopt optionsMike Frysinger2014-01-311-0/+60
* mips: fix sigaction reportingChris Dearman2014-01-081-0/+16
* Factor out struct sigaction printing codeDmitry V. Levin2014-01-081-57/+63
* tests: add a test for rt_sigaction outputDmitry V. Levin2014-01-085-3/+89
* mem: add missed MAP_HUGETLB mmap flagKirill A. Shutemov2014-01-051-0/+3