summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however itderaadt2019-04-251-0/+19
| | | | fails and locks early in boot.
* Don't return garbage in memcpy() but the original destination pointer.miod2013-06-151-0/+1
|
* rework the memcpy family to all use one function body and implementtedu2013-06-133-272/+248
| | | | desired semantics. ok deraadt
* remove ovbcopy supportderaadt2013-06-111-1/+0
| | | | ok kettenis
* fix an oft copied typo that i'm tired of looking attedu2013-06-031-1/+1
|
* we need to alias __movstr* as __movmem* for gcc4jsg2011-07-191-2/+2
| | | | from NetBSD. ok miod@ drahn@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-7/+0
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* place a comment as to why these are otherwise emptyderaadt2007-11-281-0/+1
|
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-254-50/+4
| | | | | | | | | | | | 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..
* more junk SCCSderaadt2007-11-243-12/+0
|
* typoderaadt2006-11-091-1/+1
|
* import supah pieces from netbsdmickey2006-10-067-0/+997