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

When opening broken symlink with O_CREAT, create file at target #23002

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Nov 25, 2024

  1. When opening broken symlink with O_CREAT, create file at target

    Instead of raising an EEXIST error
    hoodmane committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    5bd422e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Update test

    hoodmane committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    751652c View commit details
    Browse the repository at this point in the history
  2. Add missing throw

    hoodmane committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    96e318f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9beea7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f5a17e View commit details
    Browse the repository at this point in the history
  5. Fix

    hoodmane committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    bd1849b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39428ce View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Fix test_unistd_open

    hoodmane committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    7cd0603 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    a7a0bcd View commit details
    Browse the repository at this point in the history
  2. Rename test files

    hoodmane committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    e244345 View commit details
    Browse the repository at this point in the history
  3. Inline strings

    hoodmane committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    6304e9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2d09db View commit details
    Browse the repository at this point in the history