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:   christos
Date:           Mon Dec  5 00:16:34 UTC 2005

Modified Files:
        src/sys/compat/linux/common: linux_misc_notalpha.c
        src/sys/dev: clockctl.c
        src/sys/kern: init_sysctl.c kern_time.c
        src/sys/sys: time.h

Log Message:
- make settime take timespec.
- avoid wrapping of time in settime.
- pass struct proc down so that we can log a detailed message.


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/sys/compat/linux/common/linux_misc_notalpha.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/clockctl.c
cvs rdiff -r1.56 -r1.57 src/sys/kern/init_sysctl.c
cvs rdiff -r1.97 -r1.98 src/sys/kern/kern_time.c
cvs rdiff -r1.51 -r1.52 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