History log of /freebsd-10.1-release/usr.sbin/rtprio/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


241061 30-Sep-2012 eadler

Document the security.bsd.unprivileged_idprio in idprio(1) in addition
to rtprio(2).

Approved by: wblock
MFC after: 3 days


235293 11-May-2012 delphij

Fix the case where the utility is being used to run a command directly,
this is a regression introduced with r228917.

PR: bin/154042
Submitted by: Bugs Beastie <bugsbeastie gmail.com>
MFC after: 1 week


228917 27-Dec-2011 delphij

- Fail when the utility is not invoked as rtprio nor idprio.
- use warnx() to tell the user whether a process is running in normal,
idle or realtime priority. with the old code it would have been possible
for another process to send data to stdout between
printf("%s: ", p);
and
printf("* priority\n");
and thus break the formatting.
- 'rtprio 10 -0' triggeres non-intuitive behavior. It would first set the
priority of itself to 10 *and* would then try to execute '-0'. Of course,
setting the priority of [id|rt]prio itself doesn't make a lot of sense,
but it is intuitive compared to the previous behavior.
- 'rtprio -t --1' will actually pass over the '-1' to rtprio(). Now
invoking rtprio like this will catch the wrong usage before passing
over the invalid argument to rtprio().
- Garrett Cooper suggested to add further diagnostics where the failure
occures, if execvp fails.

PR: bin/154042
Submitted by: arundel
MFC after: 1 month


216967 04-Jan-2011 kib

Use errx() instead of err() in parseint. There is usually no interesting
information in errno.

Noted by: Garrett Cooper <yanegomi gmail com>
MFC after: 1 week


216955 04-Jan-2011 kib

Make the parsing of the integer arguments for rtprio(1)/idprio(1) stricter.
Style.

Based on submission by: Eitan Adler <lists eitanadler com>, keramida
Reviewed by: jhb, keramida
MFC after: 1 week


208027 13-May-2010 uqs

mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
bottom of the manpages and order them consistently.

GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.

Found by: mdocml lint run
Reviewed by: ru


201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


140442 18-Jan-2005 ru

Sort sections.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


140295 15-Jan-2005 ru

Eliminate macro calls inside literal displays.


131500 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


117280 06-Jul-2003 charnier

add FBSDID


95127 20-Apr-2002 charnier

Use `The .Nm utility'


79755 15-Jul-2001 dd

Remove whitespace at EOL.


74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


74532 20-Mar-2001 ru

Set the default manual section for usr.sbin/ to 8.


71898 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


71640 25-Jan-2001 kuriyama

Return exit value 0 on success when PID is specified.


69027 22-Nov-2000 ru

mdoc(7) police: do not split author names in the AUTHORS section.


68965 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


68716 14-Nov-2000 ru

Use Fx macro wherever possible.


57673 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


53769 27-Nov-1999 charnier

Use DIAGNOSTICS instead of incorrect section name


50479 28-Aug-1999 peter

$Id$ -> $FreeBSD$


50000 18-Aug-1999 chris

Fix a bunch of broken cross-references


38091 04-Aug-1998 thepish

PR: 7489
Submitted by: Jos.Backus@nl.origin-it.com
Correct execvp fail message in current


36213 19-May-1998 dufault

Treat RTP_PRIO_FIFO the same as RTP_PRIO_REALTIME for status display.


34809 23-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


34492 12-Mar-1998 jkh

Update man page to note that idleprio can't be used by normal
users either.


32062 28-Dec-1997 jraynard

Fix a couple of stray apostrophes.


30379 13-Oct-1997 charnier

Use err(3). Sync usage string and man page.


23476 07-Mar-1997 mpp

Oops, had a couple of extra parens in a couple of lines.


23475 07-Mar-1997 mpp

Clean this man page up. Don't use hardcoded font escape codes.
Other mdoc cleanup.


22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21880 20-Jan-1997 wosch

Sort cross references.


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


17786 23-Aug-1996 mpp

Use the .Fx macro where appropriate.


14038 11-Feb-1996 mpp

Correct a bunch of man page cross references and generally
try and silence "manck".

ncurses, rpc, and some of the gnu stuff are still a big mess, however.


13744 30-Jan-1996 mpp

Fix a bunch of spelling errors in a bunch of man pages.


13122 30-Dec-1995 peter

recording cvs-1.6 file death


9951 06-Aug-1995 bde

Don't attempt to install rtprio.2 from here. It has moved to lib/libc/sys.


3291 02-Oct-1994 dg

"idle priority" support. Based on code from Henrik Vestergaard Draboel,
but substantially rewritten by me.


3091 25-Sep-1994 jkh

Clean up typos in this manpage.


2447 01-Sep-1994 dg

rtprio(1) utility to modify realtime priority of a process.

Submitted by: Henrik Vestergaard Draboel