summaryrefslogtreecommitdiff
path: root/linux/avr32
Commit message (Expand)AuthorAgeFilesLines
* Add copyright headers to some files that lack themDmitry V. Levin2018-12-247-0/+49
* 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-053-33/+1
* Introduce raw syscall invocation wrappersDmitry V. Levin2018-03-231-0/+49
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Add pure syscall flagEugene Syromyatnikov2018-02-101-8/+8
* Add SYSCALL_NEVER_FAILS flag to getpgrpEugene Syromyatnikov2018-02-091-1/+1
* Enhance decoding of mq_* syscallsDmitry V. Levin2018-01-151-5/+5
* 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
* Implement -e trace=%stat optionEugene Syromyatnikov2017-04-211-2/+2
* Implement -e trace=%lstat optionEugene Syromyatnikov2017-04-211-2/+2
* Implement -e trace=%fstat optionEugene Syromyatnikov2017-04-211-3/+3
* Implement -e trace=%%stat optionEugene Syromyatnikov2017-04-211-7/+7
* 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/+31
* avr32: export avr32_sp_ptrDmitry V. Levin2017-03-102-0/+2
* Implement -e trace=%sched option for tracing sched_* syscallsEugene Syromyatnikov2017-03-051-12/+12
* avr32: wire up new syscallsDmitry V. Levin2017-02-071-0/+3
* Implement success injectionElvira Khabirova2017-01-281-0/+7
* Remove redundant commas at the end of structure initializersDmitry V. Levin2017-01-111-7/+7
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-1/+1
* 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/+12
* Mark io_setup and io_destroy as memory mapping related syscallsDmitry V. Levin2016-09-091-2/+2
* avr32: wire up preadv2 and pwritev2 syscallsDmitry V. Levin2016-09-051-0/+2
* Introduce a separate SEN entry for fstatat64 syscallDmitry V. Levin2016-08-231-1/+1
* Remove parser of unimplemented timerfd syscallDmitry V. Levin2016-04-201-1/+1
* avr32: wire up copy_file_range syscallDmitry V. Levin2016-03-291-0/+1
* avr32: wire up missing syscallsDmitry V. Levin2016-02-131-0/+3
* avr32: wire up accept4 syscallDmitry V. Levin2016-01-101-0/+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
* Set SYSCALL_NEVER_FAILS flag for personality syscallDmitry V. Levin2015-12-251-1/+1
* avr32: update syscall entriesDmitry V. Levin2015-12-081-1/+38
* Fix mmap syscall entriesDmitry V. Levin2015-12-081-1/+1
* Fix exit syscall entriesDmitry V. Levin2015-12-081-1/+1
* avr32: fix umount2 syscall entryDmitry V. Levin2015-12-071-1/+1
* fcntl: create a separate parser for fcntl64 syscallElvira Khabirova2015-12-041-1/+1
* Cleanup print_pcDmitry V. Levin2015-11-302-1/+1
* cleanup: make get_scno.c files more readableDmitry V. Levin2015-11-301-1/+7
* cleanup: make get_syscall_args.c files more readableDmitry V. Levin2015-11-301-6/+12
* cleanup: make get_error.c files more readableDmitry V. Levin2015-11-291-5/+9