cvs commit: src/sys/sys rtprio.h thr.h src/sys/kern kern_resource.c kern_thr.c syscalls.master

David Xu davidxu at FreeBSD.org
Wed Sep 20 21:18:46 PDT 2006


davidxu     2006-09-21 04:18:46 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              rtprio.h thr.h 
    sys/kern             kern_resource.c kern_thr.c 
                         syscalls.master 
  Log:
  Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparam
  with rtprio_thread, while rtprio system call is for process only, the new
  system call rtprio_thread is responsible for LWP.
  
  Revision  Changes    Path
  1.160     +95 -0     src/sys/kern/kern_resource.c
  1.52      +21 -198   src/sys/kern/kern_thr.c
  1.228     +4 -9      src/sys/kern/syscalls.master
  1.15      +1 -0      src/sys/sys/rtprio.h
  1.10      +2 -14     src/sys/sys/thr.h


More information about the cvs-src mailing list