Page MenuHomeFreeBSD

Move struct freebsd4_ucontext to sys/i386/include/ucontext.h.
ClosedPublic

Authored by jhb on Jan 13 2022, 9:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 24, 5:33 AM
Unknown Object (File)
Sun, Sep 22, 6:37 AM
Unknown Object (File)
Sun, Sep 8, 1:30 AM
Unknown Object (File)
Fri, Sep 6, 8:10 AM
Unknown Object (File)
Wed, Sep 4, 9:07 PM
Unknown Object (File)
Sun, Sep 1, 9:26 PM
Unknown Object (File)
Sun, Sep 1, 10:48 AM
Unknown Object (File)
Fri, Aug 30, 5:05 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43913
Build 40801: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jan 13 2022, 9:39 PM
This revision is now accepted and ready to land.Jan 13 2022, 9:45 PM

I think this might break powerpc which has COMPAT_FREEBSD4 in GENERIC (why?).

I think this might break powerpc which has COMPAT_FREEBSD4 in GENERIC (why?).

But it shouldn't have any references to the type. Only the freebsd4_sendsig references this. grep doesn't turn up any references

In D33886#766268, @jhb wrote:

I think this might break powerpc which has COMPAT_FREEBSD4 in GENERIC (why?).

But it shouldn't have any references to the type. Only the freebsd4_sendsig references this. grep doesn't turn up any references

I thought we might need a pre-decleration for sysproto.h, but that doesn't seem to be the case if I apply this and do a powerpc kernel build.