Further shared memory adjustments to be in line with POSIX.
authorSascha Wildner <saw@online.de>
Sat, 29 Oct 2011 06:12:38 +0000 (08:12 +0200)
committerSascha Wildner <saw@online.de>
Sat, 29 Oct 2011 06:12:38 +0000 (08:12 +0200)
commit468e7a83ace0a24e34ff3fc251ed2bc5fecffe87
tree61bb1366cac6e2b9dd559fa7169e75d671ab19ed
parent6e2ab4bff5412f15d11ea4f8fb4a157de12432a8
Further shared memory adjustments to be in line with POSIX.

* shmat()'s and shmdt()'s addr argument shall be const.

* Make struct shmid_ds's shm_nattch unsigned and define the shmatt_t
  type for it.

* More manual page adjustments.
lib/libc/sys/shmat.2
lib/libc/sys/shmctl.2
lib/libc/sys/shmget.2
sys/kern/syscalls.master
sys/sys/shm.h
sys/sys/sysproto.h