summaryrefslogtreecommitdiff
path: root/linux/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Add copyright headers to some files that lack themDmitry V. Levin2018-12-2410-0/+70
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-102-42/+2
* Refactor get_syscall_args() and get_error()Dmitry V. Levin2018-12-052-2/+2
* Refactor stack pointersDmitry V. Levin2018-12-052-33/+1
* Wire up io_pgetevents and rseq on hppa, microblaze, mips, powerpc, and s390Eugene Syromyatnikov2018-07-111-0/+2
* Introduce raw syscall invocation wrappersDmitry V. Levin2018-03-231-0/+50
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Add pure syscall flagEugene Syromyatnikov2018-02-101-12/+12
* Add SYSCALL_NEVER_FAILS flag to getpgrpEugene Syromyatnikov2018-02-091-1/+1
* Rework decoding and pathtrace of old select syscallDmitry V. Levin2018-01-231-0/+1
* Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLSDmitry V. Levin2018-01-211-0/+1
* Enhance decoding of mq_* syscallsDmitry V. Levin2018-01-151-5/+5
* Change the first argument of upeek from pid to tcpEugene Syromiatnikov2018-01-045-5/+5
* Change the first argument of upoke from pid to tcpEugene Syromiatnikov2018-01-042-3/+3
* microblaze: wire up statx syscallDmitry V. Levin2017-08-251-0/+1
* Add TF flag to inotify_add_watch syscall entriesNikolay Marchuk2017-08-111-1/+1
* Move is_negated_errno() to new header negated_errno.hLazar Trsic2017-07-141-0/+2
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Rename sys_sig[gs]etmask to sys_s[gs]etmask to match syscall namesDmitry V. Levin2017-05-211-2/+2
* Implement -e trace=%stat optionEugene Syromyatnikov2017-04-211-3/+3
* Implement -e trace=%lstat optionEugene Syromyatnikov2017-04-211-3/+3
* Implement -e trace=%fstat optionEugene Syromyatnikov2017-04-211-4/+4
* Implement -e trace=%%stat optionEugene Syromyatnikov2017-04-211-10/+10
* Implement -e trace=%%statfs optionEugene Syromyatnikov2017-04-211-5/+5
* Implement -e trace=%fstatfs optionEugene Syromyatnikov2017-04-211-2/+2
* Revert "Implement -e trace=%sched option"Dmitry V. Levin2017-04-141-12/+12
* Revert "Implement -e trace=%clock option"Dmitry V. Levin2017-04-141-5/+5
* Implement -e trace=%statfs optionAbhishek Tiwari2017-04-071-2/+2
* Implement -e trace=%clock optionRishi Bhatt2017-04-061-5/+5
* Introduce get_rt_sigframe_addr functionDmitry V. Levin2017-03-131-0/+33
* Introduce print_sigset_addr functionDmitry V. Levin2017-03-091-1/+1
* Implement -e trace=%sched option for tracing sched_* syscallsEugene Syromyatnikov2017-03-051-12/+12
* microblaze: wire up new syscallsDmitry V. Levin2017-02-071-0/+6
* Implement success injectionElvira Khabirova2017-01-281-0/+7
* Remove redundant commas at the end of structure initializersDmitry V. Levin2017-01-112-13/+13
* Introduce NSIG_BYTESDmitry V. Levin2016-12-271-1/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-1/+1
* upeek, upoke: change argument types from long to unsigned longDmitry V. Levin2016-12-252-2/+2
* Change scno type from long to unsigned longDmitry V. Levin2016-12-181-1/+1
* Implement arch specific methods of changing syscall number and error codeDmitry V. Levin2016-11-162-0/+11
* Mark io_setup and io_destroy as memory mapping related syscallsDmitry V. Levin2016-09-091-2/+2
* Introduce a separate SEN entry for fstatat64 syscallDmitry V. Levin2016-08-231-1/+1
* Fix numbers of syscall arguments in syscall tablesDmitry V. Levin2016-02-131-4/+4
* 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
* Set SYSCALL_NEVER_FAILS flag for personality syscallDmitry V. Levin2015-12-251-1/+1
* Fix mmap syscall entriesDmitry V. Levin2015-12-081-1/+1
* Fix select and _newselect syscall entriesDmitry V. Levin2015-12-081-2/+2
* Fix exit syscall entriesDmitry V. Levin2015-12-081-1/+1
* fcntl: create a separate parser for fcntl64 syscallElvira Khabirova2015-12-041-1/+1