summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler2-7/+7
2020-10-27Retguared asm macros for powerpc libkerngkoehler2-7/+12
2020-07-18The kernel and bootblocks never reference this file...deraadt1-41/+0
2020-06-10Provide an optimized implementation of ffs(3) in the kernel onnaddy1-0/+15
2016-03-07Sync no-argument function declaration and definition by adding (void).naddy1-2/+2
2013-06-15Fast memmove() implementation for PowerPC, from NetBSD via martin@; withmiod3-1/+170
2013-06-11remove ovbcopy supportderaadt1-1/+0
2013-06-03fix an oft copied typo that i'm tired of looking attedu2-2/+2
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt1-2/+2
2007-11-28place a comment as to why these are otherwise emptyderaadt2-0/+2
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt4-86/+0
2007-05-04more locc() diesderaadt1-2/+2
2005-07-20not neededderaadt1-2/+2
2005-07-20add moddi3, needed by new libzderaadt1-5/+2
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt1-2/+2
2002-11-11powerpc uses memset for bzero, do this for profiled version also.drahn1-1/+7
2002-03-14First round of __P removal in sysmillert1-2/+2
2001-07-09remove unused files, build bzero off of memsetmickey1-3/+13
2001-07-09have to have a proto heremickey1-1/+5
2000-12-18strlcat and strlcpy into libkern.provos1-2/+3
2000-06-16Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert1-2/+2
1999-11-09add memset to list of files to build.rahnds1-2/+2
1998-09-25add missing function from libkern, strncasecmp()rahnds1-2/+2
1997-11-04add memchr to libkernchuck1-1/+2
1996-12-28Adding OpenBSD tags to files.rahnds2-0/+2
1996-12-28add necessary file for powerpc port.rahnds1-0/+62
1996-12-21Check-in of powerpc kernel support.rahnds2-0/+48