| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-02-28 | std::process for fuchsia: updated to latest liblaunchpad | Theodore DeRego | -6/+16 | |
| 2017-02-17 | Follow rename of mx_handle_wait Magenta syscalls | Raph Levien | -1/+1 | |
| The mx_handle_wait_* syscalls in Magenta were renamed to mx_object_wait. The syscall is used in the Magenta/Fuchsia implementation of std::process, to wait on child processes. In addition, this patch enables the use of the system provided libbacktrace library on Fuchsia targets. Symbolization is not yet working, but at least it allows printing hex addresses in a backtrace and makes building succeed when the backtrace feature is not disabled. | ||||
| 2017-01-24 | Updated Fuchsia support for std::process. Adds support for try_wait. Misc. ↵ | Theodore DeRego | -13/+127 | |
| updates to reflect changes in Magenta | ||||
| 2016-12-21 | Removes magenta build warning. | Jason Campbell | -1/+0 | |
| Small bug fix to remove an unused type in the magenta process code that causes build failures for magenta's rustc. | ||||
| 2016-12-01 | std::process fuchsia support cleanup | Theodore DeRego | -0/+191 | |
