aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtprio/rtprio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the case where the utility is being used to run a command directly,Xin LI2012-05-111-3/+6
* - Fail when the utility is not invoked as rtprio nor idprio.Xin LI2011-12-271-23/+19
* Use errx() instead of err() in parseint. There is usually no interestingKonstantin Belousov2011-01-041-2/+2
* Make the parsing of the integer arguments for rtprio(1)/idprio(1) stricter.Konstantin Belousov2011-01-041-18/+32
* add FBSDIDPhilippe Charnier2003-07-061-4/+2
* Return exit value 0 on success when PID is specified.Jun Kuriyama2001-01-251-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* PR: 7489Peter Hawkins1998-08-041-2/+2
* Treat RTP_PRIO_FIFO the same as RTP_PRIO_REALTIME for status display.Peter Dufault1998-05-191-1/+2
* Use err(3). Sync usage string and man page.Philippe Charnier1997-10-131-25/+23
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,David Greenman1994-10-021-84/+85
* rtprio(1) utility to modify realtime priority of a process.David Greenman1994-09-011-0/+141