Page MenuHomeFreeBSD

kdump: Decode sigset_t.
ClosedPublic

Authored by dchagin on May 9 2022, 6:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 3, 2:46 AM
Unknown Object (File)
Sat, Nov 29, 1:58 AM
Unknown Object (File)
Fri, Nov 28, 11:09 PM
Unknown Object (File)
Fri, Nov 28, 10:45 PM
Unknown Object (File)
Thu, Nov 27, 11:51 AM
Unknown Object (File)
Tue, Nov 25, 9:02 PM
Unknown Object (File)
Mon, Nov 24, 4:18 AM
Unknown Object (File)
Sat, Nov 22, 12:38 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45774
Build 42662: 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
217
218
221
224

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
191

name and mask should be declared const.

212

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.