summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch/powerpc
AgeCommit message (Expand)Author
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