Page MenuHomeFreeBSD

kdump: nicer printing of kill(2) PID argument
ClosedPublic

Authored by kevans on May 24 2025, 4:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 24, 9:28 PM
Unknown Object (File)
Mon, Aug 24, 10:51 AM
Unknown Object (File)
Mon, Aug 24, 4:07 AM
Unknown Object (File)
Sun, Aug 23, 9:10 AM
Unknown Object (File)
Sat, Aug 15, 5:56 AM
Unknown Object (File)
Tue, Aug 11, 3:59 PM
Unknown Object (File)
Mon, Aug 10, 1:54 AM
Unknown Object (File)
Sun, Aug 9, 3:43 PM
Subscribers

Details

Summary

Similar to wait*(), kill(2) operates on a pid that currently gets output
as hex. Output it in decimal to make it a little easier to eyeball the
pid we're signalling.

Diff Detail

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

Event Timeline

usr.bin/kdump/kdump.c
1031–1032

What exactly does this assignment do? Do we handle negative PID arguments correctly here?

usr.bin/kdump/kdump.c
1031–1032

Forces the sign extension that I tried to manually hand-roll in wait4 so that it gets interpreted correctly.

This revision is now accepted and ready to land.May 24 2025, 1:48 PM
This revision was automatically updated to reflect the committed changes.