aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/syscalls_64.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-11-28sh: switch to generic fork/vfork/cloneAl Viro1-13/+0
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-10-22sh: convert to generic sys_execve()Al Viro1-4/+0
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
Mark arguments to certain system calls as being const where they should be but aren't. The list includes: (*) The filename arguments of various stat syscalls, execve(), various utimes syscalls and some mount syscalls. (*) The filename arguments of some syscall helpers relating to the above. (*) The buffer argument of various write syscalls. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-09-08sh: fixup many sparse errors.Paul Mundt1-0/+34
Signed-off-by: Paul Mundt <lethal@linux-sh.org>