aboutsummaryrefslogtreecommitdiffstats
path: root/linux/sh64
Commit message (Expand)AuthorAgeFilesLines
* Move regs-related macros and declarations from defs.h to regs.hDmitry V. Levin2015-02-131-0/+15
* ioctl: take all 32 bits of ioctl commands into accountDmitry V. Levin2015-01-223-1/+78
* Change syscallent.h files to use designated initializersDmitry V. Levin2015-01-121-400/+378
* Fix getrlimit and ugetrlimit syscall entriesDmitry V. Levin2015-01-121-1/+1
* Fix umount and umount2 syscall entriesDmitry V. Levin2015-01-121-2/+2
* Fix number of arguments in ipc family syscall entriesDmitry V. Levin2015-01-121-3/+3
* Fix NUMA related syscall entriesDmitry V. Levin2015-01-121-1/+1
* Fix sched_setparam syscall entriesDmitry V. Levin2015-01-121-1/+1
* sh, sh64: fix mlock syscall entryDmitry V. Levin2015-01-121-1/+1
* Move socket and ipc subcall entries to subcall.hDmitry V. Levin2015-01-121-25/+0
* Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscallsDmitry V. Levin2014-12-161-4/+4
* Fix decoding of 16-bit *chown and [gs]et*[gu]id syscallsDmitry V. Levin2014-12-161-17/+17
* sh, sh64: fix uid/gid syscall entriesDmitry V. Levin2014-12-161-15/+15
* process.c: split struct_user_offsets into architecture-specific include filesDmitry V. Levin2014-12-111-0/+154
* unwind: add SE and SI flags to syscall entries for all architecturesDmitry V. Levin2014-05-301-12/+12
* Add TM flag to shmat and shmdt syscall entriesDmitry V. Levin2014-05-121-2/+2
* Add syscall entries for new linux syscallsDmitry V. Levin2013-05-081-2/+2
* Move subcall decoding configuration out of the common codeDmitry V. Levin2013-05-071-4/+2
* pread, pwrite: fix number of syscall argumentsDmitry V. Levin2013-05-071-2/+2
* preadv, pwritev: fix number of syscall argumentsDmitry V. Levin2013-05-071-2/+2
* ftruncate64, truncate64: fix number of syscall argumentsDmitry V. Levin2013-05-071-2/+2
* fallocate: fix number of syscall argumentsDmitry V. Levin2013-05-071-1/+1
* fadvise64, fadvise64_64: fix handlers and number of syscall argumentsDmitry V. Levin2013-05-071-2/+2
* readahead: fix number of syscall argumentsDmitry V. Levin2013-05-071-1/+1
* Assorted fixes to syscallent.hDenys Vlasenko2013-03-051-3/+3
* Clean up mmap decodingDenys Vlasenko2013-02-191-2/+2
* Enhance quotactl decodingDmitry V. Levin2012-10-261-1/+1
* Add -e trace=memory optionNamhyung Kim2012-10-261-20/+20
* Shrink space needed by undefined syscalls in syscall tables.Denys Vlasenko2012-03-191-33/+33
* Revert "Remove underscores from a few syscall names which have them"Denys Vlasenko2012-03-171-2/+2
* Remove underscores from a few syscall names which have themDenys Vlasenko2012-03-171-2/+2
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-2/+0
* Add syscall entries for new linux syscallsDmitry V. Levin2012-03-101-2/+2
* Correct syscall entries for t[g]killDenys Vlasenko2012-02-271-1/+1
* Fix sigreturn arg count from 1 to 0 on all architectures.Denys Vlasenko2012-01-101-1/+1
* Add syscall entries for new linux syscallsDmitry V. Levin2011-11-261-6/+6
* Fix mincore syscall entriesDmitry V. Levin2011-11-261-1/+1
* Fix sendmsg syscall entriesDmitry V. Levin2011-11-251-2/+2
* Fix epoll_wait syscall entriesDmitry V. Levin2011-11-251-1/+1
* Fix mlockall syscall entriesDmitry V. Levin2011-11-251-1/+1
* Fix epoll_pwait syscall entriesDmitry V. Levin2011-11-251-1/+1
* Fix reboot syscall entriesDmitry V. Levin2011-11-251-1/+1
* Fix swapon syscall entriesDmitry V. Levin2011-11-251-1/+1
* Rename siggetmask to sgetmask and sigsetmask to ssetmaskDmitry V. Levin2011-11-251-2/+2
* Add TRACE_IPC flag to sys_ipc syscall entriesDmitry V. Levin2011-11-251-1/+1
* Add names for dummy parsers. No code changesDmitry V. Levin2011-10-141-21/+21
* Implement decoding of splice, tee and vmsplice(2) syscallsDmitry V. Levin2011-10-111-3/+3
* Correct sys_sendfile[64] type and nargsDenys Vlasenko2011-08-231-1/+1
* Set saner MAX_ARGS (6 or 8) for X86_64 and I386Denys Vlasenko2011-08-231-1/+1
* Don't display bogus parameter for sigreturn syscallDenys Vlasenko2011-06-091-1/+1