summaryrefslogtreecommitdiff
path: root/sys/lib/libkern
AgeCommit message (Expand)Author
2001-03-28sync w/ libcMichael Shalayeff
2001-03-28rely on predefined space attributesMichael Shalayeff
2001-02-01??? Bogons! How did this get broken?Steve Murphree
2000-12-29import strlcpy from libcMichael Shalayeff
2000-12-18strlcat and strlcpy into libkern.Niels Provos
2000-11-08Don't include sys/systm.h if we include stand.h.Artur Grabowski
2000-08-15+memset for ext2fs, should fix both pmax (untested) and arcimp
2000-07-02knf; ouch, that hurtsMichael Shalayeff
2000-07-02sync w/ libcMichael Shalayeff
2000-07-02use ffs.cMichael Shalayeff
2000-07-02sync w/ libcMichael Shalayeff
2000-06-29bcmp.S bye-bye; use generic bcmp.c version which is as good as this oneMichael Shalayeff
2000-06-29do not use <string.h> for _STANDALONEMichael Shalayeff
2000-06-29fix building bzero out of memset.c; from miod@Michael Shalayeff
2000-06-29in order to build bzero from memset KERNDIR has to be exported.Michael Shalayeff
2000-06-29do not use <string.h> for _STANDALONE, like othersMichael Shalayeff
2000-06-26alpha was missing memsetTodd C. Miller
2000-06-16Pull memcmp() into libkern.Todd C. Miller
2000-06-16Pull memcmp() into libkern. Also, use asm version of memset() on m68k.Todd C. Miller
2000-04-25screw .S version memset does same job...Michael Shalayeff
2000-04-25make bzero() compile again; millert@ okMichael Shalayeff
2000-04-245k of source saved in spaces and empty lines; also rcsidMichael Shalayeff
2000-03-03fix a commentArtur Grabowski
2000-02-22put C accessable labels on {,u}{rem,div}Theo de Raadt
2000-02-22Add an __attribute__((unused))__ to the function declared by _MCOUNT_DECL,Artur Grabowski
1999-12-10but... these are needed by the bootblocksTheo de Raadt
1999-12-07move .mul and .umul into the kernel. if v8 sparc is detected, replace withTheo de Raadt
1999-12-05fix space regs load insns, also some tabs vs spacesMichael Shalayeff
1999-11-09add memset to list of files to build.Dale S. Rahn
1999-09-14bew frame frameworkMichael Shalayeff
1999-09-14tabs vs spacesMichael Shalayeff
1999-06-10fix unaligned copy's end conditionMichael Shalayeff
1999-05-21use right lorder; niklas@ okMichael Shalayeff
1999-05-19bcopy() and space-space bcopy()Michael Shalayeff
1999-05-09fix EXIT() usage, appen .endMichael Shalayeff
1999-05-05no separate bcopy, will be .m4 magic hereMichael Shalayeff
1999-04-20add memset()Michael Shalayeff
1999-03-03added ffs()Steve Murphree
1999-02-07no 968dyncall in kernelMichael Shalayeff
1999-02-07add ovbcopyMichael Shalayeff
1998-12-15Support for the m88k arch.Steve Murphree
1998-09-25add missing function from libkern, strncasecmp()Dale S. Rahn
1998-07-20more functionsMichael Shalayeff
1998-06-27there is no string.h in stand landMichael Shalayeff
1998-06-27stand guys don't have string.h as wellMichael Shalayeff
1998-06-27fix for non-ansi compilersMichael Shalayeff
1998-06-24add bcmp()Michael Shalayeff
1998-06-24some more files for libkern (/boot uses it's own Makefile for this)Michael Shalayeff
1998-06-23use HP versionMichael Shalayeff
1998-06-23initial importMichael Shalayeff