proplib - Verbatim import from NetBSD
authorAlex Hornung <ahornung@gmail.com>
Sun, 18 Apr 2010 17:02:41 +0000 (17:02 +0000)
committerAlex Hornung <ahornung@gmail.com>
Wed, 2 Jun 2010 13:40:31 +0000 (13:40 +0000)
commit349fb21870aeb39652687eb3e02fdc909dbfbf59
tree299f2c0fda08b049c0368a190cf78528b88741fc
parente1045396636c475fe9f77d467c70cec3b99680d9
proplib - Verbatim import from NetBSD
47 files changed:
common/include/prop/CVS/Entries [new file with mode: 0644]
common/include/prop/CVS/Repository [new file with mode: 0644]
common/include/prop/CVS/Root [new file with mode: 0644]
common/include/prop/Makefile [new file with mode: 0644]
common/include/prop/plistref.h [new file with mode: 0644]
common/include/prop/prop_array.h [new file with mode: 0644]
common/include/prop/prop_bool.h [new file with mode: 0644]
common/include/prop/prop_data.h [new file with mode: 0644]
common/include/prop/prop_dictionary.h [new file with mode: 0644]
common/include/prop/prop_ingest.h [new file with mode: 0644]
common/include/prop/prop_number.h [new file with mode: 0644]
common/include/prop/prop_object.h [new file with mode: 0644]
common/include/prop/prop_string.h [new file with mode: 0644]
common/include/prop/proplib.h [new file with mode: 0644]
common/lib/libprop/CVS/Entries [new file with mode: 0644]
common/lib/libprop/CVS/Repository [new file with mode: 0644]
common/lib/libprop/CVS/Root [new file with mode: 0644]
common/lib/libprop/Makefile.inc [new file with mode: 0644]
common/lib/libprop/prop_array.3 [new file with mode: 0644]
common/lib/libprop/prop_array.c [new file with mode: 0644]
common/lib/libprop/prop_array_util.3 [new file with mode: 0644]
common/lib/libprop/prop_array_util.c [new file with mode: 0644]
common/lib/libprop/prop_bool.3 [new file with mode: 0644]
common/lib/libprop/prop_bool.c [new file with mode: 0644]
common/lib/libprop/prop_copyin_ioctl.9 [new file with mode: 0644]
common/lib/libprop/prop_data.3 [new file with mode: 0644]
common/lib/libprop/prop_data.c [new file with mode: 0644]
common/lib/libprop/prop_dictionary.3 [new file with mode: 0644]
common/lib/libprop/prop_dictionary.c [new file with mode: 0644]
common/lib/libprop/prop_dictionary_util.3 [new file with mode: 0644]
common/lib/libprop/prop_dictionary_util.c [new file with mode: 0644]
common/lib/libprop/prop_ingest.3 [new file with mode: 0644]
common/lib/libprop/prop_ingest.c [new file with mode: 0644]
common/lib/libprop/prop_kern.c [new file with mode: 0644]
common/lib/libprop/prop_number.3 [new file with mode: 0644]
common/lib/libprop/prop_number.c [new file with mode: 0644]
common/lib/libprop/prop_object.3 [new file with mode: 0644]
common/lib/libprop/prop_object.c [new file with mode: 0644]
common/lib/libprop/prop_object_impl.h [new file with mode: 0644]
common/lib/libprop/prop_rb.c [new file with mode: 0644]
common/lib/libprop/prop_rb_impl.h [new file with mode: 0644]
common/lib/libprop/prop_send_ioctl.3 [new file with mode: 0644]
common/lib/libprop/prop_stack.c [new file with mode: 0644]
common/lib/libprop/prop_stack.h [new file with mode: 0644]
common/lib/libprop/prop_string.3 [new file with mode: 0644]
common/lib/libprop/prop_string.c [new file with mode: 0644]
common/lib/libprop/proplib.3 [new file with mode: 0644]