summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch/powerpc
AgeCommit message (Expand)Author
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-08-27Actually the right instruction to fill a half-word.matt
2003-08-10Add a memset.S (does not use dcbz; to be added later). It does both bzeromatt
2003-02-25Switch back to generic bzero/memset until new one is shown to work.matt
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
2002-07-30cpu_info is not in spr0, but spr_g_0.matt
2002-03-28Refresh from libc.matt
2002-03-26Use size_t in prototype (so this will be LP64 clean for PPC64 someday).matt
2002-03-18make compile with _STANDALONEdbj
2002-03-13Updated from libc.eeh
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-08-227450 requires a sync before the the isync (MPC7450UM - 3.4.4.8)matt
2000-11-01Add a strcasecmp(), modified from chopps's strncasecmp().thorpej
2000-06-27<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-02-01add strtouldanw
1999-05-05Copy from libc.tsubai
1999-04-17Modify syncicache on PowerPC from an inline to a real function.ws
1998-08-04remove memcpy.c -- I forgot this gets built anywayperry
1998-08-04remove memmove.c -- I forgot this gets built anywayperry
1998-08-04add memcmp.c memcpy.c memmove.cperry
1998-02-22Fix typo.mycroft
1998-02-22Don't list bcopy.c here, since we only want memcpy() and not bcopy().mycroft
1998-02-22We need memcpy().mycroft
1998-02-22Add some missing things.mycroft
1998-02-22Pull in [hn]to[nh][ls].c.mycroft
1998-01-21add rules like those in libc to build strchr() and strrchr() (the lattercgd
1997-10-24add memchr() to libkernchuck
1997-10-09Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.bouyer
1997-01-18add strchr() to libkern. strchr.c copied from libc's "index.c", but withcgd
1996-09-30PowerPC portws