1. 26 6月, 2010 1 次提交
    • C
      Add wait4() back to the set of <asm-generic/unistd.h> syscalls. · b51cae21
      Chris Metcalf 提交于
      The initial pass at the generic ABI assumed that wait4() could be
      easily expressed using waitid().  Although it's true that wait4()
      can be built on waitid(), it's awkward enough that it makes more
      sense to continue to include wait4 in the generic syscall ABI.
      
      Since there is already a deprecated wait4 in the ABI, this change
      converts that wait4 into old_wait, and puts wait4 in the next
      available slot for new supported syscalls, after the platform-specific
      syscalls at number 260.
      Signed-off-by: NChris Metcalf <cmetcalf@tilera.com>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      b51cae21
  2. 05 6月, 2010 1 次提交
    • C
      Fix up the "generic" unistd.h ABI to be more useful. · 5360bd77
      Chris Metcalf 提交于
      Reserve 16 "architecture-specific" syscall numbers starting at 244.
      
      Allow use of the sys_sync_file_range2() API with the generic unistd.h
      by specifying __ARCH_WANT_SYNC_FILE_RANGE2 before including it.
      
      Allow using the generic unistd.h to create the "compat" syscall table
      by specifying __SYSCALL_COMPAT before including it.
      
      Use sys_fadvise64_64 for __NR3264_fadvise64 in both 32- and 64-bit mode.
      
      Request the appropriate __ARCH_WANT_COMPAT_SYS_xxx values when
      some deprecated syscall modes are selected.
      
      As part of this change to fix up the syscalls, also provide a couple
      of missing signal-related syscall prototypes in <linux/syscalls.h>.
      Signed-off-by: NChris Metcalf <cmetcalf@tilera.com>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      5360bd77
  3. 28 5月, 2010 10 次提交
  4. 25 5月, 2010 2 次提交
  5. 21 5月, 2010 1 次提交
  6. 19 5月, 2010 1 次提交
  7. 17 5月, 2010 1 次提交
  8. 12 5月, 2010 1 次提交
  9. 05 5月, 2010 1 次提交
  10. 07 4月, 2010 2 次提交
  11. 13 3月, 2010 1 次提交
  12. 07 3月, 2010 1 次提交
  13. 03 3月, 2010 7 次提交
  14. 05 1月, 2010 1 次提交
  15. 18 12月, 2009 1 次提交
  16. 16 12月, 2009 4 次提交
  17. 15 12月, 2009 3 次提交
  18. 11 12月, 2009 1 次提交