mips: fix syscall entries that should have TP flag set
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index e2c9308..8d515f6 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -55,7 +55,7 @@
 	{ 4,	TN,	sys_socketpair,		"socketpair"	}, /* 6052 */
 	{ 5,	TN,	sys_setsockopt,		"setsockopt"	}, /* 6053 */
 	{ 5,	TN,	sys_getsockopt,		"getsockopt"	}, /* 6054 */
-	{ 2,	TP,	sys_clone,		"clone"		}, /* 6055 */
+	{ 5,	TP,	sys_clone,		"clone"		}, /* 6055 */
 	{ 0,	TP,	sys_fork,		"fork"		}, /* 6056 */
 	{ 3,	TF|TP,	sys_execve,		"execve"	}, /* 6057 */
 	{ 1,	TP,	sys_exit,		"exit"		}, /* 6058 */
@@ -369,11 +369,11 @@
 	{ 0,	0,	printargs,		"n32_socketpair"	}, /* 6052 */
 	{ 0,	0,	printargs,		"n32_setsockopt"	}, /* 6053 */
 	{ 0,	0,	printargs,		"n32_getsockopt"	}, /* 6054 */
-	{ 0,	0,	printargs,		"n32_clone"		}, /* 6055 */
-	{ 0,	0,	printargs,		"n32_fork"		}, /* 6056 */
-	{ 0,	0,	printargs,		"n32_execve"		}, /* 6057 */
-	{ 0,	0,	printargs,		"n32_exit"		}, /* 6058 */
-	{ 0,	0,	printargs,		"n32_wait4"		}, /* 6059 */
+	{ 5,	TP,	printargs,		"n32_clone"		}, /* 6055 */
+	{ 0,	TP,	printargs,		"n32_fork"		}, /* 6056 */
+	{ 3,	TF|TP,	printargs,		"n32_execve"		}, /* 6057 */
+	{ 1,	TP,	printargs,		"n32_exit"		}, /* 6058 */
+	{ 4,	TP,	printargs,		"n32_wait4"		}, /* 6059 */
 	{ 0,	0,	printargs,		"n32_kill"		}, /* 6060 */
 	{ 0,	0,	printargs,		"n32_uname"		}, /* 6061 */
 	{ 0,	0,	printargs,		"n32_semget"		}, /* 6062 */
diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h
index 4518979..fa722b2 100644
--- a/linux/mips/syscallent-n64.h
+++ b/linux/mips/syscallent-n64.h
@@ -55,7 +55,7 @@
 	{ 4,	TN,	sys_socketpair,		"socketpair"	}, /* 5052 */
 	{ 5,	TN,	sys_setsockopt,		"setsockopt"	}, /* 5053 */
 	{ 5,	TN,	sys_getsockopt,		"getsockopt"	}, /* 5054 */
-	{ 2,	TP,	sys_clone,		"clone"		}, /* 5055 */
+	{ 5,	TP,	sys_clone,		"clone"		}, /* 5055 */
 	{ 0,	TP,	sys_fork,		"fork"		}, /* 5056 */
 	{ 3,	TF|TP,	sys_execve,		"execve"	}, /* 5057 */
 	{ 1,	TP,	sys_exit,		"exit"		}, /* 5058 */
@@ -364,11 +364,11 @@
 	{ 0,	0,	printargs,		"n64_socketpair"	}, /* 5052 */
 	{ 0,	0,	printargs,		"n64_setsockopt"	}, /* 5053 */
 	{ 0,	0,	printargs,		"n64_getsockopt"	}, /* 5054 */
-	{ 0,	0,	printargs,		"n64_clone"		}, /* 5055 */
-	{ 0,	0,	printargs,		"n64_fork"		}, /* 5056 */
-	{ 0,	0,	printargs,		"n64_execve"		}, /* 5057 */
-	{ 0,	0,	printargs,		"n64_exit"		}, /* 5058 */
-	{ 0,	0,	printargs,		"n64_wait4"		}, /* 5059 */
+	{ 5,	TP,	printargs,		"n64_clone"		}, /* 5055 */
+	{ 0,	TP,	printargs,		"n64_fork"		}, /* 5056 */
+	{ 3,	TF|TP,	printargs,		"n64_execve"		}, /* 5057 */
+	{ 1,	TP,	printargs,		"n64_exit"		}, /* 5058 */
+	{ 4,	TP,	printargs,		"n64_wait4"		}, /* 5059 */
 	{ 0,	0,	printargs,		"n64_kill"		}, /* 5060 */
 	{ 0,	0,	printargs,		"n64_uname"		}, /* 5061 */
 	{ 0,	0,	printargs,		"n64_semget"		}, /* 5062 */
@@ -571,7 +571,7 @@
 	{ 0,	0,	printargs,		"n64_faccessat"		}, /* 5259 */
 	{ 0,	0,	printargs,		"n64_pselect6"		}, /* 5260 */
 	{ 0,	0,	printargs,		"n64_ppoll"		}, /* 5261 */
-	{ 0,	0,	printargs,		"n64_unshare"		}, /* 5262 */
+	{ 1,	TP,	printargs,		"n64_unshare"		}, /* 5262 */
 	{ 0,	0,	printargs,		"n64_splice"		}, /* 5263 */
 	{ 0,	0,	printargs,		"n64_sync_file_range"	}, /* 5264 */
 	{ 0,	0,	printargs,		"n64_tee"		}, /* 5265 */
@@ -600,7 +600,7 @@
 	{ 0,	0,	printargs,		"n64_inotify_init1"	}, /* 5288 */
 	{ 0,	0,	printargs,		"n64_preadv"		}, /* 5289 */
 	{ 0,	0,	printargs,		"n64_pwritev"		}, /* 5290 */
-	{ 0,	0,	printargs,		"n64_rt_tgsigqueueinfo" }, /* 5291 */
+	{ 4,	TP|TS,	printargs,		"n64_rt_tgsigqueueinfo" }, /* 5291 */
 	{ 0,	0,	printargs,		"n64_perf_event_open"	}, /* 5292 */
 	{ 0,	0,	printargs,		"n64_accept4"		}, /* 5293 */
 	{ 0,	0,	printargs,		"n64_recvmmsg"		}, /* 5294 */
diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h
index 859c618..cbccebb 100644
--- a/linux/mips/syscallent-o32.h
+++ b/linux/mips/syscallent-o32.h
@@ -351,17 +351,17 @@
 	{ 3,	TD,	sys_finit_module,	"finit_module"	}, /* 4348 */
 #else
 	{ 0,	0,	printargs,		"o32_syscall"	}, /* 4000 */
-	{ 0,	0,	printargs,		"o32_exit"		}, /* 4001 */
-	{ 0,	0,	printargs,		"o32_fork"		}, /* 4002 */
+	{ 1,	TP,	printargs,		"o32_exit"		}, /* 4001 */
+	{ 0,	TP,	printargs,		"o32_fork"		}, /* 4002 */
 	{ 0,	0,	printargs,		"o32_read"		}, /* 4003 */
 	{ 0,	0,	printargs,		"o32_write"		}, /* 4004 */
 	{ 0,	0,	printargs,		"o32_open"		}, /* 4005 */
 	{ 0,	0,	printargs,		"o32_close"		}, /* 4006 */
-	{ 0,	0,	printargs,		"o32_waitpid"	}, /* 4007 */
+	{ 3,	TP,	printargs,		"o32_waitpid"	}, /* 4007 */
 	{ 0,	0,	printargs,		"o32_creat"		}, /* 4008 */
 	{ 0,	0,	printargs,		"o32_link"		}, /* 4009 */
 	{ 0,	0,	printargs,		"o32_unlink"	}, /* 4010 */
-	{ 0,	0,	printargs,		"o32_execve"	}, /* 4011 */
+	{ 3,	TF|TP,	printargs,		"o32_execve"	}, /* 4011 */
 	{ 0,	0,	printargs,		"o32_chdir"		}, /* 4012 */
 	{ 0,	0,	printargs,		"o32_time"		}, /* 4013 */
 	{ 0,	0,	printargs,		"o32_mknod"		}, /* 4014 */
@@ -464,13 +464,13 @@
 	{ 0,	0,	printargs,		"o32_vhangup"	}, /* 4111 */
 	{ 0,	0,	printargs,		"o32_idle"		}, /* 4112 */
 	{ 0,	0,	printargs,		"o32_vm86"		}, /* 4113 */
-	{ 0,	0,	printargs,		"o32_wait4"		}, /* 4114 */
+	{ 4,	TP,	printargs,		"o32_wait4"		}, /* 4114 */
 	{ 0,	0,	printargs,		"o32_swapoff"	}, /* 4115 */
 	{ 0,	0,	printargs,		"o32_sysinfo"	}, /* 4116 */
 	{ 0,	0,	printargs,		"o32_ipc"		}, /* 4117 */
 	{ 0,	0,	printargs,		"o32_fsync"		}, /* 4118 */
 	{ 0,	0,	printargs,		"o32_sigreturn"	}, /* 4119 */
-	{ 0,	0,	printargs,		"o32_clone"		}, /* 4120 */
+	{ 5,	TP,	printargs,		"o32_clone"		}, /* 4120 */
 	{ 0,	0,	printargs,		"o32_setdomainname"	}, /* 4121 */
 	{ 0,	0,	printargs,		"o32_uname"		}, /* 4122 */
 	{ 0,	0,	printargs,		"o32_modify_ldt"	}, /* 4123 */