| Age | Commit message (Expand) | Author |
| 2007-11-02 | use the ffs32 from bitops.h which is faster | christos |
| 2007-09-19 | Improve consistency between <sys/bswap.h> and what's actually | he |
| 2007-07-18 | cast to void* to avoid a fatal warning | drochner |
| 2007-07-18 | Fix SIGBUS issues on strict alignment issues. Use le32dec in RMD160 | joerg |
| 2007-06-21 | Apply the patch, with some minor tweaks, supplied in PR/36513. | scw |
| 2007-06-20 | Apply the patch supplied in PR/36512 to fix the buffer overlap check. | scw |
| 2007-06-04 | handle fortify, ansify. | christos |
| 2007-06-03 | Make these work with _FORTIFY_SOURCE, by overriding the fortified definitions | christos |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-31 | Add these so kernels built -O0 will link. | matt |
| 2007-02-19 | don't do the weak symbol thing in kernel context. | chs |
| 2007-02-18 | Make SHA512_Last static since it is not part of the API. Suggested by | christos |
| 2007-02-17 | make SHA512_Last weak. | christos |
| 2006-12-18 | remove bogus (void)&var; from Anon Ymous | christos |
| 2006-11-13 | Add strsep(3) to libkern. | dyoung |
| 2006-11-01 | Add include of <sys/param.h>, to allow vax kernels to build again. | he |
| 2006-10-27 | Simplify the __attribute__ ifdef mess now that __used does the right | uwe |
| 2006-10-27 | restruct the include files to look like the other hash functions. | christos |
| 2006-10-27 | this is shared with the kernel now. | christos |
| 2006-10-26 | Do the used/unused dance under #ifdef KERNEL too. Prevents mcount | uwe |
| 2006-10-08 | - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib. | thorpej |
| 2006-08-15 | Fix bug involving addresses >= 4G on ppc64. | ross |
| 2006-07-07 | add reachover ffs and strlen for ppc64 | ross |
| 2006-07-07 | revert | ross |
| 2006-07-07 | And yet more .S files... | ross |
| 2006-04-23 | Now that bcopy.S doesn't contain the actual implemenation, move it | uwe |
| 2006-04-22 | Move the code into memcpy.S. Adjust the other files accordingly. | uwe |
| 2006-04-22 | libc gets gcc millicode from libgcc, so we don't need to keep it | uwe |
| 2006-04-22 | Move strtoumax.c from libc/stdlib to common/libc/stdlib and include it | thorpej |
| 2006-04-07 | prefix local labels with ".L". | yamt |
| 2006-03-30 | remove bogus _LIBC defines. broke lint. | christos |
| 2006-03-13 | Enforce argument domain by assigning to a char variable and searching | martin |
| 2006-02-08 | Don't rename bswap{16,32} if either _KERNEL or _STANDALONE are defined, | simonb |
| 2006-02-05 | Don't do DIAGASSERT against NULL if _KERNEL This puts us back to | ross |
| 2006-02-04 | Define htonl &co as alternative names to bswap only if little endian. | uwe |
| 2006-02-04 | libc wants __bswapNN, kernel wants bswapNN. That was not accounted | uwe |
| 2006-01-13 | fix the mc68010 case. | christos |
| 2006-01-08 | always compile in the userland portion. XXX: We might want to change this | christos |
| 2006-01-05 | Add the m68010 versions of the integer multiply divide, modulo, | he |
| 2005-12-27 | Don't redefine _LOCORE if it's already defined. | tsutsui |
| 2005-12-27 | don't rename bswap{16,32} if defined(_KERNEL) || defined(_STANDALONE). | yamt |
| 2005-12-27 | make alpha kernel buildable again. | yamt |
| 2005-12-27 | lack of COMMON_ARCHDIR is not fatal. | yamt |
| 2005-12-27 | print a meaningful error rather than "Need an operator". | yamt |
| 2005-12-24 | Include <sys/param.h> first to make VAX port happy. | matt |
| 2005-12-24 | Don't include "DEFS.h" when <machine/asm.h> is enough. | matt |
| 2005-12-23 | Fix PR 32363 by defining _NOREGNAMES. | skrll |
| 2005-12-22 | move from libc. | christos |
| 2005-12-21 | x86_64 uses i386 assembly files in standalone mode. | christos |
| 2005-12-21 | conditionally build this on GPROF again. | christos |