Page MenuHomeFreeBSD

Add a siginfo_t conversion function.
ClosedPublic

Authored by dchagin on Oct 31 2014, 6:39 AM.
Tags
None
Referenced Files
F166764532: D1044.diff
Sun, Aug 16, 8:18 AM
Unknown Object (File)
Wed, Aug 12, 3:38 PM
Unknown Object (File)
Tue, Jul 28, 7:39 AM
Unknown Object (File)
Sat, Jul 25, 11:44 PM
Unknown Object (File)
Tue, Jul 21, 6:08 PM
Unknown Object (File)
Jul 16 2026, 2:52 PM
Unknown Object (File)
Jul 15 2026, 3:55 PM
Unknown Object (File)
Jul 15 2026, 3:09 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dchagin retitled this revision from to Add a siginfo_t conversion function..
emaste added a reviewer: emaste.
emaste added a subscriber: emaste.

Used by D1046

This revision is now accepted and ready to land.Dec 15 2014, 7:36 PM
dchagin edited edge metadata.

More siginfo conversion. This fixed all tst-timerX glibc tests.

This revision now requires review to proceed.Jan 9 2015, 5:36 PM
dchagin edited edge metadata.

SI_LWP and default path added.

For realtime signals initialize si_value of siginfo.

Delete accidental whitespaces.

trasz added inline comments.
sys/compat/linux/linux_signal.c
646 ↗(On Diff #3154)

const ksiginfo_t ?

658 ↗(On Diff #3154)

LINUX_SI_USER?

sys/compat/linux/linux_signal.h
53 ↗(On Diff #3154)

const siginfo_t *si?

apply trasz@ suggestions, constify siginfo_t, fix si_code conversion.
thanks!

trasz added a reviewer: trasz.
This revision is now accepted and ready to land.Mar 25 2015, 11:41 AM
This revision was automatically updated to reflect the committed changes.