Page MenuHomeFreeBSD

Rename struct mcontext4 to struct freebsd4_mcontext.
ClosedPublic

Authored by jhb on Jan 13 2022, 9:08 PM.
Tags
None
Referenced Files
F166496616: D33880.id101438.diff
Thu, Aug 13, 8:34 PM
F166439581: D33880.diff
Thu, Aug 13, 2:16 PM
F166431155: D33880.id101423.diff
Thu, Aug 13, 1:17 PM
F166430984: D33880.id101438.diff
Thu, Aug 13, 1:15 PM
Unknown Object (File)
Tue, Aug 11, 11:03 PM
Unknown Object (File)
Tue, Aug 11, 12:05 AM
Unknown Object (File)
Mon, Aug 3, 4:44 PM
Unknown Object (File)
Jul 14 2026, 9:13 PM
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.