Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2006 04:18:46 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys rtprio.h thr.h src/sys/kern kern_resource.c kern_thr.c syscalls.master
Message-ID:  <200609210418.k8L4IkOu027818@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609210418.k8L4IkOu027818>