~pr0gg3d/ubuntu/oneiric/util-linux/bug-805886

« back to all changes in this revision

Viewing changes to schedutils/chrt.1

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2010-03-22 17:35:40 UTC
  • mfrom: (1.6.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100322173540-sm083tdtvne1wa5w
Tags: 2.17.2-0ubuntu1
* Merge from Debian experimental, remaining changes:
  - Since udev is required in Ubuntu, the hwclock.sh init script is
    not called on startup and the hwclockfirst.sh init script is
    removed.
  - Use wildcards for symbols file, since they use versioned symbols
    properly.
  - Remove /etc/adjtime on upgrade if it was not used.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - No lsb_release call in mount.preinst since we'd need Pre-Depends
    (LP: #383697).
  - Do not install initramfs hook, since our initramfs already handles
    including blkid.
  - Mention mountall(8) in fstab(5) manpages, along with its special
    options.

* For the case where mount is called with a directory to mount, look
  that directory up in mountall's /lib/init/fstab if we couldn't find
  it mentioned anywhere else.  This means "mount /proc", "mount /sys",
  etc. work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
policy is supported since Linux 2.6.16. The
56
56
.BR SCHED_IDLE
57
57
policy is supported since Linux 2.6.23.
58
 
.PP
59
 
The
60
 
.BR SCHED_RESET_ON_FORK
61
 
flag for policies SCHED_RR and SCHED_FIFO is supported
62
 
since Linux 2.6.31.
63
58
.SH OPTIONS
64
59
.TP
65
60
.B -p, --pid
74
69
set scheduling policy to
75
70
.BR SCHED_FIFO
76
71
.TP
77
 
.B -R, --reset-on-fork
78
 
add
79
 
.B SCHED_RESET_ON_FORK
80
 
flag to the
81
 
.B SCHED_FIFO
82
 
or
83
 
.B SCHED_RR
84
 
scheduling policy (Linux specific)
85
 
.TP
86
72
.B -i, --idle
87
73
set schedulng policy to
88
74
.BR SCHED_IDLE