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, May 8, 8:46 PM
Unknown Object (File)
Sun, May 5, 7:47 AM
Unknown Object (File)
Sat, May 4, 6:40 PM
Unknown Object (File)
Fri, May 3, 9:28 PM
Unknown Object (File)
Fri, May 3, 3:05 PM
Unknown Object (File)
Wed, May 1, 2:57 AM
Unknown Object (File)
Feb 29 2024, 5:54 AM
Unknown Object (File)
Jan 14 2024, 9:52 AM
Subscribers

Diff Detail

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

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
194
220
221
224
227

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

name and mask should be declared const.

215

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.