| 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-12-05 | Wrap this file in "#ifndef _STANDALONE". | thorpej |
| 2002-11-25 | Add strtoul.c | fvdl |
| 2002-11-23 | If LIBKERN_ARCH is defined, use that as the architecture-specific | 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-11-02 | Add lint infrastructure | perry |
| 2002-11-02 | set LLIBS= so we don't try to check the lint lib against llib-lc.ln | perry |
| 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-24 | make offsetof lint friendlier. | christos |
| 2002-10-22 | Replace the SuperH memcpy() with homebrewed code. The former seems to have | scw |
| 2002-10-20 | Sync with libc/quad: | 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-10-10 | #undef ffs before the ffs() function definition, so that the name | jdolecek |
| 2002-10-08 | need to include <sys/param.h> to get inline strlen() on vax; found | jdolecek |
| 2002-10-08 | Add RCS ids. | simonb |
| 2002-10-06 | let this compile in the non KERNEL case without NRND. | dan |
| 2002-10-06 | ESP output was drawing down the entropy pool at a ferocious rate, a | tls |
| 2002-10-06 | This commit includes two major changes: | tls |
| 2002-10-04 | Unconditionally add strstr.c. Bill Studenmund. | junyoung |
| 2002-10-04 | Add strstr() to libkern. For now, it's only used in i386 (for processor | junyoung |
| 2002-10-04 | include rnd.h only under kernel build. | itojun |
| 2002-10-04 | add missing "rnd.h" include - noted by simonb | itojun |
| 2002-10-04 | Ansify's (use prototypes). | matt |
| 2002-09-28 | Preserve and restore the caller's FP status register, and ensure | scw |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 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-25 | Tweak the previous change so that a prototype is always provided. | thorpej |
| 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-23 | Do not try to use "__builtin_ffs" on vax, ffs is an instruction already. | ragge |
| 2002-08-21 | GCC 2.95 supports __builtin_ffs(); use it. | thorpej |
| 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 |