about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/zircon.rs
AgeCommit message (Collapse)AuthorLines
2019-02-28libstd => 2018Taiki Endo-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-06-07[fuchsia] Migrate from launchpad to fdio_spawn_etcAdam Barth-62/+23
fdio_spawn_etc is the preferred way of creating processes on Fuchsia now.
2017-10-04zircon: update some more zx and lp constantsJames Tucker-17/+11
* Use size_t where size_t is used, while it's not critical on our specifically supported architectures, this is more accurate. * Update HND_SPECIAL_COUNT to the correct value, and give it the size that enum is likely to be.
2017-10-04zircon: the type of zx_handle_t is now unsignedJames Tucker-1/+6
This is a kernel ABI change that landed today. I noticed some other ABI issues and have left a note to cleanup once they are better defined.
2017-09-24LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACEJames Tucker-1/+1
2017-09-24Fixed casing issues.P.Y. Laligand-8/+8
2017-09-24The Magenta kernel is now called Zircon.P.Y. Laligand-0/+319