summaryrefslogtreecommitdiff
path: root/common/lib/libc/sys
AgeCommit message (Expand)Author
2019-05-11Fix bug, the computation of cpuset_nentries was incorrect, we must do +1maxv
2018-07-26Avoid undefined behavior in an cpuset.ckamil
2018-01-04Add bunch of missing includes of namespace.h in libckamil
2012-03-09Casts and type changes to fix portability issues.christos
2011-08-07Add kcpuset(9) - a reworked dynamic CPU set implementation for kernel.rmind
2010-09-21_cpuset_create: initialize size argument for sysctl call.rmind
2009-04-25- Add kcpuset_iszero().rmind
2009-03-15- Add kcpuset_fill(), kcpuset_set() and kcpuset_match().rmind
2009-02-14make this work with pcc. The previous construct is not valid c99.christos
2008-07-27Don't convert cpuid_t through int while testing it for being in range.dholland
2008-07-14Add few KASSERTs.rmind
2008-06-22Be consistent in how cpuset_nentries is computed in the kernel andhe
2008-06-22kcpuset_isset: remove if-check. It is not reasonable for kernel,rmind
2008-06-22Separate cpuset and kcpuset, and only use the bits in userland. Requestedchristos
2008-06-16We don't need any of this in standalone mode.christos
2008-06-16little more lintchristos
2008-06-16make lint happychristos
2008-06-16- Add general cpuset macros.rmind
2008-06-15cpuset_create: check the return value of calloc().rmind
2008-06-15- cpuset_create: pass correct argument to sysctl(3).rmind
2008-06-15cpuset related functions, shared between the kernel and userland.christos