[roll] Roll fuchsia [starnix] Initial Network Management Filesystem

Add a directory at /sys/fs/nmfs to represent system networks and their
properties. JSON strings representing NetworkProperties can be written
to files in this directory to save and update network property info.
Files can additionally be read to return a JSON string of network
information.

Tests added through c++ syscalls and manually tested.

Original-Bug: 339290072
Original-Fixed: 339290082
Original-Fixed: 339291428
Original-Fixed: 339509635

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1021995
Original-Revision: 3c0f538a2895816c08f2500a1f1b6434ccf03d63
GitOrigin-RevId: b022f053340bc92f251dad0d34d06c2e1812109e
Change-Id: Ibad6c6acad6775b2bbcd51f0ef62c06256054534
1 file changed
tree: 9ee6e9987754b2c762efbcf79c22f12c208bb209
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.