summaryrefslogtreecommitdiffstats
path: root/arch/sparc/lib/usercopy.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller2012-05-241-144/+0Star
* kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2012-05-241-2/+1Star
* sparc: Increase portability of strncpy_from_user() implementation.David S. Miller2012-05-241-5/+27
* sparc: Optimize strncpy_from_user() zero byte search.David S. Miller2012-05-241-29/+21Star
* sparc: Add full proper error handling to strncpy_from_user().David S. Miller2012-05-231-0/+132
* sparc: Use __builtin_object_size() to validate the buffer size for copy_from_...David S. Miller2009-12-111-0/+8