Home | History | Annotate | Download | only in common
History log of /src/sys/compat/linux32/common/linux32_ioctl.h
RevisionDateAuthorComments
 1.6  25-Nov-2021  ryo add support COMPAT_LINUX32 for aarch64
 1.5  19-Jun-2008  christos an attempt at linux32_ioctl_socket().
 1.4  28-Apr-2008  martin branches: 1.4.2; 1.4.4;
Remove clause 3 and 4 from TNF licenses
 1.3  20-Dec-2007  dsl branches: 1.3.6; 1.3.8; 1.3.10;
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  15-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;
- Move the BSD to Linux and Linux to BSD termio/termios conversion functions
to a header where they can be shared between COMPAT_LINUX and COMPAT_LINUX32
- Add termios ioctl emulation to COMPAT_LINUX32
- Add the getcwd system call to COMPAT_LINUX32/amd64

That makes Linux's bash working with COMPAT_LINUX32.
 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  15-Feb-2006  rpaulo file linux32_ioctl.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  15-Feb-2006  yamt file linux32_ioctl.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  15-Feb-2006  simonb file linux32_ioctl.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  15-Feb-2006  yamt file linux32_ioctl.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
 1.3.10.2  04-May-2009  yamt sync with head.
 1.3.10.1  16-May-2008  yamt sync with head.
 1.3.8.1  18-May-2008  yamt sync with head.
 1.3.6.2  29-Jun-2008  mjf Sync with HEAD.
 1.3.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.4.4.1  27-Jun-2008  simonb Sync with head.
 1.4.2.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.

RSS XML Feed