aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/renice/renice.c
Commit message (Expand)AuthorAgeFilesLines
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* The usage string: renice [priority | [-n incr]] ... assumed that the partPhilippe Charnier2003-02-261-6/+7
* Sync usage message with manual page synopsis.Tim J. Robbins2002-05-251-2/+2
* Bad numeric arguments or usernames should cause non-zero exit status.Tim J. Robbins2002-05-251-3/+8
* Process and user ID arguments must be treated as decimal integers,Tim J. Robbins2002-05-161-1/+1
* Accept decimal user IDs with -u option as well as usernames.Tim J. Robbins2002-05-161-4/+6
* Diagnostic messages belong on stderr, not stdout. SUSv3 specifies thatTim J. Robbins2002-05-161-1/+2
* o Fix an arguments number check in -n case.Maxim Konovalov2002-04-101-6/+1
* Implement POSIX -n option, cleanup an arguments parsing a bit.Maxim Konovalov2002-04-101-7/+47
* style(9) cleanup.Maxim Konovalov2002-04-101-22/+22
* remove __PWarner Losh2002-03-221-2/+2
* Warns cleanups.David Malone2001-12-031-0/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* #include <errno.h> where needed. Kill extern int errno;.Warner Losh2000-04-141-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3). Add usage() and prototypes.Philippe Charnier1997-08-051-14/+26
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+128