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)
Wed, Oct 30, 7:49 AM
Unknown Object (File)
Oct 5 2024, 12:30 PM
Unknown Object (File)
Sep 28 2024, 5:19 AM
Unknown Object (File)
Sep 27 2024, 10:19 PM
Unknown Object (File)
Sep 27 2024, 5:59 PM
Unknown Object (File)
Sep 26 2024, 8:27 AM
Unknown Object (File)
Sep 24 2024, 9:07 AM
Unknown Object (File)
Sep 10 2024, 10:10 PM
Subscribers

Details

Summary

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

Diff Detail

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

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.