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:   njoly
Date:           Sat Apr  3 17:20:06 UTC 2010

Modified Files:
        src/sys/compat/common: kern_time_50.c
        src/sys/compat/linux/common: linux_time.c
        src/sys/compat/linux32/common: linux32_time.c
        src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_time.c
        src/sys/kern: kern_time.c
        src/sys/sys: timevar.h

Log Message:
Move most clock_getres syscall code, except for coypout call, to a new
clock_getres1() function which can be used by emulations. Adjust all
clock_getres syscalls to now make of use it.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/common/kern_time_50.c
cvs rdiff -u -r1.30 -r1.31 src/sys/compat/linux/common/linux_time.c
cvs rdiff -u -r1.30 -r1.31 src/sys/compat/linux32/common/linux32_time.c
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/netbsd32/netbsd32_compat_50.c
cvs rdiff -u -r1.39 -r1.40 src/sys/compat/netbsd32/netbsd32_time.c
cvs rdiff -u -r1.163 -r1.164 src/sys/kern/kern_time.c
cvs rdiff -u -r1.27 -r1.28 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