| Age | Commit message (Expand) | Author |
| 2003-02-25 | Switch back to generic bzero/memset until new one is shown to work. | matt |
| 2003-02-24 | Actually use bzero.S. Also fix bzero to use GET_CPUINFO | matt |
| 2003-02-24 | Don't make memset.c since bzero.o has memset in addition to bzero. | matt |
| 2002-11-25 | Add strtoul.c | fvdl |
| 2002-11-23 | Sync arm asm libkern files with libc's asm files. | chris |
| 2002-11-20 | Use assembly version of bzero() and memset(). | itohy |
| 2002-11-20 | Assembly version of bzero()/memset(). | itohy |
| 2002-11-20 | memcpy() and memmove() must return the first parameter. | itohy |
| 2002-11-16 | Add an assembler version of strcmp, based on example code from the ARM | rearnsha |
| 2002-11-10 | ABICALLS -> __ABICALLS__ | thorpej |
| 2002-10-29 | move includes to the top so that this builds in libc context too. | chs |
| 2002-10-27 | remove setjmp/longjmp from libkern, they're not used. | chs |
| 2002-10-27 | use %g5 instead of %g7 (since we want to use %g7 for the cpu_info pointer | chs |
| 2002-10-22 | Replace the SuperH memcpy() with homebrewed code. The former seems to have | scw |
| 2002-10-19 | Fix a sign-extension botch for ILP32. | scw |
| 2002-10-19 | Doh. Bail out early if we're passed a zero-length buffer. | scw |
| 2002-10-17 | Add native optimised assembler versions of some libkern routines. | scw |
| 2002-09-28 | Preserve and restore the caller's FP status register, and ensure | scw |
| 2002-09-21 | add strtoul.c, it's now used in MI code. | chs |
| 2002-09-19 | Need strtoul() also. | ragge |
| 2002-09-05 | Add __movstr_i4_{odd,even} for -m4. | msaitoh |
| 2002-09-01 | Save 1-4 instructions on all cases except for the ret=0 case. | itohy |
| 2002-08-28 | Slightly improved version of ffs(3). | itohy |
| 2002-08-24 | Use assembly version of ffs(3). | itohy |
| 2002-08-24 | Oops, SYSLIBC_SCCS -> LIBC_SCCS | itohy |
| 2002-08-24 | Assembly version of ffs(3). | itohy |
| 2002-08-17 | Local label fixup. | thorpej |
| 2002-08-17 | pull in ffs.S from libc for arm. | chris |
| 2002-08-15 | Use .L prefix for all local labels. | briggs |
| 2002-07-30 | cpu_info is not in spr0, but spr_g_0. | matt |
| 2002-07-10 | Avoid redundant memory access. | kent |
| 2002-07-05 | NetBSD, meet the SH-5 cpu. | scw |
| 2002-07-01 | Avoid leaving junk in the top half of R0 on return. | bjh21 |
| 2002-06-06 | Added hppa support to libkern. | fredette |
| 2002-05-05 | Add strtoul. | martin |
| 2002-04-24 | Add strtoul.c | ross |
| 2002-04-16 | Add strtoul.c, otherwise kernels using "wi* at pcmcia?" do not work | martin |
| 2002-03-28 | Refresh from libc. | matt |
| 2002-03-26 | Added brand-new integer multiply and divide support, used only | fredette |
| 2002-03-26 | Use size_t in prototype (so this will be LP64 clean for PPC64 someday). | matt |
| 2002-03-22 | On the m68000, if and only if gcc doesn't seem to know | fredette |
| 2002-03-18 | make compile with _STANDALONE | dbj |
| 2002-03-13 | Updated from libc. | eeh |
| 2002-02-24 | Add register prefixes to these. | matt |
| 2002-02-24 | Upon further reflection, move udiv/urem to libkern and out of vax/vax. | matt |
| 2002-02-19 | blkset() used a register for set value that get clobbered by movc5, | ragge |
| 2002-02-10 | Add __blkcpy() and __blkset() (renamed/modified from __blkclr()) to | thorpej |
| 2002-01-24 | sync | ross |
| 2002-01-02 | R5900 short-loop bug. | uch |
| 2001-12-27 | we need ffs(). | shin |