[roll] Roll fuchsia [zxio][fdio] Separate raw socket allocation

This separates storage allocation for raw sockets in fdio from
its initialization in zxio. This simplifies the future move of socket()
from fdio to zxio. The raw_socket type can be removed from fdio
entirely once all bsd socket functionality is moved to zxio.

Original-Bug: 43267

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/712289
Original-Revision: d59aca7be98ff9c2cfec5f9ac856b644366a12c9
GitOrigin-RevId: 573aac9f5bdd8112cef1f2bca58c4fbaa9543732
Change-Id: I16436ee8a7f874a895e186a403e8f441d30f4d52
1 file changed
tree: 9721ce849d6254613b5c00b8e791a4adc66810e1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.