summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Enhance reboot decodingDmitry V. Levin2014-02-05
* Implement kexec_load decodingDmitry V. Levin2014-02-05
* Use prepared editions of recently imported linux headersDmitry V. Levin2014-02-05
* Implement fanotify_init and fanotify_mark decodingDmitry V. Levin2014-02-05
* Use XLAT_END macroDmitry V. Levin2014-02-05
* Itroduce XLAT_END macro to make xlat structures more compactDmitry V. Levin2014-02-05
* Convert personality_options to XLAT formDmitry V. Levin2014-02-05
* Convert futexops to XLAT formDmitry V. Levin2014-02-05
* Convert sigev_value to XLAT formDmitry V. Levin2014-02-05
* Use XLAT macroDmitry V. Levin2014-02-05
* Introduce XLAT macro to ease maintenance of xlat structuresDmitry V. Levin2014-02-05
* Decode ptp ioctlsStefan Sørensen2014-02-04
* Decode dynamic posix clocksStefan Sørensen2014-02-03
* Update ADJ_* constantsStefan Sørensen2014-02-03
* Add decoding of sockets descriptor 'paths' for network callsPhilippe Ombredanne2014-02-02
* tests: rename all tests so that their names end in .test suffixDmitry V. Levin2014-02-02
* net: add more sockopt optionsMike Frysinger2014-01-31
* mips: fix sigaction reportingChris Dearman2014-01-08
* Factor out struct sigaction printing codeDmitry V. Levin2014-01-08
* tests: add a test for rt_sigaction outputDmitry V. Levin2014-01-08
* mem: add missed MAP_HUGETLB mmap flagKirill A. Shutemov2014-01-05
* Delete old PTRACE_{PEEK,POKE}USR logicMike Frysinger2013-12-31
* Decode the O_PATH flagMike Frysinger2013-12-31
* Remove unused configure checksDmitry V. Levin2013-11-13
* Assume that <sys/ptrace.h> provides a valid ptrace prototypeDmitry V. Levin2013-11-13
* Stop using _LFS64_LARGEFILEDmitry V. Levin2013-11-12
* Define truncate64, ftruncate64, and getdents64 decoders unconditionallyDmitry V. Levin2013-11-12
* Define printflock64 only if it is referenced by other codeDmitry V. Levin2013-11-12
* Make PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc specificDmitry V. Levin2013-11-12
* Remove unneeded redefinitions of IPPROTO_* macrosDmitry V. Levin2013-11-12
* Remove unused AC_OFF_T_IS_LONG_LONG configure checkDmitry V. Levin2013-11-12
* Remove unused codeDmitry V. Levin2013-11-12
* Use struct sigcontext instead of struct sigcontext_structDmitry V. Levin2013-11-12
* Use standard names of sched_param structure membersDmitry V. Levin2013-11-12
* Make SIGEV_THREAD_ID decoding less glibc specificDmitry V. Levin2013-11-12
* Remove unused configure checksDmitry V. Levin2013-11-11
* Assume "long long" availabilityDmitry V. Levin2013-11-11
* Include <sys/poll.h> only if there is no <poll.h>Dmitry V. Levin2013-11-11
* Move io_* syscalls decoding to a separate fileDmitry V. Levin2013-11-11
* Stop using external libaio.h.Denys Vlasenko2013-11-11
* sys_io_submit: simplify iocb_cmd_lookup() helper.Denys Vlasenko2013-11-11
* sys_io_submit: stop traversing iocb vector after first failure.Denys Vlasenko2013-11-11
* Fix pathtrace_match() to match recent fixes to select decoding.Denys Vlasenko2013-11-09
* Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.Denys Vlasenko2013-11-09
* Speed up and explain fd_isset()Denys Vlasenko2013-11-06
* Add a test for the latest select decoding fixDr. David Alan Gilbert2013-11-05
* Fix select decoding for glibc in _FORTIFY_SOURCE modeDmitry V. Levin2013-11-05
* More select decoding fixesDmitry V. Levin2013-11-05
* Truncate arg[0] to int in select decoding.Denys Vlasenko2013-11-05
* test/select.c: make comment more understandable.Denys Vlasenko2013-11-05