Subject: CVS commit: src/sys/compat
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 06/03/2003 06:48:50
Module Name:	src
Committed By:	manu
Date:		Tue Jun  3 06:48:50 UTC 2003

Modified Files:
	src/sys/compat/darwin: darwin_iohidsystem.c
	src/sys/compat/mach: mach_iokit.c mach_iokit.h mach_message.c
	    mach_message.h mach_namemap.c

Log Message:
Added IOHIDSystem properties (this is about keyboard mapping)
Also added a ssize arg to mach trap args so that trap handler are aware
of the sent packet size.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/compat/darwin/darwin_iohidsystem.c
cvs rdiff -r1.19 -r1.20 src/sys/compat/mach/mach_iokit.c
cvs rdiff -r1.16 -r1.17 src/sys/compat/mach/mach_iokit.h
cvs rdiff -r1.24 -r1.25 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.15 -r1.16 src/sys/compat/mach/mach_message.h
cvs rdiff -r1.29 -r1.30 src/sys/compat/mach/mach_namemap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.