We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
wip-TrueBitFoundation#51 and TrueBitFoundation#52
3c06b12
Merge pull request #64 from bloodstalker/master
554b489
wip-#51 and #52
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: