Page MenuHomeFreeBSD

Rename struct mcontext4 to struct freebsd4_mcontext.
ClosedPublic

Authored by jhb on Jan 13 2022, 9:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 10, 11:24 AM
Unknown Object (File)
Thu, Mar 6, 8:16 AM
Unknown Object (File)
Wed, Mar 5, 3:37 PM
Unknown Object (File)
Feb 25 2025, 11:46 AM
Unknown Object (File)
Feb 25 2025, 3:16 AM
Unknown Object (File)
Feb 25 2025, 3:00 AM
Unknown Object (File)
Feb 24 2025, 3:42 PM
Unknown Object (File)
Feb 22 2025, 8:36 AM
Subscribers

Details

Summary

This matches the recent renaming of struct freebsd4_ucontext.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Jan 13 2022, 9:08 PM
kib added inline comments.
sys/sys/ucontext.h
44

Could we move this to i386/include/ucontext.h ?

This revision is now accepted and ready to land.Jan 13 2022, 9:26 PM
sys/sys/ucontext.h
44

Hmmm, I'll try that as a followup commit. It matches that freebsd4_sigframe is only in the i386 header.

brooks added inline comments.
sys/sys/ucontext.h
44

I think I tried in the freebsd32 syscall cleanups and ran into an issue without an immediate solution, but it's surely the right thing to do if we can figure out how.