summaryrefslogtreecommitdiff
path: root/common/lib
AgeCommit message (Expand)Author
2008-11-21fix build in _STANDALONE casejnemeth
2008-11-21Make lint happy (stupid lint).matt
2008-11-20Add new ptree (Patricia / RADIX tree) implementation to NetBSD.matt
2008-11-18Add an atomic_cas_8 which uses ldrex/strex.matt
2008-11-17oops, converted some #ifndef into #if defined...jnemeth
2008-11-17Convert all #ifdef _KERNEL to #if defined (_KERNEL) || defined(_STANDALONE)jnemeth
2008-11-16Our qsort() is inappropriate for kernel use because it makes recursivead
2008-11-16Make qsort() available in libkern.ad
2008-10-27Raise correct interrupt on division errors.joerg
2008-10-26look for COMMON_MACHINE_ARCH before MACHINE_ARCH or MACHINE_CPU.mrg
2008-10-25Emulate cpuid instruction.jmcneill
2008-09-29Allow atomic ops to be built as part of libpthread.ad
2008-09-11Add prop_array_add_int* and prop_array_add_uint* functions. These functionshaad
2008-09-10Prepare use of strtoull, strtoumax and strtoimax in tools/compat byjoerg
2008-08-22Properly deal with LIBC namespace issues.matt
2008-08-22Unbork cross-builds in tools/compat/dogcow
2008-08-20Fix build breakage by adding appropriate #includes.oster
2008-08-20Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into onejoerg
2008-08-16Add assembly versions of atomic ops with ldrex/strexmatt
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