| Age | Commit message (Expand) | Author |
| 2010-03-12 | Add memset to libkern on vax, moving existing memset.S to src/common. | uwe |
| 2010-01-24 | Fix unaligned access in *_Final for SHA224/SHA256/SHA384. | joerg |
| 2010-01-14 | Move AMD64's bswap64 implementation from libc to src/common and share it | joerg |
| 2009-12-19 | Don't export __ffstab, it's used only in this routine. This gets | pooka |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-11-26 | Use strong alias within the kernel namespace regardless of if we're | pooka |
| 2009-11-22 | Align to the destination buffer. | dsl |
| 2009-11-21 | Avoid doing two 'rep movs' operations. | dsl |
| 2009-11-09 | New binutils seems to want end of functions marked. | skrll |
| 2009-11-06 | Fix unaligned access as reported in PR port-sparc/42273 | joerg |
| 2009-11-06 | Improve portability and clarity by using uint8_t for the byte data | joerg |
| 2009-08-21 | __strong_alias(foo,foo) is... pointless. | skrll |
| 2009-08-21 | Don't define weak aliases if _STANDALONE. | skrll |
| 2009-08-05 | Fix a comment to not be self-referencing. | joerg |
| 2009-08-01 | In the misaligned case, xor the read word with the target pattern | dsl |
| 2009-08-01 | Remove some long dependant instruction sequences (ie allow parallel code). | dsl |
| 2009-07-21 | remove stray semicolons, makes lint happy and lets the libc build proceed | drochner |
| 2009-07-21 | Include limits.h. | joerg |
| 2009-07-21 | Make the constant u_longlong too, lint is just too stupid... | joerg |
| 2009-07-21 | Add explicit casts to make lint happy. | joerg |
| 2009-07-21 | Move popcount et al to src/common and add popcount32/popcount64. | joerg |
| 2009-07-20 | Put back dsl's string changes, but fix memchr.S to use cmp (rather | christos |
| 2009-07-20 | Put back dsl's string changes, but fix memchr.S to use cmp so that the | christos |
| 2009-07-19 | revert changes that made new kernels hang in ACPI detection | christos |
| 2009-07-18 | A better memchr(). | dsl |
| 2009-07-18 | Shorten a dependency chain by using 'sbb, xor' (at a time when carry is set) | dsl |
| 2009-07-18 | Remove a pointless _ALIGN_TEXT. | dsl |
| 2009-07-18 | Replace with a version that: | dsl |
| 2009-07-17 | Delete files that are no longer needed. | dsl |
| 2009-07-17 | Change all archs so that strchr.[cS] and strrchr.[cS] exist and generate | dsl |
| 2009-07-16 | Add asm files for str(r)chr by copying the files for (r)index from | dsl |
| 2009-07-12 | Add netbsd copyright. | dsl |
| 2009-07-12 | Correct some comments | dsl |
| 2009-07-11 | After alg 2 triggers, mask with ~x (alg 3) to ignore bytes with top bit set. | dsl |
| 2009-07-11 | Change comments about algorithms, 99.6% for random data isn't 'rare' in my book! | dsl |
| 2009-06-25 | Fix initialisation of SHA224. | joerg |
| 2009-06-19 | - move #include <sys/param.h> inside #if defined(_KERNEL) section | tsutsui |
| 2009-06-18 | Back out the addition of memset.c to the vax libkern, and instead do | he |
| 2009-06-14 | Fix copy&paste errors | martin |
| 2009-06-11 | Provide fallback definitions of be[32|64]toh and htobe[32|64] for | joerg |
| 2009-06-11 | use memcpy for bitcount writes to the buffer to avoid type punning issues. | christos |
| 2009-06-11 | - fix sha224 functions that used sha256 ctx, and add casts. | christos |
| 2009-06-11 | KNF | joerg |
| 2009-06-11 | De-uglify: | joerg |
| 2009-06-11 | Simplify by using sys/endian.h functions. Fixes Big Endian case for SHA2. | joerg |
| 2009-06-07 | fix comment typos. | yamt |
| 2009-05-26 | fix a comment | yamt |
| 2009-05-26 | rpst_iterate_next: remove an unnecessary assignment. | yamt |
| 2009-05-26 | rpst_iterate_first: fix a bug which causes unnecessary scan. | yamt |
| 2009-05-26 | sprinkle some inline | yamt |