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:   cube
Date:           Mon Jul 11 19:50:42 UTC 2005

Modified Files:
        src/sys/compat/netbsd32: netbsd32_time.c
        src/sys/kern: kern_time.c
        src/sys/sys: time.h

Log Message:
Split sys_getitimer and sys_setitimer to make it possible to share the
relevant code with the COMPAT_NETBSD32 version, and make the latter use
the new functions.

This fixes netbsd32_setitimer() which had drifted from the native syscall
and did not work properly anymore.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/compat/netbsd32/netbsd32_time.c
cvs rdiff -r1.90 -r1.91 src/sys/kern/kern_time.c
cvs rdiff -r1.46 -r1.47 src/sys/sys/time.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