[roll] Roll fuchsia [fuchsia-async] Support half-closed zircon sockets

Add support for waking up wakers when a zircon socket is half-closed on
fuchsia_async::Socket. The existing implementation would haphazardly
return BAD_STATE if it manages to observe the half-closed state, or pend
forever if it doesn't. Given no systems currently reopen half-closed
sockets the default behavior of loudly bailing out of waiting sounds
like the right one.

Add an escape hatch for a socket that ignores half-closed, and pends
until either readable or writable are available. The plan is to use this
version in overnet (pending addition of emulated support for this) so it
can proxy the half-closed signals.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1280486
Original-Revision: 2c5ac8d2647e63e1ce28f48024fce0ad4856169a
GitOrigin-RevId: b72c1d4984f1aa5591d0e8f8171261988bb1cfdd
Change-Id: Ide39631564e09c59f4f3d7dfcf937f6a929e67db
1 file changed
tree: bce1d5359e63e559829d6b38d38c59c333e545ca
  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.