summaryrefslogtreecommitdiff
path: root/linux/tile
Commit message (Expand)AuthorAge
* fanotify_mark: fix number of args for 32bit archesMike Frysinger2013-09-11
* sync_file_range: fix number of syscall argumentsDmitry V. Levin2013-05-08
* Add syscall entries for new linux syscallsDmitry V. Levin2013-05-08
* pread, pwrite: fix number of syscall argumentsDmitry V. Levin2013-05-07
* preadv, pwritev: fix number of syscall argumentsDmitry V. Levin2013-05-07
* fallocate: fix number of syscall argumentsDmitry V. Levin2013-05-07
* fadvise64, fadvise64_64: fix handlers and number of syscall argumentsDmitry V. Levin2013-05-07
* readahead: fix number of syscall argumentsDmitry V. Levin2013-05-07
* Fix building outside source directoryAndreas Schwab2013-03-31
* Do not use off_t in sendfile decodingDmitry V. Levin2013-03-20
* Assorted fixes to syscallent.hDenys Vlasenko2013-03-05
* Use the same style of includes in linux/*/* filesDenys Vlasenko2013-02-20
* Clean up mmap decodingDenys Vlasenko2013-02-19
* Add tilegx support to straceChris Metcalf2013-02-05
* Enhance quotactl decodingDmitry V. Levin2012-10-26
* Add -e trace=memory optionNamhyung Kim2012-10-26
* Revert "Remove underscores from a few syscall names which have them"Denys Vlasenko2012-03-17
* Remove underscores from a few syscall names which have themDenys Vlasenko2012-03-17
* Fix sigreturn arg count from 1 to 0 on all architectures.Denys Vlasenko2012-01-10
* Fix prctl syscall entriesDmitry V. Levin2011-11-26
* Fix sendmsg syscall entriesDmitry V. Levin2011-11-25
* Fix mlockall syscall entriesDmitry V. Levin2011-11-25
* Fix epoll_pwait syscall entriesDmitry V. Levin2011-11-25
* Fix reboot syscall entriesDmitry V. Levin2011-11-25
* Fix swapon syscall entriesDmitry V. Levin2011-11-25
* Fix sgetmask and ssetmask syscall entriesDmitry V. Levin2011-11-25
* Add names for dummy parsers. No code changesDmitry V. Levin2011-10-14
* Implement decoding of splice, tee and vmsplice(2) syscallsDmitry V. Levin2011-10-11
* Correct sys_sendfile[64] type and nargsDenys Vlasenko2011-08-23
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-07
* linux/ioctlent: unify them allMike Frysinger2011-03-14
* Fix flags of fallocate sysentriesDmitry V. Levin2011-02-20
* Add TRACE_DESC flag to epoll_create* sysentriesDmitry V. Levin2011-02-20
* Add TRACE_DESC flag to fgetxattr, flistxattr, and fremovexattr sysentriesDmitry V. Levin2011-02-20
* Add TRACE_FILE flag to swapoff sysentriesDmitry V. Levin2011-02-20
* Add TRACE_DESC flag to fadvise64* sysentriesDmitry V. Levin2011-02-20
* Add TRACE_DESC flag to mmap, mmap2, and old_mmap sysentriesDmitry V. Levin2011-02-20
* Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return valuesDmitry V. Levin2011-01-19
* * linux/*/syscallent.h: Fix typo in sys_newfstatat syscall flags.Dmitry V. Levin2011-01-19
* Add support for the TILE architectureChris Metcalf2010-02-05