cvs commit: src/usr.bin/cpuset cpuset.c src/sys/sys cpuset.h
src/sys/kern kern_cpuset.c
Jeff Roberson
jeff at FreeBSD.org
Wed Mar 5 01:49:21 UTC 2008
jeff 2008-03-05 01:49:20 UTC
FreeBSD src repository
Modified files:
usr.bin/cpuset cpuset.c
sys/sys cpuset.h
sys/kern kern_cpuset.c
Log:
- Verify that when a user supplies a mask that is bigger than the kernel
mask none of the upper bits are set.
- Be more careful about enforcing the boundaries of masks and child sets.
- Introduce a few more CPU_* macros for implementing these tests.
- Change the cpusetsize argument to be bytes rather than bits to match
other apis.
Sponsored by: Nokia
Revision Changes Path
1.2 +78 -26 src/sys/kern/kern_cpuset.c
1.2 +22 -0 src/sys/sys/cpuset.h
1.2 +7 -8 src/usr.bin/cpuset/cpuset.c
More information about the cvs-src
mailing list