cvs commit: src/usr.bin/cpuset Makefile cpuset.c

Jeff Roberson jeff at FreeBSD.org
Sun Mar 2 07:51:30 UTC 2008


jeff        2008-03-02 07:51:29 UTC

  FreeBSD src repository

  Added files:
    usr.bin/cpuset       Makefile cpuset.c 
  Log:
  Add a simple utility for manipulating cpusets.  Man page will be available
  soon.
   - Lists of cpus may be specified with -l with ranges specified as low-high and
     commas between individual cpus and ranges.  ie -l 0-2,4,6-8.
   - cpuset can modified -p pids, -t tids, or -s cpusetids.
   - cpuset can -g get the current mask for any of the above.
  
  Sponsored by:   Nokia
  
  Revision  Changes    Path
  1.1       +7 -0      src/usr.bin/cpuset/Makefile (new)
  1.1       +328 -0    src/usr.bin/cpuset/cpuset.c (new)


More information about the cvs-all mailing list