Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Issue 24908002: Provide IRT process interface

Created:
7 years, 2 months ago by Petr Hosek
Modified:
7 years, 2 months ago
Reviewers:
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Provide IRT process interface BUG=

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -180 lines) Patch
M src/untrusted/irt/irt_dev.h View 3 chunks +39 lines, -0 lines 0 comments Download
M src/untrusted/irt/irt_interfaces.h View 1 chunk +1 line, -0 lines 0 comments Download
A + src/untrusted/nacl/getpgid.c View 1 chunk +6 lines, -5 lines 0 comments Download
A + src/untrusted/nacl/getsid.c View 1 chunk +6 lines, -5 lines 0 comments Download
A + src/untrusted/nacl/kill.c View 1 chunk +5 lines, -5 lines 0 comments Download
M src/untrusted/nacl/nacl.gyp View 7 chunks +12 lines, -7 lines 0 comments Download
M src/untrusted/nacl/nacl.scons View 5 chunks +11 lines, -7 lines 0 comments Download
M src/untrusted/nacl/nacl_irt.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/untrusted/nacl/nacl_irt.c View 1 chunk +1 line, -0 lines 0 comments Download
M src/untrusted/nacl/nacl_irt_fdio.c View 1 chunk +15 lines, -11 lines 0 comments Download
A src/untrusted/nacl/nacl_irt_process.c View 1 chunk +14 lines, -0 lines 0 comments Download
A + src/untrusted/nacl/pipe.c View 1 chunk +3 lines, -5 lines 0 comments Download
A src/untrusted/nacl/posix_spawn.c View 1 chunk +30 lines, -0 lines 0 comments Download
A + src/untrusted/nacl/setpgid.c View 1 chunk +4 lines, -4 lines 0 comments Download
A + src/untrusted/nacl/setsid.c View 1 chunk +6 lines, -5 lines 0 comments Download
A src/untrusted/nacl/signal.c View 1 chunk +27 lines, -0 lines 0 comments Download
A + src/untrusted/nacl/sigprocmask.c View 1 chunk +5 lines, -5 lines 0 comments Download
M src/untrusted/nacl/stubs/getppid.c View 1 chunk +19 lines, -11 lines 0 comments Download
D src/untrusted/nacl/stubs/kill.c View 1 chunk +0 lines, -18 lines 0 comments Download
D src/untrusted/nacl/stubs/pipe.c View 1 chunk +0 lines, -18 lines 0 comments Download
D src/untrusted/nacl/stubs/signal.c View 1 chunk +0 lines, -17 lines 0 comments Download
D src/untrusted/nacl/stubs/sigprocmask.c View 1 chunk +0 lines, -18 lines 0 comments Download
D src/untrusted/nacl/stubs/wait.c View 1 chunk +0 lines, -20 lines 0 comments Download
D src/untrusted/nacl/stubs/waitpid.c View 1 chunk +0 lines, -19 lines 0 comments Download
A src/untrusted/nacl/wait.c View 1 chunk +30 lines, -0 lines 0 comments Download
A src/untrusted/nacl/waitpid.c View 1 chunk +29 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698