Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   ad
Date:           Thu Jan 29 22:00:26 UTC 2009

Modified Files:
        src/share/man/man9: kthread.9
        src/sys/kern: kern_kthread.c
        src/sys/sys: kthread.h

Log Message:
- Allow creating timeshard kthreads. To be used to fix the RAIDframe
  parity rewrite issue.
- Create kthreads in the SCHED_RR class by default, not SCHED_FIFO.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/share/man/man9/kthread.9
cvs rdiff -r1.24 -r1.25 src/sys/kern/kern_kthread.c
cvs rdiff -r1.7 -r1.8 src/sys/sys/kthread.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