GENXY(__NR_getgroups, sys_getgroups),
// _____(__NR_setgroups), // 80
GENX_(__NR_getpgrp, sys_getpgrp),
-// _____(__NR_setpgid),
+ GENX_(__NR_setpgid, sys_setpgid),
GENXY(__NR_setitimer, sys_setitimer),
_____(VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(84)), // old wait
// _____(__NR_swapon),
GO_UNIMP(77, "old vlimit");
- // __NR_mincore 218
- GO(__NR_mincore, 218, "3s 1m");
+ GO(__NR_mincore, 78, "3s 1m");
SY(__NR_mincore, x0, x0+40960, x0); FAIL;
// __NR_getgroups 79
// __NR_setgroups 80
// __NR_getpgrp 81
- // __NR_setpgid 82
+
+ GO(__NR_setpgid, 82, "2s 0m");
+ SY(__NR_setpgid, x0-1, x0-1); FAIL;
+
// __NR_setitimer 83
GO_UNIMP(78, "old wait");
(77): old vlimit
-----------------------------------------------------
-----------------------------------------------------
-x200004e(218): __NR_mincore 3s 1m
+x200004e(78): __NR_mincore 3s 1m
-----------------------------------------------------
Syscall param mincore(start) contains uninitialised byte(s)
...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
-----------------------------------------------------
+x2000052(82): __NR_setpgid 2s 0m
+-----------------------------------------------------
+
+Syscall param setpgid(pid) contains uninitialised byte(s)
+ ...
+
+Syscall param setpgid(pgid) contains uninitialised byte(s)
+ ...
+-----------------------------------------------------
(78): old wait
-----------------------------------------------------
-----------------------------------------------------
Syscall param stat_extended(fsacl_size) contains uninitialised byte(s)
...
+More than 100 errors detected. Subsequent errors
+will still be recorded, but in less detail than before.
+
Syscall param stat_extended(file_name) points to unaddressable byte(s)
...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
-More than 100 errors detected. Subsequent errors
-will still be recorded, but in less detail than before.
-
Syscall param stat_extended(fsacl_size) points to unaddressable byte(s)
...
Address 0x........ is not stack'd, malloc'd or (recently) free'd