summaryrefslogtreecommitdiffstats
path: root/usr.bin/renice/renice.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
|
* The usage string: renice [priority | [-n incr]] ... assumed that the partcharnier2003-02-261-6/+7
| | | | | | `priority | [-n incr]' was optionnal which is wrong according to the code. Add FreeBSD Id. Reviewed by: maxim
* Sync usage message with manual page synopsis.tjr2002-05-251-2/+2
|
* Bad numeric arguments or usernames should cause non-zero exit status.tjr2002-05-251-3/+8
|
* Process and user ID arguments must be treated as decimal integers,tjr2002-05-161-1/+1
| | | | | | | not octal or hex. This is the way it was before revision 1.10. PR: 36950 Submitted by: Peter Avalos <pavalos@theshell.com>
* Accept decimal user IDs with -u option as well as usernames.tjr2002-05-161-4/+6
| | | | PR: 36950
* Diagnostic messages belong on stderr, not stdout. SUSv3 specifies thattjr2002-05-161-1/+2
| | | | renice may not use stdout at all.
* o Fix an arguments number check in -n case.maxim2002-04-101-6/+1
| | | | | | | o Remove duplicated prio check, donice() makes it for us. Spotted by: David Schultz <dschultz@uclink.Berkeley.EDU> MFC after: 1 week
* Implement POSIX -n option, cleanup an arguments parsing a bit.maxim2002-04-101-7/+47
| | | | | | | PR: bin/34076, bin/35929 Reviewed by: bde Obtained from: NetBSD MFC after: 1 week
* style(9) cleanup.maxim2002-04-101-22/+22
| | | | | Reviewed by: bde MFC after: 1 week
* remove __Pimp2002-03-221-2/+2
|
* Warns cleanups.dwmalone2001-12-031-0/+1
|
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-141-1/+1
| | | | Minor warnings in tip corrected.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3). Add usage() and prototypes.charnier1997-08-051-14/+26
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+128
OpenPOWER on IntegriCloud