Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-7] src/common
Module Name: src
Committed By: martin
Date: Tue Oct 30 19:49:07 UTC 2018
Modified Files:
src/common/include/prop [netbsd-7]: prop_array.h prop_dictionary.h
src/common/lib/libprop [netbsd-7]: prop_copyin_ioctl.9 prop_kern.c
Log Message:
Pull up following revision(s) (requested by sborrill in ticket #1645):
common/include/prop/prop_dictionary.h: revision 1.16
common/include/prop/prop_array.h: revision 1.15
common/lib/libprop/prop_kern.c: revision 1.21
common/lib/libprop/prop_copyin_ioctl.9: revision 1.12
common/include/prop/prop_array.h: revision 1.16
common/lib/libprop/prop_kern.c: revision 1.22 (patch)
common/lib/libprop/prop_kern.c: revision 1.23 (patch)
add sized versions of the copyin ioctls.
-
add sized versions of the copyin ioctls
-
Update for the new *_size() functions recently added. Mention the
implicit size limit (128KB) for the functions which do not take an
explicit limit argument.
-
fix args
-
missing brace
-
call the proper size functions
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.22.1 src/common/include/prop/prop_array.h
cvs rdiff -u -r1.14 -r1.14.22.1 src/common/include/prop/prop_dictionary.h
cvs rdiff -u -r1.9 -r1.9.26.1 src/common/lib/libprop/prop_copyin_ioctl.9
cvs rdiff -u -r1.17.22.2 -r1.17.22.3 src/common/lib/libprop/prop_kern.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