Page MenuHomeFreeBSD

Unstaticize parts of coredumping code
ClosedPublic

Authored by trasz on May 25 2021, 4:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 22, 5:13 AM
Unknown Object (File)
Fri, Jun 19, 5:15 AM
Unknown Object (File)
Sun, Jun 14, 5:01 AM
Unknown Object (File)
May 18 2026, 2:25 AM
Unknown Object (File)
May 17 2026, 11:31 PM
Unknown Object (File)
May 17 2026, 11:31 PM
Unknown Object (File)
May 17 2026, 11:31 PM
Unknown Object (File)
May 17 2026, 11:30 PM
Subscribers

Details

Summary

This makes it possible to call elfN(size_segments) and elfN(puthdr)
from Linux coredump code.

Diff Detail

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

Event Timeline

trasz requested review of this revision.May 25 2021, 4:40 PM
sys/kern/imgact_elf.c
1645

You dropped flags, I do not like it.

sys/sys/imgact_elf.h
105

I do not see much sense in this comment.

Restore flags, improve comments, style.

This revision is now accepted and ready to land.May 25 2021, 5:40 PM
This revision was automatically updated to reflect the committed changes.