cvs commit: src/usr.bin/cpuset cpuset.1 cpuset.c
Jeff Roberson
jeff at FreeBSD.org
Wed Mar 12 23:54:40 UTC 2008
jeff 2008-03-12 23:54:40 UTC
FreeBSD src repository
Modified files:
usr.bin/cpuset cpuset.1 cpuset.c
Log:
- When running a new command cause cpuset to operate on the per-thread mask
by default rather than the setmask. This is consistent with the linux
tool and more consistent with the notion that the default level is
the process level. The cpuset mask can still be modified by specifying
the -c option. You can not set the per-thread and cpuset mask in
a single command.
- Update the man page to reflect this change.
Contributed by: gallatin
Revision Changes Path
1.3 +6 -2 src/usr.bin/cpuset/cpuset.1
1.4 +2 -2 src/usr.bin/cpuset/cpuset.c
More information about the cvs-src
mailing list