summaryrefslogtreecommitdiffstats
path: root/usr.bin/renice
AgeCommit message (Expand)AuthorFilesLines
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert1-2/+2
2016-09-19Replace an exit(3) call in main() with a return to enable the stackbluhm1-2/+2
2015-10-22at present the setpriority() syscall is considered fairly low risk andderaadt1-1/+4
2015-05-15rework synopsis to be a bit less ugly; the result is quite close to the posixjmc2-39/+39
2015-03-20POSIX says the renice -n flag is an increment, not an absolutemillert2-29/+42
2014-05-23adjust the note in STANDARDS: passing args to the flags is not anjmc1-7/+4
2013-11-15Include unistd.h as it is the standard location for getopt().millert1-1/+2
2010-09-29various EXIT STATUS fixes; from Daniel Dickmanjmc1-2/+4
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-5/+1
2009-04-20Fix renicing a negative pid in historic mode. From Bryan Lintonmillert1-3/+4
2009-02-09STANDARDS: these applications are no longer optional in posixjmc1-4/+3
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2009-01-30add missing ellipsis to the list of options.sobrado1-5/+5
2008-12-08Rewrite renice(8) to be POSIX compliant while still maintainingmillert2-112/+149
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-31- note some apps which are xpg4, not posixjmc1-1/+12
2007-03-16make this page more readable;jmc2-46/+41
2003-07-10add missing includesdavid1-2/+3
2003-06-10mostly ansi cleanup; pval okderaadt1-10/+5
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-5/+5
2002-02-13When you give command examples and etc., in a manual page prefix them with:mpech1-2/+2
2001-11-19kill more registersmpech1-3/+3
2001-07-06missing prototypes; ok millertpvalchev1-2/+4
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).aaron1-4/+4
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.aaron1-6/+5
2000-03-10Various cleanups and standardization.aaron1-3/+7
2000-03-04Try to standardize the options list introduction; it should read "The optionsaaron1-4/+3
1999-06-05- remove trailing white spaceaaron1-5/+5
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1999-03-04catch things like "renice --19 6706" as an error, use warn/warnx and update sccs ids to 4.4lite while we are at itmillert2-34/+49
1998-12-20fix usagederaadt1-4/+4
1998-09-27usr.bin/ man page cleanups, n-saaron1-12/+12
1997-08-25Xr morederaadt1-1/+2
1997-06-20Wallderaadt1-2/+7
1997-01-16disambiguate somewhatkstailey1-3/+5
1996-06-26rcsidderaadt3-4/+5
1995-10-18initial import of NetBSD treederaadt3-0/+267