summaryrefslogtreecommitdiff
path: root/linux/mips
Commit message (Expand)AuthorAge
* mips: fix syscall entries that should have TP flag setDmitry V. Levin2014-05-12
* alpha, hppa, mips n64: fix waitid syscall entryDmitry V. Levin2014-05-12
* Add TM flag to shmat and shmdt syscall entriesDmitry V. Levin2014-05-12
* Fix preadv/pwritev offset decodingDmitry V. Levin2014-04-17
* Add support for decoding sync_file_rangeWilliam Manley2013-09-11
* fanotify_mark: fix number of args for 32bit archesMike Frysinger2013-09-11
* mips o32: fix syscall tableDmitry V. Levin2013-05-11
* mips n64: fix syscall tableDmitry V. Levin2013-05-10
* mips n32: fix syscall tableDmitry V. Levin2013-05-10
* 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
* mips: split syscallent.hDmitry V. Levin2013-05-07
* Fix syscall flagsDmitry V. Levin2013-05-06
* Assorted fixes to syscallent.hDenys Vlasenko2013-03-05
* Clean up mmap decodingDenys Vlasenko2013-02-19
* Make linux/mips/syscallent.h smallerDenys Vlasenko2013-02-16
* Enhance quotactl decodingDmitry V. Levin2012-10-26
* Add -e trace=memory optionNamhyung Kim2012-10-26
* Shrink space needed by undefined syscalls in syscall tables.Denys Vlasenko2012-03-19
* Fix mips64 build failure: sys_pwrite64 doesn't exist.Denys Vlasenko2012-03-18
* 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
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* Alias sys_fsync to sys_closeDmitry V. Levin2012-03-11
* Add syscall entries for new linux syscallsDmitry V. Levin2012-03-10
* Remove stray sys_swapon() declarationDenys Vlasenko2012-02-28
* Correct syscall entries for t[g]killDenys Vlasenko2012-02-27
* Fix defined(FOO) styleDenys Vlasenko2012-02-25
* Remove unused sys_pread64 and sys_pwrite64 parsers on LinuxDmitry V. Levin2012-02-04
* Fix sigreturn arg count from 1 to 0 on all architectures.Denys Vlasenko2012-01-10
* Add syscall entries for new linux syscallsDmitry V. Levin2011-11-26
* Fix prctl syscall entriesDmitry V. Levin2011-11-26
* Fix mincore syscall entriesDmitry V. Levin2011-11-26
* 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
* Rename siggetmask to sgetmask and sigsetmask to ssetmaskDmitry V. Levin2011-11-25
* Add TRACE_IPC flag to sys_ipc 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
* Define MAX_ARGS to 6 for all Linux archesDenys Vlasenko2011-08-23
* Correct sys_sendfile[64] type and nargsDenys Vlasenko2011-08-23
* Set saner MAX_ARGS (6 or 8) for X86_64 and I386Denys Vlasenko2011-08-23
* Fix MIPS syscall entriesDmitry V. Levin2011-06-09
* Don't display bogus parameter for sigreturn syscallDenys Vlasenko2011-06-09
* Linux: implement decoding of preadv and pwritev syscallsDamir Shayhutdinov2011-05-30