Module Name: src Committed By: bouyer Date: Wed Jan 19 20:34:24 UTC 2011
Modified Files: src/common/include/prop: prop_array.h prop_dictionary.h src/common/lib/libprop: prop_copyin_ioctl.9 prop_kern.c proplib.3 src/distrib/sets/lists/comp: mi src/lib/libprop: Makefile Added Files: src/common/lib/libprop: prop_send_syscall.3 Log Message: - Implement prop_{array,dictionary}_copyout(), based on prop_{array,dictionary}_copyout_ioctl(). - Implement prop_{array,dictionary}_recv_syscall(), which takes as parameter the pref we got from kernel and internalize it, and unmaps the buffer prop_{array,dictionary}_copyout() mapped for us. - add a prop_{array,dictionary}_send_syscall() for symetry, which is an alias to prop_{array,dictionary}_externalize_to_pref() Discussed on tech-kern@ and tech-userlevel@ To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/common/include/prop/prop_array.h cvs rdiff -u -r1.10 -r1.11 src/common/include/prop/prop_dictionary.h cvs rdiff -u -r1.7 -r1.8 src/common/lib/libprop/prop_copyin_ioctl.9 cvs rdiff -u -r1.14 -r1.15 src/common/lib/libprop/prop_kern.c cvs rdiff -u -r0 -r1.1 src/common/lib/libprop/prop_send_syscall.3 cvs rdiff -u -r1.6 -r1.7 src/common/lib/libprop/proplib.3 cvs rdiff -u -r1.1572 -r1.1573 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.17 -r1.18 src/lib/libprop/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.