commit | 1a9a9ce3b6bec20af9c0bcc9427f654d53697abe | [log] [tgz] |
---|---|---|
author | lhchavez <[email protected]> | Tue Aug 18 05:13:43 2015 |
committer | Commit bot <[email protected]> | Tue Aug 18 05:14:44 2015 |
tree | 9fc3623257a5c5808b17e6f288f27c8fb0c4f906 | |
parent | d2dff5fa6c264e230b60f7c5deadc542848c4840 [diff] |
Non-SFI mode: Sandbox support for NaCl async-signals. In preparation for the async-signal support change in https://codereview.chromium.org/1212613002, this CL allows two new syscalls: * clone() with CLONE_PARENT_SETTID. * tgkill() with the current pid as tgid and SIGUSR1 as signal number. TEST=nacl_loader_unittests TEST=Ran bots TEST=ARC async-signals work BUG=nativeclient:4065 [email protected] Review URL: https://codereview.chromium.org/1295513003 Cr-Commit-Position: refs/heads/master@{#343807}