index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
lib
/
libprop
/
prop_bool.c
Age
Commit message (
Expand
)
Author
2020-06-06
Improvements to the problib(3) API:
thorpej
2019-05-08
Fix building libprop as a host tool library on platforms that don't have
thorpej
2009-01-03
Get rid of locks with static initializers using once and atomic ops.
pooka
2008-08-03
Fix an issue introduced with the prop_stack change: It's not a good idea to
thorpej
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-01-05
Include sys/simplelock.h in prop_object_impl.h.
ad
2008-01-04
sys/simplelock.h is required now.
xtraeme
2007-08-30
Avoid using unbound amount of stack frames in prop_object_equal
joerg
2007-08-16
libprop is currently using a recursive parser. While this is fine for
joerg
2007-08-16
boolean_t -> bool
thorpej
2006-10-16
Add a _PROP_ARG_UNUSED that expands to __unused on NetBSD and to nothing
thorpej
2006-10-15
de-lint.
christos
2006-10-12
_prop_bool_free(): Consume all of the arguments.
thorpej
2006-10-03
- Add a reader-writer lock to array and dictionary objects that ensures that
thorpej
2006-08-22
Also guard object accessors against NULL (like we do foreign object types)
thorpej
2006-08-21
Several changes to proplib:
thorpej
2006-07-05
Reduce the memory footprint for prop_bool_t objects significantly, taking
thorpej
2006-05-18
- Add prop_array_equals(), prop_dictionary_equals(), and
thorpej
2006-04-27
Initial commit of proplib, a library for manipulating property lists and
thorpej