Re: kcpuset(9) interface

2011-08-09 Thread YAMAMOTO Takashi
hi, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: why did you change kcpuset_t to a pointer from a structure? i always feel awkward to compare an opaque type with NULL. The reason is that kcpuset_t now points directly to the bit field rather than opaque struct kcpuset_impl. Do you

Re: kcpuset(9) interface

2011-08-07 Thread Mindaugas Rasiukevicius
y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: why did you change kcpuset_t to a pointer from a structure? i always feel awkward to compare an opaque type with NULL. The reason is that kcpuset_t now points directly to the bit field rather than opaque struct kcpuset_impl. Do you

Re: kcpuset(9) interface

2011-08-02 Thread Mindaugas Rasiukevicius
y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: Here is a reworked dynamic CPU set implementation for kernel (shared cpuset.c in src/common will be moved to libc) - a kcpuset(9) interface: http://www.netbsd.org/~rmind/kcpuset_ng.diff It supports early use while the system is cold

Re: kcpuset(9) interface

2011-08-02 Thread YAMAMOTO Takashi
hi, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: Here is a reworked dynamic CPU set implementation for kernel (shared cpuset.c in src/common will be moved to libc) - a kcpuset(9) interface: http://www.netbsd.org/~rmind/kcpuset_ng.diff It supports early use while the system

Re: kcpuset(9) interface

2011-08-01 Thread YAMAMOTO Takashi
hi, Hello, Here is a reworked dynamic CPU set implementation for kernel (shared cpuset.c in src/common will be moved to libc) - a kcpuset(9) interface: http://www.netbsd.org/~rmind/kcpuset_ng.diff It supports early use while the system is cold through a fix up mechanism, see

kcpuset(9) interface

2011-07-31 Thread Mindaugas Rasiukevicius
Hello, Here is a reworked dynamic CPU set implementation for kernel (shared cpuset.c in src/common will be moved to libc) - a kcpuset(9) interface: http://www.netbsd.org/~rmind/kcpuset_ng.diff It supports early use while the system is cold through a fix up mechanism, see kcpuset_sysinit