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_object_impl.h
Age
Commit message (
Expand
)
Author
2020-06-12
Change previous to only apply when building with clang.
thorpej
2020-06-11
Unbreak clang builds by removing questionable linker warning sections
joerg
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
2015-05-11
Don't treat NUL (EOF) as SPACE. All the code that uses _PROP_ISSPACE() checks
christos
2012-07-27
Bit-un-rot the proplib portability layer.
pooka
2009-09-13
Wipe out the last vestiges of POOL_INIT with one swift stroke. In
pooka
2009-01-03
Get rid of locks with static initializers using once and atomic ops.
pooka
2008-11-30
Fix two race conditions in proplib library. In prop_dictionary and prop_number
haad
2008-08-03
Fix an issue introduced with the prop_stack change: It's not a good idea to
thorpej
2008-05-24
revert the recent "use trylock to hide locking errors" changes
yamt
2008-05-07
Change the argument of _PROP_RWLOCK_TRYRDLOCK() to the lock member and not
tron
2008-05-07
Replace _prop_rwlock_tryrdlock() by a macro _PROP_RWLOCK_TRYRDLOCK().
tron
2008-05-07
Fix a "#define<tab><tab>" that crept in to previous.
simonb
2008-05-06
prop_object_iterator_next() and prop_object_iterator_reset() were
xtraeme
2008-05-06
Do not acquire the rwlock recursively in prop_{array,dictionary}_iterator_res...
xtraeme
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
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
2007-07-29
lockmgr > rwlock
ad
2007-07-17
Consider '\r' to be white space. Discussed with and also kept as local
joerg
2007-07-16
prop_array_internalize and prop_dictionary_internalize are basically the
joerg
2007-03-12
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
ad
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-16
Add a _PROP_ARG_UNUSED that expands to __unused on NetBSD and to nothing
thorpej
2006-10-15
de-lint.
christos
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-09
Adapt Matt Thomas's red-black tree implementation for use in proplib. This
thorpej
2006-08-21
Several changes to proplib:
thorpej
2006-05-18
Move all of the locking compatibility definitions into prop_object_impl.h.
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