aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/lib/usercopy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-24lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller1-144/+0
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller1-2/+1
2012-05-24sparc: Increase portability of strncpy_from_user() implementation.David S. Miller1-5/+27
2012-05-23sparc: Optimize strncpy_from_user() zero byte search.David S. Miller1-29/+21
2012-05-22sparc: Add full proper error handling to strncpy_from_user().David S. Miller1-0/+132
2009-12-10sparc: Use __builtin_object_size() to validate the buffer size for copy_from_user()David S. Miller1-0/+8