aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sh/string.h
AgeCommit message (Collapse)AuthorFilesLines
2008-07-29sh: migrate to arch/sh/include/Paul Mundt1-5/+0
This follows the sparc changes a439fe51a1f8eb087c22dd24d69cebae4a3addac. Most of the moving about was done with Sam's directions at: http://marc.info/?l=linux-sh&m=121724823706062&w=2 with subsequent hacking and fixups entirely my fault. Signed-off-by: Sam Ravnborg <[email protected]> Signed-off-by: Paul Mundt <[email protected]>
2008-01-28sh: Split out asm/string.h for sh32 and sh64.Paul Mundt1-131/+5
Signed-off-by: Paul Mundt <[email protected]>
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller1-3/+0
We have several platforms using local copies of identical code. Signed-off-by: David S. Miller <[email protected]>
2006-10-03sh: build fixes for defconfigs.Paul Mundt1-4/+11
Get all of the defconfigs building again. Signed-off-by: Paul Mundt <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+127
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!