Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat
Module Name: src
Committed By: njoly
Date: Fri Oct 3 22:39:36 UTC 2008
Modified Files:
src/sys/compat/linux/common: linux_misc_notalpha.c
src/sys/compat/linux32/common: linux32_unistd.c
Log Message:
Compat linux/linux32 nice(2) fix. The syscall argument is an increment
to be added to the current nice value, not an absolute value to be
set.
To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 src/sys/compat/linux/common/linux_misc_notalpha.c
cvs rdiff -r1.23 -r1.24 src/sys/compat/linux32/common/linux32_unistd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index