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:   simonb
Date:           Fri Nov 11 07:07:42 UTC 2005

Modified Files:
        src/sys/compat/mach: mach_clock.c
        src/sys/compat/netbsd32: netbsd32_time.c
        src/sys/dev/wscons: wsdisplay.c wskbd.c wsmux.c
        src/sys/kern: kern_time.c uipc_usrreq.c

Log Message:
Call nanotime() directly, instead of doing the
microtime()/TIMEVAL_TO_TIMESPEC() dance.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/compat/mach/mach_clock.c
cvs rdiff -r1.13 -r1.14 src/sys/compat/netbsd32/netbsd32_time.c
cvs rdiff -r1.85 -r1.86 src/sys/dev/wscons/wsdisplay.c
cvs rdiff -r1.83 -r1.84 src/sys/dev/wscons/wskbd.c
cvs rdiff -r1.38 -r1.39 src/sys/dev/wscons/wsmux.c
cvs rdiff -r1.95 -r1.96 src/sys/kern/kern_time.c
cvs rdiff -r1.84 -r1.85 src/sys/kern/uipc_usrreq.c

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