summaryrefslogtreecommitdiff
path: root/common/lib
AgeCommit message (Expand)Author
2010-03-12Add memset to libkern on vax, moving existing memset.S to src/common.uwe
2010-02-18Fix typo (specifed -> specified).wiz
2010-01-24Fix unaligned access in *_Final for SHA224/SHA256/SHA384.joerg
2010-01-14Move AMD64's bswap64 implementation from libc to src/common and share itjoerg
2009-12-19Don't export __ffstab, it's used only in this routine. This getspooka
2009-12-14Add two missing functions to the SYNOPSIS. From Silas Silva in PR 42415.dholland
2009-12-14Fix some ordering inconsistencies, noted by Silas Silva in PR 42415.dholland
2009-12-14Minor wording fix/clarification (sending -> copying) from Silas Silvadholland
2009-12-14Merge from matt-nb5-mips64matt
2009-12-05Fix prop_dictionary_ensure_capacity signature, bump date.wiz
2009-11-26Use strong alias within the kernel namespace regardless of if we'repooka
2009-11-22Align to the destination buffer.dsl
2009-11-21Avoid doing two 'rep movs' operations.dsl
2009-11-09New binutils seems to want end of functions marked.skrll
2009-11-06Fix unaligned access as reported in PR port-sparc/42273joerg
2009-11-06Improve portability and clarity by using uint8_t for the byte datajoerg
2009-10-11Back out previous. Builds for me and on autobuild cluster.bad
2009-10-11Sort sections. New sentence, new line.wiz
2009-10-10make this compile again.christos
2009-10-10Implement prop_array_externalize_to_pref(), prop_array_copyin(),bad
2009-09-13Wipe out the last vestiges of POOL_INIT with one swift stroke. Inpooka
2009-08-21__strong_alias(foo,foo) is... pointless.skrll
2009-08-21Don't define weak aliases if _STANDALONE.skrll
2009-08-05Fix a comment to not be self-referencing.joerg
2009-08-01In the misaligned case, xor the read word with the target patterndsl
2009-08-01Remove some long dependant instruction sequences (ie allow parallel code).dsl
2009-07-21remove stray semicolons, makes lint happy and lets the libc build proceeddrochner
2009-07-21Include limits.h.joerg
2009-07-21Make the constant u_longlong too, lint is just too stupid...joerg
2009-07-21Add explicit casts to make lint happy.joerg
2009-07-21Move popcount et al to src/common and add popcount32/popcount64.joerg
2009-07-20Put back dsl's string changes, but fix memchr.S to use cmp (ratherchristos
2009-07-20Put back dsl's string changes, but fix memchr.S to use cmp so that thechristos
2009-07-19revert changes that made new kernels hang in ACPI detectionchristos
2009-07-18A better memchr().dsl
2009-07-18Shorten a dependency chain by using 'sbb, xor' (at a time when carry is set)dsl
2009-07-18Remove a pointless _ALIGN_TEXT.dsl
2009-07-18Replace with a version that:dsl
2009-07-17Delete files that are no longer needed.dsl
2009-07-17Change all archs so that strchr.[cS] and strrchr.[cS] exist and generatedsl
2009-07-16Add asm files for str(r)chr by copying the files for (r)index fromdsl
2009-07-12Add netbsd copyright.dsl
2009-07-12Correct some commentsdsl
2009-07-11After alg 2 triggers, mask with ~x (alg 3) to ignore bytes with top bit set.dsl
2009-07-11Change comments about algorithms, 99.6% for random data isn't 'rare' in my book!dsl
2009-06-25Fix initialisation of SHA224.joerg
2009-06-19- move #include <sys/param.h> inside #if defined(_KERNEL) sectiontsutsui
2009-06-18Back out the addition of memset.c to the vax libkern, and instead dohe
2009-06-14Fix copy&paste errorsmartin
2009-06-11Provide fallback definitions of be[32|64]toh and htobe[32|64] forjoerg