summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/hppa (follow)
Commit message (Expand)AuthorAgeFilesLines
* regenkettenis2013-06-141-1/+0
* ovbcopy begonekettenis2013-06-141-2/+1
* regenkettenis2013-06-141-0/+2
* Fix memcpy/memmove return value.kettenis2013-06-141-1/+3
* syncronize "look in other file" messagesderaadt2013-06-131-1/+1
* remove ovbcopy supportderaadt2013-06-111-1/+0
* regenkettenis2013-06-111-43/+43
* Optimize memcpy(9) by always doing a forward copy; it should never be usedkettenis2013-06-111-9/+9
* fix an oft copied typo that i'm tired of looking attedu2013-06-033-3/+3
* Regen.kettenis2011-11-271-3/+3
* Fix return value of memcpy.kettenis2011-11-271-4/+3
* Oops, jsing@ changed spcopy.S without realizing that that file is generatedkettenis2011-11-271-7/+3
* Allow for multiple CPUs by moving to an array of cpu_info.jsing2010-04-011-6/+2
* place a comment as to why these are otherwise emptyderaadt2007-11-283-0/+3
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-257-33/+353
* junk SCCSderaadt2007-11-241-7/+1
* move hppa to __HAVE_CPUINFOmartin2007-05-141-1/+5
* I'm Positive these are Type-O.miod2005-08-011-2/+2
* another 3/4deraadt2003-06-041-6/+1
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-3/+3
* add a rule to built bzero.po as wellmickey2003-01-281-2/+8
* use mi strlcpy here as wellmickey2002-09-152-71/+3
* do not just bail out of the copy loop, but go to themickey2002-08-271-18/+22
* syncmickey2002-08-131-4/+4
* syncmickey2002-05-201-2/+3
* syncmickey2002-03-081-2/+2
* syncmickey2002-03-081-5/+3
* syncmickey2002-02-071-1/+2
* syncmickey2001-09-201-4/+4
* syncmickey2001-06-041-3/+3
* export these from libcmickey2001-06-042-7/+7
* get rid of somming we willmickey2001-03-292-18/+3
* sync w/ libcmickey2001-03-281-5/+7
* rely on predefined space attributesmickey2001-03-281-3/+3
* import strlcpy from libcmickey2000-12-292-3/+69
* strlcat and strlcpy into libkern.provos2000-12-181-2/+3
* use ffs.cmickey2000-07-022-57/+3
* sync w/ libcmickey2000-07-021-1/+2
* bcmp.S bye-bye; use generic bcmp.c version which is as good as this onemickey2000-06-292-88/+3
* fix building bzero out of memset.c; from miod@mickey2000-06-291-4/+4
* Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert2000-06-161-2/+3
* screw .S version memset does same job...mickey2000-04-252-123/+10
* 5k of source saved in spaces and empty lines; also rcsidmickey2000-04-241-828/+673
* fix space regs load insns, also some tabs vs spacesmickey1999-12-051-19/+19
* bew frame frameworkmickey1999-09-141-2/+5
* tabs vs spacesmickey1999-09-141-19/+19
* fix unaligned copy's end conditionmickey1999-06-101-17/+38
* bcopy() and space-space bcopy()mickey1999-05-192-2/+259
* fix EXIT() usage, appen .endmickey1999-05-093-4/+12
* no separate bcopy, will be .m4 magic heremickey1999-05-051-253/+0