summaryrefslogtreecommitdiff
path: root/linux/sh64/syscallent.h
Commit message (Expand)AuthorAgeFilesLines
...
* sh64, sparc64: use proper decoder for fadvise64_64 syscallDmitry V. Levin2016-09-281-1/+1
* Mark io_setup and io_destroy as memory mapping related syscallsDmitry V. Levin2016-09-091-2/+2
* sh64: wire up new syscallsDmitry V. Levin2016-09-051-0/+14
* Introduce a separate SEN entry for fstatat64 syscallDmitry V. Levin2016-08-231-1/+1
* Remove initialization of big holes in syscallent.h filesDmitry V. Levin2016-04-291-1/+1
* Fix numbers of syscall arguments in syscall tablesDmitry V. Levin2016-02-131-9/+9
* alpha, ia64, mips, sh, sh64: fix the number of pipe syscall argumentsDmitry V. Levin2016-02-131-1/+1
* Set SYSCALL_NEVER_FAILS flag for getpid, getppid and gettid syscallDmitry V. Levin2015-12-291-3/+3
* Set SYSCALL_NEVER_FAILS flag for umask syscallDmitry V. Levin2015-12-291-1/+1
* sh, sh64: fix syscall flags in several syscall entriesDmitry V. Levin2015-12-251-5/+5
* Set SYSCALL_NEVER_FAILS flag for personality syscallDmitry V. Levin2015-12-251-1/+1
* sh, sh64: fix syscall entriesDmitry V. Levin2015-12-081-2/+2
* Fix mmap syscall entriesDmitry V. Levin2015-12-081-1/+1
* Fix select and _newselect syscall entriesDmitry V. Levin2015-12-081-1/+1
* Fix exit syscall entriesDmitry V. Levin2015-12-081-1/+1
* Fix pread64 and pwrite64 syscall entriesDmitry V. Levin2015-12-081-2/+2
* fcntl: create a separate parser for fcntl64 syscallElvira Khabirova2015-12-041-1/+1
* alpha, ppc, sh, sh64: fix fstatat64 syscall entriesDmitry V. Levin2015-12-011-1/+1
* Fix syscall entries of deprecated bdflush syscallDmitry V. Levin2015-11-241-1/+1
* Fix oldselect decoding on 64-bit architecturesElvira Khabirova2015-07-301-1/+1
* sh64: fix inotify_{add,rm}_watch syscall entriesDmitry V. Levin2015-07-211-2/+2
* alpha, arm, ia64, mips, sh64: fix semop syscall entriesDmitry V. Levin2015-07-211-1/+1
* Introduce SEN macroElvira Khabirova2015-07-121-369/+369
* 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
* 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