| Age | Commit message (Expand) | Author |
| 2003-02-25 | Switch back to generic bzero/memset until new one is shown to work. | matt |
| 2003-02-25 | Remove bogus check for bogus netmask. | ragge |
| 2003-02-24 | Introduce fdloadfile() to load an image from an open file descriptor; | pk |
| 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 |
| 2003-02-23 | Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 and | simonb |
| 2003-02-23 | Use the MAX() macro from <sys/param.h> instead of a local inline. Results | simonb |
| 2003-02-23 | We can't use <string.h> for standalone programs; | simonb |
| 2003-02-01 | KNR, removing ugly 'unsigned' variables. | dsl |
| 2003-02-01 | Beautify a little | dsl |
| 2003-02-01 | Save some space | dsl |
| 2003-02-01 | Support limited filename globbing | dsl |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2003-01-12 | PR/19607: Bernd Ernesti: libsa does not have access to arpa/tftp.h. Put a | christos |
| 2002-12-30 | Fix broken build due too the move of the cd9660 and msdosfs kernel source code. | veego |
| 2002-12-11 | Only display the final progress counter if any of the LOAD_ flags was given. | pk |
| 2002-12-10 | Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. | thorpej |
| 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 |