1. 19 1月, 2010 2 次提交
    • P
      sh64: wire up sys_accept4. · 79f211b8
      Paul Mundt 提交于
      sh64 on the other hand provides both direct broken out syscalls as well
      as socketcall access. As there are binaries that use both socketcall has
      to stay around. The current ABI prefers direct syscalls.
      
      It was pointed out that when sys_recvmmsg was added in, sys_accept4 was
      overlooked. This takes care of wiring it up.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      79f211b8
    • P
      sh: unwire sys_recvmmsg. · 6eacb2c4
      Paul Mundt 提交于
      sh32 at the moment only uses sys_socketcall to reach these, so unwire
      recvmmsg for now. While we're at it, add it to the ignore list, as per
      the s390 change.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      6eacb2c4
  2. 18 1月, 2010 3 次提交
  3. 17 1月, 2010 35 次提交