[roll] Roll fuchsia [starnix][proc] Convert /proc/net/*/DEVICE to views

Rather than directly building the device-specific proc files for
netstack devices, we now create those FsNodes lazily as a view on the
underlying NetstackDevices model.

This change has the benefit of removing direct calls from starnix_core
into procfs. After this CL, we can lift procfs into a module.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1278187
Original-Revision: 6b7ed254e87f122b845ca8548d65bee5c40ecf96
GitOrigin-RevId: b64e7c6f87a0b8ce303b7f767abc8e2d86a4f995
Change-Id: I5a7ef05b7d93f1f1cb276efe1512a354737d9a52
1 file changed
tree: 47cf7f0c2d48cb1e1a4f2aded659587f29764fbb
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.