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