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

Conversation

brooksdavis
Copy link
Member

This eliminates most of the regen diff in #2167. I'm trying to kill these off most of the way in FreeBSD.

@brooksdavis brooksdavis requested a review from bsdjhb August 6, 2024 23:08
sys/kern/sysv_shm.c Outdated Show resolved Hide resolved
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.
@bsdjhb bsdjhb merged commit 93e56de into dev Aug 10, 2024
29 checks passed
@bsdjhb bsdjhb deleted the ipcsys-reduce-diff branch August 10, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants