Page MenuHomeFreeBSD

imgact: Mark brandinfo and note structures as const
ClosedPublic

Authored by zlei on Fri, Oct 17, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 5:27 AM
Unknown Object (File)
Sat, Oct 18, 5:27 AM
Unknown Object (File)
Fri, Oct 17, 9:36 PM
Unknown Object (File)
Fri, Oct 17, 8:44 PM
Unknown Object (File)
Fri, Oct 17, 7:13 PM
Unknown Object (File)
Fri, Oct 17, 7:12 PM

Details

Diff Detail

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

Event Timeline

zlei requested review of this revision.Fri, Oct 17, 5:30 PM

This is for other architectures, i386, arm, powerpc and riscv.

Another brandnotes to be constified are freebsd_brandnote and kfreebsd_brandnote.

Discussed with Mark. Posted to review to see if I missed anything.

sys/sys/imgact_elf.h
90

To add more to the const fest.

jrtc27 added inline comments.
sys/sys/imgact_elf.h
90

None of the other fields are const though?

kib added inline comments.
sys/sys/imgact_elf.h
90

This is why I am talking about fest.

This revision is now accepted and ready to land.Fri, Oct 17, 11:10 PM
zlei marked 2 inline comments as done.Sat, Oct 18, 4:17 PM
zlei added inline comments.
sys/sys/imgact_elf.h
90

const header_supported is now in final commit.