summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2003-02-25Switch back to generic bzero/memset until new one is shown to work.matt
2003-02-25Remove bogus check for bogus netmask.ragge
2003-02-24Introduce fdloadfile() to load an image from an open file descriptor;pk
2003-02-24Actually use bzero.S. Also fix bzero to use GET_CPUINFOmatt
2003-02-24Don't make memset.c since bzero.o has memset in addition to bzero.matt
2003-02-23Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 andsimonb
2003-02-23Use the MAX() macro from <sys/param.h> instead of a local inline. Resultssimonb
2003-02-23We can't use <string.h> for standalone programs;simonb
2003-02-01KNR, removing ugly 'unsigned' variables.dsl
2003-02-01Beautify a littledsl
2003-02-01Save some spacedsl
2003-02-01Support limited filename globbingdsl
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-12PR/19607: Bernd Ernesti: libsa does not have access to arpa/tftp.h. Put achristos
2002-12-30Fix broken build due too the move of the cd9660 and msdosfs kernel source code.veego
2002-12-11Only display the final progress counter if any of the LOAD_ flags was given.pk
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-12-05Wrap this file in "#ifndef _STANDALONE".thorpej
2002-11-25Add strtoul.cfvdl
2002-11-23If LIBKERN_ARCH is defined, use that as the architecture-specificfvdl
2002-11-23Sync arm asm libkern files with libc's asm files.chris
2002-11-20Use assembly version of bzero() and memset().itohy
2002-11-20Assembly version of bzero()/memset().itohy
2002-11-20memcpy() and memmove() must return the first parameter.itohy
2002-11-16Add an assembler version of strcmp, based on example code from the ARMrearnsha
2002-11-10ABICALLS -> __ABICALLS__thorpej
2002-11-02Add lint infrastructureperry
2002-11-02set LLIBS= so we don't try to check the lint lib against llib-lc.lnperry
2002-10-29move includes to the top so that this builds in libc context too.chs
2002-10-27remove setjmp/longjmp from libkern, they're not used.chs
2002-10-27use %g5 instead of %g7 (since we want to use %g7 for the cpu_info pointerchs
2002-10-24make offsetof lint friendlier.christos
2002-10-22Replace the SuperH memcpy() with homebrewed code. The former seems to havescw
2002-10-20Sync with libc/quad:scw
2002-10-19Fix a sign-extension botch for ILP32.scw
2002-10-19Doh. Bail out early if we're passed a zero-length buffer.scw
2002-10-17Add native optimised assembler versions of some libkern routines.scw
2002-10-10#undef ffs before the ffs() function definition, so that the namejdolecek
2002-10-08need to include <sys/param.h> to get inline strlen() on vax; foundjdolecek
2002-10-08Add RCS ids.simonb
2002-10-06let this compile in the non KERNEL case without NRND.dan
2002-10-06ESP output was drawing down the entropy pool at a ferocious rate, atls
2002-10-06This commit includes two major changes:tls
2002-10-04Unconditionally add strstr.c. Bill Studenmund.junyoung
2002-10-04Add strstr() to libkern. For now, it's only used in i386 (for processorjunyoung
2002-10-04include rnd.h only under kernel build.itojun
2002-10-04add missing "rnd.h" include - noted by simonbitojun
2002-10-04Ansify's (use prototypes).matt
2002-09-28Preserve and restore the caller's FP status register, and ensurescw
2002-09-27remove trailing \n in panic(). approved perry.provos