History log of /src/sys/modules/compat_linux |
Revision | Date | Author | Comments |
1.8 | 01-Jul-2024 |
christos | Add linux POSIX message queue support (Ricardo Branco)
|
1.7 | 21-Aug-2023 |
christos | branches: 1.7.6; Add inotify (thanks Ryo)
|
1.6 | 09-Oct-2021 |
ryo | Modularize compat_linux(8) for aarch64.
|
1.5 | 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.4 | 24-Feb-2009 |
he | branches: 1.4.2; 1.4.66; Follow up the removal of linux_support.S for amd64 and i386.
|
1.3 | 08-Dec-2008 |
njoly | branches: 1.3.2; 1.3.4; 1.3.6; s/SYSVIPC/SYSVMSG/, for message queues support.
|
1.2 | 20-Nov-2008 |
ad | PR port-amd64/39964 modules/compat_linux: missing symbols on amd64
|
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.3.6.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.3.4.3 | 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.3.4.2 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.3.4.1 | 08-Dec-2008 |
skrll | file Makefile was added on branch nick-hppapmap on 2009-01-19 13:20:07 +0000
|
1.3.2.2 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.3.2.1 | 08-Dec-2008 |
mjf | file Makefile was added on branch mjf-devfs2 on 2009-01-17 13:29:28 +0000
|
1.4.66.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.4.2.2 | 04-May-2009 |
yamt | sync with head.
|
1.4.2.1 | 24-Feb-2009 |
yamt | file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:14:07 +0000
|
1.7.6.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|