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: dsl
Date: Sat May 12 20:27:57 UTC 2007
Modified Files:
src/sys/compat/ibcs2: ibcs2_misc.c
src/sys/compat/osf1: osf1_time.c
src/sys/compat/sunos: sunos_misc.c
src/sys/compat/sunos32: sunos32.h sunos32_misc.c
src/sys/dev: clockctl.c
src/sys/kern: kern_time.c
src/sys/sys: timevar.h
Log Message:
Change interface to settimeofday1() so that it can also be used from
compat code in order to avoid the stackgap.
To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/sys/compat/ibcs2/ibcs2_misc.c
cvs rdiff -r1.12 -r1.13 src/sys/compat/osf1/osf1_time.c
cvs rdiff -r1.148 -r1.149 src/sys/compat/sunos/sunos_misc.c
cvs rdiff -r1.11 -r1.12 src/sys/compat/sunos32/sunos32.h
cvs rdiff -r1.48 -r1.49 src/sys/compat/sunos32/sunos32_misc.c
cvs rdiff -r1.21 -r1.22 src/sys/dev/clockctl.c
cvs rdiff -r1.118 -r1.119 src/sys/kern/kern_time.c
cvs rdiff -r1.7 -r1.8 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