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