Page MenuHomeFreeBSD

Implement waitid() system call.
ClosedPublic

Authored by dchagin on Oct 31 2014, 6:41 AM.
Tags
None
Referenced Files
F108222695: D1046.id5614.diff
Wed, Jan 22, 7:53 PM
Unknown Object (File)
Fri, Jan 17, 1:26 PM
Unknown Object (File)
Sat, Jan 11, 12:32 PM
Unknown Object (File)
Wed, Jan 8, 3:52 AM
Unknown Object (File)
Dec 23 2024, 5:32 PM
Unknown Object (File)
Dec 18 2024, 4:10 AM
Unknown Object (File)
Dec 18 2024, 3:22 AM
Unknown Object (File)
Dec 17 2024, 7:18 PM
Subscribers

Details

Diff Detail

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

Event Timeline

dchagin retitled this revision from to Implement waitid() system call..

Fixed siginfo at WNOHANG case.

Would it be possible to reduce code duplication, ie avoid copy/paste of linux_waitid() implementation?

Implement in MI path.
See D2138, D2139. They should be commited before D1046.

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