strace/linux/mips
Abhishek Tiwari 5b7681cf05 alpha, mips: fix missing flags in stat related compatibility syscalls
Following commands do the fix:

Add TF flag, fixed by:
	git grep -Fl '_stat' linux/*/syscallent* | xargs sed -i \
  		's/0\(,[[:space:]]*SEN(.*_l\?stat[^i]\)/TF\1/'

Add TD flag, fixed by:
	git grep -Fl '_stat' linux/*/syscallent* | xargs sed -i \
	  's/0\(,[[:space:]]*SEN(.*_fstat\)/TD\1/'

* linux/alpha/syscallent.h: Add TF and TD flags to stat related
compat syscall entries.
* linux/mips/syscallent-compat.h: Likewise.
2017-03-29 00:35:54 +00:00
..
.gitignore mips: remove stub entries from syscallent files, generate stubs at build time 2015-01-13 10:55:32 +00:00
arch_getrval2.c mips: fix pipe syscall decoding 2015-03-24 00:05:43 +00:00
arch_regs.c Cleanup print_pc 2015-11-30 03:30:51 +00:00
arch_regs.h mips: use PTRACE_GETREGS to fetch all registers 2015-02-16 02:39:13 +00:00
arch_rt_sigframe.c Introduce get_rt_sigframe_addr function 2017-03-13 15:22:50 +00:00
arch_sigreturn.c ia64, mips, x86_64: remove no longer used parsers of sigreturn syscalls 2017-03-13 15:22:51 +00:00
errnoent.h Change errnoent.h files to use designated initializers 2015-02-23 13:29:17 +00:00
genstub.sh Consistently use extended regular expressions where appropriate 2016-07-28 18:32:18 +00:00
get_error.c Remove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval 2016-12-26 10:43:35 +00:00
get_scno.c Lowercase SCNO_IN_RANGE and SCNO_IS_VALID 2016-12-18 22:57:57 +00:00
get_syscall_args.c Remove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval 2016-12-26 10:43:35 +00:00
ioctls_arch0.h ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
ioctls_inc0.h ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
rt_sigframe.h Introduce struct_rt_sigframe type 2017-03-13 15:22:50 +00:00
set_error.c Implement success injection 2017-01-28 09:47:00 +00:00
set_scno.c Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t 2016-12-26 10:43:34 +00:00
signalent.h signalent: update from linux v3.19 2015-02-23 20:55:11 +00:00
syscallent-compat.h alpha, mips: fix missing flags in stat related compatibility syscalls 2017-03-29 00:35:54 +00:00
syscallent-n32.h Implement -e trace=%sched option for tracing sched_* syscalls 2017-03-05 01:11:13 +01:00
syscallent-n64.h Implement -e trace=%sched option for tracing sched_* syscalls 2017-03-05 01:11:13 +01:00
syscallent-o32.h Implement -e trace=%sched option for tracing sched_* syscalls 2017-03-05 01:11:13 +01:00
syscallent.h mips: split syscallent.h 2013-05-07 09:43:04 +00:00
userent.h process.c: split struct_user_offsets into architecture-specific include files 2014-12-11 19:25:02 +00:00