History log of /src/sys/modules/compat_linux32 |
Revision | Date | Author | Comments |
1.11 | 27-Nov-2021 |
ryo | fix build for aarch64eb
|
1.10 | 25-Nov-2021 |
ryo | add support COMPAT_LINUX32 for aarch64
|
1.9 | 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.8 | 26-Nov-2018 |
mlelstv | One more - we also need the libnv for compat_linux32 module
|
1.7 | 02-Aug-2011 |
joerg | branches: 1.7.52; 1.7.54; Remove a number of now unnecessary -no-integrated-as cases.
|
1.6 | 20-May-2011 |
joerg | LLVM's assembler parser doesn't support .code32 yet, so disable it as needed.
|
1.5 | 14-Feb-2009 |
abs | branches: 1.5.2; 1.5.6; 1.5.8; Convert more MACHINE tests to MACHINE_ARCH
|
1.4 | 08-Dec-2008 |
njoly | branches: 1.4.2; 1.4.4; 1.4.6; s/SYSVIPC/SYSVMSG/, for message queues support.
|
1.3 | 03-Dec-2008 |
ad | PR port-amd64/40091 compat_linux32 module loading = panic due to missing syms
|
1.2 | 21-Nov-2008 |
ad | PR port-amd64/39990 modules/compat_linux32: build fix
|
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.4.6.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.4.4.3 | 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.4.4.2 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.4.4.1 | 08-Dec-2008 |
skrll | file Makefile was added on branch nick-hppapmap on 2009-01-19 13:20:07 +0000
|
1.4.2.2 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.4.2.1 | 08-Dec-2008 |
mjf | file Makefile was added on branch mjf-devfs2 on 2009-01-17 13:29:29 +0000
|
1.5.8.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.5.6.1 | 31-May-2011 |
rmind | sync with head
|
1.5.2.2 | 04-May-2009 |
yamt | sync with head.
|
1.5.2.1 | 14-Feb-2009 |
yamt | file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:14:07 +0000
|
1.7.54.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.7.52.2 | 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.7.52.1 | 26-Nov-2018 |
pgoyette | One more - we also need the libnv for compat_linux32 module
|