| Age | Commit message (Expand) | Author |
| 2007-06-21 | Xref prop_dictionary_util(3) and prop_send_ioctl(3). | xtraeme |
| 2007-05-10 | Typo: prop_dictionary_receive_ioctl -> prop_dictionary_recv_ioctl. | xtraeme |
| 2007-04-28 | It's "Copy a dictionary" not "Copy an dictionary". preempt wiz and | xtraeme |
| 2007-04-22 | correct a section number. | yamt |
| 2007-04-22 | correct function names. | yamt |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-04 | Fix white space skipping before closing tag when padding characters | dillo |
| 2007-02-22 | Add prop_data_size() to SYNOPSIS. | freza |
| 2007-02-02 | Fix typo. | mjf |
| 2006-11-28 | Add a comment to explain how the value for uaddr is chosen. Maybe uvm_mmap | cube |
| 2006-11-28 | In _prop_object_copyout_ioctl, uaddr was not initialised, although it is | cube |
| 2006-10-26 | Add prop_array_t support to prop_kern. | thorpej |
| 2006-10-26 | - Add prop_dictionary_all_keys(). Takes a snapshot of a dictionary's | thorpej |
| 2006-10-19 | sysconf() returns long, which isn't neccessarily assignment-compatible | he |
| 2006-10-18 | Backout size_t casts - lint has been fixed. | martin |
| 2006-10-18 | Sprinkle a few size_t casts to avoid conversion warnings. | martin |
| 2006-10-18 | Add casts to apease lint. | martin |
| 2006-10-16 | Add a _PROP_ARG_UNUSED that expands to __unused on NetBSD and to nothing | thorpej |
| 2006-10-15 | delete junk I accidentally committed. | christos |
| 2006-10-15 | de-lint. | christos |
| 2006-10-15 | Make it compile with -Wextra on big endian machines (at lest the #if in the | martin |
| 2006-10-14 | Put macro argument right after macro, not in next line. | wiz |
| 2006-10-12 | Appease our stupid lint. | thorpej |
| 2006-10-12 | Make prop_number_t handle both signed and unsigned numbers. The *integer* | thorpej |
| 2006-10-12 | Make this compile with -Wunused and handle the case where __predict_false() | thorpej |
| 2006-10-12 | _prop_object_fini(): Consume all of the arguments. | thorpej |
| 2006-10-12 | _prop_bool_free(): Consume all of the arguments. | thorpej |
| 2006-10-04 | fix build issue for !_KERNEL | dbj |
| 2006-10-03 | - Add a reader-writer lock to array and dictionary objects that ensures that | thorpej |
| 2006-09-27 | typos: prop_stringy_* -> prop_string_* | xtraeme |
| 2006-09-22 | unbreak kernel builds from the last fix | dogcow |
| 2006-09-22 | protect include of sys/mman.h when building _KERNEL or _STANDALONE | dbj |
| 2006-09-22 | Alter the protocol impemented by prop_kern to allow for bi-directional | thorpej |
| 2006-09-09 | Take the node indices out of the same namespace that <sys/tree.h> uses. | thorpej |
| 2006-09-09 | Revert previous. | thorpej |
| 2006-09-09 | Don't re-define RB_{LEFT,RIGHT,PARENT} before undef'ing them first. | xtraeme |
| 2006-09-09 | Adapt Matt Thomas's red-black tree implementation for use in proplib. This | thorpej |
| 2006-08-27 | complete initialization. | christos |
| 2006-08-23 | Remove duplicate word. Markup fixes. | wiz |
| 2006-08-23 | Bump date for previous. | wiz |
| 2006-08-22 | Also guard object accessors against NULL (like we do foreign object types) | thorpej |
| 2006-08-21 | Add a workaround for GCC -Wuninitialized, similar to the prop_array.c | he |
| 2006-08-21 | Add a workaround for a GCC -Wuninitialized mis-warning (seen for mips). | he |
| 2006-08-21 | Several changes to proplib: | thorpej |
| 2006-07-09 | Make HTML-safe. | wiz |
| 2006-07-09 | Sort SEE ALSO, make HTML-safe. | wiz |
| 2006-07-09 | Drop trailing whitespace. | wiz |
| 2006-07-07 | Change prop_number_t to store a uint64_t, rather than a uintmax_t. No | thorpej |
| 2006-07-07 | Use a red-black tree to unique'ify the dictionary key symbols, rather than | thorpej |
| 2006-07-05 | Add kernel and user space parts of a protocol for sending property lists | thorpej |