index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
lib
/
libc
/
sys
Age
Commit message (
Expand
)
Author
2019-05-11
Fix bug, the computation of cpuset_nentries was incorrect, we must do +1
maxv
2018-07-26
Avoid undefined behavior in an cpuset.c
kamil
2018-01-04
Add bunch of missing includes of namespace.h in libc
kamil
2012-03-09
Casts and type changes to fix portability issues.
christos
2011-08-07
Add 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-14
make this work with pcc. The previous construct is not valid c99.
christos
2008-07-27
Don't convert cpuid_t through int while testing it for being in range.
dholland
2008-07-14
Add few KASSERTs.
rmind
2008-06-22
Be consistent in how cpuset_nentries is computed in the kernel and
he
2008-06-22
kcpuset_isset: remove if-check. It is not reasonable for kernel,
rmind
2008-06-22
Separate cpuset and kcpuset, and only use the bits in userland. Requested
christos
2008-06-16
We don't need any of this in standalone mode.
christos
2008-06-16
little more lint
christos
2008-06-16
make lint happy
christos
2008-06-16
- Add general cpuset macros.
rmind
2008-06-15
cpuset_create: check the return value of calloc().
rmind
2008-06-15
- cpuset_create: pass correct argument to sysctl(3).
rmind
2008-06-15
cpuset related functions, shared between the kernel and userland.
christos