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_kern.c
Age
Commit message (
Expand
)
Author
2022-08-03
proplib: Nix trailing whitespace.
riastradh
2018-10-14
remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had
jdolecek
2017-01-29
call the proper size functions
christos
2017-01-29
missing brace
christos
2017-01-29
add sized versions of the copyin ioctls
christos
2017-01-15
bump to 128K (because of npf large rules) and return E2BIG.
christos
2015-05-11
Limit size of xml buffer for userland requests (From Mateusz Kocielski)
christos
2014-12-14
add a new "fo_mmap" fileops method to allow use of arbitrary uvm_objects for
chs
2011-09-30
Fix an implementation inconsistency with the prop_*_send_syscall() and
jym
2011-01-20
prop_*_copyout takes an object as second parameter, not a pointer to object.
bouyer
2011-01-19
- Implement prop_{array,dictionary}_copyout(), based on
bouyer
2010-12-14
Use a consistent approach for rump kernel calls made by libs.
pooka
2009-10-11
Back out previous. Builds for me and on autobuild cluster.
bad
2009-10-10
make this compile again.
christos
2009-10-10
Implement prop_array_externalize_to_pref(), prop_array_copyin(),
bad
2009-09-13
Wipe out the last vestiges of POOL_INIT with one swift stroke. In
pooka
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-08-16
libprop is currently using a recursive parser. While this is fine for
joerg
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-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-07-05
Add kernel and user space parts of a protocol for sending property lists
thorpej