Home | History | Annotate | Download | only in compat_freebsd
History log of /src/sys/modules/compat_freebsd/Makefile
RevisionDateAuthorComments
 1.7  18-Jun-2019  christos Add quota option
 1.6  17-Feb-2019  rin Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.
 1.5  01-Aug-2017  maxv branches: 1.5.4;
Move arch/i386/i386/freebsd_* into compat/freebsd/. COMPAT_FREEBSD is
i386-specific.
 1.4  29-Jul-2017  maxv Remove exec_aout support in compat_freebsd. The only reason we still have
compat_freebsd is because of tw_cli, and it is an elf32 binary (could test,
manuel sent it to me).
 1.3  14-Feb-2009  abs branches: 1.3.2; 1.3.24; 1.3.42;
Convert more MACHINE tests to MACHINE_ARCH
 1.2  08-Dec-2008  njoly branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.
 1.1  19-Nov-2008  ad 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.2.6.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.2.4.3  03-Mar-2009  skrll Sync with HEAD.
 1.2.4.2  19-Jan-2009  skrll Sync with HEAD.
 1.2.4.1  08-Dec-2008  skrll file Makefile was added on branch nick-hppapmap on 2009-01-19 13:20:07 +0000
 1.2.2.2  17-Jan-2009  mjf Sync with HEAD.
 1.2.2.1  08-Dec-2008  mjf file Makefile was added on branch mjf-devfs2 on 2009-01-17 13:29:28 +0000
 1.3.42.1  28-Aug-2017  skrll Sync with HEAD
 1.3.24.1  03-Dec-2017  jdolecek update from HEAD
 1.3.2.2  04-May-2009  yamt sync with head.
 1.3.2.1  14-Feb-2009  yamt file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:14:07 +0000
 1.5.4.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.5.4.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed