| Age | Commit message (Expand) | Author |
| 2002-01-02 | R5900 short-loop bug. | uch |
| 2001-12-27 | we need ffs(). | shin |
| 2001-12-27 | don't use .abicalls in kernel. | shin |
| 2001-12-27 | copy from libc/arch/mips/string | shin |
| 2001-12-04 | Replace some misuses of "then" with "than". | wiz |
| 2001-12-02 | Disable bzero/memset assembler implementation until the dependency | mjl |
| 2001-11-30 | Add assembler version of strlen. | mjl |
| 2001-11-30 | Outifdef some stuff not needed in the _KERNEL case. | mjl |
| 2001-11-29 | Add assembler versions of ffs, bzero and memset. | mjl |
| 2001-11-20 | Tidy up some memory copying cruft: | chris |
| 2001-11-13 | Sync to libc version of divsi3.S. This is to fix up the stack for 8 byte ali... | chris |
| 2001-10-16 | R5900 miss-prediction of branch targets for short-loop. | uch |
| 2001-09-21 | Make new gas happy. Use movzbl instead of xorl + movb. | fvdl |
| 2001-09-06 | On the 68010, don't bother with the by-8-longwords loop, instead | fredette |
| 2001-08-22 | 7450 requires a sync before the the isync (MPC7450UM - 3.4.4.8) | matt |
| 2001-07-13 | Provide bcopy() here. | thorpej |
| 2001-07-06 | Remove bcmp, bcopy and bzero. We don't need them as they aren't | toshii |
| 2001-07-01 | Sync with libc: use bzero-based assembly version of memset(). | kleink |
| 2001-06-19 | Initial commit of the port to AMD's upcoming 64 bit architecture, the | fvdl |
| 2001-05-16 | When MACHINE_ARCH is m68000, compile ffs.c and random.c | fredette |
| 2001-05-16 | Use the EXTBL macro where we want the extbl instruction. | fredette |
| 2001-05-16 | On the 68010, we are forced to do bytewise compares | fredette |
| 2001-05-13 | Make this work for PIC (as opposed to pic) without taking chances of fitting | kleink |
| 2001-04-26 | o IEEE 754 floating-point completion code. | ross |
| 2001-04-05 | Build strtoul.c | thorpej |
| 2001-02-27 | copy from lib/libc/arch/mips/gen | cgd |
| 2001-02-15 | Move arm32 over to using the shared ARM libkern. | bjh21 |
| 2001-02-14 | don't profile (use NENTRY() and ALTENTRY()) | msaitoh |
| 2001-02-14 | ENTRY() | msaitoh |
| 2001-02-14 | _C_LABEL() | msaitoh |
| 2001-01-23 | Sync with libc for licence update. | bjh21 |
| 2000-12-29 | Create a shared set of ARM sources for libkern and move arm26 over to using | bjh21 |
| 2000-12-16 | Pull across arm32 rev 1.4: | bjh21 |
| 2000-12-16 | Pull across arm32 rev 1.5: | bjh21 |
| 2000-12-14 | ALTENTRY() must die. | mycroft |
| 2000-12-14 | Copy from libc | bjh21 |
| 2000-12-14 | Use _C_LABEL | bjh21 |
| 2000-12-14 | Copy from libc | bjh21 |
| 2000-12-14 | Sync with arm32. | bjh21 |
| 2000-12-12 | These versions have different names than libc... | mycroft |
| 2000-12-12 | GC. | mycroft |
| 2000-12-12 | Update from libc. | mycroft |
| 2000-11-28 | Sync with libc: make function exit one instruction faster, and function one | is |
| 2000-11-27 | Sync with libc strncpy.S 1.11: optimized code by Hiroshi Horimoto. | is |
| 2000-11-01 | Add a strcasecmp(), modified from chopps's strncasecmp(). | thorpej |
| 2000-10-10 | Set return value correctly for memcpy/memmove. | jeffs |
| 2000-09-09 | check _STANDALONE macro, too. | msaitoh |
| 2000-09-05 | Move the Alpha _mcount() into a .S file so that it can be | thorpej |
| 2000-07-21 | compile byte_swap_2.S and byte_swap_4.S | msaitoh |
| 2000-07-21 | support "big endian", too. | msaitoh |