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)
Tue, Apr 29, 12:09 PM
Unknown Object (File)
Sun, Apr 27, 1:32 AM
Unknown Object (File)
Thu, Apr 3, 8:42 PM
Unknown Object (File)
Mar 15 2025, 5:25 PM
Unknown Object (File)
Mar 8 2025, 8:33 PM
Unknown Object (File)
Mar 8 2025, 9:50 AM
Unknown Object (File)
Feb 23 2025, 8:25 PM
Unknown Object (File)
Feb 4 2025, 9:37 AM
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 39446
Build 36335: 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.