[roll] Roll fuchsia [starnix][mremap] Implement mremap syscall

Implements the mremap syscall, passing all tests from the gvisor
mremap test except for the death test. The death test does technically
pass, but Starnix does not yet support a process crashing, so the
Starnix instance is taken down and the test is recorded as failed.

MREMAP_DONTUNMAP is not yet supported.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/602808
Original-Revision: 539210d8aadd58f31ccc27ef9f8ce779e5dfbb22
GitOrigin-RevId: bd5b4265d6b7f92ef367d242cd9408d2dd1d1c7d
Change-Id: Ib90f3007daf8861d91556840caeaa7994268067c
1 file changed
tree: b845f380f5bed50e5ccc15a42d4f7aa12ed822ad
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.