| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sh64, sparc64: use proper decoder for fadvise64_64 syscall | Dmitry V. Levin | 2016-09-28 | 1 | -1/+1 |
* | Mark io_setup and io_destroy as memory mapping related syscalls | Dmitry V. Levin | 2016-09-09 | 1 | -2/+2 |
* | sh64: wire up new syscalls | Dmitry V. Levin | 2016-09-05 | 1 | -0/+14 |
* | Introduce a separate SEN entry for fstatat64 syscall | Dmitry V. Levin | 2016-08-23 | 1 | -1/+1 |
* | Remove initialization of big holes in syscallent.h files | Dmitry V. Levin | 2016-04-29 | 1 | -1/+1 |
* | Fix numbers of syscall arguments in syscall tables | Dmitry V. Levin | 2016-02-13 | 1 | -9/+9 |
* | alpha, ia64, mips, sh, sh64: fix the number of pipe syscall arguments | Dmitry V. Levin | 2016-02-13 | 1 | -1/+1 |
* | Set SYSCALL_NEVER_FAILS flag for getpid, getppid and gettid syscall | Dmitry V. Levin | 2015-12-29 | 1 | -3/+3 |
* | Set SYSCALL_NEVER_FAILS flag for umask syscall | Dmitry V. Levin | 2015-12-29 | 1 | -1/+1 |
* | sh, sh64: fix syscall flags in several syscall entries | Dmitry V. Levin | 2015-12-25 | 1 | -5/+5 |
* | Set SYSCALL_NEVER_FAILS flag for personality syscall | Dmitry V. Levin | 2015-12-25 | 1 | -1/+1 |
* | sh, sh64: fix syscall entries | Dmitry V. Levin | 2015-12-08 | 1 | -2/+2 |
* | Fix mmap syscall entries | Dmitry V. Levin | 2015-12-08 | 1 | -1/+1 |
* | Fix select and _newselect syscall entries | Dmitry V. Levin | 2015-12-08 | 1 | -1/+1 |
* | Fix exit syscall entries | Dmitry V. Levin | 2015-12-08 | 1 | -1/+1 |
* | Fix pread64 and pwrite64 syscall entries | Dmitry V. Levin | 2015-12-08 | 1 | -2/+2 |
* | fcntl: create a separate parser for fcntl64 syscall | Elvira Khabirova | 2015-12-04 | 1 | -1/+1 |
* | alpha, ppc, sh, sh64: fix fstatat64 syscall entries | Dmitry V. Levin | 2015-12-01 | 1 | -1/+1 |
* | Fix syscall entries of deprecated bdflush syscall | Dmitry V. Levin | 2015-11-24 | 1 | -1/+1 |
* | Fix oldselect decoding on 64-bit architectures | Elvira Khabirova | 2015-07-30 | 1 | -1/+1 |
* | sh64: fix inotify_{add,rm}_watch syscall entries | Dmitry V. Levin | 2015-07-21 | 1 | -2/+2 |
* | alpha, arm, ia64, mips, sh64: fix semop syscall entries | Dmitry V. Levin | 2015-07-21 | 1 | -1/+1 |
* | Introduce SEN macro | Elvira Khabirova | 2015-07-12 | 1 | -369/+369 |
* | Change syscallent.h files to use designated initializers | Dmitry V. Levin | 2015-01-12 | 1 | -400/+378 |
* | Fix getrlimit and ugetrlimit syscall entries | Dmitry V. Levin | 2015-01-12 | 1 | -1/+1 |
* | Fix umount and umount2 syscall entries | Dmitry V. Levin | 2015-01-12 | 1 | -2/+2 |
* | Fix number of arguments in ipc family syscall entries | Dmitry V. Levin | 2015-01-12 | 1 | -3/+3 |
* | Fix NUMA related syscall entries | Dmitry V. Levin | 2015-01-12 | 1 | -1/+1 |
* | Fix sched_setparam syscall entries | Dmitry V. Levin | 2015-01-12 | 1 | -1/+1 |
* | sh, sh64: fix mlock syscall entry | Dmitry V. Levin | 2015-01-12 | 1 | -1/+1 |
* | Move socket and ipc subcall entries to subcall.h | Dmitry V. Levin | 2015-01-12 | 1 | -25/+0 |
* | Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls | Dmitry V. Levin | 2014-12-16 | 1 | -4/+4 |
* | Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls | Dmitry V. Levin | 2014-12-16 | 1 | -17/+17 |
* | sh, sh64: fix uid/gid syscall entries | Dmitry V. Levin | 2014-12-16 | 1 | -15/+15 |
* | unwind: add SE and SI flags to syscall entries for all architectures | Dmitry V. Levin | 2014-05-30 | 1 | -12/+12 |
* | Add TM flag to shmat and shmdt syscall entries | Dmitry V. Levin | 2014-05-12 | 1 | -2/+2 |
* | Add syscall entries for new linux syscalls | Dmitry V. Levin | 2013-05-08 | 1 | -2/+2 |
* | Move subcall decoding configuration out of the common code | Dmitry V. Levin | 2013-05-07 | 1 | -4/+2 |
* | pread, pwrite: fix number of syscall arguments | Dmitry V. Levin | 2013-05-07 | 1 | -2/+2 |
* | preadv, pwritev: fix number of syscall arguments | Dmitry V. Levin | 2013-05-07 | 1 | -2/+2 |
* | ftruncate64, truncate64: fix number of syscall arguments | Dmitry V. Levin | 2013-05-07 | 1 | -2/+2 |
* | fallocate: fix number of syscall arguments | Dmitry V. Levin | 2013-05-07 | 1 | -1/+1 |
* | fadvise64, fadvise64_64: fix handlers and number of syscall arguments | Dmitry V. Levin | 2013-05-07 | 1 | -2/+2 |
* | readahead: fix number of syscall arguments | Dmitry V. Levin | 2013-05-07 | 1 | -1/+1 |
* | Assorted fixes to syscallent.h | Denys Vlasenko | 2013-03-05 | 1 | -3/+3 |
* | Clean up mmap decoding | Denys Vlasenko | 2013-02-19 | 1 | -2/+2 |
* | Enhance quotactl decoding | Dmitry V. Levin | 2012-10-26 | 1 | -1/+1 |
* | Add -e trace=memory option | Namhyung Kim | 2012-10-26 | 1 | -20/+20 |
* | Shrink space needed by undefined syscalls in syscall tables. | Denys Vlasenko | 2012-03-19 | 1 | -33/+33 |
* | Revert "Remove underscores from a few syscall names which have them" | Denys Vlasenko | 2012-03-17 | 1 | -2/+2 |