|
Change make-syscalls.sh to make syscall interception possible.
This is second patch in series: it makes it possible to intercept
auto-generated syscalls. It uses "#define/#undef" trick to circumvent
type checking since syscalls.list contains only rough information
about types (int, char * or pointer to some struct - but WHICH
struct it's not known). Long-term solution it should probably be
replaced with a simple set of .c files - or may be just better
auto-generation mechanism.
R=pasko@google.com
Committed: http://git.chromium.org/gitweb?p=native_client/nacl-glibc.git;a=commit;h=3a982eb
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1014 lines, -76 lines) |
Patch |
 |
M |
misc/Makefile
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
misc/Versions
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sysdeps/nacl/closedir.c
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sysdeps/nacl/dl-sysdep.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sysdeps/nacl/irt_syscalls.h
|
View
|
|
1 chunk |
+17 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sysdeps/nacl/opendir.c
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
sysdeps/nacl/posix_fallocate.c
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sysdeps/nacl/pselect.c
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sysdeps/nacl/readdir.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
sysdeps/nacl/sigaction.c
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sysdeps/nacl/syscalls.list
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
sysdeps/nacl/sysdep.h
|
View
|
|
42 chunks |
+898 lines, -36 lines |
0 comments
|
Download
|
 |
M |
sysdeps/nacl/umount.c
|
View
|
|
1 chunk |
+15 lines, -14 lines |
0 comments
|
Download
|
 |
D |
sysdeps/nacl/unimpl_syscall.c
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
A |
sysdeps/nacl/unsupported/call_fallocate.S
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sysdeps/nacl/unsupported/call_pselect6.c
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sysdeps/unix/make-syscalls.sh
|
View
|
1
2
3
|
2 chunks |
+67 lines, -5 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|