summaryrefslogtreecommitdiff
path: root/sys/lib/libkern
AgeCommit message (Expand)Author
2002-01-02R5900 short-loop bug.uch
2001-12-28Always provide alloca() as __builtin_alloca().thorpej
2001-12-27we need ffs().shin
2001-12-27don't use .abicalls in kernel.shin
2001-12-27copy from libc/arch/mips/stringshin
2001-12-23The kernel is now built with -ffreestanding, so GCC built-ins arethorpej
2001-12-12MKfoo=no -> NOfootv
2001-12-04Replace some misuses of "then" with "than".wiz
2001-12-02Disable bzero/memset assembler implementation until the dependencymjl
2001-11-30 Add assembler version of strlen.mjl
2001-11-30Outifdef some stuff not needed in the _KERNEL case.mjl
2001-11-29Add assembler versions of ffs, bzero and memset.mjl
2001-11-21Don't make clean and cleandir depend on the lib subdir. Just check for it'sjmc
2001-11-20Tidy up some memory copying cruft:chris
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-14Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>tv
2001-11-13Sync to libc version of divsi3.S. This is to fix up the stack for 8 byte ali...chris
2001-10-24Add "Red Black +" balanced binary tree routines to libkern. These providematt
2001-10-16R5900 miss-prediction of branch targets for short-loop.uch
2001-09-21Make new gas happy. Use movzbl instead of xorl + movb.fvdl
2001-09-06On the 68010, don't bother with the by-8-longwords loop, insteadfredette
2001-08-227450 requires a sync before the the isync (MPC7450UM - 3.4.4.8)matt
2001-08-22sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).itojun
2001-08-12Move _insque()/_remque() to libkern. Once remaining uses wouldjdolecek
2001-08-09convert to ansi knf, and fix a bug where the last arg was incorrectlylukem
2001-07-13Provide bcopy() here.thorpej
2001-07-07restore bzero and bcmp prototypes for now -- this has to be hashed out.perry
2001-07-07Put the prototypes for bcmp() and bzero() back (ifdef _STANDALONE) so thatsimonb
2001-07-07Remove bcmp and bzero prototypes. And yes, I actually checked andperry
2001-07-06Remove bcmp, bcopy and bzero. We don't need them as they aren'ttoshii
2001-07-01Sync with libc: use bzero-based assembly version of memset().kleink
2001-06-19Initial commit of the port to AMD's upcoming 64 bit architecture, thefvdl
2001-05-16When MACHINE_ARCH is m68000, compile ffs.c and random.cfredette
2001-05-16Use the EXTBL macro where we want the extbl instruction.fredette
2001-05-16On the 68010, we are forced to do bytewise comparesfredette
2001-05-13Make this work for PIC (as opposed to pic) without taking chances of fittingkleink
2001-04-30remove some lintlukem
2001-04-26o IEEE 754 floating-point completion code.ross
2001-04-18ctype-like functions are now in libkern.thorpej
2001-04-05Build strtoul.cthorpej
2001-04-05Add ctype routines.thorpej
2001-02-27copy from lib/libc/arch/mips/gencgd
2001-02-18Don't set ARCHSUBDIR to empty string.enami
2001-02-16Use MACHINE_CPU to find the architecture subdir, or MACHINE_ARCH if thatbjh21
2001-02-15Use arm arch directory for arm32 as well as arm26.simonb
2001-02-15Move arm32 over to using the shared ARM libkern.bjh21
2001-02-14don't profile (use NENTRY() and ALTENTRY())msaitoh
2001-02-14ENTRY()msaitoh
2001-02-14_C_LABEL()msaitoh
2001-01-23Sync with libc for licence update.bjh21