Home | History | Annotate | Download | only in linux32
History log of /src/sys/compat/linux32/files.linux32
RevisionDateAuthorComments
 1.7  27-Jan-2019  pgoyette Merge the [pgoyette-compat] branch
 1.6  17-Nov-2014  uebayasi branches: 1.6.18; 1.6.20;
Define compat modules (but without dependencies yet).
 1.5  19-Nov-2008  ad branches: 1.5.26;
Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime
 1.4  11-Apr-2007  njoly branches: 1.4.30; 1.4.34; 1.4.40; 1.4.44;
- Add compat amd64 linux32 statfs support, adapted from PR/35956.
- Move bsd_to_linux_statfs() function to its own file to be shared
between both linux compats.

ok by manu.
 1.3  13-Sep-2006  manu branches: 1.3.4; 1.3.6; 1.3.10; 1.3.12;
Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Joly
- Fix shmat return value on amd64: it uses no black magic with retval[0]
- Fix integer overflows in sysinfo
- Implement sysinfo, mmap2, sched_getparam, sched_getscheduler, mremap,
and madvise in COMPAT_LINUX32
- Fix improper types used in setgroups16/getgroups16
- Implement mmap2 for COMPAT_LINUX32
- Ifdef debug messages by DEBUG_LINUX
 1.2  15-Feb-2006  manu branches: 1.2.2; 1.2.4; 1.2.10; 1.2.16; 1.2.20; 1.2.22;
- 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  09-Feb-2006  manu 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.2.22.2  09-Sep-2006  rpaulo sync with head
 1.2.22.1  15-Feb-2006  rpaulo file files.linux32 was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:45:52 +0000
 1.2.20.1  18-Nov-2006  ad Sync with head.
 1.2.16.4  03-Sep-2007  yamt sync with head.
 1.2.16.3  30-Dec-2006  yamt sync with head.
 1.2.16.2  21-Jun-2006  yamt sync with head.
 1.2.16.1  15-Feb-2006  yamt file files.linux32 was added on branch yamt-lazymbuf on 2006-06-21 14:59:27 +0000
 1.2.10.2  22-Apr-2006  simonb Sync with head.
 1.2.10.1  15-Feb-2006  simonb file files.linux32 was added on branch simonb-timecounters on 2006-04-22 11:38:14 +0000
 1.2.4.1  14-Sep-2006  yamt sync with head.
 1.2.2.2  18-Feb-2006  yamt sync with head.
 1.2.2.1  15-Feb-2006  yamt file files.linux32 was added on branch yamt-uio_vmspace on 2006-02-18 15:38:59 +0000
 1.3.12.1  11-Jul-2007  mjf Sync with head.
 1.3.10.1  27-May-2007  ad Sync with head.
 1.3.6.1  15-Apr-2007  yamt sync with head.
 1.3.4.1  20-Apr-2007  bouyer Pull up following revision(s) (requested by njoly in ticket #582):
sys/compat/linux32/common/linux32_types.h: revision 1.4 via patch
sys/compat/linux32/arch/amd64/syscalls.master: revision 1.14 via patch
sys/compat/linux/common/linux_statfs.h: revision 1.1 via patch
sys/compat/linux/common/linux_misc.c: revision 1.170 via patch
sys/compat/linux32/common/linux32_misc.c: revision 1.5 via patch
sys/compat/linux32/files.linux32: revision 1.4 via patch
- Add compat amd64 linux32 statfs support, adapted from PR/35956.
- Move bsd_to_linux_statfs() function to its own file to be shared
between both linux compats.
 1.4.44.1  19-Jan-2009  skrll Sync with HEAD.
 1.4.40.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.4.34.1  04-May-2009  yamt sync with head.
 1.4.30.1  17-Jan-2009  mjf Sync with HEAD.
 1.5.26.1  03-Dec-2017  jdolecek update from HEAD
 1.6.20.1  10-Jun-2019  christos Sync with HEAD
 1.6.18.1  12-Mar-2018  pgoyette Update dependencies for modules when they are built-in. Now we don't
(or at least, shouldn't) need reminders in the GENERIC config files
about which module options require other options.

Update branch status doc accordingly.

RSS XML Feed