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

Fix build failure on vxworks #127084 #127480

Merged
merged 6 commits into from
Jul 24, 2024
Merged

Fix build failure on vxworks #127084 #127480

merged 6 commits into from
Jul 24, 2024

Commits on Jul 8, 2024

  1. Reset sigpipe not supported for vxworks

    B I Mohammed Abbas committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6519c14 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Allow unused unsafe for vxworks in read_at and write at

    B I Mohammed Abbas committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2561d91 View commit details
    Browse the repository at this point in the history
  2. Disable dirfd for vxworks, Return unsupported error from set_times an…

    …d lchown for vxworks
    B I Mohammed Abbas committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a598ca0 View commit details
    Browse the repository at this point in the history
  3. Cfg disable on_broken_pipe_flag_used() for vxworks

    B I Mohammed Abbas committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5c9f376 View commit details
    Browse the repository at this point in the history
  4. Update process vxworks, set default stack size of 256 Kib for vxworks…

    …. User can set the stack size using RUST_MIN_STACK, with min size of libc::PTHREAD_STACK_MIN(4kib)
    B I Mohammed Abbas committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    786ad3d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Add chroot unsupported implementation for VxWorks

    B I Mohammed Abbas committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0ea5694 View commit details
    Browse the repository at this point in the history