source: trunk/jrun/bad_syscalls @ 1184

Revision 1148, 282 bytes checked in by bogdan2412, 14 months ago (diff)

A lot of jrun fixes.

  • Made jrun work on both 32-bit and 64-bit linux machines.
  • Updated list of system calls to kernel version 2.6.33.
  • Fix the trouble we were having with determining memory usage.

Previously, we only extracted it from /proc and if the process
finished too fast then we didn't have time to determine it. Now we
just use rusage the same way we use it for execution time.

REVIEW URL http://reviewboard.infoarena.ro/r/170/

  • Property svn:executable set to *
Line 
1fork
2vfork
3clone
4execve
5waitpid
6wait4
7kill
8setuid
9setreuid
10setfsuid
11getuid
12geteuid
13setregid
14getgid
15setgid
16setresuid
17setregid
18getegid
19getppid
20signal
21sigaction
22sigprocmask
23sigpending
24sigsuspend
25sigaltstack
26pause
27chdir
28fchdir
29chroot
30setrlimit
31getrusage
32reboot
33mount
34umount2
35socketcall
Note: See TracBrowser for help on using the repository browser.