summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/hppa (follow)
Commit message (Collapse)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
| | | | ok kettenis
* regenkettenis2013-06-111-43/+43
|
* Optimize memcpy(9) by always doing a forward copy; it should never be usedkettenis2013-06-111-9/+9
| | | | | | | | for overlapping copies. Attempt to be instruction cache friendly by turning things around and make memcpy(9) use the forward copy branch of memmove(9), and implement bcopy(9) by swapping its arguments and dropping into memmove(9). ok deraadt@
* 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
| | | | from bcopy.m4. Fix that.
* Allow for multiple CPUs by moving to an array of cpu_info.jsing2010-04-011-6/+2
| | | | ok kettenis@
* 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
| | | | | | | | | | | | directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what they need, instead of the 7 or 8 mechanisms previously used. There will be some fallout from this, but testing it all by myself is a ridiculously slow process; it will be finished in-tree. Various developers were very nice and avoided making fun of me when I was gibbering in the corner..
* junk SCCSderaadt2007-11-241-7/+1
|
* move hppa to __HAVE_CPUINFOmartin2007-05-141-1/+5
| | | | input from miod@, ok kettenis@
* 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
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* 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
| | | | | | 'done' label for the job finish. major register missallocation for copyonfault, fix it. clean the space regs after use.
* 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
| | | | (that makefile:kerndir fix was needed to build the kernel ;)
* 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
|