Home | History | Annotate | Download | only in nice
History log of /src/usr.bin/nice/nice.c
RevisionDateAuthorComments
 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.

RSS XML Feed