[roll] Roll fuchsia [starnix] Remove ioctl lock state This CL removes the ioctl-specific lock state in favor of using the `Unlocked` state. An ioctl is essentially a second level of syscall dispatch and can do arbitrary things. For this reason, we cannot hold any locks while dispatching ioctls, similar to the reason we cannot hold any locks while doing the first level of syscall dispatch. We now use the `Unlocked` lock state to align these two levels of syscall dispatch. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1019274 Original-Revision: 5008cb256cb122fca86d7212935c6cadd91699c5 GitOrigin-RevId: 6fbd4e3d2d6e292297dd6b97670c4666b94ca51c Change-Id: I40442bb97f39d3cc3651e1166363311bcc5c1936
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.