summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/hppa
AgeCommit message (Expand)AuthorFilesLines
2013-06-14regenkettenis1-1/+0
2013-06-14ovbcopy begonekettenis1-2/+1
2013-06-14regenkettenis1-0/+2
2013-06-14Fix memcpy/memmove return value.kettenis1-1/+3
2013-06-13syncronize "look in other file" messagesderaadt1-1/+1
2013-06-11remove ovbcopy supportderaadt1-1/+0
2013-06-11regenkettenis1-43/+43
2013-06-11Optimize memcpy(9) by always doing a forward copy; it should never be usedkettenis1-9/+9
2013-06-03fix an oft copied typo that i'm tired of looking attedu3-3/+3
2011-11-27Regen.kettenis1-3/+3
2011-11-27Fix return value of memcpy.kettenis1-4/+3
2011-11-27Oops, jsing@ changed spcopy.S without realizing that that file is generatedkettenis1-7/+3
2010-04-01Allow for multiple CPUs by moving to an array of cpu_info.jsing1-6/+2
2007-11-28place a comment as to why these are otherwise emptyderaadt3-0/+3
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt7-33/+353
2007-11-24junk SCCSderaadt1-7/+1
2007-05-14move hppa to __HAVE_CPUINFOmartin1-1/+5
2005-08-01I'm Positive these are Type-O.miod1-2/+2
2003-06-04another 3/4deraadt1-6/+1
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt1-3/+3
2003-01-28add a rule to built bzero.po as wellmickey1-2/+8
2002-09-15use mi strlcpy here as wellmickey2-71/+3
2002-08-27do not just bail out of the copy loop, but go to themickey1-18/+22
2002-08-13syncmickey1-4/+4
2002-05-20syncmickey1-2/+3
2002-03-08syncmickey1-2/+2
2002-03-08syncmickey1-5/+3
2002-02-07syncmickey1-1/+2
2001-09-20syncmickey1-4/+4
2001-06-04syncmickey1-3/+3
2001-06-04export these from libcmickey2-7/+7
2001-03-29get rid of somming we willmickey2-18/+3
2001-03-28sync w/ libcmickey1-5/+7
2001-03-28rely on predefined space attributesmickey1-3/+3
2000-12-29import strlcpy from libcmickey2-3/+69
2000-12-18strlcat and strlcpy into libkern.provos1-2/+3
2000-07-02use ffs.cmickey2-57/+3
2000-07-02sync w/ libcmickey1-1/+2
2000-06-29bcmp.S bye-bye; use generic bcmp.c version which is as good as this onemickey2-88/+3
2000-06-29fix building bzero out of memset.c; from miod@mickey1-4/+4
2000-06-16Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert1-2/+3
2000-04-25screw .S version memset does same job...mickey2-123/+10
2000-04-245k of source saved in spaces and empty lines; also rcsidmickey1-786/+631
1999-12-05fix space regs load insns, also some tabs vs spacesmickey1-19/+19
1999-09-14bew frame frameworkmickey1-2/+5
1999-09-14tabs vs spacesmickey1-19/+19
1999-06-10fix unaligned copy's end conditionmickey1-17/+38
1999-05-19bcopy() and space-space bcopy()mickey2-2/+259
1999-05-09fix EXIT() usage, appen .endmickey3-4/+12
1999-05-05no separate bcopy, will be .m4 magic heremickey1-253/+0