Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   yamt
Date:           Sat Feb  9 16:58:01 UTC 2008

Modified Files:
        src/sys/kern: sys_sched.c syscalls.master
        src/sys/sys: sched.h

Log Message:
from rmind@,
- revert struct sched_param changes to restore ABI.
- instead, add 'policy' arguments to _sched_{get,set}param syscalls.
  (this is an API/ABI change.)
- correct kauth_authorize_process arguments.

while i'm here,
- don't bother to kmem_alloc for 4-byte structure.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/kern/sys_sched.c
cvs rdiff -r1.187 -r1.188 src/sys/kern/syscalls.master
cvs rdiff -r1.46 -r1.47 src/sys/sys/sched.h

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