History log of /netbsd/usr.bin/nice/nice.c (Results 1 – 15 of 15)
Revision Date Author Comments
# 98e5374c 21-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.


# 8b0f9554 15-Dec-2007 perry <perry@NetBSD.org>

convert __attribute__s to applicable cdefs.h macros


# c2bd98eb 05-Oct-2005 christos <christos@NetBSD.org>

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.
- Clean

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

show more ...


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# 21366354 19-Dec-1998 christos <christos@NetBSD.org>

char -> unsigned char


# c9af5d97 19-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify, fix .Nm usage


# 62803f02 31-Aug-1995 jtc <jtc@NetBSD.org>

Sync with 4.4lite2
I actually threw away most of the changes, because our version of this
program is considerably better.


# 8ba2ec6a 02-Dec-1993 pk <pk@NetBSD.org>

Include <sys/types.h> (needed in future because of <sys/resource.h>)


# 6b9684b2 19-Nov-1993 jtc <jtc@NetBSD.org>

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.


# 81fd674b 10-Nov-1993 jtc <jtc@NetBSD.org>

Fix bug that occured when exec-ing program name containing "%" characters
failed --- the "%" chars would be interpreted as printf directives.


# f7c6bf57 27-Aug-1993 jtc <jtc@NetBSD.org>

Minor tweaks: including header files to bring prototypes into scope,
explicitly declaring function return values, etc. to make gcc -Wall
shut up.


# 7b5c7989 27-Aug-1993 jtc <jtc@NetBSD.org>

Changed to be POSIX.2 compliant.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# b3617ad5 12-Jul-1993 jtc <jtc@NetBSD.org>

Don't core dump when invoked with no arguments.
Understand negative priorities.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources