summaryrefslogtreecommitdiff
path: root/usr.bin/renice
AgeCommit message (Collapse)Author
2015-10-22at present the setpriority() syscall is considered fairly low risk andTheo de Raadt
placed in pledge "proc". pledge "stdio getpw proc", from Theo Buehler
2015-05-15rework synopsis to be a bit less ugly; the result is quite close to the posixJason McIntyre
spec...
2015-03-20POSIX says the renice -n flag is an increment, not an absoluteTodd C. Miller
priority. The historic BSD renice used an absolute priority, so we need to preserve that behavior for, e.g. "renice +1 $$". When mixing historic syntax with the -n flag, the increment specified via -n will only affect the entries that follow it.
2014-05-23adjust the note in STANDARDS: passing args to the flags is not anJason McIntyre
extension, it's just we do it differently; ok millert
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-04-20Fix renicing a negative pid in historic mode. From Bryan LintonTodd C. Miller
2009-02-09STANDARDS: these applications are no longer optional in posixJason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
updates to follow;
2009-01-30add missing ellipsis to the list of options.Igor Sobrado
2008-12-08Rewrite renice(8) to be POSIX compliant while still maintainingTodd C. Miller
traditional BSD usage. Man page OK jmc@, OK deraadt@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31- note some apps which are xpg4, not posixJason McIntyre
- note that some apps are optional to posix after some discussion w/ otto
2007-03-16make this page more readable;Jason McIntyre
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
$ command or # command deraadt@ ok
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-07-06missing prototypes; ok millertPeter Valchev
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-04Try to standardize the options list introduction; it should read "The optionsAaron Campbell
are as follows:", except in special cases.
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-03-04catch things like "renice --19 6706" as an error, use warn/warnx and update ↵Todd C. Miller
sccs ids to 4.4lite while we are at it
1998-12-20fix usageTheo de Raadt
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1997-08-25Xr moreTheo de Raadt
1997-06-20WallTheo de Raadt
1997-01-16disambiguate somewhatkstailey
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt