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

SysV IPC: reduce diff around obsolete syscalls #2184

Merged
merged 2 commits into from
Aug 10, 2024
Merged

Commits on Aug 9, 2024

  1. sysv ipc: match FreeBSD for {msg,sem,shm}sys args

    Restore the use of int as the argument for these extremely obsolete
    syscalls.  It would arguably be more accurate to use syscallarg_t, but
    in practice it doesn't matter.  First, because these are x86 only and
    really only used on practice on ancient i386 binaries and second,
    because of the way they are dispatched to the real sys_ syscall
    implementations.  The only thing that might matter is the number of
    arguments.
    brooksdavis committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    679902d View commit details
    Browse the repository at this point in the history
  2. sysent: regen

    brooksdavis committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b145632 View commit details
    Browse the repository at this point in the history