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
Age
Commit message (
Expand
)
Author
2008-08-11
Provide assembly _atomic_cas_up() as the compiler cannot be trusted to
skrll
2008-08-11
typo in comment and white-space fixes mostly from Stathis Kamperis
christos
2008-08-03
Fix an issue introduced with the prop_stack change: It's not a good idea to
thorpej
2008-08-03
Fix a typo.
thorpej
2008-07-27
Don't convert cpuid_t through int while testing it for being in range.
dholland
2008-07-14
Add few KASSERTs.
rmind
2008-06-30
Changes to make lint STFU.
matt
2008-06-30
Change tree op members/typedefs to rbto_compare_* from rb_compare_*
matt
2008-06-30
Move rb.c from sys/lib/libkern to common so it can be in both libc and libkern.
matt
2008-06-23
+atomic_cas_*_ni
ad
2008-06-23
Install manual pages for the atomic ops.
ad
2008-06-22
Be consistent in how cpuset_nentries is computed in the kernel and
he
2008-06-22
kcpuset_isset: remove if-check. It is not reasonable for kernel,
rmind
2008-06-22
Separate cpuset and kcpuset, and only use the bits in userland. Requested
christos
2008-06-17
_prop_rb_tree_insert_node() now returns true/false to indicate if the
thorpej
2008-06-16
We don't need any of this in standalone mode.
christos
2008-06-16
little more lint
christos
2008-06-16
make lint happy
christos
2008-06-16
- Add general cpuset macros.
rmind
2008-06-15
cpuset_create: check the return value of calloc().
rmind
2008-06-15
- cpuset_create: pass correct argument to sysctl(3).
rmind
2008-06-15
Hook into sys
christos
2008-06-15
cpuset related functions, shared between the kernel and userland.
christos
2008-06-04
Sort SEE ALSO.
wiz
2008-06-03
Add prop_array_util functions to proplib. This code is copied/changed
haad
2008-06-02
Fix typo.
haad
2008-05-25
enable profiling of assembly functions.
chs
2008-05-24
fix recursive read-lock bugs found by lockdebug and reported
yamt
2008-05-24
revert the recent "use trylock to hide locking errors" changes
yamt
2008-05-15
In prop_data_create_data(blob, len), if len == 0, allocate no memory
dyoung
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
Xref prop_dictionary_util(3).
xtraeme
2008-05-06
Do not acquire the rwlock recursively in prop_{array,dictionary}_iterator_res...
xtraeme
2008-05-03
whitespace.
yamt
2008-05-03
rename END to ENDLABEL. i'll use END for other purpose. ok by Andrew Doran.
yamt
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
2008-04-30
Make this compile (missing register prefix).
tsutsui
2008-04-30
Assembly _atomic_cas_up() for mips. PR lib/38482.
ad
2008-04-29
Implement _atomic_cas_up() in assembly code as the compiler cannot be
scw
2008-04-29
Convert to new 2 clause license
martin
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-09
Use %xcc for 64-bit comparisons.
nakayama
2008-04-06
Fix pasto.
tsutsui
2008-04-05
Use .c version atomic ops for m68010.
tsutsui
2008-03-29
Do like the non-__OPTIMIZE_SIZE__ variant, and compile memset() unless
he
2008-03-29
Make the size-optimized memset() actually conform to the man page
he
2008-03-26
Add /* __OPTIMIZE_SIZE__ */ comments on relevant #else and #endif lines.
apb
[next]