Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skipped syscalls #51

Open
mrsmkl opened this issue Oct 10, 2017 · 0 comments
Open

Skipped syscalls #51

mrsmkl opened this issue Oct 10, 2017 · 0 comments

Comments

@mrsmkl
Copy link
Member

mrsmkl commented Oct 10, 2017

These are the syscalls that should not be implemented, the output from recorded system calls can be used instead.
20. Getpid: skip
55. Setpgid: skip
64. Getpid: skip
65. Getpgrp: skip
77. Getrusage: skip
102. Socketcall: skip?
122. Uname: skip?
132. Getpgid: skip
147. Getsid: skip
191. Ugetrlimit: skip
195. Stat64: skip?
196. Lstat64: skip?
197. Fstat64: skip?
205. Getgroups32: skip
208, 210. Setresuid32, setresguid32: skip
209, 211. Getresuid, getresgid: skip
268. Statfs64: skip?
269. Fstatfs64: skip?
300. Fstatat: skip?
340. Prlimit64: skip
320. Utimensat: skip

But for example in stat, we should perhaps check that the file exists, and has correct size.

terminaldweller added a commit to terminaldweller/ocaml-offchain that referenced this issue Oct 15, 2017
mrsmkl added a commit that referenced this issue Oct 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant