Source-Changes archive

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

CVS commit: src/sys/compat/mach



Module Name:    src
Committed By:   manu
Date:           Mon Dec 29 01:30:28 UTC 2003

Modified Files:
        src/sys/compat/mach: mach_host.c mach_host.h mach_services.c
            mach_services.h mach_services.master mach_services_names.c
            mach_thread.c mach_thread.h

Log Message:
Added Mach services (no real implementation, just empty shells to make
userland happy)
processor_set_default, host_processor_set_priv, and thread_set_policy


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/compat/mach/mach_host.c
cvs rdiff -r1.13 -r1.14 src/sys/compat/mach/mach_host.h
cvs rdiff -r1.12 -r1.13 src/sys/compat/mach/mach_services.c \
    src/sys/compat/mach/mach_services.h
cvs rdiff -r1.9 -r1.10 src/sys/compat/mach/mach_services.master \
    src/sys/compat/mach/mach_services_names.c
cvs rdiff -r1.32 -r1.33 src/sys/compat/mach/mach_thread.c
cvs rdiff -r1.15 -r1.16 src/sys/compat/mach/mach_thread.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