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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to