Page MenuHomeFreeBSD

kdump: Decode sigset_t.
ClosedPublic

Authored by dchagin on May 9 2022, 6:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 1, 1:41 PM
Unknown Object (File)
Fri, Oct 31, 5:44 AM
Unknown Object (File)
Fri, Oct 31, 3:41 AM
Unknown Object (File)
Wed, Oct 29, 10:42 PM
Unknown Object (File)
Sun, Oct 26, 4:26 PM
Unknown Object (File)
Thu, Oct 23, 11:26 PM
Unknown Object (File)
Sat, Oct 18, 8:42 AM
Unknown Object (File)
Fri, Oct 17, 6:19 PM
Subscribers

Diff Detail

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

Event Timeline

dchagin added a reviewer: jhb.
dchagin changed the repository for this revision from rS FreeBSD src repository - subversion to rG FreeBSD src repository.
dchagin edited the summary of this revision. (Show Details)

move to linux.c

usr.bin/kdump/linux.c
191 ↗(On Diff #106483)
217 ↗(On Diff #106483)
218 ↗(On Diff #106483)
221 ↗(On Diff #106483)
224 ↗(On Diff #106483)

What's the point of making a copy of mask? ktrsigset() doesn't modify it as far as I can see...

yeah, copy-pasto fixed, thank you!

usr.bin/kdump/linux.c
194 ↗(On Diff #106617)

name and mask should be declared const.

215 ↗(On Diff #106617)

name and data should be declared const.

This revision is now accepted and ready to land.Jun 3 2022, 10:28 PM
This revision was automatically updated to reflect the committed changes.