History log of /freebsd-10.0-release/usr.bin/nice/
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


219050 26-Feb-2011 remko

Not only had I included a syntax / style error, nice.3 is also
deprecated.


219039 25-Feb-2011 remko

Revert the commit that I made, there is a lot of discussion
and it's not accurate anyway

Requested by: jb, bde


219003 24-Feb-2011 remko

Add wording about the priority range and
mention what effect this has at certain
values.

PR: 124469
Obtained from: NetBSD nice.1 v1.14
MFC after: 1 week


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


146466 21-May-2005 ru

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


140420 18-Jan-2005 ru

Sort sections.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


108317 27-Dec-2002 schweikh

english(4) police.


102944 04-Sep-2002 dwmalone

ANSIify function definitions.
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.

Reviewed by: md5


98671 23-Jun-2002 tjr

Document the fairly obvious effect of the PATH environment variable.


98670 23-Jun-2002 tjr

Make the Examples section consistent with the rest of the system manual
pages: description of command first, then command as typed (no shell prompt)
using Dl macro.


97771 03-Jun-2002 tjr

Correct History: nice(1) appeared in V4.


96502 13-May-2002 tjr

If we can't change the scheduling priority, warn but still execute
the requested utility. This is how nice(1) traditionall behaved,
and the behaviour required by SUSv3 and POSIX.2 UPE.

Submitted by: Peter Avalos <pavalos@theshell.com> (partially)
Reviewed by: mike


96481 12-May-2002 tjr

Support the SUSv3 -n option and the "--" end of options marker.
Replace "command" with "utility" in the manual page & source to be more
consistent with the terminology used in the standard, and to hint that
shell builtin commands won't work.

Submitted by: Peter Avalos <pavalos@theshell.com> (partially)
Approved by: mike


96335 10-May-2002 tjr

According to POSIX, exit status must be 127 if the requested utility was not
found, 126 if the execvp() failed for any other reason.

Similar to rev. 1.6 to src/usr.bin/env/env.c

Reviewed by: mike


95124 20-Apr-2002 charnier

Use `The .Nm utility'


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.


87628 10-Dec-2001 dwmalone

Style improvements recommended by Bruce as a follow up to some
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.


87291 03-Dec-2001 dwmalone

Warns cleanup. Add FreeBSD ID to Makefile and nice.c.


79755 15-Jul-2001 dd

Remove whitespace at EOL.


79535 10-Jul-2001 ru

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


79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


69337 29-Nov-2000 sheldonh

Fix a typo and a punctuation mistake, the two of which conspired
against the reader.


68963 20-Nov-2000 ru

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


51275 14-Sep-1999 sheldonh

Correct some hard sentence breaks. Only those surrounding the previous
commit and those which cause ugly nroff output have been fixed, since
the purpose of the style guideline which they contravene is to reduce
the sizes of deltas.

Reported by: bde


51090 08-Sep-1999 sheldonh

Improve shell documentation:

* Consistently misspell built-in as builtin.

* Add a builtin(1) manpage and create builtin(1) MLINKS for all shell
builtin commands for which no standalone utility exists. These MLINKS
replace those that were created for csh(1).

* Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages,
as well as to the manpages of standalone utilities which are supported
as shell builtin commands in at least one of the shells. In such
manpages, explain that similar functionality may be provided as a
shell builtin command.

* Improve sh(1)'s description of the cd builtin command. Csh(1) already
describes it adequately. Replace the cd(1) manpage with a builtin(1)
MLINKS link.

* Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use
Ic instead of Xr for shell builtin commands.

* Undo English contractions.

Reviewed by: mpp, rgrimes


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>


48566 04-Jul-1999 billf

Clean up some ambiguous nested if/elses.


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>


34798 23-Mar-1998 charnier

.Nm nice -> .Nm.


27595 21-Jul-1997 wosch

Add ref to idprio(1).


23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21748 15-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.


19339 02-Nov-1996 wosch

Match the reality. The man page was completely wrong.


19331 02-Nov-1996 wosch

remove duplicated usage string from commit rev 1.2
fix usage()


12729 10-Dec-1995 joerg

Check the # of arguments, instead of silently dumping core.


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.