Page MenuHomeFreeBSD

Add a functione for converting wait options.
ClosedPublic

Authored by dchagin on Oct 31 2014, 6:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 27, 5:59 AM
Unknown Object (File)
Tue, Jul 22, 11:30 PM
Unknown Object (File)
Jun 30 2025, 4:11 AM
Unknown Object (File)
Jun 28 2025, 7:29 AM
Unknown Object (File)
Jun 27 2025, 8:41 PM
Unknown Object (File)
Jun 19 2025, 1:53 AM
Unknown Object (File)
Jun 18 2025, 3:13 PM
Unknown Object (File)
Jun 16 2025, 6:06 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 functione for converting wait options..
trasz added inline comments.
sys/compat/linux/linux_misc.h
123 โ†—(On Diff #2175)

What's the purpose of WNOTHREAD and WALL? The diff below doesn't use those. Also, why not LINUX prefix, __LINUX_WNOWAIT, perhaps?

sys/compat/linux/linux_misc.h
123 โ†—(On Diff #2175)

Mostly for the future. Possible i'm broke LinuxThreads support (pre NPTL threads library) by switch to native threads.

whoops, they are used, so it is wrong to remove it.

trasz added a reviewer: trasz.
This revision is now accepted and ready to land.Mar 21 2015, 6:12 PM
This revision was automatically updated to reflect the committed changes.