summaryrefslogtreecommitdiff
path: root/common/lib/libprop
AgeCommit message (Expand)Author
2007-10-11Fix a typo that has been there forever. prop_dictionary_set:xtraeme
2007-08-30tyop: guaranty -> guarantee.xtraeme
2007-08-30Avoid using unbound amount of stack frames in prop_object_equaljoerg
2007-08-16libprop is currently using a recursive parser. While this is fine forjoerg
2007-08-16boolean_t -> boolthorpej
2007-07-29lockmgr > rwlockad
2007-07-17Consider '\r' to be white space. Discussed with and also kept as localjoerg
2007-07-16prop_array_internalize and prop_dictionary_internalize are basically thejoerg
2007-07-07Fix the prototyp of prop_dictionary_set_keysym in the DESCRIPTION partdegroote
2007-06-21Xref prop_dictionary_util(3) and prop_send_ioctl(3).xtraeme
2007-05-10Typo: prop_dictionary_receive_ioctl -> prop_dictionary_recv_ioctl.xtraeme
2007-04-28It's "Copy a dictionary" not "Copy an dictionary". preempt wiz andxtraeme
2007-04-22correct a section number.yamt
2007-04-22correct function names.yamt
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-04Fix white space skipping before closing tag when padding charactersdillo
2007-02-22Add prop_data_size() to SYNOPSIS.freza
2007-02-02Fix typo.mjf
2006-11-28Add a comment to explain how the value for uaddr is chosen. Maybe uvm_mmapcube
2006-11-28In _prop_object_copyout_ioctl, uaddr was not initialised, although it iscube
2006-10-26Add prop_array_t support to prop_kern.thorpej
2006-10-26- Add prop_dictionary_all_keys(). Takes a snapshot of a dictionary'sthorpej
2006-10-19sysconf() returns long, which isn't neccessarily assignment-compatiblehe
2006-10-18Backout size_t casts - lint has been fixed.martin
2006-10-18Sprinkle a few size_t casts to avoid conversion warnings.martin
2006-10-18Add casts to apease lint.martin
2006-10-16Add a _PROP_ARG_UNUSED that expands to __unused on NetBSD and to nothingthorpej
2006-10-15delete junk I accidentally committed.christos
2006-10-15de-lint.christos
2006-10-15Make it compile with -Wextra on big endian machines (at lest the #if in themartin
2006-10-14Put macro argument right after macro, not in next line.wiz
2006-10-12Appease our stupid lint.thorpej
2006-10-12Make prop_number_t handle both signed and unsigned numbers. The *integer*thorpej
2006-10-12Make 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-04fix build issue for !_KERNELdbj
2006-10-03- Add a reader-writer lock to array and dictionary objects that ensures thatthorpej
2006-09-27typos: prop_stringy_* -> prop_string_*xtraeme
2006-09-22unbreak kernel builds from the last fixdogcow
2006-09-22protect include of sys/mman.h when building _KERNEL or _STANDALONEdbj
2006-09-22Alter the protocol impemented by prop_kern to allow for bi-directionalthorpej
2006-09-09Take the node indices out of the same namespace that <sys/tree.h> uses.thorpej
2006-09-09Revert previous.thorpej
2006-09-09Don't re-define RB_{LEFT,RIGHT,PARENT} before undef'ing them first.xtraeme
2006-09-09Adapt Matt Thomas's red-black tree implementation for use in proplib. Thisthorpej
2006-08-27complete initialization.christos
2006-08-23Remove duplicate word. Markup fixes.wiz
2006-08-23Bump date for previous.wiz
2006-08-22Also guard object accessors against NULL (like we do foreign object types)thorpej