|
[NaCl SDK] Remove syscalls wrappers for chmod and unlink.
This allows applications that are linked with nacl_io
to use the libc-supplied versions of these functions
when nacl_io is not initialized.
Fix some issues with using nacl_io without ppapi present.
Add some tests for using syscalls when nacl_io is not
initialized.
R=binji@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291036
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+130 lines, -77 lines) |
Patch |
 |
M |
native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/kernel_intercept.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc
|
View
|
1
2
3
4
|
3 chunks |
+28 lines, -14 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/kernel_object.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc
|
View
|
1
2
3
4
|
3 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/kernel_wrap_dummy.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc
|
View
|
1
2
3
|
6 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/kernel_wrap_real.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/library.dsc
|
View
|
1
2
3
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/libraries/nacl_io/syscalls/chmod.c
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/libraries/nacl_io/syscalls/link.c
|
View
|
1
2
3
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
native_client_sdk/src/libraries/nacl_io/syscalls/mount.c
|
View
|
1
2
3
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/libraries/nacl_io/syscalls/syscall_mount.c
|
View
|
1
2
3
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/libraries/nacl_io/syscalls/unlink.c
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/ppapi_simple/ps.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/ppapi_simple/ps.cc
|
View
|
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc
|
View
|
1
2
3
4
|
3 chunks |
+39 lines, -6 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|