Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use memfd_create when available #105178

Merged
merged 15 commits into from
Aug 20, 2024

Commits on Jul 20, 2024

  1. Use memfd_create when available

    am11 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    15e4957 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Remove unnecessary sealing flag

    am11 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    b946a15 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Apply suggestions from code review

    Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
    am11 and adamsitnik committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    78da311 View commit details
    Browse the repository at this point in the history
  2. Update src/native/libs/System.Native/pal_io.c

    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    am11 and stephentoub committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    56a091d View commit details
    Browse the repository at this point in the history
  3. Implement write sealing

    am11 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    74adb28 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    am11 and stephentoub committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d2ec4c9 View commit details
    Browse the repository at this point in the history
  5. Address CR feedback

    am11 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    67ca808 View commit details
    Browse the repository at this point in the history
  6. Update src/libraries/System.IO.MemoryMappedFiles/src/System/IO/Memory…

    …MappedFiles/MemoryMappedFile.Unix.cs
    
    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    am11 and stephentoub committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6a93c49 View commit details
    Browse the repository at this point in the history
  7. Remove extra P/Invoke call

    am11 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b8e89bc View commit details
    Browse the repository at this point in the history
  8. Fix CI build

    am11 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4425b0e View commit details
    Browse the repository at this point in the history
  9. Add support for older libc

    am11 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4c3b65b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f69b0e4 View commit details
    Browse the repository at this point in the history
  11. Style nit

    am11 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    26f991e View commit details
    Browse the repository at this point in the history
  12. Fix osx build

    am11 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    75faa79 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    22be83c View commit details
    Browse the repository at this point in the history