Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2011 19:57:28 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/cpuset cpuset.1 cpuset.c
Message-ID:  <201101141957.p0EJvlRu032677@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2011-01-14 19:57:28 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/cpuset       cpuset.1 cpuset.c 
  Log:
  SVN rev 217416 on 2011-01-14 19:57:28Z by jhb
  
  Add two more features to cpuset(1):
  - Add a new -C flag to create a new cpuset and move an existing pid into
   that set.
  - Allow 'all' to be specified for a cpu list (e.g. cpuset -s 1 -l all)
   which maps to the list of all CPUs in the system.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.7       +16 -1     src/usr.bin/cpuset/cpuset.1
  1.9       +27 -4     src/usr.bin/cpuset/cpuset.c



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