[roll] Roll fuchsia [starnix] Organize fs crate

Move FidlFile and SyslogFile to a "fuchsia" subcrate to make room for
other file systems (e.g., procfs, tempfs).

Rename FidlFile to RemoteFile, which matches the terminology we use in
C++ for this concept.

Remove the Mutex around the SynchronousProxy because SynchronousProxy is
not thread-safe.

Rename FileDesc to FileObject because FileDesc was ambiguous between
FileDescriptor and FileDescription.

Rename FdNumber to FileDescriptor because that is the common industry
term for this type.

Rename FdHandle to FileHandle because its a handle to the actual file
rather than a handle to the file descriptor.

Finally, make the i32 inside FileDescriptor private. There is already a
raw() accessor for it.  We do not need to leak the structure of the type
itself.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/521906
Original-Revision: 36a6ef17c38504948ac3ece4952cc5ccd85e7352
GitOrigin-RevId: b8c408937417df4d7c8512482bdba2a3955afc9d
Change-Id: I8c4ddd15804e467e65f8bb69ea13c1d4b6ddae71
1 file changed
tree: daf4e2318fe7be7d675a9a6a7e19244c49472fa4
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.