History log of /src/sys/compat/linux/common/linux_shm.h |
Revision | | Date | Author | Comments |
1.12 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.11 |
| 28-Jan-2008 |
njoly | branches: 1.11.6; 1.11.8; 1.11.10; Update struct linux_shmid64_ds for 64bits archs. - shm_segsz should be of type size_t, not int. - Disable padding fields used on 32bits archs.
|
1.10 |
| 20-Dec-2007 |
dsl | Convert all the system call entry points from: int foo(struct lwp *l, void *v, register_t *retval) to: int foo(struct lwp *l, const struct foo_args *uap, register_t *retval) Fixup compat code to not write into 'uap' and (in some cases) to actually pass a correctly formatted 'uap' structure with the right name to the next routine. A few 'compat' routines that just call standard ones have been deleted. All the 'compat' code compiles (along with the kernels required to test build it). 98% done by automated scripts.
|
1.9 |
| 04-Dec-2007 |
dsl | branches: 1.9.4; Remove all the __P
|
1.8 |
| 09-Feb-2006 |
manu | branches: 1.8.38; 1.8.40; 1.8.46; 1.8.50; Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so that the i386 license manager part of amd64 version of Fluent works.
While I'm here, add SysV IPC to COMPAT_LINUX/amd64
|
1.7 |
| 10-Nov-2005 |
christos | branches: 1.7.4; 1.7.6; 1.7.8; More ipc support for linux; makes oracle work. From chuq and jlrodriguez at terra dot es
|
1.6 |
| 28-Sep-2004 |
jdolecek | branches: 1.6.12; add flag for shmget(2) to specify that later shmat(2) for the shared memory segment should succeed even if the segment would be marked removed; use this to implement the Linux-compatible semantics of shmat(2)
this fixes the old Linux VMware3 graphics problem with local display, and possibly other local Linux X clients using MIT-SHM
|
1.5 |
| 18-Jan-2003 |
thorpej | branches: 1.5.2; 1.5.4; Merge the nathanw_sa branch.
|
1.4 |
| 04-Oct-1998 |
fvdl | branches: 1.4.24; Assign my copyright to TNF. Merge with others were appropriate. Regen syscall files after script change.
|
1.3 |
| 03-Oct-1998 |
christos | Attempt to fix the mess.
|
1.2 |
| 01-Oct-1998 |
erh | Move IPC headers to common. The msg, sem and shm files, in addition to other common structures and to avoid creating several more machine dependent header files, include the syscall arguments for several system calls which don't exist on all architechtures.
|
1.1 |
| 28-Feb-1995 |
fvdl | Added Linux compat code.
|
1.4.24.1 |
| 05-Mar-2001 |
nathanw | Initial commit of scheduler activations and lightweight process support.
|
1.5.4.1 |
| 04-Oct-2004 |
jmc | Pullup rev 1.6 (requested by jdolecek in ticket #884)
Fix linux handling of SysV-style shared memory. Fixed Linux VMware display problems.
|
1.5.2.2 |
| 11-Dec-2005 |
christos | Sync with head.
|
1.5.2.1 |
| 19-Oct-2004 |
skrll | Sync with HEAD
|
1.6.12.4 |
| 04-Feb-2008 |
yamt | sync with head.
|
1.6.12.3 |
| 21-Jan-2008 |
yamt | sync with head
|
1.6.12.2 |
| 07-Dec-2007 |
yamt | sync with head
|
1.6.12.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.7.8.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.7.6.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.7.4.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
1.8.50.2 |
| 26-Dec-2007 |
ad | Sync with head.
|
1.8.50.1 |
| 08-Dec-2007 |
ad | Sync with head.
|
1.8.46.3 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.8.46.2 |
| 27-Dec-2007 |
mjf | Sync with HEAD.
|
1.8.46.1 |
| 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.8.40.2 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.8.40.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.8.38.1 |
| 09-Dec-2007 |
jmcneill | Sync with HEAD.
|
1.9.4.1 |
| 02-Jan-2008 |
bouyer | Sync with HEAD
|
1.11.10.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.11.8.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.11.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|