History log of /freebsd-10.0-release/usr.bin/renice/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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


248412 17-Mar-2013 joel

Move example to EXAMPLES.


216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


201382 02-Jan-2010 ed

ANSIfy various tools in usr.bin/.

Most of these tools properly build at WARNS=6, except for their K&R
function declarations. Fix this, so we can bump WARNS as well.


146466 21-May-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


111569 26-Feb-2003 charnier

The usage string: renice [priority | [-n incr]] ... assumed that the part
`priority | [-n incr]' was optionnal which is wrong according to the code.
Add FreeBSD Id.
Reviewed by: maxim


99970 14-Jul-2002 charnier

The .Nm utility


98345 17-Jun-2002 tjr

Add Standards section.


98344 17-Jun-2002 tjr

Sort sections, use Dl for the example so it stands out more.


97542 30-May-2002 ru

mdoc(7) police: untangle SYNOPSIS's markup.


97275 25-May-2002 tjr

Sync usage message with manual page synopsis.


97270 25-May-2002 tjr

Bad numeric arguments or usernames should cause non-zero exit status.


96764 16-May-2002 tjr

Process and user ID arguments must be treated as decimal integers,
not octal or hex. This is the way it was before revision 1.10.

PR: 36950
Submitted by: Peter Avalos <pavalos@theshell.com>


96763 16-May-2002 tjr

Accept decimal user IDs with -u option as well as usernames.

PR: 36950


96761 16-May-2002 tjr

Diagnostic messages belong on stderr, not stdout. SUSv3 specifies that
renice may not use stdout at all.


94360 10-Apr-2002 maxim

o Fix an arguments number check in -n case.
o Remove duplicated prio check, donice() makes it for us.

Spotted by: David Schultz <dschultz@uclink.Berkeley.EDU>
MFC after: 1 week


94355 10-Apr-2002 maxim

Implement POSIX -n option, cleanup an arguments parsing a bit.

PR: bin/34076, bin/35929
Reviewed by: bde
Obtained from: NetBSD
MFC after: 1 week


94354 10-Apr-2002 maxim

style(9) cleanup.

Reviewed by: bde
MFC after: 1 week


92921 22-Mar-2002 imp

remove __P


90415 08-Feb-2002 markm

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


87298 03-Dec-2001 dwmalone

Warns cleanups.


81169 05-Aug-2001 dd

can not -> cannot


79755 15-Jul-2001 dd

Remove whitespace at EOL.


79535 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


78718 24-Jun-2001 dd

Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).


74848 27-Mar-2001 ru

MAN[1-9] -> MAN.


68963 20-Nov-2000 ru

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


59217 14-Apr-2000 imp

#include <errno.h> where needed. Kill extern int errno;.

Minor warnings in tip corrected.


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


49823 15-Aug-1999 mpp

Various man page cleanup:

- Sort xrefs
- Be consistent with section names as outlines in mdoc(7).
- Other misc mdoc cleanup.

PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>


48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


48220 25-Jun-1999 billf

Make a reference to rtprio, which will definatly be of interest to someone
looking at this page.

Requested By: Keith Stevenson <k.stevenson@louisville.edu>


27917 05-Aug-1997 charnier

Use err(3). Add usage() and prototypes.


8874 30-May-1995 rgrimes

Remove trailing whitespace.


2023 11-Aug-1994 jkh

Add renice's correct man page to the Makefile.
Submitted by: jkh


1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.