History log of /src/usr.bin/nice |
Revision | Date | Author | Comments |
1.3 | 31-Aug-1995 |
jtc | Sync with 4.4lite2 I actually threw away most of the changes, because our version of this program is considerably better.
|
1.2 | 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 31-Aug-1995 |
jtc | imported from 44lite2
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.15 | 22-Mar-2012 |
wiz | Fix whitespace nits. Suggested by Bug Hunting.
|
1.14 | 07-Aug-2003 |
agc | branches: 1.14.56; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.13 | 30-Sep-2002 |
grant | New sentence, new line.
|
1.12 | 08-Dec-2001 |
wiz | Punctuation nit.
|
1.11 | 01-Dec-2001 |
wiz | Whitespace cleanup.
|
1.10 | 04-Sep-2000 |
kleink | For commands and utilities, use EXIT STATUS rather than RETURN VALUES or DIAGNOSTICS as appropriate (and documented in mdoc(7)).
|
1.9 | 20-Aug-1999 |
ross | Classical Unix guaranteed that nice +19 would not compete with base priority process execution. As this is true once again: say so.
|
1.8 | 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage
|
1.7 | 25-Aug-1997 |
kleink | Add references to [gs]etpriority(2).
|
1.6 | 31-Aug-1995 |
jtc | Sync with 4.4lite2 I actually threw away most of the changes, because our version of this program is considerably better.
|
1.5 | 10-Feb-1994 |
jtc | Fix typos & spelling errors
|
1.4 | 11-Jan-1994 |
jtc | Fix spelling errors.
|
1.3 | 27-Aug-1993 |
jtc | Changed to be POSIX.2 compliant.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 31-Aug-1995 |
jtc | imported from 44lite2
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.14.56.1 | 17-Apr-2012 |
yamt | sync with head
|
1.15 | 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.14 | 15-Dec-2007 |
perry | branches: 1.14.6; convert __attribute__s to applicable cdefs.h macros
|
1.13 | 05-Oct-2005 |
christos | branches: 1.13.12; From Liam Foy: - Check for errno being set to ENOTDIR from execvp. This will stop an incorrect value being returned if a component of the new process image file's path is not a directory. - Cleanup and KNF
|
1.12 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.11 | 19-Dec-1998 |
christos | char -> unsigned char
|
1.10 | 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage
|
1.9 | 31-Aug-1995 |
jtc | Sync with 4.4lite2 I actually threw away most of the changes, because our version of this program is considerably better.
|
1.8 | 02-Dec-1993 |
pk | Include <sys/types.h> (needed in future because of <sys/resource.h>)
|
1.7 | 19-Nov-1993 |
jtc | As of POSIX.2, getopt returns -1 instead of EOF on error. Changed the code to match just in case someone changes the value of EOF.
|
1.6 | 10-Nov-1993 |
jtc | Fix bug that occured when exec-ing program name containing "%" characters failed --- the "%" chars would be interpreted as printf directives.
|
1.5 | 27-Aug-1993 |
jtc | Minor tweaks: including header files to bring prototypes into scope, explicitly declaring function return values, etc. to make gcc -Wall shut up.
|
1.4 | 27-Aug-1993 |
jtc | Changed to be POSIX.2 compliant.
|
1.3 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.2 | 12-Jul-1993 |
jtc | Don't core dump when invoked with no arguments. Understand negative priorities.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 31-Aug-1995 |
jtc | imported from 44lite2
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.13.12.1 | 09-Jan-2008 |
matt | sync with HEAD
|
1.14.6.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|