Page MenuHomeFreeBSD

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

Authored by kevans on Sat, May 24, 4:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 12, 5:14 AM
Unknown Object (File)
Tue, Jun 10, 3:31 PM
Unknown Object (File)
Tue, Jun 10, 3:31 PM
Unknown Object (File)
Tue, Jun 10, 3:31 PM
Unknown Object (File)
Tue, Jun 10, 3:31 PM
Unknown Object (File)
Tue, Jun 10, 3:31 PM
Unknown Object (File)
Thu, Jun 5, 6:45 PM
Unknown Object (File)
Thu, Jun 5, 6:45 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.Sat, May 24, 1:48 PM
This revision was automatically updated to reflect the committed changes.