Page MenuHomeFreeBSD

Unstaticize parts of coredumping code
ClosedPublic

Authored by trasz on May 25 2021, 4:40 PM.
Tags
None
Referenced Files
F171146990: D30455.diff
Wed, Sep 9, 12:23 AM
Unknown Object (File)
Sun, Sep 6, 4:10 PM
Unknown Object (File)
Sun, Sep 6, 3:43 PM
Unknown Object (File)
Sat, Sep 5, 4:48 PM
Unknown Object (File)
Sat, Sep 5, 6:29 AM
Unknown Object (File)
Fri, Sep 4, 8:21 PM
Unknown Object (File)
Thu, Sep 3, 1:27 PM
Unknown Object (File)
Thu, Sep 3, 11:11 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.