commit | 56cf6166ad9c9d6631de7b4e650839660f7ddbef | [log] [tgz] |
---|---|---|
author | Gary Bressler <geb@fuchsia.infra.roller.google.com> | Wed Oct 16 16:12:26 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Oct 16 09:14:05 2024 -0700 |
tree | 8d65050ace4d9558cb2368d13b08a3fdd6dff35f | |
parent | 11d8ac724701133633e4a0f168f59d6d83b1376c [diff] |
[roll] Roll fuchsia [devfs] Rewrite in rust and run in component_manager as a builtin This change runs devfs using the component manager's "builtin runner". Since component_manager is written in rust, this also rewrites devfs in rust. This saves about 600K of memory on all builds, as we no longer spawn processes for devfs.cm or devfs-pkg.cm. The builtin component implementation does not require spawning a process or thread. Original-Bug: 371197923 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1120538 Original-Revision: b291fabdbd0271fd87e4e2c2464828fa17aed32c GitOrigin-RevId: 0493ac797493be2d8e946803bd90b36718bf3512 Change-Id: I5e6aa19c48f46310495a2d0c01e98b57aeba5fdd
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.