aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/syscalls_32.S
Commit message (Collapse)AuthorAgeFilesLines
* sh: Wire up sys_perf_counter_open.Paul Mundt2009-06-121-0/+1
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Wire up sys_rt_tgsigqueueinfo.Paul Mundt2009-06-111-0/+1
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Fix sys_pwritev() syscall table entry for sh32.Paul Mundt2009-06-111-1/+1
| | | | | | | | There was a typo here that had this as sys_writev() instead of sys_pwritev(), fix this up. sh64 got this right, as did the preadv() case. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: wire up sys_preadv/sys_pwritev() syscalls.Paul Mundt2009-04-061-0/+2
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-141-1/+1
| | | | | | | | | | | | | Remove __attribute__((weak)) from common code sys_pipe implemantation. IA64, ALPHA, SUPERH (32bit) and SPARC (32bit) have own implemantations with the same name. Just rename them. For sys_pipe2 there is no architecture specific implementation. Cc: Richard Henderson <rth@twiddle.net> Cc: David S. Miller <davem@davemloft.net> Cc: Paul Mundt <lethal@linux-sh.org> Cc: Tony Luck <tony.luck@intel.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
* [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-141-1/+1
| | | | | | This way it matches the generic system call name convention. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
* sh: Wire up new syscalls.Paul Mundt2008-07-281-0/+6
| | | | | | | This wires up the signalfd4, eventfd2, epoll_create1, dup3, pipe2, and inotify_init1 syscalls. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Wire up new timerfd syscalls.Paul Mundt2008-02-141-1/+3
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* timerfd: fix remaining architecturesAndrew Morton2008-02-051-1/+1
| | | | | | | | | | | | Cc: David Howells <dhowells@redhat.com> Cc: Hirokazu Takata <takata@linux-m32r.org> Cc: Paul Mundt <lethal@linux-sh.org> Cc: Kazumoto Kojima <kkojima@rr.iij4u.or.jp> Cc: Richard Curnow <rc@rc0.org.uk> Cc: Davide Libenzi <davidel@xmailserver.org> Cc: Michael Kerrisk <mtk-manpages@gmx.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* sh: Split out syscall ABI for _32 and _64 variants.Paul Mundt2008-01-281-0/+343
Signed-off-by: Paul Mundt <lethal@linux-sh.org>