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
Age
Commit message (
Expand
)
Author
2007-10-11
Fix a typo that has been there forever. prop_dictionary_set:
xtraeme
2007-08-30
tyop: guaranty -> guarantee.
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
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-07-07
Fix the prototyp of prop_dictionary_set_keysym in the DESCRIPTION part
degroote
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
[next]