Implement shm* syscalls and fix 64/32bit errors
authorRiku Voipio <riku.voipio@iki.fi>
Fri, 3 Apr 2009 07:42:00 +0000 (10:42 +0300)
committerRiku Voipio <riku.voipio@nokia.com>
Mon, 20 Apr 2009 12:33:19 +0000 (15:33 +0300)
commit3886d23a9f5df7a2deacbbe400a878610c38ab0d
tree706870808d379b9cb6e9e35e1ca66330f7a54e3f
parent6103a083c1503716b35e0d6806a6337b63bce3e7
Implement shm* syscalls and fix 64/32bit errors

Verified with ltp shm* tests. Following test still
fails

shmt09      3  FAIL

No regressions were observed on either 64bit or 32bit
IA hosts.

Patch based on original patches by:
  Kirill A. Shutemov <kirill@shutemov.name>
  - Implement shm* syscalls
  - Fix and cleanup IPCOP_shm* ipc calls handling

Depends on "Rewrite mmap_find_vma()" patch.

Various whitespace uglifications applied to minimize
patch size.
linux-user/syscall.c