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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"