| Age | Commit message (Expand) | Author |
| 2008-08-11 | Provide assembly _atomic_cas_up() as the compiler cannot be trusted to | skrll |
| 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-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-05-25 | enable profiling of assembly functions. | chs |
| 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 |
| 2008-03-25 | bcopy does not return ptr. | christos |
| 2008-03-25 | fix #ifdefs for BCOPY | christos |
| 2008-03-25 | add bcopy and bzero for the benefit of loadfile. | christos |
| 2008-03-25 | add __OPTIMIZE_SIZE__ versions. | christos |
| 2008-03-24 | Add atomic_cas_foo_ni alias. | kochi |
| 2008-03-20 | Add ia64 MI atomic ops. | kochi |
| 2008-03-07 | oops | ad |
| 2008-03-07 | In libc, use the MI atomic_cas(). The assembly version is faster, but I | ad |
| 2008-03-06 | Including assym.h is not needed and will break the build, because it does not | phx |
| 2008-02-21 | Add tuned powerpc assembler written by IBM and released under a 3-clause | garbled |
| 2008-02-16 | For all files under src/common, as well as related man pages under | apb |
| 2008-02-16 | C99 is no longer "very recent". Adjust a comment accordingly, and | apb |
| 2008-02-13 | add missing %. (hi matt!) | dogcow |
| 2008-02-12 | Always enable memory barriers in userspace, otherwise libpthread won't | ad |
| 2008-02-12 | Correct a dodgy alias. | ad |
| 2008-02-12 | Use %rN as all new code is supposed to. | matt |