History log of /freebsd-10.3-release/usr.bin/renice/renice.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 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


# 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


# 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


# 87298 03-Dec-2001 dwmalone

Warns cleanups.


# 78718 24-Jun-2001 dd

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


# 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$


# 27917 05-Aug-1997 charnier

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


# 8874 30-May-1995 rgrimes

Remove trailing whitespace.


# 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.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources