Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/compat



Module Name:    src
Committed By:   manu
Date:           Tue Dec  9 11:29:01 UTC 2003

Modified Files:
        src/sys/compat/darwin: darwin_ioframebuffer.c darwin_iohidsystem.c
        src/sys/compat/mach: mach_bootstrap.c mach_clock.c mach_errno.c
            mach_host.c mach_iokit.c mach_message.c mach_message.h
            mach_notify.c mach_port.c mach_port.h mach_semaphore.c mach_task.c
            mach_thread.c mach_vm.c

Log Message:
Move most of the code involved into message header, trailer, and descriptor
construction to inline functions. This removes a lot of redundent code
from Mach services


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/compat/darwin/darwin_ioframebuffer.c
cvs rdiff -r1.23 -r1.24 src/sys/compat/darwin/darwin_iohidsystem.c
cvs rdiff -r1.9 -r1.10 src/sys/compat/mach/mach_bootstrap.c \
    src/sys/compat/mach/mach_clock.c
cvs rdiff -r1.12 -r1.13 src/sys/compat/mach/mach_errno.c \
    src/sys/compat/mach/mach_notify.c
cvs rdiff -r1.25 -r1.26 src/sys/compat/mach/mach_host.c
cvs rdiff -r1.28 -r1.29 src/sys/compat/mach/mach_iokit.c \
    src/sys/compat/mach/mach_thread.c
cvs rdiff -r1.36 -r1.37 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.22 -r1.23 src/sys/compat/mach/mach_message.h
cvs rdiff -r1.45 -r1.46 src/sys/compat/mach/mach_port.c
cvs rdiff -r1.30 -r1.31 src/sys/compat/mach/mach_port.h
cvs rdiff -r1.6 -r1.7 src/sys/compat/mach/mach_semaphore.c
cvs rdiff -r1.48 -r1.49 src/sys/compat/mach/mach_task.c
cvs rdiff -r1.43 -r1.44 src/sys/compat/mach/mach_vm.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