freebsd_amp_hwpstate/sys/compat/linux
Martin Blapp f130dcf22a Change the semantics of sysv shm emulation to take a additional
argument to the functions shm{at,ctl}1 and shm_find_segment_by_shmid{x}.
The BSD semantics didn't allow the usage of shared segment after
being marked for removal through IPC_RMID.

The patch involves the following functions:
  - shmat
  - shmctl
  - shm_find_segment_by_shmid
  - shm_find_segment_by_shmidx
  - linux_shmat
  - linux_shmctl

Submitted by:	Orlando Bassotto <orlando.bassotto@ieo-research.it>
Reviewed by:	marcel
2003-05-05 09:22:58 +00:00
..
linux_file.c Fix a lock order reversal. Unlock the proc before calling fget(). 2003-04-23 18:13:26 +00:00
linux_getcwd.c
linux_ioctl.c Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX 2003-04-24 23:36:35 +00:00
linux_ioctl.h Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX 2003-04-24 23:36:35 +00:00
linux_ipc.c Change the semantics of sysv shm emulation to take a additional 2003-05-05 09:22:58 +00:00
linux_ipc.h
linux_mib.c
linux_mib.h
linux_misc.c Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
linux_signal.c Argh! We want to return the old signal set when the error return is zero 2003-04-28 19:43:11 +00:00
linux_signal.h
linux_socket.c Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
linux_socket.h
linux_stats.c Initialize tbuf in newstat_copyout() too. 2003-04-29 17:03:22 +00:00
linux_sysctl.c
linux_uid16.c
linux_util.c
linux_util.h