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:   ad
Date:           Mon Apr 21 00:13:46 UTC 2008

Modified Files:
        src/sys/compat/linux/common: linux_misc_notalpha.c
        src/sys/kern: init_main.c kern_clock.c kern_time.c syscalls.master
        src/sys/sys: timevar.h

Log Message:
timer fixes for PR 37093:

- Fix serious concurrency problems, making the code MT and MP safe in
  the process.
- Don't allocate memory or inspect process state from hardclock().


To generate a diff of this commit:
cvs rdiff -r1.100 -r1.101 src/sys/compat/linux/common/linux_misc_notalpha.c
cvs rdiff -r1.349 -r1.350 src/sys/kern/init_main.c
cvs rdiff -r1.119 -r1.120 src/sys/kern/kern_clock.c
cvs rdiff -r1.141 -r1.142 src/sys/kern/kern_time.c
cvs rdiff -r1.196 -r1.197 src/sys/kern/syscalls.master
cvs rdiff -r1.20 -r1.21 src/sys/sys/timevar.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