Page MenuHomeFreeBSD

Implement waitid() system call.
ClosedPublic

Authored by dchagin on Oct 31 2014, 6:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 1:07 AM
Unknown Object (File)
Tue, Sep 16, 5:42 PM
Unknown Object (File)
Sat, Sep 13, 11:31 PM
Unknown Object (File)
Sep 10 2025, 9:38 PM
Unknown Object (File)
Sep 10 2025, 3:59 PM
Unknown Object (File)
Sep 2 2025, 5:41 PM
Unknown Object (File)
Sep 1 2025, 2:27 AM
Unknown Object (File)
Aug 27 2025, 10:22 AM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

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.