util-linux/schedutils
Karel Zak cdfb1e8822 chrt: add --reset-on-fork
This new option allows to set SCHED_RESET_ON_FORK flag for FIFO and RR
policies.

Example:

	$ chrt --fifo --reset-on-fork 1 /bin/bash

	$ schedutils/chrt --pid $$
	pid 31579's current scheduling policy: SCHED_FIFO|SCHED_RESET_ON_FORK
	pid 31579's current scheduling priority: 1

Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-02 21:28:45 +01:00
..
.gitignore build-sys: ignore a bunch of generated files, mostly binaries 2008-04-14 14:08:00 +02:00
Makefile.am build-sys: rename to _execdir 2009-07-04 01:23:41 +02:00
chrt.1 chrt: add --reset-on-fork 2010-02-02 21:28:45 +01:00
chrt.c chrt: add --reset-on-fork 2010-02-02 21:28:45 +01:00
ionice.1 ionice: add a note about none class and CFQ 2009-11-18 17:13:35 +01:00
ionice.c ionice: Allow setting the none class 2009-05-27 23:43:18 +02:00
taskset.1 man-pages: cleanup of chrt.1 and taskset.1 2007-08-15 12:03:51 +02:00
taskset.c build-sys: remove hardcoded _GNU_SOURCE 2007-09-20 00:57:01 +02:00