NetBSD/common/lib/libprop
2011-01-20 11:17:58 +00:00
..
Makefile.inc Change tree op members/typedefs to rbto_compare_* from rb_compare_* 2008-06-30 20:14:09 +00:00
prop_array_util.3 Remove trailing whitespace. 2011-01-20 10:42:19 +00:00
prop_array_util.c Add prop_array_add_int* and prop_array_add_uint* functions. These functions 2008-09-11 13:15:13 +00:00
prop_array.3 Fix some ordering inconsistencies, noted by Silas Silva in PR 42415. 2009-12-14 06:03:23 +00:00
prop_array.c typo in comment and white-space fixes mostly from Stathis Kamperis 2008-08-11 05:54:21 +00:00
prop_bool.3 Fix a typo. 2008-08-03 03:11:28 +00:00
prop_bool.c Get rid of locks with static initializers using once and atomic ops. 2009-01-03 18:31:33 +00:00
prop_copyin_ioctl.9 Add commas in enumerations. 2011-01-20 10:47:33 +00:00
prop_data.3 Fix some ordering inconsistencies, noted by Silas Silva in PR 42415. 2009-12-14 06:03:23 +00:00
prop_data.c Properly handle empty data nodes (such as generated by Apple's 2009-01-25 06:59:35 +00:00
prop_dictionary_util.3 Fix typo. 2008-06-02 09:27:04 +00:00
prop_dictionary_util.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
prop_dictionary.3 Fix prop_dictionary_ensure_capacity signature, bump date. 2009-12-05 10:17:17 +00:00
prop_dictionary.c Fixes/improvements to RB-tree implementation: 2010-09-24 22:51:50 +00:00
prop_ingest.3 Fix typo (specifed -> specified). 2010-02-18 14:00:39 +00:00
prop_ingest.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
prop_kern.c prop_*_copyout takes an object as second parameter, not a pointer to object. 2011-01-20 11:17:58 +00:00
prop_number.3 New sentence, new line. Use Dq. 2011-01-20 10:44:42 +00:00
prop_number.c Fixes/improvements to RB-tree implementation: 2010-09-24 22:51:50 +00:00
prop_object_impl.h Wipe out the last vestiges of POOL_INIT with one swift stroke. In 2009-09-13 18:45:10 +00:00
prop_object.3 New sentence, new line. Use Dq. 2011-01-20 10:44:42 +00:00
prop_object.c Fix crash where user was able to crash proplib with trying to internalize 2009-03-30 07:42:51 +00:00
prop_rb_impl.h Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also 2010-09-25 01:42:38 +00:00
prop_rb.c _prop_rb_tree_insert_node() now returns true/false to indicate if the 2008-06-17 21:29:47 +00:00
prop_send_ioctl.3 Sort sections. 2011-01-20 10:45:10 +00:00
prop_send_syscall.3 Typos, wording. 2011-01-20 10:48:37 +00:00
prop_stack.c Avoid using unbound amount of stack frames in prop_object_equal 2007-08-30 12:23:53 +00:00
prop_stack.h Avoid using unbound amount of stack frames in prop_object_equal 2007-08-30 12:23:53 +00:00
prop_string.3 Add two missing functions to the SYNOPSIS. From Silas Silva in PR 42415. 2009-12-14 06:06:22 +00:00
prop_string.c Fix an issue introduced with the prop_stack change: It's not a good idea to 2008-08-03 04:00:12 +00:00
proplib.3 - Implement prop_{array,dictionary}_copyout(), based on 2011-01-19 20:34:23 +00:00