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