Home | History | Annotate | Download | only in common
History log of /src/sys/compat/linux32/common/linux32_socketcall.h
RevisionDateAuthorComments
 1.3  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.2  04-Dec-2007  dsl branches: 1.2.4;
Remove all the __P
 1.1  09-Feb-2006  manu branches: 1.1.2; 1.1.10; 1.1.16; 1.1.22; 1.1.46; 1.1.48; 1.1.54; 1.1.58;
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.1.58.2  26-Dec-2007  ad Sync with head.
 1.1.58.1  08-Dec-2007  ad Sync with head.
 1.1.54.2  27-Dec-2007  mjf Sync with HEAD.
 1.1.54.1  08-Dec-2007  mjf Sync with HEAD.
 1.1.48.1  09-Jan-2008  matt sync with HEAD
 1.1.46.1  09-Dec-2007  jmcneill Sync with HEAD.
 1.1.22.2  09-Sep-2006  rpaulo sync with head
 1.1.22.1  09-Feb-2006  rpaulo file linux32_socketcall.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:46:03 +0000
 1.1.16.4  21-Jan-2008  yamt sync with head
 1.1.16.3  07-Dec-2007  yamt sync with head
 1.1.16.2  21-Jun-2006  yamt sync with head.
 1.1.16.1  09-Feb-2006  yamt file linux32_socketcall.h was added on branch yamt-lazymbuf on 2006-06-21 14:59:27 +0000
 1.1.10.2  22-Apr-2006  simonb Sync with head.
 1.1.10.1  09-Feb-2006  simonb file linux32_socketcall.h was added on branch simonb-timecounters on 2006-04-22 11:38:14 +0000
 1.1.2.2  18-Feb-2006  yamt sync with head.
 1.1.2.1  09-Feb-2006  yamt file linux32_socketcall.h was added on branch yamt-uio_vmspace on 2006-02-18 15:39:02 +0000
 1.2.4.1  02-Jan-2008  bouyer Sync with HEAD

RSS XML Feed