Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2008 07:51:29 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/cpuset Makefile cpuset.c
Message-ID:  <200803020751.m227pTiI040061@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803020751.m227pTiI040061>