Hi, The latest AuditLibs pointed out that there are some new syscalls for IA32 and PowerPC. This patch adds them and changes the test to check that we know at least the number of syscalls that auditlib knows about. 2007-02-08 Mark Wielaard * LinuxIa32Syscall.java (syscallList): Add getcpu and epoll_pwait. * LinuxPowerPCSyscall.java (syscallList): Add move_pages. * TestSyscallsWithAudit.java (syscallTest): Change test to up to at least highest number in auditlib. It might be a good idea to better integrate the names and numbers as reported by auditlib on the users system. Unfortunately auditlib doesn't know all the details we need, so we still need to augment the list with extra info (like whether or not the call returns, parameter list, etc). Committed, Mark