Subject: Re: CVS commit: src
To: None <source-changes@NetBSD.org>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: source-changes
Date: 02/08/2008 16:05:29
On Jul 1,  5:45pm, "Mindaugas R." wrote:
} yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
} > while you can make it compatible, is there any reason to
} > make our native one (_sched_setaffinity) inherit the limitations?
} > 
} > iirc recent linux has a set of macros to allocate dynamic-sized cpusets.
} > can you check?
} 
} I have checked - yes (but no manual pages). CPU_ALLOC_SIZE(), CPU_ALLOC(),
} CPU_FREE() and a bunch of CPU_*_S() macros are used, but as I understand they
} still use static cpu_set_t (?).
} 
} Not sure what solution we should pick.

     Whatever it is, it can't have the fdset size limitation.  What
does Solaris do?

}-- End of excerpt from "Mindaugas R."